html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline; } article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block; }
table {
border-collapse: collapse;
border-spacing: 0; }
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box; }body {
margin: 0;
color: var(--bzo-body_typo-color);
font-size: var(--bzo-body_typo-font-size);
font-family:  var(--bzo-body_typo-font-family);
line-height: var(--bzo-body_typo-line-height);
background: var(--bzo-body-background);
letter-spacing: var(--bzo-letter-spacing-body);
}
h1 {
font-family:  var(--bzo-title_typo-font-family);
}
p{
margin-bottom: 25px;
line-height: var(--bzo-body_typo-line-height);
font-family:  var(--bzo-body_typo-font-family);
}
a{
color: var(--bzo-title_typo-color);
text-decoration: unset;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
:focus {
outline: none;
}
a.active, 
a:focus, 
a:hover{
color: var(--bzo-main-color);
text-decoration: none;
transition: all 0.3s ease-out 0s;
}
a:hover{
cursor: pointer;
}
iframe, video, audio{
width: 100%;
}
a:focus {
outline: none;
outline: none;
outline-offset: unset;
}
.footer-menu li a{
color: #FFFFFF;
text-decoration: unset;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
:focus {
outline: none;
}
.footer-menu li a.active, 
.footer-menu li a:focus, 
.footer-menu li a:hover{
color: #FFFFFF;
text-decoration: underline;
transition: all 0.3s ease-out 0s;
}
.footer-menu li a:hover{
cursor: pointer;
}
.footer-menu li a:focus {
outline: none;
outline: none;
outline-offset: unset;
}
input:focus {     
outline: 0;     
outline-style: none;     
outline-width: 0; 
}
select{
height: 48px;
line-height: 48px;
border: 1px solid var(--bzo-border-color);
padding: 0 20px;
font-size: 16px;
border-radius: 0;
font-family: inherit;
}
input{
height: 48px;
line-height: 48px;
border: 1px solid var(--bzo-border-color);
padding: 0 20px;
font-size: var(--bzo-body_typo-font-size);
border-radius: 0;
color: var(--bzo-body_typo-color);
font-family:var(--bzo-body_typo-font-family);
}
input[type="checkbox"]{
width: 14px;
height: 15px;
line-height: 15px;
vertical-align: middle;
margin: 0px;
border-radius:0px;
position: relative;
margin-top: -3px;
}
.info-mailchimp input[type="checkbox"]{
margin-top: -3px;
}
input[type="checkbox"]:before{
content: "";
width: 16px;
height: 16px;
background: #f5f5f5;
border: 1px solid #727272;
display: inline-block;
vertical-align: top;
margin: 0;
z-index: 2;
cursor: pointer;
font-family: 'Line Awesome Free';
font-weight: 900;
text-align: center;
font-size: 14px;
color: #fff;
border-radius: 0px;
position: absolute;
top: -1px;
left: -1px;
}
input[type="checkbox"]:checked{
background: var(--bzo-main-color);
}
input[type="checkbox"]:checked:before{
content: "\f00c";
background: var(--bzo-main-color);
border-color: var(--bzo-main-color);
}
input[type="text"]{
max-width: 100%;
font-family: var(--bzo-body_typo-font-family);
}
textarea{
min-width: 50%;
max-width: 100%;
padding: 10px 20px;
border: 1px solid var(--bzo-border-color);
border-radius: 0;
font-size: 14px;
color: var(--bzo-body_typo-color);
font-family: var(--bzo-body_typo-font-family);
}
img{
max-width: 100%;
height: auto;
}
h1{
font-size: 36px;
}
h2{
font-size: 30px;
}
h3{
font-size: 24px;
}
h4{
font-size: 18px;
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
h1, 
h2, 
h3{
font-weight: 500;
line-height: 1.15;
margin-top: 20px;
margin-bottom: 20px;
color: var(--bzo-title_typo-color);
}
h4, h5, h6 {
font-weight: 500;
line-height: 1.1;
margin-top: 10px;
margin-bottom: 12px;
color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
h1{
font-size: 30px;
}
h2{
font-size: 24px;
}
h3{
font-size: 18px;
}
h4{
font-size: 16px;
}
h5{
font-size: 14px;
}
}.wrap{
position: relative;
overflow: hidden;
}
.bzotech-container {
max-width: var(--bzo-container-width) !important;
margin-left:auto;
margin-right:auto;
padding-right: 60px;
padding-left: 60px;
}
.elementor-top-section.elementor-section-boxed>.elementor-container, 
.e-con-boxed >.e-con-inner{
}
.content-page-default .e-con-boxed >.e-con-inner, 
.content-page-default .elementor-top-section.elementor-section-boxed>.elementor-container, 
.widget-mega_page .e-con-boxed >.e-con-inner, 
.widget-mega_page .elementor-top-section.elementor-section-boxed>.elementor-container, 
.mega-menu .elementor-top-section.elementor-section-boxed>.elementor-container, 
.elementor-section .e-con-boxed >.e-con-inner, 
.e-con-boxed >.e-con-inner .e-con-inner 
{
max-width: var(--content-width);
}
@media(max-width:1200px){
.bzotech-container {   
padding-right: var(--bzo-gutter);
padding-left: var(--bzo-gutter);
}
.elementor-section.elementor-section-boxed>.elementor-container, 
.e-con-boxed >.e-con-inner{
padding-left: 0px!important;
padding-right: 0px!important;
}
}
.bzotech-row{
margin-right:var(--bzo-gutter-minus);
margin-left: var(--bzo-gutter-minus);
display: flex;
flex-wrap: wrap;
}
.bzotech-col-lg-1, .bzotech-col-lg-10, .bzotech-col-lg-11, .bzotech-col-lg-12, .bzotech-col-lg-2, .bzotech-col-lg-3, .bzotech-col-lg-4, .bzotech-col-lg-5, .bzotech-col-lg-6, .bzotech-col-lg-7, .bzotech-col-lg-8, .bzotech-col-lg-9, .bzotech-col-md-1, .bzotech-col-md-10, .bzotech-col-md-11, .bzotech-col-md-12, .bzotech-col-md-2, .bzotech-col-md-3, .bzotech-col-md-4, .bzotech-col-md-5, .bzotech-col-md-6, .bzotech-col-md-7, .bzotech-col-md-8, .bzotech-col-md-9, .bzotech-col-sm-1, .bzotech-col-sm-10, .bzotech-col-sm-11, .bzotech-col-sm-12, .bzotech-col-sm-2, .bzotech-col-sm-3, .bzotech-col-sm-4, .bzotech-col-sm-5, .bzotech-col-sm-6, .bzotech-col-sm-7, .bzotech-col-sm-8, .bzotech-col-sm-9, .bzotech-col-xs-1, .bzotech-col-xs-10, .bzotech-col-xs-11, .bzotech-col-xs-12, .bzotech-col-xs-2, .bzotech-col-xs-3, .bzotech-col-xs-4, .bzotech-col-xs-5, .bzotech-col-xs-6, .bzotech-col-xs-7, .bzotech-col-xs-8, .bzotech-col-xs-9{
position: relative;
min-height: 1px;
padding-right: var(--bzo-gutter);
padding-left: var(--bzo-gutter);
width: 100%;
}
.bzotech-col-sx-1 {
width: 8.33333333%;
}
.bzotech-col-sx-2 {
width: 16.66666667%
}
.bzotech-col-sx-3 {
width: 25%;
}
.bzotech-col-sx-4 {
width: 33.33333333%;
}
.bzotech-col-sx-5 {
width: 41.66666667%;
}
.bzotech-col-sx-6 {
width: 50%;
}
.bzotech-col-sx-7 {
width: 58.33333333%;
}
.bzotech-col-sx-8 {
width: 66.66666667%;
}
.bzotech-col-sx-9 {
width: 75%;
}
.bzotech-col-sx-10 {
width: 83.33333333%;
}
.bzotech-col-sx-11 {
width: 91.66666667%;
}
.bzotech-col-sx-12 {
width: 100%;
}
@media (min-width: 768px){
.bzotech-col-sm-1 {
width: 8.33333333%;
}
.bzotech-col-sm-2 {
width: 16.66666667%
}
.bzotech-col-sm-3 {
width: 25%;
}
.bzotech-col-sm-4 {
width: 33.33333333%;
}
.bzotech-col-sm-5 {
width: 41.66666667%;
}
.bzotech-col-sm-6 {
width: 50%;
}
.bzotech-col-sm-7 {
width: 58.33333333%;
}
.bzotech-col-sm-8 {
width: 66.66666667%;
}
.bzotech-col-sm-9 {
width: 75%;
}
.bzotech-col-sm-10 {
width: 83.33333333%;
}
.bzotech-col-sm-11 {
width: 91.66666667%;
}
.bzotech-col-sm-12 {
width: 100%;
}
}
@media (min-width: 992px){
.bzotech-col-md-1 {
width: 8.33333333%;
}
.bzotech-col-md-2 {
width: 16.66666667%
}
.bzotech-col-md-3 {
width: 25%;
}
.bzotech-col-md-4 {
width: 33.33333333%;
}
.bzotech-col-md-5 {
width: 41.66666667%;
}
.bzotech-col-md-6 {
width: 50%;
}
.bzotech-col-md-7 {
width: 58.33333333%;
}
.bzotech-col-md-8 {
width: 66.66666667%;
}
.bzotech-col-md-9 {
width: 75%;
}
.bzotech-col-md-10 {
width: 83.33333333%;
}
.bzotech-col-md-11 {
width: 91.66666667%;
}
.bzotech-col-md-12 {
width: 100%;
}
}
@media (min-width: 1200px){
.bzotech-col-lg-1 {
width: 8.33333333%;
}
.bzotech-col-lg-2 {
width: 16.66666667%
}
.bzotech-col-lg-3 {
width: 25%;
}
.bzotech-col-lg-4 {
width: 33.33333333%;
}
.bzotech-col-lg-5 {
width: 41.66666667%;
}
.bzotech-col-lg-6 {
width: 50%;
}
.bzotech-col-lg-7 {
width: 58.33333333%;
}
.bzotech-col-lg-8 {
width: 66.66666667%;
}
.bzotech-col-lg-9 {
width: 75%;
}
.bzotech-col-lg-10 {
width: 83.33333333%;
}
.bzotech-col-lg-11 {
width: 91.66666667%;
}
.bzotech-col-lg-12 {
width: 100%;
}
}.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
clear: both;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
pre{
white-space: pre-wrap;
}
blockquote.alignleft, 
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, 
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, 
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
figure, 
.sv-default img{
max-width: 100%;
height: auto;
margin-bottom: 25px;
}
.wp-block-image figure{
margin-bottom: 25px;
}
.sv-default #st-map img{
max-width: none;
height: inherit;
}
.gallery {
margin-bottom: 20px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-item img{
display:block;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), 
.gallery-columns-2 .gallery-item:nth-of-type(2n), 
.gallery-columns-3 .gallery-item:nth-of-type(3n), 
.gallery-columns-4 .gallery-item:nth-of-type(4n), 
.gallery-columns-5 .gallery-item:nth-of-type(5n), 
.gallery-columns-6 .gallery-item:nth-of-type(6n), 
.gallery-columns-7 .gallery-item:nth-of-type(7n), 
.gallery-columns-8 .gallery-item:nth-of-type(8n), 
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), 
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), 
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), 
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1), 
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1), 
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1), 
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1), 
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1), 
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1), 
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1){
clear: left;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery:before{
content: "";
display: table;
}
.gallery:after{
clear: both;
}
.gallery:before, .gallery:after{
content: "";
display: table;
}
.bypostauthor, 
.screen-reader-text, 
.wp-caption-text{
display: block;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #d6d6d6;
padding:5px 10px;
}
.sticky{
display: inline-block;
}
address,
dd,
dt{
line-height: 24px;
margin-top: 15px;
}
pre{
padding: 15px;
line-height: 20px;
background-color: #f9f9f9;
border: 1px solid #d6d6d6;
margin-bottom: 30px;
color: #868c93;
}
code{
color: #cf0000;
background: #f5e9ec;
}
pre code{
padding: 10px;
}
kbd{
background-color: #303030;
color: #fff;
}
samp{
font-style: italic;
}
hr{
border-top: 1px solid var(--bzo-border-color);
margin-bottom: 25px;
}
var,
cite,
em{
font-style: italic;
}
abbr[data-original-title],
abbr[title] {
border-bottom: 1px dotted #555;
}
acronym[title]{
font-size: 100%;
}
big{
font-size: 120%;
}
del[cite]{
color: #999;
}
ins[cite]{
text-decoration: underline;
}
strong,
sup,
sub,
u,
strike,
q{
color: var(--bzo-title_typo-color);
font-weight: 600;
}
.small,
small {
font-size: 86%;
}
blockquote>p:last-child{
margin-bottom: 0;
}
blockquote{
border: 3px solid var(--bzo-main-color);
padding: 20px 60px 20px 60px;
position: relative;
color: var(--bzo-gray-color);
text-align: inherit;
font-style: italic;
margin-bottom: 35px;
margin-top: 30px;
font-weight: 500;
font-size: 26px;
line-height: 36px;
border-radius: 0px;
}
blockquote p{
font-weight: 500;
font-size: 20px;
line-height: 36px;
}
blockquote:before {
content: "\f10d";
font-family: 'Font Awesome 5 Free' !important;
speak: never;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--bzo-main-color);
position: absolute;
left: 20px;
font-size: 24px;
font-weight: 600;
}
blockquote cite {
display: block;
font-size: 18px;
color: var(--bzo-main-color);
font-style: inherit;
position: relative;
margin-top: 25px;
line-height: 24px;
} .wp-block-button.alignleft, 
.wp-block-cover.alignleft{
margin-right:20px;
}
.wp-block-button.alignright, 
.wp-block-cover.alignright{
margin-left:20px;
}
.wp-block-image figcaption , 
.wp-block-video figcaption, 
.wp-block-embed figcaption{
margin-top: 15px;
margin-bottom: 24px;
color: #999;
}
.wp-block-gallery.alignleft{
margin-right: 20px;
}
.wp-block-gallery{
margin-bottom: 20px!important;
}
.blocks-gallery-caption{
margin-top: 20px;
}
.wp-block-gallery.alignright{
margin-left: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
padding: 10px;
line-height: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar, 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
width: 4px;
}
.sidebar-fix-main::-webkit-scrollbar {
width: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track , 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 0px;
}
.sidebar-fix-main::-webkit-scrollbar-track  {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 0px;
background: #e5e5e5;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb, 
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
border-radius: 0px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.sidebar-fix-main::-webkit-scrollbar-thumb{
border-radius: 0px;
background: #fff;
}
.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, 
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
margin: 0 1.5px 1.5px 0;
}
.has-2-columns blockquote, 
.has-3-columns blockquote, 
.has-4-columns blockquote, 
.has-5-columns blockquote, 
.has-6-columns blockquote
{
margin-top: 0px;
padding: 30px;
}
blockquote cite
{
font-size: 18px;
}
.has-2-columns blockquote:before, 
.has-3-columns blockquote:before, 
.has-4-columns blockquote:before, 
.has-5-columns blockquote:before, 
.has-6-columns blockquote:before{
left: 15px;
font-size: 80px;
}
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), 
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
padding: 40px 80px 40px 80px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
}
.has-background blockquote{
background: #fff;
margin-bottom: 0;
color: var(--bzo-main-color)!important;
}
.has-background blockquote cite{
color: var(--bzo-main-color);
}
.wp-block-pullquote.is-style-solid-color blockquote p{
font-size: 20px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 28px;
}
.wp-block-audio{
margin-bottom: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color){
padding: 0px;
}
ul.wp-block-archives-list, 
ul.wp-block-categories-list, 
ol.wp-block-latest-comments, 
ul.wp-block-latest-posts{
padding-left: 0px!important;
list-style: none;
}
ul.wp-block-latest-posts li{
}
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul{
list-style: none;
padding-left: 15px;
}
.detail-content-wrap>table{
margin-bottom: 30px;
}
.wp-block-media-text{
margin-bottom: 30px;
}
.wp-block-cover-text strong{
color: #fff;
}
.wp-block-button__link{
margin-bottom: 30px;
background: var(--bzo-title_typo-color);
padding: 15px 40px;
font-weight: 500;
}
.wp-block-button__link:hover{
background: var(--bzo-main-color);
color: #fff;
}
.is-style-squared .wp-block-button__link{
border-radius: 0px;
}
.has-background-dim .wp-block-cover-text, 
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
color: #fff;
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
margin-bottom: 30px;
}
.wp-block-group.has-background{
padding: 20px;
margin-bottom: 30px;
}
.wp-block-group.has-background p:last-child{
margin-bottom: 0px;
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
line-height: 1.5em;
}
.page-links{
margin-top: 50px;
margin-bottom: -10px;
}
.wp-block-query-pagination{
margin-top: 30px;
}
.wp-block-query-pagination>.wp-block-query-pagination-next, 
.wp-block-query-pagination>.wp-block-query-pagination-previous{
margin-top: -10px;
}
.wp-block-query-pagination .page-numbers, 
.page-links .post-page-numbers{
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 0;
border: 1px solid #B7B7B7;
display: inline-block;
margin: 0 10px 10px 0;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
text-align: center;
}
.wp-block-query-pagination .page-numbers:hover, 
.wp-block-query-pagination .page-numbers.current:hover, 
.wp-block-query-pagination .page-numbers.current, 
.page-links .post-page-numbers:hover, 
.page-links .post-page-numbers.current:hover, 
.page-links .post-page-numbers.current
{
background: var(--bzo-main-color);
color: #fff;
border-color: var(--bzo-main-color);
}
.page-links .post-page-numbers:first-child{
margin-left: 20px; 
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-top: 4px;
margin-right: 5px;
}
.wp-block-post-comments-form input[type=submit]{
background: #fff;
color: var(--bzo-title_typo-color);
border: 1px solid  var(--bzo-title_typo-color);
text-transform: uppercase;
font-weight: 500;
transition: .3s;
}
.wp-block-post-comments-form input[type=submit]:hover{
background:  var(--bzo-title_typo-color);
color: #fff;
}
p.no-comments{
margin-bottom: 0px;
margin-top: 60px;
background: #f5f5f5;
padding: 15px;
color: #2a3640;
}
.comment-list li.trackback, 
.comment-list li.pingback 
{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #CFCFCF;
}
.comment-list li.trackback:first-child, 
.comment-list li.pingback:first-child
{
margin-top: 0px;   
padding-top: 0px;
border-top: none;
}
.comment-list .trackback .edit-link, 
.comment-list .pingback .edit-link
{
color: #000;
margin-left: 10px;
}
.comment-list .pingback .edit-link i, 
.comment-list .trackback .edit-link i
{
margin-right: 3px;
}
@media (min-width:600px) {
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
margin-right: 1.5px!important;
}
}
.detail-content-wrap>.wp-block-archives-dropdown{
margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper label.checkbox{
padding: 0px 23px;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {
margin-left: -27px!important;
}
.detail-content-wrap>*:last-child{
margin-bottom: 0;
}  .detail-content-wrap>ul, 
.desc-comment-text>ul, 
.entry-content>ul, 
.detail-content-wrap>ol, 
.desc-comment-text>ol, 
.entry-content>ol
{
line-height: 30px;
padding-left: 18px;
}
.detail-content-wrap>ol[start="8"], 
.desc-comment-text>ol[start="8"], 
.entry-content>ol[start="8"]
{
padding-left: 27px;
}
.detail-content-wrap>ul ul, 
.desc-comment-text>ul ul, 
.entry-content>ul ul, 
.detail-content-wrap>ol ol, 
.desc-comment-text>ol ol, 
.entry-content>ol ol, 
.detail-content-wrap>ol ul, 
.detail-content-wrap>ul ol, 
.entry-content>ol ul, 
.entry-content>ul ol, 
.desc-comment-text>ol ul, 
.desc-comment-text>ul ol
{
padding-left: 40px;
}
.detail-content-wrap>ul.wp-block-rss{
padding-left: 0px;
margin-bottom: 30px;
}
.detail-content-wrap .wp-block-search__label {
display: block;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 500;
color: var(--bzo-title_typo-color);
font-size: 26px;
}
.wp-block-social-links {
margin-bottom: 30px;
padding: 0!important;
}
.wp-block-columns.has-background, 
.wp-block-column.has-background{
padding: 0px 15px;
}
.wp-block-column.has-background p:last-child{
margin-bottom: 0;
}
.wp-block-cover.is-repeated .wp-block-cover__inner-container, 
.wp-block-cover.has-parallax .wp-block-cover__inner-container{
color: #fff;
}
.wp-block-file{
margin: 30px 0;
}
.wp-block-file__button{
border-radius: 0;
padding: 12px 25px;
background: var(--bzo-main-color);
text-transform: uppercase;
font-weight: 500;
border: 1px solid var(--bzo-main-color);
}
.wp-block-file__button:hover{
color: var(--bzo-main-color);
background: #fff;
border: 1px solid var(--bzo-main-color);
}
.desc-comment-text > ul,.desc-comment-text > ul ul, .detail-content-wrap > ul ul, .entry-content > ul ul {
list-style-type: disc;
}
.desc-comment-text > address, .detail-content-wrap > address, .entry-content > address {
line-height: 30px;
margin-bottom: 20px;
}
.desc-comment-text > pre, .detail-content-wrap > pre, .entry-content > pre {
margin-bottom: 30px;
}
.detail-content-wrap>ul:last-child, 
.detail-content-wrap>p:last-child, 
.desc-comment-text>ul:last-child, 
.desc-comment-text>p:last-child, 
.entry-content>ul:last-child, 
.entry-content>p:last-child
{
margin-bottom: 0px;
}
.detail-content-wrap>table th, 
.detail-content-wrap>table td, 
.desc-comment-text>table th, 
.desc-comment-text>table td, 
.entry-content>table th, 
.entry-content>table td{
padding: 10px 15px;
}
.desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
list-style-type: disc;
}
.desc-comment-text > dl dd, 
.detail-content-wrap > dl dd, 
.entry-content > dl dd{
margin-top: 8px;
margin-bottom: 20px;
}
.edit-link-comment {
margin-left: 15px;
}
.edit-link-comment i{
font-size: 18px;
margin-right: 5px;
}
.wp-caption .wp-caption-text {
margin-top: 15px;
color: #999;
}
.wp-caption {
margin-bottom: 20px;
}
.wp-caption:last-child {
margin-bottom: 0px;
}
.aligncenter {
text-align: center;
}
.detail-content-wrap > .gallery:last-child{
margin-bottom: 0px;
}
.post-password-form input[type=submit]{
vertical-align: top;
padding: 0px 40px;
height: 48px;
line-height: 48px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
text-transform: capitalize;
font-weight: 600;
border-radius: 0px;
color: #fff;
text-align: center;
background-color: var(--bzo-main-color);
border: 1px solid var(--bzo-main-color);
border-radius: 0px;
font-size: 16px;
cursor: pointer;
text-transform: uppercase;
}
.post-password-form input[type=submit]:hover{
color: var(--bzo-main-color);
background:#fff;
}
.post-password-form input[type="password"] {
height: 48px;
line-height: 48px;
margin-left: 10px;
background: #f5f5f5;
border: 1px solid var(--bzo-border-color);
padding: 0px 20px;
margin-right: 0px;
border-radius: 0px;
}
.comment-text .description, 
.content-comment, 
.entry-content, 
.detail-content-wrap{
color: var(--bzo-body_typo-color);
} .woocommerce-pagination .pagi-nav{
margin-top: 60px;
}
.pagi-nav{
text-align: left;
margin: auto;
margin-top: 60px;
margin-bottom: -10px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.pagi-nav .page-numbers{
width: 30px;
height: 30px;
line-height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
font-size: 16px;
font-weight: 500;
background: #fff;
color: var(--bzo-title_typo-color);
border: 1px solid var(--bzo-border-color);
margin-bottom:10px;
border-radius: 0px;
text-align: center;
}
.pagi-nav .page-numbers.next, 
.pagi-nav .page-numbers.prev
{
border: none;
font-size: 24px;
}
.pagi-nav .page-numbers:last-child{
margin-right:0px;
}
.pagi-nav .page-numbers.current, 
.pagi-nav .page-numbers.current:hover
{
background: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
position: relative;
z-index: 1;
}
.pagi-nav .page-numbers:hover{
border-color: var(--bzo-main-color);
color: var(--bzo-main-color);
}
.pagi-nav-block{
text-align: center;
} @media(max-width: 1200px){
blockquote{
padding: 20px 50px 20px 50px;
font-size: 16px;
}
blockquote:before{
left: 17px;
}
}
@media(max-width: 991px){
blockquote{
padding: 20px 20px 20px 35px;
font-size: 16px;
margin-bottom: 25px;
}
blockquote:before{
left: 10px;
font-size: 18px;
}
blockquote,
blockquote p{
font-size: 18px;
line-height: 30px;
}
}.bg-white{
background-color: #fff;
} .text-left{
text-align: left;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.flex-wrapper {
display: flex;
display: -ms-flex;
display: -webkit-flex;
}
.flex_direction-row {
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-direction: row;
}
.flex_direction-column {
flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
}
.flex_wrap-wrap, 
.wrap-elementor-container .elementor-container
{
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
.flex-align-left, 
.justify_content-flex-start {
justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.flex-align-right, 
.justify_content-flex-end {
justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.flex-align-center, 
.justify_content-center {
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
}
.justify_content-space-between {
justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
}
.justify_content-space-around {
justify-content: space-around;
-ms-justify-content: space-around;
-webkit-justify-content: space-around;
}
.align_items-flex-start {
align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
}
.align_items-flex-end {
align-items: flex-end;
-ms-align-items: flex-end;
-webkit-align-items: flex-end;
}
.align_items-center {
align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
}
.align_items-baseline {
align-items: baseline;
-ms-align-items: baseline;
-webkit-align-items: baseline;
}
.align_items-stretch {
align-items: stretch;
-ms-align-items: stretch;
-webkit-align-items: stretch;
}
.align-content-center{
align-content: center;
align-items: center;
}
.align-content-flex-start{
align-content: flex-start;
align-items: flex-start;   
}
.align-content-flex-end{
align-content: flex-end;
align-items: flex-end;   
}
.title14, 
.title15, 
.title8, 
.title12, 
.title16, 
.title18, 
.title20, 
.title22, 
.title24, 
.title26, 
.title27, 
.title28, 
.title30, 
.title32, 
.title34, 
.title36, 
.title38,  
.title40, 
.title44, 
.title46, 
.title48, 
.title50,  
.title60,  
.title70,  
.title80, 
.title90, 
.title120, 
.title160, 
.title100, 
.title150 {
margin: 0;
}
.title8 {
font-size: 8px;
}
.title12 {
font-size: 12px;
}
.title14 {
font-size: 14px;
}
.title15 {
font-size: 15px;
}
.title16 {
font-size: 16px;
}
.title18 {
font-size: 18px;
}
.title20 {
font-size: 20px;
line-height: 28px;
}
.title22 {
font-size: 22px;
line-height: 30px;
}
.title24 {
font-size: 24px;
}
.title26 {
font-size: 26px;
}
.title27 {
font-size: 27px;
}
.title28 {
font-size: 28px;
}
.title30 {
font-size: 30px;
}
.title32 {
font-size: 32px;
}
.title34 {
font-size: 34px;
line-height: 40px;
}
.title36 {
font-size: 36px;
}
.title38 {
font-size: 38px;
}
.title40 {
font-size: 40px;
}
.title44 {
font-size: 44px;
}
.title46 {
font-size: 46px;
}
.title48 {
font-size: 48px;
line-height: 52px;
}
.title50 {
font-size: 50px;
}
.title60 {
font-size: 60px;
}
.title70 {
font-size: 70px;
}
.title80 {
font-size: 80px;
}
.title90 {
font-size: 90px;
}
.title120 {
font-size: 120px;
}
.title160 {
font-size: 160px;
}
.title100 {
font-size: 100px; 
}
.title150 {
font-size: 150px;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-medium{
font-weight: 500;
}
.font-semibold{
font-weight: 600;
}
.font-bold{
font-weight: 700;
}
.clearfix{
clear: both;
}
.hide, 
.hidden{
display: none !important;
}
.overflow-hidden{
overflow: hidden!important;
}
.line-height24{
line-height: 24px;
}
.line-height36{
line-height: 36px;
}
.inline-block {
display: inline-block !important;
vertical-align: top;
}
.list-none {
list-style: none;
margin: 0;
padding: 0;
}
.list-inline-block{
padding: 0;
margin: 0;
list-style: none;
}
.list-inline-block > li{
display: inline-block;
}
.list-block > li{
display: block;
}
.logo-text{
margin: 0;
}
.logo-inline-block .logo-text-wrapper a > *{
display: inline-block;
vertical-align: middle;
}
.btn-loadmore{
text-align: center;
display: flex;
justify-content: center;
margin-top: 40px;
}
.main-page-mega{
margin: 80px 0;
}
#main-content{
padding: 100px 0;
}
@media(max-width: 1200px){
#main-content{
padding: 40px 0 40px 0;
}
}
.bzotech-scrollbar{
overflow-y: scroll;
scrollbar-width: none;
}
.bzotech-scrollbar::-webkit-scrollbar {
width: 5px;
left: 5px;
}
.text-uppercase{
text-transform: uppercase;
}
.text-capitalize{
text-transform: capitalize;
} .bzotech-scrollbar::-webkit-scrollbar-track {
background: transparent;
border-radius: 30px;
} .bzotech-scrollbar::-webkit-scrollbar-thumb {
background:var(--bzo-main-color2);
border-radius: 30px;
} .bzotech-scrollbar::-webkit-scrollbar-thumb:hover {
background: var(--bzo-main-color);
}
.box-content-custom>*:last-child{
margin-bottom: 0px;
}
.zoomContainer{
z-index: 999;
}
.zoomContainer .zoomWindow{
background-color: #fff;
}
.elbzotech-hidden{
overflow: hidden;
}
.elbzotech-border-radius{
border-radius: 30px;
} .error-message{
color: #EA4335;
} .main-color{
color: var(--bzo-main-color);
}
.main-color2{
color: var(--bzo-main-color2);
}
.bg-color{
background-color: var(--bzo-main-color);
}
.bg-color-darken{
background: var(--bzo-main-color-mix-black);
}
.bg-main-color-mix-white{
background: var(--bzo-main-color-mix-white);
}
.bg-main-color-mix-white2{
background: var(--bzo-main-color-mix-white2);
}
.bg-color2{
background-color: var(--bzo-main-color2);
}
.bg-color-lighten{
background-color: var(--bzo-main-color-bg);
}  
.bg-color2-lighten{
background-color: var(--bzo-main-color2);
}  
.bg-color-title{
background-color: var(--bzo-title_typo-color2);
}
.color-white{
color: #fff;
}
.color-body{
color: var(--bzo-body_typo-color);
}
.color-title{
color: var(--bzo-title_typo-color);
}
.color-title2{
color: var(--bzo-title_typo-color2);
}
.color-gray{
color: var(--bzo-gray-color);
}
.ui-widget{
font-family: inherit!important;
font-size:  inherit!important;
}
.font-body {
font-family: "MElle HK Xbold", Sans-serif;
}
.font-title{
font-family:  "MElle HK Xbold", Sans-serif;
}
.border-color-main{
border-color: var(--bzo-main-color) !important;
} .e-main-color{
color: var(--bzo-main-color);
}
.e-main-color2{
color: var(--bzo-main-color2);
}
.e-main-color-darken{
color: var(--bzo-main-color-mix-black);
}
.e-bg-color{
background-color: var(--bzo-main-color);
}
.e-bg-color2{
background-color: var(--bzo-main-color2);
}
.e-bg-color-lighten{
background-color: var(--bzo-main-color-bg);
}  
.e-bg-color-title{
background-color: var(--bzo-title_typo-color);
}
.e-bg-color-title2{
background-color: var(--bzo-title_typo-color2);
}
.e-color-body{
color: var(--bzo-body_typo-color);
}
.e-color-title{
color: var(--bzo-title_typo-color);
}
.e-color-white{
color: #fff;
}
.e-color-gray{
color: var(--bzo-gray-color);
}
.e-font-body {
font-family:  "MElle HK Xbold", Sans-serif;
}
.e-font-title{
font-family: "MElle HK Xbold", Sans-serif;
}
.e-border-color-main{
border-color: var(--bzo-main-color);
} .hover-e-main-color:hover{
color: var(--bzo-main-color);
}
.hover-e-main-color-darken:hover{
color: var(--bzo-main-color-mix-black);
}
.hover-e-main-color2:hover{
color: var(--bzo-main-color2);
}
.hover-e-color-body:hover{
color: var(--bzo-body_typo-color);
}
.hover-e-color-title:hover{
color: var(--bzo-title_typo-color);
}
.hover-e-color-gray:hover{
color: var(--bzo-gray-color);
}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:elementskit;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/fonts/elementskit.woff?y24e1e) format("woff");font-weight:400;font-style:normal}.fasicon,.icon,.icon:before{font-family:elementskit!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-home:before{content:"\e800"}.icon-apartment1:before{content:"\e801"}.icon-pencil:before{content:"\e802"}.icon-magic-wand:before{content:"\e803"}.icon-drop:before{content:"\e804"}.icon-lighter:before{content:"\e805"}.icon-poop:before{content:"\e806"}.icon-sun:before{content:"\e807"}.icon-moon:before{content:"\e808"}.icon-cloud1:before{content:"\e809"}.icon-cloud-upload:before{content:"\e80a"}.icon-cloud-download:before{content:"\e80b"}.icon-cloud-sync:before{content:"\e80c"}.icon-cloud-check:before{content:"\e80d"}.icon-database1:before{content:"\e80e"}.icon-lock:before{content:"\e80f"}.icon-cog:before{content:"\e810"}.icon-trash:before{content:"\e811"}.icon-dice:before{content:"\e812"}.icon-heart1:before{content:"\e813"}.icon-star1:before{content:"\e814"}.icon-star-half:before{content:"\e815"}.icon-star-empty:before{content:"\e816"}.icon-flag:before{content:"\e817"}.icon-envelope1:before{content:"\e818"}.icon-paperclip:before{content:"\e819"}.icon-inbox:before{content:"\e81a"}.icon-eye:before{content:"\e81b"}.icon-printer:before{content:"\e81c"}.icon-file-empty:before{content:"\e81d"}.icon-file-add:before{content:"\e81e"}.icon-enter:before{content:"\e81f"}.icon-exit:before{content:"\e820"}.icon-graduation-hat:before{content:"\e821"}.icon-license:before{content:"\e822"}.icon-music-note:before{content:"\e823"}.icon-film-play:before{content:"\e824"}.icon-camera-video:before{content:"\e825"}.icon-camera:before{content:"\e826"}.icon-picture:before{content:"\e827"}.icon-book:before{content:"\e828"}.icon-bookmark:before{content:"\e829"}.icon-user:before{content:"\e82a"}.icon-users:before{content:"\e82b"}.icon-shirt:before{content:"\e82c"}.icon-store:before{content:"\e82d"}.icon-cart2:before{content:"\e82e"}.icon-tag:before{content:"\e82f"}.icon-phone-handset:before{content:"\e830"}.icon-phone:before{content:"\e831"}.icon-pushpin:before{content:"\e832"}.icon-map-marker:before{content:"\e833"}.icon-map:before{content:"\e834"}.icon-location:before{content:"\e835"}.icon-calendar-full:before{content:"\e836"}.icon-keyboard:before{content:"\e837"}.icon-spell-check:before{content:"\e838"}.icon-screen:before{content:"\e839"}.icon-smartphone:before{content:"\e83a"}.icon-tablet:before{content:"\e83b"}.icon-laptop:before{content:"\e83c"}.icon-laptop-phone:before{content:"\e83d"}.icon-power-switch:before{content:"\e83e"}.icon-bubble:before{content:"\e83f"}.icon-heart-pulse:before{content:"\e840"}.icon-construction:before{content:"\e841"}.icon-pie-chart:before{content:"\e842"}.icon-chart-bars:before{content:"\e843"}.icon-gift1:before{content:"\e844"}.icon-diamond1:before{content:"\e845"}.icon-dinner:before{content:"\e847"}.icon-coffee-cup:before{content:"\e848"}.icon-leaf:before{content:"\e849"}.icon-paw:before{content:"\e84a"}.icon-rocket:before{content:"\e84b"}.icon-briefcase:before{content:"\e84c"}.icon-bus:before{content:"\e84d"}.icon-car1:before{content:"\e84e"}.icon-train:before{content:"\e84f"}.icon-bicycle:before{content:"\e850"}.icon-wheelchair:before{content:"\e851"}.icon-select:before{content:"\e852"}.icon-earth:before{content:"\e853"}.icon-smile:before{content:"\e854"}.icon-sad:before{content:"\e855"}.icon-neutral:before{content:"\e856"}.icon-mustache:before{content:"\e857"}.icon-alarm:before{content:"\e858"}.icon-bullhorn:before{content:"\e859"}.icon-volume-high:before{content:"\e85a"}.icon-volume-medium:before{content:"\e85b"}.icon-volume-low:before{content:"\e85c"}.icon-volume:before{content:"\e85d"}.icon-mic:before{content:"\e85e"}.icon-hourglass:before{content:"\e85f"}.icon-undo:before{content:"\e860"}.icon-redo:before{content:"\e861"}.icon-sync:before{content:"\e862"}.icon-history:before{content:"\e863"}.icon-clock1:before{content:"\e864"}.icon-download:before{content:"\e865"}.icon-upload:before{content:"\e866"}.icon-enter-down:before{content:"\e867"}.icon-exit-up:before{content:"\e868"}.icon-bug:before{content:"\e869"}.icon-code:before{content:"\e86a"}.icon-link:before{content:"\e86b"}.icon-unlink:before{content:"\e86c"}.icon-thumbs-up:before{content:"\e86d"}.icon-thumbs-down:before{content:"\e86e"}.icon-magnifier:before{content:"\e86f"}.icon-cross:before{content:"\e870"}.icon-chevron-up:before{content:"\e873"}.icon-chevron-down:before{content:"\e874"}.icon-chevron-left:before{content:"\e875"}.icon-chevron-right:before{content:"\e876"}.icon-arrow-up:before{content:"\e877"}.icon-arrow-down:before{content:"\e878"}.icon-arrow-left:before{content:"\e879"}.icon-arrow-right:before{content:"\e87a"}.icon-right-arrow:before{content:"\e9c5"}.icon-left-arrow:before{content:"\e94a"}.icon-download-arrow:before{content:"\e94b"}.icon-up-arrow:before{content:"\e9c3"}.icon-arrows:before{content:"\e9c4"}.icon-double-angle-pointing-to-right:before{content:"\e949"}.icon-double-left-chevron:before{content:"\e948"}.icon-left-arrow2:before{content:"\e94c"}.icon-right-arrow2:before{content:"\e94d"}.icon-warning:before{content:"\e87c"}.icon-down-arrow1:before{content:"\e994"}.icon-up-arrow1:before{content:"\e995"}.icon-right-arrow1:before{content:"\e996"}.icon-left-arrows:before{content:"\e997"}.icon-question-circle:before{content:"\e87d"}.icon-menu-circle:before{content:"\e87e"}.icon-checkmark-circle:before{content:"\e87f"}.icon-cross-circle:before{content:"\e880"}.icon-plus-circle:before{content:"\e881"}.icon-move:before{content:"\e87b"}.icon-circle-minus:before{content:"\e882"}.icon-arrow-up-circle:before{content:"\e883"}.icon-arrow-down-circle:before{content:"\e884"}.icon-arrow-left-circle:before{content:"\e885"}.icon-arrow-right-circle:before{content:"\e886"}.icon-chevron-up-circle:before{content:"\e887"}.icon-chevron-down-circle:before{content:"\e888"}.icon-chevron-left-circle:before{content:"\e889"}.icon-chevron-right-circle:before{content:"\e88a"}.icon-crop:before{content:"\e88b"}.icon-frame-expand:before{content:"\e88c"}.icon-frame-contract:before{content:"\e88d"}.icon-layers:before{content:"\e88e"}.icon-funnel:before{content:"\e88f"}.icon-text-format:before{content:"\e890"}.icon-text-size:before{content:"\e892"}.icon-bold:before{content:"\e893"}.icon-italic:before{content:"\e894"}.icon-underline:before{content:"\e895"}.icon-strikethrough:before{content:"\e896"}.icon-highlight:before{content:"\e897"}.icon-text-align-left:before{content:"\e898"}.icon-text-align-center:before{content:"\e899"}.icon-text-align-right:before{content:"\e89a"}.icon-text-align-justify:before{content:"\e89b"}.icon-line-spacing:before{content:"\e89c"}.icon-indent-increase:before{content:"\e89d"}.icon-indent-decrease:before{content:"\e89e"}.icon-page-break:before{content:"\e8a2"}.icon-hand:before{content:"\e8a5"}.icon-pointer-up:before{content:"\e8a6"}.icon-pointer-right:before{content:"\e8a7"}.icon-pointer-down:before{content:"\e8a8"}.icon-pointer-left:before{content:"\e8a9"}.icon-burger:before{content:"\e94e"}.icon-cakes:before{content:"\e94f"}.icon-cheese:before{content:"\e950"}.icon-drink-glass:before{content:"\e951"}.icon-pizza:before{content:"\e952"}.icon-vplay:before{content:"\e953"}.icon-newsletter:before{content:"\e954"}.icon-coins-2:before{content:"\e955"}.icon-commerce-2:before{content:"\e956"}.icon-monitor:before{content:"\e957"}.icon-business:before{content:"\e958"}.icon-graphic-2:before{content:"\e959"}.icon-commerce-1:before{content:"\e95a"}.icon-hammer:before{content:"\e95b"}.icon-justice-1:before{content:"\e95c"}.icon-line:before{content:"\e95d"}.icon-money-3:before{content:"\e95e"}.icon-commerce:before{content:"\e95f"}.icon-agenda:before{content:"\e960"}.icon-justice:before{content:"\e961"}.icon-technology:before{content:"\e962"}.icon-coins-1:before{content:"\e963"}.icon-bank:before{content:"\e964"}.icon-calculator:before{content:"\e965"}.icon-soundcloud:before{content:"\e966"}.icon-chart2:before{content:"\e967"}.icon-checked:before{content:"\e968"}.icon-clock11:before{content:"\e969"}.icon-comment2:before{content:"\e96a"}.icon-comments:before{content:"\e96b"}.icon-consult:before{content:"\e96c"}.icon-consut2:before{content:"\e96d"}.icon-deal:before{content:"\e96e"}.icon-envelope11:before{content:"\e96f"}.icon-folder:before{content:"\e970"}.icon-folder2:before{content:"\ea6a"}.icon-invest:before{content:"\e971"}.icon-loan:before{content:"\e972"}.icon-menu1:before{content:"\e871"}.icon-list1:before{content:"\e872"}.icon-map-marker1:before{content:"\e973"}.icon-mutual-fund:before{content:"\e974"}.icon-google-plus:before{content:"\e975"}.icon-phone1:before{content:"\e976"}.icon-pie-chart1:before{content:"\e977"}.icon-play:before{content:"\e978"}.icon-savings:before{content:"\e979"}.icon-search2:before{content:"\e97a"}.icon-tag1:before{content:"\e97b"}.icon-tags:before{content:"\e97c"}.icon-instagram1:before{content:"\e97d"}.icon-quote:before{content:"\e97e"}.icon-arrow-point-to-down:before{content:"\e97f"}.icon-play-button:before{content:"\e980"}.icon-minus:before{content:"\e981"}.icon-plus:before{content:"\e982"}.icon-tick:before{content:"\e983"}.icon-check:before{content:"\eaaf"}.icon-edit:before{content:"\e984"}.icon-reply:before{content:"\e985"}.icon-cogwheel-outline:before{content:"\e986"}.icon-abacus:before{content:"\e987"}.icon-abacus1:before{content:"\e988"}.icon-agenda1:before{content:"\e989"}.icon-shopping-basket:before{content:"\e98a"}.icon-users1:before{content:"\e98b"}.icon-man:before{content:"\e98c"}.icon-support1:before{content:"\e98d"}.icon-favorites:before{content:"\e98e"}.icon-calendar:before{content:"\e98f"}.icon-paper-plane:before{content:"\e990"}.icon-placeholder:before{content:"\e991"}.icon-phone-call:before{content:"\e992"}.icon-contact:before{content:"\e993"}.icon-email:before{content:"\e998"}.icon-internet:before{content:"\e999"}.icon-quote1:before{content:"\e99a"}.icon-medical:before{content:"\e99b"}.icon-eye1:before{content:"\e99c"}.icon-full-screen:before{content:"\e99d"}.icon-tools:before{content:"\e99e"}.icon-pie-chart2:before{content:"\e99f"}.icon-diamond11:before{content:"\e9a0"}.icon-valentines-heart:before{content:"\e9a1"}.icon-like:before{content:"\e9a2"}.icon-team:before{content:"\e9a3"}.icon-tshirt:before{content:"\e9a4"}.icon-cancel:before{content:"\e9a5"}.icon-drink:before{content:"\e9a6"}.icon-home1:before{content:"\e9a7"}.icon-music:before{content:"\e9a8"}.icon-rich:before{content:"\e9a9"}.icon-brush:before{content:"\e9aa"}.icon-opposite-way:before{content:"\e9ab"}.icon-cloud-computing1:before{content:"\e9ac"}.icon-technology-1:before{content:"\e9ad"}.icon-rotate:before{content:"\e9ae"}.icon-medical1:before{content:"\e9af"}.icon-flash-1:before{content:"\e9b0"}.icon-flash:before{content:"\e9b1"}.icon-uturn:before{content:"\e9b2"}.icon-down-arrow:before{content:"\e9b3"}.icon-hours-support:before{content:"\e9b4"}.icon-bag:before{content:"\e9b5"}.icon-photo-camera:before{content:"\e9b6"}.icon-school:before{content:"\e9b7"}.icon-settings:before{content:"\e9b8"}.icon-smartphone1:before{content:"\e9b9"}.icon-technology-11:before{content:"\e9ba"}.icon-tool:before{content:"\e9bb"}.icon-business1:before{content:"\e9bc"}.icon-shuffle-arrow:before{content:"\e9bd"}.icon-van-1:before{content:"\e9be"}.icon-van:before{content:"\e9bf"}.icon-vegetables:before{content:"\e9c0"}.icon-women:before{content:"\e9c1"}.icon-vintage:before{content:"\e9c2"}.icon-team-1:before{content:"\e9c6"}.icon-team1:before{content:"\e9c7"}.icon-apple:before{content:"\e9c9"}.icon-watch:before{content:"\e9ca"}.icon-cogwheel:before{content:"\e9cb"}.icon-light-bulb:before{content:"\e9cc"}.icon-light-bulb-1:before{content:"\e9cd"}.icon-heart-shape-outline:before{content:"\e9ce"}.icon-online-shopping-cart:before{content:"\e9cf"}.icon-shopping-cart1:before{content:"\e9d0"}.icon-star2:before{content:"\e9d1"}.icon-star-1:before{content:"\e9d2"}.icon-favorite1:before{content:"\e9d3"}.icon-agenda2:before{content:"\e9d4"}.icon-agenda-1:before{content:"\e9d5"}.icon-alarm-clock:before{content:"\e9d6"}.icon-alarm-clock1:before{content:"\e9d7"}.icon-atomic:before{content:"\e9d8"}.icon-auction:before{content:"\e9d9"}.icon-balance:before{content:"\e9da"}.icon-balance1:before{content:"\e9db"}.icon-bank1:before{content:"\e9dc"}.icon-bar-chart:before{content:"\e9dd"}.icon-barrier:before{content:"\e9de"}.icon-battery:before{content:"\e9df"}.icon-battery-1:before{content:"\e9e0"}.icon-bell:before{content:"\e9e1"}.icon-bluetooth:before{content:"\e9e2"}.icon-book1:before{content:"\e9e3"}.icon-briefcase1:before{content:"\e9e4"}.icon-briefcase-1:before{content:"\e9e5"}.icon-briefcase-2:before{content:"\e9e6"}.icon-calculator1:before{content:"\e9e7"}.icon-calculator2:before{content:"\e9e8"}.icon-calculator-1:before{content:"\e9e9"}.icon-calendar1:before{content:"\e9ea"}.icon-calendar2:before{content:"\e9eb"}.icon-calendar-1:before{content:"\e9ec"}.icon-calendar-page-empty:before{content:"\eaac"}.icon-calendar3:before{content:"\eb9c"}.icon-car11:before{content:"\e9ed"}.icon-carrier:before{content:"\e9ee"}.icon-cash:before{content:"\e9ef"}.icon-chat:before{content:"\e9f0"}.icon-chat-1:before{content:"\e9f1"}.icon-checked1:before{content:"\e9f2"}.icon-clip:before{content:"\e9f3"}.icon-clip1:before{content:"\e9f4"}.icon-clipboard1:before{content:"\e9f5"}.icon-clipboard11:before{content:"\e9f6"}.icon-clock2:before{content:"\e9f7"}.icon-clock-1:before{content:"\e9f8"}.icon-cloud11:before{content:"\e9f9"}.icon-cloud-computing11:before{content:"\e9fa"}.icon-cloud-computing-1:before{content:"\e9fb"}.icon-cogwheel1:before{content:"\e9fc"}.icon-coins1:before{content:"\e9fd"}.icon-compass:before{content:"\e9fe"}.icon-contract:before{content:"\e9ff"}.icon-conversation:before{content:"\ea00"}.icon-crane1:before{content:"\ea01"}.icon-crane-2:before{content:"\ea02"}.icon-credit-card:before{content:"\ea03"}.icon-credit-card1:before{content:"\ea04"}.icon-cursor:before{content:"\ea05"}.icon-customer-service:before{content:"\ea06"}.icon-cutlery:before{content:"\ea07"}.icon-dart-board:before{content:"\ea08"}.icon-decision-making:before{content:"\ea09"}.icon-desk-chair:before{content:"\ea0a"}.icon-desk-lamp:before{content:"\ea0b"}.icon-diamond2:before{content:"\ea0c"}.icon-direction:before{content:"\ea0d"}.icon-document:before{content:"\ea0e"}.icon-dollar-bill:before{content:"\ea0f"}.icon-download1:before{content:"\ea10"}.icon-edit1:before{content:"\ea11"}.icon-email1:before{content:"\ea12"}.icon-envelope2:before{content:"\ea13"}.icon-envelope3:before{content:"\ea14"}.icon-eraser:before{content:"\ea15"}.icon-eye2:before{content:"\ea16"}.icon-factory:before{content:"\ea17"}.icon-fast-forward:before{content:"\ea18"}.icon-favorites1:before{content:"\ea19"}.icon-file:before{content:"\ea1a"}.icon-file-1:before{content:"\ea1b"}.icon-file-2:before{content:"\ea1c"}.icon-file-3:before{content:"\ea1d"}.icon-filter:before{content:"\ea1e"}.icon-finance-book:before{content:"\ea1f"}.icon-flag1:before{content:"\ea20"}.icon-folder1:before{content:"\ea21"}.icon-folder-1:before{content:"\ea22"}.icon-folders:before{content:"\ea23"}.icon-folders1:before{content:"\ea24"}.icon-gamepad:before{content:"\ea25"}.icon-gift11:before{content:"\ea26"}.icon-growth:before{content:"\ea27"}.icon-heart11:before{content:"\ea28"}.icon-home2:before{content:"\ea29"}.icon-house:before{content:"\ea2a"}.icon-house-1:before{content:"\ea2b"}.icon-house-2:before{content:"\ea2c"}.icon-id-card:before{content:"\ea2d"}.icon-id-card1:before{content:"\ea2e"}.icon-id-card-1:before{content:"\ea2f"}.icon-idea1:before{content:"\ea30"}.icon-image:before{content:"\ea31"}.icon-improvement:before{content:"\ea32"}.icon-inbox1:before{content:"\ea33"}.icon-information:before{content:"\ea34"}.icon-key:before{content:"\ea35"}.icon-key1:before{content:"\ea36"}.icon-laptop1:before{content:"\ea37"}.icon-layers1:before{content:"\ea38"}.icon-light-bulb1:before{content:"\ea39"}.icon-like1:before{content:"\ea3a"}.icon-line-chart1:before{content:"\ea3b"}.icon-mail:before{content:"\ea3c"}.icon-manager:before{content:"\ea3d"}.icon-map1:before{content:"\ea3e"}.icon-medal1:before{content:"\ea3f"}.icon-megaphone:before{content:"\ea40"}.icon-megaphone1:before{content:"\ea41"}.icon-message:before{content:"\ea42"}.icon-message-1:before{content:"\ea43"}.icon-message-2:before{content:"\ea44"}.icon-microphone:before{content:"\ea45"}.icon-money1:before{content:"\ea46"}.icon-money-bag1:before{content:"\ea47"}.icon-monitor1:before{content:"\ea48"}.icon-music1:before{content:"\ea49"}.icon-next:before{content:"\ea4a"}.icon-open-book1:before{content:"\ea4b"}.icon-padlock:before{content:"\ea4c"}.icon-padlock-1:before{content:"\ea4d"}.icon-paint-brush:before{content:"\ea4e"}.icon-pause:before{content:"\ea4f"}.icon-pen:before{content:"\ea50"}.icon-pencil1:before{content:"\ea51"}.icon-percentage:before{content:"\ea52"}.icon-phone-call1:before{content:"\ea53"}.icon-phone-call2:before{content:"\ea54"}.icon-photo-camera1:before{content:"\ea55"}.icon-pie-chart3:before{content:"\ea56"}.icon-pipe:before{content:"\ea57"}.icon-placeholder1:before{content:"\ea58"}.icon-placeholder2:before{content:"\ea59"}.icon-planet-earth:before{content:"\ea5a"}.icon-play-button1:before{content:"\ea5b"}.icon-power-button:before{content:"\ea5c"}.icon-presentation:before{content:"\ea5d"}.icon-presentation1:before{content:"\ea5e"}.icon-printer1:before{content:"\ea5f"}.icon-push-pin:before{content:"\ea60"}.icon-push-pin1:before{content:"\ea61"}.icon-refresh:before{content:"\ea62"}.icon-reload:before{content:"\ea63"}.icon-return:before{content:"\ea64"}.icon-rocket-ship:before{content:"\ea65"}.icon-rss1:before{content:"\ea66"}.icon-safebox:before{content:"\ea67"}.icon-safebox1:before{content:"\ea68"}.icon-settings1:before{content:"\ea69"}.icon-settings-2:before{content:"\ea6b"}.icon-sewing-machine:before{content:"\ea6c"}.icon-share2:before{content:"\ea6d"}.icon-shield1:before{content:"\ea6e"}.icon-shield11:before{content:"\ea6f"}.icon-shopping:before{content:"\ea70"}.icon-shopping-bag:before{content:"\ea71"}.icon-shopping-bag-1:before{content:"\ea72"}.icon-shopping-bag-2:before{content:"\ea73"}.icon-shopping-cart11:before{content:"\ea74"}.icon-shopping-cart2:before{content:"\ea75"}.icon-shopping-cart-1:before{content:"\ea76"}.icon-shopping-cart-2:before{content:"\ea77"}.icon-shopping-cart-3:before{content:"\ea78"}.icon-smartphone2:before{content:"\ea79"}.icon-speaker:before{content:"\ea7a"}.icon-speakers:before{content:"\ea7b"}.icon-stats:before{content:"\ea7c"}.icon-stats-1:before{content:"\ea7d"}.icon-stats-2:before{content:"\ea7e"}.icon-stats-3:before{content:"\ea7f"}.icon-stats-4:before{content:"\ea80"}.icon-stats-5:before{content:"\ea81"}.icon-stats-6:before{content:"\ea82"}.icon-sticky-note:before{content:"\ea83"}.icon-store1:before{content:"\ea84"}.icon-store-1:before{content:"\ea85"}.icon-suitcase:before{content:"\ea86"}.icon-suitcase-1:before{content:"\ea87"}.icon-tag2:before{content:"\ea88"}.icon-target:before{content:"\ea89"}.icon-team2:before{content:"\ea8a"}.icon-tie:before{content:"\ea8b"}.icon-trash1:before{content:"\ea8c"}.icon-trolley:before{content:"\ea8d"}.icon-trolley-1:before{content:"\ea8e"}.icon-trolley-2:before{content:"\ea8f"}.icon-trophy1:before{content:"\ea90"}.icon-truck1:before{content:"\ea91"}.icon-truck-1:before{content:"\ea92"}.icon-truck-2:before{content:"\ea93"}.icon-umbrella:before{content:"\ea94"}.icon-upload1:before{content:"\ea95"}.icon-user1:before{content:"\ea96"}.icon-user-1:before{content:"\ea97"}.icon-user-2:before{content:"\ea98"}.icon-user-3:before{content:"\ea99"}.icon-users2:before{content:"\ea9a"}.icon-video-camera:before{content:"\ea9b"}.icon-voucher:before{content:"\ea9c"}.icon-voucher-1:before{content:"\ea9d"}.icon-voucher-2:before{content:"\ea9e"}.icon-voucher-3:before{content:"\ea9f"}.icon-voucher-4:before{content:"\eaa0"}.icon-wallet:before{content:"\eaa1"}.icon-wallet1:before{content:"\eaa2"}.icon-wifi:before{content:"\eaa3"}.icon-worker:before{content:"\eaa4"}.icon-zoom-in:before{content:"\eaa5"}.icon-zoom-out:before{content:"\eaa6"}.icon-burger-menu:before{content:"\eab8"}.icon-squares:before{content:"\eaa7"}.icon-options:before{content:"\eaa8"}.icon-apps:before{content:"\eaa9"}.icon-menu-11:before{content:"\eaaa"}.icon-menu11:before{content:"\eaab"}.icon-back_up:before{content:"\eaad"}.icon-cart11:before{content:"\eaae"}.icon-checkmark:before{content:"\eab0"}.icon-dollar:before{content:"\eab1"}.icon-domian:before{content:"\eab2"}.icon-hosting1:before{content:"\eab3"}.icon-key2:before{content:"\eab4"}.icon-migration:before{content:"\eab5"}.icon-play1:before{content:"\eab6"}.icon-quote2:before{content:"\eab7"}.icon-api_setup:before{content:"\eab9"}.icon-coin:before{content:"\eaba"}.icon-hand_shake:before{content:"\eabb"}.icon-idea_generate:before{content:"\eabc"}.icon-page_search:before{content:"\eabd"}.icon-pen_shape:before{content:"\eabe"}.icon-pencil_art:before{content:"\eabf"}.icon-review:before{content:"\eac0"}.icon-star:before{content:"\eac1"}.icon-timing:before{content:"\eac2"}.icon-trophy:before{content:"\eac3"}.icon-communication:before{content:"\eac4"}.icon-money-bag2:before{content:"\eac5"}.icon-dentist:before{content:"\eac6"}.icon-bill:before{content:"\eac7"}.icon-label:before{content:"\eac8"}.icon-money:before{content:"\eac9"}.icon-shield:before{content:"\eaca"}.icon-support:before{content:"\eacb"}.icon-one:before{content:"\eacc"}.icon-clock:before{content:"\eacd"}.icon-cart:before{content:"\eace"}.icon-globe:before{content:"\eacf"}.icon-tooth:before{content:"\ead0"}.icon-tooth-1:before{content:"\ead1"}.icon-tooth-2:before{content:"\ead2"}.icon-brain:before{content:"\ead3"}.icon-view:before{content:"\ead4"}.icon-doctor:before{content:"\ead5"}.icon-heart:before{content:"\ead6"}.icon-medicine:before{content:"\ead7"}.icon-stethoscope:before{content:"\ead8"}.icon-hospital:before{content:"\ead9"}.icon-clipboard:before{content:"\eada"}.icon-medicine-1:before{content:"\eadb"}.icon-hospital-1:before{content:"\eadc"}.icon-customer-support:before{content:"\eadd"}.icon-brickwall:before{content:"\eade"}.icon-crane2:before{content:"\eadf"}.icon-valve:before{content:"\eae1"}.icon-safety:before{content:"\eae2"}.icon-energy-saving:before{content:"\eae3"}.icon-paint-roller:before{content:"\eae4"}.icon-paint-brushes:before{content:"\eae5"}.icon-construction-tool-vehicle-with-crane-lifting-materials:before{content:"\eae6"}.icon-trowel:before{content:"\eae7"}.icon-bucket:before{content:"\eae8"}.icon-smart:before{content:"\eae9"}.icon-repair:before{content:"\eaea"}.icon-saw:before{content:"\eaeb"}.icon-cutter:before{content:"\eaec"}.icon-plier:before{content:"\eaed"}.icon-drill:before{content:"\eaee"}.icon-save-money:before{content:"\eaef"}.icon-planting:before{content:"\eaf0"}.icon-line-chart:before{content:"\eaf1"}.icon-open-book:before{content:"\eaf2"}.icon-money-bag3:before{content:"\eaf3"}.icon-server:before{content:"\eaf4"}.icon-server-1:before{content:"\eaf5"}.icon-server-2:before{content:"\eaf6"}.icon-cloud-computing:before{content:"\eaf7"}.icon-cloud:before{content:"\eaf8"}.icon-database:before{content:"\eaf9"}.icon-computer:before{content:"\eafa"}.icon-server-3:before{content:"\eafb"}.icon-server-4:before{content:"\eafc"}.icon-server-5:before{content:"\eafd"}.icon-server-6:before{content:"\eafe"}.icon-server-7:before{content:"\eaff"}.icon-cloud-1:before{content:"\eb00"}.icon-server-8:before{content:"\eb01"}.icon-business-and-finance:before{content:"\eb02"}.icon-cloud-2:before{content:"\eb03"}.icon-server-9:before{content:"\eb04"}.icon-hosting:before{content:"\eb05"}.icon-car:before{content:"\eb06"}.icon-car-frontal-view:before{content:"\eb07"}.icon-car-1:before{content:"\eb08"}.icon-racing:before{content:"\eb09"}.icon-car-wheel:before{content:"\eb0a"}.icon-steering-wheel:before{content:"\eb0b"}.icon-frontal-taxi-cab:before{content:"\eb0c"}.icon-taxi:before{content:"\eb0d"}.icon-cosmetics:before{content:"\eb0e"}.icon-flower:before{content:"\eb0f"}.icon-mirror:before{content:"\eb10"}.icon-itunes:before{content:"\eb6b"}.icon-salon:before{content:"\eb11"}.icon-hair-dryer:before{content:"\eb12"}.icon-shampoo:before{content:"\eb13"}.icon-download-button:before{content:"\e90b"}.icon-list:before{content:"\eb14"}.icon-loupe:before{content:"\eb15"}.icon-search:before{content:"\eb16"}.icon-search-1:before{content:"\eb17"}.icon-shopping-cart:before{content:"\eb18"}.icon-menu:before{content:"\eb19"}.icon-menu-1:before{content:"\eb1a"}.icon-menu-button-of-three-horizontal-lines:before{content:"\eb1b"}.icon-menu-2:before{content:"\eb1c"}.icon-menu-3:before{content:"\eb1d"}.icon-menu-5:before{content:"\eb1f"}.icon-menu-button:before{content:"\eb20"}.icon-list-1:before{content:"\eb21"}.icon-menu-6:before{content:"\eb22"}.icon-menu-7:before{content:"\eb23"}.icon-menu-8:before{content:"\eb24"}.icon-list-2:before{content:"\eb25"}.icon-dot:before{content:"\eb26"}.icon-menu-9:before{content:"\eb27"}.icon-search11:before{content:"\eb28"}.icon-search-minus:before{content:"\eb29"}.icon-search-11:before{content:"\eb2a"}.icon-search-2:before{content:"\eb2b"}.icon-search-3:before{content:"\eb2c"}.icon-magnifying-glass-search:before{content:"\eb2d"}.icon-loupe1:before{content:"\eb2e"}.icon-speed:before{content:"\eb2f"}.icon-search21:before{content:"\eb30"}.icon-search-4:before{content:"\eb31"}.icon-search-5:before{content:"\eb32"}.icon-detective:before{content:"\eb33"}.icon-cart1:before{content:"\eb34"}.icon-buying-on-smartphone:before{content:"\eb35"}.icon-badge:before{content:"\eb36"}.icon-basket1:before{content:"\eb37"}.icon-commerce-and-shopping:before{content:"\eb38"}.icon-comment:before{content:"\eb39"}.icon-comment-1:before{content:"\eb3a"}.icon-share:before{content:"\eb3b"}.icon-share-1:before{content:"\eb3c"}.icon-share-2:before{content:"\eb3d"}.icon-share-3:before{content:"\eb3e"}.icon-comment1:before{content:"\eb3f"}.icon-favorite:before{content:"\eb40"}.icon-retweet:before{content:"\eb41"}.icon-share1:before{content:"\eb42"}.icon-facebook:before{content:"\eb43"}.icon-twitter:before{content:"\eb44"}.icon-linkedin:before{content:"\eb45"}.icon-whatsapp-1:before{content:"\eb46"}.icon-dribbble:before{content:"\eb47"}.icon-facebook-2:before{content:"\eb48"}.icon-twitter1:before{content:"\eb49"}.icon-vk:before{content:"\eb4a"}.icon-youtube-v:before{content:"\eb4b"}.icon-vimeo:before{content:"\eae0"}.icon-youtube:before{content:"\eb4c"}.icon-snapchat-1:before{content:"\eb4d"}.icon-behance:before{content:"\eb4e"}.icon-github:before{content:"\eb4f"}.icon-pinterest:before{content:"\eb50"}.icon-spotify:before{content:"\eb51"}.icon-soundcloud-1:before{content:"\eb52"}.icon-skype-1:before{content:"\eb53"}.icon-rss:before{content:"\eb54"}.icon-reddit-1:before{content:"\eb55"}.icon-dribbble-1:before{content:"\eb56"}.icon-wordpress-1:before{content:"\eb57"}.icon-logo:before{content:"\eb58"}.icon-dropbox-1:before{content:"\eb59"}.icon-blogger-1:before{content:"\eb5a"}.icon-photo:before{content:"\eb5b"}.icon-hangouts:before{content:"\eb5c"}.icon-xing:before{content:"\eb5d"}.icon-myspace:before{content:"\eb5e"}.icon-flickr-1:before{content:"\eb5f"}.icon-envato:before{content:"\eb60"}.icon-picasa-1:before{content:"\eb61"}.icon-wattpad:before{content:"\eb62"}.icon-emoji:before{content:"\eb63"}.icon-deviantart-1:before{content:"\eb64"}.icon-yahoo-1:before{content:"\eb65"}.icon-vine-1:before{content:"\eb66"}.icon-delicious:before{content:"\eb67"}.icon-kickstarter-1:before{content:"\eb68"}.icon-stumbleupon-1:before{content:"\eb69"}.icon-brands-and-logotypes:before{content:"\eb6a"}.icon-instagram-1:before{content:"\eb6c"}.icon-facebook-1:before{content:"\eb6d"}.icon-instagram-2:before{content:"\eb6e"}.icon-twitter-1:before{content:"\eb6f"}.icon-whatsapp-2:before{content:"\eb70"}.icon-youtube-1:before{content:"\eb71"}.icon-linkedin-1:before{content:"\eb72"}.icon-telegram:before{content:"\eb73"}.icon-github-1:before{content:"\eb74"}.icon-vk-1:before{content:"\eb75"}.icon-pinterest-1:before{content:"\eb76"}.icon-rss-1:before{content:"\eb77"}.icon-twitch:before{content:"\eb78"}.icon-snapchat-2:before{content:"\eb79"}.icon-skype-2:before{content:"\eb7a"}.icon-behance-2:before{content:"\eb7b"}.icon-spotify-1:before{content:"\eb7c"}.icon-periscope:before{content:"\eb7d"}.icon-dribbble-2:before{content:"\eb7e"}.icon-tumblr-1:before{content:"\eb7f"}.icon-soundcloud-2:before{content:"\eb80"}.icon-google-drive-1:before{content:"\eb81"}.icon-dropbox-2:before{content:"\eb82"}.icon-reddit-2:before{content:"\eb83"}.icon-html:before{content:"\eb84"}.icon-vimeo-1:before{content:"\eb85"}.icon-hangout:before{content:"\eb86"}.icon-blogger-2:before{content:"\eb87"}.icon-yahoo-2:before{content:"\eb88"}.icon-path:before{content:"\eb89"}.icon-yelp-1:before{content:"\eb8a"}.icon-slideshare:before{content:"\eb8b"}.icon-picasa-2:before{content:"\eb8c"}.icon-myspace-1:before{content:"\eb8d"}.icon-flickr-2:before{content:"\eb8e"}.icon-xing-1:before{content:"\eb8f"}.icon-envato-1:before{content:"\eb90"}.icon-swarm:before{content:"\eb91"}.icon-wattpad-1:before{content:"\eb92"}.icon-foursquare:before{content:"\eb93"}.icon-deviantart-2:before{content:"\eb94"}.icon-kickstarter-2:before{content:"\eb95"}.icon-delicious-1:before{content:"\eb96"}.icon-vine-2:before{content:"\eb97"}.icon-digg:before{content:"\eb98"}.icon-bebo:before{content:"\eb99"}.icon-stumbleupon-2:before{content:"\eb9a"}.icon-forrst:before{content:"\eb9b"}.icon-eye3:before{content:"\eb9d"}.icon-microscope:before{content:"\eb9e"}.icon-Anti-Lock:before{content:"\eb9f"}.icon-apartment:before{content:"\eba0"}.icon-app:before{content:"\eba2"}.icon-Aroma:before{content:"\eba3"}.icon-bamboo-Leaf:before{content:"\eba5"}.icon-basket:before{content:"\eba6"}.icon-Battery:before{content:"\eba7"}.icon-Bettery:before{content:"\eba8"}.icon-building:before{content:"\eba9"}.icon-car-2:before{content:"\ebaa"}.icon-Car:before{content:"\ebab"}.icon-Child:before{content:"\ebac"}.icon-cityscape:before{content:"\ebad"}.icon-cleaner:before{content:"\ebae"}.icon-Coffee-cup:before{content:"\ebaf"}.icon-coins:before{content:"\ebb0"}.icon-Computer:before{content:"\ebb1"}.icon-Consultancy:before{content:"\ebb2"}.icon-cottage:before{content:"\ebb3"}.icon-crane:before{content:"\ebb4"}.icon-Custom-api:before{content:"\ebb5"}.icon-customer-support-2:before{content:"\ebb6"}.icon-Design-2:before{content:"\ebb7"}.icon-Design-3:before{content:"\ebb8"}.icon-design:before{content:"\ebb9"}.icon-diamond:before{content:"\ebba"}.icon-diploma:before{content:"\ebbb"}.icon-Document-Search:before{content:"\ebbc"}.icon-Download:before{content:"\ebbd"}.icon-drilling:before{content:"\ebbe"}.icon-engine:before{content:"\ebbf"}.icon-engineer:before{content:"\ebc0"}.icon-envelope:before{content:"\ebc1"}.icon-Family:before{content:"\ebc2"}.icon-friendship:before{content:"\ebc3"}.icon-gift:before{content:"\ebc4"}.icon-graph-2:before{content:"\ebc5"}.icon-graph:before{content:"\ebc6"}.icon-hamburger-2:before{content:"\ebc7"}.icon-handshake:before{content:"\ebc8"}.icon-Helmet:before{content:"\ebc9"}.icon-hot-Stone-2:before{content:"\ebca"}.icon-hot-stone:before{content:"\ebcb"}.icon-idea:before{content:"\ebcc"}.icon-Leaf:before{content:"\ebcd"}.icon-management:before{content:"\ebce"}.icon-Massage-table:before{content:"\ebcf"}.icon-Mechanic:before{content:"\ebd0"}.icon-Money-2:before{content:"\ebd2"}.icon-money-bag:before{content:"\ebd3"}.icon-Money:before{content:"\ebd4"}.icon-oil-bottle:before{content:"\ebd5"}.icon-Physiotherapy:before{content:"\ebd6"}.icon-Profile:before{content:"\ebd7"}.icon-Rating:before{content:"\ebd8"}.icon-right-mark:before{content:"\ebd9"}.icon-rings:before{content:"\ebda"}.icon-Safe-house:before{content:"\ebdb"}.icon-Scan:before{content:"\ebdc"}.icon-social-care:before{content:"\ebdd"}.icon-Speed-Clock:before{content:"\ebde"}.icon-stopwatch:before{content:"\ebdf"}.icon-Support-2:before{content:"\ebe0"}.icon-target-2:before{content:"\ebe1"}.icon-Target:before{content:"\ebe2"}.icon-tripod:before{content:"\ebe3"}.icon-truck:before{content:"\ebe4"}.icon-university:before{content:"\ebe5"}.icon-User:before{content:"\ebe6"}.icon-Web-Portals:before{content:"\ebe7"}.icon-window:before{content:"\ebe8"}.icon-ek_line_icon:before{content:"\ebe9"}.icon-ek_stroke_icon:before{content:"\eba1"}.icon-ekit:before{content:"\e947"}.icon-elements-kit-logo:before{content:"\e90d"}.icon-degree-image:before{content:"\e900"}.icon-accordion:before{content:"\e901"}.icon-animated-flip-box:before{content:"\e902"}.icon-animated-text:before{content:"\e903"}.icon-brands:before{content:"\e904"}.icon-business-hour:before{content:"\e905"}.icon-button:before{content:"\e906"}.icon-carousel:before{content:"\e907"}.icon-Circle-progress:before{content:"\e908"}.icon-contact-form:before{content:"\e909"}.icon-countdown-timer:before{content:"\e90a"}.icon-dropbar:before{content:"\e90c"}.icon-faq:before{content:"\e90e"}.icon-full-width-scroll:before{content:"\e90f"}.icon-google-map:before{content:"\e910"}.icon-heading-style:before{content:"\e911"}.icon-help-desk:before{content:"\e912"}.icon-horizontal-timeline:before{content:"\e913"}.icon-iframe:before{content:"\e914"}.icon-image-comparison:before{content:"\e915"}.icon-image-gallery:before{content:"\e916"}.icon-image-justify:before{content:"\e917"}.icon-image-magnifier:before{content:"\e918"}.icon-image-masonry:before{content:"\e919"}.icon-inline-svg:before{content:"\e91a"}.icon-instagram:before{content:"\e91b"}.icon-listing:before{content:"\e91c"}.icon-music-player:before{content:"\e91d"}.icon-news-ticker:before{content:"\e91e"}.icon-off-canvus-menu:before{content:"\e91f"}.icon-parallax:before{content:"\e920"}.icon-portfolio:before{content:"\e921"}.icon-post-banner:before{content:"\e922"}.icon-post-carousel:before{content:"\e923"}.icon-post-grid:before{content:"\e924"}.icon-post-slider:before{content:"\e925"}.icon-pricing-list:before{content:"\e926"}.icon-pricing-table:before{content:"\e927"}.icon-product-featured:before{content:"\e928"}.icon-product-image:before{content:"\e929"}.icon-product-recent:before{content:"\e92a"}.icon-product-sale:before{content:"\e92b"}.icon-product-top-rated:before{content:"\e92c"}.icon-product-top-seller:before{content:"\e92d"}.icon-progress-bar:before{content:"\e92e"}.icon-protected-content-v2:before{content:"\e92f"}.icon-protected-content-v3:before{content:"\e930"}.icon-protected-content:before{content:"\e931"}.icon-qr_code:before{content:"\e932"}.icon-scroll-button:before{content:"\e933"}.icon-search1:before{content:"\e934"}.icon-service:before{content:"\e935"}.icon-slider-image:before{content:"\e936"}.icon-social-share:before{content:"\e937"}.icon-subscribe:before{content:"\e938"}.icon-tab:before{content:"\e939"}.icon-table:before{content:"\e93a"}.icon-team-join:before{content:"\e93b"}.icon-team-member:before{content:"\e93c"}.icon-testimonial-carousel:before{content:"\e93d"}.icon-testimonial-grid:before{content:"\e93e"}.icon-testimonial-quote:before{content:"\e93f"}.icon-testimonial-slider:before{content:"\e940"}.icon-toggle:before{content:"\e941"}.icon-user-login:before{content:"\e942"}.icon-user-registration:before{content:"\e943"}.icon-vertical-timeline:before{content:"\e944"}.icon-video-player:before{content:"\e945"}.icon-weather:before{content:"\e946"}@font-face {
font-family: 'bzoicon';
src:  url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/icomoon.eot?mv7yx7);
src:  url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/icomoon.eot?mv7yx7#iefix) format('embedded-opentype'),
url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/icomoon.ttf?mv7yx7) format('truetype'),
url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/icomoon.woff?mv7yx7) format('woff'),
url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/icomoon.svg?mv7yx7#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icon-bzo { font-family: 'bzoicon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-bzo i{
font-style: normal;
}
.icon-bzo-icon-1:before {
content: "\e94a";
}
.icon-bzo-icon-2:before {
content: "\e94b";
}
.icon-bzo-icon-3:before {
content: "\e94c";
}
.icon-bzo-play:before {
content: "\e943";
}
.icon-bzo-tw:before {
content: "\e944";
}
.icon-bzo-p:before {
content: "\e945";
}
.icon-bzo-ins:before {
content: "\e946";
}
.icon-bzo-face:before {
content: "\e947";
}
.icon-bzo-youtube:before {
content: "\e948";
}
.icon-bzo-tik:before {
content: "\e949";
}
.icon-bzo-service1:before {
content: "\e93f";
}
.icon-bzo-service2:before {
content: "\e940";
}
.icon-bzo-service3:before {
content: "\e941";
}
.icon-bzo-service4:before {
content: "\e942";
}
.icon-bzo-map:before {
content: "\e93b";
}
.icon-bzo-mail2:before {
content: "\e93c";
}
.icon-bzo-phone2:before {
content: "\e93d";
}
.icon-btn:before {
content: "\e93e";
}
.icon-bzo-map-acc:before {
content: "\e938";
}
.icon-bzo-phone:before {
content: "\e939";
}
.icon-bzo-clock:before {
content: "\e93a";
}
.icon-bzo-tai-tho:before {
content: "\e933";
color: #f0a3a3;
}
.icon-bzo-giot-nuoc:before {
content: "\e934";
color: #6c9de7;
}
.icon-bzo-nhiet-do:before {
content: "\e935";
color: #a177e6;
}
.icon-bzo-map-word:before {
content: "\e936";
color: #ca9269;
}
.icon-bzo-box:before {
content: "\e937";
color: #9dd06a;
}
.icon-bzo-filter-gridn:before {
content: "\e92e";
color: #d9d9d9;
}
.icon-bzo-filter-grid3:before {
content: "\e92f";
color: #d9d9d9;
}
.icon-bzo-filter-grid2:before {
content: "\e931";
color: #d9d9d9;
}
.icon-bzo-filter-list:before {
content: "\e932";
color: #d9d9d9;
}
.icon-bzo-quote:before {
content: "\e92d";
color: #ffad9b;
}
.icon-bzo-pri:before {
content: "\e914";
color: #ff5e5e;
}
.icon-Frame-232:before {
content: "\e917";
color: #448fff;
}
.icon-bzo-inst:before {
content: "\e929";
color: #ff6363;
}
.icon-bzo-fac:before {
content: "\e92a";
color: #3988ff;
}
.icon-bzo-quickview .path1:before {
content: "\e92b";
}
.icon-bzo-quickview .path2:before {
content: "\e92c";
margin-left: -1.4287109375em;
color: rgb(255, 255, 255);
opacity: 0.2;
}
.icon-bzo-add-cart:before {
content: "\e930";
color: #fff;
}
.icon-bzo-xoay:before {
content: "\e900";
}
.icon-bzo-xe:before {
content: "\e901";
}
.icon-bzo-time:before {
content: "\e902";
}
.icon-bzo-mat .path1:before {
content: "\e903";
color: rgb(41, 48, 66);
}
.icon-bzo-mat .path2:before {
content: "\e904";
margin-left: -1em;
color: rgb(255, 255, 255);
opacity: 0.2;
}
.icon-bzo-share .path1:before {
content: "\e905";
color: rgb(41, 48, 66);
}
.icon-bzo-share .path2:before {
content: "\e906";
margin-left: -1em;
color: rgb(255, 255, 255);
opacity: 0.2;
}
.icon-bzo-twt .path1:before {
content: "\e907";
color: rgb(45, 170, 225);
}
.icon-bzo-twt .path2:before {
content: "\e908";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-bzo-fb:before {
content: "\e909";
color: #1877f2;
}
.icon-bzo-google .path1:before {
content: "\e90a";
color: rgb(251, 187, 0);
}
.icon-bzo-google .path2:before {
content: "\e90b";
margin-left: -1em;
color: rgb(81, 142, 248);
}
.icon-bzo-google .path3:before {
content: "\e90c";
margin-left: -1em;
color: rgb(40, 180, 70);
}
.icon-bzo-google .path4:before {
content: "\e90d";
margin-left: -1em;
color: rgb(241, 67, 54);
}
.icon-bzo-up:before {
content: "\e90e";
}
.icon-bzo-dow:before {
content: "\e90f";
}
.icon-bzo-right:before {
content: "\e910";
}
.icon-bzo-left:before {
content: "\e911";
}
.icon-bzo-minus:before {
content: "\e912";
}
.icon-bzo-increase:before {
content: "\e913";
}
.icon-bzo-truck:before {
content: "\e915";
}
.icon-bzo-not-validated:before {
content: "\e916";
color: #f66;
}
.icon-bzo-cancel:before {
content: "\e918";
}
.icon-bzo-validated:before {
content: "\e919";
}
.icon-bzo-chat:before {
content: "\e91a";
}
.icon-bzo-tim .path1:before {
content: "\e91b";
color: rgb(41, 48, 66);
}
.icon-bzo-tim .path2:before {
content: "\e91c";
margin-left: -1em;
color: rgb(255, 255, 255);
opacity: 0.2;
}
.icon-bzo-user:before {
content: "\e91d";
}
.icon-bzo-search:before {
content: "\e91e";
}
.icon-bzo-remove:before {
content: "\e91f";
}
.icon-bzo-cart:before {
content: "\e920";
}
.icon-bzo-close:before {
content: "\e921";
}
.icon-bzo-close2:before {
content: "\e922";
}
.icon-bzo-arrow-dow:before {
content: "\e923";
}
.icon-bzo-arrow-up:before {
content: "\e924";
}
.icon-bzo-arrow-right:before {
content: "\e925";
}
.icon-bzo-arrow-left:before {
content: "\e926";
}
.icon-bzo-calendar:before {
content: "\e927";
}
.icon-bzo-mail:before {
content: "\e928";
}.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.eot);src:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.woff2) format("woff2"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.woff) format("woff"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.ttf) format("truetype"),url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}.mfp-bg,.mfp-container,.mfp-wrap{left:0;top:0;width:100%;height:100%}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';height:100%}.mfp-align-top .mfp-container:before,.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-gallery .mfp-image-holder .mfp-figure,.mfp-zoom{cursor:pointer}.mfp-zoom{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-preloader a{color:#ccc}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-arrow:focus,.mfp-arrow:hover,.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{content:'';top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile .mfp-bottom-bar:empty,.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-close,.fancybox-nav span{width:36px;cursor:pointer;z-index:8040;position:absolute}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;height:36px}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;scrollbar-width:none}.fancybox-title{visibility:hidden;font:13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/fancybox_loading@2x.gif);background-size:24px 24px}}.as-mask,.as-vertical .as-panels{width:100%}.as-mask,.as-panel{overflow:hidden}.as-horizontal .as-panels,.as-mask{height:100%}.accordion-slider{position:relative;margin-left:auto;margin-right:auto}.as-background-opened,.as-layer,.as-mask,.as-panel,.as-panels{position:absolute}.accordion-slider *{-webkit-tap-highlight-color:transparent}.as-overlap .as-panel{overflow:visible}.as-horizontal .as-panel{height:100%;width:auto}.as-vertical .as-panel{width:100%;height:auto}.as-shadow{-webkit-box-shadow:-5px 0 40px 1px #000;-mox-box-shadow:-5px 0 40px 1px #000;box-shadow:-5px 0 40px 1px #000}.as-background,.as-background-opened{border:none}.as-horizontal .as-background,.as-horizontal .as-background-opened{height:100%;width:auto}.as-vertical .as-background,.as-vertical .as-background-opened{width:100%;height:auto}.as-background-opened{left:0;top:0;visibility:hidden}.as-layer{margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased}.as-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.as-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.as-rounded{border-radius:10px}.as-padding{padding:10px}.as-layer.as-vertical{-moz-transform-origin:left bottom;-webkit-transform-origin:left bottom;transform-origin:left bottom;-moz-transform:rotate(-90deg) translateY(100%);-webkit-transform:rotate(-90deg) translateY(100%);transform:rotate(-90deg) translateY(100%)}.as-pagination-buttons{position:absolute;top:100%;width:100%;text-align:center;padding-top:10px}.as-pagination-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.as-pagination-buttons .as-selected{background-color:#000}.as-has-buttons{margin-bottom:32px}@media only screen and (min-width:768px) and (max-width:1024px){.as-pagination-button{width:14px;height:14px}.as-has-buttons{margin-bottom:36px}}@media only screen and (min-width:568px) and (max-width:768px){.as-pagination-button{width:16px;height:16px}.as-has-buttons{margin-bottom:38px}}@media only screen and (min-width:320px) and (max-width:568px){.as-pagination-button{width:18px;height:18px}.as-has-buttons{margin-bottom:40px}}.as-selectable{cursor:default}.as-grab{cursor:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/openhand.cur),move}.as-grabbing{cursor:url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/lib/images/closedhand.cur),move}.as-no-js{overflow:hidden;max-width:100%}.accordion-slider p.as-layer{font-size:14px;line-height:1.4}.accordion-slider h1.as-layer{font-size:32px;line-height:1.4}.accordion-slider h2.as-layer{font-size:24px;line-height:1.4}.accordion-slider h3.as-layer{font-size:19px;line-height:1.4}.accordion-slider h4.as-layer{font-size:16px;line-height:1.4}.accordion-slider h5.as-layer{font-size:13px;line-height:1.4}.accordion-slider h6.as-layer{font-size:11px;line-height:1.4}.accordion-slider img.as-layer{border:none}.accordion-slider .as-background,.accordion-slider .as-background-opened{max-width:none!important;max-height:none!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.accordion-slider a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.accordion-slider canvas,.accordion-slider embed,.accordion-slider iframe,.accordion-slider object,.accordion-slider video{max-width:none;max-height:none}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,  
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before, 
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
border: 1px solid var(--bzo-title_typo-color);
color: var(--bzo-title_typo-color);
text-transform: capitalize;
font-weight: 500;
padding: 11px 25px;
font-size: 16px;
line-height: 24px;
border-radius: 0px;
display: inline-block;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .2s;
background: #fff;
position: relative;
overflow: hidden;
opacity: 0.6;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
color: #fff;
border-color: var(--bzo-title_typo-color);
background: var(--bzo-title_typo-color);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
.button, 
.wishlist_table .product-add-to-cart a, 
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce a.button.alt, .woocommerce button.button, 
.woocommerce input.button{
border: 1px solid var(--bzo-title_typo-color);
color: var(--bzo-title_typo-color);
text-transform: capitalize;
font-weight: 500;
padding: 11px 25px;
font-size: 16px;
line-height: 24px;
border-radius: 0px;
display: inline-block;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .2s;
background: #fff;
position: relative;
overflow: hidden;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
.button:hover, 
.wishlist_table .product-add-to-cart a:hover, 
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button:hover, 
.woocommerce input.button:hover{
color:#fff;
background: var(--bzo-title_typo-color);
} .woocommerce div.product form.cart button.single_add_to_cart_button, 
.elbzotech-bt-default{
border: 1px solid var(--bzo-title_typo-color);
color:  var(--bzo-title_typo-color);
text-transform: uppercase;
font-weight: 500;
padding: 11px 25px;
font-size: 16px;
line-height: 24px;
border-radius: 0px;
display: inline-block;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .3s;
background: #fff;
position: relative;
overflow: hidden;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover, 
.elbzotech-bt-default:hover, 
.elbzotech-bt-default:focus
{
color: #fff;
background: var(--bzo-title_typo-color);
border-color: var(--bzo-title_typo-color);
}
@media(max-width: 767px){
.elbzotech-bt-default{
font-size: 14px;
padding: 10px 20px;
}
} .elbzotech-bt-style2{
border: 1px solid var(--bzo-main-color);
color: var(--bzo-main-color);
text-transform: uppercase;
font-weight: 500;
padding: 11px 25px;
font-size: 16px;
line-height: 24px;
border-radius: 0px;
display: inline-block;
cursor: pointer;
z-index: 1;
position: relative;
font-family: var(--bzo-body_typo-font-family);
overflow: hidden;
transition: .3s;
background: #fff;
position: relative;
overflow: hidden;
}
.elbzotech-bt-style2:focus, 
.elbzotech-bt-style2:hover{
border-color:  var(--bzo-main-color);
color: #fff;
background-color: var(--bzo-main-color);
} .elbzotech-bt-style3{
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
color: var(--bzo-main-color);
border-bottom: 1px solid var(--bzo-main-color);
transition: .3s;
}
.elbzotech-bt-style3:hover{
color: var(--bzo-main-color2);
border-color: var(--bzo-main-color2);
} .detail-quickview{
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: var(--bzo-title_typo-color);
text-transform: uppercase;
margin-top: 20px;
display: inline-block;
}
.detail-quickview span {
border-bottom: 1px solid var(--bzo-title_typo-color);
}
.detail-quickview i {
margin-left: 5px;
}
.detail-quickview:hover {
color: var(--bzo-main-color);    
}
.detail-quickview:hover span {
border-color: var(--bzo-main-color);
}  .wishlist_compare_single_product a, 
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a{
position: relative;
overflow: hidden;
}
.wishlist_compare_single_product a::after, 
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a::after,{
position: absolute;
content: "";
width: 0;
height: 100%;
border-radius: 0px;
top: 0;
right: 0;
left: auto;
z-index: -1;
transition: all .3s ease;
background: var(--bzo-main-color);
}
.wishlist_compare_single_product a:hover::after, 
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a:hover::after, {
width: 100%;
right: auto;
left: 0;
transition: all .3s ease;
}.bzotech-blog-list-comment .title-comment-post{
margin: 0px;
margin-bottom: 40px;
font-weight: 500;
font-size: 26px;
line-height: 30px;
} 
.bzotech-blog-list-comment .title-comment-post #cancel-comment-reply-link{
margin-left: 20px;
display: inline-block;
font-weight: 700;
}
.bzotech-blog-list-comment .title-comment-post #cancel-comment-reply-link:hover{
text-decoration: underline;
}
.bzotech-blog-list-comment{
margin-top: 40px;
}
.bzotech-blog-form-comment{
padding: 60px;
border: 1px solid var(--bzo-border-color);
margin-top: 40px;
}
@media(max-width: 1200px){
.bzotech-blog-form-comment{
padding: 30px;
}
}
@media(max-width: 767px){
.bzotech-blog-form-comment {
padding: 0;
border: none;
}
}
.bzotech-blog-form-comment .comment-reply-title{
color: var(--bzo-title_typo-color);
font-weight: 600;
font-size: 20px;
line-height: 30px;
text-transform: capitalize;
margin: 0px;
margin-bottom: 8px;
}
.theme-demo4 .single-blog-style2 .bzotech-blog-form-comment .comment-reply-title, 
.theme-demo3 .single-blog-style2 .bzotech-blog-form-comment .comment-reply-title
{
font-weight: 400;
}
.bzotech-blog-form-comment .comment-form-cookies-consent label{
font-weight: 400;
margin-left: 25px;
vertical-align: middle;
margin-bottom: 0px;
}
.bzotech-blog-form-comment .comment-form-cookies-consent{
margin-bottom: 30px;
position: relative;
}
.bzotech-blog-form-comment .comment-form-cookies-consent input[type="checkbox"]{
margin-top:0px;
position: absolute;
top:6px;
}
.bzotech-blog-form-comment .comment-form .contact-email, 
.bzotech-blog-form-comment .comment-form .contact-site, 
.bzotech-blog-form-comment .comment-form .contact-name {
margin-bottom: 30px;
}
.bzotech-blog-form-comment .comment-form .contact-message{
margin-bottom: 30px;
clear: both;
display: flex;
}
.bzotech-blog-form-comment .comment-form input[type="text"], 
.bzotech-blog-form-comment .comment-form textarea
{
width: 100%;
border:1px solid var(--bzo-border-color);
}
.bzotech-blog-form-comment .comment-form .form-submit
{
margin-top: 0px;
margin-bottom: 0px;
}
.bzotech-blog-form-comment .comment-form .form-submit .elbzotech-bt-default
{
width: 100%;
}
.bzotech-blog-form-comment .comment-form .control-group
{
margin-bottom: 20px;
}
.bzotech-blog-list-comment .title-line{
margin-bottom: 40px;
}
.bzotech-blog-list-comment .comment-list{
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.bzotech-blog-list-comment .comment-list .comment-thumb img{
border-radius: 50%;
height: auto;
border: 1px solid var(--bzo-border-color);
}
.bzotech-blog-list-comment .comment-list .comment-thumb{
width: 55px;
min-width: 55px;
line-height: 0;
}
.bzotech-blog-list-comment .comment-list .comment-info{
padding-left: 0px;
padding-top: 0px;
width: calc(100% - 50px);
position: relative;
margin-left: 15px;
}
.bzotech-blog-list-comment .comment-list .comment-info .author-name, 
.bzotech-blog-list-comment .comment-list .comment-info .author-name a
{
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
}
.bzotech-blog-list-comment .comment-list .comment-info .author-name a:hover{
color: var(--bzo-main-color);
}
.bzotech-blog-list-comment .comment-list .comment-info .author-date
{
font-size: 14px;
color: #898989;
width: calc(100% - 150px);
}
.bzotech-blog-list-comment .comment-list .comment-info .author-name span
{
font-size: 18px;
color: #000;
margin-left: 30px;
display: inline-block;
font-weight: 400;
}
.bzotech-blog-list-comment .comment-list .comment-info .author-name
{
margin-bottom: 5px;
width: calc(100% - 150px);
}
.bzotech-blog-list-comment .comment-list .comment-info .content-comment>p:last-child{
margin-bottom: 0px;
}
.bzotech-blog-list-comment .comment-list .comment-info .date{
margin-top: 12px;
display: inline-block;
font-size: 16px;
color: #999;
}
.bzotech-blog-list-comment .comment-list .comment-info .date span{
margin-right:5px;
}
.bzotech-blog-list-comment .item-comment .desc-comment-text{
margin-top: 30px;
}
.bzotech-blog-list-comment .comment-list>li .item-comment {
border: 1px solid var(--bzo-border-color);
padding: 30px;
margin-top: 30px;
}
.bzotech-blog-list-comment .comment-list>li:first-child>.item-comment {
margin-top: 0px;
}
.comment-list .comment-reply-link {
position: absolute;
right: 0;
top: 0;
font-weight: 600;
text-transform: uppercase;
padding: 0;
border-bottom: 1px solid var(--bzo-gray-color);
line-height: 22px;
}
.comment-list .comment-reply-link:hover{
border-color: var(--bzo-main-color);
}
.comment-list .comment-respond{
margin-bottom:30px;
padding: 0;
border: none;
margin-top: 30px;
}
#cancel-comment-reply-link{
font-size: 20px;
}
.comment-list ul{
list-style: none;
}
.comment-list .content-comment ul {
list-style: disc;
}
.comment-list .children{
padding-left: 95px;
}
@media (max-width: 1366px){
.comment-list .children {
padding-left: 60px;
}
}
@media (max-width: 991px){
.comment-list .children {
padding-left: 32px;
}
}
@media (max-width: 768px){
.comment-list .children {
padding-left: 0px;
}
}
@media (max-width: 767px){
.comment-list .comment-reply-link{
position: unset;
margin-top: 20px;
display: inline-block;
}
.bzotech-blog-list-comment .comment-list .comment-info .author-name,
.bzotech-blog-list-comment .comment-list .comment-info .author-date{
width: 100%;
}
.bzotech-blog-list-comment .comment-list>li .item-comment{
padding: 0;
border: none;
}
}  .bzotech-blog-form-comment .comment-form .contact-name .title-label, 
.bzotech-blog-form-comment .comment-form .contact-email .title-label, 
.bzotech-blog-form-comment .comment-form .contact-site .title-label, 
.bzotech-blog-form-comment .comment-form .contact-message .title-label{
display: block;
font-weight: 400;
font-size:16px;
margin-bottom: 9px;
}
.bzotech-blog-form-comment .comment-form .contact-name .title-label span, 
.bzotech-blog-form-comment .comment-form .contact-email .title-label span, 
.bzotech-blog-form-comment .comment-form .contact-site .title-label span, 
.bzotech-blog-form-comment .comment-form .contact-message .title-label span{
color: #FF3B3B;
}
.bzotech-blog-form-comment .comment-form input[type="text"]{
height: 50px;
}
.bzotech-blog-form-comment .comment-form input[type="text"], 
.bzotech-blog-form-comment .comment-form textarea{
width: 100%;
padding: 0px 20px;
font-size: var(--bzo-body_typo-font-size);
background: #fff;
border-radius: 0px;
} 
.bzotech-blog-form-comment .comment-form textarea{
padding-top: 14px;
height: 140px;
}
.bzotech-blog-form-comment .comment-form input[type="text"]::-webkit-input-placeholder, 
.bzotech-blog-form-comment .comment-form textarea::-webkit-input-placeholder 
{ color: #666;
}
.bzotech-blog-form-comment .comment-form textarea:-ms-input-placeholder, 
.bzotech-blog-form-comment .comment-form input[type="text"]:-ms-input-placeholder 
{ color: #666;
}
.bzotech-blog-form-comment .comment-form textarea::placeholder, 
.bzotech-blog-form-comment .comment-form input[type="text"]::placeholder 
{
color: #666;
}
p.no-comments{
margin-bottom: 0px;
margin-top: 50px;
background: #f5f5f5;
padding: 15px 20px;
color: var(--bzo-title_typo-color);
border-radius: 0px;
}
.comment-list li.ping-track-back {
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #e1e1e1;
}
.comment-list .ping-track-back .edit-link{
color: #000;
margin-left: 10px;
}
.comment-list .ping-track-back .edit-link i{
margin-right: 3px;
} @media(max-width: 1200px){
}
@media(max-width: 767px){
.bzotech-blog-form-comment .comment-form .contact-email, .bzotech-blog-form-comment .comment-form .contact-site, .bzotech-blog-form-comment .comment-form .contact-name,
.bzotech-blog-form-comment .comment-form .contact-message{
margin-bottom: 15px;
}
}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px);}
33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px);}
49.95%{-webkit-transform:translateY(4px);transform:translateY(4px);}
66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px);}
83.25%{-webkit-transform:translateY(1px);transform:translateY(1px);}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);}
33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);}
49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);}
66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);}
83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);}
100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.wobble-vertical{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px);}
33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px);}
49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);}
66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}
83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);}
100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.wobble-horizontal{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-horizontal:hover,a:hover .wobble-horizontal{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px);}
33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px);}
66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px);}
100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);-ms-transform:translate(8px, 8px);transform:translate(8px, 8px);}
33.3%{-webkit-transform:translate(-6px, -6px);-ms-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
49.95%{-webkit-transform:translate(4px, 4px);-ms-transform:translate(4px, 4px);transform:translate(4px, 4px);}
66.6%{-webkit-transform:translate(-2px, -2px);-ms-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
83.25%{-webkit-transform:translate(1px, 1px);-ms-transform:translate(1px, 1px);transform:translate(1px, 1px);}
100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-bottom-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-bottom-right:hover{-webkit-animation-name:wobble-to-bottom-right;animation-name:wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px);}
33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px);}
66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px);}
100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);-ms-transform:translate(8px, -8px);transform:translate(8px, -8px);}
33.3%{-webkit-transform:translate(-6px, 6px);-ms-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
49.95%{-webkit-transform:translate(4px, -4px);-ms-transform:translate(4px, -4px);transform:translate(4px, -4px);}
66.6%{-webkit-transform:translate(-2px, 2px);-ms-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
83.25%{-webkit-transform:translate(1px, -1px);-ms-transform:translate(1px, -1px);transform:translate(1px, -1px);}
100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-top-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-top-right:hover{-webkit-animation-name:wobble-to-top-right;animation-name:wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
.slider-content-text>p:last-child{
margin-bottom: 0px;
}
@-webkit-keyframes xoayvong{
from{
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}
} @keyframes xoayvong {
from{
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
to{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}
}
.xoayvong {
animation: xoayvong 2s linear 0s infinite;
-webkit-animation: xoayvong 2s linear 0s infinite;
-moz-animation: xoayvong 2s linear 0s infinite;
-o-animation: xoayvong 2s linear 0s infinite; 
}  .banner-advs {
position: relative;
line-height: 0;
}
.adv-thumb-link {
display: block;
position: relative;
line-height: 0;
}
.adv-thumb-link :hover {
vertical-align:top;
}
.adv-thumb-link > img {
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
width: 100%;
} .zoom-rotate .adv-thumb-link > img {
transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
transform: scale(1.1) rotate(4deg);
-webkit-transform: scale(1.1) rotate(4deg);
} .zoom-image:hover .adv-thumb-link > img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.zoom-image .adv-thumb-link > img {
transition: all 1s cubic-bezier(0, 0, 0.1, 1);
transition-delay: .1s;
} .fade-out-in .adv-thumb-link::before, 
.fade-out-in .adv-thumb-link::after, 
.fade-in-out .adv-thumb-link::before, 
.fade-in-out .adv-thumb-link::after, 
.overlay-image .adv-thumb-link::after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: "";
background: rgba(0, 0, 0, 0.1);
opacity: 0;
z-index: 1;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
opacity: 1;
top: 50%;
bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
opacity: 1;
left: 50%;
right: 50%;
} .fade-in-out .adv-thumb-link::before {
opacity: 1;
top: 50%;
bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
opacity: 1;
left: 50%;
right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
opacity: 0;
top: 0;
bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
opacity: 0;
left: 0;
right: 0;
} .pull-curtain .adv-thumb-link::before {
top: 0;
left: 0;
width: 0;
height: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.1);
content: "";
position: absolute;
z-index: 1;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
bottom: 0;
right: 0;
width: 0;
height: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.1);
content: "";
position: absolute;
z-index: 1;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before, 
.pull-curtain:hover .adv-thumb-link::after {
width: 100%;
height: 100%;
opacity: 1;
} .overlay-image .adv-thumb-link::after {
background: rgba(0, 0, 0, 0.1);
}
.overlay-image:hover .adv-thumb-link::after {
opacity: 1;
} .overlay-image-style2 .adv-thumb-link::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);
content: '';
opacity: 0;
transition: opacity 0.4s,transform 0.4s;
}
.overlay-image-style2:hover .adv-thumb-link::after {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}  .blur-image:hover .adv-thumb-link img {
filter: blur(5px);
-webkit-filter: blur(5px);
} .gray-image:hover .adv-thumb-link img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
} .zoom-out .adv-thumb-link img:last-child {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transform: scale(3);
-webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
} .line-scale .adv-thumb-link::before {
position: absolute;
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
content: "";
border-top: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
z-index: 1;
transform: scaleX(0);
-webkit-transform: scaleX(0);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
position: absolute;
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
content: "";
border-left: 1px solid rgba(255, 255, 255, 0.7);
border-right: 1px solid rgba(255, 255, 255, 0.7);
z-index: 1;
transform: scaleY(0);
-webkit-transform: scaleY(0);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before, 
.line-scale:hover .adv-thumb-link::after {
transform: scale(1);
-webkit-transform: scale(1);
}
.folding-the-edge{
}
.folding-the-edge:hover .adv-thumb-link:before{
transition: 0.4s; 
border-bottom: 60px solid var(--bzo-main-color); 
border-right: 60px solid #fff; 
}
.folding-the-edge .adv-thumb-link:before{
border-bottom: 0px solid var(--bzo-main-color);
border-right: 0px solid #fff;
content: '';
right: 0; 
top: 0;
position: absolute;
transition: 0.4s; 
}
@keyframes zoom-in-zoom-out {
0% {
transform: scale(0.8, 0.8);
}
50% {
transform: scale(1, 1);
}
100% {
transform: scale(0.8, 0.8);
}
}
.hover-icon .effect-hover-icon{
position: absolute;
right: 15px; 
top: 15px;
bottom: 15px;
left: 15px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.6);
transform: scaleY(0);
-webkit-transform: scaleY(0);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.hover-icon:hover .effect-hover-icon{
transform: scale(1);
}  @-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.shine-effect-hover .adv-thumb-link{
border-radius: 15px;
position: relative;
}
.shine-effect-hover .adv-thumb-link::before{
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.shine-effect-hover .adv-thumb-link:hover::before{
-webkit-animation: shine .85s;
animation: shine .85s;
}
.shake {
animation: shake 2s ease infinite;
}
@keyframes shake-horizontal {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-3px);}
20%, 40%, 60%, 80% {transform: translateX(3px);}
}
@keyframes shake-vertical {
0%, 100% {transform: translateY(0);}
10%, 30%, 50%, 70%, 90% {transform: translateY(-3px);}
20%, 40%, 60%, 80% {transform: translateY(3px);}
}
@-webkit-keyframes dogTrans {
from {
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes imgTrans {
from {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
to {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
} @keyframes bzo-scroll{
from {transform: translateX(0) }
to {transform: translateX(calc(-100%));}
}
@keyframes bzo-scroll2{
from {transform: translateX(-50%) }
to {transform: translateX(50%);}
}
@keyframes bzo-scroll-ver{
from {transform: translateY(0) }
to {transform: translateY(calc(-50%));}
}
@keyframes shake22 {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-3px);}
20%, 40%, 60%, 80% {transform: translateX(3px);}
}.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-pagination {
position: unset;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
position: unset;
width: auto;
} .gallery-thumbs.swiper-container-vertical .swiper-wrapper{
display: block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, 
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display: none;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
margin: -20px -5px -20px -5px;
padding: 20px 5px;
}
.popup-gallery.swiper-container,
.format-gallery .swiper-container{
margin: 0;
padding: 0;
}
.display-swiper-pagination-style1 .swiper-pagination{
position: relative;
margin-top: 20px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet{
height: 14px;
width: 14px;
border: 2px solid #cfcfcf;
background: transparent;
border-radius: 0px;
display: inline-block;
opacity: 1;
margin-right: 15px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet:last-child{
margin-right: 0px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet-active, 
.display-swiper-pagination-style1 .swiper-pagination-bullet:hover
{
border-color: #2e2e2e;
}
.display-swiper-pagination-style2 .swiper-pagination-bullets{
display: flex;
justify-content: center;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet{
height: 12px;
width: 12px;
border-radius: 100%;
background:  #CFCFCF;
border: 1px solid #fff;
position: relative;
margin-right: 10px;
opacity: 1;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:last-child{
margin-right:0px;
}
.display-swiper-pagination-style2 .swiper-pagination{
width: 100%;
position: relative;
margin-top: 20px;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:hover, 
.display-swiper-pagination-style2 .swiper-pagination-bullet-active{
background: var(--bzo-main-color);
border-color: var(--bzo-main-color);
box-shadow: none;
} .display-swiper-pagination-style3 .swiper-pagination-bullet{
height: 5px;
width: 25px;
background: #e4e4e4;
position: relative;
margin-right: 10px;
border-radius: 0px;
opacity: 1;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet-active{
background: var(--bzo-main-color);
}
.display-swiper-pagination-style3 .swiper-pagination {
width: 100%;
margin-top:32px;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet:last-child{
margin-right:0px;
} .display-swiper-pagination-style4 .swiper-pagination-bullet{
height: 10px;
width: 10px;
background: #d9d9d9;
position: relative;
margin-right: 12px;
border-radius: 50%;
opacity: 1;
}
.display-swiper-pagination-style4 .swiper-pagination-bullet:hover{
background: var(--bzo-main-color);
}
.display-swiper-pagination-style4 .swiper-pagination-bullet-active{
background: var(--bzo-main-color);
width: 30px;
border-radius: 12px;
}
.display-swiper-pagination-style4 .swiper-pagination {
width: 100%;
z-index: 1;
}
.display-swiper-pagination-style4 .swiper-pagination-bullet:last-child{
margin-right:0px;
} .display-swiper-pagination-number .swiper-pagination-bullet:before{
content: '';
width: 50px;
height: 50px;
line-height: 55px;
display: inline-block;
background: transparent;
transform: rotate(45deg);
position: absolute;
z-index: -1;
left: 1px;
top: 3px;
}
.display-swiper-pagination-number .swiper-pagination-bullet{
position: relative;
width: 50px;
height: 50px;
line-height: 55px;
margin-right: 15px;
background: transparent;
color: #000;
display: inline-block;
border-radius: 0;
opacity: 1;
font-size: 24px;
text-align: center;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
color: #fff;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
background: #ffbc7b;
}
@media(max-width: 1200px){
.display-swiper-pagination-number .swiper-pagination-bullet {
width: 40px;
height: 40px;
line-height: 45px;
font-size: 18px;
}
.display-swiper-pagination-number .swiper-pagination-bullet:before {
width: 40px;
height: 40px;
line-height: 40px;
}
}  .display-swiper-navi-group{
position: relative;
}
.display-swiper-navi-group .bzotech-swiper-navi{
position: absolute;
top: 30px;
right: 0;
z-index: 2;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav {
position: unset;
width: 32px;
height: 16px;
line-height: 16px;
border-radius: 0px;
background-color: transparent;
color: #2e2e2e;
border: none;
transition: .3s;
font-size: 28px;
margin-left: 15px;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-prev{
float: left;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-next{
float: right;
}
.display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover{
color: var(--bzo-main-color2);
} .display-swiper-navi-group-top-right{
position: relative;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi{
position: absolute;
top: 0;
right: 0;
z-index: 99;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav {
position: unset;
width: 32px;
height: 16px;
line-height: 16px;
border-radius: 0px;
background-color: transparent;
color: #2e2e2e;
border: none;
transition: .3s;
font-size: 28px;
margin-left: 15px;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-prev{
float: left;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-next{
float: right;
}
.display-swiper-navi-group-top-right .bzotech-swiper-navi .swiper-button-nav:hover{
color: var(--bzo-main-color2);
} .display-swiper-navi-group2 .bzotech-swiper-navi{
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 99;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav {
position: unset;
width: 32px;
height: 16px;
line-height: 16px;
border-radius: 0px;
background-color: transparent;
color: #2e2e2e;
border: none;
transition: .3s;
font-size: 28px;
margin: 0 8px;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-prev{
float: left;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-next{
float: right;
}
.display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav:hover{
color: var(--bzo-main-color2);
}
@media(max-width: 767px){
.display-swiper-navi-group2{
padding-top: 40px;
}
} .display-swiper-navi-style1{
position: relative;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
position: absolute;
width: 32px;
height: 32px;
top: 50%;
transform: translateY(-50%);
line-height: 16px;
border-radius: 50%;
background-color: #EBEBEB;
color: #454545;
border: none;
transition: .3s;
font-size: 16px;
margin: 0;
z-index: 1;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav:hover{
background-color: var(--bzo-main-color);
color: #fff;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
left: 0px;
}
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
right: 0px;  
}
@media(min-width: 1201px){
.display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-disabled{
opacity: 0;
}
} .custom-nav-slide-h9 .bzotech-swiper-navi{
top: 50%;
transform: translate(-50%, -50%);
}   
.custom-nav-slide-h9 .bzotech-swiper-navi{
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-out 0s;
}
.custom-nav-slide-h9:hover .bzotech-swiper-navi{
opacity: 1;
visibility: visible;
}
.custom-nav-slide-h9 .bzotech-swiper-navi .swiper-button-nav:hover{
background-color: #222 !important;
color: #fff !important;
}
@media (max-width: 1024px) {
.custom-nav-slide-h9 .bzotech-swiper-navi{
bottom: 0;
top: auto;
transform: translate(-50%, 0);
}
}
@media (max-width: 880px) { 
.custom-nav-slide-h9 .bzotech-swiper-navi{
display: none;
}
}
@media (max-width: 767px){ 
.custom-nav-slide-h9 .elbzotech-wrapper-slider-global{
padding-top: 0;
}
}.error404 .main-page-default{
}
.error404 .wrap-bread-crumb{
display: none;
}
.content-default-404 .text{
margin-top: 20px;
margin-bottom: 20px;
}
.content-default-404 .desc{
margin-left: auto;
margin-right: auto;
line-height: 30px;
max-width: 1120px;
}
.content-default-404 .img-number{
display: inline-block;
}
.content-default-404 .elbzotech-bt-default{
margin-top: 30px;
}
@media(max-width: 1200px){
.content-default-404 .desc {
font-size: 18px;
}
.content-default-404 .img-number {
max-width: 80%;
}
.content-default-404 .text {
font-size: 38px;
line-height: 48px;
}
.content-default-404 .title120{
font-size: 100px;
}
}
@media(max-width: 767px){
.content-default-404 .title120{
font-size: 80px;
}
.content-default-404 .text {
margin-top: 5px;
margin-bottom: 15px;
font-size: 32px;
line-height: 38px;
}
.content-default-404 .desc {
font-size: 14px;
}
.content-default-404 .elbzotech-bt-default {
margin-top: 20px;
}
}.meta-post-style1{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px 0;
}
.meta-post-style1 .post-meta-data__item{
display: flex;
align-items: center;
font-size: 16px;
}
.meta-post-style1 .post-meta-data__item a{
color: var(--bzo-body_typo-color);
}
.meta-post-style1 .post-meta-data__item a:hover{
color: var(--bzo-main-color2);
}
.meta-post-style1 .post-meta-data__content{
display: flex;
align-items: center;
gap: 5px;
}
.meta-post-style1 .post-meta-data__content>i{
font-size: 18px;
}
.meta-post-style1 .comments-item .post-meta-data__content>i{
display: block;
}
.meta-post-style1 .split {
display: inline-block;
width: 1px;
height: 14px;
margin: 0 15px;
vertical-align: middle;
}
.meta-post-style1 .meta-cats .flex-wrapper{
gap: 5px;
} .style-item-meta__cats .post-meta-data__content{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.style-item-meta__cats .meta-cats a{
background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
padding: 8px 12px;
border-radius: 0px;
display: inline-block;
}
.style-item-meta__cats .meta-cats a:hover{
color: #fff;
background: var(--bzo-title_typo-color);
}
.style-item-meta__cats .post-meta-data__content>i, 
.style-item-meta__cats .post-meta-data__content>span
{
display: none;
} .style2-item-meta__cats .post-meta-data__content{
display: flex;
flex-wrap: wrap;
gap: 5px 15px;
}
.style2-item-meta__cats .meta-cats a{
color: var(--bzo-body_typo-color);
}
.style2-item-meta__cats .meta-cats a:hover{
color: var(--bzo-main-color);
}
.style2-item-meta__cats .post-meta-data__content>i, 
.style2-item-meta__cats .post-meta-data__content>span
{
display: none;
} .meta-post-style2 {
display: flex;
flex-wrap: wrap;
gap:  5px 20px;
align-items: center;
}
.meta-post-style2 .post-meta-data__content i{
display: none;
}
.meta-post-style2 .post-meta-data__content{
display: flex;
align-items: center;
gap:  10px;
}
.meta-post-style2 .avata img{
border-radius: 50%;
} .meta-post-style3 {
display: flex;
flex-wrap: wrap;
gap:  5px 15px;
align-items: center;
}
.meta-post-style3 .post-meta-data__content {
display: flex;
gap:  5px 10px;
align-items: center;
font-size: 14px;
text-transform: capitalize;
line-height: 16px;
}
.meta-post-style3 .post-meta-data__content a{
color: var(--bzo-body_typo-color);
}
.meta-post-style3 .post-meta-data__content a: hover{
color: var(--bzo-main-color);
}
.meta-post-style3 .post-meta-data__content i{
font-size: 16px;
}  .blog-grid-view  .list-post-wrap{
display: flex;
display: -ms-flex;
display: -webkit-flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.list-col-item{
padding: 0 var(--bzo-gutter);
} @media (min-width: 2400px){
.list-1-item-widescreen{
width: 100%;
}
.list-2-item-widescreen{
width: 50%;
}
.list-3-item-widescreen{
width: 33.3333%;
}
.list-4-item-widescreen{
width: 25%;
}
.list-5-item-widescreen{
width: 20%;
}
.list-6-item-widescreen{
width: 16.66666667%;
}
.list-7-item-widescreen{
width: 14.2857%;
}
.list-8-item-widescreen{
width: 12.5%;
}
.list-9-item-widescreen{
width: 11.111%;
}
.list-10-item-widescreen{
width: 10%;
}
} .list-1-item{
width: 100%;
}
.list-2-item{
width: 50%;
}
.list-3-item{
width: 33.3333%;
}
.list-4-item{
width: 25%;
}
.list-5-item{
width: 20%;
}
.list-6-item{
width: 16.66666667%;
}
.list-7-item{
width: 14.2857%;
}
.list-8-item{
width: 12.5%;
}
.list-9-item{
width: 11.111%;
}
.list-10-item{
width: 10%;
} @media (max-width: 1366px){
.list-1-item-laptop{
width: 100%;
}
.list-2-item-laptop{
width: 50%;
}
.list-3-item-laptop{
width: 33.3333%;
}
.list-4-item-laptop{
width: 25%;
}
.list-5-item-laptop{
width: 20%;
}
.list-6-item-laptop{
width: 16.66666667%;
}
.list-7-item-laptop{
width: 14.2857%;
}
.list-8-item-laptop{
width: 12.5%;
}
.list-9-item-laptop{
width: 11.111%;
}
.list-10-item-laptop{
width: 10%;
}
} @media (max-width: 1200px){
.list-1-item-tablet-extra{
width: 100%;
}
.list-2-item-tablet-extra{
width: 50%;
}
.list-3-item-tablet-extra{
width: 33.3333%;
}
.list-4-item-tablet-extra{
width: 25%;
}
.list-5-item-tablet-extra{
width: 20%;
}
.list-6-item-tablet-extra{
width: 16.66666667%;
}
.list-7-item-tablet-extra{
width: 14.2857%;
}
.list-8-item-tablet-extra{
width: 12.5%;
}
.list-9-item-tablet-extra{
width: 11.111%;
}
.list-10-item-tablet-extra{
width: 10%;
}
} @media (max-width: 1024px){
.list-1-item-tablet{
width: 100%;
}
.list-2-item-tablet{
width: 50%;
}
.list-3-item-tablet{
width: 33.3333%;
}
.list-4-item-tablet{
width: 25%;
}
.list-5-item-tablet{
width: 20%;
}
.list-6-item-tablet{
width: 16.66666667%;
}
.list-7-item-tablet{
width: 14.2857%;
}
.list-8-item-tablet{
width: 12.5%;
}
.list-9-item-tablet{
width: 11.111%;
}
.list-10-item-tablet{
width: 10%;
}
} @media (max-width: 880px){
.list-1-item-mobile-extra{
width: 100%;
}
.list-2-item-mobile-extra{
width: 50%;
}
.list-3-item-mobile-extra{
width: 33.3333%;
}
.list-4-item-mobile-extra{
width: 25%;
}
.list-5-item-mobile-extra{
width: 20%;
}
.list-6-item-mobile-extra{
width: 16.66666667%;
}
.list-7-item-mobile-extra{
width: 14.2857%;
}
.list-8-item-mobile-extra{
width: 12.5%;
}
.list-9-item-mobile-extra{
width: 11.111%;
}
.list-10-item-mobile-extra{
width: 10%;
}
} @media (max-width: 767px){
.list-1-item-mobile{
width: 100%;
}
.list-2-item-mobile{
width: 50%;
}
.list-3-item-mobile{
width: 33.3333%;
}
.list-4-item-mobile{
width: 25%;
}
.list-5-item-mobile{
width: 20%;
}
.list-6-item-mobile{
width: 16.66666667%;
}
.list-7-item-mobile{
width: 14.2857%;
}
.list-8-item-mobile{
width: 12.5%;
}
.list-9-item-mobile{
width: 11.111%;
}
.list-10-item-mobile{
width: 10%;
}
}
.swiper-wrapper.bzotech-row{
margin-left: 0;
margin-right: 0;
}
@media (max-width: 1200px){
.list-post-wrap,
.list-product-wrap{
margin-right: -10px;
margin-left: -10px;
}
.list-col-item {
padding: 0 10px;
}
}
@media (max-width: 375px){
.list-2-item-mobile,.list-2-item-mobile-extra,.list-2-item-tablet,.list-2-item-tablet-extra,.list-2-item-laptop,.list-2-item,.list-2-item-widescreen,
.list-3-item-mobile,.list-3-item-mobile-extra,.list-3-item-tablet,.list-2-item-tablet-extra,.list-3-item-laptop,.list-2-item,.list-3-item-widescreen{
width: 100%;
}
}   .item-post-wg .zoom-image:hover .adv-thumb-link img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
transition: all 0.3s linear 0s;
}
.item-post-wg .zoom-image:hover .adv-thumb-link img {
transition: all 0.3s linear 0s;
} .popup-share-content{
display: none;
}
.popup-share span{
display: none;
}
.share-popup-content-open{
background:rgb(0 0 0 / 80%);
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
display: flex;
z-index: 9999;
right: 0;
display: none;
justify-content: center;
align-items: center;
}
.share-popup-content-open> i{
position: absolute;
right: 50px;
color: #fff;
top: 50px;
width: 50px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
cursor: pointer;
}
.share-popup-content-open ul{
background: #fff;
padding: 35px 35px 30px;
border-radius: 0px;
}
.share-popup-content-open ul a{
display: inline-block;
line-height: 0;
font-size: 30px;
}
.share-popup-content-open ul li{
margin-right: 20px;
}
.share-popup-content-open ul li:last-child{
margin-right: 0px;
}
.share-popup-content-open.active{
display: flex;
}
.post-thumb{
position: relative;
} .blog-grid-post-item- .item-grid-post-{
margin-bottom: 30px;
}
.blog-grid-post-item- .list-post-wrap{
margin-bottom: -30px;
}
.item-grid-post- .item-post{
border-radius: 15px;   
box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
position: relative;
}
.item-grid-post- .item-post .post-info{
background-color: #fff; 
}
.item-grid-post- .item-post:hover .post-info{
box-shadow: inset 0px -5px 0px var(--bzo-main-color);
transition: all 0.3s linear 0s;
}
.item-grid-post- .meta-post-style3{
margin-bottom: 10px;
}
.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper *,
.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper *{
display: none;
}
.item-grid-post- .meta-post-style3 .meta-cats .flex-wrapper a:first-child,
.item-grid-post- .meta-post-style3 .meta-tags .flex-wrapper a:first-child{
display: block;
}
.item-grid-post- .post-info{
padding: 20px;
border-radius: 0 0 15px 15px;
transition: all 0.3s linear 0s;
}
.item-grid-post- .post-info ul li i{
color: var(--bzo-main-color2);
} 
.item-grid-post- .post-info .author{
line-height: 37px;
color: #727272;
font-weight: 500;
text-transform: capitalize;
}
.item-grid-post- .post-info .author:hover{
color: var(--bzo-main-color);
}
.item-grid-post- .post-info .author img{
width: 37px;
border-radius: 100%;
margin-right: 6px;
float: left;
}
.item-grid-post- .post-title{
margin-bottom: 12px;
line-height: 28px;
}
.item-grid-post- .readmore-wrap {
margin-top: 30px;
}
.item-grid-post- .post-thumb {
position: relative;
border-radius: 15px 15px 0 0;
}
.item-grid-post- .meta-post-style1__date{
padding-bottom: 10px;
position: absolute;
top: 17px;
right: -10px;
}
.item-grid-post- .meta-post-style1__date .meta-item{
position: relative;
}
.item-grid-post- .meta-post-style1__date .meta-item span{
background: var(--bzo-main-color);
border-radius: 30px 0px 0px 30px;
line-height: 26px;
padding: 0 20px;
display: block;
z-index: 1;
position: relative;
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.item-grid-post- .meta-post-style1__date .meta-item::after{
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid var(--bzo-main-color-mix-black);
position: absolute;
right: 0;
bottom: -10px;
content: "";
}  .item-grid-post-style2 .meta-post-style1{
gap: 0;
}
.item-grid-post-style2 .post-thumb{
border-radius: 10px;
}
.item-grid-post-style2 .meta-post-style1 .post-meta-data__content>i, 
.item-grid-post-style3 .meta-post-style1 .post-meta-data__content>i{
display: none;
}
.item-grid-post-style2 .meta-post-style1 .post-meta-data__content {
font-size: 14px;
}
.item-grid-post-style2 .meta-post-style1 .split, 
.item-grid-post-style3 .meta-post-style1 .split{
margin: 0 9px;
background: #898989;
width: 1px;
height: 12px;
} 
.item-grid-post-style2 .post-info .post-title{
line-height: inherit;
}   
.item-grid-post-style2 .readmore-wrap{
margin-top: 5px;
display: inline-block;
}
.item-grid-post-style2 .readmore{
background-color: #02010100;
border: 1px solid #ececec;
border-radius: 30px;
padding: 10px 20px;
font-weight: 500;
} 
.item-grid-post-style2 .readmore:hover{
border-color: var(--bzo-main-color);
}  @keyframes img_circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 90%;
height: 90%;
opacity: 0;
}
}
.blog-grid-post-item-style3 .item-grid-post-style3{
margin-bottom: 30px;
}
.item-grid-post-style3 .post-thumb .post-meta-data{
display: none;
}
.blog-grid-post-item-style3 .list-post-wrap{
margin-bottom: -30px;
}
.item-grid-post-style3 .style-item-meta__cats .meta-cats a{
border-radius: 5px;
padding: 5px 10px;
}
.item-grid-post-style3 .meta-post-style1{
margin-bottom: 10px;
}
.item-grid-post-style3 .post-title{
margin: 8px 0 10px; 
line-height: 1.15;
}
.item-grid-post-style3 .desc{
font-size: 16px;
}
.item-grid-post-style3 .readmore-wrap{
margin-top: 30px;
}
.item-grid-post-style3 .post-thumb{
margin-bottom: 13px;
position: relative;
overflow: hidden;
}
.item-grid-post-style3 .post-thumb a:before{
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, .2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.item-grid-post-style3 .post-thumb a:hover:before{
-webkit-animation: img_circle 0.65s;
animation: img_circle 0.65s;
}
.item-grid-post-style3 .style-item-meta__cats{
position: absolute;
left: 16px;
top: 16px;
}  .blog-grid-post-item-style4 .item-post,
.item-grid-post-style4 .item-post {
position: relative;
}
.blog-grid-post-item-style4 .item-post .post-thumb:before,
.item-grid-post-style4 .item-post .post-thumb:before {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, .6) 110px, transparent 100%);
}
.item-grid-post-style4 .post-info {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
z-index: 2;
}
.item-grid-post-style4 .post-meta-data.style2-item-meta__cats{
display: none;
}
.item-grid-post-style4 .post-meta-data {
color: #fff;
margin-top: 7px;
}
.item-grid-post-style4 ul li .post-meta-data__content {
font-size: 12px;
}
.item-grid-post-style4 ul li .post-meta-data__content i {
display: none;
}
.item-grid-post-style4 .post-title a,
.item-grid-post-style4 .post-title {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 1.35;
}
@media (max-width: 767px) {
.item-grid-post-style4 .post-info {
left: 15px;
right: 15px;
bottom: 15px;
}
}  .blog-grid-post-item-style7 .item-post {
position: relative;
display: grid;
}
.item-grid-post-style7 .post-info .author,
.item-grid-post-style7 .meta-post-style3 {
display: none;
}
.item-grid-post-style7 .meta-post-style1__date {
order: 2;
margin-top: 5px;
}
.item-grid-post-style7 .post-meta-data,
.item-grid-post-style7 .meta-post-style1__date .meta-item span {
color: #888;
margin-top: 7px;
}
.item-grid-post-style7 ul li .post-meta-data__content {
font-size: 12px;
}
.item-grid-post-style7 .post-title a,
.item-grid-post-style7 .post-title {
color: #fff !important;
font-size: 16px;
font-weight: 500;
line-height: 1.35;
}  .blog-grid-post-item-style5 .item-grid-post-style5{
margin-bottom:40px;
}
.blog-grid-post-item-style5 .list-post-wrap{
margin-bottom: -40px;
}
.item-grid-post-style5 .label-cat ul li a{
font-weight: 500;
font-size: 14px;
padding: 6px 13px;
border-radius: 2px;
background: var(--bzo-main-color);
color: #FFFFFF;
text-transform: uppercase;
}
.item-grid-post-style5 .label-cat ul li a:hover {
color: #fff;
background: var(--bzo-main-color-mix-black);
}
.item-grid-post-style5 .label-cat ul {
position: absolute;
right: 20px;
top: 20px;
z-index: 10;
}
.item-grid-post-style5 .label-cat ul li {
display: inline-block;
margin-left: 5px;
}
.item-grid-post-style5 .post-info2 {
padding: 30px;
box-shadow: 0px 1px 18px rgba(31, 32, 28, 0.12);
margin-top: -80px;
border-radius: 0px;
position: relative;
}
.item-grid-post-style5 .post-info {
padding: 0 50px;
}
.item-grid-post-style5 .post-thumb {
z-index: 0;
position: relative;
}
.item-grid-post-style5 .post-thumb a{
border-radius: 0px;
overflow: hidden;
}
.item-grid-post-style5 .desc{
margin-top: 15px;
line-height: 26px;
}
.item-grid-post-style5 .readmore-wrap{
margin-top: 30px;
}
.item-grid-post-style5 .post-info2 .meta-post-style4 {
margin-bottom: 5px;
}
.item-grid-post-style5 .post-info2 .comments-item {
padding-left: 12px;
}
.item-grid-post-style5 .label-cat .post-categories li:not(:first-child) {
display: none;
}
.item-grid-post-style5 .meta-post-style4 .post-meta-data__content i {
color : var(--bzo-main-color);
}
.item-grid-post-style5 .meta-post-style4 .post-meta-data__content span {
font-size: 14px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
@media(max-width: 1200px){
.item-grid-post-style5 .post-info{
padding: 0 20px;
}
}
@media(max-width: 768px){
.item-grid-post-style5 .post-info{
padding: 0 0px;
}
.item-grid-post-style5 .post-title{
font-size: 16px;
line-height: 24px;
}
.item-grid-post-style5 .post-info2 {
padding: 30px 0px 0px;
box-shadow: none;
margin-top: 0;
}
.item-grid-post-style5 .readmore-wrap {
margin-top: 20px;
}
}  .blog-grid-post-item-style6 .item-grid-post-style6{
margin-bottom: 30px;
}
.blog-grid-post-item--style6 .list-post-wrap{
margin-bottom: -30px;
}
.item-grid-post-style6 .item-post{
border: 1px solid #d6d6d6;
transition: .3s;
}
.item-grid-post-style6 .item-post:hover {
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
}
.item-grid-post-style6 span.date {
position: absolute;
top: 15px;
right: 15px;
display: flex;
flex-direction: column;
padding: 5px 8px;
justify-content: center;
background: #fff;
text-align: center;
}
.item-grid-post-style6 span.date .day {
color: var(--bzo-gray-color);
font-size: 16px;
font-weight: 600;
}
.item-grid-post-style6 .post-info p{
margin: 0;
}
.item-grid-post-style6 .post-info .post-title {
padding-bottom: 6px;
margin-bottom: 10px;
position: relative;
text-transform: capitalize;
line-height: 1.4;
}
.item-grid-post-style6 .post-info .post-title:after {
content: "";
width: 50px;
height: 1px;
display: block;
background :var(--bzo-gray-color);
position: absolute;
bottom: 0;
left: calc(50% - 25px);
}
.item-grid-post-style6 .post-info {
padding: 15px 15px 20px;
}  .blog-grid-post-item-style10 .item-grid-post-style10{
margin-bottom: 30px;
}
.blog-grid-post-item--style10 .list-post-wrap{
margin-bottom: -30px;
}
.blog-grid-post-item- .item-post{
position: relative;
}
.item-grid-post-style10 .post-title{
line-height: 36px;
margin: 10px 0 10px;
}
.item-grid-post-style10 .meta-post-style1 .meta-cats .flex-wrapper *{
display: none;
}
.item-grid-post-style10 .meta-post-style1 .meta-cats a:first-child{
display: inline-block;
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__content>i {
display: none;
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a {
color: var(--bzo-main-color); 
}
.item-grid-post-style10 .meta-post-style1 .post-meta-data__item a:hover{
color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
.item-grid-post-style10 .post-title{
font-size: 20px;
line-height: 24px;
} 
}
@media(max-width: 767px){
.item-grid-post-style10 .post-title{
font-size: 18px;
} 
}
.item-grid-post-style10 .post-info{
padding-top: 20px;
}
.item-grid-post-style10 .item-post .post-meta-data__content i{
display: none;
}
.item-grid-post-style10 .meta-cats .post-meta-data__content span, 
.item-grid-post-style10 .meta-cats .post-meta-data__content a{
display: none;
}
.item-grid-post-style10 .meta-cats .post-meta-data__content a:first-child{
display: block;
}
.item-grid-post-style10 .post-thumb{
position: relative;
}
.item-grid-post-style10 .post-thumb .readmore-wrap{
position: absolute;
display: flex;
left: 0;
right: 0;
top: 0;
bottom: 0;
justify-content: center;
align-items: center;
opacity: 0;
background: #2e2e2ee0;
transform: scale(0);
z-index: 11;
transition: all 0.3s ease-out 0s;
}
.item-grid-post-style10:hover .post-thumb .readmore-wrap{
opacity: 1;
transform: scale(1);
}
.item-grid-post-style10 .adv-thumb-link {
display: block;
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 0px;
}
.item-grid-post-style10:hover .adv-thumb-link{
border-color: var(--bzo-main-color);
}
.item-grid-post-style10 .adv-thumb-link::before{
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.4s;
background-color: rgba(0, 0, 0, 0.1);
z-index: 1;
}
.item-grid-post-style10 .adv-thumb-link:hover::before{
opacity: 1;
transition: opacity .4s;
}
.post-thumb{
overflow: hidden;
}  .blog-grid-post-item-style11 .item-grid-post-style11{
margin-bottom: 30px;
}
.blog-grid-post-item-style11 .list-post-wrap{
margin-bottom: -30px;
}
.item-grid-post-style11 .item-post .post-info{
padding: 14px 18px;
}
.item-grid-post-style11 .meta-post-style1 .post-meta-data__item,
.item-grid-post-style11 .meta-post-style1 .post-meta-data__content>i{
font-size: inherit;
}
.item-grid-post-style11 .item-post:hover{
box-shadow: 0px -3px 18px 0px rgba(0, 0, 0, 0.08), 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.item-grid-post-style11 .item-post .post-title{
margin: 10px 0;
}
.item-grid-post-style11 .item-post .readmore-wrap a{
display: flex;
align-items: center;
gap: 5px;
}
.item-grid-post-style11 .meta-post-style1 .split{
background-color: var(--bzo-body_typo-color);
margin: 0 12px;
}
@media(max-width: 1024px){
.item-grid-post-style11 .item-post .post-title{
font-size: 16px;
line-height: 24px;
}
}
@media(max-width: 767px){
.item-grid-post-style11 .item-post .post-info {
padding: 0px;
padding-top: 15px;
}
.item-grid-post-style11 .item-post .post-title {
font-size: 14px;
line-height: 20px;
}
}  .item-list-post-default{
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid var(--bzo-border-color);
}
@media(max-width: 767px){
.item-list-post-default {
margin-bottom: 30px;
padding-bottom: 30px;
}
}
.list-post-wrap>.bzotech-col-md-12:last-child .item-list-post-default{
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}
.item-list-post-default .style-item-meta__cats{
margin-bottom: 20px;
}
.item-list-post-default .readmore{
display: inline-block;
font-size: 15px;
text-transform: uppercase;
margin-top: 25px;
font-weight: 700;
}
.item-list-post-default .readmore:after {
content: '';
background: #000;
height: 2px;
width: 0px;
display: inline-block;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
vertical-align: middle;
margin-left: 10px;
margin-top: -3px;
}
.item-list-post-default .readmore:hover:after {
width: 20px;
}
.item-list-post-default .readmore:hover{
color: #000;
}
.item-list-post-default .post-title{
margin-bottom: 20px;
word-break: break-word;
overflow: inherit;
white-space: inherit;
}
.item-list-post-default .desc {
margin-bottom: 30px;
}
.item-list-post-default .post-info{
background: #fff;
position: relative;
}
.item-list-post-default .post-thumb {
margin-bottom: 30px;
}
.item-list-post-default .post-thumb img{
display: block;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-list-post-default .post-thumb a{
display: block;
}
.item-list-post-default .meta-post-style1{
margin-bottom: 15px;
}
.item-list-post-default .meta-post-style1.not-content{
margin-bottom: 0px;
}
.item-list-post-default .readmore-wrap{
line-height: 0;
} .item-list-post-style2 .post-thumb {
width: 45%;
position: relative;
}
.item-list-post-style2 .post-thumb>a{
line-height: 0;
display: block;
}
.item-list-post-style2 .post-thumb img{
width: 100%;
}
.item-list-post-style2 .post-info {
width: 55%;
padding-left: 30px;
}
.item-list-post-style2 .post-title{
margin-top: 16px;
margin-bottom: 16px;
}
.item-list-post-style2 .readmore-wrap a{
color: #111;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: var(--bzo-main-color);
transition: .25s;
position: relative;
}
.item-list-post-style2 .readmore-wrap a:after{
position: absolute;
content: "";
width: 0;
height: 1px;
background-color: var(--bzo-main-color);
transition: .25s;
bottom: 0;
left: 0;
}
.item-list-post-style2 .readmore-wrap a:hover::after{
width: 100%;
transition: .25s;
}
.item-list-post-style2 .readmore-wrap a:hover{
letter-spacing: 2px;
transition: .25s;
color: var(--bzo-main-color);
}
.item-list-post-style2{
margin-bottom: 40px;
}
.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style2{
margin-bottom: 0px;
}
.item-list-post-style2 .post-thumb .meta-post-style1{
position: absolute;
top: 17px;
left: 20px;
right: 20px;
}
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a{
background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
padding: 5px 12px;
border-radius: 10px;
display: inline-block;
transition: all .2s ease-out 0s;
}
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a:hover{
background: var(--bzo-main-color);
color: #fff;
transition: all .2s ease-out 0s;
}
.item-list-post-style2:hover .post-thumb img {
}
.item-list-post-style2 .post-thumb .adv-thumb-link{
display: block;
position: relative;
overflow: hidden;
}
.item-list-post-style2 .post-thumb .adv-thumb-link::before{  
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.15) 70%);    
content: '';
opacity: 0;
transition: opacity 0.4s,transform 0.4s;
}
.item-list-post-style2 .post-thumb .adv-thumb-link:hover::before{
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .item-list-post-style3{
gap: 15px;
}
.item-list-post-style3 .post-thumb {
width: 100px;
position: relative;
border-radius: 0px;    
}
.item-list-post-style3 .post-thumb>a{
line-height: 0;
display: block;
}
.item-list-post-style3 .post-thumb img{
width: 100%;
}
.item-list-post-style3 .post-info {
width: calc(100% - 105px);
}
.item-list-post-style3 .post-title{
font-weight: 500;
line-height: 24px;
}
.item-list-post-style3 .readmore-wrap a{
color: #111;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
color: var(--bzo-main-color);
transition: .25s;
position: relative;
}
.item-list-post-style3 .readmore-wrap a:after{
position: absolute;
content: "";
width: 0;
height: 1px;
background-color: var(--bzo-main-color);
transition: .25s;
bottom: 0;
left: 0;
}
.item-list-post-style3 .readmore-wrap a:hover::after{
width: 100%;
transition: .25s;
}
.item-list-post-style3 .readmore-wrap a:hover{
letter-spacing: 2px;
transition: .25s;
color: var(--bzo-main-color);
}
.item-list-post-style3{
margin-bottom: 15px;
}
.blog-list-post-item-style2 .bzotech-col-md-12:last-child .item-list-post-style3{
margin-bottom: 0px;
}
.item-list-post-style3 .post-thumb .adv-thumb-link{
display: block;
border-radius: 0px;
position: relative;
overflow: hidden;
} @media (max-width: 991px){
.meta-post-tags-share-style2>.flex-wrapper ,
.meta-post-tags-share>.flex-wrapper {
flex-direction: column;
align-items: self-start;
gap: 20px;
}
}   @media(max-width: 1200px){
.item-list-post-style2 .post-title{
margin-top: 6px;
margin-bottom: 6px;
}
}
@media(max-width: 880px){
.item-list-post-style2 .post-thumb{
width: 100%;
}
.item-list-post-style2 .post-info{
width: 100%;
padding: 0;
padding-top: 20px;
}
.item-list-post-style2{
flex-direction: column;
}
}
@media(max-width: 767px){
.sidebar-position-left{
order: 2;
margin-top: 40px;
}
.item-list-post-default .post-title{
font-size: 24px;
line-height: 30px;
}
} .blog-grid-post-item-style12 .item-grid-post-style12{
margin-bottom:40px;
}
.blog-grid-post-item-style12 .list-post-wrap{
margin-bottom: -40px;
}
.item-grid-post-style12 .label-cat ul li a{
font-weight: 600;
font-size: 14px;
padding: 4px 12px 4px 25px;
border-radius: 4px;
background: var(--bzo-main-color2);
color: #FFFFFF;
display: block;
clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 100% 100%, 0 100%);
}
.item-grid-post-style12 .label-cat ul li a:hover {
color: #fff;
}
.item-grid-post-style12 .label-cat ul {
position: absolute;
right: 0px;
bottom: 0px;
z-index: 10;
}
.item-grid-post-style12 .label-cat ul li {
display: none;
}
.item-grid-post-style12 .label-cat ul li:first-child {
display: inline-block;
}
.item-grid-post-style12 .post-thumb{
border-radius: 5px;
margin-bottom: 12px;
}
.item-grid-post-style12 .post-meta-data li{
margin-right: 10px;
text-transform: uppercase;
}
.item-grid-post-style12 .post-title{
line-height: 1.5;
margin-top: 4px;
} .blog-grid-post-item-style13 .item-grid-post-style13{
margin-bottom:30px;
}
.blog-grid-post-item-style13 .list-post-wrap{
margin-bottom: -30px;
}
.item-grid-post-style13 .item-post{
border-radius: 4px;
overflow: hidden;
}
.item-grid-post-style13 .item-post:hover{
background-color: #fff;
border-bottom: 1px solid #999;
}
.item-grid-post-style13 .post-info{
margin-top: 7px;
}
.item-grid-post-style13 .post-info-inner{
display: flex;
gap: 15px;
align-items: center;
padding: 8px 10px;
}
.item-grid-post-style13 .post-info-inner .readmore-wrap a i{
transform: rotate(-45deg);
}
.item-grid-post-style13 .post-info-inner .readmore-wrap a{
clip-path: polygon(23% 0, 100% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 100%, 0 23%);
border-radius: 4px;
background-color: transparent;
color: #333;
display: block;
padding: 7px 8px;
transition: .2s;
}
.item-grid-post-style13 .item-post:hover .post-info-inner .readmore-wrap a{
background-color: var(--bzo-main-color);
color: #fff;
}
.item-grid-post-style13 .post-title{
line-height: 1.4;
}
@media(max-width: 767px){
.item-grid-post-style13 .post-title{
font-size: 16px;
line-height: 22px;
}
} .item-grid-post-style14{
padding: 18px 0;
border-left: 2px solid #000;
}
.item-grid-post-style14 .item-post{
display: flex;
gap: 15px;
}
.item-grid-post-style14 .post-thumb{
width: 50%;
}
.item-grid-post-style14 .post-info{
width: 50%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.item-grid-post-style14 .post-info .post-title{
line-height: 1.4;
}
.item-grid-post-style14 .post-info .post-title a:hover{
color: var(--bzo-main-color2);
}
.item-grid-post-style14 .post-info .meta-post-style2{
flex-direction: column;
align-items: start;
gap: 0;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats{
order: 1;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-date{
order: 2;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats span,
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a{
display: none;
}
.item-grid-post-style14 .post-info .meta-post-style2 .meta-cats a:first-child{
display: block;
}
.item-grid-post-style14 .meta-post-style2 .post-meta-data__content{
color: var(--bzo-title_typo-color);
} .blog-masonry1-view .bzotech-row {
display: flex;
align-items: flex-start;
}
.item-col-6 {
width: 50%;
padding: 0 15px;
}
.column-post-masonry .author, 
.column-post-masonry .meta-post-style1__date,
.column-post-masonry .post-meta-data__content i {
display: none;
}
.blog-masonry1-view .post-meta-data__content span,
.blog-masonry2-view .post-meta-data__content span,
.blog-masonry3-view .post-meta-data__content span,
.blog-masonry4-view .post-meta-data__content span,
.blog-masonry5-view .post-meta-data__content span,
.meta-item-date span {
font-size: 12px;
color: #888;
}   
.blog-masonry1-view .col-list .item-post{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.blog-masonry1-view .item-post {
background-color: #f5f5f5;
}
.blog-masonry1-view .col-main .post-thumb {
max-height: 310px;
}
.blog-masonry1-view .post-info {
padding: 27px 23px 26px;
}
.blog-masonry1-view .desc {
margin-bottom: 0;
color: #313131;
}
.blog-masonry1-view .post-title {
margin: 0 0 8px;
font-size: 16px;
line-height: 1.35;
}
.blog-masonry1-view .col-list .post-info {
padding: 15px 23px 15px;
}
.blog-masonry1-view .col-list > div,
.blog-masonry3-view .col-list > div,
.blog-masonry4-view .col-list > div,
.blog-masonry4-view .col-block2 > div,
.blog-masonry5-view .col-list > div {
margin-bottom: 20px;
}
.blog-masonry1-view .col-list > div:last-child,
.blog-masonry3-view .col-list > div:last-child,
.blog-masonry4-view .col-list > div:last-child,
.blog-masonry4-view .col-block2 > div:last-child,
.blog-masonry5-view .col-list > div:last-child {
margin-bottom: 0;
}
.blog-masonry1-view .col-list .desc {
display: none;  
}
.blog-masonry1-view .col-list .post-thumb {
order: 2;
max-width: 200px;
}  .blog-masonry2-view .bzotech-row {
display: flex;
align-items: flex-start;
}
.blog-masonry2-view .col-main .post-thumb {
max-height: 259px;
}
.blog-masonry2-view .col-main .item-post {
background-color: #f5f5f5;
}
.column-post-masonry {
padding: 0 15px;
}
.item-col-4 {
width: 33.33%;
}
.item-col-8 {
width: 66.67%;
}
.blog-masonry2-view .col-main {
order: 2;
}
.blog-masonry2-view .col-main .post-info {
padding: 30px 25px 30px; 
margin: 0;
}
.blog-masonry2-view .col-main .post-info .post-title {
margin-bottom: 10px;
}
.blog-masonry2-view .col-grid {
display: grid;
grid-template-columns: auto auto;
column-gap: 20px;
}
.blog-masonry2-view .col-grid > div {
margin-bottom: 20px;
}   
.blog-masonry2-view .col-grid .post-thumb {
max-width: 180px;
min-width: 180px;
}
.blog-masonry2-view .col-grid .post-thumb {
margin-right: 20px;
}
.column-post-masonry .post-info {
display: grid;
}
.column-post-masonry .post-info .post-title {
order: 1;
}
.column-post-masonry .post-info .post-meta-data {
order: 2;
}
.column-post-masonry .post-info .desc {
order: 3;
margin-top: 10px;
}
.blog-masonry2-view .col-grid .post-title {
font-size: 15px;
line-height: 1.35;
margin-bottom: 7px;
}
.blog-masonry2-view .col-grid .item-post,
.blog-masonry3-view .col-list .item-post,
.blog-masonry4-view .col-list .item-post,
.blog-masonry5-view .col-list .item-post {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
@media (max-width: 1200px) {
.blog-masonry2-view .col-grid .post-thumb {
max-width: 150px;
min-width: 150px;
}
.blog-masonry2-view .col-main .post-title {
font-size: 18px;
line-height: 26px;
}
}  .item-col-4 {
width: 33.33%;
max-width: 33.33%;
}
.blog-masonry3-view .col-position .item-post {
position: relative;
}
.blog-masonry3-view .col-position .post-thumb img {
min-height: 423px;
}
.blog-masonry3-view .col-position .post-info {
position: absolute;
left: 20px;
bottom: 20px;
}
.blog-masonry3-view .col-position .post-info .post-title a {
font-size: 18px;
line-height: 1.3;
color: #fff;
} 
.blog-masonry3-view .col-position .post-meta-data__content {
margin-top: 10px;
}
.blog-masonry3-view .col-position .post-meta-data__content span {
color: #fff;
}
.blog-masonry3-view .col-position .post-info .desc {
display: none;
}
.blog-masonry3-view .col-block .post-info,
.blog-masonry4-view .col-block1 .post-info,
.blog-masonry4-view .col-block2 .post-info,
.blog-masonry5-view .col-block1 .post-info {
background-color: #f5f5f5;
padding: 20px 20px 20px;
}
.blog-masonry3-view .col-block .post-title,
.blog-masonry3-view .col-list .post-title {
font-size: 16px;
margin-bottom: 10px;
line-height: 1.35;
}
.blog-masonry3-view .col-block .desc,
.blog-masonry4-view .col-block1 .desc,
.blog-masonry5-view .col-list .desc,
.blog-masonry5-view .col-block1 .desc {
margin-bottom: 0;
}
.blog-masonry3-view .col-list .post-thumb {
max-width: 136px;
}
.blog-masonry3-view .col-list .post-thumb,
.blog-masonry4-view .col-list .post-thumb,
.blog-masonry5-view .col-list .post-thumb {
margin-right: 18px;
}
.blog-masonry3-view .col-list .post-title {
font-size: 14px;
margin-bottom: 6px;
}
.blog-masonry3-view .col-list .desc {
display: none;
}  .blog-masonry4-view .col-block2 .post-thumb img {
max-height: 204px;
}
.blog-masonry4-view .col-block1  .post-meta-data, 
.blog-masonry4-view .col-block2  .post-meta-data {
margin-top: 10px;
}
.blog-masonry4-view .col-block2 .post-title {
font-size: 16px;
line-height: 23px;
margin: -2px 0 0;
}
.blog-masonry4-view .col-block2 .desc,
.blog-masonry4-view .col-list .desc {
display: none;
}
.blog-masonry4-view .col-list .post-thumb {
max-width: 170px;
}
.blog-masonry4-view .col-list .post-title {
font-size: 15px;
line-height: 1.35;
margin-bottom: 7px;
}  .blog-masonry5-view .item-col-8 {
width: 60%;
}
.blog-masonry5-view .item-col-4 {
width: 40%;
max-width: 40%;
}
.blog-masonry5-view .column-post-masonry .post-info .post-meta-data,
.blog-masonry5-view .column-post-masonry .post-info .post-title {
order: inherit;
}
.blog-masonry5-view .col-list .post-thumb {
max-width: 200px;
min-width: 200px;
}
.heading-blog-h12 {
font-size: 30px;
margin-top: -5px;
}
.blog-masonry5-view .post-title {
font-size: 18px;
margin-bottom: 6px;
}
.blog-masonry5-view .col-block1 .post-title {
font-size: 22px;
line-height: 1.35;
} 
.blog-masonry5-view .col-block1 .desc {
display: block;
}
.blog-masonry5-view .desc,
.blog-masonry5-view .col-block2 .desc {
display: none;
}
.blog-masonry5-view .col-block2 {
display: flex;
align-items: flex-start;
column-gap: 20px;
margin-top: 20px;
}
.blog-masonry5-view .col-block2 .post-title{
font-size: 15px;
}
.blog-masonry5-view .col-block2 .post-info {
padding: 15px 0 0;
background-color: #fff;
}
.blog-masonry5-view .col-list .post-title{
font-size: 15px;
line-height: 1.35;
}
.blog-masonry5-view .col-list .post-info {
padding: 10px 10px 10px 0;
}
.blog-masonry5-view .col-list .item-post {
background-color: #f5f5f5;
}
.blog-masonry5-view .meta-cats .post-meta-data__content a,
.blog-masonry5-view .meta-cats .post-meta-data__content span {
display: none;
}
.blog-masonry5-view .meta-cats .post-meta-data__content a:last-of-type {
display: block;
}
.style8-item-meta__cats {
margin-bottom: 10px;
}
.style8-item-meta__cats a {
background-color: #e1e1e1;
padding: 5px 8px;
line-height: 1;
color: #000;
font-weight: 500;
font-size: 12px;
z-index: 2;
position: relative;
}
.style8-item-meta__cats a:after {
position: absolute;
content: '';
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: rgba(0, 0, 0, .1);
z-index: -1;
transition: all .2s;
}
.style8-item-meta__cats a:hover:after {
left: 0;
width: 100%;
}
@media (max-width: 1600px) {
.blog-masonry5-view .col-list .post-title{
font-size: 14px;
}
}
@media (max-width: 1200px) and (min-width: 1025px) {
.blog-masonry3-view .col-position .post-thumb img {
min-height: 390px;
}
}
@media (max-width: 1024px) {
.heading-blog-h12 {
display: none;
}
.blog-masonry5-view .item-col-8 {
width: 100%;
}
.blog-masonry5-view .item-col-4{
width: 100%;
max-width: 100%;
margin-top: 40px;
}
.blog-masonry3-view .column-post-masonry.col-list {
width: 100%;
max-width: 100%;
margin-top: 30px;
}
.blog-masonry3-view .column-post-masonry.col-list .item-post {
background-color: #f5f5f5
}
.blog-masonry4-view .column-post-masonry.col-block1 {
width: 100%;
max-width: 100%;
margin-bottom: 30px;
}
.blog-masonry4-view .column-post-masonry.col-block2,
.blog-masonry4-view .column-post-masonry.col-list,
.blog-masonry3-view .column-post-masonry.col-position,
.blog-masonry3-view .column-post-masonry.col-block {
width: 50%;
max-width: 50%;
}
.blog-masonry2-view .column-post-masonry.col-main{
width: 100%;
max-width: 100%;
margin-top: 10px;
}
.blog-masonry2-view .column-post-masonry.col-grid {
width: 100%;
max-width: 100%;
}
}
@media (max-width: 991px) {
.blog-masonry1-view .col-list .post-thumb {
max-width: 150px;
}
.blog-masonry3-view .col-position .post-thumb img {
min-height: 343px;
}
.blog-masonry3-view .col-block .desc {
display: none;  
}
}
@media (max-width: 767px) {
.blog-masonry3-view .column-post-masonry.col-position,
.blog-masonry3-view .column-post-masonry.col-block {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.blog-masonry3-view .column-post-masonry.col-list {
margin-top: 0;
}
.blog-masonry1-view .column-post-masonry.col-main,
.blog-masonry1-view .column-post-masonry.col-list,
.blog-masonry4-view .column-post-masonry.col-block2,
.blog-masonry4-view .column-post-masonry.col-list {
width: 100%;
max-width: 100%;
}
.blog-masonry1-view .column-post-masonry.col-list,
.blog-masonry4-view .column-post-masonry.col-list {
margin-top: 20px;
}
.blog-masonry2-view .column-post-masonry.col-grid {
grid-template-columns: initial;
}
.blog-masonry1-view .col-list .post-info {
padding: 10px 15px;
}
.blog-masonry1-view .col-list .post-title {
font-size: 14px;
}
.blog-masonry5-view .col-list .item-post {
align-items: flex-start;
background-color: #fff;
}
.blog-masonry5-view .col-list .post-info {
padding: 0;
}
}   
@media (max-width: 575px) {
.blog-masonry5-view .col-block1 .col-block2 {
display: block;
}
.blog-masonry5-view .col-block1 .col-block2 > div {
margin-bottom: 20px;
}
.blog-masonry5-view .item-col-4 {
margin-top: 10px;
}
.blog-masonry3-view .col-list .post-thumb,
.blog-masonry5-view .col-list .post-thumb,
.blog-masonry4-view .col-list .post-thumb,
.blog-masonry5-view .col-list .post-thumb {
max-width: 150px;
min-width: 150px;
}
}  .style-hv-underline .post-title a,
.item-grid-post-style4 .post-title a,
.blog-grid-post-item-style7 .post-title a{
position: relative;
display: inline;
background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
background: linear-gradient(to right, currentColor 0%, currentColor 100%);
background-size: 0px 2px;
background-position: 0px 95%;
-webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
-o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
padding: 0.1% 0px;
background-repeat: no-repeat;
color: inherit;
}
.style-hv-underline .post-title a:hover,
.item-grid-post-style4 .post-title a:hover,
.blog-grid-post-item-style7 .post-title a:hover {
background-size: 100% 2px;
}.preload  #loading-center-absolute>div{
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.preload #objectstyle2{
width: 80px;
height: 80px;
background-color: #FFF;
-webkit-animation: animatestyle2 1s infinite ease-in-out;
animation: animatestyle2 1s infinite ease-in-out;
margin-right: auto;
margin-left: auto;
margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
0% { -webkit-transform: perspective(160px); }
50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}
@keyframes animatestyle2 {
0% { 
transform: perspective(160px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
} 50% { 
transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
} 100% { 
transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
}
} #loading-center-absolutestyle3 {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 50px;
margin-top: -25px;
margin-left: -25px;
-ms-transform: rotate(45deg); 
-webkit-transform: rotate(45deg);
transform: rotate(45deg); 
-webkit-animation: loading-center-absolute 1.5s infinite;
animation: loading-center-absolute 1.5s infinite;
}
.objectstyle3{
width: 25px;
height: 25px;
background-color: #fff;
float: left;
}
#object_onestyle3 {
-webkit-animation: object_onestyle3 1.5s infinite;
animation: object_onestyle3 1.5s infinite;
}
#object_twostyle3 {
-webkit-animation: object_twostyle3 1.5s infinite;
animation: object_twostyle3 1.5s infinite;
}
#object_threestyle3 {
-webkit-animation: object_threestyle3 1.5s infinite;
animation: object_threestyle3 1.5s infinite;
}
#object_fourstyle3 {
-webkit-animation: object_fourstyle3 1.5s infinite;
animation: object_fourstyle3 1.5s infinite;
}
@-webkit-keyframes loading-center-absolutestyle3 {
100% { -webkit-transform: rotate(-45deg); }
}
@keyframes loading-center-absolutestyle3 {
100% { 
transform:  rotate(-45deg);
-webkit-transform:  rotate(-45deg);
}
}
@-webkit-keyframes object_onestyle3 {
25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_onestyle3 {
25% { 
transform: translate(0,-50px) rotate(-180deg);
-webkit-transform: translate(0,-50px) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_twostyle3 {
25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_twostyle3 {
25% { 
transform: translate(50px,0) rotate(-180deg);
-webkit-transform: translate(50px,0) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_three_pre3 {
25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_threestyle3 {
25% { 
transform:  translate(-50px,0) rotate(-180deg);
-webkit-transform:  translate(-50px,0) rotate(-180deg);
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: rtranslate(0,0) rotate(-180deg);
}
}
@-webkit-keyframes object_fourstyle3 {
25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}
@keyframes object_fourstyle3 {
25% { 
transform: translate(0,50px) rotate(-180deg); 
-webkit-transform: translate(0,50px) rotate(-180deg);  
} 
100% { 
transform: translate(0,0) rotate(-180deg);
-webkit-transform: translate(0,0) rotate(-180deg);
}
} #loading-center-absolutestyle4 {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -50px;
}
.objectstyle4{
width: 20px;
height: 20px;
background-color: #fff;
float: left;
margin-right: 20px;
margin-top: 65px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#object_onestyle4 {   
-webkit-animation: object_onestyle4 1.5s infinite;
animation: object_onestyle4 1.5s infinite;
}
#object_twostyle4 {
-webkit-animation: object_twostyle4 1.5s infinite;
animation: object_twostyle4 1.5s infinite;
-webkit-animation-delay: 0.25s; 
animation-delay: 0.25s;
}
#object_threestyle4 {
-webkit-animation: object_threestyle4 1.5s infinite;
animation: object_threestyle4 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}
@keyframes object_onestyle4 {
75% { 
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes object_twostyle4 { 
75% { -webkit-transform: scale(0); }
}
@keyframes object_twostyle4 {
75% { 
transform: scale(0);
-webkit-transform:  scale(0);
}
}
@-webkit-keyframes object_threestyle4 {
75% { -webkit-transform: scale(0); }
}
@keyframes object_threestyle4 {
75% { 
transform: scale(0);
-webkit-transform: scale(0);
}
} #loading-center-absolutestyle5 {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 200px;
margin-top: -25px;
margin-left: -100px;
}
.objectstyle5{
width: 20px;
height:20px;
background-color:#fff;
float: left;
margin-top: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
-webkit-animation: first_objectstyle5 2s infinite;
animation: first_objectstyle5 2s infinite;
}
#second_objectstyle5{
-webkit-animation: second_objectstyle5 2s infinite;
animation: second_objectstyle5 2s infinite;
float: right;
}
@-webkit-keyframes first_objectstyle5 {
25% {
-ms-transform: translate(90px,0) scale(2); 
-webkit-transform: translate(90px,0) scale(2);
transform: translate(90px,0) scale(2);
}
50% {
-ms-transform: translate(180px,0) scale(1); 
-webkit-transform: translate(180px,0) scale(1);
transform: translate(180px,0) scale(1);
}   
75% {
-ms-transform: translate(90px,0) scale(2); 
-webkit-transform: translate(90px,0) scale(2);
transform: translate(90px,0) scale(2);
}   
}       
@keyframes first_objectstyle5 {
25% {
-ms-transform: translate(90px,0) scale(2); 
-webkit-transform: translate(90px,0) scale(2);
transform: translate(90px,0) scale(2);
}
50% {
-ms-transform: translate(180px,0) scale(1); 
-webkit-transform: translate(180px,0) scale(1);
transform: translate(180px,0) scale(1);
}   
75% {
-ms-transform: translate(90px,0) scale(2); 
-webkit-transform: translate(90px,0) scale(2);
transform: translate(90px,0) scale(2);
}  
}
@-webkit-keyframes second_objectstyle5 {
25% {
-ms-transform: translate(-90px,0) scale(2); 
-webkit-transform: translate(-90px,0) scale(2);
transform: translate(-90px,0) scale(2);
}
50% {
-ms-transform: translate(-180px,0) scale(1); 
-webkit-transform: translate(-180px,0) scale(1);
transform: translate(-180px,0) scale(1);
}   
75% {
-ms-transform: translate(-90px,0) scale(2); 
-webkit-transform: translate(-90px,0) scale(2);
transform: translate(-90px,0) scale(2);
} 
}       
@keyframes second_objectstyle5 {
25% {
-ms-transform: translate(-90px,0) scale(2); 
-webkit-transform: translate(-90px,0) scale(2);
transform: translate(-90px,0) scale(2);
}
50% {
-ms-transform: translate(-180px,0) scale(1); 
-webkit-transform: translate(-180px,0) scale(1);
transform: translate(-180px,0) scale(1);
}   
75% {
-ms-transform: translate(-90px,0) scale(2); 
-webkit-transform: translate(-90px,0) scale(2);
transform: translate(-90px,0) scale(2);
} 
} #loading-center-absolutestyle6 {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 100px;
margin-top: -10px;
margin-left: -50px;
}
.objectstyle6{
width: 20px;
height: 20px;
background-color: #fff;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute; 
}
#object_onestyle6{
-webkit-animation: objectstyle6 2s linear infinite;
animation: objectstyle6 2s linear infinite;
}
#object_twostyle6{ 
-webkit-animation: objectstyle6 2s linear infinite -.4s;
animation: objectstyle6 2s linear infinite -.4s;
left: 20px;
}
#object_threestyle6{ 
-webkit-animation: objectstyle6 2s linear infinite -.8s; 
animation: objectstyle6 2s linear infinite -.8s; 
left: 40px;
}
#object_fourstyle6{ 
-webkit-animation: objectstyle6 2s linear infinite -1.2s;
animation: objectstyle6 2s linear infinite -1.2s; 
left: 60px;
} 
#object_fivestyle6{ 
-webkit-animation: objectstyle6 2s linear infinite -1.6s; 
animation: objectstyle6 2s linear infinite -1.6s; 
left: 80px;
}
@-webkit-keyframes objectstyle6{
0% { left: 100px; top:0}
80% { left: 0; top:0;}
85% { left: 0; top: -20px; width: 20px; height: 20px;}
90% { width: 40px; height: 15px; }
95% { left: 100px; top: -20px; width: 20px; height: 20px;}
100% { left: 100px; top:0; }      
}       
@keyframes objectstyle6{
0% { left: 100px; top:0}
80% { left: 0; top:0;}
85% { left: 0; top: -20px; width: 20px; height: 20px;}
90% { width: 40px; height: 15px; }
95% { left: 100px; top: -20px; width: 20px; height: 20px;}
100% { left: 100px; top:0; }
} #loading-center-absolutestyle7 {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 50px;
margin-top: -25px;
margin-left: -25px;
}
.objectstyle7{
width: 50px;
height: 5px;
background-color: #fff;
-webkit-animation: animatestyle7 2s infinite;
animation: animatestyle7 2s infinite;
position: absolute;
top: 0px;
right: -200px;
}
@-webkit-keyframes animatestyle7 {
50% {
-ms-transform: translate(-400px,0) rotate(-360deg); 
-webkit-transform: translate(-400px,0) rotate(-360deg); 
transform: translate(-400px,0) rotate(-360deg); 
}
100% {
-ms-transform: translate(0,0) rotate(360deg); 
-webkit-transform: translate(0,0) rotate(360deg); 
transform: translate(0,0) rotate(360deg); 
}   
}
@keyframes animatestyle7 {
50% {
-ms-transform: translate(-400px,0) rotate(-360deg); 
-webkit-transform: translate(-400px,0) rotate(-360deg); 
transform: translate(-400px,0) rotate(-360deg); 
}
100% {
-ms-transform: translate(0,0) rotate(360deg); 
-webkit-transform: translate(0,0) rotate(360deg); 
transform: translate(0,0) rotate(360deg); 
}     
}
.preload-style-custom-image #loading-center{
display: flex;
display: -webkit-flex;
display: -ms-flex;
display: -o-flex;
justify-items: center;
-webkit-justify-items: center;
-ms-justify-items: center;
-o-justify-items: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
-o-align-items: center;
}
#loading-center-absolute-image{
text-align: center;
margin: auto;
display: none;
}
.preload #loading-center {
width: 100%;
height: 100%;
position: relative;
}
.preload #loading-center-absolute-image{
display: block;
max-width: 350px;
}
#loading {
display: block;
width: 100%;
position: fixed;
z-index: 999999;
margin-top: 0px;
bottom: 100px;
top:100%;
height:0;
opacity: 1;
transition: all 1s ease-out 0s;
-webkit-transition: all 1s ease-out 0s;
background-color: var(--bzo-preload-background);
}
.preload #loading {
display: block;
height: 100%;
width: 100%;
position: fixed;
z-index: 999999;
margin-top: 0px;
bottom: 0px;
top: 0;
opacity: 1;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.preload-remove #loading {
z-index: -2;
}
.preload #loading {
background-color: var(--bzo-preload-background);
}.item-product .product-thumb{
position: relative;
}
.countdown-style-item-{
position: absolute;
bottom: 12px;
left: 0;
right: 0;
transition: .5s;
display: flex;
gap: 8px;
color: #727272;
justify-content: center;
}
.item-product:hover .countdown-style-item-{
opacity: 0;
visibility: hidden;
bottom: 25%;
transform: scale(0, 0);
}
.countdown-style-item- .clock{
background-color: #fff;
box-shadow: 0 0 3px rgba(0,0,0,.2);
border-radius: 3px;
width: 52px;
text-align: center;
display: flex;
flex-direction: column;
position: relative;
padding: 5px;
line-height: 24px;
font-size: 12px;
}
.countdown-style-item- .clock .number{
font-size: 18px;
color: var(--bzo-title_typo-color);
font-weight: 600;
height: auto;
margin: 0;
}
@media(max-width: 880px){
.countdown-style-item- .clock{
width: 50px;
padding: 5px 2px;
}
.countdown-style-item-{
gap: 5px;
}
}
@media(max-width: 767px){
.countdown-style-item- .clock{
width: 50px;
padding: 5px;
}
.countdown-style-item-{
gap: 8px;
display: none;
}
}
.flashsale .flashsale-procressbar{
width: 100%;
height: 5px;
border-radius: 10px;
background-color: #e0e0e0;
margin: 10px 0 6px 0;
}
.flashsale .flashsale-procressbar .flashsale-procressbar__inner{
background-color: #FF3B3B;
border-radius: 10px;
height: 5px;
}
.flashsale .sold-info{
color: var(--bzo-title_typo-color);
} .product-price .woocommerce-Price-amount{
color: #000;
font-size: 16px;
font-weight: 500;
}
.product-price del{
text-decoration: none;
}
.product-price del .woocommerce-Price-amount{
color: #727272;
font-size: 14px;
font-weight: 400;
text-decoration: line-through;
}
@media(max-width: 767px){
.product-price .woocommerce-Price-amount{
font-size: 16px;
}
.product-price del .woocommerce-Price-amount{
font-size: 14px;
}
}
.product-price .slipt{
color: #000;
}
.product-grid-view .list-product-wrap{
display: flex;
display: -ms-flex;
display: -webkit-flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.product-grid-view .list-col-item {
float: none;
} .btn-filter {
background: #fff;
border: 1px solid var(--bzo-border-color);
display: inline-block;
font-weight: 700;
height: 40px;
line-height: 38px;
padding: 0 55px 0 20px;
position: relative;
text-transform: uppercase;
}
.box-attr-filter {
background: #fff;
border: 1px solid var(--bzo-border-color);
box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
left: 0;
margin-top: 35px;
opacity: 0;
padding: 20px 0;
position: absolute;
top: 65px;
visibility: hidden;
width: 100%;
z-index: 10000;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
margin-top: 5px;
opacity: 1;
visibility: visible;
top: 40px;
}
.btn-filter::after {
border-left: 1px solid var(--bzo-border-color);
bottom: 0;
content: "\f107";
font-family: 'Font Awesome 5 Free';
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 30px;
}
.js-content-wrap{
position: relative;
}
.filter-product{
margin-bottom: 30px;
}
.btn-filter span {
display: inline-block;
font-size: 18px;
margin-right: 10px;
vertical-align: top;
}
.box-attr-filter::before {
background: #fbfbfb;
border-right: 1px solid var(--bzo-border-color);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 170px;
}
.item-box-attr {
display: table;
overflow: hidden;
position: relative;
width: 100%;
padding: 5px 0;
line-height: 24px;
}
.item-attr-title {
display: table-cell;
padding: 0 25px;
position: relative;
width: 170px;
vertical-align: top;
text-align: left;
}
.item-attr-content {
color: #666;
display: table;
padding: 0 30px;
vertical-align: top;
}
.range-filter .ui-slider-range {
background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #333;
border-radius: 0;
cursor: pointer;
height: 10px;
margin-left: -5px;
top: -4px;
width: 10px;
border: none;
}
.range-filter .slider-range {
border: none;
border-radius: 0;
height: 1px;
display: inline-block;
margin: 0 20px 0 5px;
vertical-align: middle;
width: 250px;
background: #e5e5e5;
}
.attr-price-filter{
display: inline-block;
}
.attr-price-filter label {
font-weight: 400;
}
.list-filter.list-inline li{
padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
display: block !important;
}
.filter-yes .js-content-main{
clear: both;
}
.filter-col .box-attr-filter::before{
display: none;
}
.filter-col .item-box-attr{
display: block;
float: left;
}
.filter-col.filter-2-col .item-box-attr{
width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1), 
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1), 
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
clear: both;
}
.filter-col .box-attr-filter{
clear: both;
}
.filter-col .list-filter{
margin: 0 -15px;
}
.filter-col .item-box-attr{
text-align: left;
}
.filter-col .item-attr-title label{
font-weight: bold;
margin-bottom: 12px;
display: block;
}
.filter-col.filter-col-list .list-filter li, 
.filter-col.filter-col-list .list-filter{
list-style: none;
display: list-item;
}
.element-filter{
position: relative;
}
.element-filter.active:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #a21414;
border-width: 0 2px 2px 0;
position: absolute;
top: 2px;
right: -11px;
}
.filter-noresult{
padding: 100px 0;    
border: 1px solid var(--bzo-border-color);
}
.bzotech-row > .filter-noresult-wrap{
padding: 0 15px;
display: block !important;
position: static !important;
}
.products-wrap{
position: relative;
clear: both;
}
.filter-none .owl-wrapper, 
.filter-none .owl-wrapper .owl-item{
width: 100% !important;
}
.range-filter .slider-range{
max-width: 100%;
}
.filter-col .item-attr-title, 
.filter-col .item-attr-content{
display: block;
}
.list-inline{
list-style: none;
padding: 0;
margin: 0;
}
.list-inline > li{    
display: inline-block;
}
.attr-price-filter p{
margin: 0;
}
.filter-product:not(.filter-col) .item-attr-content.range-filter{
padding: 0 40px;
}  .shop-loading{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
z-index: 98;
}
.shop-loading i{
font-size: 40px;
position: absolute;
top: 100px;
left: 50%;
color: #fff;
}
.ajax-loading:not(.list-product-search){
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
max-width: 100%!important;
height: 100%;
z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
font-size: 18px;
position: absolute;
right: 0;
top: 0;
width:18px;
height: 18px;
}
.loadding{
position: relative;
} .product-thumb{
position: relative;
}
.wrap-rating .number-rate{
color: #999;
margin-left: 10px;
}
.product-info .product-title{
margin: 0 0 5px 0;
line-height: 24px;
text-transform: capitalize;
}
.product-info .product-title a:hover{
}
.product-thumb{
overflow: hidden;
}
.item-style-product-extra{
padding: 0;
line-height: 56px;
height: 56px;
display: inline-block;
width: 56px;
text-align: center;
background: var(--bzo-main-color);
color: #fff;
margin-left: 2px;
}
.item-style-product-extra span{
display: none;
}
.attr-type-color .item{
display: inline-block;
border: 1px solid #000;
margin-right: 15px;
overflow: hidden;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.attr-type-color .item:last-child{
margin-right: 0px;
}
.attr-type-color span{
display: block;
width: 20px;
height: 20px;
}
.attr-type-label .item:last-child{
margin-right: 0px;
}
.attr-type-label .item:hover{
border-color: #000;
color: #000;
} .attribute-by-color-style1 .attribute-custom{
height: 18px;
width: 18px;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
position: relative;
}
.attribute-by-color-style1 .attribute-custom:before{
height: 24px;
width: 24px;
content: '';
position: absolute;
left: -3px;
top: -3px;
background: transparent;
border-radius: 50%;
z-index: -1;
}
.attribute-by-color-style1 .attribute-custom:last-child{
margin-right: 0px;
}
.attribute-by-color-style1 .attribute-custom.color-white{
border:1px solid #d4d4d4;
} 
.attribute-by-color-style1 .attribute-custom.color-white.active-att{
border: none;
} 
.attribute-by-color-style1 .attribute-custom.active-att:before{
background: #fff ;
}  
.attribute-by-color-style1 .attribute-custom.color-white.active-att:before{
background: #ccc ;
} .main-filter__number .woocommerce-result-count{
margin: 0;
} .wap-item-attribute .tawcvs-swatches{
display: flex;
gap: 10px;
}
.wap-item-attribute .attribute-item{
display: flex;
align-items: center;
gap: 8px;
}
.wap-item-attribute .tawcvs-swatches .swatch:hover{
cursor: pointer;
}
.wap-item-attribute .plus-attr{
line-height: 15px;
}
@media(max-width: 767px){
.wap-item-attribute .plus-attr{
font-size: 14px;
} 
}
.wap-item-attribute .tawcvs-swatches .swatch{
cursor: pointer;
}
.wap-item-attribute .tawcvs-swatches .swatch-color{
height: 25px;
width: 25px;
border-radius: 50%;
display: inline-block;
margin:  0;
}
.wap-item-attribute{
display: flex;
flex-direction: column;
gap: 5px;
}
.wap-item-attribute .tawcvs-swatches .swatch-color.white-color{
border: 1px solid #ababab;
}
.wap-item-attribute .tawcvs-swatches .swatch-color:before {
content: "\f00c";
font-family: 'Line Awesome Free';
font-weight: 900;
opacity: 0;
color: #fff;
font-size: 14px;
width: 25px;
height: 25px;
display: flex;
line-height: 13px;
justify-content: center;
align-items: center;
}
.wap-item-attribute .tawcvs-swatches .swatch-color.selected:before{
opacity: 1;
}
.wap-item-attribute .tawcvs-swatches .swatch-label{
height: 25px;
border: 1px solid #e5e5e5;
text-align: center;
padding: 0px 5px;
color: var(--bzo-title_typo-color);
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
min-width: 25px;
background: #e5e5e5;
border-radius: 25px;
}
.wap-item-attribute .tawcvs-swatches .swatch-label.selected{
background: var(--bzo-main-color);
color: #fff;
border-color: var(--bzo-main-color);
}
@media(max-width: 1200px){
.wap-item-attribute .tawcvs-swatches .swatch-color:before,
.wap-item-attribute .tawcvs-swatches .swatch-color{
height: 18px;
width: 18px;
}
.wap-item-attribute .tawcvs-swatches {
gap: 5px;
}
.wap-item-attribute .tawcvs-swatches .swatch-label{
height: 18px;
}
}  .item-list-default .detail-qty{
display: none;
}
.item-list-default .list-thumb-wrap{
width: 380px;
border-right: 1px solid var(--bzo-border-color);
display: flex;
align-items: center;
position: relative;
}
.item-list-default .list-thumb-wrap .product-thumb{
position: unset;
}
.item-list-default .list-info-wrap {
width: calc(100% - 380px);
padding: 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media(min-width: 1200px) and (max-width: 1366px){
.item-list-default .list-thumb-wrap{
width: 315px;
}
.item-list-default .list-info-wrap {
width: calc(100% - 315px);
padding-left: 30px;
}
}
.item-list-default .product-thumb-link{
border-radius: 0px;
}
.item-list-default .product-title{
margin-bottom: 12px;
}
.item-list-default .product-extra-link-defaut2>*{
margin-top: 10px;
}
.item-list-default .product-extra-link-defaut2 .case-cart-default{
margin-right: 15px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist{
display: flex;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a{
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
border: 1px solid var(--bzo-border-color);
font-size: 22px;
color: #727272;
margin: 0 5px;
transition: all .3s ease-in-out; 
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.added{
background-color: var(--bzo-main-color);   
border-color: var(--bzo-main-color); 
color: #fff;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added{
font-size: 0;
position: relative;
color: #fff;
top: -1px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a>i{
}
.item-list-default .product-extra-link-defaut2 .list-compare-wishlist a:hover{
border-color: #000;
color: #000;
background: #fff;    
transition: all .3s ease-in-out; 
}
.item-list-default .product-extra-link-defaut2{
margin-top: 20px;
}
.item-list-default .wrap-rating{
margin-bottom: 10px!important;
}
.item-list-default .product-price{
margin-bottom: 12px;
}
.product-extra-link-defaut2 .list-compare-wishlist a:last-child, 
.product-extra-link-defaut2>*:last-child{
margin-right: 0px;
}
.item-list-default a.add_to_wishlist, 
.item-list-default a.product-compare{
line-height: 60px;
}
.item-list-default{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #D6D6D6;
} .detail-qty{
margin-top: 0px;
margin-bottom: 0px;
height: auto;
border-radius: 0px;
border: 1px solid var(--bzo-border-color);
padding: 0 20px;
display: flex;
justify-content: center;
align-items: center;
max-width: 140px;
}
.product-detail-info .detail-qty{
}
.detail-qty a{   
color: #454545;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
font-size: 18px;
display: inline-block;
}
.detail-qty a:hover{   
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
color: #727272;
}
.detail-qty input{
border: none;
color: #181C25;
font-size: 20px;
font-weight: 600;
padding: 0 5px;
text-align: center;
}
.cart_item .detail-qty input{
font-size: 16px;
}
.item-list-default2 .product-title{
margin-bottom: 12px;
}
.item-list-default2 .wrap-rating{
margin-bottom: 10px;
}
.item-list-default2 .product-price {
margin-bottom: 10px;
}
.item-list-default2 .product-price ins{
text-decoration: none;
}
.item-list-default2 .list-thumb-wrap{
width: 380px;
}
.item-list-default2 .list-info-wrap{
width: calc(74% - 380px);
padding-left: 35px;
}
.item-list-default2 .product-extra-link{
width: 26%;
padding-left: 35px;
margin-left: 35px;
border-left: 1px solid #CFCFCF;
text-align: center;
}
.item-list-default2 .product-extra-link .detail-qty{
margin: auto;
margin-bottom: 25px;
}
.list-product-wrap .item-list-default{
margin-bottom:32px;
padding-bottom: 0px;
border: 1px solid var(--bzo-border-color);
}
.list-product-wrap .bzotech-col-md-12:last-child .item-list-default{
margin-bottom: 0px;
}
.list-product-wrap .product-extra-link .elbzotech-bt-default{
width: 100%;
}
.list-product-wrap .product-extra-link .popup-share span{
display: inline-block;
}
.list-product-wrap .product-extra-link__group-extra a{
padding: 0 6px;
margin-bottom: 10px;
display: inline-block;
}
.list-product-wrap .product-extra-link__group-extra{
margin: 0 -6px;
margin-top: 25px;
}
.list-product-wrap .product-extra-link__group-extra a>i{
margin-right: 6px;
vertical-align: middle;
}
.item-list-default2 .product-thumb{
border-radius: 30px;
}  .more-details-btn
{
display: none;
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
height: 20px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),to(#FFF));
background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#FFF 100%);
color: #000;
text-align: left;
text-decoration: none;
font-size: 30px;
line-height: 20px;
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease,-webkit-transform .25s ease;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.hover-desr-click .more-details-btn{
display: block;
}
.hover-desr-click_on .more-details-btn{
display: none;
}
.hover-desr-list{
position: relative;
overflow: hidden;
max-height: 135px;
}
.hover-desr-list .more-details-btn{
height: 30px;
line-height: 45px;
}
.product-info:hover .hover-desr-list-active .more-details-btn, 
.detail-info:hover .hover-desr-list-active .more-details-btn
{
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.product-info:hover .hover-desr-list-active .more-details-btn, 
.detail-info:hover .hover-desr-list-active .more-details-btn
{
display: block;
}
.product-info .hover-desr-list_on.hover-desr-list-active .more-details-btn, 
.detail-info .hover-desr-list_on.hover-desr-list-active .more-details-btn
{
display: none;
} .elementor-widget-bzotech-products{
width: 100%;
}
.elementor-widget-bzotech-products .width_masory{
width: 25%;
}    @media(max-width: 1200px){
.item-list-default .product-title{
margin-bottom: 5px;
}
.item-list-default .wrap-rating{
margin-bottom: 3px !important;
} .item-list-default .list-thumb-wrap{
width: 45%;
}
.item-list-default .list-info-wrap{
width: 55%;
}
.item-list-default .product-extra-link-defaut2{
margin-top: 10px;
}
}
@media(max-width: 880px){ .item-list-default .list-thumb-wrap{
width: 100%;
border-right: none;
border-bottom: 1px solid var(--bzo-border-color);
}
.item-list-default .list-info-wrap{
width: 100%;
padding: 20px;
}
.item-list-default{
flex-direction: column;
} } .shop-grid-product-item- .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item- .item-grid-product-{
margin-bottom: 30px;
}
.item-grid-product- .item-product .product-thumb{
position: relative;    
background-color: #f5f5f5;
}
.item-grid-product- .item-product .product-thumb img{
}
.item-grid-product- .countdown-style-item-{
bottom: 50%;
margin-bottom: -30px;
}
.item-grid-product- .item-product:hover .countdown-style-item-{
bottom: 50%;
}
.item-grid-product- .item-product .product-info{
padding: 15px 0 0 0;
}
.item-grid-product- .item-product .product-info .wrap-rating{
margin: 0;
}
.item-grid-product- .product-info .product-title{
margin: 0px 0px 6px 0;
line-height: 1.4;
text-transform: capitalize;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.item-grid-product- .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product- .product-thumb .product-label{
text-align: left;
right: 0px;
left: auto;
bottom: 22px;
position: absolute;
z-index: 1;
display: flex;
gap: 10px;
}
.item-grid-product- .product-label span{
font-size: 14px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
line-height: 24px;
border-radius: 0px;
padding: 2px 12px;
background-color: var(--bzo-title_typo-color);
display: inline-block;
text-align: center;
display: flex;
justify-content: center;
transition: .3s;
}
.item-grid-product- .item-product:hover .product-thumb .product-label span{
opacity: 0;
}
@media(max-width:880px){
.item-grid-product- .item-product .product-extra-link a.quickview-link{
display: none;
}
}
.item-grid-product- .item-product .product-extra-link{
position: absolute;
right: 15px;
top: 15px;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
}
.item-grid-product- .item-product .product-extra-link a{
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
border-radius: 100%;
background-color: transparent;
color: var(--bzo-title_typo-color);
border: none;
font-size: 20px;
transition: 0.3s;
opacity: 0;
}
.item-grid-product- .item-product .product-extra-link a.wishlist-link{
opacity: 1;
}
.item-grid-product- .item-product .product-extra-link a.addcart-link,
.item-grid-product- .item-product .product-extra-link a.quickview-link,
.item-grid-product- .item-product .product-extra-link a.compare-link{
transform: scale(0);
}
.item-grid-product- .item-product:hover .product-extra-link a.addcart-link,
.item-grid-product- .item-product:hover .product-extra-link a.quickview-link,
.item-grid-product- .item-product:hover .product-extra-link a.compare-link{
opacity: 1;
transform: scale(1);
}
.item-grid-product- .item-product .product-extra-link a:hover{
color: var(--bzo-main-color);
} 
.item-grid-product- .item-product:hover .product-extra-link a{
transform: translate(0px, 0px);
opacity: 1;
} 
.item-grid-product- .price-on_sale .woocs_price_code{
flex-direction: column-reverse;
justify-content: start;
align-items: start;
gap:0;
}
.item-grid-product- .wrap-rating .number-rate {
color: var(--bzo-body_typo-color); 
margin-left: 6px;
font-size: 16px;
}
.item-grid-product- .wrap-rating .number-rate span{
display: none;
}
.item-grid-product- .gallery-hover{
position: absolute;
z-index: 111;
bottom: -65px;
left: 0;
right: 0;
gap:6px;
opacity: 0
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
justify-content: center;
} 
.item-grid-product-:hover .gallery-hover{
bottom: 10px;
opacity: 1;
} 
.item-grid-product- .gallery-hover img{
border-radius: 2px;
border: 1px solid var(--bzo-border-color);
cursor: pointer;
transition: all 0.3s ease-out 0s;
background-color: #f5f5f5;
} 
.item-grid-product- .item-brand-product{
position: absolute;
bottom: 24px;
left: 12px;
}
.item-grid-product- .item-brand-product a.item-brand-product-name {
transform: rotate(180deg);
writing-mode: vertical-lr;
white-space: nowrap;
}
@media(max-width: 1200px){
.item-grid-product- .gallery-hover img{
width: 40px;
height: 40px;
}
.item-grid-product- .gallery-hover{
display: none;
}
}
.item-grid-product- .gallery-hover img:hover{
border: 1px solid var(--bzo-main-color);
} 
.item-grid-product- .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product- .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product- .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product- .countdown-style-item- .clock .number{
color: var(--bzo-main-color);
}
@media(max-width: 767px){
.item-grid-product- .item-product{
}
.item-grid-product- .product-info .product-title{
font-size: 14px;
}
.item-grid-product- .item-brand-product{
bottom: 10px;
left: 5px;
}
.item-grid-product- .item-brand-product a{
font-size: 12px;
}
.item-grid-product- .product-label span{
font-size: 12px;
padding: 0 6px;
}
.item-grid-product- .product-thumb .product-label{
bottom: 10px;
}
.item-grid-product- .item-product .product-extra-link{
right: 5px;
top: 5px;
}
.item-grid-product- .item-product .product-extra-link a{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 18px;
}
}  .shop-grid-product-item-style2 .list-product-wrap{
margin-bottom: -20px;
}
.shop-grid-product-item-style2 .item-grid-product-style2{
margin-bottom: 20px;
}
.item-grid-product-style2 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style2 .item-product .product-label{
left: auto;
right: 20px;
display: flex;
align-items: flex-end;
flex-direction: column;
position: absolute;
top: 20px;
z-index: 1;
}
.item-grid-product-style2 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 32px;
padding: 0 8px;
border-radius: 5px;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 10px;
}
.item-grid-product-style2 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style2 .product-price .woocs_price_code{
gap:5px;
}
.item-grid-product-style2 .item-product .product-extra-link{
width: 40px;
position: absolute;
top: 10px;
left: 15px;
}
.item-grid-product-style2 .item-product .product-extra-link a{
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 100%;
background-color: #fff;
color: #727272;
font-size: 20px;
display: inline-block;
margin: 5px 0;
transition: all 0.25s ease-in-out 0s;
opacity: 0 !important;
transform: translate(-30px, 0px);
}
.item-grid-product-style2 .item-product .product-extra-link a.wishlist-link{
transition-delay: 0.1s; 
}
.item-grid-product-style2 .item-product .product-extra-link a.quickview-link{
transition-delay: 0.2s; 
}
.item-grid-product-style2 .item-product .product-extra-link a.compare-link{
transition-delay: 0.3s; 
}
.item-grid-product-style2 .item-product:hover .product-extra-link a{
opacity: 1 !important;
visibility: visible;
transform: translate(0px, 0px);
}       
.item-grid-product-style2 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style2 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style2 .item-product .product-extra-link a:hover{
background-color: var(--bzo-main-color);
transition: all 0.25s ease-in-out 0s;
color: #fff;
}
.item-grid-product-style2 .product-info .product-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.item-grid-product-style2 .item-product .addcart-link{
line-height: 42px;
font-weight: 600;
text-transform: uppercase;
position: relative;
padding-left: 35px;
padding-right: 15px;
}
.item-grid-product-style2 .item-product .addcart-link span{
position: relative;
z-index: 1;
}
.item-grid-product-style2 .item-product .addcart-link::before{
position: absolute;
content: "";
width: 42px;
height: 42px;
border-radius: 22px;
top: 0;
left: 0;
background-color: var(--bzo-main-color);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2 .item-product .addcart-link:hover::before{
width: 100%;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2 .item-product .addcart-link:hover{
color: #fff;
}
.item-grid-product-style2 .item-product .addcart-link i{ 
width: 42px;
height: 42px;
background-color: transparent;
line-height: 40px;
border-radius: 100%;
font-size: 22px;
text-align: right;
padding-right: 8px;
position: absolute;
top: 0;
left: 0;
}
.item-grid-product-style2 .item-product .addcart-link:hover i{ 
animation: shake22 2.5s ease infinite;
}
.item-grid-product-style2 .item-product .product-info{
padding: 10px 5px;
}
.item-grid-product-style2 .product-info .product-title{
margin: 6px 0px 12px 0;
}  .shop-grid-product-item-style3 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style3 .item-grid-product-style3{
margin-bottom: 30px;
}
.item-grid-product-style3 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style3 .item-product .product-label{
text-align: left;
position: absolute;
top: 15px;
right: auto;
z-index: 1;
left: 15px;
}
.item-grid-product-style3 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 32px;
padding: 0 8px;
border-radius: 5px;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 10px;
}
.item-grid-product-style3 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style3 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style3 .product-title{
padding-right: 20px;
}
.item-grid-product-style3 .product-thumb{
background: #ebebeb;
border-radius: 30px 30px 0px 0px;
}
.item-grid-product-style3 .product-thumb__group-extra{
position: absolute;
right: -100px;
top: 0;
bottom:46px;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 1;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style3:hover .product-thumb__group-extra{
right: 16px;
}
.item-grid-product-style3 .product-thumb__group-extra a{
display: block;
width: 48px;
height: 48px;
background: #fff;
border-radius: 50%;
margin-bottom: 12px;
text-align: center;
line-height: 52px;
}
.item-grid-product-style3 .product-thumb__group-extra a.popup-share{
margin-bottom: 0;
}
.item-grid-product-style3 .product-thumb__group-extra a:hover{
background: #454545;
color: #fff;
}
.item-grid-product-style3 .product-thumb__group-extra a:hover .path1:before{
color: #fff;
}
.item-grid-product-style3 .addcart-link-style3 {
position: absolute;
height: 46px;
line-height: 46px;
background: #454545;
color: #fff;
text-align: center;
font-weight: 600;
left: 0;
right: 0;
bottom: -100px;
z-index: 1;
text-transform: capitalize;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 15px;
}
.item-grid-product-style3 .addcart-link-style3:hover{
background: var(--bzo-main-color);
}
.item-grid-product-style3 .addcart-link-style3 i{
margin-right:3px;
}
.item-grid-product-style3 .addcart-link-style3 i.la-check,
.item-grid-product-style3 .addcart-link-style3 i.la-spinner
{
margin-left:8px;
}
.item-grid-product-style3:hover .addcart-link-style3{
bottom: 0px;
}
.item-grid-product-style3 .item-product{
border-radius:30px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
background: #fff;
}
.item-grid-product-style3:hover .item-product{
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}
.item-grid-product-style3 .product-info{
padding: 15px 15px;
}
.item-grid-product-style3 .product-info .product-price{
margin-top: 10px;
}
.item-grid-product-style3 .product-info .wrap-rating{
margin-bottom: 5px;
}  .shop-grid-product-item-style4 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style4 .item-grid-product-style4{
margin-bottom: 30px;
}
.item-grid-product-style4 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style4 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 32px;
padding: 0 8px;
border-radius: 5px;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 10px;
}
.item-grid-product-style4 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style4 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style4 .item-product .product-label {
top: 20px;
right: 20px;
left: auto;
display: flex;
flex-direction: column;
align-items: flex-end;
position: absolute;
z-index: 1;
}
.item-grid-product-style4 .product-thumb__group-extra {
position: absolute;
display: flex;
flex-wrap: wrap;
left: -30px;
top: 20px;
flex-direction: column;
z-index: 2;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
transition-delay: 0.3s;
}
.item-grid-product-style4:hover .product-thumb__group-extra {
left: 20px;
}
.item-grid-product-style4 .product-thumb__group-extra a{
margin-bottom: 20px;
color: #fff;
}
.item-grid-product-style4 .product-thumb__group-extra a i{
font-size: 24px;
}
.item-grid-product-style4 .product-thumb:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(23, 23, 23, 0.3);
z-index: 1;
opacity: 0;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style4:hover .product-thumb:before{
opacity: 1;
}
.item-grid-product-style4 .product-extra-link{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.addcart-link-style4{
background: #fff;
border: 0;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 30px;
padding: 0 35px!important;
min-width: 120px;
display: inline-block;
cursor: pointer;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
z-index: 1;
}
.addcart-link-style4:hover{
color: #fff;
background: var(--bzo-main-color);
}
.item-grid-product-style4 .addcart-link-style4{
transform: scale(0);
}
.item-grid-product-style4:hover .addcart-link-style4{
transform: scale(1);
}
.item-grid-product-style4 .product-info .wrap-rating{
margin-top: 12px;
margin-bottom: 8px;
}
.item-grid-product-style4 .product-info .product-price{
margin-top: 8px;
}
.item-grid-product-style4 {
margin-bottom: 30px;
}
.shop-grid-product-item-style4{
margin-bottom: -30px;
}
.item-grid-product-style4 .product-info{
text-align: center;
}  .shop-grid-product-item-style5 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style5 .item-grid-product-style5{
margin-bottom: 30px;
}
.item-grid-product-style5 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style5 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 32px;
padding: 0 8px;
border-radius: 5px;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 10px;
}
.item-grid-product-style5 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style5 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style5 .item-product{
margin-bottom: 20px;
border: 1px solid var(--bzo-main-color);
border-radius: 15px;
transition: .3s;
}
.item-grid-product-style5 .item-product:hover{
box-shadow: 0px 1px 18px rgba(135, 176, 179, 0.4);
border-color: var(--bzo-main-color);
transition: .3s;
}
.item-grid-product-style5 .item-product .product-thumb{
position: relative;
border-radius: 15px 15px 0 0;
}
.item-grid-product-style5 .product-thumb-link,
.item-grid-product-style5 .product-thumb-link img{
background-color: #fff;
border-radius: 15px 15px 0 0;
}
.item-grid-product-style5 .item-product .product-extra-link{
width: 100%;
position: absolute;
bottom: 0px;
left: 0;
text-align: center;
}
.item-grid-product-style5 .item-product .product-extra-link a{
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 5px;
background-color: #f5f5f5;
color: #727272;
font-size: 20px;
display: inline-block;
margin: 0 5px;
transition: all 0.25s ease-in-out 0s;
opacity: 1 !important;
}
.item-grid-product-style5 .item-product:hover .product-extra-link a{
opacity: 1 !important;
visibility: visible;
transform: translate(0px, 0px);
}       
.item-grid-product-style5 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style5 .item-product .product-extra-link a:hover{
background-color: var(--bzo-main-color);
transition: all 0.25s ease-in-out 0s;
color: #fff;
}
.item-grid-product-style5 .product-info .product-title a{
color: var(--bzo-title-color);
}
.item-grid-product-style5 .product-info .product-title a:hover{
color: var(--bzo-main-color);
}
.item-grid-product-style5 .item-product .product-info{
padding: 15px 5px;
}
.item-grid-product-style5 .product-info .product-title{
margin: 4px 0px 8px 0;
}
.item-grid-product-style5 .item-product{
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 15px;
transition: .3s;
}
.item-grid-product-style5 .item-product:hover{
border-color: var(--bzo-main-color);
box-shadow: 0px 1px 18px rgba(201, 201, 201, 0.4);
transition: .3s;
}
.item-grid-product-style5 .item-product .product-thumb{
position: relative;
border-radius: 15px 15px 0 0;
}
.item-grid-product-style5 .product-thumb-link,
.item-grid-product-style5 .product-thumb-link img{
background-color: #fff;
border-radius: 15px 15px 0 0;
}
.item-grid-product-style5 .item-product .product-extra-link{
width: 100%;
position: absolute;
bottom: 0px;
left: 0;
text-align: center;
}
.item-grid-product-style5 .item-product .product-extra-link a{
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 100%;
background-color: #f5f5f5;
color: #727272;
font-size: 20px;
display: inline-block;
margin: 0 7px;
transition: all 0.3s ease-in-out 0s;
opacity: 0 !important;
transform: translate(0px, 30px);
}
.item-grid-product-style5 .item-product:hover .product-extra-link a{
opacity: 1 !important;
visibility: visible;
transform: translate(0px, 0px);
}       
.item-grid-product-style5 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style5 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style5 .item-product .product-extra-link a:hover{
background-color: var(--bzo-main-color);
transition: all 0.3s ease-in-out 0s;
color: #fff;
}
.item-grid-product-style5 .product-info .product-title a{
color: var(--bzo-gray-color);
}
.item-grid-product-style5 .product-info .product-title a:hover{
color: var(--bzo-main-color);
}
.item-grid-product-style5 .item-product .product-info{
padding: 15px 5px;
}
.item-grid-product-style5 .product-info .product-title{
margin: 2px 0px 4px 0;
}
.item-grid-product-style5 .item-product .product-thumb .product-label{
text-align: left;
left: 15px;
top: 15px;
right: auto;
position: absolute;
z-index: 1;
}  .shop-grid-product-item-style6 .item-grid-product-style6{
margin-bottom: 30px;
}
.shop-grid-product-item-style6 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style6 .item-product{
background: #fff;
border: 1px solid #D6D6D6;
}
.item-grid-product-style6 .item-product .product-thumb{
position: relative;
}
.item-grid-product-style6 .item-product .product-thumb img{
background: #fff;
}
.item-grid-product-style6 .item-product .product-info{
padding: 13px 15px 15px 15px;
}
.item-grid-product-style6 .item-product .product-info .wrap-rating{
margin: 0;
}
.item-grid-product-style6 .product-info .product-title{
margin: 0px 0px 4px 0;
line-height: 24px;
text-transform: capitalize;
}
.item-grid-product-style6 .product-info .product-title a{
color: var(--bzo-main-color-mix-black);
}
.item-grid-product-style6 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style6 .product-thumb .product-label{
text-align: left;
left: 15px;
top: 15px;
right: auto;
position: absolute;
z-index: 1;
max-width: 100px;
display: flex;
flex-direction: column;
gap: 5px;
}
.item-grid-product-style6 .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 16px;
border-radius: 0;
padding: 5px 8px;
background-color: var(--bzo-main-color);
display: inline-block;
min-width: 50px;
text-align: center;
display: flex;
justify-content: center;
}
.item-grid-product-style6 .product-label span.trending{
background-color: rgba(255, 163, 78, 1.0);
}
.item-grid-product-style6 .product-label span.sale{
background-color: #FE8B5F;
}
.item-grid-product-style6 .item-product .product-extra-link{
position: absolute;
right: 0;
bottom:10px;
left: 0;
align-items: center;
text-align: center;
display: flex;
justify-content: center;
gap: 15px;
}
.item-grid-product-style6 .item-product .product-extra-link a{
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 100%;
background-color: #F5F5F5;
color: var(--bzo-title_typo-color);
border: none;
font-size: 18px;
transition: 0.3s;
opacity: 0 !important;
transform: scale(0) translate(0px, 100px);
position: relative;
overflow: hidden;
}
.item-grid-product-style6 .item-product:hover .product-extra-link a{
opacity: 1 !important;
visibility: visible;
transform: scale(1) translate(0px, 0px);
} 
.item-grid-product-style6 .item-product .product-extra-link a:hover{
background-color: var(--bzo-main-color);
color: #fff;
transition-delay: unset;
} 
.item-grid-product-style6 .item-product{
transition: 0.3s;
background: #fff;
border: 1px solid #D6D6D6;
}
.item-grid-product-style6 .item-product:hover{
box-shadow:0px 1px 18px 0px rgba(0, 0, 0, 0.12);
border-color: var(--bzo-main-color);
} 
@media(max-width: 1200px){
.item-grid-product-style6 .item-product:hover{
box-shadow: 0px 5px 8px -3px #0000002e;
}
}
.item-grid-product-style6 .gallery-hover{
position: absolute;
z-index: 111;
bottom: -50px;
left: 0;
right: 0;
gap:8px;
opacity: 0
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style6:hover .gallery-hover{
bottom: 10px;
opacity: 1;
} 
.item-grid-product-style6 .gallery-hover img{
border-radius: 50%;
border: 1px solid var(--bzo-border-color);
cursor: pointer;
transition: all 0.3s ease-out 0s;
} 
@media(max-width: 1200px){
.item-grid-product-style6 .gallery-hover img{
width: 40px;
height: 40px;
}
.item-grid-product-style6 .gallery-hover{
display: none;
}
.item-grid-product-style6 .item-product .product-extra-link a{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 16px;
}
}
.item-grid-product-style6 .gallery-hover img:hover{
border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style6 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color:#fff;
} 
.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style6 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}  .shop-grid-product-item-style7 .list-product-wrap{
margin-bottom: -40px;
}
.shop-grid-product-item-style7 .item-grid-product-style7{
margin-bottom: 40px;
}
.item-grid-product-style7 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style7 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 32px;
padding: 0 8px;
border-radius: 5px 0 0 5px;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 10px;
}
.item-grid-product-style7 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style7 .product-price .woocs_price_code{
gap: 5px;
}
.item-grid-product-style7 .product-info {
position: relative;
margin-top: 20px;
}
.item-grid-product-style7 .product-info .product-title {
color: var(--bzo-gray-color);
font-size: 20px;
font-weight: 600;
}
.item-grid-product-style7 .product-extra-link {
background-color: var(--bzo-main-color);
border-radius: 8px;
padding: 0px 0px;
visibility: hidden;
transition: all .2s linear;
position: absolute;
left: 0;
right: 0;
opacity: 0;
bottom: -30px;
overflow: hidden;
}
.item-grid-product-style7:hover .product-extra-link {
opacity: 1;
visibility: visible;
bottom: -50px;
}
.item-grid-product-style7 .product-extra-link a {
color: white;
line-height: 40px;
}
.item-grid-product-style7 .product-extra-link a:hover,
.item-grid-product-style7 .product-extra-link a.added
{
background: #454545;
color: #fff;
}
.item-grid-product-style7 .product-extra-link a.added.compare-link
{
display: flex;
justify-content: center;
align-items: center;
font-size: 0px;
}
.item-grid-product-style7 .product-extra-link a.added.compare-link:before
{
content: "\f362";
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 16px;
}
.item-grid-product-style7 .product-extra-link .product-compare {
width: 40px;
text-align: center;
border-left: 1px solid var(--bzo-border-color);
}
.item-grid-product-style7 .product-extra-link .add_to_wishlist {
width: 40px;
text-align: center;
border-right: 1px solid var(--bzo-border-color);
}
.item-grid-product-style7 .wrap-rating {
margin-bottom: 3px;
}
.item-grid-product-style7 .product-price {
margin-bottom: 0px;
}
.item-grid-product-style7 .product-extra-link .addcart-link {
font-weight: 600;
font-size: 16px;
line-height: 40px;
text-transform: uppercase;
width: calc(100% - 80px);
text-align: center;
}
.item-grid-product-style7 .product-extra-link .addcart-link .fa-shopping-cart{
display: none;
}
.item-grid-product-style7 .product-label {
text-align: right;
right: 0;
top: 20px;
position: absolute;
z-index: 1;
}
.item-grid-product-style7 .item-product {
position: relative;
z-index: 2;
transition: all .3s linear;
}
.item-grid-product-style7 .item-product::before{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0px;
top: 0;
background: #fff;
border-radius: 15px;
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
}
.item-grid-product-style7:hover .item-product::before{
bottom: -50px;
}
.item-grid-product-style7:hover{
z-index: 11
}
.item-grid-product-style7 .product-thumb-link{
border-radius: 10px;
}  .shop-grid-product-item-style8 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style8 .item-grid-product-style8{
margin-bottom: 30px;
}
.item-grid-product-style8 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style8 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
padding: 5px 15px;
border-radius: 0;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 8px;
}
.item-grid-product-style8 .item-product .product-label span.new{
background-color: #cc4058;
}
.item-grid-product-style8 .product-price .woocs_price_code{
gap: 5px;
}
.item-grid-product-style8 .product-thumb .product-label {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
display: flex;
flex-direction: column;
}
.item-grid-product-style8 .product-label span {
border-radius: 0;
padding: 5px 15px;
font-size: 12px;
font-weight: 600;
line-height: 16px;
color: var(--bzo-gray-color);
margin-bottom: 8px;
text-transform: capitalize;
}
.item-grid-product-style8 .product-thumb .product-extra-link {
position: absolute;
right: -50px;
top: 15px;
display: flex;
flex-direction: column;
gap: 8px;
transition: .3s;
}
.item-grid-product-style8 .item-product:hover .product-thumb .product-extra-link {
right: 15px;
}
.item-grid-product-style8 .product-thumb .product-extra-link a:hover,
.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added {
background: var(--bzo-main-color);
}
.item-grid-product-style8 .product-thumb .product-extra-link a {
transition: .3s;
}
.item-grid-product-style8 .product-thumb .product-extra-link a:hover,
.item-grid-product-style8 .product-thumb .product-extra-link .add_to_wishlist.added i{
color: #fff;
}
.item-grid-product-style8 .product-thumb .product-extra-link a {
width: 40px;
height: 40px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
}
.item-grid-product-style8 .product-thumb .action-buttons {
position: absolute;
bottom: -50px;
display: flex;
justify-content: center;
width: 100%;
transition: .3s;
padding-top: 15px;
background: #fff;
}
.item-grid-product-style8 .item-product:hover .product-thumb .action-buttons {
bottom: 0;
}
.item-grid-product-style8 .product-info {
padding: 15px 0px;
}
.item-grid-product-style8 .product-info .product-title,
.item-grid-product-style8 .product-info .title-rating .wrap-rating{
margin-bottom: 6px;
}
.item-grid-product-style8 .product-info .product-title{
line-height: 20px;
}
.item-grid-product-style8 .product-info .product-title a {
color: var(--bzo-gray-color);
font-size: 14px;
font-weight: 500;
}
.item-grid-product-style8 .product-info .product-title:hover a {
color: var(--bzo-main-color);
}
.item-grid-product-style8 .product-info .product-price .woocommerce-Price-amount {
font-size: 16px;
font-weight: 600;
}
.item-grid-product-style8 .product-info .product-price del .woocommerce-Price-amount {
font-size: 14px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
.item-grid-product-style8 .addcart-link-style5{
color: #fff;
width: 100%;
text-align: center;
padding: 10px 0;
background: var(--bzo-main-color);
border: 1px solid var(--bzo-main-color);
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
@media(max-width: 767px){
.item-grid-product-style8 .addcart-link-style5{
padding: 5px 0;
font-size: 14px;
}
.item-grid-product-style8 .product-thumb .action-buttons{
padding-top: 10px;
}
}
.item-grid-product-style8 .addcart-link-style5:hover{
background: #fff;
color: var(--bzo-main-color);
}
.item-grid-product-style8 .wap-item-attribute{
margin-top: 15px;
}  .shop-grid-product-item-style9 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style9 .item-grid-product-style9{
margin-bottom: 30px;
}
.item-grid-product-style9 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style9 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
padding: 5px 15px;
border-radius: 0;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 8px;
}
.item-grid-product-style9 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style9 .product-price .woocs_price_code{
gap: 5px;
}
.item-grid-product-style9 .product-thumb .product-label {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.item-grid-product-style9 .product-label span {
border-radius: 0;
padding: 4px 10px;
font-size: 14px;
font-weight: 500;
line-height: 20px;
color: #fff;
margin-bottom: 8px;
text-transform: uppercase;
}
.item-grid-product-style9 .product-thumb .product-extra-link {
position: absolute;
right: -50px;
top: 15px;
display: flex;
flex-direction: column;
gap: 8px;
transition: .3s;
}
.item-grid-product-style9 .item-product:hover .product-thumb .product-extra-link {
right: 15px;
}
.item-grid-product-style9 .product-thumb .product-extra-link a:hover,
.item-grid-product-style9 .product-thumb .product-extra-link .add_to_wishlist.added {
background: var(--bzo-main-color);
}
.item-grid-product-style9 .product-thumb .product-extra-link a {
transition: .3s;
}
.item-grid-product-style9 .product-thumb .product-extra-link a:hover,
.item-grid-product-style9 .product-thumb .product-extra-link .add_to_wishlist.added i{
color: #fff;
}
.item-grid-product-style9 .product-thumb .product-extra-link a {
width: 40px;
height: 40px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
}
.item-grid-product-style9 .product-thumb .action-buttons {
position: absolute;
bottom: -60px;
background: #454545;
display: flex;
justify-content: space-between;
width: 100%;
transition: .3s;
}
.item-grid-product-style9 .product-thumb .action-buttons a.product-quick-view,
.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist  {
display: flex;
width: 56px;
height: 56px;
justify-content: center;
align-items: center;
color: #fff;
font-size: 24px;
}
.item-grid-product-style9 .product-thumb .action-buttons a.product-quick-view {
border-left: 1px solid #D6D6D6;
}
.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist {
border-right: 1px solid #D6D6D6;
}
.item-grid-product-style9 .product-thumb .action-buttons a.add_to_wishlist.added i {
color: var(--bzo-main-color);
}
.item-grid-product-style9 .product-thumb .action-buttons .addcart-link {
display: flex;
align-items: center;
color: #fff;
justify-content: center;
}
.item-grid-product-style9 .product-thumb .action-buttons .addcart-link i {
display: none;
}
.item-grid-product-style9 .product-thumb .action-buttons .add_to_cart_button span,
.item-grid-product-style9 .product-thumb .action-buttons .addcart-link span {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
transition: .3s;
}
.item-grid-product-style9 .product-thumb .action-buttons a:hover,
.item-grid-product-style9 .product-thumb .action-buttons .addcart-link:hover span {
color: var(--bzo-main-color);
} 
.item-grid-product-style9 .item-product:hover .product-thumb .action-buttons {
bottom: 0;
}
.item-grid-product-style9 .product-info {
padding: 13px 0 0;
}
.item-grid-product-style9 .product-info .product-title{
margin-bottom: 12px;
text-align: center;
}
.item-grid-product-style9 .product-info .product-title a {
color: var(--bzo-title_typo-color);
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-transform: uppercase;
}
.item-grid-product-style9 .product-info .product-title:hover a {
color: var(--bzo-main-color);
}
.item-grid-product-style9 .product-info .product-price .woocommerce-Price-amount {
font-size: 20px;
font-weight: 600;
color: var(--bzo-title_typo-color);
}
.item-grid-product-style9 .product-info .product-price del .woocommerce-Price-amount {
font-size: 16px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
.item-grid-product-style9 .product-info .product-tag-list {
text-align: center;
margin-bottom: 8px;
}
.item-grid-product-style9 .product-info .product-tag-list a {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
color: var(--bzo-main-color);
}
.item-grid-product-style9 .product-info .product-tag-list a:hover,
.item-grid-product-style9 .product-info .product-price .slipt {
color: var(--bzo-main-color2);
}
.item-grid-product-style9 .product-info .woocs_price_code {
display: flex;
gap: 4px;
justify-content: center;
align-items: center;
}
.item-grid-product-style9 .product-info .woocs_price_code del {
order: 1;
}
.item-grid-product-style9 .item-brand-product {
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap:5px;
}
.item-grid-product-style9 .item-brand-product img{
width: 50px;
}  .shop-grid-product-item-style10 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style10 .item-grid-product-style10{
margin-bottom: 30px;
}
.item-grid-product-style10 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style10 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
padding: 4px 15px;
border-radius: 0;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 8px;
}
.item-grid-product-style10 .item-product .product-label span.sale {
order: 1;
color: var(--bzo-title_typo-color);
border: 1px solid #B7B7B7;
background-color: #fff;
}
.item-grid-product-style10 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style10 .product-price .woocs_price_code{
gap: 5px;
justify-content: center;
}
.item-grid-product-style10 .item-product .product-thumb {
border: 1px solid #D9D9D9;
}
.item-grid-product-style10 .item-product:hover .product-thumb {
border: 1px solid var(--bzo-main-color);
}
.item-grid-product-style10 .variations_form .swatch-color {
width: 16px;
height: 16px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.item-grid-product-style10 .variations_form .swatch-color:before {
content: "\f00c";
font-family: 'Line Awesome Free';
font-weight: 900;
opacity: 0;
color: #fff;
font-size: 12px;
}
.item-grid-product-style10 .variations_form .swatch-color.selected:before{
opacity: 1;
}
.item-grid-product-style10 .product-label {
position: absolute;
top: 12px;
left: 12px;
z-index: 1;
display: flex;
}
.item-grid-product-style10 .product-label span {
border-radius: 0;
line-height: 20px;
font-size: 14px;
font-weight: 500;
}
.item-grid-product-style10 .product-label .new {
color: #fff;
background: var(--bzo-main-color);
padding: 4px 16px;
text-transform: capitalize;
}
.item-grid-product-style10 .variations_form {
position: absolute;
top: 12px;
right: 12px;
}
.item-grid-product-style10 .variations_form .tawcvs-swatches{
display: flex;
flex-direction: column;
gap: 4px;
}
.item-grid-product-style10 .action-buttons {
position: absolute;
bottom: -50px;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 8px;
transition: .4s;
}
.item-grid-product-style10 .item-product:hover .action-buttons {
bottom: 12px;
}
.item-grid-product-style10 .action-buttons a{ 
font-size: 20px;
width: 32px;
height: 32px;
border-radius: 30px;
border: 1px solid var(--bzo-main-color);
display: flex;
justify-content: center;
align-items: center;
color: var(--bzo-main-color);
}
.item-grid-product-style10 .action-buttons a:hover {
background: var(--bzo-main-color);
color: #fff;
}
.item-grid-product-style10 .action-buttons .addcart-link .text {
display: none;
}
.item-grid-product-style10 .product-rate,
.item-grid-product-style10 .product-rating {
background-image: url(//df-creativehome.com/wp-content/themes/bw-monki/assets/global/css/images/icon/rate-star3.png);
}
.item-grid-product-style10 .product-rate {
background-position: 0 -16px;
height: 16px;
width: 100px;
}
.item-grid-product-style10 .product-rating {
height: 16px;
}
.item-grid-product-style10 .wrap-rating .number-rate {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: var(--bzo-body_typo-color);
}
.item-grid-product-style10 .product-info .wrap-rating {
display: flex;
justify-content: center;
align-items: center;
margin: 16px 0 12px;
}
.item-grid-product-style10 .product-price del .woocommerce-Price-amount {
font-size: 14px;
}
.item-grid-product-style10 .product-price .woocs_price_code {
display: flex;
justify-content: center;
gap: 6px;
}
.item-grid-product-style10 .product-price .woocs_price_code del {
order: 1;
}  .shop-grid-product-item-style11 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style11 .item-grid-product-style11{
margin-bottom: 30px;
}
.item-grid-product-style11 .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style11 .item-product .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
padding: 4px 15px;
border-radius: 0;
background-color: var(--bzo-main-color);
display: inline-block;
margin-bottom: 8px;
}
.item-grid-product-style11 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style11 .product-price .woocs_price_code{
gap: 5px;
justify-content: center;
}
.item-grid-product-style11 .item-product .product-thumb {
border-radius: 0;
}
.item-grid-product-style11 .wrap-rating{
margin-bottom: 5px!important;
}
.item-grid-product-style11 .item-product .product-label {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.item-grid-product-style11 .item-product .product-label span {
border-radius: 0;
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding: 4px 10px;
}
.item-grid-product-style11 .item-product {
background: #fff;
border: 1px solid #D6D6D6;
}
.item-grid-product-style11 .item-product .product-info {
padding: 20px;
}
.item-grid-product-style11 .item-product .product-thumb__group-extra {
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
gap: 12px;
z-index: 9;
opacity: 0;
transition: 0.6s;
}
.item-grid-product-style11 .item-product:hover .product-thumb__group-extra {
opacity: 1;
top: 50%;
}
.item-grid-product-style11 .item-product .product-thumb__group-extra a {
width: 48px;
height: 48px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 22px;
color: var(--bzo-body_typo-color);
}
.item-grid-product-style11 .item-product .product-thumb__group-extra a:hover {
background: var(--bzo-main-color);
color: #fff;
}
.item-grid-product-style11 .item-product .product-thumb__group-extra a.addcart-link i {
font-family: 'Line Awesome Free';
font-weight: 900;
}
.item-grid-product-style11 .item-product .product-thumb__group-extra a.addcart-link i.la-cart-plus:before {
content: "\f290";
}
.item-grid-product-style11 .item-product .product-thumb-link img {
background: #f5f5f5;
}
.item-grid-product-style11 .item-product .product-thumb-link:before {
content: '';
position: absolute;
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
display: flex;
background: var(--bzo-main-color);
opacity: 0;
z-index: 1;
border-radius: 50% 50% 0 0;
transition: 0.4s;
transform: scale(0);
}
.item-grid-product-style11 .item-product:hover .product-thumb-link:before {
opacity: 0.2;
transform: scale(1);
}
.item-grid-product-style11 .item-product .product-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: var(--bzo-main-color2);
margin-bottom: 5px;
}
.item-grid-product-style11 .item-product .woocs_price_code {
display: flex;
justify-content: center;
gap: 5px;
align-items: center;
line-height: 28px;
}
.item-grid-product-style11 .item-product .woocs_price_code ins {
order: 0;
font-size: 20px;
font-weight: 600;
line-height: 28px;
color: var(--bzo-main-color);
}
.item-grid-product-style11 .item-product .woocs_price_code del {
order: 1;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: var(--bzo-body_typo-color);
}
@media(max-width: 1366px) {
.item-grid-product-style11 .item-product .product-info {
padding: 20px 0;
}
}
@media(max-width: 767px) {
.item-grid-product-style11 .item-product .product-thumb__group-extra a.quickview-link {
display: none;
}
}  .shop-grid-product-item-style12 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style12 .item-grid-product-style12{
margin-bottom: 30px;
}
.item-grid-product-style12 .item-product .product-thumb{
position: relative;
}
.item-grid-product-style12 .item-product .product-thumb img{
background: #fff;
}
.item-grid-product-style12 .item-product{
background: #fff;
border: 1px solid #D6D6D6;
border-radius: 5px;
overflow: hidden;
}
.item-grid-product-style12 .item-product .product-info{
padding: 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.item-grid-product-style12 .item-product .product-info .wrap-rating{
margin: 0;
}
.item-grid-product-style12 .product-info .product-title{
margin: 0px 0px 6px 0;
line-height: 24px;
text-transform: capitalize;
}
@media(max-width: 767px){
.item-grid-product-style12 .product-info .product-title{
font-size: 16px;
line-height: 20px;
}
}
.item-grid-product-style12 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style12 .product-thumb .product-label{
text-align: left;
left: 10px;
top: 10px;
right: auto;
position: absolute;
z-index: 1;
max-width: 100px;
display: flex;
flex-direction: column;
gap: 10px;
}
.item-grid-product-style12 .product-label span{
font-size: 16px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
line-height: 26px;
border-radius: 5px;
padding: 4px 9px;
background-color: #2e2e2e;
display: inline-block;
min-width: 50px;
text-align: center;
display: flex;
justify-content: center;
}
.item-grid-product-style12 .product-label span.sale{
background-color: var(--bzo-main-color);
}
.item-grid-product-style12 .product-label span.trending{
background-color: rgba(255, 163, 78, 1.0);
}
.item-grid-product-style12 .item-product .product-extra-link{
position: absolute;
right: 15px;
top: 15px;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
gap:10px;
}
.item-grid-product-style12 .item-product .product-extra-link a{
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 5px;
background-color:#EBEBEB;
color: var(--bzo-title_typo-color);
border: none;
font-size: 18px;
transition: 0.5s;
opacity: 0 !important;
transform: translate(80px,0);
position: relative;
overflow: hidden;
}
.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus{
display: none;
}
.item-grid-product-style12 .item-product .product-extra-link a:hover{
background-color:var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style12 .item-product:hover .product-extra-link a{
opacity: 1 !important;
visibility: visible;
transform: translate(0px, 0px);
} 
.item-grid-product-style12 .item-product{
transition: 0.3s;
background: #fff;
}
.item-grid-product-style12 .rating-shipping{
margin-bottom: 5px;
}
.item-grid-product-style12 .product-price .woocommerce-Price-amount{
color: #2E2E2E;
font-size: 20px;
font-weight: 700;
}
.item-grid-product-style12 .product-price .slipt{
color: #2E2E2E;
}
.item-grid-product-style12 .price-on_sale .woocs_price_code{
flex-direction: column-reverse;
justify-content: start;
align-items: start;
gap:0;
}
.item-grid-product-style12 .addcart-link-style1{
background: #fff;
color: #727272;
border-radius: 5px;
text-align: center;
justify-content: center;
display: flex;
align-items: center;
text-transform: uppercase;
font-weight: 600;
padding: 10px 25px;
gap:5px;
border: 1px solid var(--bzo-main-color);
}
.item-grid-product-style12:hover .addcart-link-style1,
.item-grid-product-style12 .addcart-link-style1:hover
{
background: var(--bzo-main-color);
color: #fff;
}
.item-grid-product-style12 .addcart-link-style1 span{
order: 1;
}
.item-grid-product-style12 .product-price del .woocommerce-Price-amount{
color: #727272 ;
font-size: 16px;
font-weight: 400;
}
.item-grid-product-style12 .price-brand{
margin-bottom: 15px;
}
.item-grid-product-style12 .price-brand>.flex-wrapper{
max-width: 60px;
}
.item-grid-product-style12 .shipping-class{
color: #06C270;
font-weight: 600;
display: flex;
align-items: center;
gap:4px;
}
.item-grid-product-style12 .wrap-rating .number-rate {
color: var(--bzo-body_typo-color); 
margin-left: 10px;
font-size: 16px;
}
.item-grid-product-style12 .wrap-rating .number-rate span{
display: none;
}
.item-grid-product-style12 .gallery-hover{
position: absolute;
z-index: 111;
bottom: -50px;
left: 0;
right: 0;
gap:8px;
opacity: 0
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style12:hover .gallery-hover{
bottom: 10px;
opacity: 1;
} 
.item-grid-product-style12 .gallery-hover img{
border-radius: 50%;
border: 1px solid var(--bzo-border-color);
cursor: pointer;
transition: all 0.3s ease-out 0s;
} 
@media(max-width: 1200px){
.item-grid-product-style12 .gallery-hover img{
width: 40px;
height: 40px;
}
.item-grid-product-style12 .gallery-hover{
display: none;
}
.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 span{
display: none;
}
.item-grid-product-style12 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus{
display: inline-block;
}
}
.item-grid-product-style12 .gallery-hover img:hover{
border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style12 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style12 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style12 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style12 .product-category-list a{
display: none;
font-size: 14px;
margin-bottom: 3px;
}
.item-grid-product-style12 .product-category-list a:hover{
color: var(--bzo-main-color);
}
.item-grid-product-style12 .product-category-list a:first-child{
display: inline-block;
}  .shop-grid-product-item-style13 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style13 .item-grid-product-style13{
margin-bottom: 30px;
}
.item-grid-product-style13 .item-product{
border: 1px solid var(--bzo-border-color);
transition: .2s;
padding: 12px;
}
.item-grid-product-style13 .item-product .product-thumb-inner{
position: relative;
overflow: hidden;
}
.item-grid-product-style13 .item-product:hover{
box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.item-grid-product-style13 .product-price .woocs_price_code{
gap: 5px;
}
.item-grid-product-style13 .product-thumb .product-label {
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
display: flex;
flex-direction: column;
gap: 2px;
}
.item-grid-product-style13 .item-product .product-label span{
color: #fff;
text-transform: capitalize;
padding: 2px 10px;
border-radius: 0;
background-color: var(--bzo-main-color);
}
.item-grid-product-style13 .item-product .product-label span.new{
background-color: #2E2E2E;
}
.item-grid-product-style13 .product-thumb .product-extra-link {
position: absolute;
left: -50px;
top: 0px;
display: flex;
flex-direction: column;
gap: 2px;
transition: .3s;
}
.item-grid-product-style13 .item-product:hover .product-thumb .product-extra-link {
left: 0px;
}
.item-grid-product-style13 .product-thumb .product-extra-link a:hover,
.item-grid-product-style13 .product-thumb .product-extra-link .add_to_wishlist.added {
background: var(--bzo-main-color);
}
.item-grid-product-style13 .product-thumb .product-extra-link a {
transition: .3s;
}
.item-grid-product-style13 .product-thumb .product-extra-link a:hover,
.item-grid-product-style13 .product-thumb .product-extra-link .add_to_wishlist.added i{
color: #fff;
}
.item-grid-product-style13 .product-thumb .product-extra-link a{
width: 36px;
height: 36px;
background: var(--bzo-main-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
}
.item-grid-product-style13 .product-thumb .action-buttons .addcart-link{
position: absolute;
bottom: -50px;
background: var(--bzo-main-color);
border: 1px solid var(--bzo-main-color);
color: #fff;
padding: 10px 0;
display: flex;
justify-content: center;
width: 100%;
transition: .3s;
gap: 6px;
font-weight: 500;
}
.item-grid-product-style13 .product-thumb .action-buttons .addcart-link i{
font-size: 20px;
}
.item-grid-product-style13 .product-thumb .action-buttons .addcart-link:hover{
background-color: #fff;
color: var(--bzo-main-color);
}
.item-grid-product-style13 .item-product:hover .product-thumb .action-buttons .add_to_cart_button{
bottom: 0;
}
.item-grid-product-style13 .gallery-hover{
gap: 5px;
margin-top: 5px;
}
.item-grid-product-style13 .gallery-hover img:hover{
cursor: pointer;
}
.item-grid-product-style13 .product-info {
padding: 15px 0 0 0;
}
.item-grid-product-style13 .product-info .product-title,
.item-grid-product-style13 .product-info .title-rating .wrap-rating{
margin-bottom: 6px;
}
.item-grid-product-style13 .product-info .product-title a {
color: var(--bzo-gray-color);
font-size: 16px;
font-weight: 600;
line-height: 24px;
}
.item-grid-product-style13 .product-info .product-title:hover a {
color: var(--bzo-main-color);
}
.item-grid-product-style13 .product-info .product-price .woocommerce-Price-amount {
font-size: 20px;
font-weight: 600;
}
.item-grid-product-style13 .product-info .product-price del .woocommerce-Price-amount {
font-size: 16px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
@media(max-width: 767px){
.item-product a.quickview-link{
display: none !important;
}
.item-grid-product-style13 .product-thumb .action-buttons .addcart-link{
padding: 5px;
}
.item-grid-product-style13 .product-info .product-title,
.item-grid-product-style13 .product-info .product-title a{
font-size: 14px;
line-height: 22px;
}
.item-grid-product-style13 .product-info .product-title{
min-height: 48px;
}
.item-grid-product-style13 .product-info .product-price .woocommerce-Price-amount{
font-size: 18px;
}
.item-grid-product-style13 .product-info .product-price del .woocommerce-Price-amount{
font-size: 14px;
}
}
@media(max-width: 480px){
.item-grid-product-style13 .product-thumb .product-label{
display: none;
}
}  .item-grid-product-style14 .tawcvs-swatches{
display: flex;
gap: 8px;
}
.item-grid-product-style14 .tawcvs-swatches .swatch:hover{
cursor: pointer;
border: 1px solid var(--bzo-main-color);
}
.item-grid-product-style14 .tawcvs-swatches .swatch.selected{
border: 1px solid var(--bzo-main-color);
}
.item-grid-product-style14 .tawcvs-swatches .swatch-color{
height: 14px;
width: 14px;
border-radius: 50%;
margin: 0;
padding: 0px;
position: relative;
}
.item-grid-product-style14 .tawcvs-swatches .swatch-color:before {
content: "\f00c";
font-family: 'Line Awesome Free';
font-weight: 900;
opacity: 0;
color: #fff;
font-size: 10px;
height: 12px;
width: 12px;
text-align: center;
line-height: 12px;
position: absolute;
top: 0;
left: 0;
}
.item-grid-product-style14 .tawcvs-swatches .swatch-color.selected:before{
opacity: 1;
}
.item-grid-product-style14 .tawcvs-swatches .swatch-label{
height: 20px;
border-radius: 5px;
border: 1px solid var(--bzo-border-color);
text-align: center;
line-height: 20px;
padding: 0 5px;
}
.item-grid-product-style14 .tawcvs-swatches .swatch-label.selected{
background: var(--bzo-main-color);
color: #fff;
border-color: var(--bzo-main-color);
}
.item-grid-product-style14 .variations{
align-items: center;
margin-bottom: 0px;
}
.item-grid-product-style14 .product-category-list a{
display: none;
}
.item-grid-product-style14 .product-category-list a:first-child{
display: inline-block;
}
.item-grid-product-style14 .product-price .woocs_price_code{
gap: 10px;
flex-direction: row;
}
.item-grid-product-style14 .product-price .slipt{
color: var(--bzo-main-color2);
}
.item-grid-product-style14 .product-price .woocommerce-Price-amount{
font-size: 18px;
color: var(--bzo-main-color2);
}
.item-grid-product-style14 .product-price del .woocommerce-Price-amount{
font-size: 14px;
color: #bfbfbf;
}
.item-grid-product-style14 .product-thumb .product-label {
position: absolute;
top: 12px;
right: 12px;
z-index: 1;
display: flex;
flex-direction: column;
gap: 3px;
}
.item-grid-product-style14 .item-product .product-label span{
color: #fff;
text-transform: capitalize;
padding: 2px 10px;
border-radius: 0;
background-color: var(--bzo-main-color);
}
.item-grid-product-style14 .item-product .product-label span.new{
background-color: var(--bzo-main-color2);
}
.item-grid-product-style14 .item-product .product-thumb{
padding: 12px 12px 24px 12px;
}
.item-grid-product-style14 .item-product .variations_form{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 14px;
}
.item-grid-product-style14 .product-info .product-title{
margin: 3px 0;
font-size: 18px;
}
.item-grid-product-style14 .item-product .product-extra-link{
align-items: center;
padding: 14px;
border-top: 1px solid var(--bzo-border-color);
opacity: 0;
visibility: hidden;
}
.item-grid-product-style14 .item-product:hover .product-extra-link{
opacity: 1;
visibility: visible;
}
.item-grid-product-style14 .item-product .product-extra-link .extra-links-btn{
display: flex;
gap: 18px;
}
.item-grid-product-style14 .item-product .product-extra-link .extra-links-btn a{
font-size: 20px;
}
.item-grid-product-style14 .item-product .product-extra-link a.added{
color: var(--bzo-main-color2);
}
.item-grid-product-style14 .item-product .product-extra-link .addcart-link{
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 3px;
}
.item-grid-product-style14 .item-product .product-extra-link .addcart-link i{
font-size: 20px;
}
.item-grid-product-style14 .item-product .product-info{
padding: 10px 14px 14px 14px;
}
.item-grid-product-style14 .item-product{
border: 1px solid transparent;
transition: .2s;
}
.item-grid-product-style14 .item-product:hover{
border-color: var(--bzo-border-color);
}
@media(max-width: 767px){
.item-grid-product-style14 .item-product{
border-color: var(--bzo-border-color);
}
.item-grid-product-style14 .item-product .product-extra-link,
.item-grid-product-style14 .item-product:hover .product-extra-link{
opacity: 1;
visibility: visible;
}
.shop-grid-product-item-style14 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style14 .item-grid-product-style14{
margin-bottom: 30px;
}
}  .shop-grid-product-item-style15 .list-product-wrap{
margin-bottom: -30px;
}
.shop-grid-product-item-style15 .item-grid-product-style15{
margin-bottom: 30px;
}
.addcart-link-style15{
background-color: var(--bzo-main-color);
color: #fff;
border-radius: 4px;
font-size: 20px;
padding: 4px 12px;
transition: .2s;
}
.addcart-link-style15:hover{
color: #fff;
background-color: var(--bzo-main-color-mix-black);
}
.item-grid-product-style15 .item-product .product-thumb{
position: relative;
}
.item-grid-product-style15 .item-product .product-thumb img{
background: #fff;
}
.item-grid-product-style15 .item-product{
background: #fff;
border: 1px solid transparent;
border-radius: 4px;
overflow: hidden;
padding: 12px;
}
.item-grid-product-style15 .item-product:hover{
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
border-color: #bfbfbf;
}
.item-grid-product-style15 .item-product .product-info{
padding: 10px 0 0 0;
}
.item-grid-product-style15 .item-product .product-info .wrap-rating{
margin: 0;
}
.item-grid-product-style15 .product-info .product-title{
margin: 0px 0px 6px 0;
line-height: 24px;
text-transform: capitalize;
}
.item-grid-product-style15 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
}
.item-grid-product-style15 .product-thumb .product-label{
text-align: left;
left: 0px;
top: 0px;
right: auto;
position: absolute;
z-index: 1;
max-width: 100px;
display: flex;
flex-direction: column;
gap: 10px;
}
.item-grid-product-style15 .product-label span{
font-size: 14px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
line-height: 24px;
border-radius: 5px;
padding: 2px 8px;
background-color: var(--bzo-main-color);
display: inline-block;
text-align: center;
display: flex;
justify-content: center;
}
.item-grid-product-style15 .product-label span.sale{
background-color: #be1f24;
}
.item-grid-product-style15 .product-label span.trending{
background-color: rgba(255, 163, 78, 1.0);
}
.item-grid-product-style15 .item-product .product-extra-link{
position: absolute;
right: 0px;
top: 0px;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
}
.item-grid-product-style15 .item-product .product-extra-link a{
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 100%;
background-color:#ebebeb;
color: var(--bzo-title_typo-color);
border: none;
font-size: 18px;
transition: 0.3s;
transform: translate(70px, 0px);
opacity: 0;
}
.item-grid-product-style15 .item-product .product-extra-link a.quickview-link{
transition-delay: 0.1s;
}
.item-grid-product-style15 .item-product .product-extra-link a.wishlist-link{
transition-delay: 0.15s;
}
.item-grid-product-style15 .item-product .product-extra-link a.compare-link{
transition-delay: 0.2s;
}
.item-grid-product-style15 .item-product .product-extra-link a:hover{
background-color:var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style15 .item-product:hover .product-extra-link a{
transform: translate(0px, 0px);
opacity: 1;
} 
.item-grid-product-style15 .product-price .woocommerce-Price-amount{
color: #2E2E2E;
font-size: 18px;
font-weight: 700;
}
.item-grid-product-style15 .product-price .slipt{
color: #2E2E2E;
}
.item-grid-product-style15 .price-on_sale .woocs_price_code{
flex-direction: column-reverse;
justify-content: start;
align-items: start;
gap:0;
}
.item-grid-product-style15 .product-price del .woocommerce-Price-amount{
color: #727272 ;
font-size: 14px;
font-weight: 400;
}
.item-grid-product-style15 .wrap-rating .number-rate {
color: var(--bzo-body_typo-color); 
margin-left: 6px;
font-size: 16px;
}
.item-grid-product-style15 .wrap-rating .number-rate span{
display: none;
}
.item-grid-product-style15 .gallery-hover{
position: absolute;
z-index: 111;
bottom: -50px;
left: 0;
right: 0;
gap:8px;
opacity: 0
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style15:hover .gallery-hover{
bottom: 10px;
opacity: 1;
} 
.item-grid-product-style15 .gallery-hover img{
border-radius: 50%;
border: 1px solid var(--bzo-border-color);
cursor: pointer;
transition: all 0.3s ease-out 0s;
} 
@media(max-width: 1200px){
.item-grid-product-style15 .gallery-hover img{
width: 40px;
height: 40px;
}
.item-grid-product-style15 .gallery-hover{
display: none;
}
.item-grid-product-style15 .item-product .product-extra-link a.addcart-link-style1 span{
display: none;
}
.item-grid-product-style15 .item-product .product-extra-link a.addcart-link-style1 .la-cart-plus{
display: inline-block;
}
}
.item-grid-product-style15 .gallery-hover img:hover{
border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style15 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style15 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style15 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style15 .countdown-style-item- .clock .number{
color: var(--bzo-main-color);
}
@media(max-width: 767px){
.item-grid-product-style15 .item-product{
border: 1px solid #bfbfbf;
}
.item-grid-product-style15 .product-info .product-title{
}
}  .shop-grid-product-item-style16 .item-grid-product-style16{
margin-bottom: 30px;
}
.shop-grid-product-item-style16 .list-product-wrap{
margin-bottom: -30px;
}
.item-grid-product-style16 .item-product{
background: #fff;
border: 1px solid var(--bzo-border-color);
border-radius: 5px;
padding: 10px;
}
.item-grid-product-style16 .item-product:hover{
border: 1px solid var(--bzo-border-color) !important;
} 
@media(max-width: 1200px){
.item-grid-product-style16 .item-product:hover{
box-shadow: 0px 5px 8px -3px #0000002e;
}
}
.item-grid-product-style16 .item-product .product-thumb{
position: relative;
border-radius: 4px 4px 0 0;
}
.item-grid-product-style16 .item-product .product-thumb img{
background: #fff;
}
.item-grid-product-style16 .item-product .product-info{
padding: 15px 0 0 0;
}
.item-grid-product-style16 .item-product .product-info .wrap-rating{
margin: 0;
}
.item-grid-product-style16 .product-info .product-title{
margin: 0px;
line-height: 22px;
max-height: 45px;
overflow: hidden;
}
.item-grid-product-style16 .product-info .product-title a:hover{
color: var(--bzo-title_typo-color);
}
.item-grid-product-style16 .product-thumb .product-label{
text-align: left;
left: 0px;
top: 0px;
right: auto;
position: absolute;
z-index: 1;
max-width: 100px;
display: flex;
flex-direction: column;
gap: 5px;
}
.item-grid-product-style16 .product-label span{
font-size: 12px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
line-height: 16px;
border-radius: 0;
padding: 4px 18px 4px 8px;
background-color: #3E9237;
display: inline-block;
min-width: 50px;
text-align: center;
display: flex;
justify-content: center;
border-radius: 4px;
position: relative;
clip-path: polygon(0 0, 100% 0, 80% 100%, 100% 100%, 0 100%);
}
.item-grid-product-style16 .product-label span.trending{
background-color: #FF5B22;
}
.item-grid-product-style16 .product-label span.sale{
background-color: #FFC436;
color: #333;
}
.item-grid-product-style16 .item-product .product-extra-link{
position: absolute;
right: 0;
bottom: -40px;
left: 0;
align-items: center;
text-align: center;
display: flex;
justify-content: center;
gap: 5px;
background-color: #f5f5f5;
border-bottom: 1px solid #999; 
transition: .3s;  
opacity: 0;
visibility: hidden;
}
.item-grid-product-style16 .item-product:hover .product-extra-link{
bottom: 40px;
opacity: 1;
visibility: visible;
bottom: 0;
}
.item-grid-product-style16 .item-product .product-extra-link a{
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
background-color: #F5F5F5;
color: var(--bzo-title_typo-color);
border: none;
font-size: 20px;
transition: 0.3s; 
position: relative;
overflow: hidden;
}
.item-grid-product-style16 .item-product .product-extra-link a:hover{
color: var(--bzo-main-color);
} 
.item-grid-product-style16 .gallery-hover{
position: absolute;
z-index: 111;
bottom: -50px;
left: 0;
right: 0;
gap:8px;
opacity: 0
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style16:hover .gallery-hover{
bottom: 10px;
opacity: 1;
} 
.item-grid-product-style16 .gallery-hover img{
border-radius: 50%;
border: 1px solid var(--bzo-border-color);
cursor: pointer;
transition: all 0.3s ease-out 0s;
} 
.item-grid-product-style16 .gallery-hover img:hover{
border: 1px solid var(--bzo-main-color);
} 
.item-grid-product-style16 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color:#fff;
} 
.item-grid-product-style16 .item-product .product-extra-link a.product-compare.added{
font-size: 0;
position: relative;
}
.item-grid-product-style16 .item-product .product-extra-link a.product-compare.added::before{
font-family: 'Line Awesome Free';
font-weight: 900;
content: "\f362";
font-size: 20px;
}
.item-grid-product-style16 .product-category-list a{
display: none;
font-weight: 500;
color: #1450A3;
}
.item-grid-product-style16 .product-category-list a:first-child{
display: inline-block;
}
.item-grid-product-style16 .product-price .woocs_price_code{
justify-content: center;
gap: 5px;
flex-direction: row;
}
.item-grid-product-style16 .product-info .product-price .woocommerce-Price-amount {
font-size: 16px;
font-weight: 600;
color: #ff5b22;
line-height: 25px;
}
.item-grid-product-style16 .product-info .product-price del .woocommerce-Price-amount {
font-size: 14px;
font-weight: 400;
color: var(--bzo-body_typo-color);
}
@media(max-width: 1200px){
.item-grid-product-style16 .gallery-hover img{
width: 40px;
height: 40px;
}
.item-grid-product-style16 .gallery-hover{
display: none;
}
}
@media(max-width: 767px){
.item-grid-product-style16 .product-info .product-title{
font-size: 14px;
line-height: 20px;
}
.item-grid-product-style16 .item-product .product-extra-link a{
width: 32px;
height: 35px;
line-height: 35px;
}
.item-grid-product-style16 .product-price .woocs_price_code{
display: inherit;
}
.item-grid-product-style16 .item-product{
padding: 5px;
}
.item-grid-product-style16 .item-product .product-info{
padding: 10px 0 5px 0;
}
}
.item-grid-product-style16 .countdown-style-item-{
bottom: 0;
}
.item-grid-product-style16 .countdown-style-item- .clock{
background-color: var(--bzo-main-color);
box-shadow: none;
border-radius: 0px;
color: #fff;
}
.item-grid-product-style16 .countdown-style-item- .clock .number{
color: #fff;
}  .item-grid-product-style18 .item-brand-product-name,
.item-grid-product-style19 .item-brand-product-name{
margin-bottom: 2px;
display: block;
color: #8b8b8b;
font-size: 13px;
font-weight: 500;
}
.custom-tab-style .product-tab-title {
margin-bottom: 35px;
}
.item-grid-product-style18 .product-thumb-inner,
.item-grid-product-style19 .product-thumb-inner{
background-color: #ededed;
position: relative;
}
.item-grid-product-style18 .item-product .product-extra-link,
.item-grid-product-style19 .item-product .product-extra-link{
position: absolute;
right: 15px;
top: 15px;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
}
.item-grid-product-style18 .item-product .product-extra-link a,
.item-grid-product-style19 .item-product .product-extra-link a{
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 100%;
background-color: #fff;
color: var(--bzo-title_typo-color);
border: none;
font-size: 17px;
transition: 0.5s;
opacity: 0;
transform: translateY(15px);
}
.item-grid-product-style18 .item-product .btn-add-cart a{
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 100%;
background-color: var(--bzo-main-color2);
color: #fff;
font-size: 17px;
display: inline-block;
}
.item-grid-product-style18 .btn-add-cart{
position: absolute;
bottom: -40px;
right: 15px;
transition: 0.5s;
opacity: 0;
}
.item-grid-product-style18 .item-product:hover .product-extra-link a,
.item-grid-product-style19 .item-product:hover .product-extra-link a{
opacity: 1;
transform: translateY(0);
}
.item-grid-product-style18 .item-product:hover .btn-add-cart {
opacity: 1;
bottom: 15px;
}
.item-grid-product-style18 .item-product .product-extra-link a:hover,
.item-grid-product-style19 .item-product .product-extra-link a:hover,
.item-grid-product-style18 .item-product .btn-add-cart a:hover,
.item-grid-product-style18 .item-product .product-extra-link a.added,
.item-grid-product-style19 .item-product .product-extra-link a.added{
background-color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
color: #fff;
} 
.item-grid-product-style18 .item-product .product-extra-link a.added,
.item-grid-product-style19 .item-product .product-extra-link a.added{
transform: translateY(0);
} 
.item-grid-product-style18 .product-thumb,
.item-grid-product-style19 .product-thumb{
border-radius: 10px;
}
.item-grid-product-style18 .product-thumb .product-label,
.item-grid-product-style19 .product-thumb .product-label{
left: 15px;
top: 15px;
position: absolute;
}
.item-grid-product-style18 .product-label span,
.item-grid-product-style19 .product-label span{
font-size: 13px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
line-height: 24px;
border-radius: 30px;
padding: 2px 10px;
background-color: var(--bzo-main-color);
text-align: center;
}
.list-col-item.item-grid-product-style18,
.list-col-item.item-grid-product-style19{
margin-bottom: 40px;
}
.item-grid-product-style18 .wrap-rating,
.item-grid-product-style19 .wrap-rating{
margin-top: 10px;
}
.item-grid-product-style18 .product-price .woocommerce-Price-amount,
.item-grid-product-style19 .product-price .woocommerce-Price-amount{
font-weight: 600;
}
@media (max-width: 767px){
.list-col-item.item-grid-product-style18,
.list-col-item.item-grid-product-style19{
margin-bottom: 30px;
}
}  .item-grid-product-style19 .product-thumb{
border-radius: 0;
}
.item-grid-product-style19 .product-thumb-inner{
background-color: #f5f5f5;
}
.item-grid-product-style19 .item-product .product-extra-link a{
transform: none;
opacity: 1;
width: 45px;
height: 45px;
line-height: 45px;
border: 1px solid #e6e6e6;
}
.item-grid-product-style19 .item-product .product-extra-link{
right: -45px;
transition: all .25s ease;
}
.item-grid-product-style19 .item-product:hover .product-extra-link{
right: 15px;
}.widget ul li, 
.widget ol li
{
padding: 8px 0px;
font-weight: 400;
font-size: 16px;
}
.widget >ul> li:first-child, 
.widget >ol> li:first-child, 
.widget .wp-block-latest-posts> li:first-child, 
.widget .menu> li:first-child, 
.widget .wp-block-latest-comments> li:first-child
{
padding-top: 0;
border-top: none;
}
.widget ol li a:hover, 
.widget ul li a:hover, 
.widget ul li a.active, 
.widget ul li.current-cat> a, 
.widget ul li a[aria-current=page]
{
color: var(--bzo-main-color);
}
.widget ul.sub-menu, .widget ul.children {
padding-left: 15px;
margin-top: 8px;
}
.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
padding-left: 15px;
margin-top: 15px;
}
.detail-content-wrap> .wp-block-calendar{
margin-bottom: 10px;
}
.detail-content-wrap .wp-block-calendar table, 
.widget_calendar table {
width: 100%;
}
.detail-content-wrap .wp-block-calendar table caption, 
.widget_calendar table caption {
background-color: var(--bzo-main-color);
color: #fff;
text-align: center;
padding: 8px 10px;
font-weight: 700;
}
.detail-content-wrap .wp-block-calendar table th , 
.widget_calendar table th 
{
background-color: #eee;
border: 1px solid #ddd;
text-align: center;
line-height: 2em;
padding: 5px 5px;
}
.widget_calendar table td, 
.detail-content-wrap .wp-block-calendar  table td
{
border: 1px solid #eee;
text-align: center;
font-size: 14px;
line-height: 2em;
padding: 5px 5px;
}
.widget_calendar table tbody td a, 
.detail-content-wrap .wp-block-calendar table tbody td a
{
color: var(--bzo-main-color);
}
.detail-content-wrap .wp-block-calendar  table tfoot td, 
.widget_calendar table tfoot td
{
border: 0;
padding: 0;
}
.detail-content-wrap .wp-block-calendar  table tfoot td#prev, 
.widget_calendar table tfoot td#prev
{
text-align: left;
}
.widget_calendar table tfoot td#next, 
.detail-content-wrap .wp-block-calendar  table tfoot td#next
{
text-align: right;
}
.detail-content-wrap .wp-block-calendar  table tfoot, 
.widget_calendar table tfoot, 
.widget_calendar .wp-calendar-nav, 
.detail-content-wrap .wp-block-calendar  .wp-calendar-nav
{
background: var(--bzo-main-color);
color: #fff;
}
.widget_calendar table tfoot a, 
.detail-content-wrap .wp-block-calendar table tfoot a, 
.detail-content-wrap .wp-block-calendar .wp-calendar-nav a, 
.widget_calendar .wp-calendar-nav a
{
display: inline-block;
color: #fff;
padding: 2px 15px;
}
.widget_calendar table tfoot a:hover, 
.detail-content-wrap .wp-block-calendar table tfoot a:hover
{
color: #53ac82;
}
.textwidget p > img{
margin: 6px 0;
}
.entry-content > p, 
.rssSummary, 
.widget p{
margin: 0 0 25px;
line-height: 24px;
}
.rssSummary{
margin-top: 15px;
}
a.rsswidget{
font-weight: bold;
}
.rss-date{
color: #999;
}
.widget.widget_rss ul li{
border-bottom: 1px dashed var(--bzo-border-color);
padding-bottom: 25px;
margin-bottom: 20px;
border-top: none;
padding-top: 0;
}
.widget.widget_rss .widget-title {
display: flex;
align-items: center;
}
.widget.widget_rss .widget-title .rsswidget{
margin-right: 5px;
}
.widget.widget_rss .widget-title .rss-widget-icon{
width: 16px;
}
.widget.widget_rss ul li:last-child{
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.widget select::-ms-expand {
display: none;
}
.widget-select-type, 
.widget_categories form, 
.widget_text form
{
position: relative;
}
.widget-select-type:after{
content: "\f107";
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 16px;
position: absolute;
right: 15px;
bottom: 12px;
pointer-events: none;
}
.widget_categories form:after, 
.widget_text form:after{
content: "\f107";
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 16px;
position: absolute;
right: 12px;
top: 12px;
pointer-events: none;
}
.widget select {
max-width: 100%;
border: 1px solid var(--bzo-border-color);
height: 48px;
padding: 0 15px;
display: block;
width: 100%;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
background: #fff;
border-radius: 0px;
color: var(--bzo-title_typo-color);
}
.widget_tag_cloud .tagcloud{
}
.widget_tag_cloud a, 
.widget_product_tag_cloud a
{
font-size: 14px !important;
font-weight: 500;
background: #fff;
display: inline-block;
position: relative;
line-height: 40px;
color: var(--bzo-title_typo-color);
border: 1px solid var(--bzo-title_typo-color);
padding: 0px 15px;
text-transform: capitalize;
}
.widget_tag_cloud a:hover, 
.widget_product_tag_cloud a:hover
{
color: #fff;
background: var(--bzo-title_typo-color);
border-color:var(--bzo-title_typo-color);
}
.widget_product_tag_cloud,
.widget_tag_cloud .tagcloud{
display: flex;
flex-wrap: wrap;
gap: 12px;
} .widget_bzotech_bloglistpostswidget .wg-post-list{
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg{
gap: 18px;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb{
width: 110px;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb .adv-thumb-link{
overflow: hidden;
border: 1px solid transparent;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb img{
border-radius: 0px;
transition: all 0.3s linear 0s;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info{
width: calc(100% - 110px);
margin-top: -5px;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info h3{
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
margin-top: 8px;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info h3 a{
line-height: 20px;
}
.sidebar-widget{  
border-radius: 0px;
position: relative;
margin-bottom: 60px;
}
.sidebar-widget.widget_categories ul li:not(:last-child){
}
.sidebar-widget.widget_search{
border: none;
}
.sidebar-widget .widget-title{
padding: 0;
margin: 0;
margin-bottom: 40px;
text-transform: capitalize;
font-weight: 600;
}  
.wp-block-group__inner-container >h2, 
.widget-title {
margin: 0;
margin-bottom: 40px;
font-size: 26px;
color: var(--bzo-title_typo-color);
font-family: var(--bzo-title_typo-font-family);
font-weight: 500;
text-transform: capitalize;
line-height: 28px;
}
@media(max-width: 1200px){
.wp-block-group__inner-container >h2,
.sidebar-widget .widget-title {
font-size: 20px;
margin-bottom: 25px;
}
.sidebar-widget {
margin-bottom: 50px;
}
}
.widget_bzotech_wg_get_mega_page{
background-color: transparent;
padding: 0;
overflow: hidden;
}
.widget_product_search, 
.sidebar-widget.widget_search{
background-color: transparent;
padding: 0;
}
.widget_product_search .widget-title, 
.sidebar-widget.widget_search .widget-title{
display: none;
}
.wp-block-search__label{
display: none;
}
.widget:last-child {
margin-bottom: 0px;
}
.widget ul{
margin: 0;
padding: 0;
list-style: none;
}
.widget ul > li, 
.widget ol > li
{
line-height: 26px;
}
.widget ul.wrap-rating > li{
padding: 0;
}
.wp-block-search__inside-wrapper, 
.widget_search .wg-search-form{
display: flex;
background: #fff;
border: 1px solid var(--bzo-title_typo-color);
border-radius: 0px;
position: relative;
}
.widget_search .wg-search-form input{
color: #727272;
}
.widget_search .wg-search-form input::-webkit-input-placeholder { color:    #727272;
}
.widget_search .wg-search-form input:-moz-placeholder { color:    #727272;
opacity:  1;
}
.widget_search .wg-search-form input::-moz-placeholder { color:    #727272;
opacity:  1;
}
.widget_search .wg-search-form input:-ms-input-placeholder { color:    #727272;
}
.widget_search .wg-search-form input::-ms-input-placeholder { color:    #727272;
}
.widget_search .wg-search-form input::placeholder { color:    #727272;
}
.wp-block-search__inside-wrapper .wp-block-search__input{
padding: 0px 20px;
}
.wp-block-search__inside-wrapper .wp-block-search__input, 
.widget_search .wg-search-form input[type="text"]{
border: none;
height: 48px;
width: 100%;
background: transparent;
}
.widget_search .wg-search-form input[type="text"]:-webkit-autofill { 
-webkit-background-clip: text;
color: #fff;
}
.select2-container--default .selection .select2-selection--single .select2-selection__placeholder {
color: #727272;
}
.widget_product_search input[type=search]::-webkit-input-placeholder, 
.widget_product_search input[type=search]:-ms-input-placeholder, 
.widget_product_search input[type=search]::placeholder, 
.widget_search .wg-search-form input[type="text"]::-webkit-input-placeholder, 
.widget_search .wg-search-form input[type="text"]:-ms-input-placeholder, 
.widget_search .wg-search-form input[type="text"]::placeholder
{
color: var(--bzo-body_typo-color);
font-size: 18px;
}
.wp-block-search__inside-wrapper .wp-block-search__button{
border-radius:0px;
border: none;
font-size: 0;
background: transparent;;
background-repeat: no-repeat;
background-position: center;
height: 48px;
width: 48px;
padding: 0;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.wp-block-search__inside-wrapper .wp-block-search__button:before{
content: "\e91e";
font-family: 'bzoicon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
}
.widget_search .wg-search-form button[type="submit"]{
color: var(--bzo-title_typo-color);
position: absolute;
top: 0;
right: 0px;
height: 48px;
width: 48px;
text-align: center;
font-size: 18px;
border: none;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
border-radius: 0px;
}
.widget_search .wg-search-form button[type="submit"]:hover{
color: var(--bzo-main-color);
}
.widget_search .wg-search-form input[type="submit"]{
border-radius:0px;
border: none;
font-size: 0;
background: transparent;
height: 48px;
width: 48px;
padding: 0;
cursor: pointer;
}
.widget_product_search .woocommerce-product-search{
display: flex;
border: 1px solid var(--bzo-title_typo-color);
border-radius: 0px;
position: relative;
}
.widget_product_search .woocommerce-product-search input[type=search]{
border: none;
height: 48px;
line-height: 48px;
border-right: none;
border-radius: 0px;
width: 100%;
background: transparent;
color: #727272;
}
.widget_product_search .woocommerce-product-search input[type=search]::-webkit-input-placeholde{
color: #727272;
}
.widget_product_search .woocommerce-product-search input[type=search]:-ms-input-placeholder{
color: #727272;
}
.widget_product_search .woocommerce-product-search input[type=search]::placeholder{
color: #727272;
}
.widget_product_search .woocommerce-product-search button{
color:  var(--bzo-title_typo-color);
text-transform: uppercase;
border-radius: 0px;
height: 48px;
line-height: 48px;
text-align: center;
background: transparent;
padding: 0 10px!important;
min-width: 48px;
display: inline-block;
cursor: pointer;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
z-index: 1;
position: relative;
font-size: 0px;
border: none;
border-left: none;
background-repeat: no-repeat;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.widget_product_search .woocommerce-product-search button:before {
content: "\e91e";
font-family: 'bzoicon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
}
.widget_product_categories .select2-container--default .select2-selection--single{
height: 48px;
line-height: 48px;
border: none;
border-radius: 10px;
border-radius: 0;
border: 1px solid var(--bzo-border-color);
}
.select2-container--default .select2-search--dropdown input.select2-search__field,
.select2-container--open .select2-dropdown{
border-color: var(--bzo-border-color);
}
.select2-container--default .select2-results>.select2-results__options{
scrollbar-width: none;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
background: transparent;
border-radius: 0px;
} .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
background:var(--bzo-main-color);
border-radius: 0px;
} .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
background: var(--bzo-main-color);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
width: 5px;
left: 5px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 48px;
padding: 0px 20px;
color: #727272;
font-size: 14px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 48px;
right: 10px;
}
.widget_shopping_cart .mini-cart-button{
display: block;
margin: 0px;
margin-top: 15px;
}
.widget_shopping_cart .mini-cart-button .button {
width: 100%;
margin: 0px!important;
margin-bottom: 5px!important
}
.widget_shopping_cart .mini-cart-button .button:last-child {
margin-bottom: 0px!important
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 80px;
border-radius: 0px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 7px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child, .widget ul li:first-child,.widget ol > li:first-child {
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child, .widget ul li:last-child, .widget ol li:last-child{
padding-bottom: 0;
border-bottom: none;
}
ul.product_list_widget li .product-title{
margin-bottom: 0px;
display: inline-block;
width: calc(100% - 85px);
line-height: 20px;
font-size: 14px;
font-weight: 500;
color: var(--bzo-title_typo-color);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
ul.product_list_widget li .product-title:hover{
color: var(--bzo-main-color);
}
ul.product_list_widget li .wrap-rating li{
padding-bottom:0x;
}
ul.product_list_widget li .product-price .woocommerce-Price-amount{
font-size: 16px;
}
ul.product_list_widget li .product-price del .woocommerce-Price-amount{
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
float: none!important;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0px!important;
}
.select2-container--default .select2-selection--multiple {
border:  1px solid var(--bzo-border-color)!important;
border-radius: 0px!important;
height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
margin: 0px!important;
}
.select2-container--default .select2-search--inline .select2-search__field{
height: 48px;
padding: 0px 20px!important;
}
.widget_price_filter .price_slider_amount .button{
font-size: 18px;
}
.woocommerce-widget-layered-nav-dropdown__submit {
border: 0;
color: #fff;
text-transform: uppercase;
font-size: 18px;
border-radius: 0px;
height: 48px;
line-height: 48px;
text-align: center;
background: #000;
font-family: var(--bzo-title_typo-font-family);
border-radius: 0px;
padding: 0 35px!important;
min-width: 120px;
display: inline-block;
cursor: pointer;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
z-index: 1;
position: relative;
font-weight: 700;
}
.woocommerce-widget-layered-nav-dropdown__submit:hover{
background: var(--bzo-main-color);
color: #000;
box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper div.ui-widget-content{
background-color: #dddddd;
margin-bottom: 16px;
margin-left: 0;
margin-right: 0;
height: 4px;
}
.widget_price_filter .price_slider_wrapper{
padding-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-handle, 
.widget_price_filter .ui-slider .ui-slider-handle{
height: 18px!important;
width: 4px!important;
border-radius:0!important;
top: -7px!important;
border: none!important;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -4px;
}
.widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
margin-left: 0;
}
.widget_price_filter .price_slider_amount .price_label{
font-size: 18px;
}
.widget_price_filter .price_slider_amount{
line-height: inherit;
text-align: left!important;
}
.widget_price_filter .price_slider_amount .elbzotech-bt-default{
margin-top: 20px;
padding: 10px 25px;
}
.widget_price_filter .price_slider_amount .price_label span{
border: none;
line-height: 24px;
border-radius: 10px;
font-size: 16px;
color: #000;
font-weight: 600;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 48px;
right: 10px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow:after{
content: "\f107";
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 14px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow b{
display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.widget_price_filter .ui-slider .ui-slider-handle
{
background-color: var(--bzo-main-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.widget_price_filter .ui-slider .ui-slider-range{
background-color: var(--bzo-title_typo-color)!important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, 
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
padding: 0px 0 8px;
} .widget_archive .count, 
.widget_product_categories .count, 
.widget_categories .count
{
float: right;
color: #999;
}
.detail-content-wrap>table th, .desc-comment-text>table th, .entry-content>table th {
color: var(--bzo-main-color);
}
.detail-content-wrap .wp-block-archives-list li{
padding: 4px 0px;
}
.detail-content-wrap .wp-block-search .wp-block-search__input {
border-right: none;
height: 48px;
width: 100%;
}
.detail-content-wrap .wp-block-tag-cloud a {
font-size: 16px !important;
font-weight: 500;
margin-right: 12px;
color: #5C5C5C;
background: #F0F0F0;
display: inline-block;
margin-bottom: 16px;
position: relative;
height: 40px;
line-height: 40px;
border-radius: 0px;
border: none;
padding: 0px 12px;
text-transform: capitalize;
}
.detail-content-wrap .wp-block-tag-cloud a:hover {
background: var(--bzo-title_typo-color);
color: #fff;
}
.detail-content-wrap>.wp-block-search, 
.detail-content-wrap>.wp-block-tag-cloud
{
margin-bottom: 60px;
}
.detail-content-wrap .wp-block-search .wp-block-search__button {
margin: 0px;
border: navajowhite;
color: #fff;
padding: 0px 30px;
line-height: 48px;
text-align: center;
font-family: var(--bzo-title_typo-font-family);
text-transform: uppercase;
font-weight: 700;
}
.detail-content-wrap .wp-block-categories-dropdown select, 
.detail-content-wrap .wp-block-archives-dropdown select
{
width: 100%;
height: 48px;
-moz-appearance:none; -webkit-appearance:none; appearance:none;
background: #F5F5F5;
border-radius: 10px;
color: #A1A1A1;
border: none;
}
.detail-content-wrap .wp-block-categories-dropdown label, 
.detail-content-wrap .wp-block-archives-dropdown label
{
margin-bottom: 30px;
font-size: 20px;
color: var(--bzo-main-color);
font-weight: 600;
text-transform: capitalize;
}
.detail-content-wrap .wp-block-categories-dropdown , 
.detail-content-wrap .wp-block-archives-dropdown 
{
margin-bottom: 60px;
}
.wp-block-latest-comments__comment{
margin-bottom: 0;
} .wp-block-latest-posts.wp-block-latest-posts__list, 
.widget_archive>ul, 
.widget_pages>ul, 
.widget_recent_comments>ul, 
.widget_meta>ul, 
.widget_recent_entries>ul, 
.widget_rss>ul, 
.widget_categories>ul, 
.widget_nav_menu>div, 
.widget_product_categories>ul.product-categories, 
.woocommerce-widget-layered-nav>ul.woocommerce-widget-layered-nav-list, 
ol.wp-block-latest-comments{
margin-top: -6px;
}
.widget_meta>ul, 
.widget_archive>ul, 
.widget_categories>ul, 
.widget_nav_menu>div, 
.widget_product_categories>ul.product-categories, 
.woocommerce-widget-layered-nav>ul.woocommerce-widget-layered-nav-list, 
.widget_pages>ul{
text-transform: uppercase;
} .widget_bzotech_rating_filter ul.bzotech-rating-filter > li, 
.widget_bzotech_category_fillter ul li{
position: relative;
padding: 0 15px 15px 28px;
display: inline-block;
width: 100%;
}
.widget_bzotech_attribute_filter .tawcvs-swatches{
display: flex;
flex-wrap: wrap;
gap:10px;
}
.widget_bzotech_attribute_filter a.swatch-label{
margin-bottom: 15px;
position: relative;
display: block;
}
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li:last-child{
padding-bottom: 0;
}
.widget_bzotech_attribute_filter a.swatch-label .count{
position: absolute;
top: -30px;
left: 0;
color: #fff;
font-weight: 400;
opacity: 0;
transition: all 0.3s ease-out 0s;
background: var(--bzo-main-color2);
font-size: 12px;
padding: 0;
border-radius: 50%;
height: 30px;
width: 30px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.widget_bzotech_attribute_filter a.swatch-label:hover .count{
opacity: 1;
top: -34px;
}
.widget_bzotech_category_fillter ul li .smoke{
position: absolute;
top: 0;
right: 0;
color: #727272;
font-weight: 400;
}
.widget_bzotech_attribute_filter a.swatch-label .label-attr{
color: #454545;
text-transform: capitalize;
font-size: var(--bzo-body_typo-font-size);
width: 30px;
height: 30px;
border: 1px solid var(--bzo-border-color);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.widget_bzotech_attribute_filter a.swatch-label.selected .label-attr, 
.widget_bzotech_attribute_filter a.swatch-label.active .label-attr, 
.widget_bzotech_attribute_filter a.swatch-label:hover .label-attr{
background:  #fff;
color: var(--bzo-main-color);
border-color: var(--bzo-main-color);
}
.widget_bzotech_category_fillter ul li a:hover{
color: var(--bzo-main-color);
}
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate::before, 
.widget_bzotech_category_fillter ul li a::before{
position: absolute;
content: "";
top: 4px;
left: 0;
width: 18px;
height: 18px;
border: 1px solid var(--bzo-border-color);
border-radius: 2px;
background-color: #fff;
}
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li.active .product-rate::before, 
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate:hover::before, 
.widget_bzotech_category_fillter ul li a.active::before, 
.widget_bzotech_category_fillter ul li a:hover::before{
background-color: transparent;
}
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate::after, 
.widget_bzotech_category_fillter ul li a::after{
position: absolute;
content: "";
top: 8px;
left: 4px;
width: 10px;
height: 10px;
border-radius: 0px;
background: transparent;
}
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li.active .product-rate::after, 
.widget_bzotech_rating_filter ul.bzotech-rating-filter > li .product-rate:hover::after, 
.widget_bzotech_category_fillter ul li a.active::after, 
.widget_bzotech_category_fillter ul li a:hover::after{
background:  var(--bzo-main-color);
}
.widget_bzotech_attribute_filter .attribute-type-image{
margin: 0 -10px;
}
.widget_bzotech_attribute_filter .attribute-type-image .swatch-image{
width: 33.333%;
border-radius: 15px;
overflow: hidden;
padding: 0 10px;
display: inline-flex;
margin-bottom: 20px;
}
.widget_bzotech_attribute_filter .attribute-type-image .swatch-image img{
max-width: 80px;
border-radius: 15px;
border: 1px solid #F5F5F5;
width: 100%;
}
.widget_bzotech_attribute_filter .attribute-type-image .swatch-image.selected img, 
.widget_bzotech_attribute_filter .attribute-type-image .swatch-image:hover img{
border: 1px dashed var(--bzo-main-color);
}
.widget_bzotech_attribute_filter a.swatch-color{
padding: 1px;
border: 1px solid var(--bzo-border-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.widget_bzotech_attribute_filter a.swatch-color.selected,
.widget_bzotech_attribute_filter a.swatch-color.active
{
border-color: var(--bzo-main-color);
}
.widget_bzotech_attribute_filter a.swatch-color .span-trong{
background-color: #eeee22;
height: 20px;
width: 20px;
display: inline-block;
border-radius: 50%;
}
.widget_bzotech_attribute_filter .attribute-type-color{
display: flex;
gap: 10px;
align-items: center;
}
.sidebar .wg-product-slider .item-product{
align-items: center;
border: 1px solid var(--bzo-border-color);
align-items: stretch;
}
.sidebar .wg-product-slider .item-product .product-thumb > a{    
border-radius: 0px;
background-color: #fff;
border-right: 1px solid var(--bzo-border-color);
height: 100%;
}
.sidebar .wg-product-slider .item-product .product-thumb{
width: 100px;
}
.sidebar .wg-product-slider .item-product .product-thumb img{
object-fit: cover;
height: 100%;
}
.sidebar .wg-product-slider .item-product .product-info{
width: calc(100% - 100px);
display: flex;
flex-direction: column;
justify-content: center;
padding: 16px;
}
.sidebar .wg-product-slider .product-price {
margin-bottom: 5px;
}
.sidebar .wg-product-slider .product-price .woocs_price_code {
gap: 8px;
}
.sidebar .wg-product-slider .product-price .woocommerce-Price-amount{
font-size: 16px;
}
.sidebar .wg-product-slider .product-price del .woocommerce-Price-amount{
font-size: 14px;
}
.sidebar .wg-product-slider .item-product .product-info .product-title{
line-height: 20px;
margin-bottom: 5px;
font-size: 16px;
font-weight: 400;
}
.wg-product-slider .swiper-slide{
padding: 0px 1px;
}
.item-product-wg-style2{
display: flex;
gap: 15px;
align-items: center;
}
.item-product-wg-style2 .product-price .woocommerce-Price-amount{
font-weight: 600;
}
.item-product-wg-style2 .product-thumb{
width: 45%;
}
.item-product-wg-style2 .product-info{
width: calc(55% - 15px);
}
.item-product-wg-style2 .product-info .product-title{
margin-top: 10px;
}
@media(max-width: 991px){
.sidebar .wg-product-slider .item-product .product-thumb {
width: 100%;
}
.sidebar .wg-product-slider .item-product .product-thumb a{
border: none;
border-bottom: 1px solid var(--bzo-border-color);
}
.sidebar .wg-product-slider .item-product .product-info{
width: 100%;
align-items: center;
}
.sidebar .wg-product-slider .item-product{
flex-direction: column;
}
}
@media(max-width: 1200px){
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg{
flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
gap: 13px;
margin-bottom: 20px;
}
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-thumb,
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg .post-info{
width: 100%;
}
.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children{
padding-left: 12px;
}
}
@media(max-width: 767px){
.widget_bzotech_bloglistpostswidget .wg-post-list .item-post-wg{
margin: 0;
}
.sidebar-right{
margin-top: 50px;
}
.onpen-sidebar .sidebar-type-style2 .group-filters-shop {
right: 0;
}
.sidebar-type-style2 .group-filters-shop {
position: fixed;
top: 0;
right: 100%;
width: 100%;
background: #fff;
z-index: 9999;
padding: 50px 20px 0;
border: none;
overflow-y: auto;
scrollbar-width: none;
height: 100%;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.sidebar-type-style2 .group-filters-shop .close-filters {
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
}
}.content-single-blog .post-custom-content .bzotech-col-sm-6{
display: flex;
margin-bottom: 30px;
}
.content-single-blog .post-custom-content .box-image{
margin-top: 30px
}
.content-single-blog .post-custom-content p:last-child{
margin-bottom: 0px
}  .meta-post-tags-share{
margin-top: 40px;
}
.meta-post-tags-share .tags-post{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
}
.meta-post-tags-share .tags-post a{
padding: 8px 16px;
border-radius: 0px;
display: inline-block;
line-height: 22px;
color: var(--bzo-title_typo-color);
transition: .3s;
border: 1px solid var(--bzo-title_typo-color);
text-transform: capitalize;
font-weight: 700;
}
.meta-post-tags-share .tags-post a:hover{
background: var(--bzo-title_typo-color);
border-color: var(--bzo-title_typo-color);
color:#fff;
}
.meta-post-tags-share .tags-and-share-title{
font-weight: 400;
color: var(--bzo-body_typo-color);
line-height: 40px;
}
.meta-post-tags-share .tags-post-wrap{
column-gap: 8px;
}
.meta-post-tags-share .single-list-social .list-inline-block{
display: flex;
flex-wrap: wrap;
gap: 10px 15px;
}
.single-post-share-wrap{
align-items: center;
column-gap: 8px;
}
.meta-post-tags-share .single-list-social a{
font-size: 24px;
display: block;
color: var(--bzo-title_typo-color);
text-align: center;
border-radius: 0px;
transition: .2s;
}
.meta-post-tags-share .single-list-social a:hover{
color:var(--bzo-main-color);
} .meta-post-tags-share-style2 .tags-post{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.meta-post-tags-share-style2 .tags-post a{
background: linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06)),#FFFFFF;
padding: 8px 12px;
border-radius: 0px;
display: inline-block;
font-size: 14px;
line-height: 24px;
color: var(--bzo-title_typo-color);
}
.meta-post-tags-share-style2 .tags-post a:hover{
background: var(--bzo-main-color);
color: #fff;
box-shadow: 0 8px 10px rgba(121,99,104,.14), 0 3px 14px rgba(0,0,0,.12);
}
.meta-post-tags-share-style2 .tags-and-share-title{
display: none;
}
.meta-post-tags-share-style2 .single-list-social .list-inline-block{
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
}
.meta-post-tags-share-style2 .single-list-social a{
font-size: 24px;
display: flex;
color: var(--bzo-main-color);
}
.meta-post-tags-share-style2 .single-list-social a:hover{
margin-top: -5px;
}
.meta-post-tags-share-style2 .single-list-social a[data-social="facebook"]{
color: #1877f2;
}
.meta-post-tags-share-style2 .single-list-social a[data-social="envelope"]{
color: #f2a42e;
}
.meta-post-tags-share-style2 .single-list-social a[data-social="twitter"]{
color: #2daae1;
}
.meta-post-tags-share-style2 .single-list-social a[data-social="pinterest"]{
color: #c00;
}  .post-info-author-style1{
background: #f9f9f9;
padding: 50px;
position: relative;
margin-top: 80px;
}
.post-info-author-style1 .author-info{
padding-left: 40px;
}
.post-info-author-style1 .name-author{
color: #000;
font-size: 20px;
text-transform: capitalize;
display: inline-block;
margin-bottom: 20px;
font-weight: 700;
}
.post-info-author-style1 .desc{
line-height: 28px;
margin-bottom: 0px;
color: #666;
}
.post-info-author-style1 .author-thumb{
width: 150px;
min-width: 150px;
}
.post-info-author-style1 .author-thumb img{
width: 150px;
}  .post-control {
margin-top: 80px;
}
.post-control .text-title{
color: #707070;
line-height: 30px;
display:none;
}
.post-control a:hover .text-title{
color: var(--bzo-main-color);
}
.post-control a>.title{
display: block;
font-size: 20px;
}
.post-control a .la-angle-left{
margin-right: 10px;
}
.post-control a .la-angle-right{
margin-left: 10px;
}
.post-control .flex-wrapper> .prev-post{
padding-right: 15px;
}
.post-control .flex-wrapper> .next-post{
padding-left: 15px;
}
.post-control .flex-wrapper>div:last-child{
border-right: none;
}  .single-blog- .title-post-single{
margin: 0 0 30px 0;
word-break: break-word;
}
.single-blog- .single-post-media-format{
margin-bottom: 30px;
}
.single-blog- .single-post-media-format img{
border-radius: 0px;
}
.single-blog- .single-post-media-format .format-video{
line-height: 0;
}
.single-blog- .single-post-media-format .format-video {
position: relative;
padding-bottom: 56.25%; 
height: 0;
}
.single-blog- .single-post-media-format .format-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-blog- .meta-post-style1{
margin-bottom: 40px;
}
.single-blog- .content-no-sidebar .meta-post-style1, 
.single-blog- .content-no-sidebar .title-post-single
{
text-align: center;
justify-content: center;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.single-blog- .content-no-sidebar .detail-content-wrap, 
.single-blog- .content-no-sidebar .tags-and-share, 
.single-blog- .content-no-sidebar .post-info-author-style1, 
.single-blog- .content-no-sidebar .single-related-post, 
.single-blog- .content-no-sidebar .bzotech-blog-form-comment, 
.single-blog- .content-no-sidebar .bzotech-blog-list-comment, 
.single-blog- .content-no-sidebar .post-control
{
max-width: 1360px;
margin-left: auto;
margin-right: auto;
}
.single-blog- .content-no-sidebar .single-related-post__title{
text-align: center;
}
.single-blog- .single-related-post{
margin-top: 100px;
}
.single-blog- .single-related-post .single-related-post__title {
margin-bottom: 30px;
display: flex;
align-items: center;
gap: 8px;
}
.single-blog- .meta-post-tags-share{
margin-top: 30px;
}
body.single-post.post-template-default .content-no-sidebar .content-single-blog{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.format-gallery .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav{
color: var(--bzo-title_typo-color);
opacity: 0.3;
background: #fff;
}
.format-gallery .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav:hover{
color: #fff;
background: var(--bzo-main-color);
}
.format-gallery:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-next {
right: 20px;
opacity: 1;
}
.format-gallery:hover .display-swiper-navi-style1 .bzotech-swiper-navi .swiper-button-nav.swiper-button-prev {
left: 20px;
opacity: 1;
}  .single-blog-style2 .title-post-single{
margin: 0;
margin-bottom: 12px;
line-height: 52px;
word-break: break-word;
font-size: 48px;
font-weight: 500;
}
.single-blog-style2 .single-post-media-format{
margin-bottom: 40px;
}
.single-blog-style2 .single-post-media-format img{
border-radius: 0px;
}
.single-blog-style2 .single-post-media-format .format-video{
line-height: 0;
}
.single-blog-style2 .single-post-media-format .format-video {
position: relative;
padding-bottom: 56.25%; 
height: 0;
}
.single-blog-style2 .single-post-media-format .format-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-blog-style2 .style-item-meta__cats{
margin-bottom: 20px;
}
.single-blog-style2 .content-post-default>.meta-post-style1{
margin-bottom: 40px;
}
.single-blog-style2 .content-no-sidebar .meta-post-style1, 
.single-blog-style2 .content-no-sidebar .title-post-single
{
text-align: center;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.single-blog-style2 .content-no-sidebar .detail-content-wrap, 
.single-blog-style2 .content-no-sidebar .tags-and-share, 
.single-blog-style2 .content-no-sidebar .post-info-author-style1, 
.single-blog-style2 .content-no-sidebar .single-related-post, 
.single-blog-style2 .content-no-sidebar .bzotech-blog-form-comment, 
.single-blog-style2 .content-no-sidebar .bzotech-blog-list-comment, 
.single-blog-style2 .content-no-sidebar .post-control
{
max-width: 1360px;
margin-left: auto;
margin-right: auto;
}
.single-blog-style2 .content-no-sidebar .single-related-post__title{
text-align: center;
}
.single-blog-style2 .meta-post-tags-share-style2{
margin-top: 40px;
}
.single-blog-style2 .single-related-post{
margin-top: 80px;
}
.single-blog-style2 .single-related-post .single-related-post__title {
margin-bottom: 50px;
}
.theme-demo3 .single-blog-style2 .single-related-post .single-related-post__title, 
.theme-demo4 .single-blog-style2 .single-related-post .single-related-post__title{
font-weight: 400;
}  @media(max-width : 1200px){
.single-blog- .single-related-post .single-related-post__title{
font-size: 32px;
margin-bottom: 20px;
}
.single-blog- .single-related-post{
margin-top: 50px;
}
.single-blog- .title-post-single{
font-size: 32px;
line-height: 38px;
margin-bottom: 20px;
}
}
@media(max-width : 767px){
.single-blog- .single-related-post .single-related-post__title,
.single-blog- .title-post-single{
font-size: 24px;
line-height: 30px;
}
}  @media(max-width : 1200px){
.single-blog-style2 .single-related-post .single-related-post__title,
.single-blog-style2 .title-post-single{
font-size: 32px;
line-height: 38px;
}
.single-blog-style2 .single-post-media-format{
margin-bottom: 50px;
}
.single-blog-style2 .single-related-post{
margin-top: 50px;
}
}
@media(max-width : 767px){
.single-blog-style2 .single-related-post .single-related-post__title,
.single-blog-style2 .title-post-single{
font-size: 24px;
line-height: 30px;
}
.single-blog-style2 .single-related-post .single-related-post__title,
.single-blog-style2 .single-post-media-format,
.single-blog-style2 .content-post-default>.meta-post-style1 {
margin-bottom: 30px;
}
.single-blog-style2 .meta-post-tags-share-style2{
margin-top: 30px;
}
.content-single-blog .content-custom .box-image .bzotech-col-md-6:first-child{
margin-bottom: 0;
}
.single-blog- .meta-post-tags-share{
margin-top: 20px;
}
}.product-detail .product-label span{
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
text-transform: capitalize;
padding: 2px 10px;
border-radius: 0;
background-color: var(--bzo-main-color);
}
.product-detail .product-label span.trending{
background-color: rgba(255, 163, 78, 1.0);
}
.product-detail .product-label span.new{
background-color: var(--bzo-title_typo-color);
border: none;
color: #fff;
}
.product-detail .product-label{
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
display: flex;
flex-direction: column;
gap: 8px;
}
@media(max-width: 767px){
.product-detail .product-label{
top: 10px;
right: 10px;
}
}
.single-related-product .swiper-container{
padding-left: 15px;
padding-right: 15px;
margin-right: -15px;
margin-left: -15px;
}
.single-related-product .item-grid-product- .item-product{
margin-bottom: 0;
}
.single-related-product .swiper-pagination{
margin-top: 35px;
}
.single-related-product{
margin-top: 100px;
margin-bottom: 0;
position: relative;
}
.single-related-product .title-related-product{
margin-bottom: 40px;
}
.single-related-product .title-related-product h2{
display: flex;
align-items: center;
gap: 8px;
}
.single-related-product .bzotech-swiper-navi {
top: -15px;
}
@media(max-width: 1200px){
.single-related-product .bzotech-swiper-navi {
top: -2px;
}
}
.woocommerce div.product .woocommerce-product-rating{
display: flex;
line-height: inherit;
margin: 0;
}
.woocommerce-review-link{
margin-left: 20px;
}
.product-rating-total-sold .total-sold{
margin-left: 20px;
padding-left: 20px;
border-left:1px solid #727272;
line-height: 18px;
}
.product-rating-total-sold .total-sold:first-child{
margin-left: 0px;
padding-left: 0px;
border-left:none;
} .product-detail{
}
.product-detail-gallery .mid{
position: relative;
z-index: 1;
border-radius: 0px;
overflow: hidden;
border: 1px solid var(--bzo-border-color);
}
.product-detail-gallery>.wrap-detail-gallery{
margin-bottom: 0px!important
}
.gallery-slider img{
} .style-gallery-horizontal .gallery-control{
margin-top: 30px;
}
.style-gallery-horizontal .gallery-slider{
padding: 0px;
overflow: hidden;
display: none;
margin: 0 -14px;
}
.style-gallery-horizontal .gallery-slider.slick-initialized{
display: block;
}
.style-gallery-horizontal .slick-slide {
padding: 0px 14px;
}
.style-gallery-horizontal .gallery-control .slick-arrow{
position: absolute;
top: 50%;
margin-top: -16px;
z-index: 1;
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 0px;
background-color: #d6d6d69e;
color: #727272;
border: none;
transition: .3s;
font-size: 18px;
opacity: 0;
visibility: hidden;
}
.style-gallery-horizontal .gallery-control .slick-arrow:hover{
background: var(--bzo-main-color);
color: #ffff;
cursor: pointer;
transition: .25s;
}
.style-gallery-horizontal .gallery-control .slick-prev {
left: -30px;
}
.style-gallery-horizontal .gallery-control .slick-next {
right: -30px;  
}
.style-gallery-horizontal .product-detail-gallery:hover .gallery-control .slick-arrow{
opacity: 1;
visibility: visible;
transition: .3s;
}
.style-gallery-horizontal .product-detail-gallery:hover .gallery-control .slick-arrow.slick-prev{
left: 14px;  
}
.style-gallery-horizontal .product-detail-gallery:hover .gallery-control .slick-arrow.slick-next{
right: 11px;
}
.woocommerce div.product .style-gallery-horizontal .gallery-control img{
border-radius: 0px;
border: 1px solid var(--bzo-border-color)!important;
transition: .2s;
}
.woocommerce div.product .style-gallery-horizontal .gallery-control .slick-slide:hover img, 
.woocommerce div.product .style-gallery-horizontal .gallery-control .active img{
border-color: var(--bzo-main-color)!important;
}
.style-gallery-horizontal .gallery-control .slick-arrow[aria-disabled="true"]{
opacity: 0.5;
}
.style-gallery-horizontal .gallery-control .slick-arrow.slick-disabled:hover{
cursor: default;
}  .style-image-small .gallery-control .slick-arrow {
position: absolute;
top: 50%;
z-index: 1;
padding: 0px;
height: 40px;
width: 40px;
margin-top: -20px;
}
.style-image-small .gallery-control .slick-prev {
left: 0;
}
.style-image-small .gallery-control .slick-next {
right: 0;
}  .style-gallery-vertical .wrap-detail-gallery {
position: relative;
padding-left:180px;
}
.style-gallery-vertical .wrap-detail-gallery.gallery-control-off {
padding-left:0px;
}
.style-gallery-vertical .slick-vertical .slick-slide {
padding: 12px 0px;
border:none;
}
.style-gallery-vertical .gallery-control {
position:absolute;
left: 0;
top:0px;
bottom: 0;
margin-top: -37px;
width: 100%;
max-width: 152px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.style-gallery-vertical .gallery-control .gallery-slider
{
height: 100%!important;
}
.style-gallery-vertical .gallery-control .gallery-slider .slick-list
{
height: calc(100% - 25px)!important;
}
.style-gallery-vertical .slick-prev, 
.style-gallery-vertical .slick-next
{
width: 100%;
border: none;
color: #000;
font-size: 20px;
background: transparent;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
opacity: 0;
}
.style-gallery-vertical .gallery-control:hover .slick-arrow{
opacity: 1;
}
.style-gallery-vertical .slick-next
{
margin-top: 15px;
}
.style-gallery-vertical .slick-prev
{
margin-bottom: 0px;
}
.style-gallery-vertical .gallery-slider img{
border-radius: 0px;
border: 1px solid var(--bzo-border-color);
}
.style-gallery-vertical .gallery-slider .active img{
border-color: var(--bzo-main-color);
} .item-gallery-sticky a{
display: flex;
}
.detail-sticky-style1 .item-gallery-sticky{
margin-bottom: 30px;
border: 1px solid var(--bzo-border-color);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.detail-sticky-style1 .item-gallery-sticky:hover{
border: 1px solid var(--bzo-main-color);
}
.detail-sticky-style1 .item-gallery-sticky:last-child{
margin-bottom: 0px;
} .detail-sticky-style2 .item-gallery-sticky{
width: 50%;
float: left;
padding:0px 10px;
margin-bottom: 20px;
}
.detail-sticky-style2 .list-gallery-sticky{
margin:0px -10px;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-direction: row;
}
.detail-sticky-style2 .item-gallery-sticky{
flex: 1 1 auto;
}
.detail-sticky-style2 .item-gallery-sticky a{
border: 1px solid var(--bzo-border-color);
}
.detail-sticky-style2 .item-gallery-sticky a:hover{
border: 1px solid var(--bzo-main-color);
}
.detail-sticky-style2 .item-gallery-sticky:first-child{
width: 100%;
}  .tab-style-sticky-style3 {
width: 100%;
}
.tab-style-sticky-style3 .detail-tab-desc{
padding-top: 110px;
}
.set_offset_top{
position: relative;
margin-top: 25px;
}
.detail-gallery-sticky-style3 .item-gallery-sticky{
margin-bottom: 10px;
}
.detail-gallery-sticky-style3 .item-gallery-sticky:last-child{
margin-bottom: 0px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky{
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky .item-gallery-sticky{
width: 50%;
padding: 15px;
margin-bottom: 0px;
position: relative;
}   .woocommerce div.product p.stock{
color: #059B5A;
font-weight: 500;
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
} .product-detail .final-countdown {
margin: 0px -10px;
margin-top: 35px;
}
.product-detail .final-countdown .clock {
text-align: center;
padding: 0px 10px;
margin: 0px;
text-transform: uppercase;
display: flex;
flex-direction: column;
justify-content: center;
display: -ms-flex;
-ms-flex-direction: column;
-ms-justify-content: center;
display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: center;
border-radius: 6px;
}
.product-detail .final-countdown .clock .number {
font-size: 18px;
color: #fff;
min-width: 50px;
height: 50px;
line-height: 50px;
font-weight: 400;
border-radius: 0;
background: var(--bzo-main-color);
}
.product-detail .final-countdown .clock .text {
font-size: 12px;
color: #666666;
}
.product-detail .detail-info .final-countdown{
margin-top: 17px;
margin-bottom: 10px;
margin-left: -2px;
margin-right: -2px;
}
@media(max-width: 767px){
.detail-info .final-countdown{
margin-top: 17px;
margin-bottom: 10px;
margin-left: -2px;
margin-right: -2px;
}
} .woocommerce div.product div.summary{
margin-bottom: 0px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary, 
.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: none;
width: 100%;
}
.tab-pane{
display: none;
}
.tab-pane.active{
display: block;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: var(--bzo-main-color);
color: #fff;
opacity: 1;
}
.woocommerce div.product form.cart{
margin-bottom: 0px;
}
.woocommerce div.product form.cart:not(.variations_form ){
margin-bottom: 0px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.wishlist_compare_single_product{
margin-top: 0px;
display: flex;
margin-right: -6px;
margin-left: -6px;
}
.wishlist_compare_single_product .single-list-social{
margin-left: 27px;
}
.wishlist_compare_single_product a{
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border: 1px solid var(--bzo-border-color);
font-size: 18px;
color: var(--bzo-title_typo-color);
border-radius:0;
display: flex;
justify-content: center;
align-items: center;
margin: 0 6px;
transition: all .3s ease-in-out; 
position: relative;
overflow: hidden;
}
.wishlist_compare_single_product a.added, 
.wishlist_compare_single_product a.compare-link.added{
font-size: 0;
color: #fff;
background-color: var(--bzo-main-color); 
border-color: var(--bzo-main-color); 
}
.wishlist_compare_single_product a.added:before {
position: absolute;
content: '\f362';
font-family: 'Line Awesome Free';
font-weight: 900;
color: #fff;
font-size: 18px;
}
.wishlist_compare_single_product a:hover{
border-color: var(--bzo-main-color);
color: #fff;
background: var(--bzo-main-color); 
}
.wishlist_compare_single_product a.popup-share{
}
.wishlist_compare_single_product a span{
display: none;
}
.wishlist_compare_single_product a:hover .icon-bzo-share .path1:before{
color: #fff;
}
.wishlist_compare_single_product a:hover svg{
fill: #fff;
}
.wishlist_compare_single_product a.popup-share>i{
font-size: 20px;
}
.wishlist_compare_single_product .whatsapp-btn{
width: auto;
padding: 0px 15px;
}
.wishlist_compare_single_product .whatsapp-btn span{
display: inline-block;
margin-left: 8px;
font-size: 16px;
}
@media(max-width: 767px){
.wishlist_compare_single_product .whatsapp-btn span{
display: none;
}
.wishlist_compare_single_product .whatsapp-btn {
width: 40px;
padding: 0px 8px;
}
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
display: flex;
align-items: center;
gap: 5px;
margin-right: 14px;
margin-bottom: 10px;  
}
.woocommerce div.product form.cart .ajax_add_to_cart::before{    
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 20px;
content: "\f217";
line-height: inherit;
}
.woocommerce div.product-type-external  form.cart .single_add_to_cart_button {
margin-top: 0px;
}
.woocommerce div.product .list-product-group form.cart .add_to_cart-after-cart_button{
margin-top: 34px;
flex-direction: column;
width: 100%;
}
.woocommerce div.product .list-product-group form.cart .add_to_cart-after-cart_button .single_add_to_cart_button{
max-width: 378px;
display: inline-block;
margin-right: 0;
}
.woocommerce div.product form.cart .ajax_add_to_cart{
margin-top: 0px;
margin-bottom: 10px;
margin-right: 20px;
display: flex;
justify-content: center;
align-items: center;
line-height: 24px;
gap: 5px;
}
.woocommerce div.product form.cart .ajax_add_to_cart i{
margin-left: 5px;
font-size: 18px;
}
.product-title-single{
font-size: 40px;
font-weight: 600;
}
.bzotech-price-single .product-price {
font-size:26px;
font-weight: 600;
margin-bottom: 0px;
}
.bzotech-price-single{
margin-top: 16px;
margin-bottom: 0px;
border-bottom: 1px solid #D9D9D9;
padding-bottom: 30px;
}
.product-price .woocs_price_code{
display: flex;
align-items: center;
justify-content: start;
gap: 5px 10px;
flex-wrap: wrap;
}
.product-detail-info .product-price .woocommerce-Price-amount{
font-weight: 500;
font-size: 28px;
line-height: 36px;
}
.product-detail-info .product-price del .woocommerce-Price-amount{
font-weight: 400;
font-size: 20px;
line-height: 24px;
}
.product-detail-info .group-info .product-price .woocommerce-Price-amount{
font-size: 16px;
}
.product-detail-info .group-info .product-info .product-title{
margin: 0;
}
.bzotech-form-cart-single .group-qty .detail-qty{
margin-top: 5px;
}
.product-detail-info .group-info .product-price del .woocommerce-Price-amount{
color: var(--bzo-body_typo-color);
font-size: 14px;
font-weight: 400;
margin-right: 5px;
position: relative;
}
.product-detail-info .product-price del{
color: #727272;
font-size: 16px;
}
.product-detail-info .product-desc{
margin-top: 16px;
}
.product-detail-info .woocommerce-product-details__short-description{
} 
.woocommerce-product-details__short-description ul li{
list-style: none;
position: relative;
padding-left: 24px;
}
.woocommerce-product-details__short-description ul li::before{
position: absolute;
content: "";
width: 2px;
height: 2px;
border-radius: 100%;
background-color: #727272;
top: 50%;
margin-top: -1px;
left: 10px;
}
.bzotech-form-cart-single {
margin-top: 30px;
align-items: center;
}
.bzotech-form-cart-single .variations .type-image .swatch-image{
max-width: 75px;
border-radius: 10px;
margin-right: 10px;
display: inline-block;    
}
.bzotech-form-cart-single .variations .type-image .swatch-image:hover img{
cursor: pointer;
border-color: var(--bzo-main-color);
}
.bzotech-form-cart-single .variations .type-image .swatch-image img{
max-width: 75px;
width: 100%;
border-radius: 10px;
border: 1px dashed #f5f5f5;
}
.bzotech-form-cart-single .variations .type-image .select-box::after{
display: none;
}
.product-detail-info .product-desc p:last-child{
margin-bottom: 0px;
}
.item-product-meta-info{
margin-top: 20px;
margin-bottom: 0px;
}
.item-product-meta-info .posted_in label, 
.item-product-meta-info .sku_wrapper label, 
.item-product-meta-info .tagged_as label
{
color: #727272;
margin-bottom: 0px;
margin-right: 5px;
}
.item-product-meta-info .sku_wrapper .sku, 
.item-product-meta-info .posted_in a, 
.item-product-meta-info .tagged_as a
{
color: #454545;
font-weight: 600;
}
.item-product-meta-info .posted_in a:first-child, 
.item-product-meta-info .sku_wrapper span:first-child, 
.item-product-meta-info .tagged_as a:first-child
{
margin-left: 0px;
}
.item-product-meta-info .posted_in a:hover, 
.item-product-meta-info .tagged_as a:hover
{
color: var(--bzo-main-color);
}
.item-product-meta-info >div{
margin-bottom: 5px;
}
.item-product-meta-info >div:last-child{
margin-bottom: 0px;
} .single_variation_wrap{
margin: 0;
}
.woocommerce div.product form.cart .variations{
margin-bottom: 0px;
}
.bzotech-form-cart-single form.variations_form {
display: block;
}
.bzotech-form-cart-single form.variations_form .variations_button{
display: flex;
flex-wrap: wrap;
}
.bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
width: 100%;
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label{
margin-bottom: 0px;
margin-right: 20px;
font-weight:400;
font-size: 14px
line-height: 24px;
margin-bottom: 10px;
min-width: 85px;
}
.woocommerce div.product form.cart .variations .type-select label{
min-width: 85px;
}
.bzotech-form-cart-single .variations .type-label .swatch-label{
height: 40px;
background: #FFFFFF;
border: 1px solid #D6D6D6;
border-radius: 0;
color: var(--bzo-title_typo-color);
margin-right: 12px;
display: flex;
justify-content: center;
align-items: center;
padding: 0 5px;
transition: all 0.3s ease-out 0s;
min-width: 40px;
text-align: center;
font-size: 16px;
font-weight: 500;
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box:hover .desc{
color: #000;
}
.bzotech-form-cart-single .variations .type-label .swatch-label:hover{
cursor: pointer;
transition: all 0.3s ease-out 0s;
}
.bzotech-form-cart-single .variations .type-label .swatch-label:hover, 
.bzotech-form-cart-single .variations .type-label .swatch-label.selected
{
color: #fff;
border-color: var(--bzo-main-color);
background: var(--bzo-main-color);
text-decoration: none;
box-shadow: none;
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box:last-child .swatch-label{
margin-right: 0px;
}
.bzotech-form-cart-single .variations .type-select, 
.bzotech-form-cart-single .variations .detail-attr, 
.bzotech-form-cart-single .variations .type-
{
margin-bottom: 15px;
}
.bzotech-form-cart-single .variations .type-color{
display: flex;
align-items: center;
}
.bzotech-form-cart-single .variations .type-color .tawcvs-swatches{
margin-top: -2px;
}
.bzotech-form-cart-single .variations .type-label, 
.bzotech-form-cart-single .variations .type-select, 
.bzotech-form-cart-single .variations .type-
{
display: flex;
align-items: center;
}
.bzotech-form-cart-single .variations .type-select .select-box::after, 
.bzotech-form-cart-single .variations .type- .select-box::after
{
top: 10px;
right: 15px;
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box
{
display: inline-block;
margin-bottom: 10px;
}
.bzotech-form-cart-single .variations .type-select select, 
.bzotech-form-cart-single .variations .type- select
{
border: none;
line-height: 40px;
height: 40px;
margin: 0px!important;
padding: 0px 20px 0px 10px;
font-size: 16px;
color: #686868;
}
.bzotech-form-cart-single .variations .type-color .swatch-color{
height: 22px;
width: 22px;
display: inline-block;
line-height:22px;
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
text-align: center;
color: #fff;
font-size: 14px;
position: relative;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:before{
content: '';
position: absolute;
left: -2px;
right: -2px;
bottom: -2px;
top: -2px;
border: 1px solid var(--bzo-border-color);
border-radius: 50%;
}
.bzotech-form-cart-single .variations .type-color .swatch-color.selected:before{
border-color: var(--bzo-main-color);
}
.bzotech-form-cart-single .variations .type-color .swatch-color:last-child{
margin-right: 0px;
}
.bzotech-form-cart-single .variations .type-color .select-box::after{
display: none;
}
.bzotech-form-cart-single .variations .type-select .select-box, 
.bzotech-form-cart-single .variations .type- .select-box
{
width: 100%;
}
.bzotech-form-cart-single .variations .type-select .title-atttr, 
.bzotech-form-cart-single .variations .type- .title-atttr
{
line-height: 40px;
}
.woocommerce div.product form.cart .reset_variations{
font-size: 16px;
display: block;
text-transform: capitalize;
font-weight: 400;
display: none;
}
.product-detail-info .woocommerce-variation-description .product-desc{
margin-bottom: 0px;
}
.product-detail-info .woocommerce-variation-price{
margin-top: 10px;
}
.product-price ins{
text-decoration: none;
}
.product-detail-info .woocommerce-variation-price .product-price{
color: #000;
font-size: 36px;
font-weight: 700;
}
.product-detail-info .woocommerce-variation-price .product-price del{
color: #939393;
font-size: 18px;
font-weight: 400;
margin-right: 20px;
}
.woocommerce div.product form.cart .variations select{
background: #F0F0F0;
border-radius: 0px;
padding: 0px 15px;
height: 45px;
}  .bzotech-form-cart-single .list-product-group{
width: 100%;
}
.woocommerce .bzotech-form-cart-single .list-product-group form.cart{
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start!important;
}
.woocommerce div.product .list-product-group form.cart .group_table td{
padding-bottom: 20px;
padding-right: 20px;
padding-top: 0px;
}
.woocommerce div.product .list-product-group form.cart .group_table td:last-child{
padding-right: 0px;
float: right;
}
.woocommerce div.product .list-product-group form.cart .group_table td:last-child .detail-qty{
margin-right: 0px;
}
.woocommerce div.product .list-product-group form.cart .group_table tr:last-child td{
padding-bottom: 0px;
}
.bzotech-form-cart-single .list-product-group .product-price {
margin-top: 0px;
}
.bzotech-form-cart-single .list-product-group .product-thumb img {
border-radius: 0px;
}
.list-product-group table{
width: 100%;
padding: 0px;
}
.woocommerce div.product form.cart .group_table td.group-thumb{
width: 110px;
padding-right: 15px;
}
.woocommerce div.product form.cart .group_table td.group-thumb .product-thumb{
border: 1px solid var(--bzo-border-color);
}
.bzotech-form-cart-single .list-product-group .group-qty .button {
width: auto;
min-width: auto;
padding: 0px!important;
height: auto;
line-height: initial;
border: none;
background: transparent;
font-size: 14px;
}
.bzotech-form-cart-single .list-product-group .group-qty .button:hover {
box-shadow: none;
}
.bzotech-form-cart-single .list-product-group .group-qty .button:before, 
.bzotech-form-cart-single .list-product-group .group-qty .button:after{
display: none;
}
.bzotech-form-cart-single .list-product-group .group_table {
border:none;
} .bzotech-form-cart-single .detail-qty{
margin-top: 0px;
margin-bottom: 0px;
margin-right: 20px;
height: auto;
border-radius: 0px;
border: 1px solid var(--bzo-border-color);
padding: 0 18px;
margin-bottom: 10px;
}
.bzotech-form-cart-single .detail-qty a{   
color: #454545;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
font-size: 18px;
display: inline-block;
}
.bzotech-form-cart-single .detail-qty a:hover{   
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
color: #727272;
}
.bzotech-form-cart-single .detail-qty input{
border: none;
color: #181C25;
font-size: 18px;
font-weight: 500;
padding: 0 5px;
text-align: center;
height: 46px;
line-height: 46px;
max-width: 60px;
}
.meta-item-list{
display: inline-block;
margin: 0px;
font-size: 14px;
}
.sort-by .select-box::after {
top: 3px;
}
.product-detail-info >.yith-wcwl-add-to-wishlist, 
.product-detail-info >.compare{
display: none!important;
}
.product-detail-info form.cart .detail-qty, 
.product-detail-info form.cart .ajax_add_to_cart, 
.product-detail-info form.cart .single_add_to_cart_button 
{
order: 1
}
.product-detail-info form.cart .wishlist_compare_single_product {
order: 0;
width: 100%;
margin-bottom: 15px;
flex-wrap: wrap;
gap: 10px 0;
}
.single-product-share{
margin-top: 50px;
}
.product_meta>div{
margin-right: 40px;
}
.product_meta>div:last-child{
margin-right: 0px;
}
.product_meta .posted_in{
width: 100%;
}
@media(min-width: 768px){
.product_meta .posted_in{
display: flex;
}
}  .detail-product-tabs{
margin-top: 100px;
}
@media(max-width: 1200px){
.detail-product-tabs{
margin-top: 50px;
}
}
.product-tab-content .detail-tab-desc>h2
{
display: none;
} .tab-product-vertical {
display: flex;
display: -webkit-flex;
display: -ms-flex;
display: -o-flex;
margin-bottom: 30px;
}
.tab-product-vertical .product-tab-title {
min-width: 300px;
border-right: none;
}
.tab-product-vertical .product-tab-content {
padding-right: 0px;
flex-grow: 1;
width: calc(100% - 300px);
width: -webkit-calc(100% - 300px);
padding-left: 30px;
border-left: 3px solid var(--bzo-main-color);
}
.tab-product-vertical  .product-tab-title li{
margin-bottom: 30px;
}
.tab-product-vertical  .product-tab-title li a{
color:  #898989;
}
.tab-product-vertical  .product-tab-title li a i{
margin-left: 2px;
}
.tab-product-vertical  .product-tab-title li:last-child{
margin-bottom: 0px;
}
.tab-product-vertical .product-tab-title li a:hover, 
.tab-product-vertical .product-tab-title li.active a
{
color: var(--bzo-main-color);
}
.tab-product-vertical .product-tab-title li.active a
{
font-weight: 700;
} .tab-product-horizontal .product-tab-title{
margin-bottom: 40px;
text-align: center;
}
.tab-product-horizontal .product-tab-title ul{    
display: flex;
overflow: hidden;
}
.tab-product-horizontal .product-tab-title li{
margin-right: 40px;
}
.tab-product-horizontal .product-tab-title li a{
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: var(--bzo-title_typo-color);
font-family: var(--bzo-title_typo-font-family);
padding: 0 0 5px 0px;    
display: block;
position: relative;
text-transform: uppercase;
transition: .3s;
}
.tab-product-horizontal .product-tab-title li a::before{
position: absolute;
content: "";
width: 0%;
height: 3px;
background-color: var(--bzo-main-color);
left: 50%;
bottom: -1px;
transition: .3s;
}
.tab-product-horizontal .product-tab-title li.active a::before, 
.tab-product-horizontal .product-tab-title li a:hover::before{
width: 100%;
left: 0;
transition: .3s;
}
.tab-product-horizontal .product-tab-title li.active a{
}
.tab-product-horizontal .product-tab-title li a:hover, 
.tab-product-horizontal .product-tab-title li.active a{
color: var(--bzo-main-color);
}
.description-product div{
margin: 30px 0;
}
.woocommerce .type-product table.shop_attributes{
border: 1px solid var(--bzo-border-color);
}
.woocommerce .type-product table.shop_attributes td, 
.woocommerce .type-product table.shop_attributes th{
border-bottom: 1px solid var(--bzo-border-color);
}
.woocommerce .type-product table.shop_attributes td{
font-style: normal;
padding: 0 15px;
} .tab-product-accordion{
}
.tab-product-accordion .ui-icon{
text-indent: inherit;
float: right;
}
.tab-product-accordion .ui-state-active .ui-icon, 
.tab-product-accordion .ui-button:active .ui-icon{
background: transparent;
background-image:none;
}
.tab-product-accordion .ui-accordion .ui-accordion-header{
background: #fff;
border-radius: 0px;
border: none;
border-top: 1px solid #CFCFCF;
font-size: 20px;
color: var(--bzo-title_typo-color);
padding: 22px 0px;
margin: 0;
font-family: var(--bzo-body_typo-font-family);
display: flex;
justify-content: space-between;
align-items: center;
text-transform: capitalize;
}
.tab-product-accordion .ui-state-default a:link{
color:var(--bzo-title_typo-color);
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link, 
.tab-product-accordion .ui-accordion .ui-accordion-header:hover .ui-icon
{
color:var(--bzo-main-color);
}
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover a:link, 
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover .ui-icon
{
color:var(--bzo-main-color);
}
.tab-product-accordion .ui-accordion .ui-accordion-header:first-child{
margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active:first-child{
margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
border: none;
background: #fff;
width: 100%;
padding: 0px;
overflow: hidden;
margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
background: #fff;
}
.tab-product-accordion .ui-icon {
font-size: 14px;
width: auto;
margin: 0px;
order: 1;
}
.tab-product-accordion .ui-state-active a, 
.tab-product-accordion .ui-state-active a:link, 
.tab-product-accordion .ui-state-active a:visited, 
.tab-product-accordion .ui-state-active .ui-icon {
color:var(--bzo-main-color);
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
background-image:none;
}   .video-product-detail-poup div{
position: relative;
border: 1px solid var(--bzo-border-color) !important;
}
.video-product-detail-poup p{
position: absolute;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
margin: 0px;
flex-direction: column;
}
.video-product-detail-poup img{
opacity: 0;
}
.video-product-detail-sticky {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.video-product-detail-sticky a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: hidden;
min-width: 50px;
height: 50px;
border-radius: 6px;
background: rgba(255, 255, 255, .9);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .08);
box-shadow: 0 0 5px rgba(0, 0, 0, .08);
color: #222;
font-size: 13px;
width: 50px;
margin-top: 10px;
border: 1px solid #222;
}
.video-product-detail-sticky a i {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
font-size: 16px;
line-height: 50px;
}
.video-product-detail-sticky a span {
overflow: hidden;
padding: 0;
max-width: 0;
white-space: nowrap;
font-weight: 600;
-webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15), max-width .4s cubic-bezier(.175,.885,.32,1.15);
transition: padding .4s cubic-bezier(.175,.885,.32,1.15), max-width .4s cubic-bezier(.175,.885,.32,1.15);
display: inline-block;
}
.video-product-detail-sticky a:hover {
width: 100%;
}
.video-product-detail-sticky a:hover> span {
padding-right: 25px;
max-width: 280px;
}
.detail-gallery-sticky{
position: relative;
}  .woocommerce #reviews #comments .woocommerce-Reviews-title{
font-size: 16px;
color: #454545;
margin-top: 40px;
}
.tab-product-vertical #review_form_wrapper, 
.tab-product-horizontal #review_form_wrapper, 
.comments-tab-product-accordion #review_form_wrapper{
display: none;
padding-top: 20px;
border-top: 1px solid #CFCFCF;
margin-top: 40px;
}
.tab-product-vertical, 
.comments-tab-product-accordion{
margin-top: 40px;
border-top: 1px solid #CFCFCF;
padding-top: 40px;
}
.woocommerce .tab-product-vertical #review_form #respond p, 
.woocommerce .tab-product-horizontal #review_form #respond p, 
.woocommerce .comments-tab-product-accordion #review_form #respond p
{
margin-bottom: 17px;
}
.woocommerce #review_form #respond #wp-comment-cookies-consent{
margin-right: 10px;
}
.woocommerce .tab-product-vertical #review_form #respond p.form-submit, 
.woocommerce .tab-product-horizontal #review_form #respond p.form-submit, 
.woocommerce .comments-tab-product-accordion #review_form #respond p.form-submit
{
margin-bottom: 0px;
}
.comments-tab-product-accordion__header .write-a-review i{
font-size: 22px;
margin-right: 8px;
}
.comments-tab-product-accordion__header .elbzotech-bt-default{
display: flex;
align-items: center;
}
.comments-tab-product-accordion__header .elbzotech-bt-default svg{
margin-right: 17px;
}
.woocommerce #reviews #comments ol.commentlist{
padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
width: 50px;
border-radius: 50%; 
border: none;
padding: 0px;
top: 25px;
margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
margin: 0 0 0 70px;
border: none;
border-radius: 0px;
padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
font-size: 16px;
text-transform: capitalize;
color: var(--bzo-title_typo-color);
display: block;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash{
display: none;
}
.woocommerce #reviews #comments ol.commentlist li .wrap-rating{
position: absolute;
right: 0;
top: 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{
margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form .comment-form-email {
width: 50%;
float: left;
padding-left: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-author {
width: 50%;
float: left;
padding-right: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
clear: both;
}
.woocommerce-Reviews .comment-form label[for="author"], .woocommerce-Reviews .comment-form label[for="email"], .woocommerce-Reviews .comment-form label[for="rating"], .woocommerce-Reviews .comment-form label[for="comment"] {
display: block;
margin-bottom: 9px;
}
.woocommerce-Reviews .comment-form label[for="rating"]{
margin-bottom: 17px;
}
.woocommerce-Reviews .comment-form .comment-form-author input, .woocommerce-Reviews .comment-form .comment-form-email input {
width: 100%;
height: 50px;
padding: 0px 25px;
border: none;
background: #F0F0F0;
}
.woocommerce #review_form #respond textarea {
min-height: 100px;
border: none;
padding: 20px;
background: #F5F5F5;
font-family: inherit;
}
.woocommerce-Reviews .comment-reply-title {
font-size: 16px;
margin-bottom: 17px;
display: inline-block;
font-weight: 600;
color: #444;
}
.woocommerce-Reviews #comments{
margin-bottom: 0px;
}
.woocommerce-Reviews #comments .woocommerce-noreviews{
margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist >li{
padding-top: 25px;
border-top:  1px solid #CFCFCF;
margin-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist .comment_container img{
width: 50px;
} .wishlist_compare_single_product  .popup-share span{
display: none;
vertical-align: middle;
}
.wishlist_compare_single_product  .popup-share i{
font-size: 18px;
} #tab-description .detail-tab-desc ul{
padding-left: 20px;
}
@media(max-width: 1440px){
.style-gallery-vertical .gallery-control{
max-width: 120px;
}
.style-gallery-vertical .wrap-detail-gallery{
padding-left: 160px;
}
}
.bn-product-mobile{
display: none;
}
.woocommerce #tab-reviews p.stars.selected a:not(.active)::before{
color: var(--bzo-main-color);
}
.woocommerce #tab-reviews p.stars.selected a.active~a::before{
}
.woocommerce p.stars a{
color: var(--bzo-main-color);
}   @media(max-width: 1200px){
.single-related-product .title-related-product h2 {
display: flex;
align-items: center;
gap: 8px;
font-size: 20px;
line-height: 28px;
padding-right: 80px;
}
.detail-product-tabs {
margin-top: 50px;
}
.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{
height: auto!important;
line-height: inherit!important;
float: none;
width: 100%;
text-align: left;
}
}
@media(max-width: 767px){
.bn-product-mobile{
display: block;
}
.bn-product-desktop{
display: none;
}
.tab-product-vertical{
flex-direction: column;
}
.tab-product-vertical .product-tab-content{
width: 100%;
padding-left: 0;
border-left: none;
border-top: 4px solid var(--bzo-main-color);
padding-top: 30px;
margin-top: 30px;
}
.tab-product-vertical .product-tab-title li {
margin-bottom: 15px;
}
} @media (max-width: 880px) {
.product-detail-info {
margin-top: 40px
}
.single-related-product .title-related-product{
margin-bottom: 30px;
}
.single-related-product{
margin-top: 40px;
}
.woocommerce-review-link{
margin-left: 10px;
}
.product-rating-total-sold .total-sold{
margin-left: 10px;
padding-left: 10px;
}
.title-related-product .title48{
font-size: 38px;
line-height: 46px;
}
}
@media (max-width: 991px){
.product-detail-info{
margin-top: 30px;
}
.product-detail-info .product-price .woocommerce-Price-amount {
font-size: 24px;
}
.product-detail .product-label {
top: 10px;
right: 10px;
}
}
@media (max-width: 767px){
.title-tab-product-mobi{
display: block!important;
font-size: 20px;
text-transform: uppercase;
margin: 0;
margin-bottom: 20px;
padding-bottom: 18px;
border-bottom: 1px solid var(--bzo-border-color);
}
.title-tab-product-mobi.last{
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}
.title-tab-product-mobi.last.active-title{
margin-bottom: 20px;
}
.tab-product-horizontal .product-tab-content .tab-pane{
margin-bottom: 30px;
}
.tab-product-horizontal .product-tab-title{
display: none;
}
.tab-product-horizontal .product-tab-title ul {
display: inherit;
text-align:left;
}
.tab-product-horizontal .product-tab-title li {
width: 100%;
margin: 0;
}
.tab-product-horizontal .product-tab-title li a::before{
display: none;
}
.woocommerce div.product .woocommerce-product-rating{
}
.title-related-product .title48{
font-size: 30px;
line-height: 38px;
}
.product-title-single{
font-size: 22px;
line-height: 28px;
}
.tab-product-horizontal .product-tab-title{
margin-bottom: 30px;
}
.bzotech-form-cart-single .group_table .detail-qty{
margin-right: 0;
padding: 0 8px;
border-radius: 0px;
}
.bzotech-form-cart-single .list-product-group .detail-qty input{
max-width: 55px;
font-size: 16px;
}
.woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td:last-child{
width: 130px;
padding-right: 0;
}
.woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td{
padding-right: 5px;
}
.woocommerce div.product .bzotech-form-cart-single form.cart .group_table td.group-thumb{
padding-right: 5px;
}
.comments-tab-product-accordion__header .elbzotech-bt-default{
margin-top: 20px;
}
}
@media (max-width: 375px){
.woocommerce div.product .bzotech-form-cart-single form.cart .group_table td.group-thumb{
display: none;
}
.woocommerce div.product .bzotech-form-cart-single form.cart .group_table tr{
display: flex;
}
.woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td.group-info{
width: 60%;
display: block;
}
.woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td.group-qty{
width: 40%;
}
}
.sticky-addcart-fix{
position: fixed;
z-index: 10001;
bottom: 0;
left: 0;
right: 0;
background: #fff;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
padding: 15px 0;
transform:translateY(100%);
-webkit-transform:translateY(100%);
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
}
.sticky-addcart .sticky-addcart-fix.active{
transform:translateY(0);
-webkit-transform:translateY(0);
}
@media(min-width: 1200px){
.sticky-addcart.active .sticky-addcart-fix{
transform:translateY(0);
-webkit-transform:translateY(0);
}
}
.sticky-addcart .product-thumb{
display: flex;
min-width: 60px;
}
.sticky-addcart .item-product-sticky-addcart{
gap: 15px;
}
.sticky-addcart .product-price,
.sticky-addcart .detail-qty{
margin-right: 10px;
}
.woocommerce  div.product .sticky-addcart form.cart:not(.variations_form ){
align-items: center;
}
.sticky-addcart .bzotech-row{
align-items: center;
}
.sticky-addcart .detail-qty{
padding: 0px 10px;
}
.sticky-addcart-mobile-css{
display: none;
}
.wap-sticky-addcart-option{
display: none;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
padding-bottom: 20px;
padding-top: 5px;
}
.wap-sticky-addcart-option.active{
display: block;
}
.woocommerce .wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart{
flex-direction: row;
}
.wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table{
width: 70%;    
border-right: 1px solid #e5e5e5;
}
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button{
width: 30%;
margin-top: 0px;
align-items: end;
}
.wap-sticky-addcart-option .bzotech-form-cart-single{
margin-top: 0px;
}
.wap-sticky-addcart-option form.cart .group_table tbody{
display: flex;
flex-wrap: wrap;
margin: 0px -15px;
}
.wap-sticky-addcart-option form.cart .group_table tbody tr{
width: 50%;
padding: 0px 15px;
}
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .group_table td:last-child{
float:none;
padding-right: 10px;
}
.woocommerce div.product .sticky-addcart .wap-sticky-addcart-option form.cart button.single_add_to_cart_button{
margin-bottom: 15px;
} .sticky-addcart-fix .bzotech-form-cart-single form.variations_form{
display: flex;
flex-wrap: wrap;
}
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations,
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .single_variation_wrap
{
width: 50%;
}
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations{
border-right:1px solid #e5e5e5; 
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations_button{
justify-content: flex-end;
gap:10px;
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .detail-qty,
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .ajax_add_to_cart
{
margin: 0px;
}
.woocommerce div.product .sticky-addcart .wap-sticky-addcart-option form.variations_form button.single_add_to_cart_button{
margin-right:0px;
margin: 0px;
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
display: flex;
justify-content: end;
margin-bottom: 10px;
}
.sticky-addcart-fix .bzotech-form-cart-single{
margin-top: 0px;
}
.sticky-addcart-fix .wrap-sticky-cart-price .detail-qty,
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price  form.cart button.single_add_to_cart_button,
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart{
margin: 0px;
margin-left: 10px;
}
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price .wishlist_compare_single_product{
display: none;
}
@media(max-width: 1200px){
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart span{
display: none
}
.sticky-addcart-mobile-css{
display: flex;
position: fixed;
right: 0;
bottom: 70%;
height: 40px;
width: 40px;
justify-content: center;
align-items: center;
background: var(--bzo-main-color);
color: #fff;
font-size: 22px;
transform:translateX(50px);
-webkit-transform:translateX(50px);
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
z-index: 10000;
}
.sticky-addcart-mobile-css.active i:before{
content: "\f00d";
}
.sticky-addcart.active .sticky-addcart-mobile-css{
transform:translateX(0px);
-webkit-transform:translateX(0px);
}
.wap-sticky-addcart-option .wishlist_compare_single_product {
display: none;
}
.wap-sticky-addcart-option form.cart .group_table tbody tr {
width: 100%;
}
}
@media(max-width: 767px){
.sticky-addcart-fix .wrap-sticky-cart-price .detail-qty, .woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart button.single_add_to_cart_button, .woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart {
margin: 0px;
}
.woocommerce div.product .sticky-addcart .sticky-addcart-fix .wrap-sticky-cart-price form.cart:not(.variations_form ){
gap:10px;
justify-content: center;
}
.sticky-addcart .wishlist_compare_single_product{
display: none;
} 
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button,
.wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table,
.sticky-addcart .bzotech-col-md-5,
.sticky-addcart .bzotech-col-md-7{
width: 100%;
}
.wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table{
border-right: none;
}
.sticky-addcart .item-product-sticky-addcart{
margin-bottom: 10px;
justify-content: center;
}
.sticky-addcart .wrap-sticky-cart-price{
justify-content: center;
}
.sticky-addcart-fix{
left: auto;
top: 0;
width: 320px;
transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.sticky-addcart-fix{
padding-top: 50px;
overflow-y: auto;
scrollbar-width: none;
}
.sticky-addcart-fix::-webkit-scrollbar{
width: 3px;
}
.sticky-addcart-fix::-webkit-scrollbar-track{
box-shadow: inset 0 0 3px var(--bzo-main-color);
}
.sticky-addcart-fix::-webkit-scrollbar-thumb{
background-color: var(--bzo-main-color);
outline: 1px solid var(--bzo-main-color);
}
body.admin-bar .sticky-addcart-fix{
padding-top: 90px;
}
.sticky-addcart-mobile-css.active{
bottom: auto;
top: 0px;
z-index: 100000;
}
body.admin-bar .sticky-addcart-mobile-css.active{
bottom: auto;
top: 46px;
z-index: 100000;
}
.sticky-addcart .sticky-addcart-fix.active{
transform: translateX(0);
-webkit-transform: translateX(0);
}
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button{
align-items: center;
margin-top: 30px;
}
.wap-sticky-addcart-option form.cart .group_table tbody tr .group-thumb{
display: none;
}
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations, .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .single_variation_wrap{
width: 100%;
border: none;
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation,
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations_button{
justify-content: flex-start;
}
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1366px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:880px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:881px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:880px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1366px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:880px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1367px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1366px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:880px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container,.elementor-element:not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:880px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:881px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1366px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1367px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}