		/*! This file is auto-generated */
		.wp-block-button__link {
			color: #fff;
			background-color: #32373c;
			border-radius: 9999px;
			box-shadow: none;
			text-decoration: none;
			padding: calc(.667em + 2px) calc(1.333em + 2px);
			font-size: 1.125em
		}

		.wp-block-file__button {
			background: #32373c;
			color: #fff;
			text-decoration: none
		}

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}

		/* -- Mobile Header -- */
		.bb-header.header-mobile .header-row {
			background-color: #ffe400;
			color: #1f1f1f;
		}

		/* If you need to specify different color for bottom/top header, use this code */
		.bb-header.header-mobile.g-style .header-c {
			color: #1f1f1f;
		}

		/* Mobile header breakpoint */
		@media (min-width: 992px) {
			.bb-show-desktop-header {
				display: block;
			}

			.bb-show-mobile-header {
				display: none;
			}
		}

		/* --site title color */
		.branding h1 {
			color: #1f1f1f;
		}

		/* -top */
		.bb-header.header-desktop .top-header {
			background-color: #e1f038;
		}

		.bb-header.header-desktop .top-header .bb-header-icon:hover,
		.bb-header.header-desktop .top-header .bb-header-icon.active,
		.bb-header.header-desktop .top-header .main-navigation>ul>li:hover,
		.bb-header.header-desktop .top-header .main-navigation>ul>li.current-menu-item>a {
			color: #505050;
		}

		/* --top pattern */
		.bb-header.header-desktop .top-header svg {
			fill: #e1f038;
		}

		/* --top text color */
		.bb-header.header-desktop .top-header {
			color: #292621;
		}

		.bb-header.header-desktop .top-header .create-post {
			background-color: #1f1f1f;
		}

		/* --top button color */
		.bb-header.header-desktop .top-header .create-post {
			color: #ffffff;
		}

		/* --top Typography */
		.bb-header.header-desktop .top-header .main-navigation {
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			text-transform: inherit;
		}

		.bb-header.header-desktop .top-header .main-navigation .sub-menu {
			font-family: inherit;
			font-size: 14px;
			font-style: inherit;
			font-weight: 500;
			letter-spacing: inherit;
			text-transform: inherit;
		}

		.bb-header.header-desktop .bottom-header .bb-header-icon:hover,
		.bb-header.header-desktop .bottom-header .bb-header-icon.active,
		.bb-header.header-desktop .bottom-header .main-navigation>ul>li:hover,
		.bb-header.header-desktop .bottom-header .main-navigation>ul>li.current-menu-item>a,
		.bb-header.header-desktop .bottom-header .main-navigation>ul>li.current-menu-item>.dropdown-toggle {
			color: #505050;
		}

		/* -bottom */
		.bb-header.header-desktop .bottom-header {
			background-color: #ffffff;
		}

		.bb-header.header-desktop .bottom-header svg {
			fill: #ffffff;
		}

		/* --bottom text color */
		.bb-header.header-desktop .bottom-header {
			color: #ffe400;
		}

		.bb-header.header-desktop .bottom-header .main-navigation ul li:before,
		.bb-header.header-desktop .bottom-header .account-box .user:after,
		.bb-header.header-desktop .bottom-header .create-post:before,
		.bb-header.header-desktop .bottom-header .menu-button:after {
			border-color: #ffe400;
		}

		.bb-header.header-desktop .bottom-header .create-post {
			background-color: #1f1f1f;
		}

		/* --bottom button color */
		.bb-header.header-desktop .create-post {
			color: #ffffff;
		}

		/* --bottom Typography */
		.bb-header.header-desktop .bottom-header .main-navigation {
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			text-transform: inherit;
		}

		.bb-header.header-desktop .bottom-header .main-navigation .sub-menu {
			font-family: inherit;
			font-size: 14px;
			font-style: inherit;
			font-weight: 500;
			letter-spacing: inherit;
			text-transform: inherit;
		}

		/* -- Logo Margin for Desktop */
		.bb-header.header-desktop .branding {
			margin-top: 15px;
			margin-bottom: 15px;
		}

		/* -- Logo Margin for Mobile */
		.bb-header.header-mobile .branding {
			margin-top: 5px;
			margin-bottom: 5px;
		}


		/* Custom Footer Styles */

		/* -top */
		.footer {
			background-color: #1f1f1f;
		}

		.footer .footer-top svg {
			fill: #1f1f1f;
		}

		.footer .footer-bottom svg {
			fill: #282828;
		}

		/* -primary color */
		/* --primary bg */
		#footer .cat-item.current-cat a,
		#footer .widget_mc4wp_form_widget:before,
		#footer .widget_create_post:before,
		#footer .cat-item a:hover,
		#footer button[type="submit"],
		#footer input[type="submit"],
		#footer .bb-btn,
		#footer .bnt.primary {
			background-color: #ffe400;
		}

		/* --primary text */
		#footer .widget_mc4wp_form_widget:before,
		#footer .widget_create_post:before,
		#footer button[type="submit"],
		#footer input[type="submit"],
		#footer .bb-btn,
		#footer .bb-bnt-primary {
			color: #000000;
		}

		/* --primary hover */
		#footer a:hover {
			color: #ffe400;
		}

		#footer .widget_categories ul li a:hover,
		#footer .widget_archive ul li a:hover,
		#footer .widget_pages ul li a:hover,
		#footer .widget_meta ul li a:hover,
		#footer .widget_nav_menu ul li a:hover {
			background-color: #ffe400;
			color: #000000;
		}

		#footer .slick-dots li.slick-active button:before,
		#footer .widget_tag_cloud a:hover {
			border-color: #ffe400;
		}

		/* -heading color */
		#footer .bb-featured-strip .item .title,
		#footer .slick-dots li button:before,
		#footer h1,
		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6,
		#footer .widget-title {
			color: #ffffff;
		}

		/* -text color */
		#footer,
		#footer .widget_recent_comments .recentcomments .comment-author-link,
		#footer .widget_recent_comments .recentcomments a,
		#footer .byline,
		#footer .posted-on,
		#footer .widget_nav_menu ul li,
		#footer .widget_categories ul li,
		#footer .widget_archive ul li,
		#footer .widget_pages ul li,
		#footer .widget_meta ul li {
			color: #ffffff;
		}

		#footer .widget_tag_cloud a,
		#footer select,
		#footer textarea,
		#footer input[type="tel"],
		#footer input[type="text"],
		#footer input[type="number"],
		#footer input[type="date"],
		#footer input[type="time"],
		#footer input[type="url"],
		#footer input[type="email"],
		#footer input[type="search"],
		#footer input[type="password"],
		#footer .widget_mc4wp_form_widget:after,
		#footer .widget_create_post:after {
			border-color: #ffffff;
		}

		#footer .widget_categories ul li a,
		#footer .widget_archive ul li a,
		#footer .widget_pages ul li a,
		#footer .widget_meta ul li a,
		#footer .widget_nav_menu ul li a,
		#footer .widget_tag_cloud a {
			color: #ffffff;
		}

		/* -bottom */
		/* --text  color */
		#footer .footer-bottom {
			background-color: #282828;
			color: #ffffff;
		}

		/* --text  hover */
		#footer .footer-bottom a:hover {
			color: #ffe400;
		}

		/* - Page header - */

		/* -body bg color */
		body,
		.bb-post-gallery-content .bb-gl-header,
		.bb-cards-view .bb-post-single.style5 .site-main,
		.bb-cards-view .bb-post-single.style6 .container-inner {
			background-color: #171716;
		}

		form#mycred-transfer-form-transfer {
			background-color: #171716 !important;
		}

		.branding .site-title {
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			font-weight: 400;
			font-style: normal;
		}

		#background-image {
			background-size: cover;
		}

		/* -Font sizes */
		.widget-title {
			font-size: 17px;
		}

		body {
			font-size: 16px;
		}

		@media screen and (min-width: 992px) {
			html {
				font-size: 16px;
			}

			.bb-post-single .s-post-title {
				font-size: 45px;
			}
		}

		/* -content bg color */
		.page-wrapper,
		#main,
		.bb-cards-view .bb-card-item,
		.bb-cards-view .widget_mc4wp_form_widget:after,
		.bb-cards-view .widget_create_post:after,
		.light-modal .modal-body,
		.light-modal,
		.bb-toggle .bb-header-dropdown.toggle-content,
		.bb-header.header-desktop .main-navigation .sub-menu,
		.bb-post-share-box .post-share-count,
		.bb-post-rating a,
		.comment-respond input[type=text],
		.comment-respond textarea,
		.comment-respond #commentform textarea#comment,
		.bb-fixed-pagination .page,
		.bb-fixed-pagination .pg-content,
		.bb-floating-navbar .floating-navbar-inner,
		.bb-featured-strip .bb-arrow-next,
		.bb-featured-strip .bb-arrow-prev,
		.bb-mobile-navigation,
		.mejs-container,
		.bb-post-gallery-content,
		.bb-dropdown .dropdown-toggle,
		.bb-dropdown .dropdown-content,
		.bb-stretched-view .bb-post-single.style5 .site-main,
		.bb-stretched-view .bb-post-single.style6 .container-inner,
		.bb-boxed-view .bb-post-single.style5 .site-main,
		.bb-boxed-view .bb-post-single.style6 .container-inner,
		.bb-advertisement.bb-sticky-bottom-area .bb-sticky-btm-el {
			background-color: #292621;
			border-color: #292621;
		}

		/* Temp Color: will be option in future */
		.bb-header.header-mobile.g-style .header-c {
			background: #292621;
		}

		.bb-header-navigation .main-navigation .sub-menu:before,
		.bb-toggle .toggle-content.bb-header-dropdown:before {
			border-color: transparent transparent #292621;
		}

		select,
		.bb-form-block input,
		.bb-form-block select,
		.bb-form-block textarea,
		.bb-author-vcard .author {
			background-color: #292621;
		}

		.bb-tabs .tabs-menu .count {
			color: #292621;
		}

		/* -page width */
		.page-wrapper {
			width: 100%;
		}

		/* -primary color */
		/* --primary color for bg */
		.mark,
		mark,
		.box_list,
		.bb-tooltip:before,
		.bb-text-highlight.primary-color,
		#comments .nav-links a,
		.light-modal .modal-close,
		.quiz_row:hover,
		.progress-bar-success,
		.onoffswitch,
		.onoffswitch2,
		.widget_nav_menu ul li a:hover,
		.widget_categories ul li a:hover,
		.widget_archive ul li a:hover,
		.widget_pages ul li a:hover,
		.widget_meta ul li a:hover,
		.widget_mc4wp_form_widget:before,
		.widget_create_post:before,
		.widget_calendar table th a,
		.widget_calendar table td a,
		.go-top,
		.bb-affiliate-content .item-url,
		.bb-mobile-navigation .close,
		.bb-wp-pagination .page-numbers.next,
		.bb-wp-pagination .page-numbers.prev,
		.navigation.pagination .page-numbers.next,
		.navigation.pagination .page-numbers.prev,
		.bb-next-prev-pagination .page-link,
		.bb-next-pagination .page-link,
		.bb-post-share-box .post-share-count,
		.cat-item.current-cat a,
		.cat-item a:hover,
		.bb-fixed-pagination .page:hover .pg-arrow,
		button[type="submit"],
		input[type="submit"],
		.bb-btn.bb-btn-primary,
		.bb-btn.bb-btn-primary:hover,
		blockquote:before,
		.bb-btn.bb-btn-primary-outline:hover,
		.bb-post-gallery-content .bb-gl-meta .bb-gl-arrow,
		hr.primary-color,
		.bb-bg-primary,
		.bb-bg-primary.bb-btn,
		.bb-sticky-btm .btn-close {
			background-color: #e1f038;
		}

		.bb-tooltip:after,
		hr.bb-line-dashed.primary-color,
		hr.bb-line-dotted.primary-color {
			border-top-color: #e1f038;
		}

		/* --primary text */
		.mark,
		mark,
		.bb-tooltip:before,
		.bb-wp-pagination .page-numbers.next,
		.bb-wp-pagination .page-numbers.prev,
		.navigation.pagination .page-numbers.next,
		.navigation.pagination .page-numbers.prev,
		.bb-text-highlight.primary-color,
		#comments .nav-links a,
		.light-modal .modal-close,
		.sr-only,
		.box_list,
		.quiz_row:hover,
		.bb-affiliate-content .item-url,
		.onoffswitch,
		.onoffswitch2,
		.bb-next-prev-pagination .page-link,
		.bb-next-pagination .page-link,
		.widget_nav_menu ul li a:hover,
		.widget_categories ul li a:hover,
		.widget_archive ul li a:hover,
		.widget_pages ul li a:hover,
		.widget_meta ul li a:hover,
		.cat-item.current-cat a,
		.widget_mc4wp_form_widget:before,
		.widget_create_post:before,
		.go-top,
		.widget_calendar table th a,
		.widget_calendar table td a,
		.bb-mobile-navigation .close,
		.bb-post-share-box .post-share-count,
		.bb-fixed-pagination .page:hover .pg-arrow,
		button[type="submit"],
		input[type="submit"],
		.bb-btn.bb-btn-primary,
		.bb-btn.bb-btn-primary:hover,
		.bb-btn.bb-btn-primary-outline:hover,
		blockquote:before,
		.bb-post-gallery-content .bb-gl-meta .bb-gl-arrow,
		.bb-bg-primary,
		.bb-sticky-btm .btn-close {
			color: #292621;
		}

		/* -primary color */
		/* --primary color for text */
		#cancel-comment-reply-link,
		.bb-affiliate-content .price:before,
		.bb-header-navigation .main-navigation>ul .sub-menu li:hover>a,
		.bb-header-navigation .main-navigation>ul .sub-menu li.current-menu-item a,
		.bb-header-navigation .more-navigation .section-navigation ul li:hover a,
		.bb-mobile-navigation .main-navigation li a:hover,
		.bb-mobile-navigation .main-navigation>ul>li .sub-menu li a:hover,
		.bb-mobile-navigation .main-navigation li.current-menu-item>a,
		.bb-mobile-navigation .main-navigation .sub-menu li.current-menu-item>a,
		.bb-mobile-navigation .main-navigation li.current-menu-item>.dropdown-toggle,
		.bb-mobile-navigation .main-navigation .sub-menu li.current-menu-item>.dropdown-toggle,
		.sticky .post-thumbnail:after,
		.entry-no-lg,
		.entry-title:hover a,
		.post-types .item:hover .bb-icon,
		.bb-text-dropcap.primary-color,
		.bb-btn-primary-outline,
		.bb-btn-link:hover,
		.bb-btn-link,
		#comments .bypostauthor>.comment-body .vcard .fn,
		.more-link:hover,
		.widget_bb-side-navigation .menu-item.menu-item-icon .bb-icon,
		.bb-price-block .current-price:before,
		.bb-price-block ins:before,
		.bb-price-block .amount:before,
		.product_list_widget ins .amount:before {
			color: #e1f038;
		}

		.single.nsfw-post .bb-post-single .nsfw-post h3,
		.bb-post-nav .nsfw-post h3,
		.post-thumbnail .nsfw-post h3 {
			color: #e1f038 !important;
		}

		.post-types .item:hover,
		.more-load-button button:hover,
		.bb-btn-primary-outline,
		.bb-btn-primary:hover,
		.widget_tag_cloud .tagcloud a:hover {
			border-color: #e1f038;
		}

		.bb-tabs .tabs-menu li.active:before {
			background-color: #e1f038;
		}

		/* -link color */
		a,
		.bb-timing-block .timing-seconds {
			color: #ffffff
		}

		/* - base text color */
		body,
		html,
		.widget_recent_comments .recentcomments .comment-author-link,
		.widget_recent_comments .recentcomments a,
		.bb-header.header-desktop .main-navigation .sub-menu,
		.bb-header-dropdown.toggle-content,
		.comment-respond input[type=text],
		.comment-respond textarea,
		.featured-strip .slick-dots li button:before,
		.more-load-button button,
		.comment-vote .count,
		.bb-mobile-navigation .bb-header-search .search-submit,
		#comments .comment .comment-body .comment-content small .dropdown-toggle,
		.byline a,
		.byline .author-name,
		.bb-featured-strip .bb-arrow-next,
		.bb-featured-strip .bb-arrow-prev,
		.bb-price-block,
		.bb-price-block>.amount,
		.bb-price-block ins .amount,
		.bb-dropdown .dropdown-content a,
		.bb-author-vcard .auth-references a,
		.light-modal,
		.bb-author-vcard-mini .auth-url,
		.bb-post-gallery-content .bb-gl-meta .bb-gl-pagination b,
		.bb-post-gallery-content.bb-mode-slide .bb-mode-switcher[data-mode=slide],
		.bb-post-gallery-content.bb-mode-grid .bb-mode-switcher[data-mode=grid] {
			color: #c2bdb2;
		}

		/* --heading text color */
		#comments .vcard .fn,
		.bb-fixed-pagination .page .pg-title,
		.more_items_x legend,
		.more_items legend,
		.more_items_glow,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			color: #e1f038;
		}

		.bb-tabs .tabs-menu li.active,
		.bb-tabs .tabs-menu li.active {
			border-color: #e1f038;
		}

		.bb-tabs .tabs-menu .count {
			background-color: #e1f038;
		}

		/* --secondary text color */
		s,
		strike,
		del,
		label,
		#comments .pingback .comment-body .comment-content,
		#comments .comment .comment-body .comment-content,
		#TB_ajaxWindowTitle,
		.bb-affiliate-content .price .old-price,
		.bb-header-navigation .more-navigation .sections-header,
		.bb-mobile-navigation .more-menu .more-menu-body .sections-header,
		.bb-post-share-box .bb-post-rating .count .text:after,
		.inline-popup .intro,
		.comment-vote a .bb-icon,
		.authentication .intro,
		.widget_recent_comments .recentcomments,
		.post-types .item .bb-icon,
		.bb-post-rating a,
		.post-thumbnail .thumbnail-caption,
		table thead th,
		table tfoot th,
		.bb-post-share-box .mobile-info,
		.widget_create_post .text,
		.widget_footer .text,
		.bb-author-vcard .author-info,
		.bb-author-vcard .auth-byline,
		.wp-caption .wp-caption-text,
		.wp-caption-dd,
		#comments .comments-title span,
		#comments .comment-notes,
		#comments .comment-metadata,
		.short-info .create-post .text,
		.bb-cat-links,
		.widget_bb-side-navigation .menu-item.menu-item-has-children .dropdown-toggle,
		.bb-post-meta .post-comments,
		.entry-sub-title,
		.bb-page-header .page-subtitle,
		.widget_bb-side-navigation .bb-widget-title,
		.bb-price-block .old-price,
		.bb-price-block del .amount,
		.widget_recent_comments .recentcomments,
		.bb-post-gallery-content .bb-gl-mode-switcher,
		.bb-author-vcard-mini .auth-byline,
		.bb-author-vcard-mini .auth-posted-on,
		.bb-author-vcard-mini .auth-title,
		.s-post-meta .post-comments,
		.bb-sec-label,
		.bb-breadcrumb.clr-style1,
		.bb-breadcrumb.clr-style1 a {
			color: #a3a3a3;
		}

		::-webkit-input-placeholder {
			color: #a3a3a3;
		}

		:-moz-placeholder {
			color: #a3a3a3;
		}

		:-ms-input-placeholder {
			color: #a3a3a3;
		}

		/* -font family */
		/* --base font family */
		body,
		html,
		#cancel-comment-reply-link,
		#comments .comments-title span {
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		}

		/* --Post heading font family */
		.entry-title {
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		}

		/* --secondary font family */
		.bb-wp-pagination,
		.navigation.pagination,
		.comments-area h3,
		[class*=" mashicon-"] .text,
		[class^=mashicon-] .text,
		.entry-no-lg,
		.bb-reaction-box .title,
		.bb-reaction-box .reaction-item .reaction-vote-btn,
		#comments .comments-title,
		#comments .comment-reply-title,
		.bb-page-header .bb-trending-navigation ul li a,
		.widget-title,
		.bb-badge .text,
		.post-number,
		.more_items_x legend,
		.more_items legend,
		.more_items_glow,
		section.error-404 .text,
		.inline-popup .title,
		.authentication .title,
		.bb-other-posts .title,
		.bb-post-share-box h2,
		.bb-page-header h1 {
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		}

		/* -border-color */
		.bb-page-header .container-bg,
		.bb-page-header.boxed.has-bg .container-bg,
		.bb-header-navigation .main-navigation .sub-menu,
		.bb-header-navigation .more-navigation .more-menu-header,
		.bb-header-navigation .more-navigation .more-menu-footer,
		.bb-mobile-navigation .more-menu .bb-badge-list,
		.bb-mobile-navigation .main-navigation,
		.bb-mobile-navigation .more-menu-body,
		.spinner-pulse,
		.bb-border-thumb,
		#comments .pingback,
		#comments .comment,
		.more-load-button button,
		.bb-post-rating .count .bb-icon,
		.quiz_row,
		.bb-post-collection .post-items .post-item .post-author-meta,
		.post-grid .page .post-author-meta,
		.post-list .post .post-author-meta,
		.post-list .page .post-author-meta,
		.post-list.standard .post footer,
		.post-list.standard .entry-sub-title,
		.more-load-button:before,
		.bb-mobile-navigation .bb-header-search form,
		#TB_window .shares,
		.wp-playlist,
		.boombox-comments .tabs-content,
		.post-types .item,
		.bb-page-header .bb-trending-navigation,
		.widget_mc4wp_form_widget:after,
		.widget_create_post:after,
		.bb-post-rating .inner,
		.bb-post-rating .point-btn,
		.widget_bb-side-navigation .menu-item.menu-item-has-children>a,
		.bb-author-vcard .author,
		#comments .comment-list,
		#comments .pingback .children .comment,
		#comments .comment .children .comment,
		.widget_social,
		.widget_subscribe,
		.bb-post-nav .pg-item,
		.bb-post-nav .page,
		.bb-tags a,
		.tagcloud a,
		.bb-next-prev-pagination,
		.widget_tag_cloud .tagcloud a,
		select,
		textarea,
		input[type="tel"],
		input[type="text"],
		input[type="number"],
		input[type="date"],
		input[type="time"],
		input[type="url"],
		input[type="email"],
		input[type="search"],
		input[type="password"],
		.bb-featured-menu:before,
		.select2-container--default .select2-selection--single,
		.select2-container--default .select2-search--dropdown .select2-search__field,
		.select2-dropdown,
		.bb-bordered-block:after,
		.bb-dropdown .dropdown-toggle,
		.bb-dropdown .dropdown-content,
		.bb-dropdown .dropdown-content li,
		.bb-post-gallery-content .bb-gl-mode-switcher,
		.bb-post-gallery-content .bb-gl-mode-switcher .bb-mode-switcher:first-child,
		.bb-tabs.tabs-horizontal .tabs-menu,
		.mixed-list .post-item-classic footer {
			border-color: #ececec;
		}

		hr,
		.bb-brand-block .brand-content:before {
			background-color: #ececec;
		}

		/* -secondary components bg color */
		.bb-fixed-pagination .page .pg-arrow,
		.captcha-container,
		.comment-respond form,
		.bb-post-share-box .post-meta,
		table tbody tr:nth-child(2n+1) th,
		table tbody tr:nth-child(2n+1) td,
		.bb-reaction-box .reaction-item .reaction-bar,
		.bb-reaction-box .reaction-item .reaction-vote-btn,
		.widget_bb-side-navigation .sub-menu .menu-item.menu-item-icon .bb-icon,
		#comments .pingback .comment-body .comment-reply-link,
		#comments .comment .comment-body .comment-reply-link,
		.bb-btn,
		button,
		.widget_sidebar_footer,
		.bb-form-block,
		.bb-author-vcard header,
		.bb-post-gallery-content .bb-gl-image-text,
		.bb-wp-pagination span.current,
		.bb-wp-pagination a.page-numbers:not(.next):not(.prev):hover,
		.navigation.pagination span.current,
		.navigation.pagination a.page-numbers:not(.next):not(.prev):hover,
		.bb-dropdown .dropdown-content li.active,
		.bb-post-gallery-content .bb-gl-image-text,
		.bb-media-placeholder:before,
		.bb-source-via .s-v-itm,
		.bb-tabs .tabs-content,
		.bb-reading-time {
			background-color: #353131;
		}

		/* -secondary components text color */
		.bb-fixed-pagination .page .pg-arrow,
		.bb-post-share-box .post-meta,
		.captcha-container input,
		.form-captcha .refresh-captcha,
		#comments .pingback .comment-body .comment-reply-link,
		#comments .comment .comment-body .comment-reply-link,
		.bb-reaction-box .reaction-item .reaction-vote-btn,
		.bb-reaction-box .reaction-item .reaction-bar,
		.bb-btn,
		.comment-respond form,
		.bb-wp-pagination span.current,
		.bb-wp-pagination a.page-numbers:not(.next):not(.prev):hover,
		.navigation.pagination span.current,
		.navigation.pagination a.page-numbers:not(.next):not(.prev):hover,
		.widget_bb-side-navigation .sub-menu .menu-item.menu-item-icon .bb-icon,
		.widget_sidebar_footer,
		.bb-author-vcard .header-info a,
		.bb-author-vcard .auth-name,
		.bb-dropdown .dropdown-content li.active,
		.bb-source-via .s-v-link,
		.bb-reading-time {
			color: #1f1f1f;
		}

		.captcha-container input {
			border-color: #1f1f1f
		}

		/* -border-radius */
		img,
		video,
		.comment-respond form,
		.captcha-container,
		.bb-media-placeholder,
		.bb-cards-view .bb-card-item,
		.post-thumbnail .video-wrapper,
		.post-thumbnail .view-full-post,
		.bb-post-share-box .post-meta,
		.hy_plyr canvas,
		.bb-featured-strip .item .media,
		.quiz_row,
		.box_list,
		.bb-border-thumb,
		.advertisement .massage,
		[class^="mashicon-"],
		#TB_window,
		#score_modal .shares a div,
		#TB_window .shares a div,
		.bb-mobile-navigation .close,
		.onoffswitch-label,
		.light-modal .modal-close,
		.onoffswitch2-label,
		.post-types .item,
		.onoffswitch,
		.onoffswitch2,
		.bb-page-header .bb-trending-navigation ul li.active a,
		.widget_mc4wp_form_widget:after,
		.widget_create_post:after,
		.bb-author-vcard .author,
		.widget_sidebar_footer,
		.short-info,
		.inline-popup,
		.bb-reaction-box .reaction-item .reaction-bar,
		.bb-reaction-box .reaction-item .reaction-vote-btn,
		.bb-post-share-box .post-share-count,
		.post-thumbnail,
		.share-button,
		.bb-post-rating .inner,
		.bb-page-header.boxed.has-bg .container-bg,
		.widget_subscribe,
		.widget_social,
		.sub-menu,
		.fancybox-skin,
		.widget_tag_cloud .tagcloud a,
		.bb-tags a,
		.tagcloud a,
		.bb-header-dropdown.toggle-content,
		.authentication .button,
		#respond .button,
		.wp-social-login-provider-list .button,
		.bb-bordered-block:after,
		.wpml-ls-legacy-dropdown,
		.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
		.wpml-ls-legacy-dropdown-click,
		.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
		.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
		.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
		.nsfw-post,
		.light-modal .modal-body,
		.bb-featured-area .featured-media,
		.bb-featured-area .featured-item,
		.s-post-featured-media.boxed .featured-media-el,
		.bb-source-via .s-v-itm,
		.bb-tabs .tabs-content,
		.bb-sticky-btm .btn-close {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

		.bb-featured-area .featured-header {
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}

		/* --border-radius for inputs, buttons */
		.form-captcha img,
		.go-top,
		.bb-next-prev-pagination .page-link,
		.bb-next-pagination .page-link,
		.bb-wp-pagination a,
		.bb-wp-pagination span,
		.navigation.pagination a,
		.navigation.pagination span,
		.bb-affiliate-content .affiliate-link,
		.bb-btn,
		input,
		select,
		.select2-container--default .select2-selection--single,
		textarea,
		button,
		.bb-btn,
		#comments li .comment-body .comment-reply-link,
		.bb-header.header-desktop .create-post,
		.bb-affiliate-content .item-url,
		.bb-btn,
		input,
		select,
		textarea,
		button,
		.bb-btn,
		#comments li .comment-body .comment-reply-link {
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
		}

		/* --border-radius social icons */
		.social.circle ul li a {
			-webkit-border-radius: 24px;
			-moz-border-radius: 24px;
			border-radius: 24px;
		}

		/* --Featured Menu options */
		.bb-featured-menu a {
			background-color: transparent;
			color: #000000;

			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			border-radius: 18px;
		}


		/* Custom Header Styles */

		/* -badge bg color */
		.reaction-item .reaction-bar .reaction-stat,
		.bb-badge .circle {
			background-color: #ffe400;
		}

		.reaction-item .reaction-vote-btn:not(.disabled):hover,
		.reaction-item.voted .reaction-vote-btn {
			background-color: #ffe400 !important;
		}

		/* -badge text color */
		.reaction-item .reaction-vote-btn:not(.disabled):hover,
		.reaction-item.voted .reaction-vote-btn,
		.bb-badge .text {
			color: #1f1f1f;
		}

		/* -category/tag bg color */
		.bb-badge.category .circle,
		.bb-badge.post_tag .circle {
			background-color: #6759eb;
		}

		/* -category/tag text color */
		.bb-badge.category .text,
		.bb-badge.post_tag .text {
			color: #1f1f1f;
		}

		/* -category/tag icon color */
		.bb-badge.category .circle i,
		.bb-badge.post_tag .circle i {
			color: #ffffff;
		}

		/* --Trending */
		.bb-badge.trending .circle,
		.bb-page-header .bb-trending-navigation ul li.active a,
		.post-number {
			background-color: #f43547;
		}

		.widget-title .bb-icon,
		.bb-trending-navigation ul li a .bb-icon,
		.trending-post .bb-post-single .s-post-views {
			color: #f43547;
		}

		.bb-badge.trending .circle i,
		.bb-page-header .bb-trending-navigation ul li.active a,
		.bb-page-header .bb-trending-navigation ul li.active a .bb-icon,
		.post-number {
			color: #ffffff;
		}

		.bb-badge.trending .text {
			color: #1f1f1f;
		}
	
		.bb-header.header-desktop .branding {
			max-width: 150px;
		}

		.bb-show-mobile-header+#main>.bb-top-badge-list:first-child {
			margin-top: -20px;
		}

		.button-group {
			display: flex;
			gap: 25px;
			justify-content: center;
			flex-wrap: wrap;
			margin-bottom: 25px;
		}

		.button {
			padding: 12px 30px;
			font-size: 18px;
			display: block;
			text-align: center;
			text-decoration: none;
			border-radius: 30px;
			transition: all 0.3s ease;
			color: black;
			box-sizing: border-box;
		}

		.yellow-btn {
			background-color: #e1f038;
		}

		.white-btn {
			background-color: #ffffff;
		}

		.button:hover {
			opacity: 0.9;
		}

		.widget-title {
			text-align: left;
		}

		#footer .footer-bottom .copy-right {
			max-width: 30%;
		}

		@media (max-width: 768px) {
			.button-group {
				flex-wrap: nowrap;
				gap: 15px;
			}

			.button {
				padding: 12px 20px;
				font-size: 18px;
			}

			.col-sidebar,
			.col-sidebar-secondary {
				padding: 0 40px;
			}

			#footer .footer-bottom .copy-right {
				max-width: 100%;
				text-align: center;
			}
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}

		/* cyrillic-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
		}

		/* cyrillic */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
		}

		/* vietnamese */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
		}

		/* latin-ext */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format('woff');
			unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
		}

		/* latin */
		@font-face {
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url(wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		}
