
@charset "UTF-8";

.jp-related-posts-i2 {
	margin-top: 1.5rem;
}

.jp-related-posts-i2__list {
	--hgap: 1rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: var(--hgap);
	row-gap: 2rem;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jp-related-posts-i2__post {
	display: flex;
	flex-direction: column;
	flex-basis: calc(( 100% - var(--hgap) ) / 2);
}

.jp-related-posts-i2__post:nth-last-child(n+3):first-child, .jp-related-posts-i2__post:nth-last-child(n+3):first-child~* {
	flex-basis: calc(( 100% - var(--hgap) * 2 ) / 3);
}

.jp-related-posts-i2__post:nth-last-child(4):first-child, .jp-related-posts-i2__post:nth-last-child(4):first-child~* {
	flex-basis: calc(( 100% - var(--hgap) ) / 2);
}

.jp-related-posts-i2__post-link {
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
	width: 100%;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.jp-related-posts-i2__post-link:focus-visible {
	outline-offset: 2px;
}

.jp-related-posts-i2__post-img {
	order: -1;
	max-width: 100%;
}

.jp-related-posts-i2__post-defs {
	margin: 0;
	list-style-type: unset;
}

.jp-related-posts-i2__post-defs dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.jp-related-posts-i2__post-defs dd {
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list {
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	margin-bottom: 2rem;
}

@media only screen and (max-width:640px) {
	.jp-related-posts-i2__list {
		display: block;
	}
	
	.jp-related-posts-i2__post {
		margin-bottom: 2rem;
	}
}

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts::after {
	content: "";
	display: block;
	clear: both;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: 700;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: 700;
}

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em;
	box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position: relative;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: 400;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	height: auto;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

@media only screen and (max-width:640px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}
	
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width:320px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}
	
	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

@media print {
	.jp-relatedposts {
		display: none !important;
	}
}

.fl-builder-content {
	clear: both;
}

.fl-theme-builder-archive .fl-post-column>.hentry, .fl-theme-builder-archive .fl-post-gallery-post.hentry {
	margin: 0;
}

.fl-theme-builder-archive h2.fl-post-feed-title {
	clear: initial;
}

.fl-theme-builder-header .woopack-cart-items ul.product_list_widget li img {
	position: static;
	height: auto;
	transform: none;
}

.ast-fluid-width-layout .fl-row-fixed-width .fl-row-fixed-width {
	padding-left: 0;
	padding-right: 0;
}

address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main, nav {
	display: block;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

a {
	background-color: transparent;
}

a:active {
	outline: 0;
}

a, a:focus, a:hover, a:visited {
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

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

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

#comments .submit, .search .search-submit {
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 1.8571428571429;
	border: 0;
}

.archive .no-results .ast-search-submit, .search .site-main .ast-search-submit {
	display: none;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid var(--ast-border-color);
	margin: 0 0;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

fieldset legend {
	margin-bottom: 1.5em;
	padding: 0 .5em;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */
.ast-container {
	max-width: 100%;
}

.ast-container, .ast-container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.ast-row {
	margin-left: -20px;
	margin-right: -20px;
}

@media (min-width:768px) and (max-width:921px) {
	.blog-layout-2 .ast-width-md-6, .blog-layout-3 .ast-width-md-6 {
		float: none;
		width: 100%;
	}
}

@media (min-width:769px) and (max-width:921px) {
	.blog-layout-2, .blog-layout-3 {
		flex-direction: unset;
	}
}

@media (max-width:768px) {
	.blog-layout-3 {
		flex-direction: column;
	}
}

.ast-grid-common-col {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.ast-float {
	float: left;
}

@media (max-width:992px) {
	.ast-width-sm-25 {
		width: 25%;
	}
	
	.ast-width-md-50 {
		width: 50%;
	}
}

@media (max-width:768px) {
	.ast-width-md-25 {
		width: 25%;
	}
}

.ast-full-width {
	width: 100%;
}

.ast-width-50 {
	width: 50%;
}

@media (min-width:768px) {
	.ast-width-md-4 {
		width: 33.3333333333%;
	}
	
	.ast-width-md-16 {
		width: 16.6666666667%;
	}
	
	.ast-width-md-6 {
		width: 50%;
		float: left;
	}
	
	.ast-width-md-3 {
		width: 25%;
	}
	
	.ast-width-md-66 {
		width: 66.6666666667%;
	}
}

@media (min-width:769px) {
	.ast-width-md-20 {
		width: 20%;
	}
}

@media (min-width:992px) {
	.ast-width-lg-33 {
		width: 33.3333333333%;
	}
	
	.ast-width-lg-16 {
		width: 16.6666666667%;
	}
	
	.ast-width-lg-50 {
		width: 50%;
	}
	
	.ast-width-lg-66 {
		width: 66.6666666667%;
	}
}

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

.entry-content h1, h1 {
	color: #808285;
	font-size: 2em;
	line-height: 1.2;
}

.entry-content h2, h2 {
	color: #808285;
	font-size: 1.7em;
	line-height: 1.3;
}

.entry-content h3, h3 {
	color: #808285;
	font-size: 1.5em;
	line-height: 1.4;
}

.entry-content h4, h4 {
	color: #808285;
	line-height: 1.5;
	font-size: 1.3em;
}

.entry-content h5, h5 {
	color: #808285;
	line-height: 1.6;
	font-size: 1.2em;
}

.entry-content h6, h6 {
	color: #808285;
	line-height: 1.7;
	font-size: 1.1em;
}

html {
	box-sizing: border-box;
}

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

body {
	color: #808285;
	background: #fff;
	font-style: normal;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1em;
}

b, strong {
	font-weight: 700;
}

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

blockquote, q {
	quotes: "" "";
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
}

blockquote {
	border-left: 5px solid var(--ast-border-color);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative;
}

address {
	margin: 0 0 1.5em;
}

address, cite {
	font-style: italic;
}

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

pre {
	background: var(--ast-code-block-background);
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 1.6em;
	overflow: auto;
	max-width: 100%;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

.ast-button, .button, button, input, select, textarea {
	color: #808285;
	font-weight: 400;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

.normal-search {
	margin-right: -5px;
}

big {
	font-size: 125%;
}

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

table, td, th {
	border: 1px solid var(--ast-border-color);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: 600;
}

td, th {
	padding: .7em 1em;
	border-width: 0 1px 1px 0;
}

.ast-button, .button, button, input[type=button], input[type=reset], input[type=submit] {
	border: 1px solid;
	border-color: var(--ast-border-color);
	border-radius: 2px;
	background: #e6e6e6;
	padding: .6em 1em .4em;
	color: #fff;
}

.ast-button:focus, .ast-button:hover, .button:focus, .button:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
	color: #fff;
	border-color: var(--ast-border-color);
}

.ast-button:active, .ast-button:focus, .button:active, .button:focus, button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: var(--ast-border-color);
	outline: 0;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	color: #666;
	border: 1px solid var(--ast-border-color);
	border-radius: 2px;
	-webkit-appearance: none;
}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	color: #111;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

a {
	color: #4169e1;
}

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

a:focus {
	outline: thin dotted;
}

a:hover {
	outline: 0;
}

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

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

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content[data-ast-blocks-layout]>embed, .entry-content[data-ast-blocks-layout]>iframe, .entry-content[data-ast-blocks-layout]>object, embed, iframe, object {
	max-width: 100%;
}

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

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

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

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

::selection {
	color: #fff;
	background: #0274be;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:not(.logged-in) {
	position: relative;
}

#page {
	position: relative;
}

a, a:focus {
	text-decoration: none;
}

.secondary a *, .site-footer a *, .site-header a *, a {
	transition: all .2s linear;
}

.capitalize {
	text-transform: uppercase;
}

img {
	vertical-align: middle;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 1.75em;
}

blockquote {
	margin: 1.5em 1em 1.5em 3em;
	font-size: 1.1em;
	line-height: inherit;
	position: relative;
}

.ast-button, .button, input[type=button], input[type=submit] {
	border-radius: 0;
	padding: 18px 30px;
	border: 0;
	box-shadow: none;
	text-shadow: none;
}

.ast-button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover {
	box-shadow: none;
}

.ast-button:active, .ast-button:focus, .button:active, .button:focus, input[type=button]:active, input[type=button]:focus, input[type=submit]:active, input[type=submit]:focus {
	box-shadow: none;
}

.site-title {
	font-weight: 400;
}

.site-description, .site-title {
	margin-bottom: 0;
}

.site-description a, .site-description:focus a, .site-description:hover a, .site-title a, .site-title:focus a, .site-title:hover a {
	transition: all .2s linear;
}

.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
	color: #222;
}

.site-description a, .site-description a:focus, .site-description a:hover, .site-description a:visited {
	color: #999;
}

.search-form .search-field {
	outline: 0;
}

.ast-search-menu-icon {
	position: relative;
	z-index: 3;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: 0;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
	outline: thin dotted;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	font-family: "Open Sans", sans-serif;
}

input, select {
	line-height: 1;
}

.ast-button, .ast-custom-button, body, button, input[type=button], input[type=submit], textarea {
	line-height: 1.8571428571429;
}

.site-title a {
	line-height: 1.2;
}

.site-header .site-description {
	line-height: 1.5;
}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
	line-height: 1.2;
}

.entry-title, .entry-title a {
	font-weight: var(--ast-blog-title-font-weight, normal);
}

.ast-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	height: auto;
	overflow: hidden;
	max-width: 100%;
}

.ast-oembed-container embed, .ast-oembed-container iframe, .ast-oembed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ast-hidden {
	display: none !important;
}

body {
	background-color: #fff;
}

#page {
	display: block;
}

#primary, #secondary {
	width: 100%;
}

#primary {
	margin: 4em 0;
}

.ast-separate-container {
	background-color: #f5f5f5;
}

.ast-separate-container #primary {
	padding: 4em 0;
	margin: 0;
	border: 0;
}

.ast-separate-container .site-main>.ast-row {
	margin-left: 0;
	margin-right: 0;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
	background-color: #fff;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	padding: 5.34em 6.67em;
}

.ast-separate-container .blog-layout-1 {
	padding: 0;
	border-bottom: 0;
}

.ast-separate-container .ast-article-single {
	border-bottom: 0;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
		margin: 0;
		padding: 3.34em 2.4em;
	}
}

@media (min-width:993px) {
	.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
		margin: 4em 0;
		padding: 0;
	}
	
	.ast-right-sidebar #primary {
		padding-right: 60px;
	}
	
	.ast-left-sidebar #primary {
		padding-left: 60px;
	}
}

@media (max-width:992px) {
	.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
		padding-left: 0;
		padding-right: 0;
	}
	
	.ast-right-sidebar #primary {
		padding-right: 30px;
	}
	
	.ast-left-sidebar #primary {
		padding-left: 30px;
	}
}

.ast-search-icon .astra-search-icon {
	font-size: 1.3em;
}

.main-navigation {
	height: 100%;
	-js-display: inline-flex;
	display: inline-flex;
}

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

.main-header-menu .menu-link, .main-header-menu>a {
	text-decoration: none;
	padding: 0 1em;
	display: inline-block;
	transition: all .2s linear;
}

.main-header-menu .menu-item {
	position: relative;
}

.main-header-menu .menu-item.focus>.sub-menu, .main-header-menu .menu-item:hover>.sub-menu, .main-header-menu .menu-item>.sub-menu.toggled-on {
	right: auto;
	left: 0;
	visibility: visible;
}

.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on, .main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on, .main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on {
	left: 100%;
	right: auto;
	visibility: visible;
}

.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu, .main-header-menu .ast-left-align-sub-menu:hover>.sub-menu {
	right: 0;
	left: auto;
}

@media (min-width:769px) {
	.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu, .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
		left: -100%;
	}
	
	.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu, .main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu {
		left: -100%;
	}
}

.main-header-menu .sub-menu {
	width: 240px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 100%;
	z-index: 99999;
	visibility: hidden;
}

@media (min-width:769px) {
	.main-header-menu .sub-menu .menu-item.focus>.sub-menu, .main-header-menu .sub-menu .menu-item:hover>.sub-menu {
		left: 100%;
		right: auto;
	}
	
	.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu, .main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu, .main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu, .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
		left: -100%;
	}
	
	.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu, .main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
		left: -100%;
	}
}

.main-header-menu .sub-menu .menu-link {
	padding: .9em 1em;
	display: block;
	word-wrap: break-word;
}

.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
	display: none;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow {
	display: none;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
	position: absolute;
	right: .6em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg);
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow {
	display: block;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg {
	margin: 0;
}

#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
	transform: translate(0, -50%) rotate(360deg);
}

.main-header-menu .sub-menu .sub-menu {
	top: 0;
}

.submenu-with-border .sub-menu {
	border-width: 1px;
	border-style: solid;
}

.submenu-with-border .sub-menu .menu-link {
	border-width: 0 0 1px;
	border-style: solid;
}

.submenu-with-border .sub-menu .sub-menu {
	top: -2px;
}

.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link {
	border-bottom-style: none;
}

.ast-header-break-point .main-navigation {
	padding-left: 0;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	border: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
	margin-right: 5px;
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
	display: inline;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
	padding-left: 30px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 40px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
	padding-left: 50px;
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
	padding-left: 60px;
}

.ast-header-break-point .main-header-menu {
	background-color: #f9f9f9;
	border-top-width: 0;
}

.ast-header-break-point .main-header-menu .sub-menu {
	background-color: #f9f9f9;
	position: static;
	opacity: 1;
	visibility: visible;
	border: 0;
	width: auto;
}

.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu, .ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
	left: 0;
}

.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu, .ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
	left: 0;
}

.ast-header-break-point .submenu-with-border .sub-menu {
	border: 0;
}

.ast-header-break-point .dropdown-menu-toggle {
	display: none;
}

.ast-mobile-menu-buttons {
	display: none;
}

.ast-button-wrap {
	display: inline-block;
}

.ast-button-wrap button {
	box-shadow: none;
	border: none;
}

.ast-button-wrap .menu-toggle {
	padding: 0;
	width: 2.2em;
	height: 2.1em;
	font-size: 1.5em;
	font-weight: 400;
	border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	line-height: 1.8571428571429;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: 0 .5em;
	width: auto;
	text-align: center;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 600;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.05;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
	content: "";
	font-family: Astra;
	text-decoration: inherit;
}

.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2) {
	display: none;
}

.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before {
	content: "";
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child {
	display: none;
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2) {
	display: block;
}

.ast-button-wrap .menu-toggle .mobile-menu-wrap {
	display: inline-block;
}

.ast-button-wrap .menu-toggle:focus {
	outline: thin dotted;
}

.header-main-layout-1 .ast-main-header-bar-alignment {
	margin-left: auto;
}

.site-navigation {
	height: 100%;
}

.site-header .menu-link * {
	transition: none;
}

.ast-icon.icon-arrow svg {
	height: .6em;
	width: .6em;
	position: relative;
	margin-left: 10px;
}

.ast-icon.icon-search svg {
	height: 1em;
	width: .9em;
	margin-top: 3px;
	margin-right: 2px;
}

.ast-header-break-point .user-select {
	clear: both;
}

.ast-header-break-point .ast-mobile-menu-buttons {
	display: block;
	align-self: center;
}

.ast-header-break-point .main-header-bar-navigation {
	flex: auto;
}

.ast-header-break-point .ast-main-header-bar-alignment {
	display: block;
	width: 100%;
	flex: auto;
	order: 4;
}

.ast-header-break-point .ast-icon.icon-arrow svg {
	height: .85em;
	width: .95em;
	position: relative;
	margin-left: 10px;
}

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

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
	position: relative;
	text-align: left;
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
	grid-column-start: 2;
	text-align: right;
}

.ast-icon svg {
	fill: currentColor;
}

.post-navigation a {
	background: 0 0;
	font-size: 1.06666rem;
	font-size: 1rem;
	padding: 0 var(--ast-post-nav-space, 1.5em);
	height: 2.33333em;
	line-height: calc(2.33333em - 3px);
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline {
	display: none;
}

.group-blog .byline, .single .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin-top: 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-link {
	border-color: var(--ast-border-color);
	background: 0 0;
}

.page-links .page-link {
	padding: 0;
	margin: 0 0 .3em .3em;
	border: 2px solid var(--ast-border-color);
	color: #000;
	background: 0 0;
	font-size: .8em;
	width: 2.5em;
	height: 2.5em;
	line-height: calc(2.5em - 4px);
	display: inline-block;
	text-align: center;
	transition: all .2s linear;
}

.page-links .page-link:focus, .page-links .page-link:hover {
	color: #000;
}

@media (max-width:768px) {
	.page-links .page-link {
		margin-bottom: 6px;
	}
}

.entry-content>:last-child, .entry-summary>:last-child, .page-content>:last-child {
	margin-bottom: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	margin: 20px auto;
}

.bypostauthor {
	display: block;
}

body {
	overflow-x: hidden;
}

.widget-title {
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.5;
}

.widget {
	margin: 0 0 2.8em 0;
}

.widget:last-child {
	margin-bottom: 0;
}

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

.widget ul {
	margin: 0;
	list-style-type: none;
}

.no-widget-text {
	margin-bottom: 0;
}

.widget_nav_menu ul ul.sub-menu {
	margin-top: .25em;
}

.widget_nav_menu ul ul.sub-menu li {
	padding-left: 20px;
}

.widget_nav_menu ul ul.sub-menu a:after {
	left: -20px;
}

.widget_nav_menu ul ul.sub-menu ul a:after {
	left: -40px;
}

.widget_nav_menu ul ul.sub-menu ul ul a:after {
	left: -60px;
}

.widget_nav_menu li {
	transition: all .2s linear;
}

#secondary .wp-block-search__input {
	line-height: 1;
}

#secondary .wp-block-search__button {
	padding: .7em 1em;
}

.widget_search .search-form {
	position: relative;
	padding: 0;
	background: initial;
	color: inherit;
}

.widget_search .search-form>label {
	position: relative;
}

.widget_search .search-form i {
	color: #3a3a3a;
}

.widget_search .search-form button {
	position: absolute;
	top: 0;
	right: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
}

.widget_search .search-form input[type=submit], .widget_search .search-form input[type=submit]:focus, .widget_search .search-form input[type=submit]:hover {
	padding: 13px 20px;
	border-radius: 2px;
	border: none;
	top: 0;
	right: 0;
	position: absolute;
	color: transparent;
	background: 0 0;
	max-width: 45px;
	z-index: 2;
}

.widget_search .search-form .search-field {
	background: var(--ast-widget-bg-color);
	border-width: 1px;
	border-color: var(--ast-border-color);
	border-radius: 2px;
}

.widget_search .search-field, .widget_search .search-field:focus {
	width: 100%;
	padding: 12px 45px 12px 15px;
}

.widget_archive ul.children, .widget_categories ul.children, .widget_pages ul.children {
	position: relative;
	margin-top: 5px;
	width: 100%;
}

.widget_archive ul.children li, .widget_categories ul.children li, .widget_pages ul.children li {
	padding-left: 20px;
}

.widget_archive li ul.children a:after, .widget_categories li ul.children a:after, .widget_pages li ul.children a:after {
	left: -20px;
}

.widget_archive li ul.children ul a:after, .widget_categories li ul.children ul a:after, .widget_pages li ul.children ul a:after {
	left: -40px;
}

.widget_tag_cloud .tagcloud {
	margin-top: 10px;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	margin-right: 4px;
	line-height: 1.5;
	transition: all .2s linear;
}

.widget_calendar table, .widget_calendar td, .widget_calendar th {
	padding: 0;
	text-align: center;
}

.widget_calendar table, .widget_calendar th {
	border: none;
}

.widget_calendar td {
	border-right: none;
	border-left: none;
}

.widget_calendar caption {
	line-height: 2.7em;
}

.widget_calendar thead {
	line-height: 2.5em;
}

.widget_calendar thead a {
	color: #0274be;
	font-size: 1rem;
	vertical-align: middle;
}

.widget_calendar thead td {
	vertical-align: middle;
	font-weight: 700;
}

.widget_calendar thead>tr>th {
	line-height: 2.5em;
	border-bottom: 2px solid var(--ast-border-color);
	border-top: 2px solid var(--ast-border-color);
}

.widget_calendar tbody {
	line-height: 2.1em;
	text-align: center;
}

.widget_calendar tbody>tr>td {
	width: 14.2857%;
}

.widget_calendar tbody>tr:first-child>td {
	padding-top: 3px;
}

.widget_calendar #today {
	color: #0274be;
	font-weight: 700;
	border-bottom: 2px solid #0274be;
}

.ast-builder-grid-row {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	grid-column-gap: 20px;
	overflow-wrap: anywhere;
}

.ast-builder-grid-row>.site-header-section {
	flex-wrap: nowrap;
}

.ast-builder-footer-grid-columns {
	grid-column-gap: 50px;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
	grid-template-columns: 1fr auto 1fr;
}

.ast-builder-layout-element {
	align-items: center;
}

.ast-builder-grid-row.ast-grid-center-col-layout-only {
	-js-display: flex;
	display: flex;
	height: 100%;
	justify-content: center;
}

.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center {
	flex-grow: 1;
}

.site-header-section {
	height: 100%;
	min-height: 0;
	align-items: center;
}

.site-header-section>* {
	padding: 0 10px;
}

.site-header-section>div:first-child {
	padding-left: 0;
}

.site-header-section>div:last-child {
	padding-right: 0;
}

.site-header-section .ast-builder-menu {
	align-items: center;
}

.ast-builder-layout-element.ast-header-search {
	height: auto;
}

.ast-grid-right-center-section {
	justify-content: flex-start;
	flex-grow: 1;
}

.ast-grid-right-section {
	justify-content: flex-end;
}

.ast-grid-right-section .ast-site-identity>:first-child {
	text-align: right;
}

.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child {
	text-align: left;
}

.ast-grid-left-center-section {
	justify-content: flex-end;
	flex-grow: 1;
}

.elementor-nav-menu .ast-icon, .et_pb_menu__wrap .ast-icon, .fl-widget .menu-item .ast-icon {
	display: none;
}

.ast-logo-title-inline .ast-site-identity {
	padding: 1em 0;
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	transition: all .2s linear;
}

.ast-grid-section-center {
	justify-content: center;
}

.ast-grid-section-center .ast-site-identity>:first-child {
	text-align: center;
}

.ast-builder-social-element {
	line-height: 1;
	color: #3a3a3a;
	background: 0 0;
	vertical-align: middle;
	transition: all 10ms;
	margin-left: 6px;
	margin-right: 6px;
	justify-content: center;
	align-items: center;
}

.ast-builder-social-element:hover {
	color: #0274be;
}

.ast-builder-social-element .social-item-label {
	padding-left: 6px;
}

.ast-social-stack-desktop .ast-builder-social-element, .ast-social-stack-mobile .ast-builder-social-element, .ast-social-stack-tablet .ast-builder-social-element {
	margin-top: 6px;
	margin-bottom: 6px;
}

.ahfb-svg-iconset {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
}

.ahfb-svg-iconset svg {
	width: 17px;
	height: 17px;
	transition: none;
}

.ahfb-svg-iconset svg>* {
	transition: none;
}

.ast-footer-copyright p {
	margin-bottom: 0;
}

.ast-builder-grid-row-container {
	display: grid;
	align-content: center;
}

.main-header-bar .main-header-bar-navigation {
	height: 100%;
}

.ast-nav-menu .sub-menu {
	line-height: 1.45;
}

.ast-builder-menu .main-navigation {
	padding: 0;
}

.ast-builder-menu .main-navigation>ul {
	align-self: center;
}

.ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
	width: 100%;
}

#astra-footer-menu {
	margin: 0;
	list-style: none;
	background: inherit;
}

#astra-footer-menu>ul {
	margin: 0;
	list-style: none;
	background: inherit;
}

.ast-header-break-point #ast-mobile-header {
	display: block;
}

.ast-header-break-point .main-header-bar-navigation {
	line-height: 3;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	display: inline-block;
	position: absolute;
	font-size: inherit;
	top: 0;
	right: 20px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 .907em;
	font-weight: 400;
	line-height: inherit;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow {
	pointer-events: none;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
	display: none;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg);
}

.ast-header-break-point .ast-nav-menu .sub-menu {
	line-height: 3;
}

.site-footer-section {
	justify-content: center;
}

.site-footer-section>* {
	margin-bottom: 10px;
}

.site-footer-section>:last-child {
	margin-bottom: 0;
}

.site-primary-footer-wrap {
	padding-top: 45px;
	padding-bottom: 45px;
}

.site-above-footer-wrap, .site-below-footer-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
	width: 100%;
	margin: 0;
}

.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg {
	display: none;
}

.ast-hfb-header .menu-toggle.toggled .ast-close-svg {
	display: block;
}

.menu-toggle .ast-close-svg {
	display: none;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
	margin-left: .4em;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	-js-display: flex;
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
}

.menu-toggle .mobile-menu-toggle-icon {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
}

.menu-toggle .mobile-menu-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
	margin-left: .4em;
}

.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap {
	align-items: center;
	-js-display: flex;
	display: flex;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: .5em;
	align-items: center;
	-js-display: flex;
	display: flex;
}

.ast-search-menu-icon.ast-inline-search .search-field {
	width: 100%;
	padding: .6em;
	padding-right: 5.5em;
}

.ast-header-account-type-extend-text-profile-type {
	-js-display: flex;
	display: flex;
	gap: 10px;
	align-items: center;
}

@media (min-width:769px) {
	.footer-nav-wrap .astra-footer-horizontal-menu li {
		margin: 0;
	}
	
	.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
		padding-left: 0;
	}
	
	.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
		padding-right: 0;
	}
	
	.footer-nav-wrap .astra-footer-horizontal-menu a {
		padding: 0 .5em;
	}
}

.site-header {
	z-index: 99;
	position: relative;
}

.main-header-container {
	position: relative;
}

.main-header-bar-wrap {
	position: relative;
}

.main-header-bar {
	background-color: #fff;
	border-bottom-color: var(--ast-border-color);
	border-bottom-style: solid;
}

.ast-header-break-point .main-header-bar {
	border: 0;
}

.ast-header-break-point .main-header-bar {
	border-bottom-color: var(--ast-border-color);
	border-bottom-style: solid;
}

.main-header-bar {
	margin-left: auto;
	margin-right: auto;
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
	display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
	display: none;
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
	display: block;
}

.ast-theme-transparent-header .post-password-form {
	margin-top: 100px;
}

.site-branding {
	line-height: 1;
	align-self: center;
}

.ast-menu-toggle {
	display: none;
	background: 0 0;
	color: inherit;
	border-style: dotted;
	border-color: transparent;
}

.ast-menu-toggle:focus, .ast-menu-toggle:hover {
	background: 0 0;
	border-color: inherit;
	color: inherit;
}

.ast-menu-toggle:focus {
	outline: thin dotted;
}

.ast-main-header-nav-open .main-header-bar {
	padding-bottom: 0;
}

.main-header-bar {
	z-index: 4;
	position: relative;
}

.main-header-bar .main-header-bar-navigation:empty {
	padding: 0;
}

.main-header-bar .main-header-bar-navigation .sub-menu {
	line-height: 1.45;
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
	line-height: normal;
}

.custom-mobile-logo-link {
	display: none;
}

.ast-site-identity {
	padding: 1em 0;
}

.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
	flex: 1;
	align-self: center;
}

.ast-header-break-point .ast-site-identity {
	width: 100%;
}

.ast-header-break-point .main-header-bar {
	display: block;
	line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
	line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
	line-height: 3;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
	display: none;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	display: inline-block;
	position: absolute;
	font-size: inherit;
	top: -1px;
	right: 20px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 .907em;
	font-weight: 400;
	line-height: inherit;
	transition: all .2s;
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg);
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
	border-top-width: 0;
}

.ast-header-break-point .main-navigation {
	display: block;
	width: 100%;
}

.ast-header-break-point .main-navigation ul ul {
	left: auto;
	right: auto;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
	width: 100%;
}

.ast-header-break-point .main-navigation .widget {
	margin-bottom: 1em;
}

.ast-header-break-point .main-navigation .widget li {
	width: auto;
}

.ast-header-break-point .main-navigation .widget:last-child {
	margin-bottom: 0;
}

.ast-header-break-point .main-header-bar-navigation {
	width: calc(100% + 40px);
	margin: 0 -20px;
}

.ast-header-break-point .main-header-menu ul ul {
	top: 0;
}

.ast-header-break-point .ast-builder-menu {
	width: 100%;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
	flex-wrap: wrap;
}

.ast-desktop .main-header-menu>.menu-item .sub-menu:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	color: #666;
	padding: .75em;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
	border-radius: 2px;
	background: var(--ast-comment-inputs-background);
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
}

input[type=email]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	background-color: #fff;
	border-color: var(--ast-border-color);
	box-shadow: none;
}

input[type=button], input[type=button]:focus, input[type=button]:hover, input[type=reset], input[type=reset]:focus, input[type=reset]:hover, input[type=submit], input[type=submit]:focus, input[type=submit]:hover {
	box-shadow: none;
}

textarea {
	width: 100%;
}

input[type=search]:focus {
	outline: thin dotted;
}

.astra-dark-mode-enable form .form-row textarea, .astra-dark-mode-enable input[type=email], .astra-dark-mode-enable input[type=number], .astra-dark-mode-enable input[type=password], .astra-dark-mode-enable input[type=reset], .astra-dark-mode-enable input[type=search], .astra-dark-mode-enable input[type=tel], .astra-dark-mode-enable input[type=text], .astra-dark-mode-enable input[type=url], .astra-dark-mode-enable textarea {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	color: var(--ast-global-color-2) !important;
	border: 1px solid var(--ast-border-color);
}

.astra-dark-mode-enable form .form-row textarea:focus, .astra-dark-mode-enable input[type=email]:focus, .astra-dark-mode-enable input[type=number]:focus, .astra-dark-mode-enable input[type=password]:focus, .astra-dark-mode-enable input[type=reset]:focus, .astra-dark-mode-enable input[type=search]:focus, .astra-dark-mode-enable input[type=tel]:focus, .astra-dark-mode-enable input[type=text]:focus, .astra-dark-mode-enable input[type=url]:focus, .astra-dark-mode-enable textarea:focus {
	border: 1px solid var(--ast-global-color-0) !important;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5) !important;
}

.astra-dark-mode-enable .select2-container .select2-selection--single, .astra-dark-mode-enable .select2-dropdown, .astra-dark-mode-enable select {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	border-color: var(--ast-border-color);
	color: var(--ast-global-color-2);
}

.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email], .astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number], .astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password], .astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url], .astra-dark-mode-enable .wc-block-components-text-input input[type=email], .astra-dark-mode-enable .wc-block-components-text-input input[type=number], .astra-dark-mode-enable .wc-block-components-text-input input[type=password], .astra-dark-mode-enable .wc-block-components-text-input input[type=tel], .astra-dark-mode-enable .wc-block-components-text-input input[type=text], .astra-dark-mode-enable .wc-block-components-text-input input[type=url], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text] {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	color: var(--ast-global-color-2);
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 5.7px 0;
	padding: 0;
	border: none;
}

input[type=range]:focus {
	outline: 0;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
	background: rgba(255, 255, 255, .2);
	border-radius: 13.6px;
	border: 0 solid #fff;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5.7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, .2);
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
	background: rgba(255, 255, 255, .2);
	border-radius: 13.6px;
	border: 0 solid #fff;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	background: 0 0;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: rgba(199, 199, 199, .2);
	border: 0 solid #fff;
	border-radius: 27.2px;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}

input[type=range]::-ms-fill-upper {
	background: rgba(255, 255, 255, .2);
	border: 0 solid #fff;
	border-radius: 27.2px;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}

input[type=range]::-ms-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	height: 8.6px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
	background: rgba(255, 255, 255, .2);
}

input[type=range]:focus::-ms-fill-upper {
	background: rgba(255, 255, 255, .2);
}

input[type=color] {
	border: none;
	width: 100px;
	padding: 0;
	height: 30px;
	cursor: pointer;
}

input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0;
	border: none;
}

input[type=color]::-webkit-color-swatch {
	border: none;
}

.page .entry-header {
	margin-bottom: 1.5em;
}

.search .entry-header {
	margin-bottom: 1em;
}

.ast-single-post .entry-header.ast-header-without-markup, .ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 1.2em;
	word-wrap: break-word;
}

.entry-header+.ast-blog-featured-section {
	margin-top: .5em;
}

.blog-layout-6 .entry-header+.ast-blog-featured-section {
	margin-top: 0;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
	margin-bottom: 1.6em;
}

.entry-content .wp-embedded-audio, .entry-content .wp-embedded-video {
	display: inline-block;
}

.entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.post-content>.cat-links, .post-content>.read-more, .post-content>.tags-links {
	display: block;
	margin-bottom: .8em;
	font-weight: var(--ast-blog-meta-weight, "");
}

.ast-excerpt-container>p:last-child {
	margin-bottom: 0;
}

.post-content>.read-more {
	margin-top: 1.5em;
}

.ast-article-inner {
	width: 100%;
	overflow-wrap: break-word;
}

.read-more {
	margin-bottom: 0;
}

.read-more a {
	display: inline-block;
}

.read-more .ast-right-arrow {
	font-size: 1em;
}

.ast-no-thumb .ast-blog-featured-section {
	margin-bottom: 0;
}

.ast-no-thumb .entry-header+.ast-blog-featured-section {
	margin-top: 0;
}

.ast-blog-featured-section {
	margin-bottom: 1.5em;
}

.blog-layout-2 .ast-blog-featured-section, .blog-layout-3 .ast-blog-featured-section {
	margin-bottom: 0;
}

.error404 .page-header {
	margin-bottom: 1.5em;
}

.error404 .page-header .page-title {
	margin-bottom: 0;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
	line-height: 1.3;
}

.archive .format-aside .entry-title, .archive .format-status .entry-title, .blog .format-aside .entry-title, .blog .format-status .entry-title {
	display: none;
}

.page-title {
	margin-bottom: 1em;
	font-weight: 400;
}

.entry-title {
	margin-bottom: .2em;
}

.ast-article-post {
	margin-bottom: 2.5em;
}

.ast-article-post:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.search .site-content .content-area .search-form {
	margin-bottom: 3em;
}

.blog-layout-1 .post-thumb {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.blog .posted-on {
	z-index: 1;
}

.ast-blog-featured-section .posted-on {
	width: 5.714285714em;
	height: 5.714285714em;
	padding: .7em;
}

.ast-blog-featured-section .posted-on .date-month, .ast-blog-featured-section .posted-on .date-year {
	font-size: .8571428571em;
	line-height: 1em;
}

.ast-blog-featured-section .posted-on .date-day {
	font-size: 2.5em;
	line-height: .9em;
	font-weight: 900;
	margin: .1em 0;
}

.ast-author-box img.avatar {
	border-radius: 50%;
	margin: 0 0 0 20px;
}

.ast-archive-description {
	margin-bottom: 2.5em;
	padding-bottom: 1.3333em;
	border-bottom: 1px solid var(--ast-border-color);
}

.ast-archive-description .ast-archive-title {
	margin-bottom: 4px;
	font-size: 40px;
	font-size: 2.85714rem;
	font-weight: 300;
}

.ast-archive-description p {
	margin-bottom: 0;
	font-size: 20px;
	font-size: 1.42857rem;
	line-height: 1.65;
	font-weight: 300;
}

.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
	background-color: #eee;
	padding-bottom: 0;
	border-bottom: 0;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-archive-description {
		margin: 0;
		padding: 3.34em 2.4em;
	}
}

@media (max-width:992px) {
	.ast-separate-container .ast-archive-description {
		padding: 2.14em;
	}
}

@media (min-width:1201px) {
	.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
		margin: 0;
		padding: 5em 6.67em 3.33333em;
	}
}

.single .entry-header {
	margin-bottom: 2em;
}

.single .post-navigation {
	margin: 0;
	padding: 2em 0 0;
	border-top: 1px solid var(--ast-single-post-border, var(--ast-border-color));
}

@media (max-width:768px) {
	.single .post-navigation {
		padding-top: 1.5em;
	}
}

.single .post-navigation a {
	margin: 2px;
	display: inline-block;
	color: #000;
}

.single .post-navigation a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width:421px) {
	.single .post-navigation .nav-links {
		-js-display: flex;
		display: flex;
		width: 100%;
	}
	
	.single .post-navigation .nav-links:not(:has(.nav-previous)) {
		justify-content: flex-end;
	}
	
	.single .post-navigation .nav-links .nav-previous+.nav-next {
		width: 50%;
	}
	
	.single .post-navigation .nav-next, .single .post-navigation .nav-previous {
		width: 50%;
	}
}

@media (max-width:420px) {
	.single .post-navigation .ast-left-arrow, .single .post-navigation .ast-right-arrow {
		display: none;
	}
	
	.single .post-navigation .nav-links:not(:has(.nav-previous)) {
		justify-content: flex-end;
	}
	
	.single .post-navigation .nav-next, .single .post-navigation .nav-previous {
		width: 50%;
	}
	
	.single .post-navigation .nav-next a, .single .post-navigation .nav-previous a {
		max-width: 95%;
		width: 100%;
	}
	
	.single .post-navigation .nav-previous {
		margin-bottom: 1em;
	}
}

.single .entry-header .post-thumb {
	margin-bottom: 2em;
}

.single .entry-header .post-thumb img {
	margin-top: 0;
	margin-bottom: 0;
}

.page .has-post-thumbnail .post-thumb img {
	margin-bottom: 1.5em;
}

.post-password-form {
	text-align: center;
}

@media (max-width:420px) {
	.post-password-form input[type=password] {
		display: block;
		margin: 10px auto;
	}
}

.post-password-form input[type=submit] {
	padding: 10px 20px;
	border-radius: 2px;
}

.ast-author-avatar {
	margin: 0 5px;
}

.ast-author-avatar img {
	border-radius: 100%;
	width: var(--ast-author-avatar-size, 30px);
	height: var(--ast-author-avatar-size, 30px);
}

.ast-separate-container .post-navigation {
	border-top: 0;
	padding-left: var(--ast-post-nav-space, 3.33333em);
	padding-right: var(--ast-post-nav-space, 3.33333em);
}

@media (max-width:420px) {
	.ast-separate-container .post-navigation {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:768px) {
	.ast-separate-container .entry-header {
		margin-bottom: 1em;
	}
}

.ast-404-layout-1 {
	text-align: center;
	margin: 4em auto;
}

.ast-404-layout-1 .page-sub-title {
	font-size: 1.5rem;
	font-weight: 700;
}

.ast-404-layout-1 .widget_search {
	padding-top: .5em;
}

.ast-404-search {
	margin-top: 1.5em;
}

.ast-404-search .widget_search {
	max-width: 370px;
	margin: 0 auto;
}

.ast-separate-container .error-404, .ast-separate-container .no-results {
	background-color: #fff;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
		margin: 0;
		padding: 3.34em 2.4em;
	}
}

@media (max-width:768px) {
	.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
		padding: 1.5em 2.14em;
	}
}

@media (max-width:544px) {
	.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
		padding: 1.5em 1em;
	}
}

@media (min-width:1201px) {
	.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
		margin: 0;
		padding: 5.34em 6.67em;
	}
}

.blog-layout-1 {
	width: 100%;
	display: inline-block;
	padding-bottom: 2em;
	vertical-align: middle;
	border-bottom: 1px solid var(--ast-border-color);
}

.blog-layout-1 .posted-on {
	left: 0;
}

.blog-layout-1 .post-content, .blog-layout-1 .post-thumb {
	padding-left: 0;
	padding-right: 0;
}

.ast-flex {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.ast-flex-1 {
	flex: 1;
}

.ast-inline-flex {
	-js-display: inline-flex;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.ast-justify-content-flex-start {
	justify-content: flex-start;
}

.ast-justify-content-flex-end {
	justify-content: flex-end;
}

.ast-justify-content-center {
	justify-content: center;
}

.ast-justify-content-space-between {
	justify-content: space-between;
}

.ast-justify-content-space-around {
	justify-content: space-around;
}

.ast-align-content-flex-start {
	align-content: flex-start;
}

.ast-align-content-flex-end {
	align-content: flex-end;
}

.ast-align-content-center {
	align-content: center;
}

.ast-align-content-space-between {
	align-content: space-between;
}

.ast-align-content-space-around {
	align-content: space-around;
}

.ast-align-content-stretch {
	align-content: stretch;
}

.ast-flex-grow-1 {
	flex-grow: 1;
}

.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em) * .25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)).nitro-lazy, :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)).nitro-lazy {
	background-image: none !important;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons .wp-block-button__link {
	width: 100%;
}

.wp-block-button.aligncenter, .wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
	border: 1px solid;
	padding: .25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center;
}

.wp-block-categories .wp-block-categories__label {
	display: block;
	width: 100%;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	text-align: initial;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
	padding: calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none;
}

.wp-block-comments {
	box-sizing: border-box;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers, .wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	font-size: inherit;
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-comment-date {
	box-sizing: border-box;
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
	box-sizing: border-box;
}

.wp-block-cover, .wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

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

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	position: relative;
	width: 100%;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-touch-callout:inherit) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
	z-index: 0;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
	z-index: 1;
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
	z-index: auto;
}

.wp-block-details {
	box-sizing: border-box;
}

.wp-block-details summary {
	cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

:where(.wp-block-file) {
	margin-bottom: 1.5em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%;
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em;
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em;
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row;
	width: fit-content;
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0;
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse;
}

.wp-block-form-input__label-content {
	width: fit-content;
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em;
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em;
}

textarea.wp-block-form-input__input {
	min-height: 10em;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0));
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a, .wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	max-height: 40%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	will-change: transform;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
	}
	
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8);
	}
	
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
	}
	
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714);
	}
	
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg;
}

.wp-block-image>a, .wp-block-image>figure>a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}
	
	.wp-block-image img.show {
		animation: show-content-image .4s;
	}
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius]>a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull>a, .wp-block-image.alignwide>a {
	width: 100%;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.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-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

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

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(90, 90, 90, .25);
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity .2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: rgba(90, 90, 90, .25);
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility .25s both;
	}
	
	.wp-lightbox-overlay.active img {
		animation: turn-on-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) {
		animation: turn-off-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) img {
		animation: turn-off-visibility .25s both;
	}
	
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}
	
	99% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	99% {
		opacity: 0;
		visibility: visible;
	}
	
	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
	}
	
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}
	
	99% {
		visibility: visible;
	}
	
	to {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
	font-size: inherit;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}
	
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}
	
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol, ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-loginout, .wp-block-media-text {
	box-sizing: border-box;
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
}

.wp-block-media-text__media a {
	display: block;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	position: relative;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		transition: opacity .1s linear;
	}
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none;
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
	z-index: 100000;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation: overlay-menu__fade-in-animation .1s ease-out;
		animation-fill-mode: forwards;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: rgba(0, 0, 0, 0) !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}
	
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px;
}

.link-ui-block-inserter {
	padding-top: 8px;
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.wp-block-page-list {
	box-sizing: border-box;
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg;
}

.wp-block-post-author {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-author-biography {
	box-sizing: border-box;
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments-count {
	box-sizing: border-box;
}

.wp-block-post-content {
	display: flow-root;
}

.wp-block-post-comments-link, .wp-block-post-date {
	box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%;
}

.wp-block-post-featured-image :where(img) {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
	box-sizing: border-box;
}

.wp-block-post-title {
	word-break: break-word;
}

.wp-block-post-title :where(a) {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-post-author-name {
	box-sizing: border-box;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	margin-top: 0;
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.has-text-align-center blockquote {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
	display: block;
}

.wp-block-post-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em);
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright, .wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em;
}

.wp-block-post-template-is-layout-constrained>li>.alignleft, .wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0;
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter, .wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title, .wp-block-query-total, .wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-quote>cite {
	display: block;
}

.wp-block-read-more {
	display: block;
	width: fit-content;
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none;
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}
	
	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}
	
	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}
	
	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}
	
	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em;
}

.wp-block-rss {
	box-sizing: border-box;
	list-style: none;
	padding: 0;
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

.wp-block-site-tagline, .wp-block-site-title {
	box-sizing: border-box;
}

.wp-block-site-title :where(a) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
}

@media not (prefers-reduced-motion) {
	.wp-block-social-link {
		transition: transform .1s ease;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
	background-color: #5865f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #0866ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
	color: #5865f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #0866ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .6666666667em;
	padding-right: .6666666667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: .5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

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

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: rgba(0, 0, 0, 0);
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color>* {
	border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color]>*, .wp-block-table table[style*=border-top-color]>* td, .wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color]>*, .wp-block-table table[style*=border-bottom-color]>* td, .wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style]>* {
	border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.3333333333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.editor-styles-wrapper, .entry-content {
	counter-reset: footnotes;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

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

.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

.mejs-offscreen {
	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;
	width: 1px;
	word-wrap: normal;
}

.mejs-container {
	background: #000;
	font-family: Helvetica, Arial, serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}

.mejs-container, .mejs-container * {
	box-sizing: border-box;
}

.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
	height: 100%;
	width: 100%;
}

.mejs-fill-container {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mejs-container:focus {
	outline: none;
}

.mejs-iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
}

.mejs-embed, .mejs-embed body {
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.mejs-fullscreen {
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
	height: 100% !important;
	width: 100% !important;
}

.mejs-background, .mejs-mediaelement {
	left: 0;
	position: absolute;
	top: 0;
}

.mejs-mediaelement {
	height: 100%;
	width: 100%;
	z-index: 0;
}

.mejs-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

:root .mejs-poster-img {
	display: none;
}

.mejs-poster-img {
	border: 0;
	padding: 0;
}

.mejs-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
}

.mejs-layer {
	z-index: 1;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	background: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-includes/js/mediaelement/mejs-controls.svg") no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px;
}

.mejs-overlay-button.nitro-lazy {
	background-image: none !important;
}

.mejs-overlay:hover>.mejs-overlay-button {
	background-position: -80px -39px;
}

.mejs-overlay-loading {
	height: 80px;
	width: 80px;
}

.mejs-overlay-loading-bg-img {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-includes/js/mediaelement/mejs-controls.svg") -160px -40px no-repeat;
	display: block;
	height: 80px;
	width: 80px;
	z-index: 1;
}

.mejs-overlay-loading-bg-img.nitro-lazy {
	background-image: none !important;
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.mejs-controls {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.mejs-button, .mejs-time, .mejs-time-rail {
	font-size: 10px;
	height: 40px;
	line-height: 10px;
	margin: 0;
	width: 32px;
}

.mejs-button>button {
	background: transparent url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-includes/js/mediaelement/mejs-controls.svg");
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 10px 6px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 20px;
}

.mejs-button>button.nitro-lazy {
	background-image: none !important;
}

.mejs-button>button:focus {
	outline: 1px dotted #999;
}

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
	outline: 0;
}

.mejs-time {
	box-sizing: content-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	overflow: hidden;
	padding: 16px 6px 0;
	text-align: center;
	width: auto;
}

.mejs-play>button {
	background-position: 0 0;
}

.mejs-pause>button {
	background-position: -20px 0;
}

.mejs-replay>button {
	background-position: -160px 0;
}

.mejs-time-rail {
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 40px;
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 10px;
	position: absolute;
}

.mejs-time-total {
	background: hsla(0, 0%, 100%, .3);
	margin: 5px 0 0;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-animation: b 2s linear infinite;
	animation: b 2s linear infinite;
	background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background-size: 15px 15px;
	width: 100%;
}

@-webkit-keyframes b {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 30px 0;
	}
}

@keyframes b {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 30px 0;
	}
}

.mejs-time-loaded {
	background: hsla(0, 0%, 100%, .3);
}

.mejs-time-current, .mejs-time-handle-content {
	background: hsla(0, 0%, 100%, .9);
}

.mejs-time-hovered {
	background: hsla(0, 0%, 100%, .5);
	z-index: 10;
}

.mejs-time-hovered.negative {
	background: rgba(0, 0, 0, .2);
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	width: 100%;
}

.mejs-time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.mejs-time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1);
}

.mejs-time-hovered.no-hover {
	-webkit-transform: scaleX(0) !important;
	-ms-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
}

.mejs-time-handle, .mejs-time-handle-content {
	border: 4px solid transparent;
	cursor: pointer;
	left: 0;
	position: absolute;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 11;
}

.mejs-time-handle-content {
	border: 4px solid hsla(0, 0%, 100%, .9);
	border-radius: 50%;
	height: 10px;
	left: -7px;
	top: -4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mejs-time-float {
	background: #eee;
	border: 1px solid #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px;
}

.mejs-time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px;
}

.mejs-time-float-corner {
	border: 5px solid #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.mejs-long-video .mejs-time-float {
	margin-left: -23px;
	width: 64px;
}

.mejs-long-video .mejs-time-float-current {
	width: 60px;
}

.mejs-broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%;
}

.mejs-fullscreen-button>button {
	background-position: -80px 0;
}

.mejs-unfullscreen>button {
	background-position: -100px 0;
}

.mejs-mute>button {
	background-position: -60px 0;
}

.mejs-unmute>button {
	background-position: -40px 0;
}

.mejs-volume-button {
	position: relative;
}

.mejs-volume-button>.mejs-volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 115px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	z-index: 1;
}

.mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

.mejs-volume-total {
	background: hsla(0, 0%, 100%, .5);
	height: 100px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

.mejs-volume-current {
	left: 0;
	margin: 0;
	width: 100%;
}

.mejs-volume-current, .mejs-volume-handle {
	background: hsla(0, 0%, 100%, .9);
	position: absolute;
}

.mejs-volume-handle {
	border-radius: 1px;
	cursor: ns-resize;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
}

.mejs-horizontal-volume-slider {
	display: block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 56px;
}

.mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	height: 8px;
	top: 16px;
	width: 50px;
}

.mejs-horizontal-volume-current, .mejs-horizontal-volume-total {
	border-radius: 2px;
	font-size: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.mejs-horizontal-volume-current {
	background: hsla(0, 0%, 100%, .8);
	height: 100%;
	top: 0;
	width: 100%;
}

.mejs-horizontal-volume-handle {
	display: none;
}

.mejs-captions-button, .mejs-chapters-button {
	position: relative;
}

.mejs-captions-button>button {
	background-position: -140px 0;
}

.mejs-chapters-button>button {
	background-position: -180px 0;
}

.mejs-captions-button>.mejs-captions-selector, .mejs-chapters-button>.mejs-chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px;
}

.mejs-chapters-button>.mejs-chapters-selector {
	margin-right: -55px;
	width: 110px;
}

.mejs-captions-selector-list, .mejs-chapters-selector-list {
	list-style-type: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none !important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
}

.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
	background-color: #c8c8c8 !important;
	background-color: hsla(0, 0%, 100%, .4) !important;
}

.mejs-captions-selector-input, .mejs-chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute;
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 10px 0;
	width: 100%;
}

.mejs-captions-selected, .mejs-chapters-selected {
	color: #21f8f8;
}

.mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px;
}

.mejs-captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400;
}

.mejs-captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text, .mejs-captions-text * {
	background: hsla(0, 0%, 8%, .5);
	box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
	padding: 0;
	white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
	display: none;
}

.mejs-overlay-error {
	position: relative;
}

.mejs-overlay-error>img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.mejs-cannotplay, .mejs-cannotplay a {
	color: #fff;
	font-size: .8em;
}

.mejs-cannotplay {
	position: relative;
}

.mejs-cannotplay a, .mejs-cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%;
}

.mejs-container {
	clear: both;
	max-width: 100%;
}

.mejs-container * {
	font-family: Helvetica, Arial;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #222;
}

.mejs-time {
	font-weight: 400;
	word-wrap: normal;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: 0 0;
}

.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.audio-details .embed-media-settings {
	overflow: visible;
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
	max-width: 400px;
	width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block;
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px;
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px;
}

.media-embed-details .setting .remove-setting, .media-embed-details .setting p {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
	padding: 5px 0;
}

.media-embed-details .setting a:hover {
	color: #dc3232;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px;
}

.wp-video {
	max-width: 100%;
	height: auto;
}

.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video {
	margin-top: 18px;
}

.wp-video-shortcode video, video.wp-video-shortcode {
	max-width: 100%;
	display: inline-block;
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px;
}

.wp-playlist {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px;
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%;
}

.wp-playlist audio {
	display: none;
	max-width: 100%;
	width: 400px;
}

.wp-playlist .mejs-container {
	margin: 0;
	max-width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0;
}

.wp-playlist-light {
	background: #fff;
	color: #000;
}

.wp-playlist-dark {
	color: #fff;
	background: #000;
}

.wp-playlist-caption {
	display: block;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none;
	color: #000;
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-title {
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-playlist-item-artist {
	font-size: 12px;
	text-transform: uppercase;
}

.wp-playlist-item-length {
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 14px;
	line-height: 1.5;
}

.rtl .wp-playlist-item-length {
	left: 3px;
	right: auto;
}

.wp-playlist-tracks {
	margin-top: 10px;
}

.wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 0 3px;
	border-bottom: 1px solid #ccc;
}

.wp-playlist-item:last-child {
	border-bottom: 0;
}

.wp-playlist-light .wp-playlist-caption {
	color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
	color: #ddd;
}

.wp-playlist-playing {
	font-weight: 700;
	background: #f7f7f7;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
	background: #000;
	color: #fff;
}

.wp-playlist-current-item {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 60px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.admin-bar .pswp {
	height: calc(100% - 32px);
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar .pswp {
		height: calc(100% - 46px);
		top: 46px;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
	margin-inline-end: auto;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background-image: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: right;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	zoom: 1;
	width: 100%;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: " ";
	display: table;
}

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
}

.woocommerce img, .woocommerce-page img {
	height: auto;
	max-width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}

.woocommerce #content div.product div.thumbnails, .woocommerce div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails {
	zoom: 1;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce #content div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::before, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
	clear: both;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em;
}

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
	zoom: 1;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce #content div.product #reviews .comment, .woocommerce div.product #reviews .comment, .woocommerce-page #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment {
	zoom: 1;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce #content div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::before, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
	clear: both;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	display: grid;
	column-gap: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	position: relative;
}

.woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) {
	grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products:not(.elementor-grid).columns-1, .woocommerce-page ul.products:not(.elementor-grid).columns-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 100%;
	margin-right: 0;
}

.woocommerce ul.products:not(.elementor-grid).columns-2, .woocommerce-page ul.products:not(.elementor-grid).columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce ul.products:not(.elementor-grid).columns-3, .woocommerce-page ul.products:not(.elementor-grid).columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products:not(.elementor-grid).columns-5, .woocommerce-page ul.products:not(.elementor-grid).columns-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce ul.products:not(.elementor-grid).columns-6, .woocommerce-page ul.products:not(.elementor-grid).columns-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
	zoom: 1;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: right;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 80px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: left;
	display: flex;
	margin: 0 auto;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
	display: none;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	margin-left: 5px;
}

@media (min-width:545px) {
	.woocommerce #content table.cart td.actions>input[type=submit], .woocommerce table.cart td.actions>input[type=submit], .woocommerce-page #content table.cart td.actions>input[type=submit], .woocommerce-page table.cart td.actions>input[type=submit] {
		margin: 5px auto;
	}
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	zoom: 1;
	width: 100%;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
	clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: calc(50% - 10px);
}

.woocommerce .cart-collaterals .cross-sells ul.products li.first, .woocommerce-page .cart-collaterals .cross-sells ul.products li.first {
	clear: both;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.last, .woocommerce-page .cart-collaterals .cross-sells ul.products li.last {
	margin-right: 0;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	zoom: 1;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	zoom: 1;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.product_list_widget li::after, .woocommerce-page ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
	clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	zoom: 1;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: " ";
	display: table;
}

.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0;
	width: 100%;
	margin-bottom: 1em;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
}

.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-shipping-fields, .woocommerce-page .woocommerce-billing-fields, .woocommerce-page .woocommerce-shipping-fields {
	zoom: 1;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::after {
	clear: both;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em;
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
	position: relative;
}

.review-rating {
	order: 2;
}

.star-rating {
	margin-right: 10px;
}

.review-count {
	margin-left: 10px;
	font-size: 14px;
	margin-top: -6px;
}

@media (max-width:544px) {
	.review-rating {
		display: block;
	}
	
	.review-count {
		margin-left: 0;
		margin-top: 0;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	border: 0;
	margin: 1em 0 0;
	padding: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
	padding: 3px 0;
	border-bottom: 1px solid var(--ast-border-color);
	width: 100%;
	margin: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
	padding-left: 0;
	padding-right: 0;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dotPulse {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		transform: scale(1.2);
		opacity: 0;
	}
}

.woocommerce-store-notice, p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none;
}

.woocommerce-store-notice a, p.demo_store a {
	color: #fff;
	text-decoration: underline;
}

.woocommerce-store-notice[data-position=bottom], p.demo_store[data-position=bottom] {
	bottom: 0;
	top: initial;
}

.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;
	width: 1px;
	word-wrap: normal !important;
}

.clear {
	clear: both;
}

.ast-site-header-cart, .woocommerce .ast-site-header-cart {
	position: relative;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	order: 1;
	cursor: pointer;
}

.ast-site-header-cart:focus .widget_shopping_cart, .ast-site-header-cart:hover .widget_shopping_cart, .woocommerce .ast-site-header-cart:focus .widget_shopping_cart, .woocommerce .ast-site-header-cart:hover .widget_shopping_cart {
	right: 0;
	left: auto;
}

.ast-site-header-cart .ast-shopping-cart-icon, .woocommerce .ast-site-header-cart .ast-shopping-cart-icon {
	display: initial;
	vertical-align: middle;
}

.ast-site-header-cart .ast-shopping-cart-icon:before, .woocommerce .ast-site-header-cart .ast-shopping-cart-icon:before {
	content: "";
	font-family: Astra;
	font-size: 18px;
	font-size: 1.2857rem;
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons {
	margin: 1.41575em;
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a {
	width: 100%;
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button {
	text-align: center;
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message {
	text-align: center;
	margin-bottom: 0;
}

.ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul {
	text-align: left;
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	border-top: 0;
}

.ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message {
	text-align: left;
}

.ast-site-header-cart .widget_shopping_cart, .woocommerce .ast-site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	width: 280px;
	z-index: 999999;
	font-size: .875em;
	left: -999em;
	display: block;
	line-height: 1.618;
	transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.ast-site-header-cart .widget_shopping_cart:after, .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .ast-site-header-cart .widget_shopping_cart:after, .woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	bottom: 99.9%;
	left: auto;
	right: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ast-site-header-cart .widget_shopping_cart:after, .woocommerce .ast-site-header-cart .widget_shopping_cart:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
	margin-bottom: -.3px;
}

.ast-site-header-cart .widget_shopping_cart:before, .woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	border-color: rgba(230, 230, 230, 0);
	border-bottom-color: var(--ast-border-color);
	border-width: 7px;
	margin-left: -12px;
	right: 7px;
}

.ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message, .woocommerce .ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message {
	display: none;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget {
	padding: 1em 1.5em;
	max-height: 500px;
	max-height: 50vh;
	overflow-y: auto;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li {
	padding: .5em 2em .5em 5em;
	border-bottom: 1px solid var(--ast-border-color);
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove {
	top: .4em;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child {
	border-bottom: 0;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li img, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li img {
	max-width: 4em;
	margin: 0 0 .5em 0;
}

.ast-site-header-cart .widget_shopping_cart p.buttons, .ast-site-header-cart .widget_shopping_cart p.total, .woocommerce .ast-site-header-cart .widget_shopping_cart p.buttons, .woocommerce .ast-site-header-cart .widget_shopping_cart p.total {
	padding: 1em 1.5em;
	margin: 0;
	text-align: center;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message, .woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 1.41575em;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a, .woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
	padding: 0;
}

.ast-site-header-cart .widget_shopping_cart .cart_list a.remove, .woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	border-width: 1px;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total, .woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong, .woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong {
	width: 40%;
	text-align: left;
	font-weight: 500;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount, .woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount {
	width: 60%;
	text-align: right;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount, .woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount {
	padding-left: .5em;
}

.ast-site-header-cart:focus .widget_shopping_cart, .ast-site-header-cart:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity, .ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation, .ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .quantity, .ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .variation, .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity, .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation {
	margin-bottom: .4em;
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove, .ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove, .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	color: var(--ast-global-color-3);
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover, .ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover, .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover {
	color: var(--ast-global-color-3);
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart, .below-header-section-1 .ast-site-header-cart .widget_shopping_cart, .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart, .site-header-section-left .ast-site-header-cart .widget_shopping_cart, .woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart, .woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart, .woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart, .woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart {
	right: auto;
	left: 0;
	transition: left 0s;
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after, .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after, .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after, .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before, .site-header-section-left .ast-site-header-cart .widget_shopping_cart:after, .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after, .woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after, .woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after, .woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:after, .woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 15px;
	right: auto;
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before, .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before, .woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 11px;
	right: auto;
}

.ast-cart-menu-wrap {
	display: inline-block;
	line-height: 1;
}

.ast-cart-menu-wrap .count {
	font-weight: 700;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 2.1em;
	min-height: 2.1em;
	font-size: .86em;
	line-height: 1.8;
	border-radius: 0 0 .3em .3em;
	border-width: 2px;
	border-style: solid;
	padding: 0 .4em;
}

.ast-cart-menu-wrap .count:after {
	bottom: 100%;
	margin-bottom: 0;
	height: .8em;
	width: .8em;
	left: 50%;
	transform: translateX(-50%);
	top: -.6em;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10em;
	border-top-right-radius: 10em;
	border-bottom: 0;
}

.ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item li:hover>a.remove {
	color: #ccc;
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart {
	flex: 1;
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: right;
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart {
	flex: 1;
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: left;
}

.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: flex;
	justify-content: center;
}

.ast-woocommerce-cart-menu .header-main-layout-2 .site-branding {
	flex: 0 0 100%;
}

.ast-header-break-point .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	width: 2em;
	height: 2em;
	font-size: 1.4em;
	line-height: 2;
	vertical-align: middle;
	text-align: right;
}

.ast-header-break-point .ast-button-wrap .main-header-menu-toggle {
	font-size: 1.4em;
}

.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	height: 3em;
	line-height: 3;
	text-align: left;
}

.ast-header-break-point .ast-site-header-cart .widget_shopping_cart {
	display: none;
}

.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart {
	order: initial;
	line-height: 3;
	padding: 0;
}

.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3 .ast-site-header-cart {
	padding: 0 0 1em 1em;
}

.ast-header-break-point.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-site-header-cart {
	padding: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
	margin-bottom: 0;
	margin-top: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart {
	padding: 0;
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart a {
	border: none;
	display: inline-block;
}

.woocommerce-js .blockUI.blockOverlay {
	position: relative;
}

.woocommerce-js .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

.woocommerce-js .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

.woocommerce-js h2 {
	margin-bottom: .7em;
}

.woocommerce-js a.remove {
	position: relative;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 21px;
	border-radius: 100%;
	color: var(--ast-global-color-3);
	text-decoration: none;
	opacity: .5;
}

.woocommerce-js a.remove .ahfb-svg-iconset {
	transform: scale(.7);
	transition: none;
}

.woocommerce-js a.remove .ahfb-svg-iconset .ast-close-svg {
	width: 100%;
	height: 100%;
}

.woocommerce-js a.remove:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--ast-global-color-3);
	border-radius: 100%;
	transition: all .2s linear;
}

.woocommerce-js a.remove:hover {
	color: var(--ast-global-color-3);
	opacity: 1;
}

.woocommerce-js a.remove:hover:before {
	border-color: var(--ast-global-color-3);
}

.woocommerce-js small.note {
	display: block;
	color: #777;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce-js .woocommerce-breadcrumb {
	zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #777;
}

.woocommerce-js .woocommerce-breadcrumb::after, .woocommerce-js .woocommerce-breadcrumb::before {
	content: " ";
	display: table;
}

.woocommerce-js .woocommerce-breadcrumb::after {
	clear: both;
}

.woocommerce-js .woocommerce-breadcrumb a {
	color: #777;
}

.woocommerce-js .quantity input[type=email], .woocommerce-js .quantity input[type=number], .woocommerce-js .quantity input[type=text] {
	padding: .3em;
}

.woocommerce-js .quantity input[type=email]:focus, .woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .quantity input[type=text]:focus {
	outline: 0;
	border-color: var(--ast-border-color);
}

.woocommerce-js .quantity .qty {
	width: 3.631em;
	text-align: center;
	min-height: 35px;
}

.woocommerce-js div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce-js div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}

.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
	color: #77a464;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 .2em;
}

.woocommerce-js div.product p.price ins, .woocommerce-js div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block;
	text-decoration: inherit;
}

.woocommerce-js div.product p.price del, .woocommerce-js div.product span.price del {
	opacity: .5;
	font-weight: 400;
	display: initial;
}

.woocommerce-js div.product p.ast-stock-detail, .woocommerce-js div.product p.stock {
	font-size: 1em;
}

.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail, .woocommerce-js div.product p.stock .ast-stock-avail {
	font-weight: 700;
}

.woocommerce-js div.product .stock {
	color: #77a464;
}

.woocommerce-js div.product .out-of-stock {
	color: red;
}

.woocommerce-js div.product .product_title {
	margin: 0 0 .5em 0;
}

.woocommerce-js div.product .product_meta {
	border-top: 1px solid var(--ast-border-color);
	padding-top: .5em;
	font-size: .9em;
	margin: 0 0 .8em;
}

.woocommerce-js div.product .product_meta>span {
	display: inline-block;
	margin-right: 15px;
	align-items: center;
	font-weight: 500;
	text-decoration: inherit;
}

.woocommerce-js div.product .product_meta>span>* {
	font-weight: 400;
}

.woocommerce-js div.product .woocommerce-product-rating {
	margin: 0 0 .5em;
}

.woocommerce-js div.product div.images {
	margin-bottom: 2em;
}

.woocommerce-js div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce-js div.product div.images div.thumbnails {
	padding-top: 1em;
}

.woocommerce-js div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
	transform-style: preserve-3d;
	margin-bottom: 1em;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: var(--ast-global-color-primary, var(--ast-global-color-5));
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
	backface-visibility: hidden;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid var(--ast-global-color-3);
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: var(--ast-global-color-3);
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.woocommerce-js div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}

.woocommerce-js div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none;
}

.woocommerce-js div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0;
}

.woocommerce-js div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce-js div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 32%;
	width: calc(33.33% - .7em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 24%;
	width: calc(25% - .75em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 18.5%;
	width: calc(20% - .8em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.woocommerce-js div.product div.summary {
	margin-bottom: 2em;
}

.woocommerce-js div.product div.summary .single-product-category {
	display: block;
	line-height: 1;
	margin-bottom: 1em;
}

.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child {
	margin-bottom: 1em;
}

.woocommerce-js div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce-js div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce-js div.product div.social span span {
	margin: 0;
}

.woocommerce-js div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce-js div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce-js div.product .woocommerce-tabs {
	padding-top: 2em;
	margin-bottom: 4em;
	width: 100%;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--ast-border-color);
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: 0 0;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	border-radius: 0;
	margin: 0 1em 0 0;
	padding: 0;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6a6b;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
	border-bottom-color: #fff;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
	text-shadow: inherit;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 3px;
	box-shadow: none;
	top: 0;
	left: 0;
	border-radius: 0;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::after {
	border: none;
	box-shadow: none;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-js div.product .woocommerce-tabs ul.tabs li::before {
	content: " ";
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	border: none;
	box-shadow: none;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid var(--ast-border-color);
	z-index: 1;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-js div.product .woocommerce-tabs ul.tabs.tabs::before {
	display: none;
	border: 0;
}

.woocommerce-js div.product .woocommerce-tabs .panel {
	margin: 0 0 1.2em;
	padding: 0;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes {
	border-style: solid;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes p {
	padding: 0;
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes td, .woocommerce-js div.product .woocommerce-tabs .shop_attributes th {
	padding: .67em 1.34em;
	border-color: var(--ast-border-color);
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes th {
	border-left-width: 1px;
	border-style: solid;
	padding-left: .9em;
	color: var(--ast-global-color-2);
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes td {
	font-style: normal;
	border-style: solid;
}

.woocommerce-js div.product #reviews #comments {
	width: 100%;
}

.woocommerce-js div.product #reviews #review_form_wrapper {
	width: 100%;
	padding-left: 0;
}

.woocommerce-js div.product #reviews #respond p.comment-form-author, .woocommerce-js div.product #reviews #respond p.comment-form-email {
	margin-bottom: 1em;
}

@media (min-width:1201px) {
	.woocommerce-js div.product #reviews .comment-form-author, .woocommerce-js div.product #reviews .comment-form-email {
		width: 49%;
		display: inline-block;
	}
	
	.woocommerce-js div.product #reviews .comment-form-author input, .woocommerce-js div.product #reviews .comment-form-email input {
		width: 100%;
	}
	
	.woocommerce-js div.product #reviews .comment-form-author {
		float: left;
	}
	
	.woocommerce-js div.product #reviews .comment-form-email {
		float: right;
	}
	
	.woocommerce-js div.product #reviews .comment-form-cookies-consent {
		clear: both;
	}
}

.woocommerce-js div.product p.cart {
	margin-bottom: 2em;
	zoom: 1;
}

.woocommerce-js div.product p.cart::after, .woocommerce-js div.product p.cart::before {
	content: " ";
	display: table;
}

.woocommerce-js div.product p.cart::after {
	clear: both;
}

.woocommerce-js div.product form.cart {
	zoom: 1;
}

.woocommerce-js div.product form.cart .ast-woo-single-cart-button-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce-js div.product form.cart::after, .woocommerce-js div.product form.cart::before {
	content: " ";
	display: table;
}

.woocommerce-js div.product form.cart::after {
	clear: both;
}

.woocommerce-js div.product form.cart div.quantity {
	float: left;
	margin: 0 1em 1em 0;
}

.woocommerce-js div.product form.cart table {
	border-width: 0 0 1px;
	margin: 0 0 1em;
}

.woocommerce-js div.product form.cart table td {
	padding-left: 0;
}

.woocommerce-js div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce-js div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce-js div.product form.cart .variations {
	border-bottom: 1px solid var(--ast-border-color);
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}

.woocommerce-js div.product form.cart .variations td, .woocommerce-js div.product form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 2em;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	display: block;
}

.woocommerce-js div.product form.cart .variations tr {
	margin-bottom: .5em;
}

.woocommerce-js div.product form.cart .variations th {
	margin-bottom: .5em;
	padding-left: 0;
}

.woocommerce-js div.product form.cart .variations label {
	font-weight: 700;
}

.woocommerce-js div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	width: 100%;
}

.woocommerce-js div.product form.cart .variations td.label {
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 1px;
}

.woocommerce-js div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce-js div.product form.cart .reset_variations {
	all: initial;
	font-family: inherit;
	visibility: hidden;
	position: static;
	display: inline-block;
	color: inherit;
	opacity: .6;
	font-size: .75rem;
	text-transform: uppercase;
	cursor: pointer;
}

.woocommerce-js div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce-js div.product form.cart .button {
	vertical-align: middle;
	float: left;
	width: auto;
	margin-bottom: 1em;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 20px;
}

.woocommerce-js div.product form.cart .group_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-js div.product form.cart .group_table td.label {
	padding: .5em;
	font-size: .8rem;
	line-height: 1.3;
	font-weight: 700;
}

.woocommerce-js div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: .5em;
	border-right: 0;
	border-bottom: 1px solid var(--ast-border-color);
}

.woocommerce-js div.product form.cart .group_table td:first-child {
	text-align: left;
	width: 4em;
}

.woocommerce-js div.product form.cart .group_table td.price {
	padding-left: .8em;
	font-weight: 700;
	font-size: .9rem;
}

.woocommerce-js div.product form.cart .group_table td.price del {
	opacity: .5;
}

.woocommerce-js div.product form.cart .group_table .button {
	padding: .8em;
	font-weight: 400;
	font-size: .9rem;
	white-space: nowrap;
}

.woocommerce-js div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	transform: scale(1.5, 1.5);
}

.woocommerce-js div.product form.cart p.stock {
	line-height: 1.3;
	margin-bottom: .8em;
	font-size: .9em;
}

.woocommerce-js div.product form.cart .single_variation_wrap {
	width: 100%;
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
	margin-bottom: 1em;
}

.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 1.2em;
	border-top: 1px solid var(--ast-border-color);
	border-top: 0;
	padding-top: 0;
}

.woocommerce-js div.product span.onsale {
	min-height: 3.5em;
	min-width: 3.5em;
	line-height: 3.5em;
}

.woocommerce-js div.product .related.products, .woocommerce-js div.product .woocommerce-tabs {
	display: block;
}

.woocommerce-js span.onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: .8em;
	font-weight: 400;
	position: absolute;
	text-align: center;
	top: .5em;
	left: .5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	z-index: 9;
}

.woocommerce-js.single-product .sale>span.onsale {
	font-size: 1em;
	left: -.5em;
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
	top: -.5em;
}

.woocommerce-js .products ul, .woocommerce-js ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce-js .products ul::after, .woocommerce-js .products ul::before, .woocommerce-js ul.products::after, .woocommerce-js ul.products::before {
	width: 0;
}

.woocommerce-js .products ul li, .woocommerce-js ul.products li {
	list-style: none outside;
}

.woocommerce-js ul.products li.product.product-category {
	padding-bottom: 0;
}

.woocommerce-js ul.products li.product.product-category a {
	height: 100%;
}

.woocommerce-js ul.products li.product.product-category a img {
	height: 100%;
	object-fit: cover;
}

.woocommerce-js ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-js ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
}

.woocommerce-js ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.woocommerce-js ul.products li.product a img.show-on-hover {
	width: 0;
	height: 0;
	object-fit: cover;
}

.woocommerce-js ul.products li.product strong {
	display: block;
}

.woocommerce-js ul.products li.product .star-rating {
	font-size: .857em;
}

.woocommerce-js ul.products li.product .button {
	margin-top: 1em;
}

.woocommerce-js ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}

.woocommerce-js ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
}

.woocommerce-js ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block;
	text-decoration: inherit;
}

.woocommerce-js ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5);
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
	display: inline-block;
	width: 100%;
}

.woocommerce-js ul.products li.product:hover .show-on-hover {
	width: 100%;
	height: 100%;
}

.woocommerce-js .woocommerce-result-count {
	margin: 1em 0 1em;
	line-height: 1;
}

.woocommerce-js .woocommerce-ordering {
	margin: 0 0 1.5em;
}

.woocommerce-js .woocommerce-ordering select {
	vertical-align: top;
}

.woocommerce-js nav.woocommerce-pagination ul {
	flex-wrap: wrap;
	justify-content: center;
	white-space: normal;
	padding: 0;
	border: 0;
	margin: 1px;
}

.woocommerce-js nav.woocommerce-pagination ul li {
	margin: 0 2px 2px 0;
	border: 1px solid var(--ast-border-color);
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.woocommerce-js nav.woocommerce-pagination ul li a, .woocommerce-js nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	padding: .75em;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	display: block;
	min-width: 2.5em;
}

.woocommerce-js nav.woocommerce-pagination ul li a:focus, .woocommerce-js nav.woocommerce-pagination ul li a:hover, .woocommerce-js nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88;
}

.woocommerce-js #respond input#submit, .woocommerce-js a.button, .woocommerce-js button.button, .woocommerce-js input.button {
	margin: 0;
	position: relative;
	overflow: visible;
	left: auto;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.woocommerce-js #respond input#submit.nitro-lazy, .woocommerce-js a.button.nitro-lazy, .woocommerce-js button.button.nitro-lazy, .woocommerce-js input.button.nitro-lazy {
	background-image: none !important;
}

.woocommerce-js #respond input#submit.loading, .woocommerce-js a.button.loading, .woocommerce-js button.button.loading, .woocommerce-js input.button.loading {
	opacity: .25;
}

.woocommerce-js #respond input#submit.loading::after, .woocommerce-js a.button.loading::after, .woocommerce-js button.button.loading::after, .woocommerce-js input.button.loading::after {
	display: inline-block;
	content: "";
	position: relative;
	top: 0;
	right: -.5em;
	left: auto;
	width: .8em;
	height: .8em;
	background-color: var(--ast-global-color-primary, var(--ast-global-color-5));
	background-image: none;
	border-radius: 100%;
	animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.woocommerce-js #respond input#submit.added::after, .woocommerce-js a.button.added::after, .woocommerce-js button.button.added::after, .woocommerce-js input.button.added::after {
	font-family: WooCommerce;
	content: "";
	margin-left: .53em;
	vertical-align: bottom;
}

.woocommerce-js #respond input#submit.alt.disabled, .woocommerce-js #respond input#submit.alt.disabled:hover, .woocommerce-js #respond input#submit.alt:disabled, .woocommerce-js #respond input#submit.alt:disabled:hover, .woocommerce-js #respond input#submit.alt:disabled[disabled], .woocommerce-js #respond input#submit.alt:disabled[disabled]:hover, .woocommerce-js a.button.alt.disabled, .woocommerce-js a.button.alt.disabled:hover, .woocommerce-js a.button.alt:disabled, .woocommerce-js a.button.alt:disabled:hover, .woocommerce-js a.button.alt:disabled[disabled], .woocommerce-js a.button.alt:disabled[disabled]:hover, .woocommerce-js button.button.alt.disabled, .woocommerce-js button.button.alt.disabled:hover, .woocommerce-js button.button.alt:disabled, .woocommerce-js button.button.alt:disabled:hover, .woocommerce-js button.button.alt:disabled[disabled], .woocommerce-js button.button.alt:disabled[disabled]:hover, .woocommerce-js input.button.alt.disabled, .woocommerce-js input.button.alt.disabled:hover, .woocommerce-js input.button.alt:disabled, .woocommerce-js input.button.alt:disabled:hover, .woocommerce-js input.button.alt:disabled[disabled], .woocommerce-js input.button.alt:disabled[disabled]:hover {
	background-color: var(--ast-global-color-1);
	color: #fff;
}

.woocommerce-js #respond input#submit.disabled, .woocommerce-js #respond input#submit:disabled, .woocommerce-js #respond input#submit:disabled[disabled], .woocommerce-js a.button.disabled, .woocommerce-js a.button:disabled, .woocommerce-js a.button:disabled[disabled], .woocommerce-js button.button.disabled, .woocommerce-js button.button:disabled, .woocommerce-js button.button:disabled[disabled], .woocommerce-js input.button.disabled, .woocommerce-js input.button:disabled, .woocommerce-js input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em;
}

.woocommerce-js #respond input#submit.disabled:hover, .woocommerce-js #respond input#submit:disabled:hover, .woocommerce-js #respond input#submit:disabled[disabled]:hover, .woocommerce-js a.button.disabled:hover, .woocommerce-js a.button:disabled:hover, .woocommerce-js a.button:disabled[disabled]:hover, .woocommerce-js button.button.disabled:hover, .woocommerce-js button.button:disabled:hover, .woocommerce-js button.button:disabled[disabled]:hover, .woocommerce-js input.button.disabled:hover, .woocommerce-js input.button:disabled:hover, .woocommerce-js input.button:disabled[disabled]:hover {
	color: var(--ast-global-color-4);
	background-color: var(--ast-global-color-1);
}

.woocommerce-js .cart .button, .woocommerce-js .cart input.button {
	float: none;
}

.woocommerce-js #reviews .woocommerce-Reviews-title {
	display: none;
}

.woocommerce-js #reviews h2 {
	font-weight: 400;
}

.woocommerce-js #reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0;
}

.woocommerce-js #reviews h2 small a {
	text-decoration: none;
	color: #777;
}

.woocommerce-js #reviews h3 {
	margin: 0;
}

.woocommerce-js #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce-js #reviews #comment {
	height: 75px;
}

.woocommerce-js #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none;
}

.woocommerce-js #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 2em;
	border: 0;
	border: 0;
	position: relative;
	background: 0;
	border-bottom: 1px solid var(--ast-border-color);
}

.woocommerce-js #reviews #comments ol.commentlist li:last-child {
	border-bottom: 0;
}

.woocommerce-js #reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: .75em;
}

.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	height: 3.6em;
	width: 3.6em;
	border: none;
	background: 0 0;
	margin: 0;
	border-radius: 100%;
	box-shadow: none;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: none;
	border-radius: 4px;
	padding: 0 1.5em;
	zoom: 1;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after, .woocommerce-js #reviews #comments ol.commentlist li .comment-text::before {
	content: " ";
	display: table;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after {
	clear: both;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1.7em;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta, .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
	order: 1;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: .4em;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__author, .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	font-weight: 500;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__dash, .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
	display: none;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__published-date, .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	padding-left: .5em;
	font-size: .73em;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text .description {
	font-style: normal;
	order: 3;
	width: 100%;
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text .star-rating {
	order: 2;
	margin-bottom: 1em;
}

.woocommerce-js #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce-js #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce-js #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce-js #reviews #comments .commentlist>li::before {
	content: "";
}

.woocommerce-js #reviews #review_form {
	border: 1px solid var(--ast-border-color);
	padding: 1.67em;
}

.woocommerce-js #reviews #review_form #respond p {
	margin: 2px 0 6px;
}

.woocommerce-js #reviews #review_form #respond p.form-submit {
	margin-top: 1em;
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author, .woocommerce-js #reviews #review_form #respond p.comment-form-email {
	margin-bottom: 1em;
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author label, .woocommerce-js #reviews #review_form #respond p.comment-form-email label {
	display: inline-block;
	min-width: 100px;
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author input, .woocommerce-js #reviews #review_form #respond p.comment-form-email input {
	width: 100%;
}

.woocommerce-js #reviews #review_form #respond #comment {
	height: 90px;
}

.woocommerce-js #reviews #review_form #respond .stars {
	margin: 0;
}

.woocommerce-js #reviews #review_form input {
	max-width: 100%;
}

.woocommerce-js #reviews .comment-form-rating {
	display: flex;
	vertical-align: middle;
	margin: 15px 0;
}

.woocommerce-js #reviews .comment-form-rating .stars {
	margin-bottom: 0;
}

.woocommerce-js #reviews .comment-form-rating .stars a {
	position: relative;
	top: 8px;
	height: 1.2em;
	width: 1.2em;
}

.woocommerce-js #reviews .comment-form-rating .stars a:before {
	width: 1.2em;
	height: 1.2em;
	font-size: 1.2em;
}

.woocommerce-js #reviews .comment-form-comment label, .woocommerce-js #reviews .comment-form-rating label {
	font-size: 1.2em;
	font-weight: 500;
	padding-right: .5em;
}

.woocommerce-js .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star, serif;
}

.woocommerce-js .star-rating::before {
	content: "sssss";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce-js .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce-js .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce-js .woocommerce-product-rating {
	zoom: 1;
	line-height: 2;
	display: block;
}

.woocommerce-js .woocommerce-product-rating::after, .woocommerce-js .woocommerce-product-rating::before {
	content: " ";
	display: table;
}

.woocommerce-js .woocommerce-product-rating::after {
	clear: both;
}

.woocommerce-js .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.woocommerce-js .products .star-rating {
	display: block;
	margin: .5em auto 0;
	float: none;
}

.woocommerce-js .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce-js #review_form #respond {
	zoom: 1;
	position: static;
	margin: 0;
	width: auto;
	background: transparent none;
}

.woocommerce-js #review_form #respond::after, .woocommerce-js #review_form #respond::before {
	content: " ";
	display: table;
}

.woocommerce-js #review_form #respond::after {
	clear: both;
}

.woocommerce-js #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce-js #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce-js p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce-js p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "";
	text-indent: 0;
}

.woocommerce-js p.stars a:hover~a::before {
	content: "";
}

.woocommerce-js p.stars:hover a::before {
	content: "";
}

.woocommerce-js p.stars.selected a.active::before {
	content: "";
}

.woocommerce-js p.stars.selected a.active~a::before {
	content: "";
}

.woocommerce-js p.stars.selected a:not(.active)::before {
	content: "";
}

.woocommerce-js table.shop_attributes {
	border: 0;
	border-top: 1px solid var(--ast-border-color);
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce-js table.shop_attributes th {
	width: 150px;
	font-weight: 500;
	border-top: 0;
	border-bottom: 1px dotted var(--ast-border-color);
	margin: 0;
	line-height: 1.5;
	text-align: left;
}

.woocommerce-js table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted var(--ast-border-color);
	margin: 0;
	line-height: 1.5;
}

.woocommerce-js table.shop_attributes td p {
	margin: 0;
	padding: 8px 0;
}

.woocommerce-js table.shop_table {
	border: 1px solid var(--ast-border-color);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.woocommerce-js table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
}

.woocommerce-js table.shop_table td {
	border-top: 1px solid var(--ast-border-color);
	padding: 6px 12px;
	vertical-align: middle;
}

.woocommerce-js table.shop_table td small {
	font-weight: 400;
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child td, .woocommerce-js table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
}

.woocommerce-js table.shop_table tbody th, .woocommerce-js table.shop_table tfoot td, .woocommerce-js table.shop_table tfoot th {
	font-weight: 500;
	border-top: 1px solid var(--ast-border-color);
}

.woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table {
	margin-bottom: 2em;
	border-radius: 0;
}

.woocommerce-js table.my_account_orders {
	font-size: .85em;
}

.woocommerce-js table.my_account_orders td, .woocommerce-js table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle;
}

.woocommerce-js table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce-js table.my_account_orders .order-actions {
	text-align: right;
}

.woocommerce-js table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em;
}

.woocommerce-js table.woocommerce-MyAccount-downloads td, .woocommerce-js table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center;
}

.woocommerce-js table.woocommerce-MyAccount-downloads td:first-child, .woocommerce-js table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left;
}

.woocommerce-js table.woocommerce-MyAccount-downloads td:last-child, .woocommerce-js table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left;
}

.woocommerce-js table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce-js table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: "↓";
	display: inline-block;
}

.woocommerce-js td.product-name .wc-item-meta, .woocommerce-js td.product-name dl.variation {
	list-style: none outside;
	word-wrap: normal;
	width: 100%;
}

.woocommerce-js td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce-js td.product-name .wc-item-meta dt, .woocommerce-js td.product-name dl.variation .wc-item-meta-label, .woocommerce-js td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
	font-weight: 500;
}

.woocommerce-js td.product-name .wc-item-meta dd, .woocommerce-js td.product-name dl.variation dd {
	margin: 0;
}

.woocommerce-js td.product-name .wc-item-meta dd p, .woocommerce-js td.product-name dl.variation dd p {
	font-weight: 400;
}

.woocommerce-js td.product-name .wc-item-meta p, .woocommerce-js td.product-name .wc-item-meta:last-child, .woocommerce-js td.product-name dl.variation p, .woocommerce-js td.product-name dl.variation:last-child {
	margin-bottom: 0;
}

.woocommerce-js td.product-name p.backorder_notification {
	font-size: .83em;
}

.woocommerce-js td.product-quantity {
	min-width: 80px;
}

.woocommerce-js ul.cart_list, .woocommerce-js ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce-js ul.cart_list li, .woocommerce-js ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	zoom: 1;
	list-style: none;
}

.woocommerce-js ul.cart_list li::after, .woocommerce-js ul.cart_list li::before, .woocommerce-js ul.product_list_widget li::after, .woocommerce-js ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce-js ul.cart_list li::after, .woocommerce-js ul.product_list_widget li::after {
	clear: both;
}

.woocommerce-js ul.cart_list li a, .woocommerce-js ul.product_list_widget li a {
	display: block;
	font-weight: 700;
}

.woocommerce-js ul.cart_list li img, .woocommerce-js ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
}

.woocommerce-js ul.cart_list li dl, .woocommerce-js ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid var(--ast-border-color);
	zoom: 1;
}

.woocommerce-js ul.cart_list li dl::after, .woocommerce-js ul.cart_list li dl::before, .woocommerce-js ul.product_list_widget li dl::after, .woocommerce-js ul.product_list_widget li dl::before {
	content: " ";
	display: table;
}

.woocommerce-js ul.cart_list li dl::after, .woocommerce-js ul.product_list_widget li dl::after {
	clear: both;
}

.woocommerce-js ul.cart_list li dl dd, .woocommerce-js ul.cart_list li dl dt, .woocommerce-js ul.product_list_widget li dl dd, .woocommerce-js ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: .1em;
}

.woocommerce-js ul.cart_list li dl dt, .woocommerce-js ul.product_list_widget li dl dt {
	font-weight: 500;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce-js ul.cart_list li dl dd, .woocommerce-js ul.product_list_widget li dl dd {
	padding: 0 0 .25em;
}

.woocommerce-js ul.cart_list li dl dd p:last-child, .woocommerce-js ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce-js ul.cart_list li .star-rating, .woocommerce-js ul.product_list_widget li .star-rating {
	float: none;
}

.woocommerce-js .widget_shopping_cart .total strong, .woocommerce-js.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
	color: var(--ast-global-color-2);
}

.woocommerce-js .widget_shopping_cart .buttons, .woocommerce-js.widget_shopping_cart .buttons {
	zoom: 1;
}

.woocommerce-js .widget_shopping_cart .buttons::after, .woocommerce-js .widget_shopping_cart .buttons::before, .woocommerce-js.widget_shopping_cart .buttons::after, .woocommerce-js.widget_shopping_cart .buttons::before {
	content: " ";
	display: table;
}

.woocommerce-js .widget_shopping_cart .buttons::after, .woocommerce-js.widget_shopping_cart .buttons::after {
	clear: both;
}

.woocommerce-js .widget_shopping_cart .buttons a, .woocommerce-js.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px;
}

.woocommerce-js form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce-js form .form-row.place-order .input-checkbox {
	cursor: pointer;
}

.woocommerce-js form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce-js form .form-row label {
	line-height: 2;
	font-weight: 700;
	font-size: 13.5px;
	font-size: .9rem;
}

.woocommerce-js form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce-js form .form-row label.inline {
	display: inline;
}

.woocommerce-js form .form-row select {
	cursor: pointer;
	margin: 0;
}

.woocommerce-js form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0;
}

.woocommerce-js form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1;
}

.woocommerce-js form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none;
}

.woocommerce-js form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

.woocommerce-js form .form-row.woocommerce-invalid .select2-container, .woocommerce-js form .form-row.woocommerce-invalid input.input-text, .woocommerce-js form .form-row.woocommerce-invalid select {
	border-color: #d65d67;
}

.woocommerce-js form .form-row.woocommerce-validated .select2-container, .woocommerce-js form .form-row.woocommerce-validated input.input-text, .woocommerce-js form .form-row.woocommerce-validated select {
	border-color: #69bf29;
}

.woocommerce-js form .form-row ::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce-js form .form-row :-moz-placeholder {
	line-height: normal;
}

.woocommerce-js form .form-row :-ms-input-placeholder {
	line-height: normal;
}

.woocommerce-js ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce-js ul#shipping_method li input {
	margin: 3px .5ex;
}

.woocommerce-js ul#shipping_method li label {
	display: inline;
}

.woocommerce-js ul#shipping_method .amount {
	font-weight: 700;
}

.woocommerce-js p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce-js ul.order_details {
	zoom: 1;
	margin: 0 0 3em;
	list-style: none;
}

.woocommerce-js ul.order_details::after, .woocommerce-js ul.order_details::before {
	content: " ";
	display: table;
}

.woocommerce-js ul.order_details::after {
	clear: both;
}

.woocommerce-js ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed var(--ast-border-color);
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce-js ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce-js ul.order_details li:last-of-type {
	border: none;
}

.woocommerce-js .wc-bacs-bank-details-account-name {
	font-weight: 700;
}

.woocommerce-js .woocommerce-customer-details, .woocommerce-js .woocommerce-order-details, .woocommerce-js .woocommerce-order-downloads {
	margin-bottom: 2em;
}

.woocommerce-js .woocommerce-customer-details :last-child, .woocommerce-js .woocommerce-order-details :last-child, .woocommerce-js .woocommerce-order-downloads :last-child {
	margin-bottom: 0;
}

.woocommerce-js .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid var(--ast-border-color);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px;
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em;
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	position: absolute;
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	position: absolute;
}

.woocommerce-js .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	zoom: 1;
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: " ";
	display: table;
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
	clear: both;
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0;
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce-js .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em;
}

.woocommerce-js .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce-js .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none;
}

.woocommerce-js .widget_layered_nav_filters ul li a {
	text-decoration: none;
}

.woocommerce-js .widget_layered_nav_filters ul li a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce-js .widget_product_categories .product-categories .count {
	float: right;
}

.woocommerce-js .widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.woocommerce-js .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em;
}

.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left;
}

.woocommerce-js .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em;
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497;
}

.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #602053;
	border: 0;
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce-js .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce-js .widget_rating_filter ul li {
	zoom: 1;
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce-js .widget_rating_filter ul li::after, .woocommerce-js .widget_rating_filter ul li::before {
	content: " ";
	display: table;
}

.woocommerce-js .widget_rating_filter ul li::after {
	clear: both;
}

.woocommerce-js .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none;
}

.woocommerce-js .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block;
}

.woocommerce-js .widget_rating_filter ul li.chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67;
}

.woocommerce-js .show-on-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	filter: blur(0);
	transition: all .2s linear;
}

.woocommerce-js li.product:hover .show-on-hover {
	opacity: 1;
	transform: scale(1) translateZ(0) translateY(0);
	pointer-events: inherit;
}

.woocommerce-js .ast-return-to-shop {
	display: inline-block;
	margin: 5px 0;
	vertical-align: middle;
}

.woocommerce-js .comment-reply-title {
	font-size: 1.34rem;
	line-height: 1.3;
	font-weight: 500;
}

.woocommerce-js .select2-container .select2-selection--single {
	height: auto;
	padding: .75em;
}

.woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.35;
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	width: 1.7em;
	transform: translateY(-50%);
}

.woocommerce-js .select2-results__option, .woocommerce-js .select2-search--dropdown .select2-search__field {
	padding: 6px .75em;
}

.woocommerce-js .variations th {
	text-align: left;
}

.woocommerce-js.single-product a.added_to_cart {
	padding: .4em .4em 0;
	display: inline-block;
}

.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce-js .widget_product_search button, .woocommerce-page .widget_product_search button {
	flex: 0 0 auto;
	padding: 10px 20px;
}

.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: left;
	margin-bottom: 2.5em;
}

.woocommerce-js ul.products li.product.product-category>a, .woocommerce-page ul.products li.product.product-category>a {
	display: inline-block;
	position: relative;
}

.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin-bottom: .8em;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: .5em;
	padding: 0;
	font-size: 1em;
}

.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
	font-size: .85em;
	margin-bottom: .5em;
	display: block;
	line-height: 1.3;
	opacity: .6;
}

.woocommerce-js ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
	margin: 0 auto .5em 0;
	backface-visibility: hidden;
}

.woocommerce-js ul.products li.product .ast-woo-shop-product-description p, .woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
	margin-bottom: .5em;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	position: relative;
	display: block;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff;
}

.woocommerce-js ul.products li.product.product-category>a:hover .woocommerce-loop-category__title, .woocommerce-page ul.products li.product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: #fff;
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	position: absolute;
	background-color: rgba(255, 255, 255, .88);
	transition: background .3s;
	text-align: center;
	left: 1em;
	right: 1em;
	padding: .5em 0 .7em;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	bottom: 1.8em;
	font-size: .9em;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count, .woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	font-size: .7em;
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	bottom: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	line-height: 1.3;
	margin-bottom: 0;
	margin-bottom: .5em;
	font-weight: 700;
	font-size: .9em;
}

.woocommerce-js ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	display: initial;
}

.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
	margin-top: .5em;
	margin-bottom: .5em;
	white-space: normal;
}

.woocommerce-js ul.products li.product .button.added, .woocommerce-page ul.products li.product .button.added {
	margin-bottom: 0;
	transition: margin 0s;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title .count, .woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	opacity: .5;
	font-size: .75em;
}

.woocommerce-js .related.products li.product:last-child, .woocommerce-page .related.products li.product:last-child {
	margin-right: 0;
}

.woocommerce-js table.shop_table, .woocommerce-page table.shop_table {
	border: 1px solid var(--ast-border-color);
	border-radius: 0;
}

.woocommerce-js table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
	width: auto;
	max-width: 70px;
}

.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
	background-color: var(--ast-wc-container-head-bg-color);
}

.woocommerce-js table.shop_table thead th, .woocommerce-page table.shop_table thead th {
	border-width: 0;
}

.woocommerce-js table.shop_table td, .woocommerce-js table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
	border-bottom-width: 0;
	padding: .7em 1em;
}

.woocommerce-js table.shop_table td, .woocommerce-page table.shop_table td {
	border-top: 1px solid var(--ast-border-color);
}

.woocommerce-js table.shop_table td.download-file, .woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions, .woocommerce-page table.shop_table td.download-file, .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
	display: block;
}

.woocommerce-js table.shop_table td.download-file a, .woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions a, .woocommerce-page table.shop_table td.download-file a, .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a {
	margin-right: .5em;
	margin-top: .25em;
	margin-bottom: .25em;
}

.woocommerce-js table.shop_table td.download-file a:last-child, .woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child, .woocommerce-page table.shop_table td.download-file a:last-child, .woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child {
	margin-right: 0;
}

.woocommerce-js table.shop_table .woocommerce-Price-amount, .woocommerce-page table.shop_table .woocommerce-Price-amount {
	font-weight: 400;
}

.woocommerce-js #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
	width: auto;
}

.woocommerce-js #content table.cart td, .woocommerce-page #content table.cart td {
	min-height: 3.25em;
}

.woocommerce-js #content table.cart [name=coupon_code], .woocommerce-page #content table.cart [name=coupon_code] {
	max-height: 35px;
}

.woocommerce-js #content table.cart .button, .woocommerce-page #content table.cart .button {
	display: inline-block;
	width: auto;
}

.ast-separate-container .ast-woocommerce-container {
	background-color: #fff;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 3.34em 2.4em;
	}
}

@media (max-width:992px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 1.5em 2.14em;
	}
}

@media (min-width:1201px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 5.34em 6.67em;
	}
}

.ast-separate-container .ast-woocommerce-container .product {
	border-bottom: 0;
}

.ast-separate-container.single-product .ast-article-single {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.pswp {
	z-index: 999999;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

.woocommerce .pswp__caption__center, .woocommerce-page .pswp__caption__center {
	text-align: center;
}

.woocommerce .pswp__bg, .woocommerce-page .pswp__bg {
	opacity: .7 !important;
}

.woocommerce .pswp__ui--fit .pswp__caption, .woocommerce .pswp__ui--fit .pswp__top-bar, .woocommerce-page .pswp__ui--fit .pswp__caption, .woocommerce-page .pswp__ui--fit .pswp__top-bar {
	background-color: transparent;
}

.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea {
	border-color: var(--ast-border-color);
	background-color: var(--ast-global-dark-bg-style);
	box-shadow: none;
	border-radius: 0;
}

.woocommerce-js form .form-row textarea:focus, .woocommerce-js input[type=email]:focus, .woocommerce-js input[type=number]:focus, .woocommerce-js input[type=password]:focus, .woocommerce-js input[type=reset]:focus, .woocommerce-js input[type=search]:focus, .woocommerce-js input[type=tel]:focus, .woocommerce-js input[type=text]:focus, .woocommerce-js input[type=url]:focus, .woocommerce-js textarea:focus, .woocommerce-page form .form-row textarea:focus, .woocommerce-page input[type=email]:focus, .woocommerce-page input[type=number]:focus, .woocommerce-page input[type=password]:focus, .woocommerce-page input[type=reset]:focus, .woocommerce-page input[type=search]:focus, .woocommerce-page input[type=tel]:focus, .woocommerce-page input[type=text]:focus, .woocommerce-page input[type=url]:focus, .woocommerce-page textarea:focus {
	box-shadow: none;
	border-color: var(--ast-border-color);
}

.woocommerce-js .select2-container .select2-dropdown, .woocommerce-js .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-dropdown, .woocommerce-page .select2-container .select2-search__field {
	border: 1px solid var(--ast-border-color);
	z-index: 98;
}

.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
	padding: .5em .8em;
	line-height: normal;
	padding-right: 2em;
	appearance: none;
	background-position: 98% 50%;
	background-color: var(--ast-global-dark-bg-style, #fff);
	border-color: var(--ast-border-color);
	border-radius: 3px;
	box-shadow: none;
}

.woocommerce-js .select2-container .select2-selection--single:focus, .woocommerce-js select:focus, .woocommerce-page .select2-container .select2-selection--single:focus, .woocommerce-page select:focus {
	outline: 0;
}

.woocommerce-js .select2-container .select2-selection--single b, .woocommerce-js select b, .woocommerce-page .select2-container .select2-selection--single b, .woocommerce-page select b {
	display: none;
}

.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	background-color: transparent;
	border: transparent;
	border-radius: 0;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	zoom: 1;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
	content: " ";
	display: table;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
	clear: both;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	font-family: WooCommerce;
	content: "";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.woocommerce-message {
	border-top-color: #8fae1b;
}

.woocommerce-message::before {
	content: "";
	color: #8fae1b;
}

.woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce-info::before {
	color: #1e85be;
}

.woocommerce-error {
	border-top-color: #b81c23;
}

.woocommerce-error::before {
	content: "";
	color: #b81c23;
}

.woocommerce .woocommerce, .woocommerce-account .woocommerce {
	zoom: 1;
}

.woocommerce .woocommerce::after, .woocommerce .woocommerce::before, .woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce::after, .woocommerce-account .woocommerce::after {
	clear: both;
}

.woocommerce .addresses .title, .woocommerce-account .addresses .title {
	zoom: 1;
}

.woocommerce .addresses .title::after, .woocommerce .addresses .title::before, .woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
	content: " ";
	display: table;
}

.woocommerce .addresses .title::after, .woocommerce-account .addresses .title::after {
	clear: both;
}

.woocommerce .addresses .title h3, .woocommerce-account .addresses .title h3 {
	float: left;
}

.woocommerce .addresses .title .edit, .woocommerce-account .addresses .title .edit {
	float: right;
	padding: .7em 1em;
}

.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.digital-downloads, .woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li, .woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce ul.digital-downloads li::before, .woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
}

.woocommerce ul.digital-downloads li .count, .woocommerce-account ul.digital-downloads li .count {
	float: right;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title, .woocommerce .woocommerce-Addresses .woocommerce-column__title, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce .woocommerce-customer-details .woocommerce-Address-title, .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title, .woocommerce-account .woocommerce-Addresses .woocommerce-column__title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .woocommerce-customer-details .woocommerce-Address-title, .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	background: #fbfbfb;
	padding: .5em;
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce .woocommerce-Addresses .woocommerce-column__title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3, .woocommerce .woocommerce-customer-details .woocommerce-Address-title h3, .woocommerce .woocommerce-customer-details .woocommerce-column__title h3, .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3, .woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3, .woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3 {
	margin-bottom: 0;
}

.woocommerce .woocommerce-Addresses address, .woocommerce .woocommerce-MyAccount-content address, .woocommerce .woocommerce-customer-details address, .woocommerce-account .woocommerce-Addresses address, .woocommerce-account .woocommerce-MyAccount-content address, .woocommerce-account .woocommerce-customer-details address {
	border: 1px solid var(--ast-border-color);
	padding: 1em;
	border-radius: 0;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid var(--ast-border-color);
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1;
}

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	zoom: 1;
	padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
	content: " ";
	display: table;
}

#add_payment_method .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after {
	clear: both;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em;
}

#add_payment_method .cart-collaterals .shipping_calculator .button, .woocommerce-cart .cart-collaterals .shipping_calculator .button, .woocommerce-checkout .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none;
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: .83em;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 40%;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #777;
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid var(--ast-border-color);
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
	clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left;
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #777;
	font-weight: 400;
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
	clear: both;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	zoom: 1;
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	list-style: none outside;
}

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
	clear: both;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	cursor: pointer;
	margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+img, .woocommerce-cart #payment ul.payment_methods li img+img, .woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice), .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice), .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
	zoom: 1;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: " ";
	display: table;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear: both;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 1em;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9;
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover.nitro-lazy, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover.nitro-lazy {
	background-image: none !important;
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #777;
	font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -1em;
	left: 0;
	margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em;
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
}

.woocommerce-cart .cart_totals .shop_table {
	table-layout: fixed;
}

.woocommerce-cart-form__cart-item td.product-remove {
	text-align: center;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table th {
	border-right: 0;
}

.woocommerce-cart table.shop_table td.product-name {
	font-weight: 500;
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount {
	font-weight: 400;
}

.woocommerce-cart table.shop_table dl dt {
	font-weight: 500;
}

.woocommerce-cart table.shop_table dl dd {
	font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cross-sells li.product {
	padding-bottom: 1em;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
	border-radius: 0;
	margin-bottom: 2em;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table, .woocommerce-cart .cart-collaterals .cross-sells .shop_table {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
	margin: 0 -20px 20px;
	background-color: var(--ast-global-dark-lfs);
	border-bottom: 1px solid var(--ast-border-color);
}

.woocommerce-cart .hentry, .woocommerce-cart ul.products {
	margin-bottom: 0;
}

.woocommerce-cart .hentry li.product, .woocommerce-cart ul.products li.product {
	margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: .5em .75em;
}

.woocommerce-cart table.cart td.actions input.button {
	display: inline-block;
	width: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.1em;
	line-height: 1.8em;
}

.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout:after, .woocommerce.woocommerce-checkout form.checkout.woocommerce-checkout:after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-page.woocommerce-checkout table.shop_table thead, .woocommerce.woocommerce-checkout table.shop_table thead {
	background: 0 0;
}

.woocommerce-page.woocommerce-checkout table.shop_table th, .woocommerce.woocommerce-checkout table.shop_table th {
	padding: 14px 12px;
}

.woocommerce-page.woocommerce-checkout table.shop_table td, .woocommerce.woocommerce-checkout table.shop_table td {
	padding: 10px 10px 10px 0;
	border-color: var(--ast-border-color);
}

.woocommerce-page.woocommerce-checkout table.shop_table tfoot td, .woocommerce.woocommerce-checkout table.shop_table tfoot td {
	opacity: 1;
}

.woocommerce-page.woocommerce-checkout table.shop_table td, .woocommerce-page.woocommerce-checkout table.shop_table th, .woocommerce.woocommerce-checkout table.shop_table td, .woocommerce.woocommerce-checkout table.shop_table th {
	border-bottom-width: 1px;
}

.woocommerce-page.woocommerce-checkout form #order_review table, .woocommerce.woocommerce-checkout form #order_review table {
	border-width: 0;
}

.woocommerce-page.woocommerce-checkout form #order_review td, .woocommerce-page.woocommerce-checkout form #order_review th, .woocommerce.woocommerce-checkout form #order_review td, .woocommerce.woocommerce-checkout form #order_review th {
	border-top: 0;
	border-right: 0;
	padding-left: 0;
	border-color: var(--ast-border-color);
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name .product-quantity, .woocommerce.woocommerce-checkout form #order_review td.product-name .product-quantity {
	font-weight: 400;
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child, .woocommerce-page.woocommerce-checkout form #order_review th:last-child, .woocommerce.woocommerce-checkout form #order_review td:last-child, .woocommerce.woocommerce-checkout form #order_review th:last-child {
	text-align: right;
}

.woocommerce-page.woocommerce-checkout form .form-row:last-child, .woocommerce.woocommerce-checkout form .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-page.woocommerce-checkout #payment, .woocommerce.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods, .woocommerce.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin-bottom: 1em;
	border-bottom: 0;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
	background-color: #efefef;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #efefef;
}

.woocommerce-page.woocommerce-checkout #payment div.form-row, .woocommerce.woocommerce-checkout #payment div.form-row {
	padding: 0 0 2em;
}

.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
	width: 100%;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td, .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th, .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td, .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
	padding: .7em 1em;
	border-bottom-width: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td:last-child, .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th:last-child, .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td:last-child, .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th:last-child {
	border-right-width: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
	background: #fbfbfb;
	padding: 1em;
	margin-bottom: 0;
	font-size: 1.3rem;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading, .woocommerce.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading {
	font-size: 1.5rem;
	border-top: 3px solid var(--ast-border-color);
	padding-top: .5em;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h3, .woocommerce.woocommerce-checkout .woocommerce-order h3 {
	font-size: 1.1rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details, .woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
	margin-bottom: 2em;
}

.woocommerce-page.woocommerce-checkout .woocommerce-customer-details address, .woocommerce.woocommerce-checkout .woocommerce-customer-details address {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 0;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.woocommerce form.checkout_coupon {
	margin: 0;
	border: 0;
	padding: 0 0 2em;
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}

.woocommerce form.checkout_coupon [name=coupon_code] {
	padding-top: 9px;
	padding-bottom: 9px;
}

.woocommerce form.checkout_coupon .button {
	padding: .5em 1em;
	vertical-align: initial;
	line-height: 1.35;
}

@media (max-width:420px) {
	.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	.woocommerce form.checkout_coupon .form-row-first {
		margin-bottom: 10px;
	}
	
	.woocommerce form.checkout_coupon .button[name=apply_coupon] {
		width: 100%;
		padding: 10px 5px;
	}
}

.checkout_coupon .input-text {
	padding: .5em .75em;
}

.woocommerce-MyAccount-navigation>ul {
	margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 1em;
	margin-left: 3px;
}

#secondary .widget.woocommerce>li, #secondary .widget_layered_nav_filters>li {
	margin-bottom: 0;
}

#secondary .widget .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	min-height: 42px;
}

#secondary .widget .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-top: 5px;
	margin-bottom: 5px;
}

#secondary .widget .select2-search__field {
	min-height: 42px;
	margin: 0;
}

.woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a {
	font-weight: 500;
	margin-bottom: .33em;
	color: var(--ast-global-color-2);
}

.woocommerce-js #secondary .woocommerce ul.cart_list, .woocommerce-js #secondary .woocommerce ul.product_list_widget {
	margin: 0;
}

.woocommerce-js .widget_shopping_cart .cart_list li, .woocommerce-js .widget_shopping_cart li, .woocommerce-js ul.product_list_widget .cart_list li, .woocommerce-js ul.product_list_widget li {
	padding: .6em 0 .6em 5em;
	min-height: 5em;
	position: relative;
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	line-height: 1.5;
}

.woocommerce-js .widget_shopping_cart .cart_list li:last-child, .woocommerce-js .widget_shopping_cart li:last-child, .woocommerce-js ul.product_list_widget .cart_list li:last-child, .woocommerce-js ul.product_list_widget li:last-child {
	border-bottom: none;
}

.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}

.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
	margin-left: 5px;
	margin-right: 0;
}

.woocommerce-js.widget_product_tag_cloud .tagcloud {
	margin-top: 10px;
	display: inline-block;
}

.woocommerce-js.widget_product_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	margin-right: 4px;
	line-height: 1.5;
	transition: all .2s linear;
}

.woocommerce-js .widget_shopping_cart .total, .woocommerce-js.widget_shopping_cart .total {
	padding: 5px 0;
	border-top: 1px solid var(--ast-border-color);
	border-bottom: 1px solid var(--ast-border-color);
	margin-bottom: 1.3em;
}

.woocommerce-js ul.product_list_widget li img {
	position: absolute;
	left: 0;
	width: 4em;
	height: 4em;
	margin: 0 0 .5em 0;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
}

.woocommerce-js ul.product-categories>li {
	padding: 2px 0;
}

.woocommerce-js ul.product-categories>li:first-child {
	border: none;
}

.woocommerce-js .widget del {
	opacity: .5;
}

.woocommerce-js .widget ins {
	background: inherit;
}

.woocommerce-js .widget .amount, .woocommerce-js .widget ins {
	font-weight: 400;
}

.woocommerce-js .widget .star-rating {
	margin: 5px 0;
}

.woocommerce-js .widget_rating_filter ul li a {
	display: inline-flex;
	align-items: center;
}

.woocommerce-js .price_slider_amount .price_label span {
	font-weight: 700;
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal {
	height: .2em;
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.4em;
	cursor: pointer;
}

.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: .9em !important;
	padding: 8px 18px;
}

.woocommerce-js .widget_price_filter .price_slider {
	margin-bottom: 1.2em;
}

.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ededed;
}

.woocommerce-js .widget_product_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	padding: .5em 1.2em;
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	line-height: 1.5;
	font-size: 12px !important;
	font-size: .8rem !important;
}

.woocommerce-js .widget_product_tag_cloud .tagcloud a a.current-item, .woocommerce-js .widget_product_tag_cloud .tagcloud a a:focus, .woocommerce-js .widget_product_tag_cloud .tagcloud a a:hover {
	background-color: #fafafa;
}

.ast-site-header-cart .widget_shopping_cart .buttons .button, .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward, .woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button, .woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward {
	display: block;
	margin-right: 0;
	width: 100%;
	margin-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding: 1.2em 0 1.2em 5em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	left: auto;
	right: 0;
	top: 1.1em;
	color: var(--ast-global-color-3);
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	color: var(--ast-global-color-3);
}

.woocommerce-product-search {
	display: flex;
}

.woocommerce-product-search .search-field {
	flex: auto;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-product-search input[type=submit] {
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#secondary .widget_layered_nav_filters ul li.chosen, .widget_layered_nav_filters ul li.chosen {
	padding: 0 .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	background: rgba(245, 245, 245, .75);
	border-radius: 20px;
	font-size: 1em;
}

#secondary .widget_layered_nav_filters ul li.chosen:hover, .widget_layered_nav_filters ul li.chosen:hover {
	background-color: #f5f5f5;
}

#secondary .widget_layered_nav_filters ul li.chosen a, .widget_layered_nav_filters ul li.chosen a {
	display: block;
}

#secondary .widget_layered_nav_filters ul li.chosen a::before, .widget_layered_nav_filters ul li.chosen a::before {
	margin-right: .5em;
	line-height: inherit;
	position: relative;
	top: 1px;
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05);
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .header-main-layout-2 .main-header-container {
	text-align: center;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-main-header-bar-alignment {
	display: inline-block;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
	display: inline-block;
	float: right;
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-break-point .header-main-layout-2 .main-header-container {
	display: flex;
}

.rtl .woocommerce-pagination .page-numbers li:last-child .next {
	transform: rotateY(180deg);
}

.rtl .woocommerce-pagination .page-numbers li:first-child .prev {
	transform: rotateY(-180deg);
}

.ast-site-header-cart .widgettitle {
	display: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
	text-align: left;
	margin-bottom: 2.5em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a {
	display: inline-block;
	position: relative;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 .8em 0;
	box-shadow: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	margin-bottom: .5em;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
	font-weight: inherit;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
	margin: 0 auto .5em 0;
	backface-visibility: hidden;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
	position: relative;
	display: block;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: #fff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	bottom: 1.8em;
	font-size: .9em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	font-size: .7em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
	line-height: 1.3;
	margin-bottom: 0;
	margin-bottom: .5em;
	font-weight: 700;
	font-size: .9em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
	display: initial;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	margin-top: .5em;
	margin-bottom: .5em;
	white-space: normal;
	line-height: 1.3;
	font-size: 100%;
	font-weight: 700;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
	margin-bottom: 0;
	transition: margin 0s;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	opacity: .5;
	font-size: .75em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: .8em;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	z-index: 9;
	top: 0;
	right: 10px;
	left: auto;
	margin: -.5em -.5em 0 0;
}

.widget_product_categories .children {
	padding-left: 20px;
}

@supports (-moz-appearance:none) {
	.sidebar-main .widget_product_search .search-field {
		width: 60%;
	}
}

.wc-block-product-categories-list li {
	padding-left: 15px;
}

.woocommerce-page .widget .wc-block-price-slider {
	padding-top: .15em;
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
	--range-color: var(--ast-global-color-0);
	top: -1px;
}

@-moz-document url-prefix() {
	.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
		top: 1px;
	}
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
	box-shadow: none;
	background-color: #ededed;
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress, .woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
	height: 3px;
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__controls {
	border-color: var(--ast-border-color);
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text {
	line-height: 2.4;
	font-size: .8751em;
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text .wc-block-components-formatted-money-amount {
	font-weight: 700;
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__controls {
	justify-content: end;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range] {
	margin: 0;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-webkit-slider-runnable-track {
	height: 3px;
	box-shadow: none;
	background-color: transparent;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-track {
	height: 3px;
	box-shadow: none;
	background-color: transparent;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range].wc-block-price-filter__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0;
	width: 15px;
	height: 15px;
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-thumb {
	height: 15px;
	border: 0;
	width: 15px;
}

.woocommerce-page .widget .wc-block-checkbox-list li input[type=checkbox] {
	margin: 0 .5rem 0 0;
	position: relative;
	top: 1px;
}

.woocommerce-page .widget .wc-block-checkbox-list li .wc-filter-element-label-list-count {
	opacity: 1;
}

.woocommerce-page .widget .wc-layered-nav-rating {
	line-height: 1;
}

.woocommerce-page .widget .wc-layered-nav-rating .star-rating {
	margin: 0;
}

.product.woocommerce.add_to_cart_inline {
	border: 0 !important;
}

.product.woocommerce.add_to_cart_inline a.button {
	margin-left: 1em;
}

.ast-site-header-cart .widget_shopping_cart, .astra-cart-drawer {
	background-color: var(--ast-global-color-primary, var(--ast-global-color-5));
	border: 1px solid var(--ast-border-color);
}

.woocommerce-js .sold-individually .button.single_add_to_cart_button {
	margin-left: -1em;
}

.sidebar-main .ast-mini-cart-empty .woocommerce-mini-cart__empty-message {
	display: none;
}

.woocommerce-js .variations select, .woocommerce-js .woocommerce-ordering select {
	padding: .5em;
}

.astra-dark-mode-enable .woocommerce-js .woocommerce-page label, .astra-dark-mode-enable .woocommerce-js .woocommerce-page legend {
	color: var(--ast-global-color-primary, --ast-global-color-4);
}

.wp-block-uagb-advanced-heading h1, .wp-block-uagb-advanced-heading h2, .wp-block-uagb-advanced-heading h3, .wp-block-uagb-advanced-heading h4, .wp-block-uagb-advanced-heading h5, .wp-block-uagb-advanced-heading h6, .wp-block-uagb-advanced-heading p, .wp-block-uagb-advanced-heading div {
	word-break: break-word;
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
	margin: 0;
}

.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin: 0;
}

.wp-block-uagb-advanced-heading .uagb-separator {
	font-size: 0;
	border-top-style: solid;
	display: inline-block;
	margin: 0 0 10px 0;
}

.wp-block-uagb-advanced-heading .uagb-highlight {
	color: #f78a0c;
	border: 0;
	transition: all .3s ease;
}

.uag-highlight-toolbar {
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	border-right-color: #1e1e1e;
}

.uag-highlight-toolbar .components-button {
	border-radius: 0;
	outline: none;
}

.uag-highlight-toolbar .components-button.is-primary {
	color: #fff;
}

.wp-block-uagb-blockquote {
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-uagb-blockquote .uagb-blockquote__content, .wp-block-uagb-blockquote cite.uagb-blockquote__author {
	display: block;
	font-style: normal;
}

.wp-block-uagb-blockquote cite.uagb-blockquote__author, .wp-block-uagb-blockquote .uagb-blockquote__author {
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(255, 255, 255, 0);
	quotes: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	border-bottom: 0 none;
	font-style: normal;
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap {
	display: inline-flex;
	float: unset;
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap .uagb-blockquote__icon {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap {
	display: inline-block;
	float: left;
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button, .wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {
	background-color: #1da1f2;
	border-radius: 100em;
	color: #fff;
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button, .wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button {
	padding: 10px 14px;
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer, .wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer {
	display: block;
	text-align: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button {
	display: block;
	text-align: center;
	margin: 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
	width: auto;
	align-items: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
	position: absolute;
	top: 50%;
	left: -.8em;
	border: solid .5em rgba(255, 255, 255, 0);
	border-right-color: #1da1f2;
	transform: translateY(-50%) scale(1, .65);
	transition: .2s;
	content: "";
	-webkit-transform: translateY(-50%) scale(1, .65);
	-ms-transform: translateY(-50%) scale(1, .65);
	-webkit-transition: .2s;
	-o-transition: .2s;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation blockquote.uagb-blockquote {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	background: rgba(255, 255, 255, 0);
	border: 0 none;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	quotes: none;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote__icon {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 10px;
	margin-right: 10px;
	border-radius: 100%;
	float: left;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote__icon svg {
	display: inherit;
	width: inherit;
	height: inherit;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2.uagb-blockquote__align-right .uagb-blockquote__icon {
	display: inline-block;
	float: right;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon {
	display: inline-block;
	float: left;
}

.wp-block-uagb-blockquote.uagb-blockquote__skin-quotation.uagb-blockquote__style-style_1 .uagb-blockquote__icon {
	display: inline-flex;
	float: unset;
}

.wp-block-uagb-blockquote blockquote.uagb-blockquote {
	padding: 0;
	margin: 0;
}

.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon {
	display: inline-block;
	float: left;
	text-align: left;
}

.wp-block-uagb-blockquote .uagb-blockquote__separator-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	justify-content: flex-start;
	-js-display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
}

.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}

.wp-block-uagb-blockquote .uagb-blockquote a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	color: #1da1f2;
	line-height: 1;
	transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: center;
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
	align-self: center;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	fill: #fff;
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button, .wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
	font-style: normal;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg {
	margin-right: 0;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button {
	padding: 8px;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button, .wp-block-uagb-blockquote.uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button {
	padding: 10px 14px;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button {
	padding: 10px 0;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button, .wp-block-uagb-blockquote.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {
	background-color: #1da1f2;
	border-radius: 100em;
	color: #fff;
}

.wp-block-uagb-blockquote.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
	position: absolute;
	top: 50%;
	left: -.8em;
	border: solid .5em rgba(255, 255, 255, 0);
	border-right-color: #1da1f2;
	transform: translateY(-50%) scale(1, .65);
	transition: .2s;
	content: "";
	-webkit-transform: translateY(-50%) scale(1, .65);
	-ms-transform: translateY(-50%) scale(1, .65);
	-webkit-transition: .2s;
	-o-transition: .2s;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
	right: -.8em;
	left: auto;
	transform: translateY(-50%) scale(1, .65) rotate(180deg);
	-webkit-transform: translateY(-50%) scale(1, .65) rotate(180deg);
	-ms-transform: translateY(-50%) scale(1, .65) rotate(180deg);
}

.wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
	top: -.8em;
	right: auto;
	left: 50%;
	transform: translate(-50%, 10%) scale(1, .85) rotate(90deg);
	-webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
	-ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
}

.wp-block-uagb-blockquote.uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer, .wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote footer {
	display: block;
	text-align: center;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right, .wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-center a.uagb-blockquote__tweet-button {
	display: block;
	align-self: center;
	margin: 0 auto;
	text-align: center;
	-ms-flex-item-align: center;
}

.wp-block-uagb-blockquote.uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer, .wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote footer {
	flex-direction: row-reverse;
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-self: center;
	align-items: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote.uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
	justify-content: flex-end;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: flex-end;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-left .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
	justify-content: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: flex-start;
}

.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
	justify-content: unset;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	-webkit-justify-content: unset;
	-moz-box-pack: unset;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote.uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
	flex-direction: column;
	width: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-start;
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author {
	width: inherit;
}

.wp-block-uagb-blockquote.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
	width: auto;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
	text-align: right;
	align-items: flex-end;
}

.wp-block-uagb-blockquote.uagb-blockquote__align-center .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
	text-align: center;
	align-items: center;
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

@media only screen and (max-width:976px) {
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
		width: 100%;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-self: flex-start;
		-ms-flex-item-align: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button {
		-ms-flex-item-align: flex-start;
		align-self: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
		-ms-flex-item-align: flex-end;
		align-self: flex-end;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
		top: -.8em;
		right: auto;
		left: 50%;
		transform: translate(-50%, 10%) scale(1, .85) rotate(90deg);
		-webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
		-ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
	}
	
	.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap {
		-ms-flex-item-align: flex-end;
		align-self: flex-end;
	}
	
	.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
		-ms-flex-item-align: flex-start;
		align-self: flex-start;
	}
}

@media screen and (max-width:767px) {
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author {
		width: 100%;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-self: flex-start;
		-ms-flex-item-align: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button {
		-ms-flex-item-align: flex-start;
		align-self: flex-start;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
		-ms-flex-item-align: flex-end;
		align-self: flex-end;
	}
	
	.wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before, .wp-block-uagb-blockquote.uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button::before {
		top: -.8em;
		right: auto;
		left: 50%;
		transform: translate(-50%, 10%) scale(1, .85) rotate(90deg);
		-webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
		-ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
	}
	
	.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap {
		-ms-flex-item-align: flex-end;
		align-self: flex-end;
	}
	
	.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap, .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
		-ms-flex-item-align: flex-start;
		align-self: flex-start;
	}
}

.uagb-buttons__outer-wrap .uagb-buttons__wrap {
	display: inline-flex;
	width: 100%;
}

.uagb-buttons__outer-wrap.uagb-btn__small-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn__small-btn .uagb-buttons-repeater.ast-outline-button {
	padding: 5px 10px;
}

.uagb-buttons__outer-wrap.uagb-btn__medium-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn__medium-btn .uagb-buttons-repeater.ast-outline-button {
	padding: 12px 24px;
}

.uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.ast-outline-button {
	padding: 20px 30px;
}

.uagb-buttons__outer-wrap.uagb-btn__extralarge-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn__extralarge-btn .uagb-buttons-repeater.ast-outline-button {
	padding: 30px 65px;
}

@media (max-width:976px) {
	.uagb-buttons__outer-wrap.uagb-btn-tablet__small-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-tablet__small-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 5px 10px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-tablet__medium-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-tablet__medium-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 12px 24px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-tablet__large-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-tablet__large-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 20px 30px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-tablet__extralarge-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-tablet__extralarge-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 30px 65px;
	}
}

@media (max-width:767px) {
	.uagb-buttons__outer-wrap.uagb-btn-mobile__small-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-mobile__small-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 5px 10px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-mobile__medium-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-mobile__medium-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 12px 24px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-mobile__large-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-mobile__large-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 20px 30px;
	}
	
	.uagb-buttons__outer-wrap.uagb-btn-mobile__extralarge-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn-mobile__extralarge-btn .uagb-buttons-repeater.ast-outline-button {
		padding: 30px 65px;
	}
}

.uagb-buttons__outer-wrap .uagb-buttons-repeater {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: box-shadow .2s ease;
}

.uagb-buttons__outer-wrap .uagb-buttons-repeater a.uagb-button__link {
	display: flex;
	justify-content: center;
}

.uagb-buttons__outer-wrap .uagb-buttons-repeater .uagb-button__icon {
	font-size: inherit;
	display: flex;
	align-items: center;
}

.uagb-buttons__outer-wrap .uagb-buttons-repeater .uagb-button__icon svg {
	fill: currentColor;
	width: inherit;
	height: inherit;
}

.uagb-cta__outer-wrap .uagb-cta__content, .uagb-cta__outer-wrap a.uagb-cta__block-link span, .uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper, .uagb-cta__outer-wrap .uagb-cta-typeof-button, .uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link, .uagb-cta__outer-wrap .uagb-cta-with-svg {
	display: inline-block;
}

.uagb-cta__outer-wrap {
	display: flex;
	justify-content: space-between;
}

.wp-block-uagb-call-to-action .uagb-cta__buttons {
	display: inline-flex;
}

.wp-block-uagb-call-to-action .wp-block-button__link, .wp-block-uagb-call-to-action .ast-outline-button {
	fill: currentColor;
	justify-content: center;
}

.uagb-cta__button-link-wrapper, .uagb-cta-second__button {
	display: inline-flex;
	align-items: center;
	word-break: keep-all;
	width: 100%;
}

.uagb-cta__title {
	padding: 0;
	margin: 0;
	display: block;
}

.uagb-cta__content-right .uagb-cta__button-wrapper {
	float: right;
}

.uagb-cta__link-wrapper.uagb-cta__block-link-style:empty {
	display: none;
}

a.uagb-cta__block-link, .entry .entry-content a.uagb-cta__block-link, a.uagb-cta__block-link-wrap, .entry .entry-content a.uagb-cta__block-link-wrap {
	text-decoration: none;
}

a.uagb-cta__block-link:hover, .entry .entry-content a.uagb-cta__block-link:hover, a.uagb-cta__block-link-wrap:hover, .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover {
	color: inherit;
}

.uagb-cta__content-right {
	text-align: right;
	justify-content: flex-end;
}

.uagb-cta__left-right-wrap {
	width: 100%;
	word-break: break-word;
}

.uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap {
	display: block;
	min-width: 100%;
	width: 100%;
}

.uagb-cta__icon-position-left .uagb-cta__left-right-wrap, .uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
	display: flex;
}

.uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
	justify-content: flex-end;
}

.uagb-cta__block-link-icon-after {
	margin-left: 5px;
	margin-right: 0;
}

.uagb-cta__block-link-icon-before {
	margin-left: 0;
	margin-right: 5px;
}

.uagb-cta__block-link-icon, .uagb-cta__block svg {
	transition: all 200ms linear;
}

.uagb-cta__block {
	position: relative;
}

.uagb-cta-typeof-button {
	line-height: 1;
	text-align: center;
}

.uagb-cta__content-right .uagb-cta__button-link-wrapper, .uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link, .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap {
	display: flex;
	align-items: center;
}

.uagb-cta__content-right .uagb-cta__button-link-wrapper, .uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link {
	justify-content: center;
}

.uagb-cta__link-wrapper a {
	box-shadow: none;
	text-decoration: none;
}

.uagb-cta__block, .uagb-cta__content, .uagb-cta__left-right-wrap {
	z-index: 1;
}

.uagb-cta__block-link {
	cursor: pointer;
}

.uagb-cta__content-right .uagb-cta__block-link {
	float: right;
	padding: 10px 14px;
}

a.uagb-cta__block-link-wrap {
	color: inherit;
}

.uagb-cta__content p:empty {
	display: none;
}

.uagb-cta__button-type-none .uagb-cta__content {
	width: 100%;
}

.uagb-cta-with-svg {
	height: 14px;
	width: 14px;
	line-height: 14px;
	vertical-align: middle;
}

.uagb-cta__block svg {
	display: block;
	height: inherit;
	width: inherit;
}

.uagb-cta__button-link-wrapper svg {
	width: 20px;
	height: 20px;
}

.uagb-cta__align-button-after {
	margin-left: 5px;
}

.uagb-cta__align-button-before {
	margin-right: 5px;
}

.uagb-cta__block-link i {
	font-style: normal;
}

a.uagb-cta__link-to-all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.wp-block-uagb-call-to-action {
	position: relative;
}

.wp-block-uagb-call-to-action a.uagb-cta__link-to-all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

@media only screen and (max-width:976px) {
	.uagb-cta__content-stacked-tablet, .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {
		flex-direction: column;
		text-align: center;
	}
	
	.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper {
		float: none;
		margin: 0 auto;
	}
	
	.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content, .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
		width: 100% !important;
	}
}

@media screen and (max-width:767px) {
	.uagb-cta__content-stacked-mobile, .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap {
		flex-direction: column;
		text-align: center;
	}
	
	.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper {
		float: none;
		margin: 0 auto;
	}
	
	.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content, .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
		width: 100% !important;
	}
}

.uagb-cta__desc p:last-child {
	margin-bottom: 0;
}

.wp-block-uagb-cf7-styler input[type="text"], .wp-block-uagb-cf7-styler input[type="password"], .wp-block-uagb-cf7-styler input[type="date"], .wp-block-uagb-cf7-styler input[type="datetime"], .wp-block-uagb-cf7-styler input[type="datetime-local"], .wp-block-uagb-cf7-styler input[type="email"], .wp-block-uagb-cf7-styler input[type="month"], .wp-block-uagb-cf7-styler input[type="number"], .wp-block-uagb-cf7-styler input[type="search"], .wp-block-uagb-cf7-styler input[type="tel"], .wp-block-uagb-cf7-styler input[type="time"], .wp-block-uagb-cf7-styler input[type="url"], .wp-block-uagb-cf7-styler input[type="week"] {
	min-height: 30px;
	line-height: 30px;
}

.wp-block-uagb-cf7-styler textarea {
	resize: vertical;
}

.wp-block-uagb-cf7-styler .wpcf7 *, .wp-block-uagb-cf7-styler .wpcf7 ::after, .wp-block-uagb-cf7-styler .wpcf7 ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before, .wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after {
	content: " ";
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]+span::before, .wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]+span::before, .wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	content: "";
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked+span::before, .wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked+span::before {
	line-height: 1.2;
	content: "✔";
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]+span::before, .wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked+span::before, .wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]+span::before, .wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked+span::before, .wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.wp-block-uagb-cf7-styler input[type="checkbox"]:checked+span::before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2);
}

.wp-block-uagb-cf7-styler .wpcf7-radio input[type="radio"]+span::before {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span::before, .wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span::before {
	box-shadow: inset 0 0 0 4px #fafafa;
	background-color: #545454;
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit, .wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit, .wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit, .wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: auto;
	padding: 10px 25px;
	background: rgba(255, 255, 255, 0);
	border-color: #333;
	border-width: 1px;
	line-height: 16px;
	-js-display: flex;
}

.wp-block-uagb-cf7-styler .wpcf7 input[type="checkbox"], .wp-block-uagb-cf7-styler .wpcf7 input[type="radio"] {
	display: none;
}

.wp-block-uagb-cf7-styler .wpcf7 select {
	height: auto;
	padding: 10px;
	-webkit-appearance: menulist-button;
	-moz-appearance: menulist-button;
}

.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"] {
	padding: 0;
}

.wp-block-uagb-cf7-styler .wpcf7 select option {
	padding: 10px;
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip {
	display: block;
	padding: .1em .5em;
	margin-top: 5px;
	border-radius: 2px;
	font-size: .9em;
	-webkit-border-radius: 2px;
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}

.wp-block-uagb-cf7-styler .wpcf7 input[type="number"] {
	height: auto;
}

.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date {
	-webkit-appearance: none;
}

.wp-block-uagb-cf7-styler .wpcf7-spinner {
	margin-top: 25px;
}

@media (min-width:769px) {
	.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>p {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.wp-block-uagb-cf7-styler .uagb-cf7_styler-col label, .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>p>span {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex: 1;
		flex-grow: 1;
	}
	
	.wp-block-uagb-cf7-styler .uagb-cf7_styler-col br {
		display: none;
	}
	
	.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>p>span.uagb-cf7_styler-col-1 {
		padding-right: 15px;
		padding-left: 0;
	}
	
	.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>p>span.uagb-cf7_styler-col-3 {
		padding-right: 0;
		padding-left: 15px;
	}
	
	.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap {
		height: 100%;
	}
	
	.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select {
		height: 100%;
	}
}

@media (min-width:780px) {
	.uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit {
		margin-right: 0;
		margin-left: auto;
	}
	
	.uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: 0;
	}
	
	.uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: auto;
	}
	
	.uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100% !important;
	}
}

@media (max-width:780px) {
	.uagb-cf7-styler__btn-align-tablet-right input.wpcf7-form-control.wpcf7-submit {
		margin-right: 0;
		margin-left: auto;
	}
	
	.uagb-cf7-styler__btn-align-tablet-left input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: 0;
	}
	
	.uagb-cf7-styler__btn-align-tablet-center input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width:641px) and (max-width:780px) {
	.uagb-cf7-styler__btn-align-tablet-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100% !important;
	}
}

@media (max-width:641px) {
	.uagb-cf7-styler__btn-align-mobile-right input.wpcf7-form-control.wpcf7-submit {
		margin-right: 0;
		margin-left: auto;
	}
	
	.uagb-cf7-styler__btn-align-mobile-left input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: 0;
	}
	
	.uagb-cf7-styler__btn-align-mobile-center input.wpcf7-form-control.wpcf7-submit {
		margin-right: auto;
		margin-left: auto;
	}
	
	.uagb-cf7-styler__btn-align-mobile-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100% !important;
	}
}

.uagb-column__wrap, .uagb-column__inner-wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	z-index: 2;
}

.uagb-column__wrap {
	position: relative;
	overflow: visible;
}

.uagb-column__wrap>* {
	z-index: 1;
	width: 100%;
	position: relative;
}

.uagb-column__wrap .aligncenter {
	display: block;
	text-align: center;
}

.uagb-column__wrap .aligncenter figcaption {
	display: block;
	text-align: center;
}

.uagb-column__wrap .alignright {
	display: block;
	text-align: right;
}

.uagb-column__wrap .alignright figcaption {
	display: block;
	text-align: right;
}

.uagb-column__wrap .wp-block-image {
	width: 100%;
}

.uagb-column__wrap.uagb-column__align-left {
	margin-left: 0;
	margin-right: auto;
}

.uagb-column__wrap.uagb-column__align-right {
	margin-left: auto;
	margin-right: 0;
}

.uagb-column__wrap .uagb-column__video-wrap, .uagb-column__wrap .uagb-column__overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: inherit;
}

.uagb-column__wrap .uagb-column__video-wrap {
	overflow: hidden;
	z-index: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.uagb-column__wrap .uagb-column__video-wrap video {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
}

.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"] {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-left: 0;
	padding-right: 0;
	margin-left: -14px;
	margin-right: -14px;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
	flex-basis: 100%;
}

@media (max-width:976px) {
	.uagb-column__align-tablet-left {
		margin-left: 0;
		margin-right: auto;
	}
	
	.uagb-column__align-tablet-right {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.uagb-column__align-mobile-left {
		margin-left: 0;
		margin-right: auto;
	}
	
	.uagb-column__align-mobile-right {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width:449px) {
	.uagb-columns__wrap.uagb-columns__background-image {
		background-attachment: scroll !important;
	}
}

[class*="uagb-columns__columns-"], .uagb-columns__inner-wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.uagb-columns__wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.uagb-columns__wrap .uagb-columns__overlay, .uagb-columns__wrap .uagb-columns__video-wrap {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.uagb-columns__wrap .uagb-columns__video-wrap {
	overflow: hidden;
	z-index: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.uagb-columns__wrap .uagb-columns__video-wrap video {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
}

.uagb-columns__wrap .uagb-columns__shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	z-index: 1;
}

.uagb-columns__wrap .uagb-columns__shape-top {
	top: -3px;
}

.uagb-columns__wrap .uagb-columns__shape-bottom {
	bottom: -3px;
}

.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom, .uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg {
	transform: translateX(-50%) rotateY(180deg);
}

.uagb-columns__wrap .uagb-columns__shape svg {
	display: block;
	width: -webkit-calc(100% + 1.3px);
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill {
	fill: #333;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content {
	z-index: 9;
	pointer-events: none;
}

.uagb-columns__valign-center .uagb-column__wrap, .uagb-columns__valign-middle .uagb-column__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.uagb-columns__valign-top .uagb-column__wrap {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.uagb-columns__valign-bottom .uagb-column__wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.uagb-columns__columns-1>.uagb-column__wrap {
	width: 100%;
}

.uagb-columns__columns-2>.uagb-column__wrap {
	width: 50%;
}

.uagb-columns__columns-3>.uagb-column__wrap {
	width: 33.33%;
}

.uagb-columns__columns-4>.uagb-column__wrap {
	width: 25%;
}

.uagb-columns__columns-5>.uagb-column__wrap {
	width: 20%;
}

.uagb-columns__columns-6>.uagb-column__wrap {
	width: 16.66%;
}

.uagb-columns__gap-nogap>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 0;
}

.uagb-columns__gap-default>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 10px;
}

.uagb-columns__gap-narrow>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 5px;
}

.uagb-columns__gap-extended>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 15px;
}

.uagb-columns__gap-wide>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 20px;
}

.uagb-columns__gap-wider>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"] {
	padding: 30px;
}

@media (max-width:976px) {
	.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap, .uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap, .uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap, .uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap, .uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap, .uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap {
		width: 100% !important;
	}
	
	.uagb-columns__stack-tablet {
		display: block;
	}
	
	.uagb-columns__stack-tablet>.uagb-columns__inner-wrap {
		display: block;
	}
	
	.uagb-columns__stack-tablet.uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: row-reverse;
	}
}

@media (max-width:767px) {
	.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap, .uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap, .uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap, .uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap, .uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap, .uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap {
		width: 100% !important;
	}
	
	.uagb-columns__stack-mobile {
		display: block;
	}
	
	.uagb-columns__stack-mobile>.uagb-columns__inner-wrap {
		display: block;
	}
	
	.uagb-columns__stack-mobile.uagb-columns__reverse-mobile .uagb-columns__inner-wrap, .uagb-columns__stack-mobile.uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.uagb-columns__stack-tablet.uagb-columns__reverse-mobile .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.uagb-columns__reverse-mobile .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: row-reverse;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image {
		background-attachment: scroll;
	}
}

@media (max-width:449px) {
	.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image {
		background-attachment: scroll !important;
	}
}

.wp-block-uagb-container {
	display: flex;
	position: relative;
	box-sizing: border-box;
	transition-property: box-shadow;
	transition-duration: .2s;
	transition-timing-function: ease;
}

.wp-block-uagb-container .spectra-container-link-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.wp-block-uagb-container.uagb-is-root-container {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
	display: flex;
	position: relative;
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-uagb-container .wp-block-uagb-blockquote, .wp-block-uagb-container .wp-block-spectra-pro-login, .wp-block-uagb-container .wp-block-spectra-pro-register {
	margin: unset;
}

.wp-block-uagb-container .uagb-container__video-wrap {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.wp-block-uagb-container .uagb-container__video-wrap video {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
}

.wp-block-uagb-container.uagb-layout-grid {
	display: grid;
	width: 100%;
}

.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap {
	display: inherit;
	width: inherit;
}

.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container {
	max-width: unset !important;
	width: unset !important;
}

.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container {
	max-width: unset !important;
	width: unset !important;
}

.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container {
	max-width: unset !important;
	width: unset !important;
}

.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
	display: inherit;
	position: relative;
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box), body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap, body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap) {
	min-width: unset !important;
	width: 100%;
	position: relative;
}

body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul, body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol, body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul, body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol {
	max-width: -webkit-fill-available;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-left: 20px;
}

.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide {
	margin-left: auto;
	margin-right: auto;
}

.uagb-container__shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.uagb-container__shape-top {
	top: -3px;
}

.uagb-container__shape-bottom {
	bottom: -3px;
}

.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom, .uagb-container__shape.uagb-container__invert.uagb-container__shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.uagb-container__shape.uagb-container__shape-flip svg {
	transform: translateX(-50%) rotateY(180deg);
}

.uagb-container__shape svg {
	display: block;
	width: -webkit-calc(100% + 1.3px);
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.uagb-container__shape .uagb-container__shape-fill {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.uagb-container__shape.uagb-container__shape-above-content {
	z-index: 9;
	pointer-events: none;
}

.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@media only screen and (max-width:767px) {
	.wp-block-uagb-container .wp-block-uagb-advanced-heading {
		width: -webkit-fill-available;
	}
}

.wp-block-uagb-image--align-none {
	justify-content: center;
}

.uagb-timeline__outer-wrap {
	position: relative;
}

.uagb-timeline__outer-wrap .uagb-timeline__field {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: inherit;
	color: inherit;
	font-size: inherit;
}

.uagb-timeline__outer-wrap .uagb-timeline__field:not(:last-child) {
	margin-bottom: 20px;
}

.uagb-timeline__outer-wrap .uagb-timeline__field a {
	margin-bottom: inherit;
	text-decoration: none;
}

.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__image {
	position: relative;
	display: block;
	max-width: 100%;
}

.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__image img {
	display: inline-block;
	box-sizing: content-box;
	height: auto;
	max-width: 100%;
}

.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__author-link {
	text-transform: capitalize;
}

.uagb-timeline__outer-wrap .uagb-timeline__field a.uagb-timeline__link {
	display: inline-block;
}

.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new, .uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__left.hide-events .uagb-timeline__date-new {
	visibility: hidden;
}

.uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new, .uagb-timeline__outer-wrap .uagb-timeline__field.uagb-timeline__right.hide-events .uagb-timeline__date-new {
	visibility: hidden;
}

.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__image a {
	position: relative;
	display: block;
	max-width: 100%;
}

.uagb-timeline__outer-wrap .uagb-timeline__field .uagb-timeline__image img {
	display: inline-block;
	box-sizing: content-box;
}

.uagb-timeline__outer-wrap .uagb-timeline__line {
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 3px;
	background-color: #eee;
}

.uagb-timeline__outer-wrap .uagb-timeline__line .uagb-timeline__line__inner {
	width: 100%;
	background-color: #0693e3;
}

.uagb-timeline__outer-wrap svg {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
}

.uagb-timeline__outer-wrap .uagb-timeline__field:hover .uagb-timeline__marker {
	transition: all .2s ease-in-out;
}

.uagb-timeline__outer-wrap .uagb-timeline__marker {
	position: relative;
	display: flex;
	z-index: 1;
	justify-content: center;
	align-items: center;
	min-width: 3em;
	min-height: 3em;
	background-color: #eee;
	border-radius: 999px;
	line-height: 48px;
	transition: all .2s ease-in-out;
}

.uagb-timeline__outer-wrap .uagb-timeline__year {
	position: relative;
	display: flex;
}

.uagb-timeline__outer-wrap .uagb-timeline__year span {
	display: inline-block;
	padding-bottom: 6px;
}

.uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__field {
	align-items: center;
}

.uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow, .uagb-timeline__outer-wrap.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__field {
	align-items: flex-end;
}

.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow, .uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow {
	top: 100%;
	transform: translateY(-100%);
}

.uagb-timeline__outer-wrap.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new {
	padding-top: 8px;
	padding-bottom: 8px;
}

.uagb-timeline__outer-wrap .uagb-timeline__date .uagb-timeline__inner-date-new {
	margin: 0;
	white-space: nowrap;
}

.uagb-timeline__outer-wrap .in-view i.uagb-timeline__in-view-icon {
	-webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-in-out;
	-webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
	transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
}

.uagb-timeline__outer-wrap.uagb-timeline__left-block .uagb-timeline__date-new {
	display: none;
}

.uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__date-new {
	display: none;
}

.uagb-timeline__outer-wrap p:empty {
	display: none;
}

.uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__line {
	position: absolute;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
}

.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons {
	display: inline;
	vertical-align: baseline;
	margin-right: 4px;
}

.uagb-content {
	word-break: break-word;
}

.uagb-timeline__headingh1, .uagb-timeline__headingh2, .uagb-timeline__headingh3, .uagb-timeline__headingh4, .uagb-timeline__headingh5, .uagb-timeline__headingh6 {
	margin-bottom: 0;
}

.uagb-timeline__inner-date-new p, .uagb-timeline__date-inner .uagb-timeline__inner-date-new p {
	margin-bottom: 0;
}

.uagb-timeline__center-block {
	text-align: center;
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid rgba(255, 255, 255, 0);
	border-bottom: 12px solid rgba(255, 255, 255, 0);
	border-left: 13px solid #eee;
	transform: translateY(-50%);
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.uagb-timeline__center-block .uagb-timeline__marker {
	flex-grow: 0;
	flex-shrink: 0;
	order: 1;
}

.uagb-timeline__center-block .uagb-timeline__date-hide {
	display: none;
}

.uagb-timeline__center-block .uagb-timeline__field.uagb-timeline__right {
	flex-direction: row-reverse;
}

.uagb-timeline__center-block .uagb-timeline__day-new, .uagb-timeline__center-block .uagb-timeline__date-new {
	display: block;
	position: relative;
	flex-grow: 1;
	flex-basis: 50%;
	max-width: 100%;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new {
	order: 2;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new {
	display: flex;
	justify-content: flex-start;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 40px;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow::after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new {
	order: 2;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new {
	display: flex;
	justify-content: flex-end;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 40px;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow::after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.uagb-timeline__center-block .uagb-timeline__line {
	right: auto;
	left: 50%;
}

.uagb-timeline__right-block .uagb-timeline__field {
	flex-direction: row-reverse;
}

.uagb-timeline__right-block .uagb-timeline__date-new {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
	text-align: inherit;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__events-inner-new, .uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__events-inner-new {
	text-align: right;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow::after {
	top: 50%;
	transform: translateY(-50%);
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 40px;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow {
	right: -12px;
}

.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
	right: -10px;
}

.uagb-timeline__right-block .uagb-timeline__marker, .uagb-timeline__right-block .uagb-timeline__day-new {
	position: relative;
	max-width: 100%;
}

.uagb-timeline__right-block .uagb-timeline__day-new {
	flex-grow: 1;
	margin-right: 14px;
}

.uagb-timeline__right-block .uagb-timeline__marker {
	flex-grow: 0;
	flex-shrink: 0;
}

.uagb-timeline__left-block {
	text-align: left;
}

.uagb-timeline__left-block .uagb-timeline__marker, .uagb-timeline__left-block .uagb-timeline__day-new {
	position: relative;
	max-width: 100%;
}

.uagb-timeline__left-block .uagb-timeline__line {
	right: auto;
	left: 20px;
}

.uagb-timeline__left-block .uagb-timeline__day-new {
	flex-grow: 1;
	order: 1;
	margin-left: 14px;
}

.uagb-timeline__left-block .uagb-timeline__date-new {
	margin-right: 10px;
}

.uagb-timeline__left-block .uagb-timeline__marker {
	flex-grow: 0;
	flex-shrink: 0;
	order: 0;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__events-inner-new, .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__events-inner-new {
	text-align: left;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow::after {
	top: 50%;
	transform: translateY(-50%);
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
	position: absolute;
	top: 0;
	width: 10px;
	height: 40px;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow {
	left: -10px;
}

.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
	left: -12px;
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid rgba(255, 255, 255, 0);
	border-right: 13px solid #eee;
	border-bottom: 12px solid rgba(255, 255, 255, 0);
	content: "";
}

.uagb-timeline__day-right .uagb-timeline__events-inner {
	text-align: right;
}

.uagb-timeline__day-left .uagb-timeline__events-inner {
	text-align: left;
}

.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new {
	padding-top: 8px;
	padding-bottom: 8px;
}

.uagb-timeline__events-inner-new, .uagb-timeline__arrow {
	transition: background .2s ease-in-out;
}

.uagb-timeline__arrow::after {
	transition: border-color .2s ease-in-out;
}

.uagb-timeline__date-new {
	transition: color .2s ease-in-out;
}

.uagb-timeline__day-left .uagb-timeline__arrow::after {
	position: absolute;
	left: 0;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid rgba(255, 255, 255, 0);
	border-bottom: 12px solid rgba(255, 255, 255, 0);
	content: "";
}

.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow::after {
	right: 0;
}

.uagb-timeline__day-right .uagb-timeline__arrow::after {
	position: absolute;
	right: 0;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid rgba(255, 255, 255, 0);
	border-bottom: 12px solid rgba(255, 255, 255, 0);
	content: "";
}

.uagb-timeline__icon {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	-webkit-border-radius: 50%;
}

.uagb-timeline__left {
	text-align: left;
}

.uagb-timeline__right {
	text-align: right;
}

.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	border-left: 13px solid #eee;
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-left: 13px solid #eee;
}

.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-right: 13px solid #eee;
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-right: 13px solid #eee;
}

.uagb-timeline__day-right .uagb-timeline__events-inner-new {
	border-radius: 4px 4px 4px 4px;
}

.uagb-timeline__day-left .uagb-timeline__events-inner-new {
	border-radius: 4px 4px 4px 4px;
}

.uagb-timeline__arrow {
	height: 3em;
}

.uagb-timeline__right-block .uagb-timeline__line {
	right: 1.5em;
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	border-right: 13px solid #eee;
	border-left: none;
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-right: none;
	border-left: 13px solid #eee;
}

.rtl .uagb-timeline__left-block .uagb-timeline__line {
	right: auto;
	left: 16px;
}

.rtl .uagb-timeline__left-block .uagb-timeline__field {
	flex-direction: row-reverse;
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-right: 13px solid #eee;
	right: -3px;
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	border-right: 13px solid #eee;
	right: -3px;
}

.rtl .uagb-timeline__right-block .uagb-timeline__line {
	right: auto;
	left: 1.5em;
}

.rtl .uagb-timeline__right-block .uagb-timeline__field {
	flex-direction: row;
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow::after {
	border-left: 13px solid #eee;
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow::after {
	border-left: 13px solid #eee;
	right: -17px;
}

@media screen and (max-width:1023px) {
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
		position: absolute;
		right: 16px;
		left: auto;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
		display: block;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
		right: auto;
		left: 20px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		flex-grow: 0;
		flex-shrink: 0;
		order: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
		flex-grow: 1;
		order: 1;
		margin-left: 16px;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
		left: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
		left: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after {
		position: absolute;
		display: inline;
		width: 0;
		height: 0;
		border-top: 12px solid rgba(255, 255, 255, 0);
		border-bottom: 12px solid rgba(255, 255, 255, 0);
		content: "";
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__field.uagb-timeline__right {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-webkit-flex-direction: unset;
		-moz-box-orient: unset;
		-moz-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		width: 100%;
		max-width: 100%;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__field {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		right: 0;
		left: auto;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
		right: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		right: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-grow: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
		flex-grow: 1;
		margin-right: 16px;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		max-width: 100%;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.uagb-timeline-responsive-none .uagb-timeline__events-inner-new {
		padding: 15px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide {
		display: block;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
		right: auto;
		left: 20px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		flex-grow: 0;
		flex-shrink: 0;
		order: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
		flex-grow: 1;
		order: 1;
		margin-left: 16px;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow {
		left: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
		left: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__day-left .uagb-timeline__events-inner-new {
		text-align: left;
	}
	
	.uagb-timeline__left-block .uagb-timeline__date-new {
		margin-right: 10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after {
		position: absolute;
		display: inline;
		width: 0;
		height: 0;
		border-top: 12px solid rgba(255, 255, 255, 0);
		border-bottom: 12px solid rgba(255, 255, 255, 0);
		content: "";
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__field.uagb-timeline__right {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-webkit-flex-direction: unset;
		-moz-box-orient: unset;
		-moz-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		max-width: 100%;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__field {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		right: 0;
		left: auto;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
		right: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		right: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-grow: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
		flex-grow: 1;
		margin-right: 16px;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
		position: absolute;
		right: 16px;
		left: auto;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		max-width: 100%;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow::after, .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow::after, .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow::after {
		border-right: 13px solid #eee;
		border-left: none;
	}
	
	.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow::after, .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow::after {
		border-right: none;
		border-left: 13px solid #eee;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line, .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
		right: auto;
		left: 17.5px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line, .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
		right: 17.5px;
		left: auto;
	}
	
	.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author-link, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link, .uagb-timeline__responsive-mobile.uagb-timeline__center-block a.uagb-timeline__image, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner, .uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__inner-date-new {
		text-align: left;
	}
	
	.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner {
		text-align: left;
	}
}

@media (max-width:976px) {
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
		position: absolute;
		right: 16px;
		left: auto;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
		display: block;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
		right: auto;
		left: 17.5px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
		-ms-flex-order: 0;
		flex-grow: 0;
		flex-shrink: 0;
		order: 0;
		-ms-flex-negative: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
		flex-grow: 1;
		order: 1;
		margin-left: 16px;
		-ms-flex-positive: 1;
		-ms-flex-order: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
		left: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
		left: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right {
		text-align: left;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after {
		position: absolute;
		display: inline;
		width: 0;
		height: 0;
		border-top: 12px solid rgba(255, 255, 255, 0);
		border-bottom: 12px solid rgba(255, 255, 255, 0);
		content: "";
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__field.uagb-timeline__right {
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__field {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		position: absolute;
		right: 0;
		left: auto;
		width: 10px;
		height: 40px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
		right: -12px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
		right: -10px;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
		position: relative;
		max-width: 100%;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
		-ms-flex-negative: 0;
		flex-grow: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
		flex-grow: 1;
		margin-right: 16px;
		-ms-flex-positive: 1;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow::after {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right {
		text-align: right;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
		-ms-flex-positive: unset;
		position: relative;
		flex-grow: unset;
		flex-basis: unset;
		max-width: 100%;
		-ms-flex-preferred-size: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
		-ms-flex-order: unset;
		order: unset;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
		display: none;
	}
	
	.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow::after, .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow::after {
		border-right: 13px solid #eee;
		border-left: none;
	}
	
	.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author-link, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link, .uagb-timeline__responsive-tablet.uagb-timeline__center-block a.uagb-timeline__image, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner, .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__inner-date-new {
		text-align: left;
	}
	
	.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner {
		text-align: left;
	}
}

.wp-block-uagb-content-timeline .wp-block-uagb-content-timeline-child .uagb-timeline__events-inner--content .uagb-timeline__heading {
	margin-top: unset;
}

.wp-block-uagb-content-timeline .wp-block-uagb-content-timeline-child .uagb-timeline__events-inner--content p.uagb-timeline-desc-content {
	margin-bottom: unset;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap .uagb-timeline__field {
	display: unset;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap .uagb-timeline__field .uagb-timeline__widget {
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: inherit;
	color: inherit;
	margin-bottom: inherit;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__left-block .uagb-timeline__date-new {
	display: none;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__right-block .uagb-timeline__date-new {
	display: none;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right {
	flex-direction: row-reverse;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__marker {
	order: 1;
	flex-shrink: 0;
	flex-grow: 0;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new {
	order: 2;
	padding-left: 0;
	padding-right: 12px;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new {
	order: 2;
	padding-right: 0;
	padding-left: 12px;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow {
	right: 0;
	top: 0;
	width: 10px;
	height: 40px;
	position: absolute;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow {
	left: 0;
	top: 0;
	width: 10px;
	height: 40px;
	position: absolute;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__right-block .uagb-timeline__widget {
	flex-direction: row-reverse;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__arrow-center .uagb-timeline__widget {
	align-items: center;
}

.wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow, .wp-block-uagb-content-timeline .uagb-timeline__content-wrap.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wp-block-uagb-post-timeline .uagb-timeline__link_parent .uagb-timeline__link.wp-block-button__link {
	width: auto;
}

.wp-block-uagb-countdown {
	display: flex;
	justify-content: center;
	text-align: center;
}

.wp-block-uagb-countdown .wp-block-uagb-countdown__box {
	transition: box-shadow .2s ease;
}

.wp-block-uagb-countdown__box {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 155px;
	height: 155px;
	aspect-ratio: 1;
	justify-content: center;
}

@media (max-width:976px) {
	.wp-block-uagb-countdown__box {
		width: 100px;
		height: 100px;
	}
}

@media (max-width:767px) {
	.wp-block-uagb-countdown__box {
		width: 65px;
		height: 65px;
	}
}

.wp-block-uagb-countdown__time {
	font-size: 52px;
}

@media (max-width:976px) {
	.wp-block-uagb-countdown__time {
		font-size: 32px;
	}
}

.wp-block-uagb-countdown__label {
	font-size: 14px;
}

@media (max-width:976px) {
	.wp-block-uagb-countdown__label {
		font-size: 12px;
	}
}

.wp-block-uagb-countdown .wp-block-uagb-countdown-innerblocks {
	text-align: initial;
}

html:not([dir="rtl"]) .wp-block-uagb-countdown__box:not(:last-child) {
	margin-right: 38px;
}

html:not([dir="rtl"]) .wp-block-uagb-countdown__box:not(:last-child) .wp-block-uagb-countdown__time::after {
	position: absolute;
	right: 0;
}

html:not([dir="rtl"]) .wp-block-uagb-countdown__box.wp-block-uagb-countdown__box-seconds .wp-block-uagb-countdown__time-seconds::after {
	display: none;
}

html:not([dir="rtl"]) .wp-block-uagb-countdown>.wp-block-uagb-countdown__box.wp-block-uagb-countdown__box-seconds:not(:last-child) {
	margin-right: unset;
}

.wp-block-uagb-countdown-innerblocks {
	display: none;
}

html[dir="rtl"] .wp-block-uagb-countdown__box:not(:first-child) {
	margin-right: 38px;
}

html[dir="rtl"] .wp-block-uagb-countdown__box:not(:first-child) .wp-block-uagb-countdown__time::before {
	position: absolute;
	right: 0;
}

body[class*="astra"] .wp-block-uagb-countdown {
	line-height: normal;
}

.wp-block-uagb-counter .wp-block-uagb-counter__icon, .wp-block-uagb-counter .wp-block-uagb-counter__image-wrap {
	display: inline-block;
	line-height: 0;
}

.wp-block-uagb-counter--number .wp-block-uagb-counter__number {
	font-size: 52px;
	color: #3a3a3a;
}

.wp-block-uagb-counter--number .wp-block-uagb-counter__icon {
	margin-bottom: 10px;
}

.wp-block-uagb-counter--bars {
	display: flex;
	flex-direction: column;
}

.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container {
	width: 100%;
	background-color: #eaeaea;
}

.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number {
	width: 0%;
	min-height: 5px;
	text-align: right;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	background: #007cba;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.rtl .wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number>:last-child {
	margin-right: 5px;
}

.wp-block-uagb-counter--bars .wp-block-uagb-counter__title {
	margin-top: 15px;
}

.wp-block-uagb-counter--bars .wp-block-uagb-counter__number {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container .wp-block-uagb-counter__icon svg {
	width: 30px;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container svg {
	pointer-events: none;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg {
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg circle {
	stroke: #eaeaea;
	stroke-width: 1em;
	fill: rgba(255, 255, 255, 0);
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg .uagb-counter-circle__progress {
	stroke: #007cba;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container__content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter__number {
	margin-top: 5px;
	font-size: 52px;
	color: #3a3a3a;
}

.wp-block-uagb-counter--circle .wp-block-uagb-counter__title {
	margin-top: 5px;
}

.wp-block-uagb-counter__icon svg {
	width: 30px;
}

.wp-block-uagb-counter__title {
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 16px;
}

body[class*="astra"] .wp-block-uagb-counter__title, body[class*="astra"] .wp-block-uagb-counter__number {
	line-height: normal;
}

.wp-block-uagb-faq {
	width: 100%;
}

.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button {
	cursor: pointer;
}

.wp-block-uagb-faq .uagb-faq-content {
	margin-bottom: 0;
}

.wp-block-uagb-faq .uagb-faq-content p {
	margin: auto;
}

.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-child__outer-wrap, .uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-item {
	height: 100%;
}

body[class*="astra"] .uagb-faq-questions {
	line-height: normal;
}

.uagb-faq-item {
	overflow: hidden;
}

.wp-block-uagb-faq-child .uagb-faq-questions-button {
	display: flex;
	align-items: center;
}

.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap {
	display: flex;
	align-items: center;
}

.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-uagb-faq-child .uagb-icon svg, .wp-block-uagb-faq-child .uagb-icon-active svg {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon {
	display: none;
	width: 0;
	padding: 0;
	height: 0;
	margin: 0;
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
	display: flex;
	width: auto;
	height: auto;
}

.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
	display: none;
}

.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap, .uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
	display: none;
}

.uagb-forms__outer-wrap .uagb-forms-input, .uagb-forms__outer-wrap .uagb-forms-input::placeholder, .uagb-forms__outer-wrap .uagb-forms-input-label, .uagb-forms__outer-wrap .uagb-forms-main-submit-button, .uagb-forms__outer-wrap .uagb-forms-success-message, .uagb-forms__outer-wrap .uagb-forms-failed-message {
	-webkit-transition-property: color, background-color, border-color;
	-moz-transition-property: color, background-color, border-color;
	-o-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
	-webkit-transition-duration: .15s;
	-moz-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input, .uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"] {
	min-height: 0 !important;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input::-webkit-input-placeholder, .uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]::-webkit-input-placeholder {
	overflow: unset;
}

.uagb-forms__outer-wrap .uagb-forms-main-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), .uagb-forms__outer-wrap .uagb-forms-main-form textarea, .uagb-forms__outer-wrap .uagb-forms-main-form select {
	width: 100%;
	box-sizing: border-box;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-checkbox-wrap .uagb-form-checkbox-option input.uagb-inner-input-view {
	width: 33%;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-form-phone-country {
	width: 25%;
	margin-right: 5px;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-forms-phone-input {
	width: 75% !important;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country {
	width: 25%;
	margin-right: 5px;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .required::after {
	color: red;
	content: " *";
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data {
	display: none;
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button.wp-block-button__link {
	width: auto;
}

.uagb-forms__outer-wrap .uagb-forms-submit-message-hide {
	display: none;
}

.uagb-forms__outer-wrap .uagb-forms-success-message {
	padding: 20px 20px;
}

.uagb-forms__outer-wrap .uagb-forms-failed-message {
	padding: 20px 20px;
}

.uagb-forms__outer-wrap span.components-spinner {
	float: none;
}

.uagb-forms__outer-wrap .uagb-forms-input.uagb-form-phone-country {
	background-color: #fff;
}

.uagb-forms__outer-wrap .uag-col-2-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
}

.uagb-forms__outer-wrap .uag-col-3-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
}

.uagb-forms__outer-wrap .uag-col-4-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 15px;
}

.uagb-forms__outer-wrap .uagb-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.uagb-forms__outer-wrap .uagb-switch input {
	width: 0;
	height: 0;
	opacity: 0;
}

.uagb-forms__outer-wrap .uagb-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
}

.uagb-forms__outer-wrap .uagb-switch .uagb-slider::before {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #000;
	transition: .4s;
	content: "";
	-webkit-transition: .4s;
}

.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider::before {
	background-color: #fff;
}

.uagb-forms__outer-wrap .uagb-slider.round::before {
	border-radius: 50% !important;
}

.uagb-forms-select-box, .uagb-form-phone-country, .uagb-forms-phone-wrap .uagb-forms-phone-input {
	height: auto;
	-webkit-appearance: none;
	appearance: none;
}

.uagb-forms-radio-wrap input[type="radio"]:checked+label::before {
	line-height: 1.2;
	content: " ";
}

.uagb-forms-radio-wrap input[type="radio"]+label::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	box-sizing: content-box;
	text-align: center;
	line-height: 1.2;
	content: "";
}

.uagb-forms-radio-wrap input[type="radio"].round+label::before {
	border-radius: 100% !important;
}

select::after, select::before {
	padding: 10px;
}

.uagb-forms-radio-wrap input[type="radio"], .uagb-forms-checkbox-wrap input[type="checkbox"], .uagb-forms-accept-wrap input[type="checkbox"] {
	opacity: 0;
}

.uagb-forms-checkbox-wrap input[type="checkbox"]:checked+label::before, .uagb-forms-accept-wrap input[type="checkbox"]:checked+label::before {
	line-height: 1.2;
	content: "✔";
}

.uagb-forms-checkbox-wrap input[type="checkbox"]+label::before, .uagb-forms-accept-wrap input[type="checkbox"]+label::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	box-sizing: content-box;
	text-align: center;
	line-height: 1.2;
	content: " ";
}

@media only screen and (max-width:767px) {
	.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex {
		display: flex;
		width: 100%;
	}
	
	.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country {
		width: 25%;
	}
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-20 .uagb-forms-main-form {
	column-gap: 20px;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-15 .uagb-forms-main-form {
	column-gap: 15px;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-10 .uagb-forms-main-form {
	column-gap: 10px;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-5 .uagb-forms-main-form {
	column-gap: 5px;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-20 .uagb-forms-main-submit-button-wrap {
	width: 20%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-25 .uagb-forms-main-submit-button-wrap {
	width: 25%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-33 .uagb-forms-main-submit-button-wrap {
	width: 33.33%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-40 .uagb-forms-main-submit-button-wrap {
	width: 40%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-50 .uagb-forms-main-submit-button-wrap {
	width: 50%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-60 .uagb-forms-main-submit-button-wrap {
	width: 60%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-66 .uagb-forms-main-submit-button-wrap {
	width: 66.66%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-75 .uagb-forms-main-submit-button-wrap {
	width: 75%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-80 .uagb-forms-main-submit-button-wrap {
	width: 80%;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-flex-start .uagb-forms-main-form {
	align-items: flex-start;
}

.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-center .uagb-forms-main-form {
	align-items: center;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	position: relative;
	text-align: left;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-20 {
	width: 20%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-25 {
	width: 25%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-33 {
	width: 33.33%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-40 {
	width: 40%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-50 {
	width: 50%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-60 {
	width: 60%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-66 {
	width: 66.66%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-75 {
	width: 75%;
}

.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-80 {
	width: 80%;
}

@media (min-width:768px) and (max-width:1024px) {
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-20 {
		width: 20%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-25 {
		width: 25%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-33 {
		width: 33.33%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-40 {
		width: 40%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-50 {
		width: 50%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-60 {
		width: 60%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-66 {
		width: 66.66%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-75 {
		width: 75%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-80 {
		width: 80%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-100 {
		width: 100%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-unset {
		width: auto;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-20 .uagb-forms-main-submit-button-wrap {
		width: 20%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-25 .uagb-forms-main-submit-button-wrap {
		width: 25%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-33 .uagb-forms-main-submit-button-wrap {
		width: 33.33%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-40 .uagb-forms-main-submit-button-wrap {
		width: 40%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-50 .uagb-forms-main-submit-button-wrap {
		width: 50%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-60 .uagb-forms-main-submit-button-wrap {
		width: 60%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-66 .uagb-forms-main-submit-button-wrap {
		width: 66.66%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-75 .uagb-forms-main-submit-button-wrap {
		width: 75%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-80 .uagb-forms-main-submit-button-wrap {
		width: 80%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-100 .uagb-forms-main-submit-button-wrap {
		width: 100%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-unset .uagb-forms-main-submit-button-wrap {
		width: auto;
	}
}

@media (max-width:767px) {
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-20 {
		width: 20%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-25 {
		width: 25%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-33 {
		width: 33.33%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-40 {
		width: 40%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-50 {
		width: 50%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-60 {
		width: 60%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-66 {
		width: 66.66%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-75 {
		width: 75%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-80 {
		width: 80%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-100 {
		width: 100%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-unset {
		width: auto;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-20 .uagb-forms-main-submit-button-wrap {
		width: 20%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-25 .uagb-forms-main-submit-button-wrap {
		width: 25%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-33 .uagb-forms-main-submit-button-wrap {
		width: 33.33%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-40 .uagb-forms-main-submit-button-wrap {
		width: 40%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-50 .uagb-forms-main-submit-button-wrap {
		width: 50%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-60 .uagb-forms-main-submit-button-wrap {
		width: 60%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-66 .uagb-forms-main-submit-button-wrap {
		width: 66.66%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-75 .uagb-forms-main-submit-button-wrap {
		width: 75%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-80 .uagb-forms-main-submit-button-wrap {
		width: 80%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-100 .uagb-forms-main-submit-button-wrap {
		width: 100%;
	}
	
	.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-unset .uagb-forms-main-submit-button-wrap {
		width: auto;
	}
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices, .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	height: auto;
	padding: 0;
	box-shadow: none;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}

.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading, .uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading, .uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading {
	display: none;
}

.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading, .uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading {
	display: block;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span {
	line-height: 1;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="submit"] {
	display: inline-block;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title, .uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
	opacity: 1;
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	position: relative;
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom::after {
	position: absolute;
	top: 45%;
	right: .5em;
	z-index: 5;
	font-family: FontAwesome, serif !important;
	font-size: .7em;
	line-height: 1;
	transform: translateY(-45%);
	content: "";
	pointer-events: none;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
}

.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom {
	display: inline;
	vertical-align: middle;
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label::before {
	box-shadow: inset 0 0 0 4px #fafafa;
}

.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label::before {
	font-weight: 700;
}

.uagb-gf-styler__check-style-enabled select, .uagb-gf-styler__check-style-enabled .chosen-single {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error {
	border-top: none;
	border-bottom: none;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label {
	margin: 0 0 0 0;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body {
	width: 100% !important;
}

.wp-block-uagb-gf-styler .gform_wrapper .gform_fields, .wp-block-uagb-gf-styler .gform_wrapper .gform_footer {
	pointer-events: auto;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label::before, .uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label::before, .uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label::before, .uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label::before {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection {
	margin-right: 0;
}

.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type="submit"], .uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type="button"] {
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 13px;
	-webkit-border-radius: 2px;
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea, .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single, .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
	padding: 8px 10px;
	font-size: 13px;
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select {
	padding: 6px 10px;
	font-size: 13px;
}

.ginput_container select {
	height: 100%;
	line-height: inherit;
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	font-size: 13px;
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	width: 10px;
	height: 10px;
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before, .uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	font-size: -webkit-calc(10px / 1.2);
	font-size: calc(10px / 1.2);
}

.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type="submit"], .uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type="button"] {
	padding: 12px 24px;
	border-radius: 3px;
	font-size: 15px;
	-webkit-border-radius: 3px;
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea, .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single, .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
	padding: 12px 10px;
	font-size: 15px;
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select {
	padding: 10px 10px;
	font-size: 15px;
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	font-size: 15px;
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	width: 12px;
	height: 12px;
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before, .uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2);
}

.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type="submit"], .uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type="button"] {
	padding: 15px 30px;
	border-radius: 4px;
	font-size: 16px;
	-webkit-border-radius: 4px;
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea, .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single, .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
	padding: 15px 10px;
	font-size: 16px;
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select {
	padding: 13px 10px;
	font-size: 16px;
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	font-size: 16px;
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	width: 15px;
	height: 15px;
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before, .uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	font-size: -webkit-calc(15px / 1.2);
	font-size: calc(15px / 1.2);
}

.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type="submit"], .uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type="button"] {
	padding: 20px 40px;
	border-radius: 5px;
	font-size: 18px;
	-webkit-border-radius: 5px;
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea, .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single, .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
	padding: 20px 10px;
	font-size: 18px;
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select {
	padding: 18px 10px;
	font-size: 18px;
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	font-size: 18px;
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	width: 20px;
	height: 20px;
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before, .uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	font-size: -webkit-calc(20px / 1.2);
	font-size: calc(20px / 1.2);
}

.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type="submit"], .uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type="button"] {
	padding: 25px 50px;
	border-radius: 6px;
	font-size: 20px;
	-webkit-border-radius: 6px;
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea, .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single, .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
	padding: 25px 10px;
	font-size: 20px;
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select {
	padding: 23px 10px;
	font-size: 20px;
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
	font-size: 20px;
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label::before, .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before, .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label::before {
	width: 25px;
	height: 25px;
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label::before, .uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label::before {
	font-size: -webkit-calc(25px / 1.2);
	font-size: calc(25px / 1.2);
}

.uagb-gf-styler__btn-align-right .gform_next_button, .uagb-gf-styler__btn-align-right .gform_previous_button {
	margin-right: 5px !important;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label) {
	width: 100%;
	padding: 0 0 0 0;
	margin-right: 0;
	margin-left: 0;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label, .uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label {
	padding: 0 0 0 0;
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label::before {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"], .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"], .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"], .uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="submit"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: auto;
	-js-display: flex;
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type="submit"] {
	margin-right: auto;
	margin-left: auto;
}

.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
	text-align: center;
}

.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
	text-align: right;
}

.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"] {
	margin-right: auto;
	margin-left: 0;
}

.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type="submit"] {
	margin-right: 0;
	margin-left: auto;
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"], .uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type="radio"], .uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"] {
	display: none;
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]+label::before, .uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type="radio"]+label::before, .uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"]+label::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	content: "";
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type="checkbox"]:checked+label::before, .uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type="checkbox"]:checked+label::before {
	line-height: 1.2;
	content: "✔";
}

.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third) {
	padding-right: 0;
}

.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
}

.uagb-gf-styler__check-style-enabled .gform_body ul {
	margin-left: 0;
	list-style: none;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select, .uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single, .uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices, .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"], .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default {
	height: auto;
}

.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"] {
	padding: 0 0 0 0;
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type="button"] {
	margin-bottom: 20px;
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div {
	display: none;
}

.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label, .uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required {
	display: none;
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span {
	width: 100%;
	margin-bottom: 0;
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single {
	border: none;
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single {
	border: none;
}

.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice, .wp-block-uagb-gf-styler .gform_wrapper .ginput_container_radio .gfield_radio .gchoice {
	margin-bottom: 5px;
	line-height: 0;
}

.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_select select {
	background: #fafafa url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

.wp-block-uagb-gf-styler .gform_wrapper .ginput_container_select select.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:976px) {
	.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type="submit"], .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"], .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	
	.uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type="submit"], .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type="button"], .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: auto;
		margin-left: 0;
	}
	
	.uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type="submit"], .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type="button"], .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: 0;
		margin-left: auto;
	}
	
	.uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type="submit"], .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type="button"], .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type="submit"] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type="submit"], .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type="button"], .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	
	.uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type="submit"], .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type="button"], .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: auto;
		margin-left: 0;
	}
	
	.uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type="submit"], .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type="button"], .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type="submit"] {
		width: auto;
		margin-right: 0;
		margin-left: auto;
	}
	
	.uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type="submit"], .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type="button"], .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type="submit"] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
	}
}

@media (min-width:780px) {
	.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type="submit"] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
	}
}

@media (max-width:780px) {
	.uagb-gf-styler__btn-align-tablet-center .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer input[type="submit"] {
		margin-right: auto;
		margin-left: auto;
	}
	
	.uagb-gf-styler__btn-align-tablet-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.uagb-gf-styler__btn-align-tablet-left .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="submit"] {
		margin-right: auto;
		margin-left: 0;
	}
	
	.uagb-gf-styler__btn-align-tablet-right .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-tablet-right .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-tablet-left .gform_page .gform_page_footer input[type="submit"] {
		margin-right: 0;
		margin-left: auto;
	}
}

@media (min-width:641px) and (max-width:780px) {
	.uagb-gf-styler__btn-align-tablet-justify .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-tablet-justify .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-tablet-justify .gform_page .gform_page_footer input[type="submit"] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100% !important;
	}
}

@media (max-width:641px) {
	.uagb-gf-styler__btn-align-mobile-center .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer input[type="submit"] {
		margin-right: auto;
		margin-left: auto;
	}
	
	.uagb-gf-styler__btn-align-mobile-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.uagb-gf-styler__btn-align-mobile-left .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="submit"] {
		margin-right: auto;
		margin-left: 0;
	}
	
	.uagb-gf-styler__btn-align-mobile-right .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-mobile-right .gform_page .gform_page_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_wrapper .gform_footer input[type="submit"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="button"], html[dir="rtl"] .uagb-gf-styler__btn-align-mobile-left .gform_page .gform_page_footer input[type="submit"] {
		margin-right: 0;
		margin-left: auto;
	}
	
	.uagb-gf-styler__btn-align-mobile-justify .gform_wrapper .gform_footer input[type="submit"], .uagb-gf-styler__btn-align-mobile-justify .gform_page .gform_page_footer input[type="button"], .uagb-gf-styler__btn-align-mobile-justify .gform_page .gform_page_footer input[type="submit"] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100% !important;
	}
}

.uagb-google-map__wrap {
	display: flex;
}

.uagb-google-map__wrap .uagb-google-map__iframe {
	width: 100%;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}

.uagb-howto__cost-wrap {
	display: flex;
	align-items: center;
}

.uagb-howto__cost-wrap .uagb-howto-estcost-text, .uagb-howto__cost-wrap .uagb-howto-estcost-value, .uagb-howto__cost-wrap .uagb-howto-estcost-type {
	display: inline-flex;
}

.uagb-howto__time-wrap {
	display: flex;
	align-items: center;
}

.uagb-howto__time-wrap .uagb-howto-timeNeeded-text, .uagb-howto__time-wrap .uagb-howto-timeNeeded-value, .uagb-howto__time-wrap .uagb-howto-timeINmin-text {
	display: inline-flex;
}

.uagb-howto__time-wrap .uagb-howto-timeINmin-text {
	margin-left: 5px;
}

.uagb-step-link-all {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.uagb-how-to-step-wrap {
	position: relative;
	margin-top: 25px;
}

.uagb-step-image-content-wrap.uag-image-position-left-title {
	display: flex;
}

.uagb-step-image-content-wrap.uag-image-position-left-title .uagb-how-to-step-image {
	margin-right: 20px;
}

.uagb-step-image-content-wrap.uag-image-position-right-title {
	display: flex;
	flex-direction: row-reverse;
}

.uagb-step-image-content-wrap.uag-image-position-right-title .uagb-how-to-step-image {
	margin-left: 20px;
}

.uagb-step-image-content-wrap.uag-image-position-above-title {
	display: block;
}

.uagb-step-image-content-wrap.uag-image-position-above-title .uagb-how-to-step-image {
	margin-bottom: 20px;
}

.uagb-step-image-content-wrap .uagb-step-link {
	text-decoration: none !important;
}

.uagb-step-image-content-wrap .uagb-step-link:hover {
	text-decoration: none !important;
}

.uagb-howto-req-steps-text, .uagb-howto-req-tools-text, .uagb-howto-req-materials-text {
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

.uagb-how-to-main-wrap {
	width: 100%;
}

.uagb-how-to-main-wrap .uagb-howto__source-image {
	height: auto;
	max-width: 100%;
}

.uagb-icon-list__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-uagb-icon-list-child {
	padding: 0;
	transition: all .2s;
	display: inline-flex;
	color: #3a3a3a;
	align-items: center;
	text-decoration: none;
	box-shadow: none;
}

.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap {
	display: block;
	align-items: center;
}

.uagb-icon-list__source-wrap svg {
	display: block;
}

.uagb-icon-list__source-image {
	width: 40px;
}

.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap {
	color: #3a3a3a;
	display: flex;
	align-items: center;
}

.wp-block-uagb-icon-list-child {
	position: relative;
}

.wp-block-uagb-icon-list-child>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.uagb-icon-list__source-image {
	max-width: unset;
}

.wp-block-uagb-icon-list-child .uagb-icon-list__label {
	word-break: break-word;
}

.wp-block-uagb-icon svg {
	width: 30px;
}

.uagb-icon-wrapper .uagb-svg-wrapper {
	transition: box-shadow .2s ease;
}

﻿.wp-block-uagb-image-gallery {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}

.spectra-image-gallery * {
	box-sizing: border-box;
}

.spectra-image-gallery__layout--grid {
	display: -moz-grid;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid-col-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.spectra-image-gallery__layout--grid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover {
	transform: scale(1.5);
	background-color: rgba(255, 255, 255, 0);
}

.spectra-image-gallery__layout--isogrid-col-1 .spectra-image-gallery__media-wrapper--isotope {
	width: 100%;
}

.spectra-image-gallery__layout--isogrid-col-2 .spectra-image-gallery__media-wrapper--isotope {
	width: 50%;
}

.spectra-image-gallery__layout--isogrid-col-3 .spectra-image-gallery__media-wrapper--isotope {
	width: 33.33%;
}

.spectra-image-gallery__layout--isogrid-col-4 .spectra-image-gallery__media-wrapper--isotope {
	width: 25%;
}

.spectra-image-gallery__layout--isogrid-col-5 .spectra-image-gallery__media-wrapper--isotope {
	width: 20%;
}

.spectra-image-gallery__layout--isogrid-col-6 .spectra-image-gallery__media-wrapper--isotope {
	width: 16.66%;
}

.spectra-image-gallery__layout--isogrid-col-7 .spectra-image-gallery__media-wrapper--isotope {
	width: 14.28%;
}

.spectra-image-gallery__layout--isogrid-col-8 .spectra-image-gallery__media-wrapper--isotope {
	width: 12.5%;
}

.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover {
	transform: scale(1.5);
	background-color: rgba(255, 255, 255, 0);
}

.spectra-image-gallery__layout--masonry-col-1 .spectra-image-gallery__media-wrapper--isotope {
	width: 100%;
}

.spectra-image-gallery__layout--masonry-col-2 .spectra-image-gallery__media-wrapper--isotope {
	width: 50%;
}

.spectra-image-gallery__layout--masonry-col-3 .spectra-image-gallery__media-wrapper--isotope {
	width: 33.33%;
}

.spectra-image-gallery__layout--masonry-col-4 .spectra-image-gallery__media-wrapper--isotope {
	width: 25%;
}

.spectra-image-gallery__layout--masonry-col-5 .spectra-image-gallery__media-wrapper--isotope {
	width: 20%;
}

.spectra-image-gallery__layout--masonry-col-6 .spectra-image-gallery__media-wrapper--isotope {
	width: 16.66%;
}

.spectra-image-gallery__layout--masonry-col-7 .spectra-image-gallery__media-wrapper--isotope {
	width: 14.28%;
}

.spectra-image-gallery__layout--masonry-col-8 .spectra-image-gallery__media-wrapper--isotope {
	width: 12.5%;
}

.spectra-image-gallery__layout--carousel {
	width: 100%;
}

.spectra-image-gallery__layout--carousel .slick-initialized {
	visibility: visible;
}

.spectra-image-gallery__layout--carousel .slick-track {
	display: flex;
	align-items: center;
}

.spectra-image-gallery__layout--carousel .slick-dots {
	padding: 0;
	position: relative !important;
}

.spectra-image-gallery__layout--carousel .slick-dots li button {
	padding: 0;
}

.spectra-image-gallery__layout--carousel .uagb-slick-carousel {
	padding: 0;
}

.spectra-image-gallery__layout--tiled {
	position: relative;
	display: grid;
	grid-auto-flow: dense;
	min-height: 0;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper {
	position: relative;
	min-width: 0;
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--wide {
	grid-column: span 2;
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--tall {
	grid-row: span 2;
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--focus {
	grid-row: span 2;
	grid-column: span 2;
}

.spectra-image-gallery__media {
	position: relative;
	overflow: hidden;
	-webkit-transition: box-shadow .25s;
	-moz-transition: box-shadow .25s;
	-o-transition: box-shadow .25s;
	transition: box-shadow .25s;
}

.spectra-image-gallery__media--flagged {
	cursor: not-allowed;
}

.spectra-image-gallery__media--clickable {
	cursor: pointer;
}

.spectra-image-gallery__media--grid {
	aspect-ratio: 1;
}

.spectra-image-gallery__media--masonry {
	width: 100%;
}

.spectra-image-gallery__media--carousel {
	width: 100%;
}

.spectra-image-gallery__media--tiled {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spectra-image-gallery__media--tiled-wide, .spectra-image-gallery__media--tiled-tall {
	aspect-ratio: unset;
	width: 100%;
	height: 100%;
}

.spectra-image-gallery__media--tiled picture {
	width: 100%;
	height: 100%;
}

.spectra-image-gallery__media-sizer {
	aspect-ratio: 1;
}

.spectra-image-gallery__media-wrapper {
	position: relative;
}

.spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus {
	opacity: .25;
}

.spectra-image-gallery__media-thumbnail {
	vertical-align: middle;
	-webkit-transition: filter .5s, transform .5s;
	-moz-transition: filter .5s, transform .5s;
	-o-transition: filter .5s, transform .5s;
	transition: filter .5s, transform .5s;
}

.spectra-image-gallery__media-thumbnail--grid {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.spectra-image-gallery__media-thumbnail--masonry {
	width: 100%;
}

.spectra-image-gallery__media-thumbnail--carousel {
	width: 100%;
}

.spectra-image-gallery__media-thumbnail--tiled {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.spectra-image-gallery__media-thumbnail-blurrer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-transition: box-shadow .25s, -webkit-backdrop-filter .5s;
	-moz-transition: box-shadow .25s, backdrop-filter .5s;
	-o-transition: box-shadow .25s, backdrop-filter .5s;
	transition: box-shadow .25s, backdrop-filter .5s;
}

.spectra-image-gallery__media-thumbnail-caption {
	-webkit-transition-property: color, background-color, border-color;
	-moz-transition-property: color, background-color, border-color;
	-o-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__media-thumbnail-caption--overlay {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 1em;
}

.spectra-image-gallery__media-thumbnail-caption--bar-inside {
	width: 100%;
	overflow: hidden;
	padding: 1em;
	max-height: 90%;
}

.spectra-image-gallery__media-thumbnail-caption--bar-outside {
	width: 100%;
	overflow: hidden;
	padding: 1em;
}

.spectra-image-gallery__media-thumbnail-caption-wrapper {
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-outside {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.spectra-image-gallery__control-wrapper {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
}

.spectra-image-gallery__control-arrows {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	cursor: pointer;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-arrows:disabled {
	opacity: .25;
	cursor: initial;
}

.spectra-image-gallery__control-arrows:focus {
	background-color: rgba(255, 255, 255, 0);
}

.spectra-image-gallery__control-arrows--grid {
	border: none;
}

.spectra-image-gallery__control-arrows svg {
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-dots {
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}

.spectra-image-gallery__control-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-dots li:hover {
	transform: scale(1.5);
	background-color: rgba(255, 255, 255, 0);
}

.spectra-image-gallery__control-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0);
	border: 0;
	outline: none;
	background: rgba(255, 255, 255, 0);
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-dots li button::before {
	font-family: none;
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-dots li.spectra-image-gallery__control-dot--active button::before {
	opacity: .75;
}

.spectra-image-gallery__control-loader {
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 160px;
	text-align: center;
}

.spectra-image-gallery__control-loader div {
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.spectra-image-gallery__control-button {
	cursor: pointer;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-button.disabled {
	opacity: .25;
	pointer-events: none;
}

.spectra-image-gallery__control-focus {
	cursor: pointer;
	position: absolute;
	box-sizing: content-box !important;
	top: 0;
	right: 0;
	width: 1.5em;
	height: 1.5em;
	padding: .5em;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-focus:hover {
	opacity: 1 !important;
}

.spectra-image-gallery__control-focus svg {
	fill: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}

.spectra-image-gallery__control-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw !important;
	max-width: 100vw !important;
	height: 100vh !important;
	max-height: 100vh !important;
	display: flex;
	flex-direction: column;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	z-index: 999999999 !important;
	outline: none;
	margin-block-start: 0;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-lightbox--main {
	width: 100%;
	flex: 1;
}

.spectra-image-gallery__control-lightbox--main .swiper-slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.spectra-image-gallery__control-lightbox--main .swiper-slide img {
	display: block;
	max-height: 70%;
	max-width: 80%;
}

.spectra-image-gallery__control-lightbox--caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.spectra-image-gallery__control-lightbox--editor-link {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-lightbox--thumbnails {
	width: 75%;
}

.spectra-image-gallery__control-lightbox--thumbnails-wrapper {
	width: 100%;
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-wrapper {
	height: 150px;
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide {
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: .5;
	transform: scale(75%);
	-webkit-transition-property: opacity, transform;
	-moz-transition-property: opacity, transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide-active {
	opacity: 1;
	transform: scale(100%);
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide img {
	border-radius: 3px;
}

.spectra-image-gallery__control-lightbox--count {
	position: absolute;
	z-index: 999;
}

.spectra-image-gallery__control-lightbox--close {
	position: absolute;
	cursor: pointer;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	outline: 0;
	line-height: 0;
	z-index: 999;
	transition: transform 500ms;
}

.spectra-image-gallery__control-lightbox--close:hover, .spectra-image-gallery__control-lightbox--close:focus, .spectra-image-gallery__control-lightbox--close:focus-visible {
	background-color: rgba(255, 255, 255, 0);
	transform: scale(1.25);
}

.spectra-image-gallery__iso-ref-wrapper {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.spectra-image-gallery__iso-ref-wrapper::-webkit-scrollbar {
	display: none;
}

@media (max-width:976px) {
	.spectra-image-gallery__layout--grid-col-tab-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-tab-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-1 .spectra-image-gallery__media-wrapper--isotope {
		width: 100%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-2 .spectra-image-gallery__media-wrapper--isotope {
		width: 50%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-3 .spectra-image-gallery__media-wrapper--isotope {
		width: 33.33%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-4 .spectra-image-gallery__media-wrapper--isotope {
		width: 25%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-5 .spectra-image-gallery__media-wrapper--isotope {
		width: 20%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-6 .spectra-image-gallery__media-wrapper--isotope {
		width: 16.66%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-7 .spectra-image-gallery__media-wrapper--isotope {
		width: 14.28%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-tab-8 .spectra-image-gallery__media-wrapper--isotope {
		width: 12.5%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-1 .spectra-image-gallery__media-wrapper--isotope {
		width: 100%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-2 .spectra-image-gallery__media-wrapper--isotope {
		width: 50%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-3 .spectra-image-gallery__media-wrapper--isotope {
		width: 33.33%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-4 .spectra-image-gallery__media-wrapper--isotope {
		width: 25%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-5 .spectra-image-gallery__media-wrapper--isotope {
		width: 20%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-6 .spectra-image-gallery__media-wrapper--isotope {
		width: 16.66%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-7 .spectra-image-gallery__media-wrapper--isotope {
		width: 14.28%;
	}
	
	.spectra-image-gallery__layout--masonry-col-tab-8 .spectra-image-gallery__media-wrapper--isotope {
		width: 12.5%;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
}

@media (max-width:767px) {
	.spectra-image-gallery__layout--grid-col-mob-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--grid-col-mob-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-1 .spectra-image-gallery__media-wrapper--isotope {
		width: 100%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-2 .spectra-image-gallery__media-wrapper--isotope {
		width: 50%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-3 .spectra-image-gallery__media-wrapper--isotope {
		width: 33.33%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-4 .spectra-image-gallery__media-wrapper--isotope {
		width: 25%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-5 .spectra-image-gallery__media-wrapper--isotope {
		width: 20%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-6 .spectra-image-gallery__media-wrapper--isotope {
		width: 16.66%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-7 .spectra-image-gallery__media-wrapper--isotope {
		width: 14.28%;
	}
	
	.spectra-image-gallery__layout--isogrid-col-mob-8 .spectra-image-gallery__media-wrapper--isotope {
		width: 12.5%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-1 .spectra-image-gallery__media-wrapper--isotope {
		width: 100%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-2 .spectra-image-gallery__media-wrapper--isotope {
		width: 50%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-3 .spectra-image-gallery__media-wrapper--isotope {
		width: 33.33%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-4 .spectra-image-gallery__media-wrapper--isotope {
		width: 25%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-5 .spectra-image-gallery__media-wrapper--isotope {
		width: 20%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-6 .spectra-image-gallery__media-wrapper--isotope {
		width: 16.66%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-7 .spectra-image-gallery__media-wrapper--isotope {
		width: 14.28%;
	}
	
	.spectra-image-gallery__layout--masonry-col-mob-8 .spectra-image-gallery__media-wrapper--isotope {
		width: 12.5%;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper {
		position: relative;
		min-width: 0;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--wide {
		grid-column: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--tall {
		grid-row: span 2;
	}
	
	.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--focus {
		grid-row: span 2;
		grid-column: span 2;
	}
}

.entry-content .wp-block-uagb-image-gallery .uagb-image-gallery__link {
	text-decoration: none;
}

body .wp-block-post-content>.wp-block-uagb-image-gallery+.spectra-image-gallery__control-lightbox {
	margin-block-start: 0;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.wp-block-uagb-image {
	display: flex;
}

.wp-block-uagb-image__figure {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.wp-block-uagb-image__figure img {
	height: auto;
	display: flex;
	max-width: 100%;
	transition: box-shadow .2s ease;
}

.wp-block-uagb-image__figure>a {
	display: inline-block;
}

.wp-block-uagb-image__figure figcaption {
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}

.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions {
	align-self: center;
}

.wp-block-uagb-image--align-left {
	text-align: left;
}

.wp-block-uagb-image--align-right {
	text-align: right;
}

.wp-block-uagb-image--align-center {
	text-align: center;
}

.wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	height: auto;
}

.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img {
	height: auto;
	width: 100% !important;
}

.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img {
	height: auto;
	width: 100%;
}

.wp-block-uagb-image--layout-overlay__color-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .2;
	background: rgba(0, 0, 0, .5);
	transition: opacity .35s ease-in-out;
}

.wp-block-uagb-image--layout-overlay-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper {
	opacity: 1;
}

.wp-block-uagb-image--layout-overlay__inner {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-color: #fff;
	transition: .35s ease-in-out;
}

.wp-block-uagb-image--layout-overlay__inner.top-left, .wp-block-uagb-image--layout-overlay__inner.top-center, .wp-block-uagb-image--layout-overlay__inner.top-right {
	justify-content: flex-start;
}

.wp-block-uagb-image--layout-overlay__inner.bottom-left, .wp-block-uagb-image--layout-overlay__inner.bottom-center, .wp-block-uagb-image--layout-overlay__inner.bottom-right {
	justify-content: flex-end;
}

.wp-block-uagb-image--layout-overlay__inner.top-left, .wp-block-uagb-image--layout-overlay__inner.center-left, .wp-block-uagb-image--layout-overlay__inner.bottom-left {
	align-items: flex-start;
}

.wp-block-uagb-image--layout-overlay__inner.top-right, .wp-block-uagb-image--layout-overlay__inner.center-right, .wp-block-uagb-image--layout-overlay__inner.bottom-right {
	align-items: flex-end;
}

.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading {
	color: #fff;
	transition: transform .35s, opacity .35s ease-in-out;
	transform: translate3d(0, 24px, 0);
	margin: 0;
	line-height: 1em;
}

.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator {
	width: 30%;
	border-top-width: 2px;
	border-top-color: #fff;
	border-top-style: solid;
	margin-bottom: 10px;
	opacity: 0;
	transition: transform .4s, opacity .4s ease-in-out;
	transform: translate3d(0, 30px, 0);
}

.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption {
	opacity: 0;
	overflow: visible;
	color: #fff;
	transition: transform .45s, opacity .45s ease-in-out;
	transform: translate3d(0, 35px, 0);
}

.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading, .wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator, .wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img, .wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper {
	transform: scale(1);
	transition: transform .35s ease-in-out;
}

.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img, .wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper {
	transform: scale(1.05);
}

.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img, .wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper {
	width: calc(100% + 40px) !important;
	max-width: none !important;
	transform: translate3d(-40px, 0, 0);
	transition: transform .35s ease-in-out;
}

.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img, .wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper {
	transform: translate3d(0, 0, 0);
}

.wp-block-uagb-image--effect-grayscale img {
	filter: grayscale(0%);
	transition: .35s ease-in-out;
}

.wp-block-uagb-image--effect-grayscale:hover img {
	filter: grayscale(100%);
}

.wp-block-uagb-image--effect-blur img {
	filter: blur(0);
	transition: .35s ease-in-out;
}

.wp-block-uagb-image--effect-blur:hover img {
	filter: blur(3px);
}

.uagb-ifb-content>svg * {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.uagb-ifb-content>svg, .uagb-ifb-content {
	display: inline-block;
}

.uagb-ifb-content>svg {
	vertical-align: middle;
	width: inherit;
	height: inherit;
	font-style: initial;
}

.uagb-ifb-content .uagb-ifb-icon-wrap svg {
	box-sizing: content-box;
	width: inherit;
	height: inherit;
}

.uagb-ifb-button-wrapper:empty {
	display: none;
}

div.uagb-ifb-button-wrapper a.uagb-infobox-cta-link, div.uagb-ifb-cta a.uagb-infobox-cta-link, .entry .entry-content a.uagb-infobox-cta-link, a.uagb-infobox-link-wrap, .entry .entry-content a.uagb-infobox-link-wrap {
	text-decoration: none;
	align-items: center;
}

.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap, .uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap, .uagb-infobox-image-valign-middle .uagb-ifb-icon-wrap, .uagb-infobox-image-valign-middle .uagb-ifb-image-content, .uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content, .uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.uagb-infobox-icon-left-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap, .uagb-infobox-icon-right-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap, .uagb-infobox-image-valign-top .uagb-ifb-icon-wrap, .uagb-infobox-image-valign-top .uagb-ifb-image-content, .uagb-infobox-icon-left.uagb-infobox-image-valign-top .uagb-ifb-content, .uagb-infobox-icon-right.uagb-infobox-image-valign-top .uagb-ifb-content {
	-webkit-align-self: self-start;
	align-self: self-start;
}

.uagb-infobox-left {
	justify-content: flex-start;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
}

.uagb-infobox-center {
	justify-content: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
}

.uagb-infobox-right {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
}

.uagb-infobox-icon-above-title.uagb-infobox__content-wrap, .uagb-infobox-icon-below-title.uagb-infobox__content-wrap {
	display: block;
	width: 100%;
}

.uagb-infobox-icon-left-title .uagb-ifb-content>svg, .uagb-infobox-icon-left .uagb-ifb-content>svg {
	margin-right: 10px;
}

.uagb-infobox-icon-right-title .uagb-ifb-content>svg, .uagb-infobox-icon-right .uagb-ifb-content>svg {
	margin-left: 10px;
}

.uagb-infobox-icon-left.uagb-infobox__content-wrap, .uagb-infobox-icon-right.uagb-infobox__content-wrap, .uagb-infobox-icon-left-title .uagb-ifb-left-title-image, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-js-display: flex;
}

.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-image-content, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-image-content, .uagb-infobox-icon-left .uagb-ifb-image-content, .uagb-infobox-icon-right .uagb-ifb-image-content {
	flex-shrink: 0;
	line-height: 0;
}

.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-title-wrap, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-title-wrap, .uagb-infobox-icon-left .uagb-ifb-content, .uagb-infobox-icon-right .uagb-ifb-content {
	flex-grow: 1;
}

.uagb-infobox-icon-right.uagb-infobox__content-wrap, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
}

.uagb-ifb-content img {
	position: relative;
	display: inline-block;
	line-height: 0;
	width: auto;
	height: auto !important;
	max-width: 100%;
	border-radius: inherit;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-border-radius: inherit;
}

.uagb-infobox-module-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}

.uagb-edit-mode .uagb-infobox-module-link {
	z-index: 2;
}

.uagb-infobox-link-icon-after {
	margin-right: 0;
	margin-left: 5px;
}

.uagb-infobox-link-icon-before {
	margin-right: 5px;
	margin-left: 0;
}

.uagb-infobox-link-icon {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.uagb-infobox__content-wrap {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	word-break: break-word;
	z-index: 1;
}

.uagb-ifb-separator {
	display: inline-block;
	margin: 0;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 2px;
	line-height: 0;
}

.uagb-ifb-button-wrapper {
	line-height: 1;
}

.uagb-ifb-button-wrapper.uagb-ifb-button-type-text .uagb-infobox-cta-link.wp-block-button__link {
	background-color: unset;
	border: none;
}

.uagb-ifb-button-wrapper.uagb-ifb-button-type-text .uagb-infobox-cta-link.wp-block-button__link:hover {
	background-color: unset;
	border-color: unset;
}

.uagb-ifb-button-wrapper .uagb-infobox-cta-link {
	cursor: pointer;
}

.uagb-ifb-button-wrapper .uagb-infobox-cta-link.wp-block-button__link {
	width: auto;
}

.uagb-ifb-button-wrapper .wp-block-button__link svg, .uagb-ifb-button-wrapper .ast-outline-button svg {
	fill: currentColor;
}

.uagb-infobox__content-wrap a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.uagb-ifb-title-wrap {
	width: 100%;
}

.uagb-ifb-title {
	margin-block-start: 0;
}

.uagb-ifb-title-wrap .uagb-ifb-title-prefix {
	display: block;
	padding: 0;
	margin: 0;
}

.uagb-infobox__content-wrap.uagb-infobox__content-wrap {
	position: relative;
}

.uagb-ifb-content {
	width: 100%;
}

.uagb-infobox__content-wrap.uagb-infobox, .uagb-ifb-content, .uagb-ifb-title-wrap, .uagb-ifb-title-prefix *, svg.dashicon.dashicons-upload {
	z-index: 1;
}

a.uagb-infobox-link-wrap {
	color: inherit;
}

.uagb-ifb-content p:empty {
	display: none;
}

.uagb-infobox__content-wrap .uagb-ifb-content img {
	display: inline-block;
	max-width: 100%;
}

.uagb-infobox__content-wrap .uagb-ifb-content svg {
	display: inline-block;
}

.uagb-infobox__content-wrap .uagb-ifb-icon-wrap, .uagb-infobox-icon-left .uagb-ifb-image-content, .uagb-infobox-icon-right .uagb-ifb-image-content {
	box-sizing: content-box;
}

.uagb-infobox-cta-link>svg {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.uagb-infobox-cta-link {
	display: inline-flex;
}

.block-editor-page #wpwrap .uagb-infobox-cta-link svg, .uagb-infobox-cta-link svg {
	font-style: normal;
}

.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap, .uagb-infobox-icon-left .uagb-ifb-icon-wrap {
	margin-right: 10px;
	line-height: 0;
}

.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap, .uagb-infobox-icon-right .uagb-ifb-icon-wrap {
	margin-left: 10px;
	line-height: 0;
}

html[dir="rtl"] .uagb-infobox-icon-left-title .uagb-ifb-icon-wrap, html[dir="rtl"] .uagb-infobox-icon-left .uagb-ifb-icon-wrap {
	margin-left: 10px;
	line-height: 0;
}

html[dir="rtl"] .uagb-infobox-icon-right-title .uagb-ifb-icon-wrap, html[dir="rtl"] .uagb-infobox-icon-right .uagb-ifb-icon-wrap {
	margin-right: 10px;
	line-height: 0;
}

html[dir="rtl"] .uagb-infobox-left {
	justify-content: flex-end;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
}

html[dir="rtl"] .uagb-infobox-right {
	justify-content: flex-start;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
}

.uagb-infobox-icon-left .uagb-ifb-left-right-wrap, .uagb-infobox-icon-right .uagb-ifb-left-right-wrap, .uagb-infobox-icon-left-title .uagb-ifb-left-title-image, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.uagb-infobox-icon-right .uagb-ifb-left-right-wrap, .uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
}

a.uagb-infbox__link-to-all {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	box-shadow: none;
	text-decoration: none;
	-webkit-box-shadow: none;
}

@media only screen and (max-width:976px) {
	.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet.uagb-infobox__content-wrap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: inline-flex;
		flex-direction: column-reverse;
		-js-display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
	}
	
	.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content, .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap, .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap, .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content {
		margin-right: 0;
		margin-left: 0;
	}
	
	.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap {
		display: inline-block;
	}
	
	.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content, .uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap, .uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-image-content, .uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap {
		margin-right: 0;
	}
	
	.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content, .uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap, .uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-image-content, .uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap {
		margin-left: 0;
	}
	
	.uagb-infobox-icon-left-title .uagb-ifb-separator {
		margin: 10px 0;
	}
}

@media screen and (max-width:767px) {
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap {
		display: inline-block;
	}
	
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content, .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap {
		padding: 0;
		margin-bottom: 20px;
		margin-right: 0;
		margin-left: 0;
	}
	
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap.uagb-reverse-order-mobile {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: inline-flex;
		flex-direction: column-reverse;
		-js-display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
	}
	
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content, .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap, .uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content, .uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap, .uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-image-content, .uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap {
		margin-right: 0;
	}
	
	.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content, .uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap, .uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-image-content, .uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap {
		margin-left: 0;
	}
	
	.uagb-infobox-icon-left-title .uagb-ifb-separator {
		margin: 10px 0;
	}
}

.uagb-ifb-icon svg {
	width: inherit;
	height: inherit;
	vertical-align: middle;
}

.uagb-ifb-button-icon {
	height: 15px;
	width: 15px;
	font-size: 15px;
	vertical-align: middle;
}

.uagb-ifb-button-icon svg {
	height: inherit;
	width: inherit;
	display: inline-block;
}

.uagb-ifb-button-icon.uagb-ifb-align-icon-after {
	float: right;
}

.uagb-ifb-cta-button {
	display: inline-block;
}

.uagb-disable-link {
	pointer-events: none;
}

@media only screen and (min-width:977px) {
	.uagb-infobox-margin-wrapper {
		display: flex;
	}
}

.uagb-ifb-content .uagb-ifb-desc p:last-child {
	margin-bottom: 0;
}

.uagb-inline_notice__align-right {
	text-align: right;
}

.uagb-inline_notice__align-right span.uagb-notice-dismiss {
	left: 13px;
}

.uagb-inline_notice__align-center {
	text-align: center;
}

.uagb-inline_notice__align-center span.uagb-notice-dismiss {
	right: 13px;
}

.uagb-inline_notice__align-left {
	text-align: left;
}

.uagb-inline_notice__align-left span.uagb-notice-dismiss {
	right: 13px;
}

.wp-block-uagb-inline-notice {
	width: 100%;
	position: relative;
}

.wp-block-uagb-inline-notice.uagb-notice__active {
	display: none;
}

.wp-block-uagb-inline-notice .uagb-notice-title {
	margin: 0;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	display: inline-block;
}

.wp-block-uagb-inline-notice .uagb-notice-text {
	margin-top: -3px;
	margin-bottom: 0;
}

.wp-block-uagb-inline-notice .uagb-notice-text p:last-child {
	margin-bottom: 0;
}

.wp-block-uagb-inline-notice .uagb-notice-text p:first-child {
	margin-top: 0 !important;
}

.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg {
	width: 16px;
	height: 16px;
}

.wp-block-uagb-inline-notice span.uagb-notice-dismiss {
	position: absolute;
	cursor: pointer;
	top: 13px;
	opacity: .8;
	padding: 0;
	background: none;
	transition: .3s ease;
}

.wp-block-uagb-inline-notice.uagb-dismissable>svg {
	position: absolute;
	cursor: pointer;
	opacity: .8;
	padding: 0;
	background: none;
	transition: .3s ease;
}

.wp-block-uagb-inline-notice.uagb-dismissable button[type="button"] {
	position: absolute;
	cursor: pointer;
	opacity: .8;
	padding: 0;
	background: none;
	transition: .3s ease;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-right {
	text-align: right;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-right svg {
	left: 13px;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-right button[type="button"] {
	left: 13px;
	top: 13px;
	border: none;
	padding-inline: 0;
	padding-block: 0;
	line-height: 0;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-center {
	text-align: center;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-center svg {
	right: 13px;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-center button[type="button"] {
	right: 13px;
	top: 13px;
	border: none;
	padding-inline: 0;
	padding-block: 0;
	line-height: 0;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-left {
	text-align: left;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-left svg {
	right: 13px;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-left button[type="button"] {
	right: 13px;
	top: 13px;
	border: none;
	padding-inline: 0;
	padding-block: 0;
	line-height: 0;
}

.wp-block-uagb-marketing-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-uagb-marketing-button p:empty {
	display: none;
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title, .wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix {
	margin-bottom: 0;
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link {
	z-index: 1;
	display: inline-block;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link.wp-block-button__link {
	width: auto;
}

.wp-block-uagb-marketing-button svg {
	fill: currentColor;
	width: 20px;
	height: 20px;
	z-index: 1;
	vertical-align: middle;
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title, .wp-block-uagb-marketing-button svg {
	display: inline;
	vertical-align: middle;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__link {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link {
	width: 100%;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix {
	text-align: center;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix {
	text-align: left;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix {
	text-align: right;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after svg {
	order: 2;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__wrap {
	width: 100%;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap, .wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: self-end;
	-ms-flex-align: self-end;
	align-items: self-end;
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__icon-wrap {
	order: 2;
}

.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link {
	text-decoration: none;
	display: inline-block;
}

body.hide-scroll {
	overflow: hidden;
}

body .uagb-modal-popup-wrap .wp-block {
	max-width: none !important;
	margin: 0 !important;
}

.uagb-modal-popup {
	visibility: hidden;
	position: fixed;
}

.uagb-modal-popup.active {
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
	left: 0;
	right: 0;
	display: flex;
	visibility: visible;
}

.uagb-modal-popup.active .uagb-modal-popup-close {
	opacity: 1;
	display: flex;
	align-items: center;
	position: absolute;
	text-align: center;
	cursor: pointer;
	fill: #fff;
}

.uagb-modal-popup.active .uagb-modal-popup-close svg {
	-webkit-transition-property: filter, transform;
	-moz-transition-property: filter, transform;
	-o-transition-property: filter, transform;
	transition-property: filter, transform;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
}

.uagb-modal-popup.active .uagb-modal-popup-close:focus svg {
	transform: scale(1.2);
}

.uagb-modal-popup .uagb-modal-popup-close {
	display: none;
	border: none;
	background: rgba(255, 255, 255, 0);
	padding: 0;
}

.uagb-modal-popup .uagb-modal-popup-content {
	padding: 35px 35px;
	overflow-x: hidden;
	overflow-y: overlay;
	height: 100%;
}

.uagb-modal-popup .uagb-modal-popup-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 700px;
	height: 450px;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	position: relative;
}

.uagb-modal-popup .uagb-modal-popup-wrap .uagb-modal-popup-content::-webkit-scrollbar {
	width: 5px;
}

.uagb-modal-popup .uagb-modal-popup-wrap .uagb-modal-popup-content::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 100px;
}

.wp-block-uagb-modal {
	width: 100%;
}

.entry .entry-content a.uagb-modal-button-link {
	text-decoration: inherit;
	align-items: center;
}

.entry .entry-content a.uagb-modal-button-link:hover {
	color: inherit;
}

.uagb-modal-trigger:not(img) {
	display: flex;
}

.uagb-modal-trigger:not(img) svg {
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

img.uagb-modal-trigger {
	cursor: pointer;
	height: auto;
	max-width: 100%;
}

div.uagb-spectra-button-wrapper {
	line-height: 1;
}

div.uagb-spectra-button-wrapper .uagb-modal-button-link.uagb-modal-trigger {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

div.uagb-spectra-button-wrapper .uagb-modal-button-link.uagb-modal-trigger svg {
	fill: currentColor;
	font-style: normal;
	vertical-align: top;
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.block-editor-block-popover.components-popover {
	z-index: 99999999;
}

.uagb-effect-default .uagb-modal-popup-wrap {
	opacity: 0;
}

.uagb-effect-default.active .uagb-modal-popup-wrap {
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.uagb-popup-builder {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
	z-index: 999999999;
	overflow: hidden;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
}

.uagb-popup-builder__banner--pusher {
	position: relative;
}

.uagb-popup-builder__wrapper {
	position: relative;
	box-sizing: border-box;
}

.uagb-popup-builder__wrapper--banner {
	width: 100%;
}

.uagb-popup-builder__container {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition-property: box-shadow, border-color;
	-moz-transition-property: box-shadow, border-color;
	-o-transition-property: box-shadow, border-color;
	transition-property: box-shadow, border-color;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
}

.uagb-popup-builder__container .uagb-is-root-container {
	width: 100%;
}

.uagb-popup-builder__close {
	position: absolute;
	top: 0;
	z-index: 999999999;
}

.uagb-popup-builder button.uagb-popup-builder__close {
	border: none;
	background: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
}

.uagb-popup-builder button.uagb-popup-builder__close svg {
	-webkit-transition-property: fill;
	-moz-transition-property: fill;
	-o-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
}

.uagb-popup-builder__body--overflow-hidden {
	overflow: hidden;
}

.uagb-post-grid {
	margin: 0 auto;
	position: relative;
}

.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap {
	background-clip: content-box !important;
}

.uagb-post-grid .uagb-post__inner-wrap {
	transition: box-shadow .2s ease;
	overflow: hidden;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy {
	display: inline-block;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default {
	margin: 5px 5px 5px 0;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted {
	background: #444;
	color: #fff;
	border-radius: 2px;
	flex-direction: row;
	align-items: flex-end;
	padding: 6px 8px;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 20px;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a {
	color: #fff;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a {
	text-decoration: none;
	color: inherit;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__image .uagb-post__image-equal-height {
	display: block;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
}

.uagb-post-grid .uagb-post__load-more-wrap {
	width: 100%;
	position: absolute;
	bottom: -30px;
}

.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button {
	cursor: pointer;
}

.uagb-post-grid .uagb-post__load-more-wrap a {
	color: inherit;
}

.uagb-post-grid.is-grid article {
	float: left;
	display: inline-block;
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:nth-last-child(2) {
	padding-bottom: 100px;
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:last-child {
	position: absolute;
	bottom: 20px;
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(3) {
	padding-bottom: 100px;
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(2) {
	position: absolute;
	bottom: 20px;
}

.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__inner-wrap, .uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__inner-wrap {
	position: relative;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-2-3 {
	padding-bottom: 66%;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-9-16 {
	padding-bottom: 56.25%;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-2 {
	padding-bottom: 50%;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-1 {
	padding-bottom: 67%;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit {
	padding-bottom: 0;
	height: auto;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit img {
	position: unset !important;
}

.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img {
	position: absolute;
	height: 100%;
}

.uagb-post-grid.uagb-post__items.is-masonry {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uagb-post-grid.uagb-post__items.is-carousel {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	visibility: hidden;
}

.uagb-post-grid.is-grid .uagb-post__inner-wrap {
	height: max-content;
}

.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
	height: auto;
}

.uagb-post-grid.is-masonry .uagb-post__inner-wrap {
	height: auto;
}

.uagb-post-grid .uagb-post__author span, .uagb-post-grid .uagb-post__comment span, .uagb-post-grid .uagb-post__taxonomy span, .uagb-post-grid .uagb-post__date span {
	font-size: inherit;
	line-height: inherit;
	width: inherit;
	height: inherit;
	margin-right: 4px;
	vertical-align: bottom;
}

.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article {
	width: 12.5%;
}

.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article {
	width: 14.28%;
}

.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article {
	width: 16.66%;
}

.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article {
	width: 20%;
}

.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article {
	width: 25%;
}

.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article {
	width: 33.33%;
}

.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article {
	width: 50%;
}

.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article {
	width: 100%;
}

@media only screen and (max-width:600px) {
	.uagb-post-grid div[class*="columns"].is-grid {
		grid-template-columns: 1fr;
	}
}

.uagb-post-grid .uagb-post__image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.uagb-post-grid .uagb-post__title {
	margin-top: 0;
	margin-bottom: 0;
	word-break: break-word;
}

.uagb-post-grid .uagb-post__title a {
	color: inherit;
	box-shadow: none;
	transition: .3s ease;
	text-decoration: none;
}

.uagb-post-grid .uagb-post__title a:hover {
	text-decoration: none;
}

.uagb-post-grid .uagb-post__title a:focus {
	text-decoration: none;
}

.uagb-post-grid .uagb-post__title a:active {
	text-decoration: none;
}

.uagb-post-grid .uagb-post-grid-byline>* {
	margin-right: 10px;
}

.uagb-post-grid .uagb-post-grid-byline, .uagb-post-grid .uagb-post__taxonomy {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-decoration: none;
}

.uagb-post-grid .uagb-post-grid-byline a, .uagb-post-grid .uagb-post-grid-byline a:focus, .uagb-post-grid .uagb-post-grid-byline a:active {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.uagb-post-grid .uagb-post__title a, .uagb-post-grid .uagb-post__title a:focus, .uagb-post-grid .uagb-post__title a:active {
	color: inherit;
	font-size: inherit;
}

.uagb-post-grid .uagb-post__author, .uagb-post-grid .uagb-post__date, .uagb-post-grid .uagb-post__comment {
	display: inline-block;
	word-break: break-all;
}

.uagb-post-grid .uagb-post__author:not(:last-child)::after, .uagb-post-grid .uagb-post__date:not(:last-child)::after, .uagb-post-grid .uagb-post__comment:not(:last-child)::after {
	content: "·";
	vertical-align: middle;
	align-self: center;
	margin: 0 5px;
	line-height: 1;
}

.uagb-post-grid .uagb-post__comment, .uagb-post-grid .uagb-post__taxonomy {
	display: inline-block;
}

.uagb-post-grid .uagb-post__author a {
	box-shadow: none;
}

.uagb-post-grid .uagb-post__author a:hover {
	color: inherit;
	box-shadow: 0 -1px 0 inset;
}

.uagb-post-grid .uagb-post__excerpt {
	word-break: break-word;
}

.uagb-post-grid .uagb-post__inner-wrap p:last-of-type {
	margin-bottom: 0;
}

.uagb-post-grid .uagb-post__cta {
	border: none;
	display: inline-block;
	background: none;
}

.uagb-post-grid .uagb-post__cta .ast-outline-button {
	display: inline-flex;
}

.uagb-post-grid .uagb-post__excerpt p {
	color: inherit;
}

.is-grid.uagb-post__items {
	display: grid;
}

.wp-block-uagb-post-grid .uagb-post-pagination-wrap {
	grid-column: 1/-1;
}

.uagb-post__image-position-background .uagb-post__link-complete-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text {
	color: #fff;
}

.uagb-post__image-position-background .uagb-post__text {
	opacity: 1;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.uagb-post__image-position-background .uagb-post__inner-wrap {
	position: relative;
	width: 100%;
}

.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted, .uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default {
	position: relative;
	z-index: 999;
}

.uagb-post__image-position-background .uagb-post__image img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
}

.uagb-post__image-position-background .uagb-post__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.uagb-post__image-position-background .uagb-post__image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, .5);
}

.uagb-slick-carousel .is-carousel {
	padding: 0;
}

.uagb-slick-carousel ul.slick-dots {
	transform: unset;
	position: relative;
	padding: unset;
}

.uagb-slick-carousel .slick-prev:not(:hover):not(:active):not(.has-background), .uagb-slick-carousel .slick-next:not(:hover):not(:active):not(.has-background), .uagb-slick-carousel ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
	background-color: unset;
}

.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap {
	display: inline-block;
	height: 100%;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
	left: -45px;
	z-index: 1;
}

[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
	left: -45px;
	right: auto;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next {
	right: -45px;
}

[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
	left: auto;
	right: -45px;
}

.uagb-post__arrow-inside.uagb-post-grid .slick-prev {
	left: 25px;
	z-index: 1;
}

[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev {
	left: auto;
	right: 25px;
}

.uagb-post__arrow-inside.uagb-post-grid .slick-next {
	right: 25px;
}

[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next {
	left: 25px;
	right: auto;
}

.uagb-post-grid.is-grid article, .uagb-post-grid.is-masonry article, .uagb-post-grid.is-carousel article {
	box-sizing: border-box;
}

@media (max-width:976px) {
	.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
		left: 15px;
		z-index: 1;
	}
	
	[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
		left: auto;
		right: 15px;
	}
	
	.uagb-post__arrow-outside.uagb-post-grid .slick-next {
		right: 15px;
	}
	
	[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
		left: 15px;
		right: auto;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article {
		width: 100%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article {
		width: 50%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article {
		width: 33.33%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article {
		width: 25%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article {
		width: 20%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article {
		width: 16.66%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article {
		width: 14.28%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article {
		width: 12.5%;
	}
}

@media (max-width:767px) {
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article {
		width: 100%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article {
		width: 50%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article {
		width: 33.33%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article {
		width: 25%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article {
		width: 20%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article {
		width: 16.66%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article {
		width: 14.28%;
	}
	
	:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article {
		width: 12.5%;
	}
}

.entry .entry-content .uagb-post-grid a {
	text-decoration: none;
}

.uagb-post-pagination-wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.uagb-post-pagination-wrap a.page-numbers, .uagb-post-pagination-wrap span.page-numbers.current {
	padding: 5px 10px;
	margin: 0;
	display: flex;
	margin-right: 4px;
	margin-bottom: 5px;
}

.uagb-post-grid .uagb-post-inf-loader {
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 160px;
	text-align: center;
}

.uagb-post-grid .uagb-post-inf-loader div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-next {
	right: 0;
}

.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
	left: 0;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.wp-block-uagb-restaurant-menu, .uagb-rest_menu__wrap {
	position: relative;
}

.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-1, .uagb-rest_menu__wrap.uagb-rm__desk-column-1 {
	grid-template-columns: auto;
}

.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-2, .uagb-rest_menu__wrap.uagb-rm__desk-column-2 {
	grid-template-columns: auto auto;
}

.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-3, .uagb-rest_menu__wrap.uagb-rm__desk-column-3 {
	grid-template-columns: auto auto auto;
}

.wp-block-uagb-restaurant-menu.uagb-rm__desk-column-4, .uagb-rest_menu__wrap.uagb-rm__desk-column-4 {
	grid-template-columns: auto auto auto auto;
}

.wp-block-uagb-restaurant-menu .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__price {
	min-width: fit-content;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap, .uagb-rest_menu__wrap .uagb-rest_menu__wrap {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-right .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-right .uagb-rm__price {
	text-align: left !important;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px;
	border-radius: inherit;
	text-align: left;
	word-break: break-word;
	overflow: hidden;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details {
	display: table;
	width: 100%;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title {
	display: block;
	margin-bottom: 5px;
	margin-block-start: 0;
	word-break: normal;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__price {
	word-break: normal;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm__separator, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm__separator {
	display: -webkit-flex;
	display: -moz-flexbox;
	display: flex;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 0;
	-js-display: flex;
	width: 100%;
	border-top-color: #b2b4b5;
	border-top-style: inherit;
	border-top-width: 1px;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content img, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__content img {
	display: inline-block;
	box-sizing: content-box;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-3, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-2, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__desk-column-1, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-3, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-2, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__desk-column-1 {
	padding-right: 10px;
	padding-left: 10px;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center {
	display: flex;
	flex-direction: column;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__separator, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__separator {
	align-self: center;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__price {
	text-align: center;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-right .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-right .uagb-rm__price {
	display: table-cell;
	text-align: left;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price {
	display: table-cell;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__image-position-top .uagb-rm__content .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__image-position-top .uagb-rm__content .uagb-rm__price {
	display: table-cell;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__desc, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__desc {
	margin-bottom: 15px;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content {
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price {
	width: 20%;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm-details, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap.uagb-rm__align-center.uagb-rm__image-position-top .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rest_menu__wrap.uagb-rm__align-center.uagb-rm__image-position-top .uagb-rm__price {
	display: block;
	width: 100%;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image {
	overflow: hidden;
}

.wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__image .uagb-rm-aligned-middle img, .uagb-rest_menu__wrap .uagb-rest_menu__wrap .uagb-rm__image .uagb-rm-aligned-middle img {
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-middle img, .wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__image-content, .uagb-rest_menu__wrap.uagb-rm__image-aligned-middle img, .uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__image-content {
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-top img, .uagb-rest_menu__wrap.uagb-rm__image-aligned-top img {
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.wp-block-uagb-restaurant-menu .uagb-rm__align-left .uagb-rm__content span.uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__align-left .uagb-rm__content span.uagb-rm__price {
	display: table-cell;
	text-align: right;
}

.wp-block-uagb-restaurant-menu .uagb-rm__text-wrap, .uagb-rest_menu__wrap .uagb-rm__text-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price {
	display: block;
	width: 100%;
	text-align: center;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left .uagb-rm__content, .uagb-rest_menu__wrap .uagb-rm__image-position-left .uagb-rm__content {
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details {
	flex-direction: unset;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price {
	text-align: right;
	display: table-cell;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-left img, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-right img, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm__align-center img, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-left img, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-right img, .uagb-rest_menu__wrap .uagb-rm__image-position-left.uagb-rm__align-center img {
	text-align: left;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left img, .uagb-rest_menu__wrap .uagb-rm__image-position-left img {
	margin-right: 10px;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__content img, .wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-middle .uagb-rm__content .uagb-rm__image-content, .uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__content img, .uagb-rest_menu__wrap .uagb-rm__image-aligned-middle .uagb-rm__content .uagb-rm__image-content {
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-top .uagb-rm__content img, .wp-block-uagb-restaurant-menu .uagb-rm__image-aligned-top .uagb-rm__content .uagb-rm__image-content, .uagb-rest_menu__wrap .uagb-rm__image-aligned-top .uagb-rm__content img, .uagb-rest_menu__wrap .uagb-rm__image-aligned-top .uagb-rm__content .uagb-rm__image-content {
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-middle .uagb-rm__content img, .uagb-rest_menu__wrap.uagb-rm__image-aligned-middle .uagb-rm__content img {
	-ms-flex-item-align: center;
	align-self: center;
}

.wp-block-uagb-restaurant-menu.uagb-rm__image-aligned-top .uagb-rm__content img, .uagb-rest_menu__wrap.uagb-rm__image-aligned-top .uagb-rm__content img {
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right .uagb-rm__content, .uagb-rest_menu__wrap .uagb-rm__image-position-right .uagb-rm__content {
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details {
	text-align: right;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__text-wrap .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__text-wrap .uagb-rm-details {
	display: flex;
	flex-direction: row-reverse;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price {
	text-align: left;
	display: table-cell;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-left img, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-right img, .wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm__align-center img, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-left img, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-right img, .uagb-rest_menu__wrap .uagb-rm__image-position-right.uagb-rm__align-center img {
	text-align: right;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right img, .uagb-rest_menu__wrap .uagb-rm__image-position-right img {
	margin-left: 10px;
}

.wp-block-uagb-restaurant-menu .uagb-rm__image-position-top.uagb-rm__align-right .uagb-rm-details, .uagb-rest_menu__wrap .uagb-rm__image-position-top.uagb-rm__align-right .uagb-rm-details {
	display: inline-table;
}

.wp-block-uagb-restaurant-menu {
	display: grid;
}

@media (max-width:976px) {
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content {
		display: block;
		display: block;
		-js-display: block;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle img {
		align-self: flex-start;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content {
		display: block;
		display: block;
		-js-display: block;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flexbox;
		display: flex;
		flex-direction: column-reverse;
		-js-display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle img {
		align-self: flex-end;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-1 {
		grid-template-columns: auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-2 {
		grid-template-columns: auto auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-3 {
		grid-template-columns: auto auto auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__tablet-column-4 {
		grid-template-columns: auto auto auto auto;
	}
}

@media (max-width:767px) {
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content {
		display: block;
		display: block;
		-js-display: block;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle img {
		align-self: flex-start;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content {
		display: block;
		display: block;
		-js-display: block;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flexbox;
		display: flex;
		flex-direction: column-reverse;
		-js-display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
	}
	
	.wp-block-uagb-restaurant-menu .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle img {
		align-self: flex-end;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-1 {
		grid-template-columns: auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-2 {
		grid-template-columns: auto auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-3 {
		grid-template-columns: auto auto auto;
	}
	
	.wp-block-uagb-restaurant-menu.uagb-rm__mobile-column-4 {
		grid-template-columns: auto auto auto auto;
	}
}

.uagb-rm__title-wrap, .uagb-rm__price-wrap {
	display: table-cell;
}

.uagb-rm__align-center .uagb-rm-details, .uagb-rm__align-center .uagb-rm__title-wrap, .uagb-rm__align-center .uagb-rm__price-wrap {
	display: block;
	width: 100%;
}

.uagb-rm__price-wrap, .uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap, .uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap {
	width: 15%;
}

.uagb-rm__separator-parent {
	line-height: 0em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: flex;
}

.uagb_review_block {
	padding: 25px 40px 35px 40px;
	margin: 30px auto;
}

.uagb_review_block a.uagb-rating-link-wrapper {
	color: inherit;
	text-decoration: none;
}

.uagb_review_block .uagb-rating__source-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.uagb_review_block .uagb_review_entry {
	display: flex;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e9e9e9;
}

.uagb_review_block .uagb_review_summary_title {
	margin: 23px 0 13px 0;
	font-size: 24px;
	font-weight: 600;
}

.uagb_review_block .uagb_review_summary .uagb_review_overall_value {
	flex-basis: 75%;
}

.uagb_review_block .uagb_review_average {
	display: inline-flex;
}

.uagb_review_block .uagb_review_rating {
	text-align: right;
	font-size: 40px;
}

.uagb_review_block .uagb_review_average_stars {
	display: flex;
	grid-area: auto;
	justify-self: self-end;
	height: 50px;
	line-height: 60px;
	margin-left: 10px;
	margin-top: 25px;
}

.uagb-section__wrap {
	position: relative;
}

.uagb-section__wrap .uagb-section__inner-wrap {
	position: relative;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}

.uagb-section__wrap .uagb-section__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uagb-section__wrap .uagb-section__video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1s;
	overflow: hidden;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}

.uagb-section__wrap .uagb-section__video-wrap video {
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	background-size: cover;
	border: none;
	object-fit: cover;
	line-height: 1;
	-o-object-fit: cover;
}

@media (min-width:768px) and (max-width:1024px) {
	.wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image {
		background-attachment: scroll;
	}
}

.wp-block-uagb-separator {
	text-align: center;
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-uagb-separator__inner {
	display: inline-block;
}

.wp-block-uagb-separator:not(.wp-block-uagb-separator--text):not(.wp-block-uagb-separator--icon) .wp-block-uagb-separator__inner {
	border-top-style: solid;
	-webkit-mask: var(--my-background-image);
	-webkit-mask-size: 38px 100%;
	-webkit-mask-repeat: repeat-x;
}

.wp-block-uagb-separator--text .wp-block-uagb-separator__inner, .wp-block-uagb-separator--icon .wp-block-uagb-separator__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.wp-block-uagb-separator--text .wp-block-uagb-separator__inner::before, .wp-block-uagb-separator--icon .wp-block-uagb-separator__inner::before {
	display: block;
	content: "";
	border-bottom: 0;
	flex-grow: 1;
	border-top-color: #333;
	border-top-style: solid;
	-webkit-mask: var(--my-background-image);
	-webkit-mask-size: 38px 100%;
	-webkit-mask-repeat: repeat-x;
}

.wp-block-uagb-separator--text .wp-block-uagb-separator__inner::after, .wp-block-uagb-separator--icon .wp-block-uagb-separator__inner::after {
	display: block;
	content: "";
	border-bottom: 0;
	flex-grow: 1;
	border-top-color: #333;
	border-top-style: solid;
	-webkit-mask: var(--my-background-image);
	-webkit-mask-size: 38px 100%;
	-webkit-mask-repeat: repeat-x;
}

.wp-block-uagb-separator--icon .wp-block-uagb-separator-element svg {
	font-size: 30px;
	color: #333;
	fill: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	max-width: none;
}

.wp-block-uagb-separator--text .wp-block-uagb-separator-element .uagb-html-tag {
	word-break: initial;
	margin: 0;
}

.uagb-swiper {
	position: relative;
	overflow: hidden;
}

.uagb-slider-container {
	position: relative;
	width: 100%;
	min-width: 0;
	transition: box-shadow .2s ease;
}

.uagb-slider-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.uagb-slider-container .swiper-button-next.swiper-button-disabled, .uagb-slider-container .swiper-button-prev.swiper-button-disabled {
	pointer-events: all;
}

.uagb-slider-container .swiper-pagination.swiper-pagination-bullets {
	max-width: 100%;
}

.uagb-slider-container .swiper-button-prev, .uagb-slider-container .swiper-button-next {
	border-style: none;
	background: #efefef;
}

.wp-block-uagb-social-share .uagb-social-share__wrapper {
	text-decoration: none;
}

.uagb-social-share__wrapper {
	box-shadow: none;
}

.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap {
	margin-right: 15px;
}

.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap {
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	margin-top: 5px;
}

.uagb-social-share__outer-wrap, .uagb-social-share__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.uagb-social-share__layout-vertical.uagb-social-share__outer-wrap, .uagb-social-share__layout-vertical .uagb-social-share__wrap {
	flex-direction: column;
}

.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child {
	margin-top: 0 !important;
}

.uagb-social-share__layout-vertical .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child {
	margin-bottom: 0 !important;
}

.uagb-social-share__outer-wrap a.uagb-button__link:focus {
	box-shadow: none;
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper {
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	transition: all .2s;
	display: inline-flex;
	text-align: center;
}

.uagb-social-share__outer-wrap .uagb-ss__source-wrap {
	display: inline-block;
}

.uagb-social-share__outer-wrap .uagb-ss__link {
	color: #3a3a3a;
	display: inline-table;
	line-height: 0;
	cursor: pointer;
}

.uagb-social-share__outer-wrap .uagb-ss__source-icon {
	font-size: 40px;
	width: 40px;
	height: 40px;
}

.uagb-social-share__outer-wrap .uagb-ss__source-image {
	width: 40px;
}

@media (max-width:976px) {
	.uagb-social-share__layout-horizontal .uagb-ss__wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:first-child {
	margin-left: 0 !important;
}

.uagb-social-share__layout-horizontal .wp-block-uagb-social-share-child.uagb-ss-repeater.uagb-ss__wrapper:last-child {
	margin-right: 0 !important;
}

.wp-block-uagb-star-rating {
	display: flex;
}

.wp-block-uagb-star-rating .uag-star-rating__title {
	margin: 0;
}

.wp-block-uagb-star-rating .uag-star-rating {
	display: flex;
	align-items: center;
}

.wp-block-uagb-star-rating .uag-star {
	color: #ccd6df;
	display: inline-block;
	line-height: .75em;
}

.wp-block-uagb-table-of-contents .uagb-toc__wrap {
	display: inline-block;
	max-width: -moz-available;
	max-width: -webkit-fill-available;
	max-width: fill-available;
}

.wp-block-uagb-table-of-contents li.uagb-toc__list {
	padding-top: 10px;
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list, .wp-block-uagb-table-of-contents ol.uagb-toc__list {
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 2.2em;
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list li, .wp-block-uagb-table-of-contents ol.uagb-toc__list li {
	margin: 0;
}

.wp-block-uagb-table-of-contents ul li:empty {
	display: none;
}

.wp-block-uagb-table-of-contents .uagb-toc__title-wrap {
	display: flex;
	align-items: center;
}

.wp-block-uagb-table-of-contents .uagb-toc__title {
	display: flex;
	align-items: center;
}

.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap {
	cursor: pointer;
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg {
	width: 20px;
	height: 20px;
}

.wp-block-uagb-table-of-contents svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap {
	display: flex;
	margin-left: 10px;
	cursor: pointer;
}

.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap {
	display: none;
}

.wp-block-uagb-table-of-contents.uagb-toc__collapse--list ul.uagb-toc__list, .wp-block-uagb-table-of-contents.uagb-toc__collapse--list ol.uagb-toc__list {
	padding-left: 2px;
}

ol.uagb-toc__list li.uagb-toc__list ul, ol.uagb-toc__list ul.uagb-toc__list ul {
	list-style-type: circle;
}

ol.uagb-toc__list>ul, ol.uagb-toc__list>li {
	list-style-type: disc;
}

.uagb-toc__scroll-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
	padding: 10px;
	background: #ccd0d4;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.8571428571429;
}

.uagb-toc__scroll-top svg {
	width: 1.6em;
	height: .6em;
	margin-left: 0;
	transform: translate(0, -20%) rotate(180deg);
	fill: currentColor;
}

.uagb-toc__scroll-top.uagb-toc__show-scroll {
	display: inline-table;
}

body[class*="astra"] .uagb-toc__list {
	line-height: normal;
}

.uagb-toc__list {
	margin-top: 0;
}

.wp-block-uagb-table-of-contents ol.uagb-toc__list li.uagb-toc__list.uagb-toc__list--expandable {
	list-style-type: none !important;
}

ul.uagb-toc__list--child-of-closed-list {
	padding-top: 0 !important;
}

ul.uagb-toc__list--hidden-child {
	display: none !important;
}

.list-open::before, .list-collapsed::before {
	content: "▼"/"";
	transition: transform .3s ease;
	transform: scale(.7) translateX(-50%);
	display: inline-block;
}

.list-collapsed::before {
	transform: scale(.7) rotate(-90deg) translate(-84%, 6%);
}

span.list-open, span.list-collapsed {
	cursor: pointer;
	outline: none !important;
}

.uagb-toc__list.transition {
	transition: max-height 300ms ease-in-out, padding-top 300ms ease-in-out;
}

.uagb-toc__loader {
	border: 2px solid #f3f3f3;
	border-top: 2px solid #0073aa;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1.1s linear infinite;
	display: block;
	position: absolute;
	margin-top: 5px;
}

.uagb-toc__list-hidden {
	opacity: 0;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

[dir="rtl"] .list-open::before {
	transform: scale(.7) translateX(50%);
}

[dir="rtl"] .list-collapsed::before {
	transform: scale(.7) rotate(90deg) translate(84%, 6%);
}

[dir="rtl"] .wp-block-uagb-table-of-contents.uagb-toc__collapse--list ul.uagb-toc__list, [dir="rtl"] .wp-block-uagb-table-of-contents.uagb-toc__collapse--list ol.uagb-toc__list {
	padding-left: 0;
	padding-right: 2px;
	margin-left: 0;
	margin-right: 2.2em;
}

.uagb-tabs__wrap {
	display: flex;
}

.uagb-tabs__wrap ul.uagb-tabs__panel {
	margin: 0;
	list-style-type: none;
	display: inherit;
}

.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-center {
	justify-content: center;
}

.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-left {
	justify-content: flex-start;
}

.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-right {
	justify-content: flex-end;
}

.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-right .uagb-tab:last-child {
	margin-right: 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a {
	position: relative;
	padding: 6px 12px;
	display: inline-flex;
	color: inherit;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-top {
	display: block;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-top .uagb-tabs__icon {
	display: block;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-bottom {
	display: block;
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs__icon-position-bottom .uagb-tabs__icon {
	display: block;
}

.uagb-tabs__wrap ul.uagb-tabs__panel p {
	margin: 0;
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon {
	vertical-align: text-top;
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left {
	display: block;
	align-items: center;
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left .uagb-tabs__icon {
	display: flex;
	align-self: center;
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right {
	display: block;
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right .uagb-tabs__icon {
	display: flex;
	align-self: center;
}

.uagb-tabs__wrap .uagb-tabs__body-wrap {
	position: relative;
	max-width: 100%;
	padding: 10px;
}

.editor-styles-wrapper .uagb-editor-preview-mode-tablet.uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab, .editor-styles-wrapper .uagb-editor-preview-mode-mobile.uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab {
	display: none;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop, .uagb-tabs__wrap.uagb-tabs__hstyle2-desktop, .uagb-tabs__wrap.uagb-tabs__hstyle3-desktop, .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop {
	flex-direction: column;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle3-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel {
	margin-bottom: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	max-width: 100%;
	flex-wrap: wrap;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tabs__body-wrap {
	max-width: 100%;
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tab {
	margin: 10px 10px 10px 0;
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tab {
	margin: 10px 10px -1px 0;
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap {
	border: none;
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab {
	margin: 10px 10px 0 0;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab {
	margin: 10px 10px 10px 0;
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel {
	justify-content: space-between;
	margin: 0;
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab {
	margin: 10px 10px 10px 10px;
	text-align: center;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop, .uagb-tabs__wrap.uagb-tabs__vstyle8-desktop, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop {
	flex-direction: row;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel {
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-wrap: wrap;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap {
	flex-grow: 3;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs-list {
	width: -webkit-fill-available;
	justify-content: center;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel {
	min-width: 24%;
	max-width: 24%;
	margin: 0;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap {
	max-width: 75%;
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tab {
	margin: 0 10px 10px 0;
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tab {
	margin: 10px 10px 0 0;
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel {
	min-width: 25%;
	max-width: 25%;
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap {
	max-width: 75%;
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tab {
	margin: 0 10px 10px 0;
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tab {
	margin: 10px 10px 10px 10px;
	text-align: center;
}

@media (max-width:1023px) {
	.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet {
		flex-direction: column;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel {
		margin-bottom: 0;
		padding: 0;
		max-width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tabs__body-wrap {
		max-width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab {
		margin: 10px 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab {
		margin: 10px 10px -1px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab {
		margin: 10px 10px 0 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab {
		margin: 10px 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel {
		justify-content: flex-start;
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab {
		margin: 10px 10px 10px 10px;
		text-align: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet {
		flex-direction: row;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {
		margin-bottom: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tab p {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap {
		flex-grow: 3;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap {
		max-width: 75%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap .uagb-tabs-list {
		width: -webkit-fill-available;
		justify-content: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab {
		margin: 0 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab {
		margin: 10px 10px 0 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap {
		border: none;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel {
		margin-bottom: 0;
		min-width: 25%;
		max-width: 25%;
		justify-content: normal;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel {
		margin-bottom: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab {
		margin: 0 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab {
		margin: 10px 10px 10px 10px;
		text-align: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle3-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle4-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle6-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle8-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle9-tablet, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-desktop.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap {
		border-style: none;
	}
}

@media (max-width:767px) {
	.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile, .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile, .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile, .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile, .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile {
		flex-direction: column;
		border-style: none;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel {
		margin-bottom: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tabs__body-wrap {
		flex-direction: row;
		max-width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile, .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile, .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile, .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile, .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile {
		flex-direction: row;
		border-style: none;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel {
		margin-bottom: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab p {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tab .uagb-tabs-list, .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab .uagb-tabs-list {
		width: -webkit-fill-available;
		justify-content: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap {
		flex-grow: 3;
		max-width: 75%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab {
		margin: 10px 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab {
		margin: 10px 10px -1px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab {
		margin: 10px 10px 0 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab {
		margin: 10px 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel {
		justify-content: flex-start;
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab {
		margin: 10px 10px 10px 10px;
		text-align: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 10px 10px 0 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 10px 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel {
		min-width: 24%;
		max-width: 24%;
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 10px 10px 10px 10px;
		text-align: center;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile, .uagb-tabs__wrap.uagb-tabs__stack2-mobile, .uagb-tabs__wrap.uagb-tabs__stack3-mobile, .uagb-tabs__wrap.uagb-tabs__stack4-mobile {
		display: block;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		flex-grow: unset;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {
		width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p, .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap, .uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap {
		max-width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile {
		display: block;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		flex-grow: unset;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 0 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p {
		margin: 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap {
		max-width: 100%;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 0 10px 0;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 0 10px 0;
		padding: 6px 12px 6px 12px;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack4-mobile {
		margin: auto;
	}
	
	.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {
		margin: 0 0 10px 0;
		text-align: center;
	}
}

.uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active {
	display: block;
}

.uagb-tabs__wrap .uagb-tabs__body-container {
	padding: 10px 15px;
	display: none;
}

.uagb-tax-not-available {
	padding: 10px;
	border: 1px solid;
	text-align: center;
}

.uagb-layout-list .uagb-list-wrap {
	margin-left: 10px;
}

.uagb-taxonomy__outer-wrap {
	margin-bottom: 20px;
}

ul.uagb-taxonomy-list-children {
	margin-bottom: 0;
}

.uagb-tax-link h1, .uagb-tax-link h2, .uagb-tax-link h3, .uagb-tax-link h4, .uagb-tax-link h5, .uagb-tax-link h6 {
	margin-top: unset;
}

.wp-block-uagb-team {
	display: flex;
}

.wp-block-uagb-team .uagb-team__content {
	width: 100%;
}

.wp-block-uagb-team.uagb-team__outer-wrap.uagb-team__image-position-left .uagb-team__wrap, .wp-block-uagb-team.uagb-team__outer-wrap.uagb-team__image-position-right .uagb-team__wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-uagb-team .uagb-team__title, .wp-block-uagb-team span.uagb-team__title {
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-block-uagb-team .uagb-team__image-wrap img {
	display: inline;
	width: inherit;
	height: auto !important;
	max-width: 100%;
	box-sizing: content-box;
	border-radius: inherit;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-border-radius: inherit;
}

.wp-block-uagb-team .uagb-team__image-wrap.uagb-team__image-crop-circle img {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.wp-block-uagb-team img.uagb-team__image-crop-circle {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.wp-block-uagb-team .uagb-team__image-wrap.uagb-team__image-crop-square img {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-block-uagb-team img.uagb-team__image-crop-square {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-block-uagb-team .uagb-team__social-icon-wrap ul {
	display: flex;
	list-style: none;
}

.wp-block-uagb-team .uagb-team__social-icon a {
	display: block;
	width: 20px;
	height: 20px;
	color: #333;
	font-size: 20px;
}

.wp-block-uagb-team .uagb-team__social-icon {
	margin-right: 20px;
	margin-left: 0;
}

.wp-block-uagb-team .uagb-team__social-list {
	padding: 0;
	margin: 0;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center {
	text-align: center;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content {
	text-align: center;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left {
	text-align: left;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content {
	text-align: left;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right {
	text-align: right;
}

.wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content {
	text-align: right;
}

.wp-block-uagb-team.uagb-team__image-position-above ul.uagb-team__social-list {
	display: flex;
	list-style: none;
}

.wp-block-uagb-team.uagb-team__image-position-above .uagb-team__social-icon-wrap {
	display: inline-block;
}

.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list {
	display: flex;
	list-style: none;
	justify-content: flex-start;
}

.wp-block-uagb-team.uagb-team__image-position-left .uagb-team__content {
	text-align: left;
}

.wp-block-uagb-team.uagb-team__image-position-left .uagb-team__social-icon-wrap ul {
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.wp-block-uagb-team.uagb-team__image-position-left li {
	margin-right: 5px;
}

.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}

.wp-block-uagb-team.uagb-team__image-position-right .uagb-team__content {
	text-align: right;
}

.wp-block-uagb-team.uagb-team__image-position-right .uagb-team__social-icon-wrap ul {
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

.wp-block-uagb-team.uagb-team__image-position-right li {
	margin-left: 5px;
}

.wp-block-uagb-team .uagb-team__image-position-left .uagb-team__wrap, .wp-block-uagb-team .uagb-team__image-position-right .uagb-team__wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-uagb-team img {
	display: inline;
	max-width: 100%;
	width: inherit;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

@media only screen and (max-width:976px) {
	.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list {
		justify-content: center;
	}
	
	.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list {
		justify-content: center;
	}
	
	.wp-block-uagb-team.uagb-team__stack-tablet {
		text-align: center;
		display: block;
	}
	
	.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__content {
		text-align: center;
	}
	
	.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__wrap {
		display: inline-block;
	}
	
	.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__image-wrap, .wp-block-uagb-team.uagb-team__stack-tablet img {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.wp-block-uagb-team.uagb-team__stack-tablet .uagb-team__social-icon-wrap ul {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.wp-block-uagb-team.uagb-team__image-position-left ul.uagb-team__social-list {
		justify-content: center;
	}
	
	.wp-block-uagb-team.uagb-team__image-position-right ul.uagb-team__social-list {
		justify-content: center;
	}
	
	.wp-block-uagb-team.uagb-team__stack-mobile {
		text-align: center;
		display: block;
	}
	
	.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__content {
		text-align: center;
	}
	
	.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__wrap {
		display: inline-block;
	}
	
	.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__image-wrap {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.wp-block-uagb-team.uagb-team__stack-mobile .uagb-team__social-icon-wrap ul {
		justify-content: center;
	}
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center {
	text-align: center;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content {
	text-align: center;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left {
	text-align: right;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content {
	text-align: right;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right {
	text-align: left;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content {
	text-align: left;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-left .uagb-team__content {
	text-align: right;
}

html[dir="rtl"] .wp-block-uagb-team.uagb-team__image-position-right .uagb-team__content {
	text-align: left;
}

.wp-block-uagb-testimonial.uagb-slick-carousel ul.slick-dots {
	margin-bottom: 20px;
}

.uagb-testimonial__wrap {
	box-sizing: border-box;
}

.uagb-testimonial__wrap, .uagb-testimonial__wrap * {
	transition: all .2s;
}

.uagb-icon-wrap .uagb-icon {
	display: inline-block;
}

.uagb-tm__image-content img {
	height: auto !important;
}

.uagb-tm__image, .uagb-testimonial__wrap, .uagb-tm__content, .uagb-tm__text-wrap {
	position: relative;
}

.uagb-tm__imgicon-style-circle .uagb-tm__image img {
	border-radius: 100%;
}

.uagb-tm__imgicon-style-square .uagb-tm__image img {
	border-radius: 0%;
}

.uagb-tm__image img, .slick-slide .uagb-tm__image img {
	display: inline-block;
	box-sizing: content-box;
}

.uagb-tm__content {
	overflow: hidden;
	text-align: center;
	word-break: break-word;
	border-radius: inherit;
	display: grid;
}

.uagb-tm__image-position-left .uagb-tm__content, .uagb-tm__image-position-right .uagb-tm__content {
	display: flex;
}

.uagb-tm__meta-inner {
	display: inline;
	width: 100%;
	line-height: 1;
}

.uagb-tm__image-position-bottom .uagb-tm__image-content, .uagb-tm__image-position-bottom .uagb-testimonial-details {
	display: table-cell;
	vertical-align: middle;
}

.uagb-tm__image-position-bottom .uagb-tm__image-content {
	padding-right: 10px;
}

.uagb-tm__author-name, .uagb-tm__company {
	display: block;
}

.uagb-tm__image-aligned-middle .uagb-tm__image-content {
	align-self: center;
}

.uagb-tm__author-name {
	font-size: 30px;
	line-height: 16px;
}

.uagb-tm__company {
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	color: #888;
}

.uagb-tm__overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0);
}

.uagb-tm__items {
	visibility: hidden;
}

.uagb-tm__items.slick-initialized {
	visibility: visible;
}

.uagb-tm__image-position-top .uagb-tm__image-content {
	display: flex;
	justify-content: center;
}

.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
	right: -45px;
}

.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev {
	left: 25px;
	z-index: 1;
}

.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next {
	right: 25px;
}

[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev {
	left: auto;
	right: 25px;
}

[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next {
	left: 25px;
	right: auto;
}

[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev {
	right: auto;
	left: -45px;
}

[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
	left: auto;
	right: -45px;
}

@media (min-width:1025px) {
	.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:last-child .uagb-testimonial__wrap {
		padding-right: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset .slick-slide:first-child .uagb-testimonial__wrap {
		padding-left: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset .uagb-testimonial__wrap {
		margin-bottom: 0;
	}
}

@media (max-width:976px) {
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .uagb-testimonial__wrap {
		margin-bottom: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:last-child .uagb-testimonial__wrap {
		padding-right: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-tablet .slick-slide:first-child .uagb-testimonial__wrap {
		padding-left: 0;
	}
	
	.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content, .uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details {
		display: block;
		vertical-align: middle;
	}
	
	.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content, .uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content {
		display: block;
	}
	
	.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content {
		display: inline-flex;
		flex-direction: column-reverse;
	}
	
	.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content {
		display: inline-flex;
		align-self: center;
	}
	
	.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev {
		left: -10px;
		z-index: 1;
	}
	
	.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
		right: -10px;
	}
	
	[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev {
		left: auto;
		right: 15px;
	}
	
	[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
		left: 15px;
		right: auto;
	}
}

@media (max-width:768px) {
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .uagb-testimonial__wrap {
		margin-bottom: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:last-child .uagb-testimonial__wrap {
		padding-right: 0;
	}
	
	.wp-block-uagb-testimonial.uagb-post__carousel_notset-mobile .slick-slide:first-child .uagb-testimonial__wrap {
		padding-left: 0;
	}
	
	.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content, .uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details {
		display: block;
		vertical-align: middle;
	}
	
	.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content, .uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content {
		display: block;
	}
	
	.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content {
		display: inline-flex;
		flex-direction: column-reverse;
	}
	
	.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content {
		display: inline-flex;
		align-self: center;
	}
}

.entry-content .wp-block-uagb-testimonial .is-carousel ul.slick-dots {
	padding: unset;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap {
	width: 100%;
	min-height: 20px;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button .uagb-search-submit {
	border: none;
	border-radius: 0;
	color: #fff;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button svg {
	fill: currentColor;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input .uagb-wp-search-icon-wrap {
	display: flex;
	align-items: center;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input svg {
	fill: currentColor;
	opacity: .6;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container {
	display: flex;
	overflow: hidden;
	max-width: 100%;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input {
	width: 100%;
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input::-webkit-input-placeholder {
	overflow: unset;
}

.uag-blocks-common-selector {
	z-index: var(--z-index-desktop) !important;
}

@media (max-width:976px) {
	.uag-blocks-common-selector {
		z-index: var(--z-index-tablet) !important;
	}
}

@media (max-width:767px) {
	.uag-blocks-common-selector {
		z-index: var(--z-index-mobile) !important;
	}
}

.cfvsw-swatches-container {
	display: flex;
	flex-flow: wrap;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	grid-gap: 8px;
	width: fit-content;
}

.cfvsw-swatches-container * {
	box-sizing: border-box;
}

.cfvsw-swatches-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 200ms;
	transition: 200ms;
	text-align: center;
	white-space: nowrap;
	line-height: 1.3;
	cursor: pointer;
	border: 1px solid #fff;
	background: #fff;
	padding: 1px;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.cfvsw-label-option, .cfvsw-image-option {
	border: 1px solid rgba(0, 0, 0, .13);
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
	display: flex;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: inherit;
	-webkit-transition: 200ms;
	transition: 200ms;
	align-items: center;
	justify-content: center;
}

.cfvsw-swatches-option:not(.cfvsw-label-option, .cfvsw-image-option) .cfvsw-swatch-inner {
	border: 1px solid rgba(0, 0, 0, .13);
}

.cfvsw-swatches-option:not(.cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock):hover {
	border-color: var(--cfvsw-swatches-border-color-hover, rgba(0, 0, 0, .56));
	box-sizing: border-box;
}

.cfvsw-image-option {
	background-repeat: no-repeat;
	background-position: center;
}

.cfvsw-label-option {
	font-size: var(--cfvsw-swatches-font-size, 12px);
	border-width: var(--cfvsw-swatches-border-width, 1px);
	padding: 5px 10px;
}

.cfvsw-selected-swatch {
	border-color: var(--cfvsw-swatches-border-color, #000) !important;
	border-width: var(--cfvsw-swatches-border-width, 1px);
	box-sizing: border-box;
}

.cfvsw-swatches-hide, .cfvsw-swatches-hide-disable {
	display: none;
}

.cfvsw-hidden-select {
	display: none !important;
}

.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .4;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.cfvsw-swatches-blur-cross-disable::before, .cfvsw-swatches-hide-disable::before, .cfvsw-swatches-blur-cross::before {
	font-family: Dashicons;
	content: "";
	color: #cc4545;
	font-size: 1.8em;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	position: absolute;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
}

.cfvsw-tooltip {
	position: absolute;
	min-width: 10px;
	min-height: 10px;
	width: max-content;
	padding: .2em .5em;
	content: "";
	background: #000;
	color: #fff;
	border-radius: 5px;
	font-size: .8em;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
	border: 1px solid;
}

.cfvsw-tooltip::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -5px;
	left: calc(50% - 4px);
	transform: rotate(45deg);
	background: #000;
	border-top-left-radius: 10px;
	z-index: -1;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.cfvsw-tooltip-preview {
	min-width: 60px;
	min-height: 60px;
	display: block;
	background-color: #fff;
	background-position: center;
}

.cfvsw-tooltip-label {
	padding: .1em;
	display: flex;
	justify-content: center;
	font-size: var(--cfvsw-swatches-tooltip-font-size, 12px);
}

table.cfvsw-shop-variations {
	width: 100%;
}

table.cfvsw-shop-variations, .cfvsw-shop-variations tbody, .cfvsw-shop-variations td, .cfvsw-shop-variations tr {
	margin: 0;
	padding: 3px 0;
	border: 0;
}

.cfvsw-shop-variations td.label {
	text-align: left;
}

.cfvsw-shop-variations tr td {
	display: flex;
}

.cfvsw_shop_align_center table tr td {
	justify-content: center;
}

.cfvsw_shop_align_right table tr td {
	justify-content: flex-end;
}

.cfvsw-shop-variations .reset_variations {
	display: none !important;
}

.cfvsw-shop-variations {
	margin-bottom: auto;
	padding: 0;
}

.cfvsw-shop-variations .cfvsw-swatches-container {
	padding: 0;
}

.cfvsw-shop-variations, .cfvsw-shop-variations td {
	border: none;
}

.cfvsw-shop-variations .cfvsw-more-link {
	font-size: 12px;
	margin-left: 4px;
	position: absolute;
	left: 100%;
	white-space: nowrap;
	pointer-events: all;
}

.cfvsw-original-price, .cfvsw-original-thumbnail {
	display: none;
}

.cfvsw-filters {
	display: flex;
	flex-wrap: wrap;
}

.cfvsw-filters li {
	display: inline-flex;
}

.cfvsw-filters li a {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	outline: none;
}

.cfvsw-filters li.chosen a {
	background-color: #eee;
	margin: 0 .2em;
	border-radius: none;
	padding: 2px 3px !important;
}

.cfvsw-filters li.chosen a::before {
	font-family: Dashicons !important;
	content: "" !important;
	display: inline-flex;
	margin-right: .3em !important;
	font-size: 15px;
	color: #999 !important;
}

.cfvsw-filters li.chosen .cfvsw-swatches-container {
	display: inline-flex;
}

.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option {
	margin: 3px;
}

.cfvsw-product-container .cfvsw-swatches-option:first-child {
	margin-left: 0;
}

.cfvsw-selected-label {
	content: " : ";
	font-weight: 300;
}

.cfvsw-selected-label::before {
	content: " : ";
}

.cfvsw-label-none table.variations tr th.label {
	display: none !important;
}

.cfvsw-label-inline table.variations td {
	display: table-cell !important;
}

.cfvsw-product-page table.variations .label label {
	font-size: var(--cfvsw-swatches-label-font-size, "inherit");
}

.theme-astra table.variations td.value {
	padding: 5px 0 !important;
}

.theme-astra.cfvsw-product-page tr th.label {
	padding-left: 0;
	padding-top: 6px !important;
}

.theme-astra.cfvsw-label-stacked tr th.label {
	padding-left: 0;
}

.theme-astra.cfvsw-label-stacked tr td.value {
	padding: 6px 0 !important;
}

.theme-twentytwentytwo.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container {
	display: inline-flex;
}

.theme-twentytwentytwo.cfvsw-label-stacked table.variations th, .theme-twentytwentytwo.cfvsw-label-stacked table.variations td {
	display: flex;
}

.theme-twentytwentytwo table.variations tr {
	margin-bottom: .5rem !important;
}

.theme-twentytwentyone.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container {
	display: inline-flex;
}

.theme-twentytwentyone.cfvsw-label-stacked table.variations th, .theme-twentytwentyone.cfvsw-label-stacked table.variations td {
	display: flex;
}

.theme-twentytwentyone table.variations tr {
	margin-bottom: .5rem !important;
}

.theme-twentytwenty table.variations {
	overflow-y: auto;
}

.theme-twentytwenty.cfvsw-product-page:not(.cfvsw-label-stacked) table.variations td.value .cfvsw-product-container {
	display: inline-flex;
}

.cfvsw-label-stacked table.variations th, .cfvsw-label-stacked table.variations td {
	display: flex;
}

.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

.wcpay-express-checkout-wrapper {
	width: 100%;
	clear: both;
	display: flex;
	flex-direction: column;
}

.wcpay-express-checkout-wrapper #wcpay-express-checkout-element {
	opacity: 0;
	transition: all .3s ease-in-out;
	min-height: 0;
	margin: 0;
}

.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready {
	opacity: 1;
}

.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:not(:first-child) {
	margin-top: 12px;
}

.woocommerce-cart .wcpay-express-checkout-wrapper {
	margin-bottom: 0;
}

.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:first-child {
	margin-top: 4px;
}

.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-woopay-button {
	margin-top: 4px;
}

.woocommerce .type-product .wcpay-express-checkout-wrapper, .wp-block-add-to-cart-form .wcpay-express-checkout-wrapper, .wc-proceed-to-checkout .wcpay-express-checkout-wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wcpay-express-checkout-wrapper, .wc-block-components-express-payment__event-buttons {
	list-style: none;
}

.wcpay-express-checkout-wrapper .StripeElement iframe, .wc-block-components-express-payment__event-buttons .StripeElement iframe {
	max-width: unset;
}

.ast-page-builder-template .ast-article-post {
	margin-bottom: 2.5em;
}

.ast-featured-post {
	float: none;
}

.ast-separate-container .ast-separate-posts.ast-article-post {
	margin-bottom: 2em;
}

.ast-animate-hidden {
	visibility: hidden;
	opacity: 0;
}

.ast-animate-display {
	visibility: visible;
	opacity: 1;
}

.ast-no-thumb .ast-date-meta .posted-on {
	margin-bottom: 1.5em;
}

.ast-date-meta.circle .posted-on {
	border-radius: 50%;
	overflow: hidden;
}

.has-post-thumbnail .ast-date-meta.circle .posted-on {
	margin: 1em;
}

.ast-separate-container .ast-grid-1 .blog-layout-1 {
	padding: 0;
}

.ast-separate-container .ast-grid-1 .blog-layout-2, .ast-separate-container .ast-grid-1 .blog-layout-3 {
	padding: 0;
	border-bottom: 0;
}

.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3 {
	border-bottom: 0;
}

.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
	padding: 2.66666em;
}

.ast-separate-container .ast-grid-2 .blog-layout-1, .ast-separate-container .ast-grid-2 .blog-layout-2, .ast-separate-container .ast-grid-2 .blog-layout-3, .ast-separate-container .ast-grid-3 .blog-layout-1, .ast-separate-container .ast-grid-3 .blog-layout-2, .ast-separate-container .ast-grid-3 .blog-layout-3, .ast-separate-container .ast-grid-4 .blog-layout-1, .ast-separate-container .ast-grid-4 .blog-layout-2, .ast-separate-container .ast-grid-4 .blog-layout-3 {
	padding: 1.5em;
}

@media (max-width:1200px) {
	.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd) {
		padding: 0;
	}
	
	.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
		padding: 1.5em;
	}
}

.site-content .ast-grid-2 .ast-article-post, .site-content .ast-grid-3 .ast-article-post, .site-content .ast-grid-4 .ast-article-post {
	background: 0 0;
}

.site-content .ast-grid-2 .ast-article-post .blog-layout-2, .site-content .ast-grid-2 .ast-article-post .blog-layout-3, .site-content .ast-grid-3 .ast-article-post .blog-layout-2, .site-content .ast-grid-3 .ast-article-post .blog-layout-3, .site-content .ast-grid-4 .ast-article-post .blog-layout-2, .site-content .ast-grid-4 .ast-article-post .blog-layout-3 {
	border-bottom: 0;
}

.ast-page-builder-template .ast-article-post .entry-header {
	margin: auto auto 1em auto;
	padding: 0;
}

.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

hr.post-divider {
	height: 0;
	margin: 0;
}

hr.ast-single-previous-hr {
	height: 0;
	margin-top: 2em;
}

.ast-show-comments-data {
	padding: 2em 6.67em;
}

.ast-show-comments-data .ast-show-comments {
	cursor: pointer;
}

.ast-show-comments-data .ast-show-comments, .ast-show-comments-data .ast-show-comments-count {
	max-width: 640px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ast-show-comments-data .ast-show-comments-count {
	margin-bottom: 2em;
}

.ast-pagination-circle .ast-pagination .page-numbers, .ast-pagination-square .ast-pagination .page-numbers {
	border-style: solid;
	border-width: 1px;
	line-height: 2.33333em;
}

.ast-pagination-circle .ast-pagination .page-numbers {
	border-radius: 50%;
}

.ast-pagination-circle .ast-pagination .next.page-numbers, .ast-pagination-circle .ast-pagination .prev.page-numbers {
	border-radius: 30px;
}

@media all and (max-width:768px) {
	#content:before {
		content: "";
	}
}

.ast-pagination-infinite {
	text-align: center;
	margin: 2.5em 0 0;
}

.ast-page-builder-template .ast-pagination-infinite {
	margin: 2.5em 0;
}

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

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

.no-more {
	cursor: default;
}

.ast-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 70px;
	text-align: center;
}

.ast-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ast-loader .ast-loader-1 {
	animation-delay: -.32s;
}

.ast-loader .ast-loader-2 {
	animation-delay: -.16s;
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.ast-blog-pagination-type-infinite .ast-pagination {
	display: none;
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 35px;
	max-height: 550px;
	width: 340px;
	margin: 0 0 0 -170px;
	background-color: #f1f1f1;
	z-index: 1000011;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .7;
	z-index: 1000010;
	transition: all .3s;
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
	background: 0 0;
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .4em;
	color: inherit;
	-js-display: flex;
	display: flex;
	box-shadow: none;
}

.ast-hb-account-login-wrapper #loginform input[type=password], .ast-hb-account-login-wrapper #loginform input[type=text] {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	border: 1px solid;
	background-color: rgba(255, 255, 255, 0);
	vertical-align: middle;
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
	content: "|";
	margin: 0 .4em;
}

.ast-header-account-link.ast-account-action-link, .ast-header-account-link.ast-account-action-login, .ast-header-account-link.ast-account-action-login.customize-unpreviewable, .ast-header-break-point .ast-header-account-link {
	cursor: pointer;
	pointer-events: all;
}

.ast-header-account {
	-js-display: flex;
	display: flex;
}

.ast-hb-account-login-wrapper {
	visibility: hidden;
}

.ast-hb-account-login-wrapper .ast-hb-login-header {
	-js-display: flex;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px);
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	transform: scale(.7);
	opacity: 0;
	transition: all .3s;
	overflow: auto;
}

.ast-hb-account-login-wrapper.show {
	visibility: visible;
}

.ast-hb-account-login-wrapper.show .ast-hb-account-login {
	transform: scale(1) translateY(-50%);
	opacity: 1;
}

.ast-hb-login-body {
	height: 100%;
	position: relative;
	line-height: 1.5;
}

.ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
	position: relative;
}

.main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
	line-height: 1.45;
}

.ast-account-nav-menu {
	width: 240px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: 0;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-account-nav-menu .sub-menu {
	right: auto;
	top: 0;
	margin-left: 0;
}

.ast-account-nav-menu .menu-item.focus>.sub-menu, .ast-account-nav-menu .menu-item:hover>.sub-menu {
	left: 100%;
}

.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu, .ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu {
	left: -100%;
}

.ast-account-nav-menu .menu-item .menu-link {
	padding: .9em 1em;
}

.ast-account-nav-menu .menu-item {
	border-style: none;
}

.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg);
}

.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item {
	height: auto;
	line-height: unset;
	bottom: -5px;
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
	background: unset;
}

.ast-header-account-wrap .menu-item:last-child>.menu-link {
	border-style: none;
}

.ast-divider-wrapper {
	border: 0;
}

.ast-mobile-popup-content .ast-header-divider-element {
	justify-content: center;
}

.ast-header-divider-element {
	position: relative;
}

.ast-fb-divider-layout-vertical {
	position: relative;
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
	height: 100%;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
	padding: 15px 20px;
}

.footer-widget-area .ast-footer-divider-element {
	position: relative;
	align-items: center;
}

.footer-widget-area .ast-divider-wrapper {
	display: inline-block;
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
	font-size: 13px;
	padding: 8px 20px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
	font-size: 15px;
	padding: 10px 40px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
	font-size: 17px;
	padding: 15px 45px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
	font-size: 19px;
	padding: 20px 50px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
	font-size: 21px;
	padding: 25px 55px;
}

.ast-fb-divider-layout-vertical {
	-js-display: flex;
	display: flex;
}

.site-footer-section {
	position: relative;
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
	display: block;
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
	display: block;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
	-js-display: flex;
	display: flex;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.ast-builder-language-switcher a {
	-js-display: flex;
	display: flex;
	align-items: center;
}

.ast-lswitcher-item-footer, .ast-lswitcher-item-header {
	-js-display: inline-flex;
	display: inline-flex;
}

span.ast-lswitcher-item-footer:last-child, span.ast-lswitcher-item-header:last-child {
	margin-right: 0;
}

.ast-header-sticky-active {
	position: fixed !important;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99;
}

.ast-footer-sticky-active .ast-custom-footer {
	position: fixed !important;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
}

.ast-custom-header {
	position: relative;
	z-index: 99;
}

.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap {
	transition: padding .3s linear;
}

.ast-custom-header.ast-header-sticky-active .fl-module-content {
	transition: all .3s linear;
}

.ast-custom-header.ast-header-sticky-active .elementor-section-wrap {
	transition: padding .3s linear;
}

.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated {
	transition: all .3s linear;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap {
	transition: padding .3s linear;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content {
	margin-top: 5px;
	margin-bottom: 5px;
	transition: all .3s linear;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img {
	max-height: 50px;
	width: auto;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap {
	transition: padding .3s linear;
	box-sizing: border-box;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img {
	max-height: 50px;
	width: auto;
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated {
	max-height: 60px;
	transition: all .3s linear;
}

.ast-custom-header.ast-header-sticky-active {
	top: 0;
	width: 100%;
	transition: ease-out;
}

.single-advanced-hook .ast-no-title, .single-advanced-hook .hentry {
	margin: 0;
}

.js_active .ast-plain-container.single-advanced-hook .entry-header {
	margin: 0;
}

.summary.entry-summary+[CLASS*=astra-advanced-hook] {
	clear: both;
}

.single-astra-advanced-hook .wp-block-buttons, .single-astra-advanced-hook .wp-block-uagb-buttons {
	margin-bottom: 1.5em;
}

.single-astra-advanced-hook .ast-container {
	flex-wrap: wrap;
}

.single-astra-advanced-hook .ast-container>* {
	width: 100%;
}

body.ast-padded-layout::after, body.ast-padded-layout::before {
	background: inherit;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

body.ast-padded-layout::after {
	bottom: 0;
}

body.ast-padded-layout {
	background-attachment: fixed;
}

body.ast-padded-layout::before {
	top: 0;
}

@media (min-width:44.375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 46px;
	}
}

@media (min-width:48.9375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 32px;
	}
}

.elementor-page.ast-box-layout #page, .elementor-page.ast-padded-layout #page {
	overflow: hidden;
}

.siteorigin-panels.ast-box-layout #page, .siteorigin-panels.ast-padded-layout #page {
	overflow: hidden;
}

.ast-separate-container.ast-box-layout #content .ast-container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width:768px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:544px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: .54em;
		padding-right: .54em;
	}
}

.js_active .ast-box-layout #page, .js_active .ast-padded-layout #page {
	overflow: hidden;
}

.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width], .js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
	max-width: 100%;
	left: 0 !important;
}

.ast-sticky-active {
	position: fixed !important;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.ast-nav-up {
	transform: translateY(-100%);
}

.site-header .sticky-custom-logo {
	display: none;
}

.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a, .ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus, .ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover {
	background: 0 0;
}

.ast-fullscreen-active .ast-above-header, .ast-offcanvas-active .ast-above-header {
	z-index: 4;
}

.ast-fullscreen-active .ast-above-header.ast-sticky-active, .ast-offcanvas-active .ast-above-header.ast-sticky-active {
	z-index: 0;
}

#ast-fixed-header {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#ast-fixed-header .main-header-bar {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#ast-fixed-header.ast-header-slide {
	transform: translateY(-100%);
	transition: transform .3s linear, top .3s linear, visibility .3s linear;
}

#ast-fixed-header.ast-header-fade {
	opacity: 0;
	transition: opacity .3s linear;
}

.main-header-bar.ast-sticky-active {
	box-shadow: 0 2px 10px 0 rgba(36, 50, 66, .075);
}

.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link, .ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link {
	display: none;
}

.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo {
	display: inline-block;
}

.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
	display: none;
}

.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo, .ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo, .ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
	display: inline-block;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar, .ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar {
	line-height: 55px;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity, .ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px !important;
	width: auto;
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar, .ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar {
	padding-bottom: 0;
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em;
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em;
}

.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity, .ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em;
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3;
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px;
	width: auto;
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar, .ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar {
	padding-bottom: 0;
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em;
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em;
}

.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity, .ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em;
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3;
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px;
	width: auto;
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar, .ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar {
	padding-bottom: 0;
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em;
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em;
}

.ast-header-break-point .ast-sticky-active .sticky-custom-logo img {
	display: block;
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img {
	display: block;
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo {
	display: none;
}

.ast-header-break-point .ast-header-sticked .sticky-custom-logo img {
	display: block;
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img {
	display: none;
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img {
	display: inline-block;
}

.above-header-toggle-on .main-header-bar {
	z-index: 1;
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: none;
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: none;
}

.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block;
}

.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content {
	display: block;
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block;
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: block;
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
	display: none;
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content {
	display: none;
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: none;
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: none;
}

.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
	position: fixed;
}

.site-above-header-wrap, .site-below-header-wrap, .site-primary-header-wrap {
	transition: all .2s linear;
}

.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
	display: none !important;
}

.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
	display: none !important;
}

.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active {
	z-index: 5;
}

.ast-fullscreen-menu-overlay #ast-fixed-header {
	z-index: 9;
}

.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper, .ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar {
	overflow-y: unset !important;
}

#ast-mobile-header .content-align-flex-start {
	max-height: 60vh;
	overflow: auto;
}

.ast-shop-pagination-infinite {
	text-align: center;
	margin: 2.5em 0 0;
}

.ast-page-builder-template .ast-shop-pagination-infinite {
	margin: 2.5em 0;
}

.ast-shop-load-more {
	cursor: pointer;
	display: none;
	border: 2px solid var(--ast-border-color);
	transition: all .2s linear;
	color: #000;
}

.ast-shop-load-more.active {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 3em;
}

.ast-shop-load-more.no-more:hover {
	border-color: var(--ast-border-color);
	color: #000;
}

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

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

.ast-shop-load-more.no-more:hover {
	background-color: inherit;
}

.no-more {
	cursor: default;
}

.ast-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 70px;
	text-align: center;
}

.ast-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ast-loader .ast-loader-1 {
	animation-delay: -.32s;
}

.ast-loader .ast-loader-2 {
	animation-delay: -.16s;
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.ast-woocommerce-pagination-type-infinite .woocommerce-pagination {
	display: none;
}

.logged-in.admin-bar.woocommerce .astra-off-canvas-sidebar, .logged-in.admin-bar.woocommerce-page .astra-off-canvas-sidebar {
	top: 32px;
	height: calc(100% - 32px);
}

.logged-in.admin-bar.woocommerce .close, .logged-in.admin-bar.woocommerce-page .close {
	top: 5px;
}

.woocommerce .ast-shop-toolbar-container {
	margin-bottom: 2.5em;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce .ast-shop-toolbar-container .woocommerce-ordering, .woocommerce .ast-shop-toolbar-container>* {
	margin: 0;
}

.woocommerce .ast-shop-toolbar-container>:last-child {
	float: right;
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-items: center;
	column-gap: 20px;
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .woocommerce-result-count {
	margin: 0;
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .astra-shop-filter-button {
	-js-display: flex;
	display: flex;
	align-items: center;
}

.ast-woo-mini-cart-wrapper {
	display: inline-block;
	line-height: 4;
}

.ast-woo-mini-cart-wrapper.top .widget_shopping_cart {
	box-shadow: 0 -2px 8px 1px rgba(0, 0, 0, .07);
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart {
	bottom: 100%;
	top: auto;
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:before {
	bottom: -18px;
	transform: rotateX(180deg);
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:after {
	bottom: -12px;
	transform: rotateX(180deg);
}

.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart {
	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .07);
}

.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:focus .widget_shopping_cart, .ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:hover .widget_shopping_cart {
	bottom: 100%;
	top: auto;
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart {
	right: 0;
	left: auto;
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:before {
	right: 10px;
	left: auto;
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:after {
	right: 13px;
	left: auto;
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart {
	right: auto;
	left: 0;
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:before {
	right: auto;
	left: 10px;
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:after {
	right: auto;
	left: 14px;
}

.ast-separate-container #secondary .ast-woo-mini-cart-wrapper .widget_shopping_cart {
	padding: 0;
}

.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper, .ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper {
	visibility: visible;
	opacity: 1;
}

.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar, .ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
	left: 0;
}

.ast-off-canvas-overlay body>.select2-container {
	z-index: 99;
}

.woocommerce .astra-shop-filter-button, .woocommerce button.astra-shop-filter-button, .woocommerce-page .astra-shop-filter-button, .woocommerce-page button.astra-shop-filter-button {
	float: left;
	outline: 0;
	margin: 0;
}

.woocommerce .astra-shop-filter-button .ast-icon.icon-close, .woocommerce button.astra-shop-filter-button .ast-icon.icon-close, .woocommerce-page .astra-shop-filter-button .ast-icon.icon-close, .woocommerce-page button.astra-shop-filter-button .ast-icon.icon-close {
	display: none;
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-text, .woocommerce button.astra-shop-filter-button .astra-woo-filter-text, .woocommerce-page .astra-shop-filter-button .astra-woo-filter-text, .woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text {
	margin-left: .5em;
	font-size: 1.07em;
	color: var(--ast-global-color-2);
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-icon, .woocommerce button.astra-shop-filter-button .astra-woo-filter-icon, .woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon, .woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	font-weight: 400;
	vertical-align: middle;
	width: .8em;
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-icon svg, .woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg, .woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon svg, .woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg {
	font-size: 1em;
	width: .8em;
	height: .8em;
	color: var(--ast-global-color-3);
}

.woocommerce .astra-shop-filter-button.active .ast-icon.icon-menu-bars, .woocommerce button.astra-shop-filter-button.active .ast-icon.icon-menu-bars, .woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-menu-bars, .woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-menu-bars {
	display: none;
}

.woocommerce .astra-shop-filter-button.active .ast-icon.icon-close, .woocommerce button.astra-shop-filter-button.active .ast-icon.icon-close, .woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-close, .woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-close {
	display: inline-block;
}

.woocommerce button.astra-shop-filter-button, .woocommerce-page button.astra-shop-filter-button {
	padding: .67em 1em;
	font-weight: 600;
	-js-display: flex;
	display: flex;
	align-items: center;
}

.woocommerce button.astra-shop-filter-button .astra-woo-filter-text, .woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text {
	color: inherit;
}

.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg, .woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg {
	color: inherit;
}

.woocommerce button.astra-shop-filter-button~.woocommerce-result-count, .woocommerce-page button.astra-shop-filter-button~.woocommerce-result-count {
	padding: 4px 0;
}

.woocommerce .ast-woocommerce-container .widget_layered_nav_filters, .woocommerce-page .ast-woocommerce-container .widget_layered_nav_filters {
	clear: both;
	margin: 0 0 1.5em;
}

.woocommerce .astra-off-canvas-sidebar-wrapper, .woocommerce-page .astra-off-canvas-sidebar-wrapper {
	width: 100%;
	top: 0;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: .25s ease-in-out;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close, .woocommerce-page .astra-off-canvas-sidebar-wrapper .close {
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 1;
	cursor: pointer;
	color: var(--ast-global-color-3);
	z-index: 1;
	opacity: .8;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close .ast-icon, .woocommerce-page .astra-off-canvas-sidebar-wrapper .close .ast-icon {
	pointer-events: none;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close:hover, .woocommerce-page .astra-off-canvas-sidebar-wrapper .close:hover {
	opacity: 1;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar, .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
	position: absolute;
	background: var(--ast-global-color-primary, --ast-global-color-5);
	height: 100%;
	top: 0;
	left: -100%;
	padding: 35px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
	width: 325px;
	overflow: auto;
	transition: .3s ease-in-out;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button, .woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a, .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button, .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	padding: 10px 15px;
	font-weight: 400;
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a, .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a {
	margin-bottom: 4px;
	line-height: 1.2;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding-bottom: 1.2em;
	transition: all .3s ease-in-out;
}

.woocommerce ul.products li.product .ast-woo-shop-product-description p:last-child, .woocommerce ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title, .woocommerce ul.products li.product>.button:last-child, .woocommerce ul.products li.product>:last-child, .woocommerce-page ul.products li.product .ast-woo-shop-product-description p:last-child, .woocommerce-page ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title, .woocommerce-page ul.products li.product>.button:last-child, .woocommerce-page ul.products li.product>:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	padding: 0 1.2em;
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover, .woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover {
	padding-bottom: 0;
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap, .woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap {
	padding: 0;
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart, .woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart {
	margin: 0;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
	margin: .5em 0;
}

.woocommerce ul.products li.product .button.added, .woocommerce-page ul.products li.product .button.added {
	margin-bottom: 0;
	transition: none;
}

.woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
	margin: 0 1.2em;
}

.woocommerce ul.products li.product .description p, .woocommerce-page ul.products li.product .description p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.5;
}

.woocommerce ul.products li.product .categories, .woocommerce-page ul.products li.product .categories {
	font-size: .857rem;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
	margin-bottom: .8em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
	margin-bottom: 0;
	backface-visibility: hidden;
	transition: filter .6s, opacity .6s, transform .6s;
}

.woocommerce ul.products li.product.astra-woo-hover-zoom:hover img, .woocommerce-page ul.products li.product.astra-woo-hover-zoom:hover img {
	transform: scale(1.1);
}

.woocommerce ul.products li.product.astra-woo-hover-zoom-fade:hover img, .woocommerce-page ul.products li.product.astra-woo-hover-zoom-fade:hover img {
	opacity: .7;
	transform: scale(1.1);
}

.woocommerce ul.products li.product.astra-woo-hover-fade:hover img, .woocommerce-page ul.products li.product.astra-woo-hover-fade:hover img {
	opacity: .7;
}

.woocommerce-checkout.distraction-free .main-header-container {
	text-align: center;
	justify-content: center;
}

.woocommerce-checkout.distraction-free .site-branding .site-title {
	justify-content: center;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	border-radius: 999px;
	padding: 0 2px;
}

.woocommerce ul.products li.product .onsale.square, .woocommerce ul.products li.product .onsale.square-outline, .woocommerce-page ul.products li.product .onsale.square, .woocommerce-page ul.products li.product .onsale.square-outline {
	border-radius: 0;
	padding: 0;
}

.woocommerce .onsale.circle-outline, .woocommerce-page .onsale.circle-outline {
	line-height: 2.7;
}

.woocommerce div.product .onsale.circle-outline, .woocommerce-page div.product .onsale.circle-outline {
	line-height: 3.1;
}

.woocommerce .onsale.square, .woocommerce .onsale.square-outline, .woocommerce div.product .onsale.square, .woocommerce div.product .onsale.square-outline, .woocommerce-page .onsale.square, .woocommerce-page .onsale.square-outline, .woocommerce-page div.product .onsale.square, .woocommerce-page div.product .onsale.square-outline {
	border-radius: 0;
	padding: 0;
	line-height: 3;
}

.woocommerce.single-product .related.products {
	width: 100%;
}

.ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers, .ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers li {
	border: 0;
}

.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:focus, .ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:hover, .ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li span.current {
	background: 0 0;
	color: inherit;
}

.ast-woocommerce-pagination-circle .woocommerce-pagination .page-numbers {
	border: 0;
}

.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 3px;
	border: none;
}

.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>a, .ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>span {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	min-width: calc(2.5em + 2px);
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-product-gallery {
		margin-bottom: 3em;
	}
	
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs {
		margin-bottom: 3.5em;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs {
		padding: 0;
		width: 200px;
		float: left;
		margin: 0;
		border: none;
	}
	
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs .panel {
		border: 1px solid var(--ast-border-color);
		border-width: 0 0 0 1px;
		padding: 0 1.5em 1.5em 1.5em;
		margin-bottom: 0;
		width: calc(100% - 200px);
	}
	
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h1, .ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h2, .ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h3, .ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h4, .ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h5, .ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h6 {
		clear: none;
	}
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs {
	border-top: 0;
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li {
	width: 100%;
	margin: 0;
	border-bottom: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active {
	z-index: 0;
	border-right-color: var(--ast-border-color);
	border-bottom-color: var(--ast-border-color);
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active:before {
	opacity: 1;
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 0;
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li a {
	width: 100%;
	padding: .5em 0 .5em .8em;
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:before {
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: auto;
	width: 3px;
	height: 100%;
	opacity: 0;
	transition: .3s;
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
		opacity: 1;
	}
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs:hover>li:not(:hover):before {
		opacity: 0;
	}
}

.ast-product-navigation-wrapper {
	z-index: 1;
	position: relative;
	display: inline-block;
	float: right;
}

.ast-product-navigation-wrapper.circle .product-links a, .ast-product-navigation-wrapper.circle-outline .product-links a {
	border-radius: 50%;
}

.product-links a {
	display: inline-block;
	height: 2em;
	height: calc(1.8em + 2px);
	width: 2em;
	width: calc(1.8em + 2px);
	text-align: center;
	border: 1px solid;
	margin-left: .4em;
}

.product-links a.ast-disable {
	opacity: .5;
	pointer-events: none;
}

.product-links a i {
	display: inline-grid;
}

.product-links a[rel=prev] i {
	margin-left: -1px;
}

.product-links a[rel=next] i {
	margin-right: -1px;
}

li.woocommerce-custom-menu-item .ast-site-header-cart i.astra-icon:after {
	padding-left: 2px;
}

.astra-hfb-header .ast-addon-cart-wrap {
	padding: .2em .6em;
}

.ast-header-break-point.ast-header-custom-item-outside .ast-woo-header-cart-info-wrap {
	display: none;
}

.eael-woo-product-carousel-container .woocommerce ul.products li.product, .eael-woo-product-carousel-container .woocommerce-page ul.products li.product {
	transition: inherit;
}

html.ast-quick-view-is-open {
	overflow: hidden;
}

html.ast-quick-view-is-open body {
	overflow: hidden;
}

html.ast-quick-view-is-open .ast-above-header.ast-sticky-active, html.ast-quick-view-is-open .ast-below-header.ast-sticky-active, html.ast-quick-view-is-open .main-header-bar.ast-sticky-active {
	margin-left: 0;
}

.ast-quick-view-bg {
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0;
	transition: opacity .25s;
	z-index: 1042;
}

.ast-quick-view-loader {
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.ast-quick-view-loader.blockUI.blockOverlay::before {
	content: "";
	background: 0 0 !important;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 50%;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	animation: ast-qv-spin 575ms infinite linear;
}

@keyframes ast-qv-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ast-quick-view-bg-ready {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	visibility: visible;
}

body #ast-quick-view-modal div.product .flex-viewport {
	width: 100%;
	float: none;
}

#ast-quick-view-modal {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1400;
	text-align: center;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: auto;
}

#ast-quick-view-content div.images {
	min-width: 400px;
}

#ast-quick-view-modal .ast-content-main-wrapper {
	position: absolute;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max(80%, 800px);
}

#ast-quick-view-modal .ast-content-main-wrapper:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#ast-quick-view-modal .ast-content-main {
	position: relative;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	transform: translateY(-30px);
	opacity: 0;
	transition: transform .5s, opacity .3s;
}

#ast-quick-view-modal .ast-content-main:after, #ast-quick-view-modal .ast-content-main:before {
	content: "";
	display: table;
	clear: both;
}

#ast-quick-view-modal .ast-lightbox-content {
	display: table;
	pointer-events: auto;
	background-color: var(--ast-global-color-5);
	margin: 0 auto;
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
	position: relative;
}

#ast-quick-view-modal.open {
	visibility: visible;
	opacity: 1;
}

#ast-quick-view-modal.open .ast-content-main {
	transform: translateY(0);
	opacity: 1;
	width: 100%;
}

#ast-quick-view-modal .ast-qv-image-slider {
	position: relative;
}

#ast-quick-view-modal .ast-qv-image-slider .ast-qv-slides li {
	list-style: none;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	border-radius: 20px;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	transition: all .3s ease-in-out;
	visibility: hidden;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next:before, #ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev:before {
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	visibility: visible;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev {
	left: -50px;
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-next, #ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-prev {
	opacity: .7;
}

#ast-quick-view-content {
	height: 100%;
	overflow: hidden;
}

#ast-quick-view-content div.product {
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	max-width: 1000px;
}

#ast-quick-view-content div.images {
	opacity: 1 !important;
	margin: 0;
	width: 50%;
	min-width: 400px;
	display: inline-block;
	float: left;
}

#ast-quick-view-content div.summary {
	margin: 0;
	padding: 30px;
	width: 50%;
	min-width: 400px;
	float: left;
	overflow-y: auto;
}

#ast-quick-view-content .ast-woocommerce-accordion {
	display: none;
}

.open .ast-quick-view-loader {
	opacity: 0;
}

.stick-add-to-cart #ast-quick-view-content div.summary {
	padding-bottom: 0;
}

#ast-quick-view-content div.summary .added_to_cart {
	padding-top: 5px;
}

#ast-quick-view-content div.woocommerce-product-rating:after, #ast-quick-view-content div.woocommerce-product-rating:before {
	content: "";
	display: table;
	clear: both;
}

#ast-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none;
}

#ast-quick-view-content .onsale {
	top: 15px;
	left: 15px;
	right: auto;
}

#ast-quick-view-close {
	position: absolute;
	font-size: 1em;
	top: -15px;
	right: -15px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	z-index: 4;
	background: #fff;
	color: #000;
	border-radius: 50%;
	box-shadow: 0 0 4px #4c4c4c;
}

#ast-quick-view-close:hover {
	opacity: 1;
	transition: all .2s ease;
}

.astra-shop-thumbnail-wrap {
	position: relative;
}

.ast-quick-view-text {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	min-height: 2em;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}

.ast-quick-view-text:hover {
	background: #000;
	color: #fff;
}

.astra-shop-thumbnail-wrap:hover .ast-quick-view-text {
	opacity: 1;
}

.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 20px;
	height: 40px;
}

.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button.loading {
	padding-right: 40px;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea {
	border: 1px solid var(--ast-border-color);
	border-radius: 4px;
	padding: .9em .8em;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url]:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select:focus:-ms-input-placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea:focus:-ms-input-placeholder {
	opacity: 1 !important;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url]:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select:focus::placeholder, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea:focus::placeholder {
	opacity: 1 !important;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single.field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url].field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select.field-required, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea.field-required {
	border-color: #d65d67;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.radio):not(.woocommerce-form__label-for-checkbox) {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	color: var(--ast-global-color-3);
	font-size: .7em;
	font-weight: inherit;
	margin-top: .35em;
	padding: 0 1.1em;
	line-height: 1.625;
	opacity: 0;
	height: auto;
	width: auto;
	clip-path: none;
	clip: unset;
	white-space: nowrap;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	z-index: 1;
	transition: all .2s ease-out;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row [ID*=mailchimp_woocommerce] {
	pointer-events: visible;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
	opacity: 1;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input .select2-container--default .select2-selection--single, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=email], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=number], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=password], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=reset], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=search], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=tel], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=text], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=url], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input select, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input textarea {
	padding: 1.45em .8em .35em;
}

body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid .select2-container--default .select2-selection--single, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=email], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=number], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=password], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=reset], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=search], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=tel], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=text], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=url], body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid select, body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: #d65d67;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods .payment_method_stripe label {
	opacity: 1;
	padding: 0;
	position: relative;
}

.woo-checkout-title-common {
	padding: 0;
	margin-top: 1em;
	margin-bottom: .7em;
	border-bottom: 0;
	font-size: 1.5em;
	font-weight: 600;
	border: 0;
}

.ast-modern-checkout .woocommerce .woocommerce-form-coupon-toggle {
	display: none;
}

.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay, .ast-modern-checkout .woocommerce .woocommerce-checkout-review-order-table .blockUI.blockOverlay {
	opacity: 1 !important;
	border: 1px solid var(--ast-border-color) !important;
	border-radius: 4px;
	z-index: 90 !important;
	background: var(--ast-global-color-5) !important;
}

.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay::before, .ast-modern-checkout .woocommerce .woocommerce-checkout-review-order-table .blockUI.blockOverlay::before {
	background-repeat: no-repeat;
	top: -4px;
	background-position: center;
	left: -15px;
	background-size: cover;
	animation: none;
	height: 100%;
	width: 100%;
	margin: 0;
	transform: scale(.92);
}

.ast-modern-checkout .woocommerce form #ast-payment_options_heading {
	padding: 0;
	margin-top: 1em;
	margin-bottom: .7em;
	border-bottom: 0;
	border: 0;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row {
	padding: 7px;
	position: relative;
	width: 100%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-first, .ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-last {
	width: 50%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.ast-column-33 {
	width: 33.33%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.ast-column-50 {
	width: 50%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-full {
	width: 100%;
	margin-top: 0 !important;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block {
	font-size: .9em;
	display: block;
	margin-top: .5em;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block.success {
	color: #69bf29;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block.error {
	color: #d65d67;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	margin: 0 -7px;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .form-row {
	padding-left: 0;
	padding-right: 0;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .ast-customer-login-actions {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .ast-login-section-message {
	padding: .5em 0;
	font-size: .9em;
	margin: 0;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading .woocommerce-billing-fields__customer-login-label {
	text-transform: none;
	font-weight: 600;
	margin-top: .9em;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .ast-customer-info__notice {
	display: none;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .ast-customer-info__notice.active {
	display: block;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table {
	border-style: hidden;
	border-radius: 4px;
	box-shadow: 0 0 0 1px var(--ast-border-color);
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td, .ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th {
	padding: 1.5em 1.2em 1.5em 1.2em;
	line-height: 1.4em;
	border-color: var(--ast-border-color);
	font-weight: 400;
	border-top: 0;
	border-right: 0;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td:last-child, .ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th:last-child, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td:last-child, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th:last-child {
	text-align: right;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td:last-child .amount, .ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th:last-child .amount, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td:last-child .amount, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th:last-child .amount {
	font-weight: 400;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table thead tr th, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr th {
	padding: 1em 1.2em 1em 1.2em;
	font-weight: 500;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name {
	-js-display: flex;
	display: flex;
	width: 100%;
	align-items: center;
	padding-right: 0;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image {
	height: auto;
	-js-display: flex;
	display: flex;
	vertical-align: middle;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 5px;
	align-items: center;
	width: auto;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image .ast-product-thumbnail img, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image .ast-product-thumbnail img {
	height: auto;
	height: 50px;
	max-width: 100%;
	border-radius: 4px;
	width: 50px;
	margin-right: 10px;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image.ast-enable-image .ast-product-name, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image.ast-enable-image .ast-product-name {
	width: calc(100% - 60px);
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity {
	font-weight: 400;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name {
	flex-wrap: wrap;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .ast-product-image, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .ast-product-image {
	padding-bottom: .3em;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .product-quantity, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .product-quantity {
	width: auto;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .variation, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .variation {
	width: 100%;
	padding-top: .2em;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr:last-child td, .ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr:last-child th, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr:last-child td, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr:last-child th {
	border-bottom: 0;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total td, .ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total th {
	font-size: large;
	padding: 1em 1.1em 1em 1.1em;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total th {
	font-weight: 600;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total .amount, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
	font-weight: 700;
}

.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td, .ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
	padding-left: 0;
	width: 40%;
}

.ast-modern-checkout .woocommerce #ast-order-review-content thead {
	display: none;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods {
	padding: 0;
	margin: 0 0 .5em 0;
	border: 1px solid var(--ast-border-color);
	border-radius: 4px;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:first-child {
	border-radius: 4px 4px 0 0;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:not(.woocommerce-info) {
	padding: 15px 15px 0 15px;
	min-height: 2.7em;
	border-bottom: 1px solid var(--ast-border-color);
	display: inline-table;
	width: 100%;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:not(.woocommerce-info):last-child {
	border-bottom: 0;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods .wc_payment_method>[type=radio]:not(:checked)+label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: .9em;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box {
	margin: 15px 0 0 -15px;
	border-top: 1px solid var(--ast-border-color);
	background-color: var(--ast-global-color-secondary, --ast-global-color-4);
	padding: 1.5em;
	width: calc(100% + 30px);
	border-radius: 0 0 4px 4px;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box:before {
	display: none;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods .wc_payment_method label {
	font-weight: 500;
	display: inline-block;
	width: calc(100% - 10%);
	color: var(--ast-global-color-3);
	font-size: 1em;
}

.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay::before {
	left: -5px;
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap {
	display: block;
	background-color: var(--ast-global-color-secondary, --ast-global-color-4);
	margin-bottom: 1em;
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5em 1.2em;
	border: 1px solid var(--ast-border-color);
	border-left: none;
	border-right: none;
	color: var(--ast-global-color-3);
	font-weight: 500;
	cursor: pointer;
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ast-order-review-toggle-button-wrap {
	-js-display: flex;
	display: flex;
	align-items: center;
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ast-order-review-toggle-button-wrap .ast-order-review-toggle-text {
	padding-right: .5em;
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ahfb-svg-iconset {
	width: 1em;
	height: 1em;
	transition: .3s;
	fill: var(--ast-global-color-0);
}

.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle.active .ahfb-svg-iconset {
	transform: rotate(180deg);
}

.ast-modern-checkout .woocommerce #ast-customer-login-section, .ast-modern-checkout .woocommerce #ast-order-review-content {
	max-height: 0;
	overflow: hidden;
	transition: .3s;
}

.ast-modern-checkout .ast-two-column-checkout {
	margin-bottom: 3em;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #cpsw-payment-request-wrapper, .ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout .woocommerce-NoticeGroup {
	flex: 1 0 100%;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #customer_details {
	margin-bottom: 0;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #customer_details .place-order {
	padding-bottom: 1.5em;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper {
	width: 40%;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper #order_review_heading {
	width: 100%;
}

.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper #order_review {
	float: none;
	width: 100%;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
	padding: 0;
	margin-top: 1em;
	margin-bottom: .7em;
	border-bottom: 0;
	border: 0;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
	border: 0;
	padding: 0;
}

#ast-customer-info .ast-customer-info__notice a, #customer_details .woocommerce-account-fields {
	display: none;
}

.woocommerce ul#shipping_method li {
	position: relative;
}

input[name^=shipping_method]::after {
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column__title, .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-checkout.woocommerce-order-received .woocommerce-order-received-title-common {
	background: 0 0;
	border: 0;
	font-size: 1.5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	font-weight: 600;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
	max-width: 800px;
	margin: 0 auto;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	text-align: center;
	margin: 1.5em auto 2em;
	padding: 1em 0;
	font-weight: 600;
	font-size: large;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {
	color: inherit;
	padding: 1.5em 1.5em 1em 1.5em;
	background: var(--ast-global-color-secondary, --ast-global-color-4);
	margin: 2.5em auto 3em;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {
	display: inline-block;
	line-height: inherit;
	margin: 0 1.5em;
	padding: 0;
	border-bottom: 0 none;
	border-right: 0;
	overflow: visible;
	font-size: 1em;
	text-transform: none;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong {
	font-size: inherit;
	font-weight: 400;
	color: var(--ast-global-color-1);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table {
	border-style: hidden;
	border-radius: 4px;
	box-shadow: 0 0 0 1px var(--ast-border-color);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td, .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr th {
	padding: 1.5em 1.2em 1.5em 1.2em;
	line-height: 1.4em;
	border-color: var(--ast-border-color);
	font-weight: 400;
	border-right: 0;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td a {
	color: var(--ast-global-color-3);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td:last-child, .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr th:last-child {
	text-align: right;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td:last-child .amount, .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr th:last-child .amount {
	font-weight: 400;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table thead tr th {
	padding: 1em 1.2em 1em 1.2em;
	font-weight: 500;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child td, .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child th {
	font-size: large;
	padding: 1em 1em 1em 1.2em;
	border-bottom: 0;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child th {
	font-weight: 600;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child .amount {
	font-weight: 700;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
	border: 0;
	padding: 0;
}

.astra-full-megamenu-wrapper {
	z-index: 99999;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link {
	vertical-align: middle;
	text-align: center;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link {
	background-color: rgba(255, 255, 255, 0);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
	opacity: 0;
	visibility: hidden;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link {
	background-color: rgba(255, 255, 255, 0);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu {
	background-color: rgba(255, 255, 255, 0);
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content {
	padding: 0;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after {
	content: "";
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link, .ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
	background-color: rgba(255, 255, 255, 0);
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	border-width: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu {
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content {
	margin-top: .9em;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a {
	margin-bottom: .9em;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link {
	background-color: rgba(255, 255, 255, 0);
	color: inherit;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text {
	vertical-align: text-top;
}

.ast-desktop .ast-mm-custom-text-content, .ast-desktop .ast-mm-template-content {
	padding: 0 1em;
}

.ast-desktop .ast-mm-custom-text-content {
	margin-bottom: .9em;
}

.ast-desktop .ast-below-header .ast-mm-custom-text-content, .ast-desktop .ast-below-header .ast-mm-template-content {
	padding: .9em 1em;
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
	border-width: 1px;
	border-style: solid;
}

.ast-desktop .ast-mm-widget-content a {
	display: initial;
}

.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
	padding: 1.5em;
	margin-bottom: .9em;
}

.ast-desktop .ast-mm-widget-content .ast-search-submit {
	display: none;
}

.ast-desktop .submenu-with-border .astra-megamenu {
	border-width: 1px;
}

.ast-menu-description {
	line-height: 1.6;
	display: block;
	font-size: .8em;
	padding: 2px 0;
}

.site-header a .ast-menu-description, .site-header a .sub-arrow {
	transition: none;
}

.site-header .menu-text {
	transition: none;
}

.ast-header-break-point .ast-menu-description {
	line-height: inherit;
}

.astra-mm-highlight-label {
	font-size: .7em;
	margin-left: 5px;
	line-height: normal;
	padding: 3px 6px;
	border-radius: 2px;
}

.ast-desktop .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after {
	content: "";
	margin: 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after {
	transform: rotate(-90deg);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover {
	background: 0 0;
}

.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after {
	display: none;
}

.ast-disable-link {
	cursor: default;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link {
	background: 0 0;
}

.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .astra-mega-menu-width-full, .ast-desktop .astra-mega-menu-width-full-stretched {
	background: 0 0;
}

.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu {
	display: block !important;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu {
	display: block !important;
}

.ast-hidden {
	display: none !important;
}

.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	right: 0;
}

.main-header-bar-wrap .ast-search-box.header-cover {
	z-index: 7;
}

.ast-below-header-wrap .ast-search-box.header-cover #close, .ast-below-header-wrap .ast-search-box.header-cover .search-field {
	font-size: 1.8em;
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
	font-size: 1.5em;
}

.ast-search-box.full-screen, .ast-search-box.header-cover {
	display: none;
	opacity: 0;
	transition: opacity .3s ease-in-out, display .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field {
	background: 0 0;
	border: 0;
	color: #fafafa;
	box-shadow: none;
	text-align: left;
	padding: 0;
}

.ast-search-box.full-screen .search-submit, .ast-search-box.header-cover .search-submit {
	background: var(--ast-fs-search-submit-background, 0 0);
	padding: 0;
	border-radius: 50%;
	box-shadow: none;
	color: var(--ast-fs-search-text-color, #9e9e9e);
	transition: all .7s ease-In;
	outline: 0;
	border: 0;
	vertical-align: middle;
}

.ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ast-search-box.full-screen .ast-search-wrapper .search-form, .ast-search-box.header-cover .ast-search-wrapper .search-form {
	line-height: normal;
}

.ast-search-box.full-screen #close, .ast-search-box.header-cover #close {
	color: #fafafa;
	transform: rotate(0);
	font-size: 2em;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder, .ast-search-box.header-cover .search-field::-webkit-input-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-moz-placeholder, .ast-search-box.header-cover .search-field:-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field::-moz-placeholder, .ast-search-box.header-cover .search-field::-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder, .ast-search-box.header-cover .search-field:-ms-input-placeholder {
	color: #fafafa;
}

.ast-search-box.header-cover {
	position: absolute;
	background: rgba(25, 25, 25, .96);
	top: 0;
	z-index: 10;
}

.ast-search-box.header-cover .search-field {
	font-size: 2em;
	line-height: 2;
	width: 100%;
}

.ast-search-box.header-cover .ast-container {
	position: relative;
}

.ast-search-box.header-cover .close, .ast-search-box.header-cover .search-submit, .ast-search-box.header-cover .search-text-wrap {
	display: inline-block;
}

.ast-search-box.header-cover .search-text-wrap {
	width: calc(100% - 2.5em);
	vertical-align: middle;
}

.ast-search-box.header-cover .search-submit {
	font-size: 1.7em;
	margin-right: 2em;
}

.ast-search-box.header-cover #close {
	vertical-align: middle;
	backface-visibility: hidden;
}

.ast-search-box.full-screen {
	position: fixed;
	background: rgba(25, 25, 25, .96);
	top: 0;
	left: 0;
	z-index: 999;
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
	text-align: center;
	color: #e2e2e2;
	font-size: 1.5em;
	font-weight: 400;
	transition-delay: 50ms;
	transition: all .3s ease-in-out;
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
	border: 0;
	padding: 2.5em 0 1em;
	border-bottom: 2px solid var(--ast-border-color);
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
	font-size: 2em;
	padding-left: 20px;
	line-height: 1.7;
	width: 92%;
	vertical-align: middle;
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
	width: 70%;
	margin: 20px auto;
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
	font-size: var(--ast-fs-search-font-size, 1.7em);
}

.ast-search-box.full-screen #close {
	position: absolute;
	color: #fafafa;
	right: 1em;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
	font-size: 2em;
	top: 1.5em;
	backface-visibility: hidden;
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen ::-moz-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-ms-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-moz-placeholder {
	opacity: 0;
}

@media (max-width:420px) {
	.ast-search-box.full-screen ::-webkit-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen ::-moz-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-ms-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-moz-placeholder {
		opacity: 1;
	}
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
	opacity: .5;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
	padding-left: 0;
	padding-right: 0;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 2em;
}

.ast-inline-search.ast-search-menu-icon {
	position: relative;
	transform: none;
	left: 0;
	right: 0;
}

.ast-inline-search.ast-search-menu-icon .search-submit {
	display: block;
	background: 0 0;
	border: none;
	position: absolute;
	height: 100%;
	right: .25em;
	padding: 0;
	top: 0;
	font-size: 1.3em;
	color: #757575;
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
	padding: 0;
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 2em;
}

.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
	width: 80%;
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen, .ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
	display: none;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	padding-left: 0;
	left: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
	left: -1em;
	padding-left: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
	left: 0;
	padding-left: 0;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	padding-left: 3em;
	padding-right: 1em;
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.iphone.full-screen, .ipod.full-screen {
	position: fixed !important;
}

@media (max-width:992px) {
	.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
	
	.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
}

@media (max-width:544px) {
	.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
		display: none;
	}
	
	.ast-search-box.full-screen .ast-search-wrapper .search-field, .ast-search-box.full-screen .ast-search-wrapper .search-submit {
		font-size: 1.6em;
	}
}

div.sib-sms-field {
	display: inline-block;
	position: relative;
	width: 100%;
}

.sib-sms-field .sib-country-block {
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sib-country-block .sib-toggle.sib-country-flg {
	z-index: 1;
	position: relative;
	width: 46px;
	height: 100%;
	padding: 0 0 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dbdbdb;
	cursor: pointer;
}

.sib-country-block .sib-toggle .sib-cflags {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
	width: 20px;
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/mailin/img/flags/fr.png");
}

.sib-country-block .sib-toggle .sib-cflags.nitro-lazy {
	background-image: none !important;
}

.sib-country-block .sib-toggle .sib-icon-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid rgba(255, 255, 255, 0);
	border-right: 3px solid rgba(255, 255, 255, 0);
	border-top: 4px solid;
}

.sib-sms-field ul.sib-country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: rgba(0, 0, 0, .2) 1px 1px 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 50px;
	width: 250px;
}

.sib-sms-field ul.sib-country-list li.sib-country-prefix {
	font-size: 14px;
	padding: 1px 10px;
	cursor: pointer;
}

.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
	background-color: #dbdbdb;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box {
	width: 20px;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
	height: 18px;
	width: 20px;
	background-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/mailin/img/flags/ad.png");
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag.nitro-lazy {
	background-image: none !important;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
	margin-left: 20px;
}

.sib-sms-field .sib-sms {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0;
}

.sib-multi-lists.sib_error {
	color: #a94442;
}

#jp-post-flair {
	padding-top: .5em;
}

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

body.highlander-light h3.sd-title::before {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

body.highlander-dark h3.sd-title::before {
	border-top: 1px solid rgba(255, 255, 255, .4);
}

.sd-sharing {
	margin-bottom: 1em;
}

.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0;
}

.sd-content ul li.share-deprecated {
	opacity: .5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

.sd-content .share-email-error .share-email-error-title {
	margin: .5em 0;
}

.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: .5em 0;
}

.sd-social-icon .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .sd-content ul li a.sd-button, .sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-content ul li.advanced a.share-more, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li>a.sd-button, #sharing_email .sharing_send, .sd-social-official .sd-content>ul>li .digg_button>a {
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2c3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button, .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button, .sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button>span, .sd-content ul li .option a.share-ustom span, .sd-content ul li.preview-item div.option.option-smart-off a span, .sd-content ul li.advanced a.share-more span, .sd-social-icon-text .sd-content ul li a.sd-button>span, .sd-social-official .sd-content>ul>li>a.sd-button span, .sd-social-official .sd-content>ul>li .digg_button>a span {
	line-height: 23px;
	margin-left: 6px;
}

.sd-social-icon .sd-content ul li a.sd-button>span {
	margin-left: 0;
}

body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
	display: none;
}

.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button>span, .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}

.sd-social-official .sd-content>ul>li>a.sd-button::before, .sd-social-official .sd-content>ul>li .digg_button>a::before, .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button::before, .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a::before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:hover, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li .digg_button>a:hover, .sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .22);
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16);
}

.sd-content ul li a.sd-button::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 400 18px/1 social-logos;
	vertical-align: top;
	text-align: center;
}

.sd-social-icon-text ul li a.sd-button::before {
	position: relative;
	top: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button::before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button::before {
	position: relative;
	top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button::before {
		top: 0;
	}
}

.jp-sharing-input-touch .sd-content ul li {
	padding-left: 10px;
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

.sd-social-text .sd-content ul li a::before, .sd-content ul li.no-icon a::before {
	display: none;
}

body .sd-social-text .sd-content ul li.share-custom a span, body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

body .sd-social-text .sd-content ul li.share-custom a span.nitro-lazy, body .sd-content ul li.share-custom.no-icon a span.nitro-lazy {
	background-image: none !important;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}

.sd-social-icon .sd-content ul li.share-print a::before, .sd-social-text .sd-content ul li.share-print a::before, .sd-content ul li.share-print div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-print a::before, .sd-social-official .sd-content li.share-print a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-email a::before, .sd-social-text .sd-content ul li.share-email a::before, .sd-content ul li.share-email div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-email a::before, .sd-social-official .sd-content li.share-email a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-linkedin a::before, .sd-social-text .sd-content ul li.share-linkedin a::before, .sd-content ul li.share-linkedin div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-linkedin a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-twitter a::before, .sd-social-text .sd-content ul li.share-twitter a::before, .sd-content ul li.share-twitter div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-twitter a::before, .sd-social-icon .sd-content ul li.share-x a::before, .sd-social-text .sd-content ul li.share-x a::before, .sd-content ul li.share-x div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-x a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-reddit a::before, .sd-social-text .sd-content ul li.share-reddit a::before, .sd-content ul li.share-reddit div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-reddit a::before, .sd-social-official .sd-content li.share-reddit a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-tumblr a::before, .sd-social-text .sd-content ul li.share-tumblr a::before, .sd-content ul li.share-tumblr div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-tumblr a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-pocket a::before, .sd-social-text .sd-content ul li.share-pocket a::before, .sd-content ul li.share-pocket div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-pocket a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-pinterest a::before, .sd-social-text .sd-content ul li.share-pinterest a::before, .sd-content ul li.share-pinterest div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-pinterest a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-facebook a::before, .sd-social-text .sd-content ul li.share-facebook a::before, .sd-content ul li.share-facebook div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-facebook a::before {
	content: "";
}

.sd-social-icon .sd-content ul li.share-press-this a::before, .sd-social-text .sd-content ul li.share-press-this a::before, .sd-content ul li.share-press-this div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-press-this a::before, .sd-social-official .sd-content li.share-press-this a::before {
	content: "";
}

.sd-social-official .sd-content li.share-press-this a::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-telegram a::before, .sd-social-text .sd-content ul li.share-telegram a::before, .sd-content ul li.share-telegram div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-telegram a::before, .sd-social-official .sd-content li.share-telegram a::before {
	content: "";
}

.sd-social-official .sd-content li.share-telegram a::before {
	color: #08c;
}

.sd-social-icon .sd-content ul li.share-threads a::before, .sd-social-text .sd-content ul li.share-threads a::before, .sd-content ul li.share-threads div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-threads a::before, .sd-social-official .sd-content li.share-threads a::before {
	content: "";
}

.sd-social-official .sd-content li.share-threads a::before {
	color: #000;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-mastodon a::before, .sd-social-text .sd-content ul li.share-mastodon a::before, .sd-content ul li.share-mastodon div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-mastodon a::before, .sd-social-official .sd-content li.share-mastodon a::before {
	content: "";
}

.sd-social-official .sd-content li.share-mastodon a::before {
	color: #563acc;
}

.sd-social-icon .sd-content ul a.share-more::before, .sd-social-text .sd-content ul a.share-more::before, .sd-content ul li.advanced a.share-more::before, .sd-social-icon-text .sd-content a.share-more::before, .sd-social-official .sd-content a.share-more::before {
	content: "";
}

.sd-social-official .sd-content a.share-more::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before, .sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before, .sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before, .sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	content: "";
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	color: #43d854;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-nextdoor a::before, .sd-social-text .sd-content ul li.share-nextdoor a::before, .sd-content ul li.share-nextdoor div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-nextdoor a::before, .sd-social-official .sd-content li.share-nextdoor a::before {
	content: "";
}

.sd-social-official .sd-content li.share-nextdoor a::before {
	color: #8ed500;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
	background: #8ed500;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-bluesky a::before, .sd-social-text .sd-content ul li.share-bluesky a::before, .sd-content ul li.share-bluesky div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-bluesky a::before, .sd-social-official .sd-content li.share-bluesky a::before {
	content: "";
}

.sd-social-official .sd-content li.share-bluesky a::before {
	color: #0085ff;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button {
	background: #0085ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-deprecated a::before, .sd-social-icon-text .sd-content li.share-deprecated a::before, .sd-social-official .sd-content li.share-deprecated a::before, .sd-content ul li.share-deprecated div.option.option-smart-off a::before {
	width: 1em;
	height: 1em;
	content: "🚫";
}

.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul>li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button>span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print, body .sd-social-official li.share-email a, body .sd-social-official li.share-custom a, body .sd-social-official li a.share-more, body .sd-social-official li.share-digg a, body .sd-social-official li.share-press-this a {
	position: relative;
	top: 0;
}

body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-content ul li.share-custom a.share-icon span {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-content ul li.share-custom a span[hidden] {
	display: none;
}

body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text .custom-sharing-span {
	color: rgba(255, 255, 255, 0);
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
	padding-left: 16px !important;
}

.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul {
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner::before, .sharing-hidden .inner::after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(255, 255, 255, 0);
	border-right: 6px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner::after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid rgba(255, 255, 255, 0);
	border-right: 6px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a, .sd-social-icon .sd-content ul li[class*='share-'] a:hover, .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span, .sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover, .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button::before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}

.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #0866ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #08c;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
	color: #fff !important;
}

#jetpack-source_f_name {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {
	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}

.social-logo__amazon:before {
	content: "";
}

.social-logo__behance:before {
	content: "";
}

.social-logo__blogger-alt:before {
	content: "";
}

.social-logo__blogger:before {
	content: "";
}

.social-logo__bluesky:before {
	content: "";
}

.social-logo__codepen:before {
	content: "";
}

.social-logo__dribbble:before {
	content: "";
}

.social-logo__dropbox:before {
	content: "";
}

.social-logo__eventbrite:before {
	content: "";
}

.social-logo__facebook:before {
	content: "";
}

.social-logo__fediverse:before {
	content: "";
}

.social-logo__feed:before {
	content: "";
}

.social-logo__flickr:before {
	content: "";
}

.social-logo__foursquare:before {
	content: "";
}

.social-logo__ghost:before {
	content: "";
}

.social-logo__github:before {
	content: "";
}

.social-logo__google-alt:before {
	content: "";
}

.social-logo__google-plus-alt:before {
	content: "";
}

.social-logo__google-plus:before {
	content: "";
}

.social-logo__google:before {
	content: "";
}

.social-logo__instagram:before {
	content: "";
}

.social-logo__link:before {
	content: "";
}

.social-logo__linkedin:before {
	content: "";
}

.social-logo__mail:before {
	content: "";
}

.social-logo__mastodon:before {
	content: "";
}

.social-logo__medium-alt:before {
	content: "";
}

.social-logo__medium:before {
	content: "";
}

.social-logo__nextdoor:before {
	content: "";
}

.social-logo__patreon:before {
	content: "";
}

.social-logo__pinterest-alt:before {
	content: "";
}

.social-logo__pinterest:before {
	content: "";
}

.social-logo__pocket:before {
	content: "";
}

.social-logo__polldaddy:before {
	content: "";
}

.social-logo__print:before {
	content: "";
}

.social-logo__reddit:before {
	content: "";
}

.social-logo__share:before {
	content: "";
}

.social-logo__skype:before {
	content: "";
}

.social-logo__sms:before {
	content: "";
}

.social-logo__spotify:before {
	content: "";
}

.social-logo__squarespace:before {
	content: "";
}

.social-logo__stumbleupon:before {
	content: "";
}

.social-logo__telegram:before {
	content: "";
}

.social-logo-threads:before {
	content: "";
}

.social-logo__tiktok-alt:before {
	content: "";
}

.social-logo__tiktok:before {
	content: "";
}

.social-logo__tumblr-alt:before {
	content: "";
}

.social-logo__tumblr:before {
	content: "";
}

.social-logo__twitch:before {
	content: "";
}

.social-logo__twitter-alt:before {
	content: "";
}

.social-logo__twitter:before {
	content: "";
}

.social-logo__vimeo:before {
	content: "";
}

.social-logo__whatsapp:before {
	content: "";
}

.social-logo__woocommerce:before {
	content: "";
}

.social-logo__wordpress:before {
	content: "";
}

.social-logo__x:before {
	content: "";
}

.social-logo__xanga:before {
	content: "";
}

.social-logo__youtube:before {
	content: "";
}
