ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.elementor-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
}@font-face{font-family:"IcoFont";font-weight:400;font-style:Regular;src:url(https://www.baeckerei-neff.de/wp-content/plugins/sina-extension-for-elementor/admin/assets/css/fonts/icofont.woff2) format("woff2"),url(https://www.baeckerei-neff.de/wp-content/plugins/sina-extension-for-elementor/admin/assets/css/fonts/icofont.woff) format("woff")}[class^="icofont-"],[class*=" icofont-"]{display: inline-block;font-family:'IcoFont'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:liga;-webkit-font-smoothing:antialiased}.icofont-angry-monster:before{content:"\e800"}.icofont-bathtub:before{content:"\e801"}.icofont-bird-wings:before{content:"\e802"}.icofont-bow:before{content:"\e803"}.icofont-castle:before{content:"\e804"}.icofont-circuit:before{content:"\e805"}.icofont-crown-king:before{content:"\e806"}.icofont-crown-queen:before{content:"\e807"}.icofont-dart:before{content:"\e808"}.icofont-disability-race:before{content:"\e809"}.icofont-diving-goggle:before{content:"\e80a"}.icofont-eye-open:before{content:"\e80b"}.icofont-flora-flower:before{content:"\e80c"}.icofont-flora:before{content:"\e80d"}.icofont-gift-box:before{content:"\e80e"}.icofont-halloween-pumpkin:before{content:"\e80f"}.icofont-hand-power:before{content:"\e810"}.icofont-hand-thunder:before{content:"\e811"}.icofont-king-monster:before{content:"\e812"}.icofont-love:before{content:"\e813"}.icofont-magician-hat:before{content:"\e814"}.icofont-native-american:before{content:"\e815"}.icofont-owl-look:before{content:"\e816"}.icofont-phoenix:before{content:"\e817"}.icofont-robot-face:before{content:"\e818"}.icofont-sand-clock:before{content:"\e819"}.icofont-shield-alt:before{content:"\e81a"}.icofont-ship-wheel:before{content:"\e81b"}.icofont-skull-danger:before{content:"\e81c"}.icofont-skull-face:before{content:"\e81d"}.icofont-snowmobile:before{content:"\e81e"}.icofont-space-shuttle:before{content:"\e81f"}.icofont-star-shape:before{content:"\e820"}.icofont-swirl:before{content:"\e821"}.icofont-tattoo-wing:before{content:"\e822"}.icofont-throne:before{content:"\e823"}.icofont-tree-alt:before{content:"\e824"}.icofont-triangle:before{content:"\e825"}.icofont-unity-hand:before{content:"\e826"}.icofont-weed:before{content:"\e827"}.icofont-woman-bird:before{content:"\e828"}.icofont-bat:before{content:"\e829"}.icofont-bear-face:before{content:"\e82a"}.icofont-bear-tracks:before{content:"\e82b"}.icofont-bear:before{content:"\e82c"}.icofont-bird-alt:before{content:"\e82d"}.icofont-bird-flying:before{content:"\e82e"}.icofont-bird:before{content:"\e82f"}.icofont-birds:before{content:"\e830"}.icofont-bone:before{content:"\e831"}.icofont-bull:before{content:"\e832"}.icofont-butterfly-alt:before{content:"\e833"}.icofont-butterfly:before{content:"\e834"}.icofont-camel-alt:before{content:"\e835"}.icofont-camel-head:before{content:"\e836"}.icofont-camel:before{content:"\e837"}.icofont-cat-alt-1:before{content:"\e838"}.icofont-cat-alt-2:before{content:"\e839"}.icofont-cat-alt-3:before{content:"\e83a"}.icofont-cat-dog:before{content:"\e83b"}.icofont-cat-face:before{content:"\e83c"}.icofont-cat:before{content:"\e83d"}.icofont-cow-head:before{content:"\e83e"}.icofont-cow:before{content:"\e83f"}.icofont-crab:before{content:"\e840"}.icofont-crocodile:before{content:"\e841"}.icofont-deer-head:before{content:"\e842"}.icofont-dog-alt:before{content:"\e843"}.icofont-dog-barking:before{content:"\e844"}.icofont-dog:before{content:"\e845"}.icofont-dolphin:before{content:"\e846"}.icofont-duck-tracks:before{content:"\e847"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}.icofont-elephant-alt:before{content:"\e84a"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}.icofont-elephant:before{content:"\e84d"}.icofont-elk:before{content:"\e84e"}.icofont-fish-1:before{content:"\e84f"}.icofont-fish-2:before{content:"\e850"}.icofont-fish-3:before{content:"\e851"}.icofont-fish-4:before{content:"\e852"}.icofont-fish-5:before{content:"\e853"}.icofont-fish:before{content:"\e854"}.icofont-fox-alt:before{content:"\e855"}.icofont-fox:before{content:"\e856"}.icofont-frog-tracks:before{content:"\e857"}.icofont-frog:before{content:"\e858"}.icofont-froggy:before{content:"\e859"}.icofont-giraffe-head-1:before{content:"\e85a"}.icofont-giraffe-head-2:before{content:"\e85b"}.icofont-giraffe-head:before{content:"\e85c"}.icofont-giraffe:before{content:"\e85d"}.icofont-goat-head:before{content:"\e85e"}.icofont-gorilla:before{content:"\e85f"}.icofont-hen-tracks:before{content:"\e860"}.icofont-horse-head-1:before{content:"\e861"}.icofont-horse-head-2:before{content:"\e862"}.icofont-horse-head:before{content:"\e863"}.icofont-horse-tracks:before{content:"\e864"}.icofont-jellyfish:before{content:"\e865"}.icofont-kangaroo:before{content:"\e866"}.icofont-lemur:before{content:"\e867"}.icofont-lion-head-1:before{content:"\e868"}.icofont-lion-head-2:before{content:"\e869"}.icofont-lion-head:before{content:"\e86a"}.icofont-lion:before{content:"\e86b"}.icofont-monkey-2:before{content:"\e86c"}.icofont-monkey-3:before{content:"\e86d"}.icofont-monkey-face:before{content:"\e86e"}.icofont-monkey:before{content:"\e86f"}.icofont-octopus-alt:before{content:"\e870"}.icofont-octopus:before{content:"\e871"}.icofont-owl:before{content:"\e872"}.icofont-panda-face:before{content:"\e873"}.icofont-panda:before{content:"\e874"}.icofont-panther:before{content:"\e875"}.icofont-parrot-lip:before{content:"\e876"}.icofont-parrot:before{content:"\e877"}.icofont-paw:before{content:"\e878"}.icofont-pelican:before{content:"\e879"}.icofont-penguin:before{content:"\e87a"}.icofont-pig-face:before{content:"\e87b"}.icofont-pig:before{content:"\e87c"}.icofont-pigeon-1:before{content:"\e87d"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-pigeon:before{content:"\e87f"}.icofont-rabbit:before{content:"\e880"}.icofont-rat:before{content:"\e881"}.icofont-rhino-head:before{content:"\e882"}.icofont-rhino:before{content:"\e883"}.icofont-rooster:before{content:"\e884"}.icofont-seahorse:before{content:"\e885"}.icofont-seal:before{content:"\e886"}.icofont-shrimp-alt:before{content:"\e887"}.icofont-shrimp:before{content:"\e888"}.icofont-snail-1:before{content:"\e889"}.icofont-snail-2:before{content:"\e88a"}.icofont-snail-3:before{content:"\e88b"}.icofont-snail:before{content:"\e88c"}.icofont-snake:before{content:"\e88d"}.icofont-squid:before{content:"\e88e"}.icofont-squirrel:before{content:"\e88f"}.icofont-tiger-face:before{content:"\e890"}.icofont-tiger:before{content:"\e891"}.icofont-turtle:before{content:"\e892"}.icofont-whale:before{content:"\e893"}.icofont-woodpecker:before{content:"\e894"}.icofont-zebra:before{content:"\e895"}.icofont-brand-acer:before{content:"\e896"}.icofont-brand-adidas:before{content:"\e897"}.icofont-brand-adobe:before{content:"\e898"}.icofont-brand-air-new-zealand:before{content:"\e899"}.icofont-brand-airbnb:before{content:"\e89a"}.icofont-brand-aircell:before{content:"\e89b"}.icofont-brand-airtel:before{content:"\e89c"}.icofont-brand-alcatel:before{content:"\e89d"}.icofont-brand-alibaba:before{content:"\e89e"}.icofont-brand-aliexpress:before{content:"\e89f"}.icofont-brand-alipay:before{content:"\e8a0"}.icofont-brand-amazon:before{content:"\e8a1"}.icofont-brand-amd:before{content:"\e8a2"}.icofont-brand-american-airlines:before{content:"\e8a3"}.icofont-brand-android-robot:before{content:"\e8a4"}.icofont-brand-android:before{content:"\e8a5"}.icofont-brand-aol:before{content:"\e8a6"}.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-appstore:before{content:"\e8a8"}.icofont-brand-asus:before{content:"\e8a9"}.icofont-brand-ati:before{content:"\e8aa"}.icofont-brand-att:before{content:"\e8ab"}.icofont-brand-audi:before{content:"\e8ac"}.icofont-brand-axiata:before{content:"\e8ad"}.icofont-brand-bada:before{content:"\e8ae"}.icofont-brand-bbc:before{content:"\e8af"}.icofont-brand-bing:before{content:"\e8b0"}.icofont-brand-blackberry:before{content:"\e8b1"}.icofont-brand-bmw:before{content:"\e8b2"}.icofont-brand-box:before{content:"\e8b3"}.icofont-brand-burger-king:before{content:"\e8b4"}.icofont-brand-business-insider:before{content:"\e8b5"}.icofont-brand-buzzfeed:before{content:"\e8b6"}.icofont-brand-cannon:before{content:"\e8b7"}.icofont-brand-casio:before{content:"\e8b8"}.icofont-brand-china-mobile:before{content:"\e8b9"}.icofont-brand-china-telecom:before{content:"\e8ba"}.icofont-brand-china-unicom:before{content:"\e8bb"}.icofont-brand-cisco:before{content:"\e8bc"}.icofont-brand-citibank:before{content:"\e8bd"}.icofont-brand-cnet:before{content:"\e8be"}.icofont-brand-cnn:before{content:"\e8bf"}.icofont-brand-cocal-cola:before{content:"\e8c0"}.icofont-brand-compaq:before{content:"\e8c1"}.icofont-brand-debian:before{content:"\e8c2"}.icofont-brand-delicious:before{content:"\e8c3"}.icofont-brand-dell:before{content:"\e8c4"}.icofont-brand-designbump:before{content:"\e8c5"}.icofont-brand-designfloat:before{content:"\e8c6"}.icofont-brand-disney:before{content:"\e8c7"}.icofont-brand-dodge:before{content:"\e8c8"}.icofont-brand-dove:before{content:"\e8c9"}.icofont-brand-drupal:before{content:"\e8ca"}.icofont-brand-ebay:before{content:"\e8cb"}.icofont-brand-eleven:before{content:"\e8cc"}.icofont-brand-emirates:before{content:"\e8cd"}.icofont-brand-espn:before{content:"\e8ce"}.icofont-brand-etihad-airways:before{content:"\e8cf"}.icofont-brand-etisalat:before{content:"\e8d0"}.icofont-brand-etsy:before{content:"\e8d1"}.icofont-brand-fastrack:before{content:"\e8d2"}.icofont-brand-fedex:before{content:"\e8d3"}.icofont-brand-ferrari:before{content:"\e8d4"}.icofont-brand-fitbit:before{content:"\e8d5"}.icofont-brand-flikr:before{content:"\e8d6"}.icofont-brand-forbes:before{content:"\e8d7"}.icofont-brand-foursquare:before{content:"\e8d8"}.icofont-brand-foxconn:before{content:"\e8d9"}.icofont-brand-fujitsu:before{content:"\e8da"}.icofont-brand-general-electric:before{content:"\e8db"}.icofont-brand-gillette:before{content:"\e8dc"}.icofont-brand-gizmodo:before{content:"\e8dd"}.icofont-brand-gnome:before{content:"\e8de"}.icofont-brand-google:before{content:"\e8df"}.icofont-brand-gopro:before{content:"\e8e0"}.icofont-brand-gucci:before{content:"\e8e1"}.icofont-brand-hallmark:before{content:"\e8e2"}.icofont-brand-hi5:before{content:"\e8e3"}.icofont-brand-honda:before{content:"\e8e4"}.icofont-brand-hp:before{content:"\e8e5"}.icofont-brand-hsbc:before{content:"\e8e6"}.icofont-brand-htc:before{content:"\e8e7"}.icofont-brand-huawei:before{content:"\e8e8"}.icofont-brand-hulu:before{content:"\e8e9"}.icofont-brand-hyundai:before{content:"\e8ea"}.icofont-brand-ibm:before{content:"\e8eb"}.icofont-brand-icofont:before{content:"\e8ec"}.icofont-brand-icq:before{content:"\e8ed"}.icofont-brand-ikea:before{content:"\e8ee"}.icofont-brand-imdb:before{content:"\e8ef"}.icofont-brand-indiegogo:before{content:"\e8f0"}.icofont-brand-intel:before{content:"\e8f1"}.icofont-brand-ipair:before{content:"\e8f2"}.icofont-brand-jaguar:before{content:"\e8f3"}.icofont-brand-java:before{content:"\e8f4"}.icofont-brand-joomla:before{content:"\e8f5"}.icofont-brand-kickstarter:before{content:"\e8f6"}.icofont-brand-kik:before{content:"\e8f7"}.icofont-brand-lastfm:before{content:"\e8f8"}.icofont-brand-lego:before{content:"\e8f9"}.icofont-brand-lenovo:before{content:"\e8fa"}.icofont-brand-levis:before{content:"\e8fb"}.icofont-brand-lexus:before{content:"\e8fc"}.icofont-brand-lg:before{content:"\e8fd"}.icofont-brand-life-hacker:before{content:"\e8fe"}.icofont-brand-linux-mint:before{content:"\e8ff"}.icofont-brand-linux:before{content:"\e900"}.icofont-brand-lionix:before{content:"\e901"}.icofont-brand-loreal:before{content:"\e902"}.icofont-brand-louis-vuitton:before{content:"\e903"}.icofont-brand-mac-os:before{content:"\e904"}.icofont-brand-marvel-app:before{content:"\e905"}.icofont-brand-mashable:before{content:"\e906"}.icofont-brand-mazda:before{content:"\e907"}.icofont-brand-mcdonals:before{content:"\e908"}.icofont-brand-mercedes:before{content:"\e909"}.icofont-brand-micromax:before{content:"\e90a"}.icofont-brand-microsoft:before{content:"\e90b"}.icofont-brand-mobileme:before{content:"\e90c"}.icofont-brand-mobily:before{content:"\e90d"}.icofont-brand-motorola:before{content:"\e90e"}.icofont-brand-msi:before{content:"\e90f"}.icofont-brand-mts:before{content:"\e910"}.icofont-brand-myspace:before{content:"\e911"}.icofont-brand-mytv:before{content:"\e912"}.icofont-brand-nasa:before{content:"\e913"}.icofont-brand-natgeo:before{content:"\e914"}.icofont-brand-nbc:before{content:"\e915"}.icofont-brand-nescafe:before{content:"\e916"}.icofont-brand-nestle:before{content:"\e917"}.icofont-brand-netflix:before{content:"\e918"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-nike:before{content:"\e91a"}.icofont-brand-nokia:before{content:"\e91b"}.icofont-brand-nvidia:before{content:"\e91c"}.icofont-brand-omega:before{content:"\e91d"}.icofont-brand-opensuse:before{content:"\e91e"}.icofont-brand-oracle:before{content:"\e91f"}.icofont-brand-panasonic:before{content:"\e920"}.icofont-brand-paypal:before{content:"\e921"}.icofont-brand-pepsi:before{content:"\e922"}.icofont-brand-philips:before{content:"\e923"}.icofont-brand-pizza-hut:before{content:"\e924"}.icofont-brand-playstation:before{content:"\e925"}.icofont-brand-puma:before{content:"\e926"}.icofont-brand-qatar-air:before{content:"\e927"}.icofont-brand-qvc:before{content:"\e928"}.icofont-brand-readernaut:before{content:"\e929"}.icofont-brand-redbull:before{content:"\e92a"}.icofont-brand-reebok:before{content:"\e92b"}.icofont-brand-reuters:before{content:"\e92c"}.icofont-brand-samsung:before{content:"\e92d"}.icofont-brand-sap:before{content:"\e92e"}.icofont-brand-saudia-airlines:before{content:"\e92f"}.icofont-brand-scribd:before{content:"\e930"}.icofont-brand-shell:before{content:"\e931"}.icofont-brand-siemens:before{content:"\e932"}.icofont-brand-sk-telecom:before{content:"\e933"}.icofont-brand-slideshare:before{content:"\e934"}.icofont-brand-smashing-magazine:before{content:"\e935"}.icofont-brand-snapchat:before{content:"\e936"}.icofont-brand-sony-ericsson:before{content:"\e937"}.icofont-brand-sony:before{content:"\e938"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-sprint:before{content:"\e93a"}.icofont-brand-squidoo:before{content:"\e93b"}.icofont-brand-starbucks:before{content:"\e93c"}.icofont-brand-stc:before{content:"\e93d"}.icofont-brand-steam:before{content:"\e93e"}.icofont-brand-suzuki:before{content:"\e93f"}.icofont-brand-symbian:before{content:"\e940"}.icofont-brand-t-mobile:before{content:"\e941"}.icofont-brand-tango:before{content:"\e942"}.icofont-brand-target:before{content:"\e943"}.icofont-brand-tata-indicom:before{content:"\e944"}.icofont-brand-techcrunch:before{content:"\e945"}.icofont-brand-telenor:before{content:"\e946"}.icofont-brand-teliasonera:before{content:"\e947"}.icofont-brand-tesla:before{content:"\e948"}.icofont-brand-the-verge:before{content:"\e949"}.icofont-brand-thenextweb:before{content:"\e94a"}.icofont-brand-toshiba:before{content:"\e94b"}.icofont-brand-toyota:before{content:"\e94c"}.icofont-brand-tribenet:before{content:"\e94d"}.icofont-brand-ubuntu:before{content:"\e94e"}.icofont-brand-unilever:before{content:"\e94f"}.icofont-brand-vaio:before{content:"\e950"}.icofont-brand-verizon:before{content:"\e951"}.icofont-brand-viber:before{content:"\e952"}.icofont-brand-vodafone:before{content:"\e953"}.icofont-brand-volkswagen:before{content:"\e954"}.icofont-brand-walmart:before{content:"\e955"}.icofont-brand-warnerbros:before{content:"\e956"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-wikipedia:before{content:"\e958"}.icofont-brand-windows:before{content:"\e959"}.icofont-brand-wire:before{content:"\e95a"}.icofont-brand-wordpress:before{content:"\e95b"}.icofont-brand-xiaomi:before{content:"\e95c"}.icofont-brand-yahoobuzz:before{content:"\e95d"}.icofont-brand-yamaha:before{content:"\e95e"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-zain:before{content:"\e960"}.icofont-bank-alt:before{content:"\e961"}.icofont-bank:before{content:"\e962"}.icofont-barcode:before{content:"\e963"}.icofont-bill-alt:before{content:"\e964"}.icofont-billboard:before{content:"\e965"}.icofont-briefcase-1:before{content:"\e966"}.icofont-briefcase-2:before{content:"\e967"}.icofont-businessman:before{content:"\e968"}.icofont-businesswoman:before{content:"\e969"}.icofont-chair:before{content:"\e96a"}.icofont-coins:before{content:"\e96b"}.icofont-company:before{content:"\e96c"}.icofont-contact-add:before{content:"\e96d"}.icofont-files-stack:before{content:"\e96e"}.icofont-handshake-deal:before{content:"\e96f"}.icofont-id-card:before{content:"\e970"}.icofont-meeting-add:before{content:"\e971"}.icofont-money-bag:before{content:"\e972"}.icofont-pie-chart:before{content:"\e973"}.icofont-presentation-alt:before{content:"\e974"}.icofont-presentation:before{content:"\e975"}.icofont-stamp:before{content:"\e976"}.icofont-stock-mobile:before{content:"\e977"}.icofont-chart-arrows-axis:before{content:"\e978"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-flow-1:before{content:"\e97a"}.icofont-chart-flow-2:before{content:"\e97b"}.icofont-chart-flow:before{content:"\e97c"}.icofont-chart-growth:before{content:"\e97d"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-radar-graph:before{content:"\e984"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-bull-dozer:before{content:"\e98b"}.icofont-calculations:before{content:"\e98c"}.icofont-cement-mix:before{content:"\e98d"}.icofont-cement-mixer:before{content:"\e98e"}.icofont-concrete-mixer:before{content:"\e98f"}.icofont-danger-zone:before{content:"\e990"}.icofont-drill:before{content:"\e991"}.icofont-eco-energy:before{content:"\e992"}.icofont-eco-environmen:before{content:"\e993"}.icofont-energy-air:before{content:"\e994"}.icofont-energy-oil:before{content:"\e995"}.icofont-energy-savings:before{content:"\e996"}.icofont-energy-solar:before{content:"\e997"}.icofont-energy-water:before{content:"\e998"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-fix-tools:before{content:"\e99c"}.icofont-fork-lift:before{content:"\e99d"}.icofont-glue-oil:before{content:"\e99e"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-1:before{content:"\e9a2"}.icofont-industries-2:before{content:"\e9a3"}.icofont-industries-3:before{content:"\e9a4"}.icofont-industries-4:before{content:"\e9a5"}.icofont-industries-5:before{content:"\e9a6"}.icofont-industries:before{content:"\e9a7"}.icofont-labour:before{content:"\e9a8"}.icofont-mining:before{content:"\e9a9"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-pollution:before{content:"\e9ab"}.icofont-power-zone:before{content:"\e9ac"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-recycling-man:before{content:"\e9af"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-saw:before{content:"\e9b2"}.icofont-screw-driver:before{content:"\e9b3"}.icofont-tools-1:before{content:"\e9b4"}.icofont-tools-bag:before{content:"\e9b5"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-trolley:before{content:"\e9b7"}.icofont-trowel:before{content:"\e9b8"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-under-construction:before{content:"\e9ba"}.icofont-vehicle-cement:before{content:"\e9bb"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-excavator:before{content:"\e9bf"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-worker:before{content:"\e9c2"}.icofont-workers-group:before{content:"\e9c3"}.icofont-wrench:before{content:"\e9c4"}.icofont-afghani-false:before{content:"\e9c5"}.icofont-afghani-minus:before{content:"\e9c6"}.icofont-afghani-plus:before{content:"\e9c7"}.icofont-afghani-true:before{content:"\e9c8"}.icofont-afghani:before{content:"\e9c9"}.icofont-baht-false:before{content:"\e9ca"}.icofont-baht-minus:before{content:"\e9cb"}.icofont-baht-plus:before{content:"\e9cc"}.icofont-baht-true:before{content:"\e9cd"}.icofont-baht:before{content:"\e9ce"}.icofont-bitcoin-false:before{content:"\e9cf"}.icofont-bitcoin-minus:before{content:"\e9d0"}.icofont-bitcoin-plus:before{content:"\e9d1"}.icofont-bitcoin-true:before{content:"\e9d2"}.icofont-bitcoin:before{content:"\e9d3"}.icofont-dollar-flase:before{content:"\e9d4"}.icofont-dollar-minus:before{content:"\e9d5"}.icofont-dollar-plus:before{content:"\e9d6"}.icofont-dollar-true:before{content:"\e9d7"}.icofont-dollar:before{content:"\e9d8"}.icofont-dong-false:before{content:"\e9d9"}.icofont-dong-minus:before{content:"\e9da"}.icofont-dong-plus:before{content:"\e9db"}.icofont-dong-true:before{content:"\e9dc"}.icofont-dong:before{content:"\e9dd"}.icofont-euro-false:before{content:"\e9de"}.icofont-euro-minus:before{content:"\e9df"}.icofont-euro-plus:before{content:"\e9e0"}.icofont-euro-true:before{content:"\e9e1"}.icofont-euro:before{content:"\e9e2"}.icofont-frank-false:before{content:"\e9e3"}.icofont-frank-minus:before{content:"\e9e4"}.icofont-frank-plus:before{content:"\e9e5"}.icofont-frank-true:before{content:"\e9e6"}.icofont-frank:before{content:"\e9e7"}.icofont-hryvnia-false:before{content:"\e9e8"}.icofont-hryvnia-minus:before{content:"\e9e9"}.icofont-hryvnia-plus:before{content:"\e9ea"}.icofont-hryvnia-true:before{content:"\e9eb"}.icofont-hryvnia:before{content:"\e9ec"}.icofont-lira-false:before{content:"\e9ed"}.icofont-lira-minus:before{content:"\e9ee"}.icofont-lira-plus:before{content:"\e9ef"}.icofont-lira-true:before{content:"\e9f0"}.icofont-lira:before{content:"\e9f1"}.icofont-peseta-false:before{content:"\e9f2"}.icofont-peseta-minus:before{content:"\e9f3"}.icofont-peseta-plus:before{content:"\e9f4"}.icofont-peseta-true:before{content:"\e9f5"}.icofont-peseta:before{content:"\e9f6"}.icofont-peso-false:before{content:"\e9f7"}.icofont-peso-minus:before{content:"\e9f8"}.icofont-peso-plus:before{content:"\e9f9"}.icofont-peso-true:before{content:"\e9fa"}.icofont-peso:before{content:"\e9fb"}.icofont-pound-false:before{content:"\e9fc"}.icofont-pound-minus:before{content:"\e9fd"}.icofont-pound-plus:before{content:"\e9fe"}.icofont-pound-true:before{content:"\e9ff"}.icofont-pound:before{content:"\ea00"}.icofont-renminbi-false:before{content:"\ea01"}.icofont-renminbi-minus:before{content:"\ea02"}.icofont-renminbi-plus:before{content:"\ea03"}.icofont-renminbi-true:before{content:"\ea04"}.icofont-renminbi:before{content:"\ea05"}.icofont-riyal-false:before{content:"\ea06"}.icofont-riyal-minus:before{content:"\ea07"}.icofont-riyal-plus:before{content:"\ea08"}.icofont-riyal-true:before{content:"\ea09"}.icofont-riyal:before{content:"\ea0a"}.icofont-rouble-false:before{content:"\ea0b"}.icofont-rouble-minus:before{content:"\ea0c"}.icofont-rouble-plus:before{content:"\ea0d"}.icofont-rouble-true:before{content:"\ea0e"}.icofont-rouble:before{content:"\ea0f"}.icofont-rupee-false:before{content:"\ea10"}.icofont-rupee-minus:before{content:"\ea11"}.icofont-rupee-plus:before{content:"\ea12"}.icofont-rupee-true:before{content:"\ea13"}.icofont-rupee:before{content:"\ea14"}.icofont-taka-false:before{content:"\ea15"}.icofont-taka-minus:before{content:"\ea16"}.icofont-taka-plus:before{content:"\ea17"}.icofont-taka-true:before{content:"\ea18"}.icofont-taka:before{content:"\ea19"}.icofont-turkish-lira-false:before{content:"\ea1a"}.icofont-turkish-lira-minus:before{content:"\ea1b"}.icofont-turkish-lira-plus:before{content:"\ea1c"}.icofont-turkish-lira-true:before{content:"\ea1d"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-won-false:before{content:"\ea1f"}.icofont-won-minus:before{content:"\ea20"}.icofont-won-plus:before{content:"\ea21"}.icofont-won-true:before{content:"\ea22"}.icofont-won:before{content:"\ea23"}.icofont-yen-false:before{content:"\ea24"}.icofont-yen-minus:before{content:"\ea25"}.icofont-yen-plus:before{content:"\ea26"}.icofont-yen-true:before{content:"\ea27"}.icofont-yen:before{content:"\ea28"}.icofont-android-nexus:before{content:"\ea29"}.icofont-android-tablet:before{content:"\ea2a"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-drawing-tablet:before{content:"\ea2c"}.icofont-earphone:before{content:"\ea2d"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-game-console:before{content:"\ea2f"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-game:before{content:"\ea32"}.icofont-headphone-alt-1:before{content:"\ea33"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-headphone-alt:before{content:"\ea36"}.icofont-headphone:before{content:"\ea37"}.icofont-htc-one:before{content:"\ea38"}.icofont-imac:before{content:"\ea39"}.icofont-ipad:before{content:"\ea3a"}.icofont-iphone:before{content:"\ea3b"}.icofont-ipod-nano:before{content:"\ea3c"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-keyboard-wireless:before{content:"\ea3f"}.icofont-keyboard:before{content:"\ea40"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-macbook:before{content:"\ea43"}.icofont-magic-mouse:before{content:"\ea44"}.icofont-micro-chip:before{content:"\ea45"}.icofont-microphone-alt:before{content:"\ea46"}.icofont-microphone:before{content:"\ea47"}.icofont-monitor:before{content:"\ea48"}.icofont-mouse:before{content:"\ea49"}.icofont-mp3-player:before{content:"\ea4a"}.icofont-nintendo:before{content:"\ea4b"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-psvita:before{content:"\ea4d"}.icofont-radio-mic:before{content:"\ea4e"}.icofont-radio:before{content:"\ea4f"}.icofont-refrigerator:before{content:"\ea50"}.icofont-samsung-galaxy:before{content:"\ea51"}.icofont-surface-tablet:before{content:"\ea52"}.icofont-ui-head-phone:before{content:"\ea53"}.icofont-ui-keyboard:before{content:"\ea54"}.icofont-washing-machine:before{content:"\ea55"}.icofont-wifi-router:before{content:"\ea56"}.icofont-wii-u:before{content:"\ea57"}.icofont-windows-lumia:before{content:"\ea58"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-xbox-360:before{content:"\ea5a"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-cursor-drag:before{content:"\ea70"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-dotted-down:before{content:"\ea77"}.icofont-dotted-left:before{content:"\ea78"}.icofont-dotted-right:before{content:"\ea79"}.icofont-dotted-up:before{content:"\ea7a"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-hand-down:before{content:"\ea7e"}.icofont-hand-drag:before{content:"\ea7f"}.icofont-hand-drag1:before{content:"\ea80"}.icofont-hand-drag2:before{content:"\ea81"}.icofont-hand-drawn-alt-down:before{content:"\ea82"}.icofont-hand-drawn-alt-left:before{content:"\ea83"}.icofont-hand-drawn-alt-right:before{content:"\ea84"}.icofont-hand-drawn-alt-up:before{content:"\ea85"}.icofont-hand-drawn-down:before{content:"\ea86"}.icofont-hand-drawn-left:before{content:"\ea87"}.icofont-hand-drawn-right:before{content:"\ea88"}.icofont-hand-drawn-up:before{content:"\ea89"}.icofont-hand-grippers:before{content:"\ea8a"}.icofont-hand-left:before{content:"\ea8b"}.icofont-hand-right:before{content:"\ea8c"}.icofont-hand-up:before{content:"\ea8d"}.icofont-line-block-down:before{content:"\ea8e"}.icofont-line-block-left:before{content:"\ea8f"}.icofont-line-block-right:before{content:"\ea90"}.icofont-line-block-up:before{content:"\ea91"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-bubble-left:before{content:"\eaa3"}.icofont-scroll-bubble-right:before{content:"\eaa4"}.icofont-scroll-bubble-up:before{content:"\eaa5"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-double-left:before{content:"\eaa7"}.icofont-scroll-double-right:before{content:"\eaa8"}.icofont-scroll-double-up:before{content:"\eaa9"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-left:before{content:"\eaab"}.icofont-scroll-long-down:before{content:"\eaac"}.icofont-scroll-long-left:before{content:"\eaad"}.icofont-scroll-long-right:before{content:"\eaae"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-scroll-right:before{content:"\eab0"}.icofont-scroll-up:before{content:"\eab1"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left-down:before{content:"\eab3"}.icofont-simple-left-up:before{content:"\eab4"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right-down:before{content:"\eab6"}.icofont-simple-right-up:before{content:"\eab7"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-stylish-down:before{content:"\eabe"}.icofont-stylish-left:before{content:"\eabf"}.icofont-stylish-right:before{content:"\eac0"}.icofont-stylish-up:before{content:"\eac1"}.icofont-swoosh-down:before{content:"\eac2"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-swoosh-up:before{content:"\eac5"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-up:before{content:"\eacb"}.icofont-abc:before{content:"\eacc"}.icofont-atom:before{content:"\eacd"}.icofont-award:before{content:"\eace"}.icofont-bell-alt:before{content:"\eacf"}.icofont-black-board:before{content:"\ead0"}.icofont-book-alt:before{content:"\ead1"}.icofont-book:before{content:"\ead2"}.icofont-brainstorming:before{content:"\ead3"}.icofont-certificate-alt-1:before{content:"\ead4"}.icofont-certificate-alt-2:before{content:"\ead5"}.icofont-certificate:before{content:"\ead6"}.icofont-education:before{content:"\ead7"}.icofont-electron:before{content:"\ead8"}.icofont-fountain-pen:before{content:"\ead9"}.icofont-globe-alt:before{content:"\eada"}.icofont-graduate-alt:before{content:"\eadb"}.icofont-graduate:before{content:"\eadc"}.icofont-group-students:before{content:"\eadd"}.icofont-hat-alt:before{content:"\eade"}.icofont-hat:before{content:"\eadf"}.icofont-instrument:before{content:"\eae0"}.icofont-lamp-light:before{content:"\eae1"}.icofont-medal:before{content:"\eae2"}.icofont-microscope-alt:before{content:"\eae3"}.icofont-microscope:before{content:"\eae4"}.icofont-paper:before{content:"\eae5"}.icofont-pen-alt-4:before{content:"\eae6"}.icofont-pen-nib:before{content:"\eae7"}.icofont-pencil-alt-5:before{content:"\eae8"}.icofont-quill-pen:before{content:"\eae9"}.icofont-read-book-alt:before{content:"\eaea"}.icofont-read-book:before{content:"\eaeb"}.icofont-school-bag:before{content:"\eaec"}.icofont-school-bus:before{content:"\eaed"}.icofont-student-alt:before{content:"\eaee"}.icofont-student:before{content:"\eaef"}.icofont-teacher:before{content:"\eaf0"}.icofont-test-bulb:before{content:"\eaf1"}.icofont-test-tube-alt:before{content:"\eaf2"}.icofont-university:before{content:"\eaf3"}.icofont-angry:before{content:"\eaf4"}.icofont-astonished:before{content:"\eaf5"}.icofont-confounded:before{content:"\eaf6"}.icofont-confused:before{content:"\eaf7"}.icofont-crying:before{content:"\eaf8"}.icofont-dizzy:before{content:"\eaf9"}.icofont-expressionless:before{content:"\eafa"}.icofont-heart-eyes:before{content:"\eafb"}.icofont-laughing:before{content:"\eafc"}.icofont-nerd-smile:before{content:"\eafd"}.icofont-open-mouth:before{content:"\eafe"}.icofont-rage:before{content:"\eaff"}.icofont-rolling-eyes:before{content:"\eb00"}.icofont-sad:before{content:"\eb01"}.icofont-simple-smile:before{content:"\eb02"}.icofont-slightly-smile:before{content:"\eb03"}.icofont-smirk:before{content:"\eb04"}.icofont-stuck-out-tongue:before{content:"\eb05"}.icofont-wink-smile:before{content:"\eb06"}.icofont-worried:before{content:"\eb07"}.icofont-file-alt:before{content:"\eb08"}.icofont-file-audio:before{content:"\eb09"}.icofont-file-avi-mp4:before{content:"\eb0a"}.icofont-file-bmp:before{content:"\eb0b"}.icofont-file-code:before{content:"\eb0c"}.icofont-file-css:before{content:"\eb0d"}.icofont-file-document:before{content:"\eb0e"}.icofont-file-eps:before{content:"\eb0f"}.icofont-file-excel:before{content:"\eb10"}.icofont-file-exe:before{content:"\eb11"}.icofont-file-file:before{content:"\eb12"}.icofont-file-flv:before{content:"\eb13"}.icofont-file-gif:before{content:"\eb14"}.icofont-file-html5:before{content:"\eb15"}.icofont-file-image:before{content:"\eb16"}.icofont-file-iso:before{content:"\eb17"}.icofont-file-java:before{content:"\eb18"}.icofont-file-javascript:before{content:"\eb19"}.icofont-file-jpg:before{content:"\eb1a"}.icofont-file-midi:before{content:"\eb1b"}.icofont-file-mov:before{content:"\eb1c"}.icofont-file-mp3:before{content:"\eb1d"}.icofont-file-pdf:before{content:"\eb1e"}.icofont-file-php:before{content:"\eb1f"}.icofont-file-png:before{content:"\eb20"}.icofont-file-powerpoint:before{content:"\eb21"}.icofont-file-presentation:before{content:"\eb22"}.icofont-file-psb:before{content:"\eb23"}.icofont-file-psd:before{content:"\eb24"}.icofont-file-python:before{content:"\eb25"}.icofont-file-ruby:before{content:"\eb26"}.icofont-file-spreadsheet:before{content:"\eb27"}.icofont-file-sql:before{content:"\eb28"}.icofont-file-svg:before{content:"\eb29"}.icofont-file-text:before{content:"\eb2a"}.icofont-file-tiff:before{content:"\eb2b"}.icofont-file-video:before{content:"\eb2c"}.icofont-file-wave:before{content:"\eb2d"}.icofont-file-wmv:before{content:"\eb2e"}.icofont-file-word:before{content:"\eb2f"}.icofont-file-zip:before{content:"\eb30"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-cycling:before{content:"\eb32"}.icofont-dumbbell:before{content:"\eb33"}.icofont-dumbbells:before{content:"\eb34"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-apple:before{content:"\eb3b"}.icofont-arabian-coffee:before{content:"\eb3c"}.icofont-artichoke:before{content:"\eb3d"}.icofont-asparagus:before{content:"\eb3e"}.icofont-avocado:before{content:"\eb3f"}.icofont-baby-food:before{content:"\eb40"}.icofont-banana:before{content:"\eb41"}.icofont-bbq:before{content:"\eb42"}.icofont-beans:before{content:"\eb43"}.icofont-beer:before{content:"\eb44"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bread:before{content:"\eb47"}.icofont-broccoli:before{content:"\eb48"}.icofont-burger:before{content:"\eb49"}.icofont-cabbage:before{content:"\eb4a"}.icofont-carrot:before{content:"\eb4b"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-cheese:before{content:"\eb4d"}.icofont-chef:before{content:"\eb4e"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chicken:before{content:"\eb51"}.icofont-cocktail:before{content:"\eb52"}.icofont-coconut-water:before{content:"\eb53"}.icofont-coconut:before{content:"\eb54"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-cola:before{content:"\eb59"}.icofont-corn:before{content:"\eb5a"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-cucumber:before{content:"\eb5d"}.icofont-culinary:before{content:"\eb5e"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-dining-table:before{content:"\eb60"}.icofont-donut:before{content:"\eb61"}.icofont-egg-plant:before{content:"\eb62"}.icofont-egg-poached:before{content:"\eb63"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-farmer:before{content:"\eb65"}.icofont-fast-food:before{content:"\eb66"}.icofont-food-basket:before{content:"\eb67"}.icofont-food-cart:before{content:"\eb68"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fruits:before{content:"\eb6b"}.icofont-grapes:before{content:"\eb6c"}.icofont-honey:before{content:"\eb6d"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-ice-cream:before{content:"\eb70"}.icofont-juice:before{content:"\eb71"}.icofont-ketchup:before{content:"\eb72"}.icofont-kiwi:before{content:"\eb73"}.icofont-layered-cake:before{content:"\eb74"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-lemon:before{content:"\eb76"}.icofont-lobster:before{content:"\eb77"}.icofont-mango:before{content:"\eb78"}.icofont-milk:before{content:"\eb79"}.icofont-mushroom:before{content:"\eb7a"}.icofont-noodles:before{content:"\eb7b"}.icofont-onion:before{content:"\eb7c"}.icofont-orange:before{content:"\eb7d"}.icofont-pear:before{content:"\eb7e"}.icofont-peas:before{content:"\eb7f"}.icofont-pepper:before{content:"\eb80"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pie:before{content:"\eb82"}.icofont-pineapple:before{content:"\eb83"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pizza:before{content:"\eb85"}.icofont-plant:before{content:"\eb86"}.icofont-popcorn:before{content:"\eb87"}.icofont-potato:before{content:"\eb88"}.icofont-pumpkin:before{content:"\eb89"}.icofont-raddish:before{content:"\eb8a"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-restaurant:before{content:"\eb8c"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-sandwich:before{content:"\eb8e"}.icofont-sausage:before{content:"\eb8f"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-watermelon:before{content:"\eb9b"}.icofont-wheat:before{content:"\eb9c"}.icofont-baby-backpack:before{content:"\eb9d"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-milk-bottle:before{content:"\eb9f"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-candy:before{content:"\eba2"}.icofont-holding-hands:before{content:"\eba3"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-kids-scooter:before{content:"\eba5"}.icofont-safety-pin:before{content:"\eba6"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-cat:before{content:"\eba9"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-elephant:before{content:"\ebab"}.icofont-toy-hand:before{content:"\ebac"}.icofont-toy-horse:before{content:"\ebad"}.icofont-toy-lattu:before{content:"\ebae"}.icofont-toy-train:before{content:"\ebaf"}.icofont-burglar:before{content:"\ebb0"}.icofont-cannon-firing:before{content:"\ebb1"}.icofont-cc-camera:before{content:"\ebb2"}.icofont-cop-badge:before{content:"\ebb3"}.icofont-cop:before{content:"\ebb4"}.icofont-court-hammer:before{content:"\ebb5"}.icofont-court:before{content:"\ebb6"}.icofont-finger-print:before{content:"\ebb7"}.icofont-gavel:before{content:"\ebb8"}.icofont-handcuff-alt:before{content:"\ebb9"}.icofont-handcuff:before{content:"\ebba"}.icofont-investigation:before{content:"\ebbb"}.icofont-investigator:before{content:"\ebbc"}.icofont-jail:before{content:"\ebbd"}.icofont-judge:before{content:"\ebbe"}.icofont-law-alt-1:before{content:"\ebbf"}.icofont-law-alt-2:before{content:"\ebc0"}.icofont-law-alt-3:before{content:"\ebc1"}.icofont-law-book:before{content:"\ebc2"}.icofont-law-document:before{content:"\ebc3"}.icofont-law-order:before{content:"\ebc4"}.icofont-law-protect:before{content:"\ebc5"}.icofont-law-scales:before{content:"\ebc6"}.icofont-law:before{content:"\ebc7"}.icofont-lawyer-alt-1:before{content:"\ebc8"}.icofont-lawyer-alt-2:before{content:"\ebc9"}.icofont-lawyer:before{content:"\ebca"}.icofont-legal:before{content:"\ebcb"}.icofont-pistol:before{content:"\ebcc"}.icofont-police-badge:before{content:"\ebcd"}.icofont-police-cap:before{content:"\ebce"}.icofont-police-car-alt-1:before{content:"\ebcf"}.icofont-police-car-alt-2:before{content:"\ebd0"}.icofont-police-car:before{content:"\ebd1"}.icofont-police-hat:before{content:"\ebd2"}.icofont-police-van:before{content:"\ebd3"}.icofont-police:before{content:"\ebd4"}.icofont-thief-alt:before{content:"\ebd5"}.icofont-thief:before{content:"\ebd6"}.icofont-abacus-alt:before{content:"\ebd7"}.icofont-abacus:before{content:"\ebd8"}.icofont-angle-180:before{content:"\ebd9"}.icofont-angle-45:before{content:"\ebda"}.icofont-angle-90:before{content:"\ebdb"}.icofont-angle:before{content:"\ebdc"}.icofont-calculator-alt-1:before{content:"\ebdd"}.icofont-calculator-alt-2:before{content:"\ebde"}.icofont-calculator:before{content:"\ebdf"}.icofont-circle-ruler-alt:before{content:"\ebe0"}.icofont-circle-ruler:before{content:"\ebe1"}.icofont-compass-alt-1:before{content:"\ebe2"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-compass-alt-3:before{content:"\ebe4"}.icofont-compass-alt-4:before{content:"\ebe5"}.icofont-golden-ratio:before{content:"\ebe6"}.icofont-marker-alt-1:before{content:"\ebe7"}.icofont-marker-alt-2:before{content:"\ebe8"}.icofont-marker-alt-3:before{content:"\ebe9"}.icofont-marker:before{content:"\ebea"}.icofont-math:before{content:"\ebeb"}.icofont-mathematical-alt-1:before{content:"\ebec"}.icofont-mathematical-alt-2:before{content:"\ebed"}.icofont-mathematical:before{content:"\ebee"}.icofont-pen-alt-1:before{content:"\ebef"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-pen-holder-alt-1:before{content:"\ebf2"}.icofont-pen-holder:before{content:"\ebf3"}.icofont-pen:before{content:"\ebf4"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-pencil-alt-3:before{content:"\ebf7"}.icofont-pencil-alt-4:before{content:"\ebf8"}.icofont-pencil:before{content:"\ebf9"}.icofont-ruler-alt-1:before{content:"\ebfa"}.icofont-ruler-alt-2:before{content:"\ebfb"}.icofont-ruler-compass-alt:before{content:"\ebfc"}.icofont-ruler-compass:before{content:"\ebfd"}.icofont-ruler-pencil-alt-1:before{content:"\ebfe"}.icofont-ruler-pencil-alt-2:before{content:"\ebff"}.icofont-ruler-pencil:before{content:"\ec00"}.icofont-ruler:before{content:"\ec01"}.icofont-rulers-alt:before{content:"\ec02"}.icofont-rulers:before{content:"\ec03"}.icofont-square-root:before{content:"\ec04"}.icofont-ui-calculator:before{content:"\ec05"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-ambulance:before{content:"\ec09"}.icofont-autism:before{content:"\ec0a"}.icofont-bandage:before{content:"\ec0b"}.icofont-blind:before{content:"\ec0c"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-blood-test:before{content:"\ec0e"}.icofont-blood:before{content:"\ec0f"}.icofont-brain-alt:before{content:"\ec10"}.icofont-brain:before{content:"\ec11"}.icofont-capsule:before{content:"\ec12"}.icofont-crutch:before{content:"\ec13"}.icofont-disabled:before{content:"\ec14"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-drug-pack:before{content:"\ec1a"}.icofont-drug:before{content:"\ec1b"}.icofont-first-aid-alt:before{content:"\ec1c"}.icofont-first-aid:before{content:"\ec1d"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heartbeat:before{content:"\ec20"}.icofont-herbal:before{content:"\ec21"}.icofont-hospital:before{content:"\ec22"}.icofont-icu:before{content:"\ec23"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-laboratory:before{content:"\ec25"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-nurse:before{content:"\ec29"}.icofont-nursing-home:before{content:"\ec2a"}.icofont-operation-theater:before{content:"\ec2b"}.icofont-paralysis-disability:before{content:"\ec2c"}.icofont-patient-bed:before{content:"\ec2d"}.icofont-patient-file:before{content:"\ec2e"}.icofont-pills:before{content:"\ec2f"}.icofont-prescription:before{content:"\ec30"}.icofont-pulse:before{content:"\ec31"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stretcher:before{content:"\ec34"}.icofont-surgeon-alt:before{content:"\ec35"}.icofont-surgeon:before{content:"\ec36"}.icofont-tablets:before{content:"\ec37"}.icofont-test-bottle:before{content:"\ec38"}.icofont-test-tube:before{content:"\ec39"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-thermometer:before{content:"\ec3b"}.icofont-tooth:before{content:"\ec3c"}.icofont-xray:before{content:"\ec3d"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-battery:before{content:"\ec40"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-brightness:before{content:"\ec43"}.icofont-ui-browser:before{content:"\ec44"}.icofont-ui-calendar:before{content:"\ec45"}.icofont-ui-call:before{content:"\ec46"}.icofont-ui-camera:before{content:"\ec47"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-cell-phone:before{content:"\ec49"}.icofont-ui-chat:before{content:"\ec4a"}.icofont-ui-check:before{content:"\ec4b"}.icofont-ui-clip-board:before{content:"\ec4c"}.icofont-ui-clip:before{content:"\ec4d"}.icofont-ui-clock:before{content:"\ec4e"}.icofont-ui-close:before{content:"\ec4f"}.icofont-ui-contact-list:before{content:"\ec50"}.icofont-ui-copy:before{content:"\ec51"}.icofont-ui-cut:before{content:"\ec52"}.icofont-ui-delete:before{content:"\ec53"}.icofont-ui-dial-phone:before{content:"\ec54"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-file:before{content:"\ec57"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-flash-light:before{content:"\ec59"}.icofont-ui-flight:before{content:"\ec5a"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-handicapped:before{content:"\ec5d"}.icofont-ui-home:before{content:"\ec5e"}.icofont-ui-image:before{content:"\ec5f"}.icofont-ui-laoding:before{content:"\ec60"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-love-add:before{content:"\ec62"}.icofont-ui-love-broken:before{content:"\ec63"}.icofont-ui-love-remove:before{content:"\ec64"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-map:before{content:"\ec66"}.icofont-ui-message:before{content:"\ec67"}.icofont-ui-messaging:before{content:"\ec68"}.icofont-ui-movie:before{content:"\ec69"}.icofont-ui-music-player:before{content:"\ec6a"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-network:before{content:"\ec6d"}.icofont-ui-next:before{content:"\ec6e"}.icofont-ui-note:before{content:"\ec6f"}.icofont-ui-office:before{content:"\ec70"}.icofont-ui-password:before{content:"\ec71"}.icofont-ui-pause:before{content:"\ec72"}.icofont-ui-play-stop:before{content:"\ec73"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-pointer:before{content:"\ec75"}.icofont-ui-power:before{content:"\ec76"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-previous:before{content:"\ec78"}.icofont-ui-rate-add:before{content:"\ec79"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rate-remove:before{content:"\ec7b"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-record:before{content:"\ec7d"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-reply:before{content:"\ec7f"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-rss:before{content:"\ec81"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-settings:before{content:"\ec83"}.icofont-ui-social-link:before{content:"\ec84"}.icofont-ui-tag:before{content:"\ec85"}.icofont-ui-text-chat:before{content:"\ec86"}.icofont-ui-text-loading:before{content:"\ec87"}.icofont-ui-theme:before{content:"\ec88"}.icofont-ui-timer:before{content:"\ec89"}.icofont-ui-touch-phone:before{content:"\ec8a"}.icofont-ui-travel:before{content:"\ec8b"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-user-group:before{content:"\ec8d"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-v-card:before{content:"\ec8f"}.icofont-ui-video-chat:before{content:"\ec90"}.icofont-ui-video-message:before{content:"\ec91"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-video:before{content:"\ec93"}.icofont-ui-volume:before{content:"\ec94"}.icofont-ui-weather:before{content:"\ec95"}.icofont-ui-wifi:before{content:"\ec96"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-cassette-player:before{content:"\ec99"}.icofont-cassette:before{content:"\ec9a"}.icofont-forward:before{content:"\ec9b"}.icofont-guiter:before{content:"\ec9c"}.icofont-movie:before{content:"\ec9d"}.icofont-multimedia:before{content:"\ec9e"}.icofont-music-alt:before{content:"\ec9f"}.icofont-music-disk:before{content:"\eca0"}.icofont-music-note:before{content:"\eca1"}.icofont-music-notes:before{content:"\eca2"}.icofont-music:before{content:"\eca3"}.icofont-mute-volume:before{content:"\eca4"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-pause:before{content:"\eca9"}.icofont-play:before{content:"\ecaa"}.icofont-record:before{content:"\ecab"}.icofont-retro-music-disk:before{content:"\ecac"}.icofont-rewind:before{content:"\ecad"}.icofont-song-notes:before{content:"\ecae"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-stop:before{content:"\ecb1"}.icofont-video-alt:before{content:"\ecb2"}.icofont-video-cam:before{content:"\ecb3"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video:before{content:"\ecb5"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-up:before{content:"\ecba"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-2checkout-alt:before{content:"\ecbc"}.icofont-2checkout:before{content:"\ecbd"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express-alt:before{content:"\ecc0"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-bank-transfer-alt:before{content:"\ecc4"}.icofont-bank-transfer:before{content:"\ecc5"}.icofont-braintree-alt:before{content:"\ecc6"}.icofont-braintree:before{content:"\ecc7"}.icofont-cash-on-delivery-alt:before{content:"\ecc8"}.icofont-cash-on-delivery:before{content:"\ecc9"}.icofont-diners-club-alt-1:before{content:"\ecca"}.icofont-diners-club-alt-2:before{content:"\eccb"}.icofont-diners-club-alt-3:before{content:"\eccc"}.icofont-diners-club:before{content:"\eccd"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-eway-alt:before{content:"\ecd0"}.icofont-eway:before{content:"\ecd1"}.icofont-google-wallet-alt-1:before{content:"\ecd2"}.icofont-google-wallet-alt-2:before{content:"\ecd3"}.icofont-google-wallet-alt-3:before{content:"\ecd4"}.icofont-google-wallet:before{content:"\ecd5"}.icofont-jcb-alt:before{content:"\ecd6"}.icofont-jcb:before{content:"\ecd7"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-sage-alt:before{content:"\ece0"}.icofont-sage:before{content:"\ece1"}.icofont-skrill-alt:before{content:"\ece2"}.icofont-skrill:before{content:"\ece3"}.icofont-stripe-alt:before{content:"\ece4"}.icofont-stripe:before{content:"\ece5"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-western-union-alt:before{content:"\ece9"}.icofont-western-union:before{content:"\ecea"}.icofont-boy:before{content:"\eceb"}.icofont-business-man-alt-1:before{content:"\ecec"}.icofont-business-man-alt-2:before{content:"\eced"}.icofont-business-man-alt-3:before{content:"\ecee"}.icofont-business-man:before{content:"\ecef"}.icofont-female:before{content:"\ecf0"}.icofont-funky-man:before{content:"\ecf1"}.icofont-girl-alt:before{content:"\ecf2"}.icofont-girl:before{content:"\ecf3"}.icofont-group:before{content:"\ecf4"}.icofont-hotel-boy-alt:before{content:"\ecf5"}.icofont-hotel-boy:before{content:"\ecf6"}.icofont-kid:before{content:"\ecf7"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-people:before{content:"\ecf9"}.icofont-support:before{content:"\ecfa"}.icofont-user-alt-1:before{content:"\ecfb"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-4:before{content:"\ecfe"}.icofont-user-alt-5:before{content:"\ecff"}.icofont-user-alt-6:before{content:"\ed00"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-female:before{content:"\ed02"}.icofont-user-male:before{content:"\ed03"}.icofont-user-suited:before{content:"\ed04"}.icofont-user:before{content:"\ed05"}.icofont-users-alt-1:before{content:"\ed06"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-4:before{content:"\ed09"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-6:before{content:"\ed0b"}.icofont-users-social:before{content:"\ed0c"}.icofont-users:before{content:"\ed0d"}.icofont-waiter-alt:before{content:"\ed0e"}.icofont-waiter:before{content:"\ed0f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search-job:before{content:"\ed15"}.icofont-search-map:before{content:"\ed16"}.icofont-search-property:before{content:"\ed17"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-stock:before{content:"\ed19"}.icofont-search-user:before{content:"\ed1a"}.icofont-search:before{content:"\ed1b"}.icofont-500px:before{content:"\ed1c"}.icofont-aim:before{content:"\ed1d"}.icofont-badoo:before{content:"\ed1e"}.icofont-baidu-tieba:before{content:"\ed1f"}.icofont-bbm-messenger:before{content:"\ed20"}.icofont-bebo:before{content:"\ed21"}.icofont-behance:before{content:"\ed22"}.icofont-blogger:before{content:"\ed23"}.icofont-bootstrap:before{content:"\ed24"}.icofont-brightkite:before{content:"\ed25"}.icofont-cloudapp:before{content:"\ed26"}.icofont-concrete5:before{content:"\ed27"}.icofont-delicious:before{content:"\ed28"}.icofont-designbump:before{content:"\ed29"}.icofont-designfloat:before{content:"\ed2a"}.icofont-deviantart:before{content:"\ed2b"}.icofont-digg:before{content:"\ed2c"}.icofont-dotcms:before{content:"\ed2d"}.icofont-dribbble:before{content:"\ed2e"}.icofont-dribble:before{content:"\ed2f"}.icofont-dropbox:before{content:"\ed30"}.icofont-ebuddy:before{content:"\ed31"}.icofont-ello:before{content:"\ed32"}.icofont-ember:before{content:"\ed33"}.icofont-envato:before{content:"\ed34"}.icofont-evernote:before{content:"\ed35"}.icofont-facebook-messenger:before{content:"\ed36"}.icofont-facebook:before{content:"\ed37"}.icofont-feedburner:before{content:"\ed38"}.icofont-flikr:before{content:"\ed39"}.icofont-folkd:before{content:"\ed3a"}.icofont-foursquare:before{content:"\ed3b"}.icofont-friendfeed:before{content:"\ed3c"}.icofont-ghost:before{content:"\ed3d"}.icofont-github:before{content:"\ed3e"}.icofont-gnome:before{content:"\ed3f"}.icofont-google-buzz:before{content:"\ed40"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-google-map:before{content:"\ed42"}.icofont-google-plus:before{content:"\ed43"}.icofont-google-talk:before{content:"\ed44"}.icofont-hype-machine:before{content:"\ed45"}.icofont-instagram:before{content:"\ed46"}.icofont-kakaotalk:before{content:"\ed47"}.icofont-kickstarter:before{content:"\ed48"}.icofont-kik:before{content:"\ed49"}.icofont-kiwibox:before{content:"\ed4a"}.icofont-line-messenger:before{content:"\ed4b"}.icofont-line:before{content:"\ed4c"}.icofont-linkedin:before{content:"\ed4d"}.icofont-linux-mint:before{content:"\ed4e"}.icofont-live-messenger:before{content:"\ed4f"}.icofont-livejournal:before{content:"\ed50"}.icofont-magento:before{content:"\ed51"}.icofont-meetme:before{content:"\ed52"}.icofont-meetup:before{content:"\ed53"}.icofont-mixx:before{content:"\ed54"}.icofont-newsvine:before{content:"\ed55"}.icofont-nimbuss:before{content:"\ed56"}.icofont-odnoklassniki:before{content:"\ed57"}.icofont-opencart:before{content:"\ed58"}.icofont-oscommerce:before{content:"\ed59"}.icofont-pandora:before{content:"\ed5a"}.icofont-photobucket:before{content:"\ed5b"}.icofont-picasa:before{content:"\ed5c"}.icofont-pinterest:before{content:"\ed5d"}.icofont-prestashop:before{content:"\ed5e"}.icofont-qik:before{content:"\ed5f"}.icofont-qq:before{content:"\ed60"}.icofont-readernaut:before{content:"\ed61"}.icofont-reddit:before{content:"\ed62"}.icofont-renren:before{content:"\ed63"}.icofont-rss:before{content:"\ed64"}.icofont-shopify:before{content:"\ed65"}.icofont-silverstripe:before{content:"\ed66"}.icofont-skype:before{content:"\ed67"}.icofont-slack:before{content:"\ed68"}.icofont-slashdot:before{content:"\ed69"}.icofont-slidshare:before{content:"\ed6a"}.icofont-smugmug:before{content:"\ed6b"}.icofont-snapchat:before{content:"\ed6c"}.icofont-soundcloud:before{content:"\ed6d"}.icofont-spotify:before{content:"\ed6e"}.icofont-stack-exchange:before{content:"\ed6f"}.icofont-stack-overflow:before{content:"\ed70"}.icofont-steam:before{content:"\ed71"}.icofont-stumbleupon:before{content:"\ed72"}.icofont-tagged:before{content:"\ed73"}.icofont-technorati:before{content:"\ed74"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-trello:before{content:"\ed77"}.icofont-tumblr:before{content:"\ed78"}.icofont-twitch:before{content:"\ed79"}.icofont-twitter:before{content:"\ed7a"}.icofont-typo3:before{content:"\ed7b"}.icofont-ubercart:before{content:"\ed7c"}.icofont-viber:before{content:"\ed7d"}.icofont-viddler:before{content:"\ed7e"}.icofont-vimeo:before{content:"\ed7f"}.icofont-vine:before{content:"\ed80"}.icofont-virb:before{content:"\ed81"}.icofont-virtuemart:before{content:"\ed82"}.icofont-vk:before{content:"\ed83"}.icofont-wechat:before{content:"\ed84"}.icofont-weibo:before{content:"\ed85"}.icofont-whatsapp:before{content:"\ed86"}.icofont-xing:before{content:"\ed87"}.icofont-yahoo:before{content:"\ed88"}.icofont-yelp:before{content:"\ed89"}.icofont-youku:before{content:"\ed8a"}.icofont-youtube:before{content:"\ed8b"}.icofont-zencart:before{content:"\ed8c"}.icofont-badminton-birdie:before{content:"\ed8d"}.icofont-baseball:before{content:"\ed8e"}.icofont-baseballer:before{content:"\ed8f"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-billiard-ball:before{content:"\ed92"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-canoe:before{content:"\ed98"}.icofont-cheer-leader:before{content:"\ed99"}.icofont-climbing:before{content:"\ed9a"}.icofont-corner:before{content:"\ed9b"}.icofont-field-alt:before{content:"\ed9c"}.icofont-field:before{content:"\ed9d"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-foul:before{content:"\eda1"}.icofont-goal-keeper:before{content:"\eda2"}.icofont-goal:before{content:"\eda3"}.icofont-golf-alt:before{content:"\eda4"}.icofont-golf-bag:before{content:"\eda5"}.icofont-golf-cart:before{content:"\eda6"}.icofont-golf-field:before{content:"\eda7"}.icofont-golf:before{content:"\eda8"}.icofont-golfer:before{content:"\eda9"}.icofont-helmet:before{content:"\edaa"}.icofont-hockey-alt:before{content:"\edab"}.icofont-hockey:before{content:"\edac"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey-alt:before{content:"\edae"}.icofont-jersey:before{content:"\edaf"}.icofont-jumping:before{content:"\edb0"}.icofont-kick:before{content:"\edb1"}.icofont-leg:before{content:"\edb2"}.icofont-match-review:before{content:"\edb3"}.icofont-medal-sport:before{content:"\edb4"}.icofont-offside:before{content:"\edb5"}.icofont-olympic-logo:before{content:"\edb6"}.icofont-olympic:before{content:"\edb7"}.icofont-padding:before{content:"\edb8"}.icofont-penalty-card:before{content:"\edb9"}.icofont-racer:before{content:"\edba"}.icofont-racing-car:before{content:"\edbb"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-racing-flag:before{content:"\edbd"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-referee:before{content:"\edbf"}.icofont-refree-jersey:before{content:"\edc0"}.icofont-result-sport:before{content:"\edc1"}.icofont-rugby-ball:before{content:"\edc2"}.icofont-rugby-player:before{content:"\edc3"}.icofont-rugby:before{content:"\edc4"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-runner-alt-2:before{content:"\edc6"}.icofont-runner:before{content:"\edc7"}.icofont-score-board:before{content:"\edc8"}.icofont-skiing-man:before{content:"\edc9"}.icofont-skydiving-goggles:before{content:"\edca"}.icofont-snow-mobile:before{content:"\edcb"}.icofont-steering:before{content:"\edcc"}.icofont-stopwatch:before{content:"\edcd"}.icofont-substitute:before{content:"\edce"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team-alt:before{content:"\edd1"}.icofont-team:before{content:"\edd2"}.icofont-tennis-player:before{content:"\edd3"}.icofont-tennis:before{content:"\edd4"}.icofont-tracking:before{content:"\edd5"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-trophy:before{content:"\edd7"}.icofont-volleyball-alt:before{content:"\edd8"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-volleyball:before{content:"\edda"}.icofont-water-bottle:before{content:"\eddb"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-whistle:before{content:"\eddd"}.icofont-win-trophy:before{content:"\edde"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-all-caps:before{content:"\ede2"}.icofont-bold:before{content:"\ede3"}.icofont-brush:before{content:"\ede4"}.icofont-clip-board:before{content:"\ede5"}.icofont-code-alt:before{content:"\ede6"}.icofont-color-bucket:before{content:"\ede7"}.icofont-color-picker:before{content:"\ede8"}.icofont-copy-invert:before{content:"\ede9"}.icofont-copy:before{content:"\edea"}.icofont-cut:before{content:"\edeb"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-eraser-alt:before{content:"\edee"}.icofont-font:before{content:"\edef"}.icofont-heading:before{content:"\edf0"}.icofont-indent:before{content:"\edf1"}.icofont-italic-alt:before{content:"\edf2"}.icofont-italic:before{content:"\edf3"}.icofont-justify-all:before{content:"\edf4"}.icofont-justify-center:before{content:"\edf5"}.icofont-justify-left:before{content:"\edf6"}.icofont-justify-right:before{content:"\edf7"}.icofont-link-broken:before{content:"\edf8"}.icofont-outdent:before{content:"\edf9"}.icofont-paper-clip:before{content:"\edfa"}.icofont-paragraph:before{content:"\edfb"}.icofont-pin:before{content:"\edfc"}.icofont-printer:before{content:"\edfd"}.icofont-redo:before{content:"\edfe"}.icofont-rotation:before{content:"\edff"}.icofont-save:before{content:"\ee00"}.icofont-small-cap:before{content:"\ee01"}.icofont-strike-through:before{content:"\ee02"}.icofont-sub-listing:before{content:"\ee03"}.icofont-subscript:before{content:"\ee04"}.icofont-superscript:before{content:"\ee05"}.icofont-table:before{content:"\ee06"}.icofont-text-height:before{content:"\ee07"}.icofont-text-width:before{content:"\ee08"}.icofont-trash:before{content:"\ee09"}.icofont-underline:before{content:"\ee0a"}.icofont-undo:before{content:"\ee0b"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-articulated-truck:before{content:"\ee0f"}.icofont-auto-mobile:before{content:"\ee10"}.icofont-auto-rickshaw:before{content:"\ee11"}.icofont-bicycle-alt-1:before{content:"\ee12"}.icofont-bicycle-alt-2:before{content:"\ee13"}.icofont-bicycle:before{content:"\ee14"}.icofont-bus-alt-1:before{content:"\ee15"}.icofont-bus-alt-2:before{content:"\ee16"}.icofont-bus-alt-3:before{content:"\ee17"}.icofont-bus:before{content:"\ee18"}.icofont-cab:before{content:"\ee19"}.icofont-cable-car:before{content:"\ee1a"}.icofont-car-alt-1:before{content:"\ee1b"}.icofont-car-alt-2:before{content:"\ee1c"}.icofont-car-alt-3:before{content:"\ee1d"}.icofont-car-alt-4:before{content:"\ee1e"}.icofont-car:before{content:"\ee1f"}.icofont-delivery-time:before{content:"\ee20"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-fire-truck-alt:before{content:"\ee22"}.icofont-fire-truck:before{content:"\ee23"}.icofont-free-delivery:before{content:"\ee24"}.icofont-helicopter:before{content:"\ee25"}.icofont-motor-bike-alt:before{content:"\ee26"}.icofont-motor-bike:before{content:"\ee27"}.icofont-motor-biker:before{content:"\ee28"}.icofont-oil-truck:before{content:"\ee29"}.icofont-rickshaw:before{content:"\ee2a"}.icofont-rocket-alt-1:before{content:"\ee2b"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-sail-boat-alt-1:before{content:"\ee2e"}.icofont-sail-boat-alt-2:before{content:"\ee2f"}.icofont-sail-boat:before{content:"\ee30"}.icofont-scooter:before{content:"\ee31"}.icofont-sea-plane:before{content:"\ee32"}.icofont-ship-alt:before{content:"\ee33"}.icofont-ship:before{content:"\ee34"}.icofont-speed-boat:before{content:"\ee35"}.icofont-taxi:before{content:"\ee36"}.icofont-tractor:before{content:"\ee37"}.icofont-train-line:before{content:"\ee38"}.icofont-train-steam:before{content:"\ee39"}.icofont-tram:before{content:"\ee3a"}.icofont-truck-alt:before{content:"\ee3b"}.icofont-truck-loaded:before{content:"\ee3c"}.icofont-truck:before{content:"\ee3d"}.icofont-van-alt:before{content:"\ee3e"}.icofont-van:before{content:"\ee3f"}.icofont-yacht:before{content:"\ee40"}.icofont-5-star-hotel:before{content:"\ee41"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-beach:before{content:"\ee44"}.icofont-camping-vest:before{content:"\ee45"}.icofont-direction-sign:before{content:"\ee46"}.icofont-hill-side:before{content:"\ee47"}.icofont-hill:before{content:"\ee48"}.icofont-hotel:before{content:"\ee49"}.icofont-island-alt:before{content:"\ee4a"}.icofont-island:before{content:"\ee4b"}.icofont-sandals-female:before{content:"\ee4c"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-travelling:before{content:"\ee4e"}.icofont-breakdown:before{content:"\ee4f"}.icofont-celsius:before{content:"\ee50"}.icofont-clouds:before{content:"\ee51"}.icofont-cloudy:before{content:"\ee52"}.icofont-dust:before{content:"\ee53"}.icofont-eclipse:before{content:"\ee54"}.icofont-fahrenheit:before{content:"\ee55"}.icofont-forest-fire:before{content:"\ee56"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-hail-rainy-night:before{content:"\ee5a"}.icofont-hail-rainy-sunny:before{content:"\ee5b"}.icofont-hail-rainy:before{content:"\ee5c"}.icofont-hail-sunny:before{content:"\ee5d"}.icofont-hail-thunder-night:before{content:"\ee5e"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail:before{content:"\ee61"}.icofont-hill-night:before{content:"\ee62"}.icofont-hill-sunny:before{content:"\ee63"}.icofont-hurricane:before{content:"\ee64"}.icofont-meteor:before{content:"\ee65"}.icofont-night:before{content:"\ee66"}.icofont-rainy-night:before{content:"\ee67"}.icofont-rainy-sunny:before{content:"\ee68"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-rainy:before{content:"\ee6a"}.icofont-snow-alt:before{content:"\ee6b"}.icofont-snow-flake:before{content:"\ee6c"}.icofont-snow-temp:before{content:"\ee6d"}.icofont-snow:before{content:"\ee6e"}.icofont-snowy-hail:before{content:"\ee6f"}.icofont-snowy-night-hail:before{content:"\ee70"}.icofont-snowy-night-rainy:before{content:"\ee71"}.icofont-snowy-night:before{content:"\ee72"}.icofont-snowy-rainy:before{content:"\ee73"}.icofont-snowy-sunny-hail:before{content:"\ee74"}.icofont-snowy-sunny-rainy:before{content:"\ee75"}.icofont-snowy-sunny:before{content:"\ee76"}.icofont-snowy-thunder-night:before{content:"\ee77"}.icofont-snowy-thunder-sunny:before{content:"\ee78"}.icofont-snowy-thunder:before{content:"\ee79"}.icofont-snowy-windy-night:before{content:"\ee7a"}.icofont-snowy-windy-sunny:before{content:"\ee7b"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-snowy:before{content:"\ee7d"}.icofont-sun-alt:before{content:"\ee7e"}.icofont-sun-rise:before{content:"\ee7f"}.icofont-sun-set:before{content:"\ee80"}.icofont-sun:before{content:"\ee81"}.icofont-sunny-day-temp:before{content:"\ee82"}.icofont-sunny:before{content:"\ee83"}.icofont-thunder-light:before{content:"\ee84"}.icofont-tornado:before{content:"\ee85"}.icofont-umbrella-alt:before{content:"\ee86"}.icofont-umbrella:before{content:"\ee87"}.icofont-volcano:before{content:"\ee88"}.icofont-wave:before{content:"\ee89"}.icofont-wind-scale-0:before{content:"\ee8a"}.icofont-wind-scale-1:before{content:"\ee8b"}.icofont-wind-scale-10:before{content:"\ee8c"}.icofont-wind-scale-11:before{content:"\ee8d"}.icofont-wind-scale-12:before{content:"\ee8e"}.icofont-wind-scale-2:before{content:"\ee8f"}.icofont-wind-scale-3:before{content:"\ee90"}.icofont-wind-scale-4:before{content:"\ee91"}.icofont-wind-scale-5:before{content:"\ee92"}.icofont-wind-scale-6:before{content:"\ee93"}.icofont-wind-scale-7:before{content:"\ee94"}.icofont-wind-scale-8:before{content:"\ee95"}.icofont-wind-scale-9:before{content:"\ee96"}.icofont-wind-waves:before{content:"\ee97"}.icofont-wind:before{content:"\ee98"}.icofont-windy-hail:before{content:"\ee99"}.icofont-windy-night:before{content:"\ee9a"}.icofont-windy-raining:before{content:"\ee9b"}.icofont-windy-sunny:before{content:"\ee9c"}.icofont-windy-thunder-raining:before{content:"\ee9d"}.icofont-windy-thunder:before{content:"\ee9e"}.icofont-windy:before{content:"\ee9f"}.icofont-addons:before{content:"\eea0"}.icofont-address-book:before{content:"\eea1"}.icofont-adjust:before{content:"\eea2"}.icofont-alarm:before{content:"\eea3"}.icofont-anchor:before{content:"\eea4"}.icofont-archive:before{content:"\eea5"}.icofont-at:before{content:"\eea6"}.icofont-attachment:before{content:"\eea7"}.icofont-audio:before{content:"\eea8"}.icofont-automation:before{content:"\eea9"}.icofont-badge:before{content:"\eeaa"}.icofont-bag-alt:before{content:"\eeab"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-bar-code:before{content:"\eeae"}.icofont-bars:before{content:"\eeaf"}.icofont-basket:before{content:"\eeb0"}.icofont-battery-empty:before{content:"\eeb1"}.icofont-battery-full:before{content:"\eeb2"}.icofont-battery-half:before{content:"\eeb3"}.icofont-battery-low:before{content:"\eeb4"}.icofont-beaker:before{content:"\eeb5"}.icofont-beard:before{content:"\eeb6"}.icofont-bed:before{content:"\eeb7"}.icofont-bell:before{content:"\eeb8"}.icofont-beverage:before{content:"\eeb9"}.icofont-bill:before{content:"\eeba"}.icofont-bin:before{content:"\eebb"}.icofont-binary:before{content:"\eebc"}.icofont-binoculars:before{content:"\eebd"}.icofont-bluetooth:before{content:"\eebe"}.icofont-bomb:before{content:"\eebf"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-briefcase:before{content:"\eec2"}.icofont-broken:before{content:"\eec3"}.icofont-bucket:before{content:"\eec4"}.icofont-bucket1:before{content:"\eec5"}.icofont-bucket2:before{content:"\eec6"}.icofont-bug:before{content:"\eec7"}.icofont-building:before{content:"\eec8"}.icofont-bulb-alt:before{content:"\eec9"}.icofont-bullet:before{content:"\eeca"}.icofont-bullhorn:before{content:"\eecb"}.icofont-bullseye:before{content:"\eecc"}.icofont-calendar:before{content:"\eecd"}.icofont-camera-alt:before{content:"\eece"}.icofont-camera:before{content:"\eecf"}.icofont-card:before{content:"\eed0"}.icofont-cart-alt:before{content:"\eed1"}.icofont-cart:before{content:"\eed2"}.icofont-cc:before{content:"\eed3"}.icofont-charging:before{content:"\eed4"}.icofont-chat:before{content:"\eed5"}.icofont-check-alt:before{content:"\eed6"}.icofont-check-circled:before{content:"\eed7"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-children-care:before{content:"\eeda"}.icofont-clip:before{content:"\eedb"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line-squared-alt:before{content:"\eedf"}.icofont-close-line-squared:before{content:"\eee0"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close-squared:before{content:"\eee3"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code-not-allowed:before{content:"\eee9"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-compass-alt:before{content:"\eeec"}.icofont-compass:before{content:"\eeed"}.icofont-computer:before{content:"\eeee"}.icofont-connection:before{content:"\eeef"}.icofont-console:before{content:"\eef0"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crop:before{content:"\eef5"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-cubes:before{content:"\eef8"}.icofont-dashboard-web:before{content:"\eef9"}.icofont-dashboard:before{content:"\eefa"}.icofont-data:before{content:"\eefb"}.icofont-database-add:before{content:"\eefc"}.icofont-database-locked:before{content:"\eefd"}.icofont-database-remove:before{content:"\eefe"}.icofont-database:before{content:"\eeff"}.icofont-delete:before{content:"\ef00"}.icofont-diamond:before{content:"\ef01"}.icofont-dice-multiple:before{content:"\ef02"}.icofont-dice:before{content:"\ef03"}.icofont-disc:before{content:"\ef04"}.icofont-diskette:before{content:"\ef05"}.icofont-document-folder:before{content:"\ef06"}.icofont-download-alt:before{content:"\ef07"}.icofont-download:before{content:"\ef08"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag:before{content:"\ef0a"}.icofont-drag1:before{content:"\ef0b"}.icofont-drag2:before{content:"\ef0c"}.icofont-drag3:before{content:"\ef0d"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-edit:before{content:"\ef10"}.icofont-eject:before{content:"\ef11"}.icofont-email:before{content:"\ef12"}.icofont-envelope-open:before{content:"\ef13"}.icofont-envelope:before{content:"\ef14"}.icofont-eraser:before{content:"\ef15"}.icofont-error:before{content:"\ef16"}.icofont-excavator:before{content:"\ef17"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exclamation-square:before{content:"\ef1a"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-expand:before{content:"\ef1e"}.icofont-external-link:before{content:"\ef1f"}.icofont-external:before{content:"\ef20"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-eye-dropper:before{content:"\ef23"}.icofont-eye:before{content:"\ef24"}.icofont-favourite:before{content:"\ef25"}.icofont-fax:before{content:"\ef26"}.icofont-file-fill:before{content:"\ef27"}.icofont-film:before{content:"\ef28"}.icofont-filter:before{content:"\ef29"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-fire:before{content:"\ef2c"}.icofont-flag-alt-1:before{content:"\ef2d"}.icofont-flag-alt-2:before{content:"\ef2e"}.icofont-flag:before{content:"\ef2f"}.icofont-flame-torch:before{content:"\ef30"}.icofont-flash-light:before{content:"\ef31"}.icofont-flash:before{content:"\ef32"}.icofont-flask:before{content:"\ef33"}.icofont-focus:before{content:"\ef34"}.icofont-folder-open:before{content:"\ef35"}.icofont-folder:before{content:"\ef36"}.icofont-foot-print:before{content:"\ef37"}.icofont-garbage:before{content:"\ef38"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-gift:before{content:"\ef3c"}.icofont-glass:before{content:"\ef3d"}.icofont-globe:before{content:"\ef3e"}.icofont-graffiti:before{content:"\ef3f"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-hanger:before{content:"\ef42"}.icofont-hard-disk:before{content:"\ef43"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-history:before{content:"\ef46"}.icofont-home:before{content:"\ef47"}.icofont-horn:before{content:"\ef48"}.icofont-hour-glass:before{content:"\ef49"}.icofont-id:before{content:"\ef4a"}.icofont-image:before{content:"\ef4b"}.icofont-inbox:before{content:"\ef4c"}.icofont-infinite:before{content:"\ef4d"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info-square:before{content:"\ef4f"}.icofont-info:before{content:"\ef50"}.icofont-institution:before{content:"\ef51"}.icofont-interface:before{content:"\ef52"}.icofont-invisible:before{content:"\ef53"}.icofont-jacket:before{content:"\ef54"}.icofont-jar:before{content:"\ef55"}.icofont-jewlery:before{content:"\ef56"}.icofont-karate:before{content:"\ef57"}.icofont-key-hole:before{content:"\ef58"}.icofont-key:before{content:"\ef59"}.icofont-label:before{content:"\ef5a"}.icofont-lamp:before{content:"\ef5b"}.icofont-layers:before{content:"\ef5c"}.icofont-layout:before{content:"\ef5d"}.icofont-leaf:before{content:"\ef5e"}.icofont-leaflet:before{content:"\ef5f"}.icofont-learn:before{content:"\ef60"}.icofont-lego:before{content:"\ef61"}.icofont-lens:before{content:"\ef62"}.icofont-letter:before{content:"\ef63"}.icofont-letterbox:before{content:"\ef64"}.icofont-library:before{content:"\ef65"}.icofont-license:before{content:"\ef66"}.icofont-life-bouy:before{content:"\ef67"}.icofont-life-buoy:before{content:"\ef68"}.icofont-life-jacket:before{content:"\ef69"}.icofont-life-ring:before{content:"\ef6a"}.icofont-light-bulb:before{content:"\ef6b"}.icofont-lighter:before{content:"\ef6c"}.icofont-lightning-ray:before{content:"\ef6d"}.icofont-like:before{content:"\ef6e"}.icofont-line-height:before{content:"\ef6f"}.icofont-link-alt:before{content:"\ef70"}.icofont-link:before{content:"\ef71"}.icofont-list:before{content:"\ef72"}.icofont-listening:before{content:"\ef73"}.icofont-listine-dots:before{content:"\ef74"}.icofont-listing-box:before{content:"\ef75"}.icofont-listing-number:before{content:"\ef76"}.icofont-live-support:before{content:"\ef77"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lollipop:before{content:"\ef7d"}.icofont-long-drive:before{content:"\ef7e"}.icofont-look:before{content:"\ef7f"}.icofont-loop:before{content:"\ef80"}.icofont-luggage:before{content:"\ef81"}.icofont-lunch:before{content:"\ef82"}.icofont-lungs:before{content:"\ef83"}.icofont-magic-alt:before{content:"\ef84"}.icofont-magic:before{content:"\ef85"}.icofont-magnet:before{content:"\ef86"}.icofont-mail-box:before{content:"\ef87"}.icofont-mail:before{content:"\ef88"}.icofont-male:before{content:"\ef89"}.icofont-map-pins:before{content:"\ef8a"}.icofont-map:before{content:"\ef8b"}.icofont-maximize:before{content:"\ef8c"}.icofont-measure:before{content:"\ef8d"}.icofont-medicine:before{content:"\ef8e"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-memory-card:before{content:"\ef93"}.icofont-mic-mute:before{content:"\ef94"}.icofont-mic:before{content:"\ef95"}.icofont-military:before{content:"\ef96"}.icofont-mill:before{content:"\ef97"}.icofont-minus-circle:before{content:"\ef98"}.icofont-minus-square:before{content:"\ef99"}.icofont-minus:before{content:"\ef9a"}.icofont-mobile-phone:before{content:"\ef9b"}.icofont-molecule:before{content:"\ef9c"}.icofont-money:before{content:"\ef9d"}.icofont-moon:before{content:"\ef9e"}.icofont-mop:before{content:"\ef9f"}.icofont-muffin:before{content:"\efa0"}.icofont-mustache:before{content:"\efa1"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-navigation:before{content:"\efa3"}.icofont-network-tower:before{content:"\efa4"}.icofont-network:before{content:"\efa5"}.icofont-news:before{content:"\efa6"}.icofont-newspaper:before{content:"\efa7"}.icofont-no-smoking:before{content:"\efa8"}.icofont-not-allowed:before{content:"\efa9"}.icofont-notebook:before{content:"\efaa"}.icofont-notepad:before{content:"\efab"}.icofont-notification:before{content:"\efac"}.icofont-numbered:before{content:"\efad"}.icofont-opposite:before{content:"\efae"}.icofont-optic:before{content:"\efaf"}.icofont-options:before{content:"\efb0"}.icofont-package:before{content:"\efb1"}.icofont-page:before{content:"\efb2"}.icofont-paint:before{content:"\efb3"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paperclip:before{content:"\efb5"}.icofont-papers:before{content:"\efb6"}.icofont-pay:before{content:"\efb7"}.icofont-penguin-linux:before{content:"\efb8"}.icofont-pestle:before{content:"\efb9"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-picture:before{content:"\efbc"}.icofont-pine:before{content:"\efbd"}.icofont-pixels:before{content:"\efbe"}.icofont-plugin:before{content:"\efbf"}.icofont-plus-circle:before{content:"\efc0"}.icofont-plus-square:before{content:"\efc1"}.icofont-plus:before{content:"\efc2"}.icofont-polygonal:before{content:"\efc3"}.icofont-power:before{content:"\efc4"}.icofont-price:before{content:"\efc5"}.icofont-print:before{content:"\efc6"}.icofont-puzzle:before{content:"\efc7"}.icofont-qr-code:before{content:"\efc8"}.icofont-queen:before{content:"\efc9"}.icofont-question-circle:before{content:"\efca"}.icofont-question-square:before{content:"\efcb"}.icofont-question:before{content:"\efcc"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-recycle:before{content:"\efd0"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-resize:before{content:"\efd5"}.icofont-responsive:before{content:"\efd6"}.icofont-retweet:before{content:"\efd7"}.icofont-road:before{content:"\efd8"}.icofont-robot:before{content:"\efd9"}.icofont-royal:before{content:"\efda"}.icofont-rss-feed:before{content:"\efdb"}.icofont-safety:before{content:"\efdc"}.icofont-sale-discount:before{content:"\efdd"}.icofont-satellite:before{content:"\efde"}.icofont-send-mail:before{content:"\efdf"}.icofont-server:before{content:"\efe0"}.icofont-settings-alt:before{content:"\efe1"}.icofont-settings:before{content:"\efe2"}.icofont-share-alt:before{content:"\efe3"}.icofont-share-boxed:before{content:"\efe4"}.icofont-share:before{content:"\efe5"}.icofont-shield:before{content:"\efe6"}.icofont-shopping-cart:before{content:"\efe7"}.icofont-sign-in:before{content:"\efe8"}.icofont-sign-out:before{content:"\efe9"}.icofont-signal:before{content:"\efea"}.icofont-site-map:before{content:"\efeb"}.icofont-smart-phone:before{content:"\efec"}.icofont-soccer:before{content:"\efed"}.icofont-sort-alt:before{content:"\efee"}.icofont-sort:before{content:"\efef"}.icofont-space:before{content:"\eff0"}.icofont-spanner:before{content:"\eff1"}.icofont-speech-comments:before{content:"\eff2"}.icofont-speed-meter:before{content:"\eff3"}.icofont-spinner-alt-1:before{content:"\eff4"}.icofont-spinner-alt-2:before{content:"\eff5"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-spinner-alt-4:before{content:"\eff7"}.icofont-spinner-alt-5:before{content:"\eff8"}.icofont-spinner-alt-6:before{content:"\eff9"}.icofont-spinner:before{content:"\effa"}.icofont-spreadsheet:before{content:"\effb"}.icofont-square:before{content:"\effc"}.icofont-ssl-security:before{content:"\effd"}.icofont-star-alt-1:before{content:"\effe"}.icofont-star-alt-2:before{content:"\efff"}.icofont-star:before{content:"\f000"}.icofont-street-view:before{content:"\f001"}.icofont-support-faq:before{content:"\f002"}.icofont-tack-pin:before{content:"\f003"}.icofont-tag:before{content:"\f004"}.icofont-tags:before{content:"\f005"}.icofont-tasks-alt:before{content:"\f006"}.icofont-tasks:before{content:"\f007"}.icofont-telephone:before{content:"\f008"}.icofont-telescope:before{content:"\f009"}.icofont-terminal:before{content:"\f00a"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-tick-boxed:before{content:"\f00d"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-tie:before{content:"\f010"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-tools-alt-2:before{content:"\f013"}.icofont-tools:before{content:"\f014"}.icofont-touch:before{content:"\f015"}.icofont-traffic-light:before{content:"\f016"}.icofont-transparent:before{content:"\f017"}.icofont-tree:before{content:"\f018"}.icofont-unique-idea:before{content:"\f019"}.icofont-unlock:before{content:"\f01a"}.icofont-unlocked:before{content:"\f01b"}.icofont-upload-alt:before{content:"\f01c"}.icofont-upload:before{content:"\f01d"}.icofont-usb-drive:before{content:"\f01e"}.icofont-usb:before{content:"\f01f"}.icofont-vector-path:before{content:"\f020"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-wall:before{content:"\f023"}.icofont-wallet:before{content:"\f024"}.icofont-warning-alt:before{content:"\f025"}.icofont-warning:before{content:"\f026"}.icofont-water-drop:before{content:"\f027"}.icofont-web:before{content:"\f028"}.icofont-wheelchair:before{content:"\f029"}.icofont-wifi-alt:before{content:"\f02a"}.icofont-wifi:before{content:"\f02b"}.icofont-world:before{content:"\f02c"}.icofont-zigzag:before{content:"\f02d"}.icofont-zipped:before{content:"\f02e"}.select2-results__options li i{font-size: 25px;}@font-face{font-family:'FontAwesome';src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth !important;
}  body {
margin: 0;
} main {
display: block;
overflow: hidden;
padding-bottom: 180px;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
} .premium-blog-entry-title {
display: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background-image: url(//www.baeckerei-neff.de/wp-content/uploads/2022/10/stripe_b16bd45cd25192d11b3c8014c7218156.png);
background-repeat: repeat;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
background: var( --e-global-color-secondary)!important;
border: 1px solid #b4d39b;
box-sizing: border-box;
color: #6a3927!important;
}
a {
color: #6a3927;
}
a.dlink{
color: #6a3927;
text-decoration: underline!important;
}
a:visited {
color: var( --e-global-color-primary );
}
a:hover,
a:focus,
a:active {
font-weight: bolder;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: left;
font-size: 12px!important;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} @media only screen and (min-width: 900px) {
.scroll-header .elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu, .elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-expandible.menu-is-active, .elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-vertical:not(.hfe-dropdown) ul.sub-menu {
margin-top: 18px;
}
.elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu, .elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-expandible.menu-is-active, .elementor-24 .elementor-element.elementor-element-36e40e3 nav.hfe-nav-menu__layout-vertical:not(.hfe-dropdown) ul.sub-menu {
margin-top: 38px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 1px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.elementor-24 .elementor-element.elementor-element-36e40e3 .menu-item a.hfe-menu-item:hover, .elementor-24 .elementor-element.elementor-element-36e40e3 .sub-menu a.hfe-sub-menu-item:hover, .elementor-24 .elementor-element.elementor-element-36e40e3 .menu-item.current-menu-item a.hfe-menu-item, .elementor-24 .elementor-element.elementor-element-36e40e3 .menu-item a.hfe-menu-item.highlighted, .elementor-24 .elementor-element.elementor-element-36e40e3 .menu-item a.hfe-menu-item:focus {
color: #6A3927;
font-weight: 900;
}
header#masthead{transition: heigth 25s ease-out; position: fixed!important; width:100%; top: 0; left:0;}
header#masthead.scroll-header{
position: fixed!important;
top: 0;
left: 0;
width: 100%;
}
.scroll-header .social_header i {
margin-top: 35px;
}
.social_header i {
margin-bottom: 10px;
transition: .5s;
}
.sticky_img img {width: 65%!important; transition: .5s;}
.scroll-header .sticky_img img {
width: 50%!important;
}
.elementor-24 .elementor-element.elementor-element-9255fb8:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-9255fb8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
transition: height 0.5s ease-out;
height: 120px!important;
}
.scroll-header .elementor-24 .elementor-element.elementor-element-9255fb8:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-9255fb8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-image: url(//www.baeckerei-neff.de/wp-content/uploads/2022/09/Menue_HG_Flaeche_klein-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100px!important;
}
.type-page {
margin-top: 5.6rem;
}
}
.hfe-nav-menu-icon i {
color: var( --e-global-color-primary );
} ul#menu-1-92494b8 li:after {
content: "";
height: 20px;
width: 1.5px;
background-color: #6A3927; display: block;
position: absolute;
top: 21px;
right: 0px;
}  a.sina-banner-pbtn  {
color: rgba(255,255,255,0);
width: 100%;
display: block;
height: 530px;
position: relative;
top: 0;
left: 0;
margin-top: -180px;
} 
@media screen and (max-width: 650px) {
.owl-dots {
display: none;
}
}
.premium-flip-box-link.text {
width: 100%;
text-align: center;
}
a.premium-flip-box-link.text {
display: block;
width: 266px!important;
margin-bottom: -5px!important;
padding: 10px 0!important;
}
div.wpforms-container-full .wpforms-form input[type=checkbox]{
border: 1px solid #ccc;
background-color: #fff;
width: 14px;
height: 14px;
margin: 0 10px 0 3px;
display: inline-block;
vertical-align: baseline;
}
div.wpforms-container-full .wpforms-form input[type=checkbox]:checked {
background-color: var( --e-global-color-secondary );
}
div.wpforms-container-full .wpforms-form input[type=checkbox] {
position: relative;
z-index: 0;
-webkit-appearance: none;
width: 24px;
height: 24px;
margin: 0px 10px -5px 3px;
display: inline-block;
vertical-align: baseline;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
display: inline;
vertical-align: baseline;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
text-transform: uppercase;
}
ul#wpforms-747-field_4 li {
padding-top: 50px;
margin-top: 20px!important;
}
div.wpforms-container-full .wpforms-form ul#wpforms-747-field_4 li:last-of-type {
margin-bottom: 70px !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
background-color: #fff;
box-sizing: border-box;
border-radius: 2px;
color: #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
display: block;
float: none;
font-size: 12px;
font-family: inherit;
border: none!important;
padding: 6px 10px;
height: 40px;
width: 100%;
line-height: 1.3;
}
div.wpforms-container-full .wpforms-form input::placeholder, div.wpforms-container-full .wpforms-form textarea::placeholder{
color: rgba(106,57,39,0.25);
}
.daten > .wpforms-field-description {
color: rgba(106,57,39,0.5);
}
.daten{margin-top: 40px!important;}
div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 7px 0;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
width: 49%;
}
div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
margin-left: 2%;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
background-color: #eee;
border: none;
color: #6a3927;
font-size: 16px;
padding: 10px 20px;
background-image: url(//www.baeckerei-neff.de/wp-content/uploads/2022/09/Senden_Button.jpg);
background-repeat: no-repeat;
background-size: cover;
text-transform: uppercase;
font-weight: 500;
margin-top: 25px;
font-family: "Asap Condensed";
} .privacy-msg.privacy-map-msg {
background: url(//www.baeckerei-neff.de/wp-content/uploads/2022/09/Google_Maps_Karte.jpg);
}
div.privacy-msg p {
width: 60%;
padding: 66px;
text-align: left;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777; background: rgba(255,255,255,0.75);
}
a.dabtn {
display: block; text-align: center;
margin: 25px auto;
width: 150px;
font-size: 14px;
padding: 8px 10px;
background-image: url(//www.baeckerei-neff.de/wp-content/uploads/2022/09/Senden_Button.jpg);
background-repeat: no-repeat;
background-size: cover;
text-transform: uppercase;
font-weight: 400;
}
a.dabtn:hover{font-weight: 600; color: #6a3927; text-decoration: underline;}
.privacy-msg > p > strong > a{color: #6a3927; font-weight: 600;}
div#back_con_index {
z-index: -55;
}
.elementor-element.elementor-element-f8e38fe.back_text_con_index.e-container--column.e-container{z-index: -555;}
.sina-modal-desc > .privacy-msg.privacy-map-msg {
background: none;
}
.sina-modal-desc > .privacy-map-msg{
width: 100%!important;
height: 450px!important;
}
.eae-modal-content > .privacy-map-msg{
width: 100%!important;
height: 250px!important;
margin: 0 auto;
background: none;
}
.eae-modal-content > div.privacy-msg > p {
width: 90%;
padding: 5px;
text-align: left;
position: relative;
box-shadow: none; 
background: none;
border: none;
}
.eae-modal-content {
overflow: hidden!important;
}
.sina-modal-desc > .privacy-msg.privacy-map-msg > p {
width: 100%;
border: none;
box-shadow: none;
background: none;
}
.elementor-596 .elementor-element.elementor-element-4346781 .sina-modal-body {
max-height: 365px;
padding: 0px 0px 0px 0px;
overflow: hidden;
}
ul {
margin: 0;
padding-left: 15px;
}
.stl polyline {
stroke: var( --e-global-color-primary );
}
.premium-flip-box-link:hover {
color: var( --e-global-color-primary );
background-color: var( --e-global-color-secondary );
font-weight: 800!important;
}
.bewerbung ul {
margin: 0;
padding-left: 15px;
margin-top: -20px;
}
@media only screen and (max-width: 900px) {
div.privacy-msg p {width: 90%; padding: 15px;}
a.dabtn{margin: 25px auto; display: block;}
.eae-wrap-268040a.eae-popup .mfp-inline-holder .mfp-content {
width: 95%;
height: 350px;
overflow-y: auto;
}
.eae-modal-content {
overflow: auto!important;
}
.eae-modal-content > .privacy-map-msg {
width: 100% !important;
height: 400px !important;
margin: 0 auto;
background: none;
}
} .page-id-621 a.eae-popup-link.icon-position-after {
background: none;
text-decoration: underline;
font-weight: 400;
padding: 0;
margin-top: 20px;
}
.page-id-621 .eae-popup.eae-close-btn-in .eae-close {
color: var( --e-global-color-primary );
}
.kontakt_unter .wp-caption .wp-caption-text {
margin: 0.8075em 0;
text-align: right;
margin-right: 185px;
}
@media only screen and (max-width: 900px) {
.kontakt_unter .wp-caption .wp-caption-text {
margin: 0.8075em 0;
text-align: right;
margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
.slick-track.translate {
display: flex;
flex-wrap: wrap;
width: 100% !important;
flex-direction: column;
} 
.premium-carousel-template.item-wrapper.slick-slide.slick-current.slick-active {
width: 100%!important;
}
.premium-carousel-template.item-wrapper.slick-slide.slick-active {
width: 100% !important;
}
.elementor-element.elementor-element-3f464a7.premium-flip-style-zoom.elementor-widget.elementor-widget-premium-addon-flip-box {
display: none;
}
}
.elementor-105 .elementor-element.elementor-element-e221d99{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-105 .elementor-element.elementor-element-09efdc3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-105 .elementor-element.elementor-element-57db5a5{text-align:left;}.elementor-105 .elementor-element.elementor-element-0632eb3{margin-top:50px;margin-bottom:10px;}.elementor-bc-flex-widget .elementor-105 .elementor-element.elementor-element-be8337d.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-105 .elementor-element.elementor-element-be8337d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-element.elementor-element-be8337d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom: 22px;}.elementor-105 .elementor-element.elementor-element-708eb5e{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-105 .elementor-element.elementor-element-708eb5e .elementor-divider-separator{width:100%;}.elementor-105 .elementor-element.elementor-element-708eb5e .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-105 .elementor-element.elementor-element-708eb5e .elementor-icon i, .elementor-105 .elementor-element.elementor-element-708eb5e .elementor-icon svg{transform:rotate(0deg);}.elementor-105 .elementor-element.elementor-element-7b88a82{text-align:center;}.elementor-105 .elementor-element.elementor-element-7b88a82 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Asap Condensed", Sans-serif;font-size:40px;font-weight:400;text-transform:uppercase;}.elementor-105 .elementor-element.elementor-element-7b88a82 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-105 .elementor-element.elementor-element-7286a8e{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-105 .elementor-element.elementor-element-7286a8e .elementor-divider-separator{width:100%;}.elementor-105 .elementor-element.elementor-element-7286a8e .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-105 .elementor-element.elementor-element-7286a8e .elementor-divider__text{color:var( --e-global-color-primary );font-family:"Asap Condensed", Sans-serif;font-size:25px;font-weight:400;}@media(min-width:768px){.elementor-105 .elementor-element.elementor-element-7a654c2{width:50%;}.elementor-105 .elementor-element.elementor-element-f1ef6e8{width:25%;}.elementor-105 .elementor-element.elementor-element-4ccde30{width:24.637%;}}
.back_text_con_index, .back_text_con_index_3{z-index: -5;}
.startseite__feiertag_kachel--text{
text-align: center;
font-family: "Asap Condensed", Sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 31px;
}
.wp__img-icon > figure > img{
width: 60px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin: 0 auto!important;} .sina-pc-content>h2, .sina-pc-content>h2>a{height: 100%!important;}
.sina-posts-carousel .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
}
.owl-carousel .owl-dots {
text-align: center;
}.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-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-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:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/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:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'gtnicon';
src: url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.eot?bv8d8l);
src: url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.eot?bv8d8l#iefix) format('embedded-opentype'), url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.ttf?bv8d8l) format('truetype'), url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.woff?bv8d8l) format('woff'), url(//www.baeckerei-neff.de/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.svg?bv8d8l#gtnicon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class*="gtn gtn-"] { font-family: 'gtnicon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gtn-500px:before {
content: "\e900";
}
.gtn-accessible-icon:before {
content: "\e901";
}
.gtn-accusoft:before {
content: "\e902";
}
.gtn-acquisitions-incorporated:before {
content: "\e903";
}
.gtn-ad-solid:before {
content: "\e904";
}
.gtn-address-book-solid:before {
content: "\e905";
}
.gtn-address-book:before {
content: "\e906";
}
.gtn-address-card-solid:before {
content: "\e907";
}
.gtn-address-card:before {
content: "\e908";
}
.gtn-adjust-solid:before {
content: "\e909";
}
.gtn-adn:before {
content: "\e90a";
}
.gtn-adobe:before {
content: "\e90b";
}
.gtn-adversal:before {
content: "\e90c";
}
.gtn-affiliatetheme:before {
content: "\e90d";
}
.gtn-air-freshener-solid:before {
content: "\e90e";
}
.gtn-airbnb:before {
content: "\e90f";
}
.gtn-algolia:before {
content: "\e910";
}
.gtn-align-center-solid:before {
content: "\e911";
}
.gtn-align-justify-solid:before {
content: "\e912";
}
.gtn-align-left-solid:before {
content: "\e913";
}
.gtn-align-right-solid:before {
content: "\e914";
}
.gtn-alipay:before {
content: "\e915";
}
.gtn-allergies-solid:before {
content: "\e916";
}
.gtn-amazon-pay:before {
content: "\e917";
}
.gtn-amazon:before {
content: "\e918";
}
.gtn-ambulance-solid:before {
content: "\e919";
}
.gtn-american-sign-language-interpreting-solid:before {
content: "\e91a";
}
.gtn-amilia:before {
content: "\e91b";
}
.gtn-anchor-solid:before {
content: "\e91c";
}
.gtn-android:before {
content: "\e91d";
}
.gtn-angellist:before {
content: "\e91e";
}
.gtn-angle-double-down-solid:before {
content: "\e91f";
}
.gtn-angle-double-left-solid:before {
content: "\e920";
}
.gtn-angle-double-right-solid:before {
content: "\e921";
}
.gtn-angle-double-up-solid:before {
content: "\e922";
}
.gtn-angle-down-solid:before {
content: "\e923";
}
.gtn-angle-left-solid:before {
content: "\e924";
}
.gtn-angle-right-solid:before {
content: "\e925";
}
.gtn-angle-up-solid:before {
content: "\e926";
}
.gtn-angry-solid:before {
content: "\e927";
}
.gtn-angry:before {
content: "\e928";
}
.gtn-angrycreative:before {
content: "\e929";
}
.gtn-angular:before {
content: "\e92a";
}
.gtn-ankh-solid:before {
content: "\e92b";
}
.gtn-app-store-ios:before {
content: "\e92c";
}
.gtn-app-store:before {
content: "\e92d";
}
.gtn-apper:before {
content: "\e92e";
}
.gtn-apple-alt-solid:before {
content: "\e92f";
}
.gtn-apple-pay:before {
content: "\e930";
}
.gtn-apple:before {
content: "\e931";
}
.gtn-archive-solid:before {
content: "\e932";
}
.gtn-archway-solid:before {
content: "\e933";
}
.gtn-arrow-alt-circle-down-solid:before {
content: "\e934";
}
.gtn-arrow-alt-circle-down:before {
content: "\e935";
}
.gtn-arrow-alt-circle-left-solid:before {
content: "\e936";
}
.gtn-arrow-alt-circle-left:before {
content: "\e937";
}
.gtn-arrow-alt-circle-right-solid:before {
content: "\e938";
}
.gtn-arrow-alt-circle-right:before {
content: "\e939";
}
.gtn-arrow-alt-circle-up-solid:before {
content: "\e93a";
}
.gtn-arrow-alt-circle-up:before {
content: "\e93b";
}
.gtn-arrow-circle-down-solid:before {
content: "\e93c";
}
.gtn-arrow-circle-left-solid:before {
content: "\e93d";
}
.gtn-arrow-circle-right-solid:before {
content: "\e93e";
}
.gtn-arrow-circle-up-solid:before {
content: "\e93f";
}
.gtn-arrow-down-solid:before {
content: "\e940";
}
.gtn-arrow-left-solid:before {
content: "\e941";
}
.gtn-arrow-right-solid:before {
content: "\e942";
}
.gtn-arrow-up-solid:before {
content: "\e943";
}
.gtn-arrows-alt-h-solid:before {
content: "\e944";
}
.gtn-arrows-alt-solid:before {
content: "\e945";
}
.gtn-arrows-alt-v-solid:before {
content: "\e946";
}
.gtn-artstation:before {
content: "\e947";
}
.gtn-assistive-listening-systems-solid:before {
content: "\e948";
}
.gtn-asterisk-solid:before {
content: "\e949";
}
.gtn-asymmetrik:before {
content: "\e94a";
}
.gtn-at-solid:before {
content: "\e94b";
}
.gtn-atlas-solid:before {
content: "\e94c";
}
.gtn-atlassian:before {
content: "\e94d";
}
.gtn-atom-solid:before {
content: "\e94e";
}
.gtn-audible:before {
content: "\e94f";
}
.gtn-audio-description-solid:before {
content: "\e950";
}
.gtn-autoprefixer:before {
content: "\e951";
}
.gtn-avianex:before {
content: "\e952";
}
.gtn-aviato:before {
content: "\e953";
}
.gtn-award-solid:before {
content: "\e954";
}
.gtn-aws:before {
content: "\e955";
}
.gtn-baby-carriage-solid:before {
content: "\e956";
}
.gtn-baby-solid:before {
content: "\e957";
}
.gtn-backspace-solid:before {
content: "\e958";
}
.gtn-backward-solid:before {
content: "\e959";
}
.gtn-bacon-solid:before {
content: "\e95a";
}
.gtn-balance-scale-left-solid:before {
content: "\e95b";
}
.gtn-balance-scale-right-solid:before {
content: "\e95c";
}
.gtn-balance-scale-solid:before {
content: "\e95d";
}
.gtn-ban-solid:before {
content: "\e95e";
}
.gtn-band-aid-solid:before {
content: "\e95f";
}
.gtn-bandcamp:before {
content: "\e960";
}
.gtn-barcode-solid:before {
content: "\e961";
}
.gtn-bars-solid:before {
content: "\e962";
}
.gtn-baseball-ball-solid:before {
content: "\e963";
}
.gtn-basketball-ball-solid:before {
content: "\e964";
}
.gtn-bath-solid:before {
content: "\e965";
}
.gtn-battery-empty-solid:before {
content: "\e966";
}
.gtn-battery-full-solid:before {
content: "\e967";
}
.gtn-battery-half-solid:before {
content: "\e968";
}
.gtn-battery-quarter-solid:before {
content: "\e969";
}
.gtn-battery-three-quarters-solid:before {
content: "\e96a";
}
.gtn-battle-net:before {
content: "\e96b";
}
.gtn-bed-solid:before {
content: "\e96c";
}
.gtn-beer-solid:before {
content: "\e96d";
}
.gtn-behance-square:before {
content: "\e96e";
}
.gtn-behance:before {
content: "\e96f";
}
.gtn-bell-slash-solid:before {
content: "\e970";
}
.gtn-bell-slash:before {
content: "\e971";
}
.gtn-bell-solid:before {
content: "\e972";
}
.gtn-bell:before {
content: "\e973";
}
.gtn-bezier-curve-solid:before {
content: "\e974";
}
.gtn-bible-solid:before {
content: "\e975";
}
.gtn-bicycle-solid:before {
content: "\e976";
}
.gtn-biking-solid:before {
content: "\e977";
}
.gtn-bimobject:before {
content: "\e978";
}
.gtn-binoculars-solid:before {
content: "\e979";
}
.gtn-biohazard-solid:before {
content: "\e97a";
}
.gtn-birthday-cake-solid:before {
content: "\e97b";
}
.gtn-bitbucket:before {
content: "\e97c";
}
.gtn-bitcoin:before {
content: "\e97d";
}
.gtn-bity:before {
content: "\e97e";
}
.gtn-black-tie:before {
content: "\e97f";
}
.gtn-blackberry:before {
content: "\e980";
}
.gtn-blender-phone-solid:before {
content: "\e981";
}
.gtn-blender-solid:before {
content: "\e982";
}
.gtn-blind-solid:before {
content: "\e983";
}
.gtn-blog-solid:before {
content: "\e984";
}
.gtn-blogger-b:before {
content: "\e985";
}
.gtn-blogger:before {
content: "\e986";
}
.gtn-bluetooth-b:before {
content: "\e987";
}
.gtn-bluetooth:before {
content: "\e988";
}
.gtn-bold-solid:before {
content: "\e989";
}
.gtn-bolt-solid:before {
content: "\e98a";
}
.gtn-bomb-solid:before {
content: "\e98b";
}
.gtn-bone-solid:before {
content: "\e98c";
}
.gtn-bong-solid:before {
content: "\e98d";
}
.gtn-book-dead-solid:before {
content: "\e98e";
}
.gtn-book-medical-solid:before {
content: "\e98f";
}
.gtn-book-open-solid:before {
content: "\e990";
}
.gtn-book-reader-solid:before {
content: "\e991";
}
.gtn-book-solid:before {
content: "\e992";
}
.gtn-bookmark-solid:before {
content: "\e993";
}
.gtn-bookmark:before {
content: "\e994";
}
.gtn-bootstrap:before {
content: "\e995";
}
.gtn-border-all-solid:before {
content: "\e996";
}
.gtn-border-none-solid:before {
content: "\e997";
}
.gtn-border-style-solid:before {
content: "\e998";
}
.gtn-bowling-ball-solid:before {
content: "\e999";
}
.gtn-box-open-solid:before {
content: "\e99a";
}
.gtn-box-solid:before {
content: "\e99b";
}
.gtn-boxes-solid:before {
content: "\e99c";
}
.gtn-braille-solid:before {
content: "\e99d";
}
.gtn-brain-solid:before {
content: "\e99e";
}
.gtn-bread-slice-solid:before {
content: "\e99f";
}
.gtn-briefcase-medical-solid:before {
content: "\e9a0";
}
.gtn-briefcase-solid:before {
content: "\e9a1";
}
.gtn-broadcast-tower-solid:before {
content: "\e9a2";
}
.gtn-broom-solid:before {
content: "\e9a3";
}
.gtn-brush-solid:before {
content: "\e9a4";
}
.gtn-btc:before {
content: "\e9a5";
}
.gtn-buffer:before {
content: "\e9a6";
}
.gtn-bug-solid:before {
content: "\e9a7";
}
.gtn-building-solid:before {
content: "\e9a8";
}
.gtn-building:before {
content: "\e9a9";
}
.gtn-bullhorn-solid:before {
content: "\e9aa";
}
.gtn-bullseye-solid:before {
content: "\e9ab";
}
.gtn-burn-solid:before {
content: "\e9ac";
}
.gtn-buromobelexperte:before {
content: "\e9ad";
}
.gtn-bus-alt-solid:before {
content: "\e9ae";
}
.gtn-bus-solid:before {
content: "\e9af";
}
.gtn-business-time-solid:before {
content: "\e9b0";
}
.gtn-buy-n-large:before {
content: "\e9b1";
}
.gtn-buysellads:before {
content: "\e9b2";
}
.gtn-calculator-solid:before {
content: "\e9b3";
}
.gtn-calendar-alt-solid:before {
content: "\e9b4";
}
.gtn-calendar-alt:before {
content: "\e9b5";
}
.gtn-calendar-check-solid:before {
content: "\e9b6";
}
.gtn-calendar-check:before {
content: "\e9b7";
}
.gtn-calendar-day-solid:before {
content: "\e9b8";
}
.gtn-calendar-minus-solid:before {
content: "\e9b9";
}
.gtn-calendar-minus:before {
content: "\e9ba";
}
.gtn-calendar-plus-solid:before {
content: "\e9bb";
}
.gtn-calendar-plus:before {
content: "\e9bc";
}
.gtn-calendar-solid:before {
content: "\e9bd";
}
.gtn-calendar-times-solid:before {
content: "\e9be";
}
.gtn-calendar-times:before {
content: "\e9bf";
}
.gtn-calendar-week-solid:before {
content: "\e9c0";
}
.gtn-calendar:before {
content: "\e9c1";
}
.gtn-camera-retro-solid:before {
content: "\e9c2";
}
.gtn-camera-solid:before {
content: "\e9c3";
}
.gtn-campground-solid:before {
content: "\e9c4";
}
.gtn-canadian-maple-leaf:before {
content: "\e9c5";
}
.gtn-candy-cane-solid:before {
content: "\e9c6";
}
.gtn-cannabis-solid:before {
content: "\e9c7";
}
.gtn-capsules-solid:before {
content: "\e9c8";
}
.gtn-car-alt-solid:before {
content: "\e9c9";
}
.gtn-car-battery-solid:before {
content: "\e9ca";
}
.gtn-car-crash-solid:before {
content: "\e9cb";
}
.gtn-car-side-solid:before {
content: "\e9cc";
}
.gtn-car-solid:before {
content: "\e9cd";
}
.gtn-caret-down-solid:before {
content: "\e9ce";
}
.gtn-caret-left-solid:before {
content: "\e9cf";
}
.gtn-caret-right-solid:before {
content: "\e9d0";
}
.gtn-caret-square-down-solid:before {
content: "\e9d1";
}
.gtn-caret-square-down:before {
content: "\e9d2";
}
.gtn-caret-square-left-solid:before {
content: "\e9d3";
}
.gtn-caret-square-left:before {
content: "\e9d4";
}
.gtn-caret-square-right-solid:before {
content: "\e9d5";
}
.gtn-caret-square-right:before {
content: "\e9d6";
}
.gtn-caret-square-up-solid:before {
content: "\e9d7";
}
.gtn-caret-square-up:before {
content: "\e9d8";
}
.gtn-caret-up-solid:before {
content: "\e9d9";
}
.gtn-carrot-solid:before {
content: "\e9da";
}
.gtn-cart-arrow-down-solid:before {
content: "\e9db";
}
.gtn-cart-plus-solid:before {
content: "\e9dc";
}
.gtn-cash-register-solid:before {
content: "\e9dd";
}
.gtn-cat-solid:before {
content: "\e9de";
}
.gtn-cc-amazon-pay:before {
content: "\e9df";
}
.gtn-cc-amex:before {
content: "\e9e0";
}
.gtn-cc-apple-pay:before {
content: "\e9e1";
}
.gtn-cc-diners-club:before {
content: "\e9e2";
}
.gtn-cc-discover:before {
content: "\e9e3";
}
.gtn-cc-jcb:before {
content: "\e9e4";
}
.gtn-cc-mastercard:before {
content: "\e9e5";
}
.gtn-cc-paypal:before {
content: "\e9e6";
}
.gtn-cc-stripe:before {
content: "\e9e7";
}
.gtn-cc-visa:before {
content: "\e9e8";
}
.gtn-centercode:before {
content: "\e9e9";
}
.gtn-centos:before {
content: "\e9ea";
}
.gtn-certificate-solid:before {
content: "\e9eb";
}
.gtn-chair-solid:before {
content: "\e9ec";
}
.gtn-chalkboard-solid:before {
content: "\e9ed";
}
.gtn-chalkboard-teacher-solid:before {
content: "\e9ee";
}
.gtn-charging-station-solid:before {
content: "\e9ef";
}
.gtn-chart-area-solid:before {
content: "\e9f0";
}
.gtn-chart-bar-solid:before {
content: "\e9f1";
}
.gtn-chart-bar:before {
content: "\e9f2";
}
.gtn-chart-line-solid:before {
content: "\e9f3";
}
.gtn-chart-pie-solid:before {
content: "\e9f4";
}
.gtn-check-circle-solid:before {
content: "\e9f5";
}
.gtn-check-circle:before {
content: "\e9f6";
}
.gtn-check-double-solid:before {
content: "\e9f7";
}
.gtn-check-solid:before {
content: "\e9f8";
}
.gtn-check-square-solid:before {
content: "\e9f9";
}
.gtn-check-square:before {
content: "\e9fa";
}
.gtn-cheese-solid:before {
content: "\e9fb";
}
.gtn-chess-bishop-solid:before {
content: "\e9fc";
}
.gtn-chess-board-solid:before {
content: "\e9fd";
}
.gtn-chess-king-solid:before {
content: "\e9fe";
}
.gtn-chess-knight-solid:before {
content: "\e9ff";
}
.gtn-chess-pawn-solid:before {
content: "\ea00";
}
.gtn-chess-queen-solid:before {
content: "\ea01";
}
.gtn-chess-rook-solid:before {
content: "\ea02";
}
.gtn-chess-solid:before {
content: "\ea03";
}
.gtn-chevron-circle-down-solid:before {
content: "\ea04";
}
.gtn-chevron-circle-left-solid:before {
content: "\ea05";
}
.gtn-chevron-circle-right-solid:before {
content: "\ea06";
}
.gtn-chevron-circle-up-solid:before {
content: "\ea07";
}
.gtn-chevron-down-solid:before {
content: "\ea08";
}
.gtn-chevron-left-solid:before {
content: "\ea09";
}
.gtn-chevron-right-solid:before {
content: "\ea0a";
}
.gtn-chevron-up-solid:before {
content: "\ea0b";
}
.gtn-child-solid:before {
content: "\ea0c";
}
.gtn-chrome:before {
content: "\ea0d";
}
.gtn-chromecast:before {
content: "\ea0e";
}
.gtn-church-solid:before {
content: "\ea0f";
}
.gtn-circle-notch-solid:before {
content: "\ea10";
}
.gtn-circle-solid:before {
content: "\ea11";
}
.gtn-circle:before {
content: "\ea12";
}
.gtn-city-solid:before {
content: "\ea13";
}
.gtn-clinic-medical-solid:before {
content: "\ea14";
}
.gtn-clipboard-check-solid:before {
content: "\ea15";
}
.gtn-clipboard-list-solid:before {
content: "\ea16";
}
.gtn-clipboard-solid:before {
content: "\ea17";
}
.gtn-clipboard:before {
content: "\ea18";
}
.gtn-clock-solid:before {
content: "\ea19";
}
.gtn-clock:before {
content: "\ea1a";
}
.gtn-clone-solid:before {
content: "\ea1b";
}
.gtn-clone:before {
content: "\ea1c";
}
.gtn-closed-captioning-solid:before {
content: "\ea1d";
}
.gtn-closed-captioning:before {
content: "\ea1e";
}
.gtn-cloud-download-alt-solid:before {
content: "\ea1f";
}
.gtn-cloud-meatball-solid:before {
content: "\ea20";
}
.gtn-cloud-moon-rain-solid:before {
content: "\ea21";
}
.gtn-cloud-moon-solid:before {
content: "\ea22";
}
.gtn-cloud-rain-solid:before {
content: "\ea23";
}
.gtn-cloud-showers-heavy-solid:before {
content: "\ea24";
}
.gtn-cloud-solid:before {
content: "\ea25";
}
.gtn-cloud-sun-rain-solid:before {
content: "\ea26";
}
.gtn-cloud-sun-solid:before {
content: "\ea27";
}
.gtn-cloud-upload-alt-solid:before {
content: "\ea28";
}
.gtn-cloudscale:before {
content: "\ea29";
}
.gtn-cloudsmith:before {
content: "\ea2a";
}
.gtn-cloudversify:before {
content: "\ea2b";
}
.gtn-cocktail-solid:before {
content: "\ea2c";
}
.gtn-code-branch-solid:before {
content: "\ea2d";
}
.gtn-code-solid:before {
content: "\ea2e";
}
.gtn-codepen:before {
content: "\ea2f";
}
.gtn-codiepie:before {
content: "\ea30";
}
.gtn-coffee-solid:before {
content: "\ea31";
}
.gtn-cog-solid:before {
content: "\ea32";
}
.gtn-cogs-solid:before {
content: "\ea33";
}
.gtn-coins-solid:before {
content: "\ea34";
}
.gtn-columns-solid:before {
content: "\ea35";
}
.gtn-comment-alt-solid:before {
content: "\ea36";
}
.gtn-comment-alt:before {
content: "\ea37";
}
.gtn-comment-dollar-solid:before {
content: "\ea38";
}
.gtn-comment-dots-solid:before {
content: "\ea39";
}
.gtn-comment-dots:before {
content: "\ea3a";
}
.gtn-comment-medical-solid:before {
content: "\ea3b";
}
.gtn-comment-slash-solid:before {
content: "\ea3c";
}
.gtn-comment-solid:before {
content: "\ea3d";
}
.gtn-comment:before {
content: "\ea3e";
}
.gtn-comments-dollar-solid:before {
content: "\ea3f";
}
.gtn-comments-solid:before {
content: "\ea40";
}
.gtn-comments:before {
content: "\ea41";
}
.gtn-compact-disc-solid:before {
content: "\ea42";
}
.gtn-compass-solid:before {
content: "\ea43";
}
.gtn-compass:before {
content: "\ea44";
}
.gtn-compress-arrows-alt-solid:before {
content: "\ea45";
}
.gtn-compress-solid:before {
content: "\ea46";
}
.gtn-concierge-bell-solid:before {
content: "\ea47";
}
.gtn-confluence:before {
content: "\ea48";
}
.gtn-connectdevelop:before {
content: "\ea49";
}
.gtn-contao:before {
content: "\ea4a";
}
.gtn-cookie-bite-solid:before {
content: "\ea4b";
}
.gtn-cookie-solid:before {
content: "\ea4c";
}
.gtn-copy-solid:before {
content: "\ea4d";
}
.gtn-copy:before {
content: "\ea4e";
}
.gtn-copyright-solid:before {
content: "\ea4f";
}
.gtn-copyright:before {
content: "\ea50";
}
.gtn-cotton-bureau:before {
content: "\ea51";
}
.gtn-couch-solid:before {
content: "\ea52";
}
.gtn-cpanel:before {
content: "\ea53";
}
.gtn-creative-commons-by:before {
content: "\ea54";
}
.gtn-creative-commons-nc-eu:before {
content: "\ea55";
}
.gtn-creative-commons-nc-jp:before {
content: "\ea56";
}
.gtn-creative-commons-nc:before {
content: "\ea57";
}
.gtn-creative-commons-nd:before {
content: "\ea58";
}
.gtn-creative-commons-pd-alt:before {
content: "\ea59";
}
.gtn-creative-commons-pd:before {
content: "\ea5a";
}
.gtn-creative-commons-remix:before {
content: "\ea5b";
}
.gtn-creative-commons-sa:before {
content: "\ea5c";
}
.gtn-creative-commons-sampling-plus:before {
content: "\ea5d";
}
.gtn-creative-commons-sampling:before {
content: "\ea5e";
}
.gtn-creative-commons-share:before {
content: "\ea5f";
}
.gtn-creative-commons-zero:before {
content: "\ea60";
}
.gtn-creative-commons:before {
content: "\ea61";
}
.gtn-credit-card-solid:before {
content: "\ea62";
}
.gtn-credit-card:before {
content: "\ea63";
}
.gtn-critical-role:before {
content: "\ea64";
}
.gtn-crop-alt-solid:before {
content: "\ea65";
}
.gtn-crop-solid:before {
content: "\ea66";
}
.gtn-cross-solid:before {
content: "\ea67";
}
.gtn-crosshairs-solid:before {
content: "\ea68";
}
.gtn-crow-solid:before {
content: "\ea69";
}
.gtn-crown-solid:before {
content: "\ea6a";
}
.gtn-crutch-solid:before {
content: "\ea6b";
}
.gtn-css3-alt:before {
content: "\ea6c";
}
.gtn-css3:before {
content: "\ea6d";
}
.gtn-cube-solid:before {
content: "\ea6e";
}
.gtn-cubes-solid:before {
content: "\ea6f";
}
.gtn-cut-solid:before {
content: "\ea70";
}
.gtn-cuttlefish:before {
content: "\ea71";
}
.gtn-d-and-d-beyond:before {
content: "\ea72";
}
.gtn-d-and-d:before {
content: "\ea73";
}
.gtn-dashcube:before {
content: "\ea74";
}
.gtn-database-solid:before {
content: "\ea75";
}
.gtn-deaf-solid:before {
content: "\ea76";
}
.gtn-delicious:before {
content: "\ea77";
}
.gtn-democrat-solid:before {
content: "\ea78";
}
.gtn-deploydog:before {
content: "\ea79";
}
.gtn-deskpro:before {
content: "\ea7a";
}
.gtn-desktop-solid:before {
content: "\ea7b";
}
.gtn-dev:before {
content: "\ea7c";
}
.gtn-deviantart:before {
content: "\ea7d";
}
.gtn-dharmachakra-solid:before {
content: "\ea7e";
}
.gtn-dhl:before {
content: "\ea7f";
}
.gtn-diagnoses-solid:before {
content: "\ea80";
}
.gtn-diaspora:before {
content: "\ea81";
}
.gtn-dice-d6-solid:before {
content: "\ea82";
}
.gtn-dice-d20-solid:before {
content: "\ea83";
}
.gtn-dice-five-solid:before {
content: "\ea84";
}
.gtn-dice-four-solid:before {
content: "\ea85";
}
.gtn-dice-one-solid:before {
content: "\ea86";
}
.gtn-dice-six-solid:before {
content: "\ea87";
}
.gtn-dice-solid:before {
content: "\ea88";
}
.gtn-dice-three-solid:before {
content: "\ea89";
}
.gtn-dice-two-solid:before {
content: "\ea8a";
}
.gtn-digg:before {
content: "\ea8b";
}
.gtn-digital-ocean:before {
content: "\ea8c";
}
.gtn-digital-tachograph-solid:before {
content: "\ea8d";
}
.gtn-directions-solid:before {
content: "\ea8e";
}
.gtn-discord:before {
content: "\ea8f";
}
.gtn-discourse:before {
content: "\ea90";
}
.gtn-divide-solid:before {
content: "\ea91";
}
.gtn-dizzy-solid:before {
content: "\ea92";
}
.gtn-dizzy:before {
content: "\ea93";
}
.gtn-dna-solid:before {
content: "\ea94";
}
.gtn-dochub:before {
content: "\ea95";
}
.gtn-docker:before {
content: "\ea96";
}
.gtn-dog-solid:before {
content: "\ea97";
}
.gtn-dollar-sign-solid:before {
content: "\ea98";
}
.gtn-dolly-flatbed-solid:before {
content: "\ea99";
}
.gtn-dolly-solid:before {
content: "\ea9a";
}
.gtn-donate-solid:before {
content: "\ea9b";
}
.gtn-door-closed-solid:before {
content: "\ea9c";
}
.gtn-door-open-solid:before {
content: "\ea9d";
}
.gtn-dot-circle-solid:before {
content: "\ea9e";
}
.gtn-dot-circle:before {
content: "\ea9f";
}
.gtn-dove-solid:before {
content: "\eaa0";
}
.gtn-download-solid:before {
content: "\eaa1";
}
.gtn-draft2digital:before {
content: "\eaa2";
}
.gtn-drafting-compass-solid:before {
content: "\eaa3";
}
.gtn-dragon-solid:before {
content: "\eaa4";
}
.gtn-draw-polygon-solid:before {
content: "\eaa5";
}
.gtn-dribbble-square:before {
content: "\eaa6";
}
.gtn-dribbble:before {
content: "\eaa7";
}
.gtn-dropbox:before {
content: "\eaa8";
}
.gtn-drum-solid:before {
content: "\eaa9";
}
.gtn-drum-steelpan-solid:before {
content: "\eaaa";
}
.gtn-drumstick-bite-solid:before {
content: "\eaab";
}
.gtn-drupal:before {
content: "\eaac";
}
.gtn-dumbbell-solid:before {
content: "\eaad";
}
.gtn-dumpster-fire-solid:before {
content: "\eaae";
}
.gtn-dumpster-solid:before {
content: "\eaaf";
}
.gtn-dungeon-solid:before {
content: "\eab0";
}
.gtn-dyalog:before {
content: "\eab1";
}
.gtn-earlybirds:before {
content: "\eab2";
}
.gtn-ebay:before {
content: "\eab3";
}
.gtn-edge:before {
content: "\eab4";
}
.gtn-edit-solid:before {
content: "\eab5";
}
.gtn-edit:before {
content: "\eab6";
}
.gtn-egg-solid:before {
content: "\eab7";
}
.gtn-eject-solid:before {
content: "\eab8";
}
.gtn-elementor:before {
content: "\eab9";
}
.gtn-ellipsis-h-solid:before {
content: "\eaba";
}
.gtn-ellipsis-v-solid:before {
content: "\eabb";
}
.gtn-ello:before {
content: "\eabc";
}
.gtn-ember:before {
content: "\eabd";
}
.gtn-empire:before {
content: "\eabe";
}
.gtn-envelope-open-solid:before {
content: "\eabf";
}
.gtn-envelope-open-text-solid:before {
content: "\eac0";
}
.gtn-envelope-open:before {
content: "\eac1";
}
.gtn-envelope-solid:before {
content: "\eac2";
}
.gtn-envelope-square-solid:before {
content: "\eac3";
}
.gtn-envelope:before {
content: "\eac4";
}
.gtn-envira:before {
content: "\eac5";
}
.gtn-equals-solid:before {
content: "\eac6";
}
.gtn-eraser-solid:before {
content: "\eac7";
}
.gtn-erlang:before {
content: "\eac8";
}
.gtn-ethereum:before {
content: "\eac9";
}
.gtn-ethernet-solid:before {
content: "\eaca";
}
.gtn-etsy:before {
content: "\eacb";
}
.gtn-euro-sign-solid:before {
content: "\eacc";
}
.gtn-evernote:before {
content: "\eacd";
}
.gtn-exchange-alt-solid:before {
content: "\eace";
}
.gtn-exclamation-circle-solid:before {
content: "\eacf";
}
.gtn-exclamation-solid:before {
content: "\ead0";
}
.gtn-exclamation-triangle-solid:before {
content: "\ead1";
}
.gtn-expand-arrows-alt-solid:before {
content: "\ead2";
}
.gtn-expand-solid:before {
content: "\ead3";
}
.gtn-expeditedssl:before {
content: "\ead4";
}
.gtn-external-link-alt-solid:before {
content: "\ead5";
}
.gtn-external-link-square-alt-solid:before {
content: "\ead6";
}
.gtn-eye-dropper-solid:before {
content: "\ead7";
}
.gtn-eye-slash-solid:before {
content: "\ead8";
}
.gtn-eye-slash:before {
content: "\ead9";
}
.gtn-eye-solid:before {
content: "\eada";
}
.gtn-eye:before {
content: "\eadb";
}
.gtn-facebook-f:before {
content: "\eadc";
}
.gtn-facebook-messenger:before {
content: "\eadd";
}
.gtn-facebook-square:before {
content: "\eade";
}
.gtn-facebook:before {
content: "\eadf";
}
.gtn-fan-solid:before {
content: "\eae0";
}
.gtn-fantasy-flight-games:before {
content: "\eae1";
}
.gtn-fast-backward-solid:before {
content: "\eae2";
}
.gtn-fast-forward-solid:before {
content: "\eae3";
}
.gtn-fax-solid:before {
content: "\eae4";
}
.gtn-feather-alt-solid:before {
content: "\eae5";
}
.gtn-feather-solid:before {
content: "\eae6";
}
.gtn-fedex:before {
content: "\eae7";
}
.gtn-fedora:before {
content: "\eae8";
}
.gtn-female-solid:before {
content: "\eae9";
}
.gtn-fighter-jet-solid:before {
content: "\eaea";
}
.gtn-figma:before {
content: "\eaeb";
}
.gtn-file-alt-solid:before {
content: "\eaec";
}
.gtn-file-alt:before {
content: "\eaed";
}
.gtn-file-archive-solid:before {
content: "\eaee";
}
.gtn-file-archive:before {
content: "\eaef";
}
.gtn-file-audio-solid:before {
content: "\eaf0";
}
.gtn-file-audio:before {
content: "\eaf1";
}
.gtn-file-code-solid:before {
content: "\eaf2";
}
.gtn-file-code:before {
content: "\eaf3";
}
.gtn-file-contract-solid:before {
content: "\eaf4";
}
.gtn-file-csv-solid:before {
content: "\eaf5";
}
.gtn-file-download-solid:before {
content: "\eaf6";
}
.gtn-file-excel-solid:before {
content: "\eaf7";
}
.gtn-file-excel:before {
content: "\eaf8";
}
.gtn-file-export-solid:before {
content: "\eaf9";
}
.gtn-file-image-solid:before {
content: "\eafa";
}
.gtn-file-image:before {
content: "\eafb";
}
.gtn-file-import-solid:before {
content: "\eafc";
}
.gtn-file-invoice-dollar-solid:before {
content: "\eafd";
}
.gtn-file-invoice-solid:before {
content: "\eafe";
}
.gtn-file-medical-alt-solid:before {
content: "\eaff";
}
.gtn-file-medical-solid:before {
content: "\eb00";
}
.gtn-file-pdf-solid:before {
content: "\eb01";
}
.gtn-file-pdf:before {
content: "\eb02";
}
.gtn-file-powerpoint-solid:before {
content: "\eb03";
}
.gtn-file-powerpoint:before {
content: "\eb04";
}
.gtn-file-prescription-solid:before {
content: "\eb05";
}
.gtn-file-signature-solid:before {
content: "\eb06";
}
.gtn-file-solid:before {
content: "\eb07";
}
.gtn-file-upload-solid:before {
content: "\eb08";
}
.gtn-file-video-solid:before {
content: "\eb09";
}
.gtn-file-video:before {
content: "\eb0a";
}
.gtn-file-word-solid:before {
content: "\eb0b";
}
.gtn-file-word:before {
content: "\eb0c";
}
.gtn-file:before {
content: "\eb0d";
}
.gtn-fill-drip-solid:before {
content: "\eb0e";
}
.gtn-fill-solid:before {
content: "\eb0f";
}
.gtn-film-solid:before {
content: "\eb10";
}
.gtn-filter-solid:before {
content: "\eb11";
}
.gtn-fingerprint-solid:before {
content: "\eb12";
}
.gtn-fire-alt-solid:before {
content: "\eb13";
}
.gtn-fire-extinguisher-solid:before {
content: "\eb14";
}
.gtn-fire-solid:before {
content: "\eb15";
}
.gtn-firefox:before {
content: "\eb16";
}
.gtn-first-aid-solid:before {
content: "\eb17";
}
.gtn-first-order-alt:before {
content: "\eb18";
}
.gtn-first-order:before {
content: "\eb19";
}
.gtn-firstdraft:before {
content: "\eb1a";
}
.gtn-fish-solid:before {
content: "\eb1b";
}
.gtn-fist-raised-solid:before {
content: "\eb1c";
}
.gtn-flag-checkered-solid:before {
content: "\eb1d";
}
.gtn-flag-solid:before {
content: "\eb1e";
}
.gtn-flag-usa-solid:before {
content: "\eb1f";
}
.gtn-flag:before {
content: "\eb20";
}
.gtn-flask-solid:before {
content: "\eb21";
}
.gtn-flickr:before {
content: "\eb22";
}
.gtn-flipboard:before {
content: "\eb23";
}
.gtn-flushed-solid:before {
content: "\eb24";
}
.gtn-flushed:before {
content: "\eb25";
}
.gtn-fly:before {
content: "\eb26";
}
.gtn-folder-minus-solid:before {
content: "\eb27";
}
.gtn-folder-open-solid:before {
content: "\eb28";
}
.gtn-folder-open:before {
content: "\eb29";
}
.gtn-folder-plus-solid:before {
content: "\eb2a";
}
.gtn-folder-solid:before {
content: "\eb2b";
}
.gtn-folder:before {
content: "\eb2c";
}
.gtn-font-awesome-alt:before {
content: "\eb2d";
}
.gtn-font-awesome-flag:before {
content: "\eb2e";
}
.gtn-font-awesome:before {
content: "\eb2f";
}
.gtn-font-solid:before {
content: "\eb30";
}
.gtn-fonticons-fi:before {
content: "\eb31";
}
.gtn-fonticons:before {
content: "\eb32";
}
.gtn-football-ball-solid:before {
content: "\eb33";
}
.gtn-fort-awesome-alt:before {
content: "\eb34";
}
.gtn-fort-awesome:before {
content: "\eb35";
}
.gtn-forumbee:before {
content: "\eb36";
}
.gtn-forward-solid:before {
content: "\eb37";
}
.gtn-foursquare:before {
content: "\eb38";
}
.gtn-free-code-camp:before {
content: "\eb39";
}
.gtn-freebsd:before {
content: "\eb3a";
}
.gtn-frog-solid:before {
content: "\eb3b";
}
.gtn-frown-open-solid:before {
content: "\eb3c";
}
.gtn-frown-open:before {
content: "\eb3d";
}
.gtn-frown-solid:before {
content: "\eb3e";
}
.gtn-frown:before {
content: "\eb3f";
}
.gtn-fulcrum:before {
content: "\eb40";
}
.gtn-funnel-dollar-solid:before {
content: "\eb41";
}
.gtn-futbol-solid:before {
content: "\eb42";
}
.gtn-futbol:before {
content: "\eb43";
}
.gtn-galactic-republic:before {
content: "\eb44";
}
.gtn-galactic-senate:before {
content: "\eb45";
}
.gtn-gamepad-solid:before {
content: "\eb46";
}
.gtn-gas-pump-solid:before {
content: "\eb47";
}
.gtn-gavel-solid:before {
content: "\eb48";
}
.gtn-gem-solid:before {
content: "\eb49";
}
.gtn-gem:before {
content: "\eb4a";
}
.gtn-genderless-solid:before {
content: "\eb4b";
}
.gtn-get-pocket:before {
content: "\eb4c";
}
.gtn-gg-circle:before {
content: "\eb4d";
}
.gtn-gg:before {
content: "\eb4e";
}
.gtn-ghost-solid:before {
content: "\eb4f";
}
.gtn-gift-solid:before {
content: "\eb50";
}
.gtn-gifts-solid:before {
content: "\eb51";
}
.gtn-git-alt:before {
content: "\eb52";
}
.gtn-git-square:before {
content: "\eb53";
}
.gtn-git:before {
content: "\eb54";
}
.gtn-github-alt:before {
content: "\eb55";
}
.gtn-github-square:before {
content: "\eb56";
}
.gtn-github:before {
content: "\eb57";
}
.gtn-gitkraken:before {
content: "\eb58";
}
.gtn-gitlab:before {
content: "\eb59";
}
.gtn-gitter:before {
content: "\eb5a";
}
.gtn-glass-cheers-solid:before {
content: "\eb5b";
}
.gtn-glass-martini-alt-solid:before {
content: "\eb5c";
}
.gtn-glass-martini-solid:before {
content: "\eb5d";
}
.gtn-glass-whiskey-solid:before {
content: "\eb5e";
}
.gtn-glasses-solid:before {
content: "\eb5f";
}
.gtn-glide-g:before {
content: "\eb60";
}
.gtn-glide:before {
content: "\eb61";
}
.gtn-globe-africa-solid:before {
content: "\eb62";
}
.gtn-globe-americas-solid:before {
content: "\eb63";
}
.gtn-globe-asia-solid:before {
content: "\eb64";
}
.gtn-globe-europe-solid:before {
content: "\eb65";
}
.gtn-globe-solid:before {
content: "\eb66";
}
.gtn-gofore:before {
content: "\eb67";
}
.gtn-golf-ball-solid:before {
content: "\eb68";
}
.gtn-goodreads-g:before {
content: "\eb69";
}
.gtn-goodreads:before {
content: "\eb6a";
}
.gtn-google-drive:before {
content: "\eb6b";
}
.gtn-google-play:before {
content: "\eb6c";
}
.gtn-google-plus-g:before {
content: "\eb6d";
}
.gtn-google-plus-square:before {
content: "\eb6e";
}
.gtn-google-plus:before {
content: "\eb6f";
}
.gtn-google-wallet:before {
content: "\eb70";
}
.gtn-google:before {
content: "\eb71";
}
.gtn-gopuram-solid:before {
content: "\eb72";
}
.gtn-graduation-cap-solid:before {
content: "\eb73";
}
.gtn-gratipay:before {
content: "\eb74";
}
.gtn-grav:before {
content: "\eb75";
}
.gtn-greater-than-equal-solid:before {
content: "\eb76";
}
.gtn-greater-than-solid:before {
content: "\eb77";
}
.gtn-grimace-solid:before {
content: "\eb78";
}
.gtn-grimace:before {
content: "\eb79";
}
.gtn-grin-alt-solid:before {
content: "\eb7a";
}
.gtn-grin-alt:before {
content: "\eb7b";
}
.gtn-grin-beam-solid:before {
content: "\eb7c";
}
.gtn-grin-beam-sweat-solid:before {
content: "\eb7d";
}
.gtn-grin-beam-sweat:before {
content: "\eb7e";
}
.gtn-grin-beam:before {
content: "\eb7f";
}
.gtn-grin-hearts-solid:before {
content: "\eb80";
}
.gtn-grin-hearts:before {
content: "\eb81";
}
.gtn-grin-solid:before {
content: "\eb82";
}
.gtn-grin-squint-solid:before {
content: "\eb83";
}
.gtn-grin-squint-tears-solid:before {
content: "\eb84";
}
.gtn-grin-squint-tears:before {
content: "\eb85";
}
.gtn-grin-squint:before {
content: "\eb86";
}
.gtn-grin-stars-solid:before {
content: "\eb87";
}
.gtn-grin-stars:before {
content: "\eb88";
}
.gtn-grin-tears-solid:before {
content: "\eb89";
}
.gtn-grin-tears:before {
content: "\eb8a";
}
.gtn-grin-tongue-solid:before {
content: "\eb8b";
}
.gtn-grin-tongue-squint-solid:before {
content: "\eb8c";
}
.gtn-grin-tongue-squint:before {
content: "\eb8d";
}
.gtn-grin-tongue-wink-solid:before {
content: "\eb8e";
}
.gtn-grin-tongue-wink:before {
content: "\eb8f";
}
.gtn-grin-tongue:before {
content: "\eb90";
}
.gtn-grin-wink-solid:before {
content: "\eb91";
}
.gtn-grin-wink:before {
content: "\eb92";
}
.gtn-grin:before {
content: "\eb93";
}
.gtn-grip-horizontal-solid:before {
content: "\eb94";
}
.gtn-grip-lines-solid:before {
content: "\eb95";
}
.gtn-grip-lines-vertical-solid:before {
content: "\eb96";
}
.gtn-grip-vertical-solid:before {
content: "\eb97";
}
.gtn-gripfire:before {
content: "\eb98";
}
.gtn-grunt:before {
content: "\eb99";
}
.gtn-guitar-solid:before {
content: "\eb9a";
}
.gtn-gulp:before {
content: "\eb9b";
}
.gtn-h-square-solid:before {
content: "\eb9c";
}
.gtn-hacker-news-square:before {
content: "\eb9d";
}
.gtn-hacker-news:before {
content: "\eb9e";
}
.gtn-hackerrank:before {
content: "\eb9f";
}
.gtn-hamburger-solid:before {
content: "\eba0";
}
.gtn-hammer-solid:before {
content: "\eba1";
}
.gtn-hamsa-solid:before {
content: "\eba2";
}
.gtn-hand-holding-heart-solid:before {
content: "\eba3";
}
.gtn-hand-holding-solid:before {
content: "\eba4";
}
.gtn-hand-holding-usd-solid:before {
content: "\eba5";
}
.gtn-hand-lizard-solid:before {
content: "\eba6";
}
.gtn-hand-lizard:before {
content: "\eba7";
}
.gtn-hand-middle-finger-solid:before {
content: "\eba8";
}
.gtn-hand-paper-solid:before {
content: "\eba9";
}
.gtn-hand-paper:before {
content: "\ebaa";
}
.gtn-hand-peace-solid:before {
content: "\ebab";
}
.gtn-hand-peace:before {
content: "\ebac";
}
.gtn-hand-point-down-solid:before {
content: "\ebad";
}
.gtn-hand-point-down:before {
content: "\ebae";
}
.gtn-hand-point-left-solid:before {
content: "\ebaf";
}
.gtn-hand-point-left:before {
content: "\ebb0";
}
.gtn-hand-point-right-solid:before {
content: "\ebb1";
}
.gtn-hand-point-right:before {
content: "\ebb2";
}
.gtn-hand-point-up-solid:before {
content: "\ebb3";
}
.gtn-hand-point-up:before {
content: "\ebb4";
}
.gtn-hand-pointer-solid:before {
content: "\ebb5";
}
.gtn-hand-pointer:before {
content: "\ebb6";
}
.gtn-hand-rock-solid:before {
content: "\ebb7";
}
.gtn-hand-rock:before {
content: "\ebb8";
}
.gtn-hand-scissors-solid:before {
content: "\ebb9";
}
.gtn-hand-scissors:before {
content: "\ebba";
}
.gtn-hand-spock-solid:before {
content: "\ebbb";
}
.gtn-hand-spock:before {
content: "\ebbc";
}
.gtn-hands-helping-solid:before {
content: "\ebbd";
}
.gtn-hands-solid:before {
content: "\ebbe";
}
.gtn-handshake-solid:before {
content: "\ebbf";
}
.gtn-handshake:before {
content: "\ebc0";
}
.gtn-hanukiah-solid:before {
content: "\ebc1";
}
.gtn-hard-hat-solid:before {
content: "\ebc2";
}
.gtn-hashtag-solid:before {
content: "\ebc3";
}
.gtn-hat-cowboy-side-solid:before {
content: "\ebc4";
}
.gtn-hat-cowboy-solid:before {
content: "\ebc5";
}
.gtn-hat-wizard-solid:before {
content: "\ebc6";
}
.gtn-haykal-solid:before {
content: "\ebc7";
}
.gtn-hdd-solid:before {
content: "\ebc8";
}
.gtn-hdd:before {
content: "\ebc9";
}
.gtn-heading-solid:before {
content: "\ebca";
}
.gtn-headphones-alt-solid:before {
content: "\ebcb";
}
.gtn-headphones-solid:before {
content: "\ebcc";
}
.gtn-headset-solid:before {
content: "\ebcd";
}
.gtn-heart-broken-solid:before {
content: "\ebce";
}
.gtn-heart-solid:before {
content: "\ebcf";
}
.gtn-heart:before {
content: "\ebd0";
}
.gtn-heartbeat-solid:before {
content: "\ebd1";
}
.gtn-helicopter-solid:before {
content: "\ebd2";
}
.gtn-highlighter-solid:before {
content: "\ebd3";
}
.gtn-hiking-solid:before {
content: "\ebd4";
}
.gtn-hippo-solid:before {
content: "\ebd5";
}
.gtn-hips:before {
content: "\ebd6";
}
.gtn-hire-a-helper:before {
content: "\ebd7";
}
.gtn-history-solid:before {
content: "\ebd8";
}
.gtn-hockey-puck-solid:before {
content: "\ebd9";
}
.gtn-holly-berry-solid:before {
content: "\ebda";
}
.gtn-home-solid:before {
content: "\ebdb";
}
.gtn-hooli:before {
content: "\ebdc";
}
.gtn-hornbill:before {
content: "\ebdd";
}
.gtn-horse-head-solid:before {
content: "\ebde";
}
.gtn-horse-solid:before {
content: "\ebdf";
}
.gtn-hospital-alt-solid:before {
content: "\ebe0";
}
.gtn-hospital-solid:before {
content: "\ebe1";
}
.gtn-hospital-symbol-solid:before {
content: "\ebe2";
}
.gtn-hospital:before {
content: "\ebe3";
}
.gtn-hot-tub-solid:before {
content: "\ebe4";
}
.gtn-hotdog-solid:before {
content: "\ebe5";
}
.gtn-hotel-solid:before {
content: "\ebe6";
}
.gtn-hotjar:before {
content: "\ebe7";
}
.gtn-hourglass-end-solid:before {
content: "\ebe8";
}
.gtn-hourglass-half-solid:before {
content: "\ebe9";
}
.gtn-hourglass-solid:before {
content: "\ebea";
}
.gtn-hourglass-start-solid:before {
content: "\ebeb";
}
.gtn-hourglass:before {
content: "\ebec";
}
.gtn-house-damage-solid:before {
content: "\ebed";
}
.gtn-houzz:before {
content: "\ebee";
}
.gtn-hryvnia-solid:before {
content: "\ebef";
}
.gtn-html5:before {
content: "\ebf0";
}
.gtn-hubspot:before {
content: "\ebf1";
}
.gtn-i-cursor-solid:before {
content: "\ebf2";
}
.gtn-ice-cream-solid:before {
content: "\ebf3";
}
.gtn-icicles-solid:before {
content: "\ebf4";
}
.gtn-icons-solid:before {
content: "\ebf5";
}
.gtn-id-badge-solid:before {
content: "\ebf6";
}
.gtn-id-badge:before {
content: "\ebf7";
}
.gtn-id-card-alt-solid:before {
content: "\ebf8";
}
.gtn-id-card-solid:before {
content: "\ebf9";
}
.gtn-id-card:before {
content: "\ebfa";
}
.gtn-igloo-solid:before {
content: "\ebfb";
}
.gtn-image-solid:before {
content: "\ebfc";
}
.gtn-image:before {
content: "\ebfd";
}
.gtn-images-solid:before {
content: "\ebfe";
}
.gtn-images:before {
content: "\ebff";
}
.gtn-imdb:before {
content: "\ec00";
}
.gtn-inbox-solid:before {
content: "\ec01";
}
.gtn-indent-solid:before {
content: "\ec02";
}
.gtn-industry-solid:before {
content: "\ec03";
}
.gtn-infinity-solid:before {
content: "\ec04";
}
.gtn-info-circle-solid:before {
content: "\ec05";
}
.gtn-info-solid:before {
content: "\ec06";
}
.gtn-instagram:before {
content: "\ec07";
}
.gtn-intercom:before {
content: "\ec08";
}
.gtn-internet-explorer:before {
content: "\ec09";
}
.gtn-invision:before {
content: "\ec0a";
}
.gtn-ioxhost:before {
content: "\ec0b";
}
.gtn-italic-solid:before {
content: "\ec0c";
}
.gtn-itch-io:before {
content: "\ec0d";
}
.gtn-itunes-note:before {
content: "\ec0e";
}
.gtn-itunes:before {
content: "\ec0f";
}
.gtn-java:before {
content: "\ec10";
}
.gtn-jedi-order:before {
content: "\ec11";
}
.gtn-jedi-solid:before {
content: "\ec12";
}
.gtn-jenkins:before {
content: "\ec13";
}
.gtn-jira:before {
content: "\ec14";
}
.gtn-joget:before {
content: "\ec15";
}
.gtn-joint-solid:before {
content: "\ec16";
}
.gtn-joomla:before {
content: "\ec17";
}
.gtn-journal-whills-solid:before {
content: "\ec18";
}
.gtn-js-square:before {
content: "\ec19";
}
.gtn-js:before {
content: "\ec1a";
}
.gtn-jsfiddle:before {
content: "\ec1b";
}
.gtn-kaaba-solid:before {
content: "\ec1c";
}
.gtn-kaggle:before {
content: "\ec1d";
}
.gtn-key-solid:before {
content: "\ec1e";
}
.gtn-keybase:before {
content: "\ec1f";
}
.gtn-keyboard-solid:before {
content: "\ec20";
}
.gtn-keyboard:before {
content: "\ec21";
}
.gtn-keycdn:before {
content: "\ec22";
}
.gtn-khanda-solid:before {
content: "\ec23";
}
.gtn-kickstarter-k:before {
content: "\ec24";
}
.gtn-kickstarter:before {
content: "\ec25";
}
.gtn-kiss-beam-solid:before {
content: "\ec26";
}
.gtn-kiss-beam:before {
content: "\ec27";
}
.gtn-kiss-solid:before {
content: "\ec28";
}
.gtn-kiss-wink-heart-solid:before {
content: "\ec29";
}
.gtn-kiss-wink-heart:before {
content: "\ec2a";
}
.gtn-kiss:before {
content: "\ec2b";
}
.gtn-kiwi-bird-solid:before {
content: "\ec2c";
}
.gtn-korvue:before {
content: "\ec2d";
}
.gtn-landmark-solid:before {
content: "\ec2e";
}
.gtn-language-solid:before {
content: "\ec2f";
}
.gtn-laptop-code-solid:before {
content: "\ec30";
}
.gtn-laptop-medical-solid:before {
content: "\ec31";
}
.gtn-laptop-solid:before {
content: "\ec32";
}
.gtn-laravel:before {
content: "\ec33";
}
.gtn-lastfm-square:before {
content: "\ec34";
}
.gtn-lastfm:before {
content: "\ec35";
}
.gtn-laugh-beam-solid:before {
content: "\ec36";
}
.gtn-laugh-beam:before {
content: "\ec37";
}
.gtn-laugh-solid:before {
content: "\ec38";
}
.gtn-laugh-squint-solid:before {
content: "\ec39";
}
.gtn-laugh-squint:before {
content: "\ec3a";
}
.gtn-laugh-wink-solid:before {
content: "\ec3b";
}
.gtn-laugh-wink:before {
content: "\ec3c";
}
.gtn-laugh:before {
content: "\ec3d";
}
.gtn-layer-group-solid:before {
content: "\ec3e";
}
.gtn-leaf-solid:before {
content: "\ec3f";
}
.gtn-leanpub:before {
content: "\ec40";
}
.gtn-lemon-solid:before {
content: "\ec41";
}
.gtn-lemon:before {
content: "\ec42";
}
.gtn-less-than-equal-solid:before {
content: "\ec43";
}
.gtn-less-than-solid:before {
content: "\ec44";
}
.gtn-less:before {
content: "\ec45";
}
.gtn-level-down-alt-solid:before {
content: "\ec46";
}
.gtn-level-up-alt-solid:before {
content: "\ec47";
}
.gtn-life-ring-solid:before {
content: "\ec48";
}
.gtn-life-ring:before {
content: "\ec49";
}
.gtn-lightbulb-solid:before {
content: "\ec4a";
}
.gtn-lightbulb:before {
content: "\ec4b";
}
.gtn-line:before {
content: "\ec4c";
}
.gtn-link-solid:before {
content: "\ec4d";
}
.gtn-linkedin-in:before {
content: "\ec4e";
}
.gtn-linkedin:before {
content: "\ec4f";
}
.gtn-linode:before {
content: "\ec50";
}
.gtn-linux:before {
content: "\ec51";
}
.gtn-lira-sign-solid:before {
content: "\ec52";
}
.gtn-list-alt-solid:before {
content: "\ec53";
}
.gtn-list-alt:before {
content: "\ec54";
}
.gtn-list-ol-solid:before {
content: "\ec55";
}
.gtn-list-solid:before {
content: "\ec56";
}
.gtn-list-ul-solid:before {
content: "\ec57";
}
.gtn-location-arrow-solid:before {
content: "\ec58";
}
.gtn-lock-open-solid:before {
content: "\ec59";
}
.gtn-lock-solid:before {
content: "\ec5a";
}
.gtn-long-arrow-alt-down-solid:before {
content: "\ec5b";
}
.gtn-long-arrow-alt-left-solid:before {
content: "\ec5c";
}
.gtn-long-arrow-alt-right-solid:before {
content: "\ec5d";
}
.gtn-long-arrow-alt-up-solid:before {
content: "\ec5e";
}
.gtn-low-vision-solid:before {
content: "\ec5f";
}
.gtn-luggage-cart-solid:before {
content: "\ec60";
}
.gtn-lyft:before {
content: "\ec61";
}
.gtn-magento:before {
content: "\ec62";
}
.gtn-magic-solid:before {
content: "\ec63";
}
.gtn-magnet-solid:before {
content: "\ec64";
}
.gtn-mail-bulk-solid:before {
content: "\ec65";
}
.gtn-mailchimp:before {
content: "\ec66";
}
.gtn-male-solid:before {
content: "\ec67";
}
.gtn-mandalorian:before {
content: "\ec68";
}
.gtn-map-marked-alt-solid:before {
content: "\ec69";
}
.gtn-map-marked-solid:before {
content: "\ec6a";
}
.gtn-map-marker-alt-solid:before {
content: "\ec6b";
}
.gtn-map-marker-solid:before {
content: "\ec6c";
}
.gtn-map-pin-solid:before {
content: "\ec6d";
}
.gtn-map-signs-solid:before {
content: "\ec6e";
}
.gtn-map-solid:before {
content: "\ec6f";
}
.gtn-map:before {
content: "\ec70";
}
.gtn-markdown:before {
content: "\ec71";
}
.gtn-marker-solid:before {
content: "\ec72";
}
.gtn-mars-double-solid:before {
content: "\ec73";
}
.gtn-mars-solid:before {
content: "\ec74";
}
.gtn-mars-stroke-h-solid:before {
content: "\ec75";
}
.gtn-mars-stroke-solid:before {
content: "\ec76";
}
.gtn-mars-stroke-v-solid:before {
content: "\ec77";
}
.gtn-mask-solid:before {
content: "\ec78";
}
.gtn-mastodon:before {
content: "\ec79";
}
.gtn-maxcdn:before {
content: "\ec7a";
}
.gtn-mdb:before {
content: "\ec7b";
}
.gtn-medal-solid:before {
content: "\ec7c";
}
.gtn-medapps:before {
content: "\ec7d";
}
.gtn-medium-m:before {
content: "\ec7e";
}
.gtn-medium:before {
content: "\ec7f";
}
.gtn-medkit-solid:before {
content: "\ec80";
}
.gtn-medrt:before {
content: "\ec81";
}
.gtn-meetup:before {
content: "\ec82";
}
.gtn-megaport:before {
content: "\ec83";
}
.gtn-meh-blank-solid:before {
content: "\ec84";
}
.gtn-meh-blank:before {
content: "\ec85";
}
.gtn-meh-rolling-eyes-solid:before {
content: "\ec86";
}
.gtn-meh-rolling-eyes:before {
content: "\ec87";
}
.gtn-meh-solid:before {
content: "\ec88";
}
.gtn-meh:before {
content: "\ec89";
}
.gtn-memory-solid:before {
content: "\ec8a";
}
.gtn-mendeley:before {
content: "\ec8b";
}
.gtn-menorah-solid:before {
content: "\ec8c";
}
.gtn-mercury-solid:before {
content: "\ec8d";
}
.gtn-meteor-solid:before {
content: "\ec8e";
}
.gtn-microchip-solid:before {
content: "\ec8f";
}
.gtn-microphone-alt-slash-solid:before {
content: "\ec90";
}
.gtn-microphone-alt-solid:before {
content: "\ec91";
}
.gtn-microphone-slash-solid:before {
content: "\ec92";
}
.gtn-microphone-solid:before {
content: "\ec93";
}
.gtn-microscope-solid:before {
content: "\ec94";
}
.gtn-microsoft:before {
content: "\ec95";
}
.gtn-minus-circle-solid:before {
content: "\ec96";
}
.gtn-minus-solid:before {
content: "\ec97";
}
.gtn-minus-square-solid:before {
content: "\ec98";
}
.gtn-minus-square:before {
content: "\ec99";
}
.gtn-mitten-solid:before {
content: "\ec9a";
}
.gtn-mix:before {
content: "\ec9b";
}
.gtn-mixcloud:before {
content: "\ec9c";
}
.gtn-mizuni:before {
content: "\ec9d";
}
.gtn-mobile-alt-solid:before {
content: "\ec9e";
}
.gtn-mobile-solid:before {
content: "\ec9f";
}
.gtn-modx:before {
content: "\eca0";
}
.gtn-monero:before {
content: "\eca1";
}
.gtn-money-bill-alt-solid:before {
content: "\eca2";
}
.gtn-money-bill-alt:before {
content: "\eca3";
}
.gtn-money-bill-solid:before {
content: "\eca4";
}
.gtn-money-bill-wave-alt-solid:before {
content: "\eca5";
}
.gtn-money-bill-wave-solid:before {
content: "\eca6";
}
.gtn-money-check-alt-solid:before {
content: "\eca7";
}
.gtn-money-check-solid:before {
content: "\eca8";
}
.gtn-monument-solid:before {
content: "\eca9";
}
.gtn-moon-solid:before {
content: "\ecaa";
}
.gtn-moon:before {
content: "\ecab";
}
.gtn-mortar-pestle-solid:before {
content: "\ecac";
}
.gtn-mosque-solid:before {
content: "\ecad";
}
.gtn-motorcycle-solid:before {
content: "\ecae";
}
.gtn-mountain-solid:before {
content: "\ecaf";
}
.gtn-mouse-pointer-solid:before {
content: "\ecb0";
}
.gtn-mouse-solid:before {
content: "\ecb1";
}
.gtn-mug-hot-solid:before {
content: "\ecb2";
}
.gtn-music-solid:before {
content: "\ecb3";
}
.gtn-napster:before {
content: "\ecb4";
}
.gtn-neos:before {
content: "\ecb5";
}
.gtn-network-wired-solid:before {
content: "\ecb6";
}
.gtn-neuter-solid:before {
content: "\ecb7";
}
.gtn-newspaper-solid:before {
content: "\ecb8";
}
.gtn-newspaper:before {
content: "\ecb9";
}
.gtn-nimblr:before {
content: "\ecba";
}
.gtn-node-js:before {
content: "\ecbb";
}
.gtn-node:before {
content: "\ecbc";
}
.gtn-not-equal-solid:before {
content: "\ecbd";
}
.gtn-notes-medical-solid:before {
content: "\ecbe";
}
.gtn-npm:before {
content: "\ecbf";
}
.gtn-ns8:before {
content: "\ecc0";
}
.gtn-nutritionix:before {
content: "\ecc1";
}
.gtn-object-group-solid:before {
content: "\ecc2";
}
.gtn-object-group:before {
content: "\ecc3";
}
.gtn-object-ungroup-solid:before {
content: "\ecc4";
}
.gtn-object-ungroup:before {
content: "\ecc5";
}
.gtn-odnoklassniki-square:before {
content: "\ecc6";
}
.gtn-odnoklassniki:before {
content: "\ecc7";
}
.gtn-oil-can-solid:before {
content: "\ecc8";
}
.gtn-old-republic:before {
content: "\ecc9";
}
.gtn-om-solid:before {
content: "\ecca";
}
.gtn-opencart:before {
content: "\eccb";
}
.gtn-openid:before {
content: "\eccc";
}
.gtn-opera:before {
content: "\eccd";
}
.gtn-optin-monster:before {
content: "\ecce";
}
.gtn-orcid:before {
content: "\eccf";
}
.gtn-osi:before {
content: "\ecd0";
}
.gtn-otter-solid:before {
content: "\ecd1";
}
.gtn-outdent-solid:before {
content: "\ecd2";
}
.gtn-page4:before {
content: "\ecd3";
}
.gtn-pagelines:before {
content: "\ecd4";
}
.gtn-pager-solid:before {
content: "\ecd5";
}
.gtn-paint-brush-solid:before {
content: "\ecd6";
}
.gtn-paint-roller-solid:before {
content: "\ecd7";
}
.gtn-palette-solid:before {
content: "\ecd8";
}
.gtn-palfed:before {
content: "\ecd9";
}
.gtn-pallet-solid:before {
content: "\ecda";
}
.gtn-paper-plane-solid:before {
content: "\ecdb";
}
.gtn-paper-plane:before {
content: "\ecdc";
}
.gtn-paperclip-solid:before {
content: "\ecdd";
}
.gtn-parachute-box-solid:before {
content: "\ecde";
}
.gtn-paragraph-solid:before {
content: "\ecdf";
}
.gtn-parking-solid:before {
content: "\ece0";
}
.gtn-passport-solid:before {
content: "\ece1";
}
.gtn-pastafarianism-solid:before {
content: "\ece2";
}
.gtn-paste-solid:before {
content: "\ece3";
}
.gtn-patreon:before {
content: "\ece4";
}
.gtn-pause-circle-solid:before {
content: "\ece5";
}
.gtn-pause-circle:before {
content: "\ece6";
}
.gtn-pause-solid:before {
content: "\ece7";
}
.gtn-paw-solid:before {
content: "\ece8";
}
.gtn-paypal:before {
content: "\ece9";
}
.gtn-peace-solid:before {
content: "\ecea";
}
.gtn-pen-alt-solid:before {
content: "\eceb";
}
.gtn-pen-fancy-solid:before {
content: "\ecec";
}
.gtn-pen-nib-solid:before {
content: "\eced";
}
.gtn-pen-solid:before {
content: "\ecee";
}
.gtn-pen-square-solid:before {
content: "\ecef";
}
.gtn-pencil-alt-solid:before {
content: "\ecf0";
}
.gtn-pencil-ruler-solid:before {
content: "\ecf1";
}
.gtn-penny-arcade:before {
content: "\ecf2";
}
.gtn-people-carry-solid:before {
content: "\ecf3";
}
.gtn-pepper-hot-solid:before {
content: "\ecf4";
}
.gtn-percent-solid:before {
content: "\ecf5";
}
.gtn-percentage-solid:before {
content: "\ecf6";
}
.gtn-periscope:before {
content: "\ecf7";
}
.gtn-person-booth-solid:before {
content: "\ecf8";
}
.gtn-phabricator:before {
content: "\ecf9";
}
.gtn-phoenix-framework:before {
content: "\ecfa";
}
.gtn-phoenix-squadron:before {
content: "\ecfb";
}
.gtn-phone-alt-solid:before {
content: "\ecfc";
}
.gtn-phone-slash-solid:before {
content: "\ecfd";
}
.gtn-phone-solid:before {
content: "\ecfe";
}
.gtn-phone-square-alt-solid:before {
content: "\ecff";
}
.gtn-phone-square-solid:before {
content: "\ed00";
}
.gtn-phone-volume-solid:before {
content: "\ed01";
}
.gtn-photo-video-solid:before {
content: "\ed02";
}
.gtn-php:before {
content: "\ed03";
}
.gtn-pied-piper-alt:before {
content: "\ed04";
}
.gtn-pied-piper-hat:before {
content: "\ed05";
}
.gtn-pied-piper-pp:before {
content: "\ed06";
}
.gtn-pied-piper:before {
content: "\ed07";
}
.gtn-piggy-bank-solid:before {
content: "\ed08";
}
.gtn-pills-solid:before {
content: "\ed09";
}
.gtn-pinterest-p:before {
content: "\ed0a";
}
.gtn-pinterest-square:before {
content: "\ed0b";
}
.gtn-pinterest:before {
content: "\ed0c";
}
.gtn-pizza-slice-solid:before {
content: "\ed0d";
}
.gtn-place-of-worship-solid:before {
content: "\ed0e";
}
.gtn-plane-arrival-solid:before {
content: "\ed0f";
}
.gtn-plane-departure-solid:before {
content: "\ed10";
}
.gtn-plane-solid:before {
content: "\ed11";
}
.gtn-play-circle-solid:before {
content: "\ed12";
}
.gtn-play-circle:before {
content: "\ed13";
}
.gtn-play-solid:before {
content: "\ed14";
}
.gtn-playstation:before {
content: "\ed15";
}
.gtn-plug-solid:before {
content: "\ed16";
}
.gtn-plus-circle-solid:before {
content: "\ed17";
}
.gtn-plus-solid:before {
content: "\ed18";
}
.gtn-plus-square-solid:before {
content: "\ed19";
}
.gtn-plus-square:before {
content: "\ed1a";
}
.gtn-podcast-solid:before {
content: "\ed1b";
}
.gtn-poll-h-solid:before {
content: "\ed1c";
}
.gtn-poll-solid:before {
content: "\ed1d";
}
.gtn-poo-solid:before {
content: "\ed1e";
}
.gtn-poo-storm-solid:before {
content: "\ed1f";
}
.gtn-poop-solid:before {
content: "\ed20";
}
.gtn-portrait-solid:before {
content: "\ed21";
}
.gtn-pound-sign-solid:before {
content: "\ed22";
}
.gtn-power-off-solid:before {
content: "\ed23";
}
.gtn-pray-solid:before {
content: "\ed24";
}
.gtn-praying-hands-solid:before {
content: "\ed25";
}
.gtn-prescription-bottle-alt-solid:before {
content: "\ed26";
}
.gtn-prescription-bottle-solid:before {
content: "\ed27";
}
.gtn-prescription-solid:before {
content: "\ed28";
}
.gtn-print-solid:before {
content: "\ed29";
}
.gtn-procedures-solid:before {
content: "\ed2a";
}
.gtn-product-hunt:before {
content: "\ed2b";
}
.gtn-project-diagram-solid:before {
content: "\ed2c";
}
.gtn-pushed:before {
content: "\ed2d";
}
.gtn-puzzle-piece-solid:before {
content: "\ed2e";
}
.gtn-python:before {
content: "\ed2f";
}
.gtn-qq:before {
content: "\ed30";
}
.gtn-qrcode-solid:before {
content: "\ed31";
}
.gtn-question-circle-solid:before {
content: "\ed32";
}
.gtn-question-circle:before {
content: "\ed33";
}
.gtn-question-solid:before {
content: "\ed34";
}
.gtn-quidditch-solid:before {
content: "\ed35";
}
.gtn-quinscape:before {
content: "\ed36";
}
.gtn-quora:before {
content: "\ed37";
}
.gtn-quote-left-solid:before {
content: "\ed38";
}
.gtn-quote-right-solid:before {
content: "\ed39";
}
.gtn-quran-solid:before {
content: "\ed3a";
}
.gtn-r-project:before {
content: "\ed3b";
}
.gtn-radiation-alt-solid:before {
content: "\ed3c";
}
.gtn-radiation-solid:before {
content: "\ed3d";
}
.gtn-rainbow-solid:before {
content: "\ed3e";
}
.gtn-random-solid:before {
content: "\ed3f";
}
.gtn-raspberry-pi:before {
content: "\ed40";
}
.gtn-ravelry:before {
content: "\ed41";
}
.gtn-react:before {
content: "\ed42";
}
.gtn-reacteurope:before {
content: "\ed43";
}
.gtn-readme:before {
content: "\ed44";
}
.gtn-rebel:before {
content: "\ed45";
}
.gtn-receipt-solid:before {
content: "\ed46";
}
.gtn-record-vinyl-solid:before {
content: "\ed47";
}
.gtn-recycle-solid:before {
content: "\ed48";
}
.gtn-red-river:before {
content: "\ed49";
}
.gtn-reddit-alien:before {
content: "\ed4a";
}
.gtn-reddit-square:before {
content: "\ed4b";
}
.gtn-reddit:before {
content: "\ed4c";
}
.gtn-redhat:before {
content: "\ed4d";
}
.gtn-redo-alt-solid:before {
content: "\ed4e";
}
.gtn-redo-solid:before {
content: "\ed4f";
}
.gtn-registered-solid:before {
content: "\ed50";
}
.gtn-registered:before {
content: "\ed51";
}
.gtn-remove-format-solid:before {
content: "\ed52";
}
.gtn-renren:before {
content: "\ed53";
}
.gtn-reply-all-solid:before {
content: "\ed54";
}
.gtn-reply-solid:before {
content: "\ed55";
}
.gtn-replyd:before {
content: "\ed56";
}
.gtn-republican-solid:before {
content: "\ed57";
}
.gtn-researchgate:before {
content: "\ed58";
}
.gtn-resolving:before {
content: "\ed59";
}
.gtn-restroom-solid:before {
content: "\ed5a";
}
.gtn-retweet-solid:before {
content: "\ed5b";
}
.gtn-rev:before {
content: "\ed5c";
}
.gtn-ribbon-solid:before {
content: "\ed5d";
}
.gtn-ring-solid:before {
content: "\ed5e";
}
.gtn-road-solid:before {
content: "\ed5f";
}
.gtn-robot-solid:before {
content: "\ed60";
}
.gtn-rocket-solid:before {
content: "\ed61";
}
.gtn-rocketchat:before {
content: "\ed62";
}
.gtn-rockrms:before {
content: "\ed63";
}
.gtn-route-solid:before {
content: "\ed64";
}
.gtn-rss-solid:before {
content: "\ed65";
}
.gtn-rss-square-solid:before {
content: "\ed66";
}
.gtn-ruble-sign-solid:before {
content: "\ed67";
}
.gtn-ruler-combined-solid:before {
content: "\ed68";
}
.gtn-ruler-horizontal-solid:before {
content: "\ed69";
}
.gtn-ruler-solid:before {
content: "\ed6a";
}
.gtn-ruler-vertical-solid:before {
content: "\ed6b";
}
.gtn-running-solid:before {
content: "\ed6c";
}
.gtn-rupee-sign-solid:before {
content: "\ed6d";
}
.gtn-sad-cry-solid:before {
content: "\ed6e";
}
.gtn-sad-cry:before {
content: "\ed6f";
}
.gtn-sad-tear-solid:before {
content: "\ed70";
}
.gtn-sad-tear:before {
content: "\ed71";
}
.gtn-safari:before {
content: "\ed72";
}
.gtn-salesforce:before {
content: "\ed73";
}
.gtn-sass:before {
content: "\ed74";
}
.gtn-satellite-dish-solid:before {
content: "\ed75";
}
.gtn-satellite-solid:before {
content: "\ed76";
}
.gtn-save-solid:before {
content: "\ed77";
}
.gtn-save:before {
content: "\ed78";
}
.gtn-schlix:before {
content: "\ed79";
}
.gtn-school-solid:before {
content: "\ed7a";
}
.gtn-screwdriver-solid:before {
content: "\ed7b";
}
.gtn-scribd:before {
content: "\ed7c";
}
.gtn-scroll-solid:before {
content: "\ed7d";
}
.gtn-sd-card-solid:before {
content: "\ed7e";
}
.gtn-search-dollar-solid:before {
content: "\ed7f";
}
.gtn-search-location-solid:before {
content: "\ed80";
}
.gtn-search-minus-solid:before {
content: "\ed81";
}
.gtn-search-plus-solid:before {
content: "\ed82";
}
.gtn-search-solid:before {
content: "\ed83";
}
.gtn-searchengin:before {
content: "\ed84";
}
.gtn-seedling-solid:before {
content: "\ed85";
}
.gtn-sellcast:before {
content: "\ed86";
}
.gtn-sellsy:before {
content: "\ed87";
}
.gtn-server-solid:before {
content: "\ed88";
}
.gtn-servicestack:before {
content: "\ed89";
}
.gtn-shapes-solid:before {
content: "\ed8a";
}
.gtn-share-alt-solid:before {
content: "\ed8b";
}
.gtn-share-alt-square-solid:before {
content: "\ed8c";
}
.gtn-share-solid:before {
content: "\ed8d";
}
.gtn-share-square-solid:before {
content: "\ed8e";
}
.gtn-share-square:before {
content: "\ed8f";
}
.gtn-shekel-sign-solid:before {
content: "\ed90";
}
.gtn-shield-alt-solid:before {
content: "\ed91";
}
.gtn-ship-solid:before {
content: "\ed92";
}
.gtn-shipping-fast-solid:before {
content: "\ed93";
}
.gtn-shirtsinbulk:before {
content: "\ed94";
}
.gtn-shoe-prints-solid:before {
content: "\ed95";
}
.gtn-shopping-bag-solid:before {
content: "\ed96";
}
.gtn-shopping-basket-solid:before {
content: "\ed97";
}
.gtn-shopping-cart-solid:before {
content: "\ed98";
}
.gtn-shopware:before {
content: "\ed99";
}
.gtn-shower-solid:before {
content: "\ed9a";
}
.gtn-shuttle-van-solid:before {
content: "\ed9b";
}
.gtn-sign-in-alt-solid:before {
content: "\ed9c";
}
.gtn-sign-language-solid:before {
content: "\ed9d";
}
.gtn-sign-out-alt-solid:before {
content: "\ed9e";
}
.gtn-sign-solid:before {
content: "\ed9f";
}
.gtn-signal-solid:before {
content: "\eda0";
}
.gtn-signature-solid:before {
content: "\eda1";
}
.gtn-sim-card-solid:before {
content: "\eda2";
}
.gtn-simplybuilt:before {
content: "\eda3";
}
.gtn-sistrix:before {
content: "\eda4";
}
.gtn-sitemap-solid:before {
content: "\eda5";
}
.gtn-sith:before {
content: "\eda6";
}
.gtn-skating-solid:before {
content: "\eda7";
}
.gtn-sketch:before {
content: "\eda8";
}
.gtn-skiing-nordic-solid:before {
content: "\eda9";
}
.gtn-skiing-solid:before {
content: "\edaa";
}
.gtn-skull-crossbones-solid:before {
content: "\edab";
}
.gtn-skull-solid:before {
content: "\edac";
}
.gtn-skyatlas:before {
content: "\edad";
}
.gtn-skype:before {
content: "\edae";
}
.gtn-slack-hash:before {
content: "\edaf";
}
.gtn-slack:before {
content: "\edb0";
}
.gtn-slash-solid:before {
content: "\edb1";
}
.gtn-sleigh-solid:before {
content: "\edb2";
}
.gtn-sliders-h-solid:before {
content: "\edb3";
}
.gtn-slideshare:before {
content: "\edb4";
}
.gtn-smile-beam-solid:before {
content: "\edb5";
}
.gtn-smile-beam:before {
content: "\edb6";
}
.gtn-smile-solid:before {
content: "\edb7";
}
.gtn-smile-wink-solid:before {
content: "\edb8";
}
.gtn-smile-wink:before {
content: "\edb9";
}
.gtn-smile:before {
content: "\edba";
}
.gtn-smog-solid:before {
content: "\edbb";
}
.gtn-smoking-ban-solid:before {
content: "\edbc";
}
.gtn-smoking-solid:before {
content: "\edbd";
}
.gtn-sms-solid:before {
content: "\edbe";
}
.gtn-snapchat-ghost:before {
content: "\edbf";
}
.gtn-snapchat-square:before {
content: "\edc0";
}
.gtn-snapchat:before {
content: "\edc1";
}
.gtn-snowboarding-solid:before {
content: "\edc2";
}
.gtn-snowflake-solid:before {
content: "\edc3";
}
.gtn-snowflake:before {
content: "\edc4";
}
.gtn-snowman-solid:before {
content: "\edc5";
}
.gtn-snowplow-solid:before {
content: "\edc6";
}
.gtn-socks-solid:before {
content: "\edc7";
}
.gtn-solar-panel-solid:before {
content: "\edc8";
}
.gtn-sort-alpha-down-alt-solid:before {
content: "\edc9";
}
.gtn-sort-alpha-down-solid:before {
content: "\edca";
}
.gtn-sort-alpha-up-alt-solid:before {
content: "\edcb";
}
.gtn-sort-alpha-up-solid:before {
content: "\edcc";
}
.gtn-sort-amount-down-alt-solid:before {
content: "\edcd";
}
.gtn-sort-amount-down-solid:before {
content: "\edce";
}
.gtn-sort-amount-up-alt-solid:before {
content: "\edcf";
}
.gtn-sort-amount-up-solid:before {
content: "\edd0";
}
.gtn-sort-down-solid:before {
content: "\edd1";
}
.gtn-sort-numeric-down-alt-solid:before {
content: "\edd2";
}
.gtn-sort-numeric-down-solid:before {
content: "\edd3";
}
.gtn-sort-numeric-up-alt-solid:before {
content: "\edd4";
}
.gtn-sort-numeric-up-solid:before {
content: "\edd5";
}
.gtn-sort-solid:before {
content: "\edd6";
}
.gtn-sort-up-solid:before {
content: "\edd7";
}
.gtn-soundcloud:before {
content: "\edd8";
}
.gtn-sourcetree:before {
content: "\edd9";
}
.gtn-spa-solid:before {
content: "\edda";
}
.gtn-space-shuttle-solid:before {
content: "\eddb";
}
.gtn-speakap:before {
content: "\eddc";
}
.gtn-speaker-deck:before {
content: "\eddd";
}
.gtn-spell-check-solid:before {
content: "\edde";
}
.gtn-spider-solid:before {
content: "\eddf";
}
.gtn-spinner-solid:before {
content: "\ede0";
}
.gtn-splotch-solid:before {
content: "\ede1";
}
.gtn-spotify:before {
content: "\ede2";
}
.gtn-spray-can-solid:before {
content: "\ede3";
}
.gtn-square-full-solid:before {
content: "\ede4";
}
.gtn-square-root-alt-solid:before {
content: "\ede5";
}
.gtn-square-solid:before {
content: "\ede6";
}
.gtn-square:before {
content: "\ede7";
}
.gtn-squarespace:before {
content: "\ede8";
}
.gtn-stack-exchange:before {
content: "\ede9";
}
.gtn-stack-overflow:before {
content: "\edea";
}
.gtn-stackpath:before {
content: "\edeb";
}
.gtn-stamp-solid:before {
content: "\edec";
}
.gtn-star-and-crescent-solid:before {
content: "\eded";
}
.gtn-star-half-alt-solid:before {
content: "\edee";
}
.gtn-star-half-solid:before {
content: "\edef";
}
.gtn-star-half:before {
content: "\edf0";
}
.gtn-star-of-david-solid:before {
content: "\edf1";
}
.gtn-star-of-life-solid:before {
content: "\edf2";
}
.gtn-star-solid:before {
content: "\edf3";
}
.gtn-star:before {
content: "\edf4";
}
.gtn-staylinked:before {
content: "\edf5";
}
.gtn-steam-square:before {
content: "\edf6";
}
.gtn-steam-symbol:before {
content: "\edf7";
}
.gtn-steam:before {
content: "\edf8";
}
.gtn-step-backward-solid:before {
content: "\edf9";
}
.gtn-step-forward-solid:before {
content: "\edfa";
}
.gtn-stethoscope-solid:before {
content: "\edfb";
}
.gtn-sticker-mule:before {
content: "\edfc";
}
.gtn-sticky-note-solid:before {
content: "\edfd";
}
.gtn-sticky-note:before {
content: "\edfe";
}
.gtn-stop-circle-solid:before {
content: "\edff";
}
.gtn-stop-circle:before {
content: "\ee00";
}
.gtn-stop-solid:before {
content: "\ee01";
}
.gtn-stopwatch-solid:before {
content: "\ee02";
}
.gtn-store-alt-solid:before {
content: "\ee03";
}
.gtn-store-solid:before {
content: "\ee04";
}
.gtn-strava:before {
content: "\ee05";
}
.gtn-stream-solid:before {
content: "\ee06";
}
.gtn-street-view-solid:before {
content: "\ee07";
}
.gtn-strikethrough-solid:before {
content: "\ee08";
}
.gtn-stripe-s:before {
content: "\ee09";
}
.gtn-stripe:before {
content: "\ee0a";
}
.gtn-stroopwafel-solid:before {
content: "\ee0b";
}
.gtn-studiovinari:before {
content: "\ee0c";
}
.gtn-stumbleupon-circle:before {
content: "\ee0d";
}
.gtn-stumbleupon:before {
content: "\ee0e";
}
.gtn-subscript-solid:before {
content: "\ee0f";
}
.gtn-subway-solid:before {
content: "\ee10";
}
.gtn-suitcase-rolling-solid:before {
content: "\ee11";
}
.gtn-suitcase-solid:before {
content: "\ee12";
}
.gtn-sun-solid:before {
content: "\ee13";
}
.gtn-sun:before {
content: "\ee14";
}
.gtn-superpowers:before {
content: "\ee15";
}
.gtn-superscript-solid:before {
content: "\ee16";
}
.gtn-supple:before {
content: "\ee17";
}
.gtn-surprise-solid:before {
content: "\ee18";
}
.gtn-surprise:before {
content: "\ee19";
}
.gtn-suse:before {
content: "\ee1a";
}
.gtn-swatchbook-solid:before {
content: "\ee1b";
}
.gtn-swift:before {
content: "\ee1c";
}
.gtn-swimmer-solid:before {
content: "\ee1d";
}
.gtn-swimming-pool-solid:before {
content: "\ee1e";
}
.gtn-symfony:before {
content: "\ee1f";
}
.gtn-synagogue-solid:before {
content: "\ee20";
}
.gtn-sync-alt-solid:before {
content: "\ee21";
}
.gtn-sync-solid:before {
content: "\ee22";
}
.gtn-syringe-solid:before {
content: "\ee23";
}
.gtn-table-solid:before {
content: "\ee24";
}
.gtn-table-tennis-solid:before {
content: "\ee25";
}
.gtn-tablet-alt-solid:before {
content: "\ee26";
}
.gtn-tablet-solid:before {
content: "\ee27";
}
.gtn-tablets-solid:before {
content: "\ee28";
}
.gtn-tachometer-alt-solid:before {
content: "\ee29";
}
.gtn-tag-solid:before {
content: "\ee2a";
}
.gtn-tags-solid:before {
content: "\ee2b";
}
.gtn-tape-solid:before {
content: "\ee2c";
}
.gtn-tasks-solid:before {
content: "\ee2d";
}
.gtn-taxi-solid:before {
content: "\ee2e";
}
.gtn-teamspeak:before {
content: "\ee2f";
}
.gtn-teeth-open-solid:before {
content: "\ee30";
}
.gtn-teeth-solid:before {
content: "\ee31";
}
.gtn-telegram-plane:before {
content: "\ee32";
}
.gtn-telegram:before {
content: "\ee33";
}
.gtn-temperature-high-solid:before {
content: "\ee34";
}
.gtn-temperature-low-solid:before {
content: "\ee35";
}
.gtn-tencent-weibo:before {
content: "\ee36";
}
.gtn-tenge-solid:before {
content: "\ee37";
}
.gtn-terminal-solid:before {
content: "\ee38";
}
.gtn-text-height-solid:before {
content: "\ee39";
}
.gtn-text-width-solid:before {
content: "\ee3a";
}
.gtn-th-large-solid:before {
content: "\ee3b";
}
.gtn-th-list-solid:before {
content: "\ee3c";
}
.gtn-th-solid:before {
content: "\ee3d";
}
.gtn-the-red-yeti:before {
content: "\ee3e";
}
.gtn-theater-masks-solid:before {
content: "\ee3f";
}
.gtn-themeco:before {
content: "\ee40";
}
.gtn-themeisle:before {
content: "\ee41";
}
.gtn-thermometer-empty-solid:before {
content: "\ee42";
}
.gtn-thermometer-full-solid:before {
content: "\ee43";
}
.gtn-thermometer-half-solid:before {
content: "\ee44";
}
.gtn-thermometer-quarter-solid:before {
content: "\ee45";
}
.gtn-thermometer-solid:before {
content: "\ee46";
}
.gtn-thermometer-three-quarters-solid:before {
content: "\ee47";
}
.gtn-think-peaks:before {
content: "\ee48";
}
.gtn-thumbs-down-solid:before {
content: "\ee49";
}
.gtn-thumbs-down:before {
content: "\ee4a";
}
.gtn-thumbs-up-solid:before {
content: "\ee4b";
}
.gtn-thumbs-up:before {
content: "\ee4c";
}
.gtn-thumbtack-solid:before {
content: "\ee4d";
}
.gtn-ticket-alt-solid:before {
content: "\ee4e";
}
.gtn-times-circle-solid:before {
content: "\ee4f";
}
.gtn-times-circle:before {
content: "\ee50";
}
.gtn-times-solid:before {
content: "\ee51";
}
.gtn-tint-slash-solid:before {
content: "\ee52";
}
.gtn-tint-solid:before {
content: "\ee53";
}
.gtn-tired-solid:before {
content: "\ee54";
}
.gtn-tired:before {
content: "\ee55";
}
.gtn-toggle-off-solid:before {
content: "\ee56";
}
.gtn-toggle-on-solid:before {
content: "\ee57";
}
.gtn-toilet-paper-solid:before {
content: "\ee58";
}
.gtn-toilet-solid:before {
content: "\ee59";
}
.gtn-toolbox-solid:before {
content: "\ee5a";
}
.gtn-tools-solid:before {
content: "\ee5b";
}
.gtn-tooth-solid:before {
content: "\ee5c";
}
.gtn-torah-solid:before {
content: "\ee5d";
}
.gtn-torii-gate-solid:before {
content: "\ee5e";
}
.gtn-tractor-solid:before {
content: "\ee5f";
}
.gtn-trade-federation:before {
content: "\ee60";
}
.gtn-trademark-solid:before {
content: "\ee61";
}
.gtn-traffic-light-solid:before {
content: "\ee62";
}
.gtn-train-solid:before {
content: "\ee63";
}
.gtn-tram-solid:before {
content: "\ee64";
}
.gtn-transgender-alt-solid:before {
content: "\ee65";
}
.gtn-transgender-solid:before {
content: "\ee66";
}
.gtn-trash-alt-solid:before {
content: "\ee67";
}
.gtn-trash-alt:before {
content: "\ee68";
}
.gtn-trash-restore-alt-solid:before {
content: "\ee69";
}
.gtn-trash-restore-solid:before {
content: "\ee6a";
}
.gtn-trash-solid:before {
content: "\ee6b";
}
.gtn-tree-solid:before {
content: "\ee6c";
}
.gtn-trello:before {
content: "\ee6d";
}
.gtn-tripadvisor:before {
content: "\ee6e";
}
.gtn-trophy-solid:before {
content: "\ee6f";
}
.gtn-truck-loading-solid:before {
content: "\ee70";
}
.gtn-truck-monster-solid:before {
content: "\ee71";
}
.gtn-truck-moving-solid:before {
content: "\ee72";
}
.gtn-truck-pickup-solid:before {
content: "\ee73";
}
.gtn-truck-solid:before {
content: "\ee74";
}
.gtn-tshirt-solid:before {
content: "\ee75";
}
.gtn-tty-solid:before {
content: "\ee76";
}
.gtn-tumblr-square:before {
content: "\ee77";
}
.gtn-tumblr:before {
content: "\ee78";
}
.gtn-tv-solid:before {
content: "\ee79";
}
.gtn-twitch:before {
content: "\ee7a";
}
.gtn-twitter-square:before {
content: "\ee7b";
}
.gtn-twitter:before {
content: "\ee7c";
}
.gtn-typo3:before {
content: "\ee7d";
}
.gtn-uber:before {
content: "\ee7e";
}
.gtn-ubuntu:before {
content: "\ee7f";
}
.gtn-uikit:before {
content: "\ee80";
}
.gtn-umbraco:before {
content: "\ee81";
}
.gtn-umbrella-beach-solid:before {
content: "\ee82";
}
.gtn-umbrella-solid:before {
content: "\ee83";
}
.gtn-underline-solid:before {
content: "\ee84";
}
.gtn-undo-alt-solid:before {
content: "\ee85";
}
.gtn-undo-solid:before {
content: "\ee86";
}
.gtn-uniregistry:before {
content: "\ee87";
}
.gtn-universal-access-solid:before {
content: "\ee88";
}
.gtn-university-solid:before {
content: "\ee89";
}
.gtn-unlink-solid:before {
content: "\ee8a";
}
.gtn-unlock-alt-solid:before {
content: "\ee8b";
}
.gtn-unlock-solid:before {
content: "\ee8c";
}
.gtn-untappd:before {
content: "\ee8d";
}
.gtn-upload-solid:before {
content: "\ee8e";
}
.gtn-ups:before {
content: "\ee8f";
}
.gtn-usb:before {
content: "\ee90";
}
.gtn-user-alt-slash-solid:before {
content: "\ee91";
}
.gtn-user-alt-solid:before {
content: "\ee92";
}
.gtn-user-astronaut-solid:before {
content: "\ee93";
}
.gtn-user-check-solid:before {
content: "\ee94";
}
.gtn-user-circle-solid:before {
content: "\ee95";
}
.gtn-user-circle:before {
content: "\ee96";
}
.gtn-user-clock-solid:before {
content: "\ee97";
}
.gtn-user-cog-solid:before {
content: "\ee98";
}
.gtn-user-edit-solid:before {
content: "\ee99";
}
.gtn-user-friends-solid:before {
content: "\ee9a";
}
.gtn-user-graduate-solid:before {
content: "\ee9b";
}
.gtn-user-injured-solid:before {
content: "\ee9c";
}
.gtn-user-lock-solid:before {
content: "\ee9d";
}
.gtn-user-md-solid:before {
content: "\ee9e";
}
.gtn-user-minus-solid:before {
content: "\ee9f";
}
.gtn-user-ninja-solid:before {
content: "\eea0";
}
.gtn-user-nurse-solid:before {
content: "\eea1";
}
.gtn-user-plus-solid:before {
content: "\eea2";
}
.gtn-user-secret-solid:before {
content: "\eea3";
}
.gtn-user-shield-solid:before {
content: "\eea4";
}
.gtn-user-slash-solid:before {
content: "\eea5";
}
.gtn-user-solid:before {
content: "\eea6";
}
.gtn-user-tag-solid:before {
content: "\eea7";
}
.gtn-user-tie-solid:before {
content: "\eea8";
}
.gtn-user-times-solid:before {
content: "\eea9";
}
.gtn-user:before {
content: "\eeaa";
}
.gtn-users-cog-solid:before {
content: "\eeab";
}
.gtn-users-solid:before {
content: "\eeac";
}
.gtn-usps:before {
content: "\eead";
}
.gtn-ussunnah:before {
content: "\eeae";
}
.gtn-utensil-spoon-solid:before {
content: "\eeaf";
}
.gtn-utensils-solid:before {
content: "\eeb0";
}
.gtn-vaadin:before {
content: "\eeb1";
}
.gtn-vector-square-solid:before {
content: "\eeb2";
}
.gtn-venus-double-solid:before {
content: "\eeb3";
}
.gtn-venus-mars-solid:before {
content: "\eeb4";
}
.gtn-venus-solid:before {
content: "\eeb5";
}
.gtn-viacoin:before {
content: "\eeb6";
}
.gtn-viadeo-square:before {
content: "\eeb7";
}
.gtn-viadeo:before {
content: "\eeb8";
}
.gtn-vial-solid:before {
content: "\eeb9";
}
.gtn-vials-solid:before {
content: "\eeba";
}
.gtn-viber:before {
content: "\eebb";
}
.gtn-video-slash-solid:before {
content: "\eebc";
}
.gtn-video-solid:before {
content: "\eebd";
}
.gtn-vihara-solid:before {
content: "\eebe";
}
.gtn-vimeo-square:before {
content: "\eebf";
}
.gtn-vimeo-v:before {
content: "\eec0";
}
.gtn-vimeo:before {
content: "\eec1";
}
.gtn-vine:before {
content: "\eec2";
}
.gtn-vk:before {
content: "\eec3";
}
.gtn-vnv:before {
content: "\eec4";
}
.gtn-voicemail-solid:before {
content: "\eec5";
}
.gtn-volleyball-ball-solid:before {
content: "\eec6";
}
.gtn-volume-down-solid:before {
content: "\eec7";
}
.gtn-volume-mute-solid:before {
content: "\eec8";
}
.gtn-volume-off-solid:before {
content: "\eec9";
}
.gtn-volume-up-solid:before {
content: "\eeca";
}
.gtn-vote-yea-solid:before {
content: "\eecb";
}
.gtn-vr-cardboard-solid:before {
content: "\eecc";
}
.gtn-vuejs:before {
content: "\eecd";
}
.gtn-walking-solid:before {
content: "\eece";
}
.gtn-wallet-solid:before {
content: "\eecf";
}
.gtn-warehouse-solid:before {
content: "\eed0";
}
.gtn-water-solid:before {
content: "\eed1";
}
.gtn-wave-square-solid:before {
content: "\eed2";
}
.gtn-waze:before {
content: "\eed3";
}
.gtn-weebly:before {
content: "\eed4";
}
.gtn-weibo:before {
content: "\eed5";
}
.gtn-weight-hanging-solid:before {
content: "\eed6";
}
.gtn-weight-solid:before {
content: "\eed7";
}
.gtn-weixin:before {
content: "\eed8";
}
.gtn-whatsapp-square:before {
content: "\eed9";
}
.gtn-whatsapp:before {
content: "\eeda";
}
.gtn-wheelchair-solid:before {
content: "\eedb";
}
.gtn-whmcs:before {
content: "\eedc";
}
.gtn-wifi-solid:before {
content: "\eedd";
}
.gtn-wikipedia-w:before {
content: "\eede";
}
.gtn-wind-solid:before {
content: "\eedf";
}
.gtn-window-close-solid:before {
content: "\eee0";
}
.gtn-window-close:before {
content: "\eee1";
}
.gtn-window-maximize-solid:before {
content: "\eee2";
}
.gtn-window-maximize:before {
content: "\eee3";
}
.gtn-window-minimize-solid:before {
content: "\eee4";
}
.gtn-window-minimize:before {
content: "\eee5";
}
.gtn-window-restore-solid:before {
content: "\eee6";
}
.gtn-window-restore:before {
content: "\eee7";
}
.gtn-windows:before {
content: "\eee8";
}
.gtn-wine-bottle-solid:before {
content: "\eee9";
}
.gtn-wine-glass-alt-solid:before {
content: "\eeea";
}
.gtn-wine-glass-solid:before {
content: "\eeeb";
}
.gtn-wix:before {
content: "\eeec";
}
.gtn-wizards-of-the-coast:before {
content: "\eeed";
}
.gtn-wolf-pack-battalion:before {
content: "\eeee";
}
.gtn-won-sign-solid:before {
content: "\eeef";
}
.gtn-wordpress-simple:before {
content: "\eef0";
}
.gtn-wordpress:before {
content: "\eef1";
}
.gtn-wpbeginner:before {
content: "\eef2";
}
.gtn-wpexplorer:before {
content: "\eef3";
}
.gtn-wpforms:before {
content: "\eef4";
}
.gtn-wpressr:before {
content: "\eef5";
}
.gtn-wrench-solid:before {
content: "\eef6";
}
.gtn-x-ray-solid:before {
content: "\eef7";
}
.gtn-xbox:before {
content: "\eef8";
}
.gtn-xing-square:before {
content: "\eef9";
}
.gtn-xing:before {
content: "\eefa";
}
.gtn-y-combinator:before {
content: "\eefb";
}
.gtn-yahoo:before {
content: "\eefc";
}
.gtn-yammer:before {
content: "\eefd";
}
.gtn-yandex-international:before {
content: "\eefe";
}
.gtn-yandex:before {
content: "\eeff";
}
.gtn-yarn:before {
content: "\ef00";
}
.gtn-yelp:before {
content: "\ef01";
}
.gtn-yen-sign-solid:before {
content: "\ef02";
}
.gtn-yin-yang-solid:before {
content: "\ef03";
}
.gtn-yoast:before {
content: "\ef04";
}
.gtn-youtube-square:before {
content: "\ef05";
}
.gtn-youtube:before {
content: "\ef06";
}
.gtn-zhihu:before {
content: "\ef07";
}
.gtn-activity-line:before {
content: "\ef08";
}
.gtn-airplay-line:before {
content: "\ef09";
}
.gtn-alert-circle-line:before {
content: "\ef0a";
}
.gtn-alert-octagon-line:before {
content: "\ef0b";
}
.gtn-alert-triangle-line:before {
content: "\ef0c";
}
.gtn-align-center-line:before {
content: "\ef0d";
}
.gtn-align-justify-line:before {
content: "\ef0e";
}
.gtn-align-left-line:before {
content: "\ef0f";
}
.gtn-align-right-line:before {
content: "\ef10";
}
.gtn-anchor-line:before {
content: "\ef11";
}
.gtn-aperture-line:before {
content: "\ef12";
}
.gtn-archive-line:before {
content: "\ef13";
}
.gtn-arrow-down-circle-line:before {
content: "\ef14";
}
.gtn-arrow-down-left-line:before {
content: "\ef15";
}
.gtn-arrow-down-line:before {
content: "\ef16";
}
.gtn-arrow-down-right-line:before {
content: "\ef17";
}
.gtn-arrow-left-circle-line:before {
content: "\ef18";
}
.gtn-arrow-left-line:before {
content: "\ef19";
}
.gtn-arrow-right-circle-line:before {
content: "\ef1a";
}
.gtn-arrow-right-line:before {
content: "\ef1b";
}
.gtn-arrow-up-circle-line:before {
content: "\ef1c";
}
.gtn-arrow-up-left-line:before {
content: "\ef1d";
}
.gtn-arrow-up-line:before {
content: "\ef1e";
}
.gtn-arrow-up-right-line:before {
content: "\ef1f";
}
.gtn-at-sign-line:before {
content: "\ef20";
}
.gtn-award-line:before {
content: "\ef21";
}
.gtn-bar-chart-2-line:before {
content: "\ef22";
}
.gtn-bar-chart-line:before {
content: "\ef23";
}
.gtn-battery-charging-line:before {
content: "\ef24";
}
.gtn-battery-line:before {
content: "\ef25";
}
.gtn-bell-line:before {
content: "\ef26";
}
.gtn-bell-off-line:before {
content: "\ef27";
}
.gtn-bluetooth-line:before {
content: "\ef28";
}
.gtn-bold-line:before {
content: "\ef29";
}
.gtn-book-line:before {
content: "\ef2a";
}
.gtn-book-open-line:before {
content: "\ef2b";
}
.gtn-bookmark-line:before {
content: "\ef2c";
}
.gtn-box-line:before {
content: "\ef2d";
}
.gtn-briefcase-line:before {
content: "\ef2e";
}
.gtn-calendar-line:before {
content: "\ef2f";
}
.gtn-camera-line:before {
content: "\ef30";
}
.gtn-camera-off-line:before {
content: "\ef31";
}
.gtn-cast-line:before {
content: "\ef32";
}
.gtn-check-circle-line:before {
content: "\ef33";
}
.gtn-check-line:before {
content: "\ef34";
}
.gtn-check-square-line:before {
content: "\ef35";
}
.gtn-chevron-down-line:before {
content: "\ef36";
}
.gtn-chevron-left-line:before {
content: "\ef37";
}
.gtn-chevron-right-line:before {
content: "\ef38";
}
.gtn-chevron-up-line:before {
content: "\ef39";
}
.gtn-chevrons-down-line:before {
content: "\ef3a";
}
.gtn-chevrons-left-line:before {
content: "\ef3b";
}
.gtn-chevrons-right-line:before {
content: "\ef3c";
}
.gtn-chevrons-up-line:before {
content: "\ef3d";
}
.gtn-chrome-line:before {
content: "\ef3e";
}
.gtn-circle-line:before {
content: "\ef3f";
}
.gtn-clipboard-line:before {
content: "\ef40";
}
.gtn-clock-line:before {
content: "\ef41";
}
.gtn-cloud-drizzle-line:before {
content: "\ef42";
}
.gtn-cloud-lightning-line:before {
content: "\ef43";
}
.gtn-cloud-line:before {
content: "\ef44";
}
.gtn-cloud-off-line:before {
content: "\ef45";
}
.gtn-cloud-rain-line:before {
content: "\ef46";
}
.gtn-cloud-snow-line:before {
content: "\ef47";
}
.gtn-code-line:before {
content: "\ef48";
}
.gtn-codepen-line:before {
content: "\ef49";
}
.gtn-codesandbox-line:before {
content: "\ef4a";
}
.gtn-coffee-line:before {
content: "\ef4b";
}
.gtn-columns-line:before {
content: "\ef4c";
}
.gtn-command-line:before {
content: "\ef4d";
}
.gtn-compass-line:before {
content: "\ef4e";
}
.gtn-copy-line:before {
content: "\ef4f";
}
.gtn-corner-down-left-line:before {
content: "\ef50";
}
.gtn-corner-down-right-line:before {
content: "\ef51";
}
.gtn-corner-left-down-line:before {
content: "\ef52";
}
.gtn-corner-left-up-line:before {
content: "\ef53";
}
.gtn-corner-right-down-line:before {
content: "\ef54";
}
.gtn-corner-right-up-line:before {
content: "\ef55";
}
.gtn-corner-up-left-line:before {
content: "\ef56";
}
.gtn-corner-up-right-line:before {
content: "\ef57";
}
.gtn-cpu-line:before {
content: "\ef58";
}
.gtn-credit-card-line:before {
content: "\ef59";
}
.gtn-crop-line:before {
content: "\ef5a";
}
.gtn-crosshair-line:before {
content: "\ef5b";
}
.gtn-database-line:before {
content: "\ef5c";
}
.gtn-delete-line:before {
content: "\ef5d";
}
.gtn-disc-line:before {
content: "\ef5e";
}
.gtn-divide-circle-line:before {
content: "\ef5f";
}
.gtn-divide-line:before {
content: "\ef60";
}
.gtn-divide-square-line:before {
content: "\ef61";
}
.gtn-dollar-sign-line:before {
content: "\ef62";
}
.gtn-download-cloud-line:before {
content: "\ef63";
}
.gtn-download-line:before {
content: "\ef64";
}
.gtn-dribbble-line:before {
content: "\ef65";
}
.gtn-droplet-line:before {
content: "\ef66";
}
.gtn-edit-2-line:before {
content: "\ef67";
}
.gtn-edit-3-line:before {
content: "\ef68";
}
.gtn-edit-line:before {
content: "\ef69";
}
.gtn-external-link-line:before {
content: "\ef6a";
}
.gtn-eye-line:before {
content: "\ef6b";
}
.gtn-eye-off-line:before {
content: "\ef6c";
}
.gtn-facebook-line:before {
content: "\ef6d";
}
.gtn-fast-forward-line:before {
content: "\ef6e";
}
.gtn-feather-line:before {
content: "\ef6f";
}
.gtn-figma-line:before {
content: "\ef70";
}
.gtn-file-line:before {
content: "\ef71";
}
.gtn-file-minus-line:before {
content: "\ef72";
}
.gtn-file-plus-line:before {
content: "\ef73";
}
.gtn-file-text-line:before {
content: "\ef74";
}
.gtn-film-line:before {
content: "\ef75";
}
.gtn-filter-line:before {
content: "\ef76";
}
.gtn-flag-line:before {
content: "\ef77";
}
.gtn-folder-line:before {
content: "\ef78";
}
.gtn-folder-minus-line:before {
content: "\ef79";
}
.gtn-folder-plus-line:before {
content: "\ef7a";
}
.gtn-framer-line:before {
content: "\ef7b";
}
.gtn-frown-line:before {
content: "\ef7c";
}
.gtn-gift-line:before {
content: "\ef7d";
}
.gtn-git-branch-line:before {
content: "\ef7e";
}
.gtn-git-commit-line:before {
content: "\ef7f";
}
.gtn-git-merge-line:before {
content: "\ef80";
}
.gtn-git-pull-request-line:before {
content: "\ef81";
}
.gtn-github-line:before {
content: "\ef82";
}
.gtn-gitlab-line:before {
content: "\ef83";
}
.gtn-globe-line:before {
content: "\ef84";
}
.gtn-grid-line:before {
content: "\ef85";
}
.gtn-hard-drive-line:before {
content: "\ef86";
}
.gtn-hash-line:before {
content: "\ef87";
}
.gtn-headphones-line:before {
content: "\ef88";
}
.gtn-heart-line:before {
content: "\ef89";
}
.gtn-help-circle-line:before {
content: "\ef8a";
}
.gtn-hexagon-line:before {
content: "\ef8b";
}
.gtn-home-line:before {
content: "\ef8c";
}
.gtn-image-line:before {
content: "\ef8d";
}
.gtn-inbox-line:before {
content: "\ef8e";
}
.gtn-info-line:before {
content: "\ef8f";
}
.gtn-instagram-line:before {
content: "\ef90";
}
.gtn-italic-line:before {
content: "\ef91";
}
.gtn-key-line:before {
content: "\ef92";
}
.gtn-layers-line:before {
content: "\ef93";
}
.gtn-layout-line:before {
content: "\ef94";
}
.gtn-life-buoy-line:before {
content: "\ef95";
}
.gtn-link-2-line:before {
content: "\ef96";
}
.gtn-link-line:before {
content: "\ef97";
}
.gtn-linkedin-line:before {
content: "\ef98";
}
.gtn-list-line:before {
content: "\ef99";
}
.gtn-loader-line:before {
content: "\ef9a";
}
.gtn-lock-line:before {
content: "\ef9b";
}
.gtn-log-in-line:before {
content: "\ef9c";
}
.gtn-log-out-line:before {
content: "\ef9d";
}
.gtn-mail-line:before {
content: "\ef9e";
}
.gtn-map-line:before {
content: "\ef9f";
}
.gtn-map-pin-line:before {
content: "\efa0";
}
.gtn-maximize-2-line:before {
content: "\efa1";
}
.gtn-maximize-line:before {
content: "\efa2";
}
.gtn-meh-line:before {
content: "\efa3";
}
.gtn-menu-line:before {
content: "\efa4";
}
.gtn-message-circle-line:before {
content: "\efa5";
}
.gtn-message-square-line:before {
content: "\efa6";
}
.gtn-mic-line:before {
content: "\efa7";
}
.gtn-mic-off-line:before {
content: "\efa8";
}
.gtn-minimize-2-line:before {
content: "\efa9";
}
.gtn-minimize-line:before {
content: "\efaa";
}
.gtn-minus-circle-line:before {
content: "\efab";
}
.gtn-minus-line:before {
content: "\efac";
}
.gtn-minus-square-line:before {
content: "\efad";
}
.gtn-monitor-line:before {
content: "\efae";
}
.gtn-moon-line:before {
content: "\efaf";
}
.gtn-more-horizontal-line:before {
content: "\efb0";
}
.gtn-more-vertical-line:before {
content: "\efb1";
}
.gtn-mouse-pointer-line:before {
content: "\efb2";
}
.gtn-move-line:before {
content: "\efb3";
}
.gtn-music-line:before {
content: "\efb4";
}
.gtn-navigation-2-line:before {
content: "\efb5";
}
.gtn-navigation-line:before {
content: "\efb6";
}
.gtn-octagon-line:before {
content: "\efb7";
}
.gtn-package-line:before {
content: "\efb8";
}
.gtn-paperclip-line:before {
content: "\efb9";
}
.gtn-pause-circle-line:before {
content: "\efba";
}
.gtn-pause-line:before {
content: "\efbb";
}
.gtn-pen-tool-line:before {
content: "\efbc";
}
.gtn-percent-line:before {
content: "\efbd";
}
.gtn-phone-call-line:before {
content: "\efbe";
}
.gtn-phone-forwarded-line:before {
content: "\efbf";
}
.gtn-phone-incoming-line:before {
content: "\efc0";
}
.gtn-phone-line:before {
content: "\efc1";
}
.gtn-phone-missed-line:before {
content: "\efc2";
}
.gtn-phone-off-line:before {
content: "\efc3";
}
.gtn-phone-outgoing-line:before {
content: "\efc4";
}
.gtn-pie-chart-line:before {
content: "\efc5";
}
.gtn-play-circle-line:before {
content: "\efc6";
}
.gtn-play-line:before {
content: "\efc7";
}
.gtn-plus-circle-line:before {
content: "\efc8";
}
.gtn-plus-line:before {
content: "\efc9";
}
.gtn-plus-square-line:before {
content: "\efca";
}
.gtn-pocket-line:before {
content: "\efcb";
}
.gtn-power-line:before {
content: "\efcc";
}
.gtn-printer-line:before {
content: "\efcd";
}
.gtn-radio-line:before {
content: "\efce";
}
.gtn-refresh-ccw-line:before {
content: "\efcf";
}
.gtn-refresh-cw-line:before {
content: "\efd0";
}
.gtn-repeat-line:before {
content: "\efd1";
}
.gtn-rewind-line:before {
content: "\efd2";
}
.gtn-rotate-ccw-line:before {
content: "\efd3";
}
.gtn-rotate-cw-line:before {
content: "\efd4";
}
.gtn-rss-line:before {
content: "\efd5";
}
.gtn-save-line:before {
content: "\efd6";
}
.gtn-scissors-line:before {
content: "\efd7";
}
.gtn-search-line:before {
content: "\efd8";
}
.gtn-send-line:before {
content: "\efd9";
}
.gtn-server-line:before {
content: "\efda";
}
.gtn-settings-line:before {
content: "\efdb";
}
.gtn-share-2-line:before {
content: "\efdc";
}
.gtn-share-line:before {
content: "\efdd";
}
.gtn-shield-line:before {
content: "\efde";
}
.gtn-shield-off-line:before {
content: "\efdf";
}
.gtn-shopping-bag-line:before {
content: "\efe0";
}
.gtn-shopping-cart-line:before {
content: "\efe1";
}
.gtn-shuffle-line:before {
content: "\efe2";
}
.gtn-sidebar-line:before {
content: "\efe3";
}
.gtn-skip-back-line:before {
content: "\efe4";
}
.gtn-skip-forward-line:before {
content: "\efe5";
}
.gtn-slack-line:before {
content: "\efe6";
}
.gtn-slash-line:before {
content: "\efe7";
}
.gtn-sliders-line:before {
content: "\efe8";
}
.gtn-smartphone-line:before {
content: "\efe9";
}
.gtn-smile-line:before {
content: "\efea";
}
.gtn-speaker-line:before {
content: "\efeb";
}
.gtn-square-line:before {
content: "\efec";
}
.gtn-star-line:before {
content: "\efed";
}
.gtn-stop-circle-line:before {
content: "\efee";
}
.gtn-sun-line:before {
content: "\efef";
}
.gtn-sunrise-line:before {
content: "\eff0";
}
.gtn-sunset-line:before {
content: "\eff1";
}
.gtn-tablet-line:before {
content: "\eff2";
}
.gtn-tag-line:before {
content: "\eff3";
}
.gtn-target-line:before {
content: "\eff4";
}
.gtn-team-1-line:before {
content: "\eff5";
}
.gtn-team-2-line:before {
content: "\eff6";
}
.gtn-team-presentation-line:before {
content: "\eff7";
}
.gtn-team-worker-line:before {
content: "\eff8";
}
.gtn-terminal-line:before {
content: "\eff9";
}
.gtn-thermometer-line:before {
content: "\effa";
}
.gtn-thumbs-down-line:before {
content: "\effb";
}
.gtn-thumbs-up-line:before {
content: "\effc";
}
.gtn-toggle-left-line:before {
content: "\effd";
}
.gtn-toggle-right-line:before {
content: "\effe";
}
.gtn-tool-line:before {
content: "\efff";
}
.gtn-trash-2-line:before {
content: "\f000";
}
.gtn-trash-line:before {
content: "\f001";
}
.gtn-trello-line:before {
content: "\f002";
}
.gtn-trending-down-line:before {
content: "\f003";
}
.gtn-trending-up-line:before {
content: "\f004";
}
.gtn-triangle-line:before {
content: "\f005";
}
.gtn-truck-line:before {
content: "\f006";
}
.gtn-tv-line:before {
content: "\f007";
}
.gtn-twitch-line:before {
content: "\f008";
}
.gtn-twitter-line:before {
content: "\f009";
}
.gtn-type-line:before {
content: "\f00a";
}
.gtn-umbrella-line:before {
content: "\f00b";
}
.gtn-underline-line:before {
content: "\f00c";
}
.gtn-unlock-line:before {
content: "\f00d";
}
.gtn-upload-cloud-line:before {
content: "\f00e";
}
.gtn-upload-line:before {
content: "\f00f";
}
.gtn-user-check-line:before {
content: "\f010";
}
.gtn-user-line:before {
content: "\f011";
}
.gtn-user-minus-line:before {
content: "\f012";
}
.gtn-user-plus-line:before {
content: "\f013";
}
.gtn-user-x-line:before {
content: "\f014";
}
.gtn-users-line:before {
content: "\f015";
}
.gtn-video-line:before {
content: "\f016";
}
.gtn-video-off-line:before {
content: "\f017";
}
.gtn-voicemail-line:before {
content: "\f018";
}
.gtn-volume-1-line:before {
content: "\f019";
}
.gtn-volume-2-line:before {
content: "\f01a";
}
.gtn-volume-line:before {
content: "\f01b";
}
.gtn-volume-x-line:before {
content: "\f01c";
}
.gtn-watch-line:before {
content: "\f01d";
}
.gtn-wifi-line:before {
content: "\f01e";
}
.gtn-wifi-off-line:before {
content: "\f01f";
}
.gtn-wind-line:before {
content: "\f020";
}
.gtn-x-circle-line:before {
content: "\f021";
}
.gtn-x-line:before {
content: "\f022";
}
.gtn-x-octagon-line:before {
content: "\f023";
}
.gtn-x-square-line:before {
content: "\f024";
}
.gtn-youtube-line:before {
content: "\f025";
}
.gtn-zap-line:before {
content: "\f026";
}
.gtn-zap-off-line:before {
content: "\f027";
}
.gtn-zoom-in-line:before {
content: "\f028";
}
.gtn-zoom-out-line:before {
content: "\f029";
}
.gtn-jeg-kit-logo:before {
content: "\f030";
}
.gtn-jeg-kit-logo-solid:before {
content: "\f031";
}
.gtn-home-light::before {
content: "\f800"
}
.gtn-apartment1-light::before {
content: "\f801"
}
.gtn-pencil-light::before {
content: "\f802"
}
.gtn-magic-wand-light::before {
content: "\f803"
}
.gtn-drop-light::before {
content: "\f804"
}
.gtn-lighter-light::before {
content: "\f805"
}
.gtn-poop-light::before {
content: "\f806"
}
.gtn-sun-light::before {
content: "\f807"
}
.gtn-moon-light::before {
content: "\f808"
}
.gtn-cloud1-light::before {
content: "\f809"
}
.gtn-cloud-upload-light::before {
content: "\f80a"
}
.gtn-cloud-download-light::before {
content: "\f80b"
}
.gtn-cloud-sync-light::before {
content: "\f80c"
}
.gtn-cloud-check-light::before {
content: "\f80d"
}
.gtn-database1-light::before {
content: "\f80e"
}
.gtn-lock-light::before {
content: "\f80f"
}
.gtn-cog-light::before {
content: "\f810"
}
.gtn-trash-light::before {
content: "\f811"
}
.gtn-dice-light::before {
content: "\f812"
}
.gtn-heart1-light::before {
content: "\f813"
}
.gtn-star1-light::before {
content: "\f814"
}
.gtn-star-half-light::before {
content: "\f815"
}
.gtn-star-empty-light::before {
content: "\f816"
}
.gtn-flag-light::before {
content: "\f817"
}
.gtn-envelope1-light::before {
content: "\f818"
}
.gtn-paperclip-light::before {
content: "\f819"
}
.gtn-inbox-light::before {
content: "\f81a"
}
.gtn-eye-light::before {
content: "\f81b"
}
.gtn-printer-light::before {
content: "\f81c"
}
.gtn-file-empty-light::before {
content: "\f81d"
}
.gtn-file-add-light::before {
content: "\f81e"
}
.gtn-enter-light::before {
content: "\f81f"
}
.gtn-exit-light::before {
content: "\f820"
}
.gtn-graduation-hat-light::before {
content: "\f821"
}
.gtn-license-light::before {
content: "\f822"
}
.gtn-music-note-light::before {
content: "\f823"
}
.gtn-film-play-light::before {
content: "\f824"
}
.gtn-camera-video-light::before {
content: "\f825"
}
.gtn-camera-light::before {
content: "\f826"
}
.gtn-picture-light::before {
content: "\f827"
}
.gtn-book-light::before {
content: "\f828"
}
.gtn-bookmark-light::before {
content: "\f829"
}
.gtn-user-light::before {
content: "\f82a"
}
.gtn-users-light::before {
content: "\f82b"
}
.gtn-shirt-light::before {
content: "\f82c"
}
.gtn-store-light::before {
content: "\f82d"
}
.gtn-cart2-light::before {
content: "\f82e"
}
.gtn-tag-light::before {
content: "\f82f"
}
.gtn-phone-handset-light::before {
content: "\f830"
}
.gtn-phone-light::before {
content: "\f831"
}
.gtn-pushpin-light::before {
content: "\f832"
}
.gtn-map-marker-light::before {
content: "\f833"
}
.gtn-map-light::before {
content: "\f834"
}
.gtn-location-light::before {
content: "\f835"
}
.gtn-calendar-full-light::before {
content: "\f836"
}
.gtn-keyboard-light::before {
content: "\f837"
}
.gtn-spell-check-light::before {
content: "\f838"
}
.gtn-screen-light::before {
content: "\f839"
}
.gtn-smartphone-light::before {
content: "\f83a"
}
.gtn-tablet-light::before {
content: "\f83b"
}
.gtn-laptop-light::before {
content: "\f83c"
}
.gtn-laptop-phone-light::before {
content: "\f83d"
}
.gtn-power-switch-light::before {
content: "\f83e"
}
.gtn-bubble-light::before {
content: "\f83f"
}
.gtn-heart-pulse-light::before {
content: "\f840"
}
.gtn-construction-light::before {
content: "\f841"
}
.gtn-pie-chart-light::before {
content: "\f842"
}
.gtn-chart-bars-light::before {
content: "\f843"
}
.gtn-gift1-light::before {
content: "\f844"
}
.gtn-diamond1-light::before {
content: "\f845"
}
.gtn-dinner-light::before {
content: "\f847"
}
.gtn-coffee-cup-light::before {
content: "\f848"
}
.gtn-leaf-light::before {
content: "\f849"
}
.gtn-paw-light::before {
content: "\f84a"
}
.gtn-rocket-light::before {
content: "\f84b"
}
.gtn-briefcase-light::before {
content: "\f84c"
}
.gtn-bus-light::before {
content: "\f84d"
}
.gtn-car1-light::before {
content: "\f84e"
}
.gtn-train-light::before {
content: "\f84f"
}
.gtn-bicycle-light::before {
content: "\f850"
}
.gtn-wheelchair-light::before {
content: "\f851"
}
.gtn-select-light::before {
content: "\f852"
}
.gtn-earth-light::before {
content: "\f853"
}
.gtn-smile-light::before {
content: "\f854"
}
.gtn-sad-light::before {
content: "\f855"
}
.gtn-neutral-light::before {
content: "\f856"
}
.gtn-mustache-light::before {
content: "\f857"
}
.gtn-alarm-light::before {
content: "\f858"
}
.gtn-bullhorn-light::before {
content: "\f859"
}
.gtn-volume-high-light::before {
content: "\f85a"
}
.gtn-volume-medium-light::before {
content: "\f85b"
}
.gtn-volume-low-light::before {
content: "\f85c"
}
.gtn-volume-light::before {
content: "\f85d"
}
.gtn-mic-light::before {
content: "\f85e"
}
.gtn-hourglass-light::before {
content: "\f85f"
}
.gtn-undo-light::before {
content: "\f860"
}
.gtn-redo-light::before {
content: "\f861"
}
.gtn-sync-light::before {
content: "\f862"
}
.gtn-history-light::before {
content: "\f863"
}
.gtn-clock1-light::before {
content: "\f864"
}
.gtn-download-light::before {
content: "\f865"
}
.gtn-upload-light::before {
content: "\f866"
}
.gtn-enter-down-light::before {
content: "\f867"
}
.gtn-exit-up-light::before {
content: "\f868"
}
.gtn-bug-light::before {
content: "\f869"
}
.gtn-code-light::before {
content: "\f86a"
}
.gtn-link-light::before {
content: "\f86b"
}
.gtn-unlink-light::before {
content: "\f86c"
}
.gtn-thumbs-up-light::before {
content: "\f86d"
}
.gtn-thumbs-down-light::before {
content: "\f86e"
}
.gtn-magnifier-light::before {
content: "\f86f"
}
.gtn-cross-light::before {
content: "\f870"
}
.gtn-chevron-up-light::before {
content: "\f873"
}
.gtn-chevron-down-light::before {
content: "\f874"
}
.gtn-chevron-left-light::before {
content: "\f875"
}
.gtn-chevron-right-light::before {
content: "\f876"
}
.gtn-arrow-up-light::before {
content: "\f877"
}
.gtn-arrow-down-light::before {
content: "\f878"
}
.gtn-arrow-left-light::before {
content: "\f879"
}
.gtn-arrow-right-light::before {
content: "\f87a"
}
.gtn-right-arrow-light::before {
content: "\f9c5"
}
.gtn-left-arrow-light::before {
content: "\f94a"
}
.gtn-download-arrow-light::before {
content: "\f94b"
}
.gtn-up-arrow-light::before {
content: "\f9c3"
}
.gtn-arrows-light::before {
content: "\f9c4"
}
.gtn-double-angle-pointing-to-right-light::before {
content: "\f949"
}
.gtn-double-left-chevron-light::before {
content: "\f948"
}
.gtn-left-arrow2-light::before {
content: "\f94c"
}
.gtn-right-arrow2-light::before {
content: "\f94d"
}
.gtn-warning-light::before {
content: "\f87c"
}
.gtn-down-arrow1-light::before {
content: "\f994"
}
.gtn-up-arrow1-light::before {
content: "\f995"
}
.gtn-right-arrow1-light::before {
content: "\f996"
}
.gtn-left-arrows-light::before {
content: "\f997"
}
.gtn-question-circle-light::before {
content: "\f87d"
}
.gtn-menu-circle-light::before {
content: "\f87e"
}
.gtn-checkmark-circle-light::before {
content: "\f87f"
}
.gtn-cross-circle-light::before {
content: "\f880"
}
.gtn-plus-circle-light::before {
content: "\f881"
}
.gtn-move-light::before {
content: "\f87b"
}
.gtn-circle-minus-light::before {
content: "\f882"
}
.gtn-arrow-up-circle-light::before {
content: "\f883"
}
.gtn-arrow-down-circle-light::before {
content: "\f884"
}
.gtn-arrow-left-circle-light::before {
content: "\f885"
}
.gtn-arrow-right-circle-light::before {
content: "\f886"
}
.gtn-chevron-up-circle-light::before {
content: "\f887"
}
.gtn-chevron-down-circle-light::before {
content: "\f888"
}
.gtn-chevron-left-circle-light::before {
content: "\f889"
}
.gtn-chevron-right-circle-light::before {
content: "\f88a"
}
.gtn-crop-light::before {
content: "\f88b"
}
.gtn-frame-expand-light::before {
content: "\f88c"
}
.gtn-frame-contract-light::before {
content: "\f88d"
}
.gtn-layers-light::before {
content: "\f88e"
}
.gtn-funnel-light::before {
content: "\f88f"
}
.gtn-text-format-light::before {
content: "\f890"
}
.gtn-text-size-light::before {
content: "\f892"
}
.gtn-bold-light::before {
content: "\f893"
}
.gtn-italic-light::before {
content: "\f894"
}
.gtn-underline-light::before {
content: "\f895"
}
.gtn-strikethrough-light::before {
content: "\f896"
}
.gtn-highlight-light::before {
content: "\f897"
}
.gtn-text-align-left-light::before {
content: "\f898"
}
.gtn-text-align-center-light::before {
content: "\f899"
}
.gtn-text-align-right-light::before {
content: "\f89a"
}
.gtn-text-align-justify-light::before {
content: "\f89b"
}
.gtn-line-spacing-light::before {
content: "\f89c"
}
.gtn-indent-increase-light::before {
content: "\f89d"
}
.gtn-indent-decrease-light::before {
content: "\f89e"
}
.gtn-page-break-light::before {
content: "\f8a2"
}
.gtn-hand-light::before {
content: "\f8a5"
}
.gtn-pointer-up-light::before {
content: "\f8a6"
}
.gtn-pointer-right-light::before {
content: "\f8a7"
}
.gtn-pointer-down-light::before {
content: "\f8a8"
}
.gtn-pointer-left-light::before {
content: "\f8a9"
}
.gtn-burger-light::before {
content: "\f94e"
}
.gtn-cakes-light::before {
content: "\f94f"
}
.gtn-cheese-light::before {
content: "\f950"
}
.gtn-drink-glass-light::before {
content: "\f951"
}
.gtn-pizza-light::before {
content: "\f952"
}
.gtn-vplay-light::before {
content: "\f953"
}
.gtn-newsletter-light::before {
content: "\f954"
}
.gtn-coins-2-light::before {
content: "\f955"
}
.gtn-commerce-2-light::before {
content: "\f956"
}
.gtn-monitor-light::before {
content: "\f957"
}
.gtn-business-light::before {
content: "\f958"
}
.gtn-graphic-2-light::before {
content: "\f959"
}
.gtn-commerce-1-light::before {
content: "\f95a"
}
.gtn-hammer-light::before {
content: "\f95b"
}
.gtn-justice-1-light::before {
content: "\f95c"
}
.gtn-line-light::before {
content: "\f95d"
}
.gtn-money-3-light::before {
content: "\f95e"
}
.gtn-commerce-light::before {
content: "\f95f"
}
.gtn-agenda-light::before {
content: "\f960"
}
.gtn-justice-light::before {
content: "\f961"
}
.gtn-technology-light::before {
content: "\f962"
}
.gtn-coins-1-light::before {
content: "\f963"
}
.gtn-bank-light::before {
content: "\f964"
}
.gtn-calculator-light::before {
content: "\f965"
}
.gtn-soundcloud-light::before {
content: "\f966"
}
.gtn-chart2-light::before {
content: "\f967"
}
.gtn-checked-light::before {
content: "\f968"
}
.gtn-clock11-light::before {
content: "\f969"
}
.gtn-comment2-light::before {
content: "\f96a"
}
.gtn-comments-light::before {
content: "\f96b"
}
.gtn-consult-light::before {
content: "\f96c"
}
.gtn-consut2-light::before {
content: "\f96d"
}
.gtn-deal-light::before {
content: "\f96e"
}
.gtn-envelope11-light::before {
content: "\f96f"
}
.gtn-folder-light::before {
content: "\f970"
}
.gtn-folder2-light::before {
content: "\fa6a"
}
.gtn-invest-light::before {
content: "\f971"
}
.gtn-loan-light::before {
content: "\f972"
}
.gtn-menu1-light::before {
content: "\f871"
}
.gtn-list1-light::before {
content: "\f872"
}
.gtn-map-marker1-light::before {
content: "\f973"
}
.gtn-mutual-fund-light::before {
content: "\f974"
}
.gtn-google-plus-light::before {
content: "\f975"
}
.gtn-phone1-light::before {
content: "\f976"
}
.gtn-pie-chart1-light::before {
content: "\f977"
}
.gtn-play-light::before {
content: "\f978"
}
.gtn-savings-light::before {
content: "\f979"
}
.gtn-search2-light::before {
content: "\f97a"
}
.gtn-tag1-light::before {
content: "\f97b"
}
.gtn-tags-light::before {
content: "\f97c"
}
.gtn-instagram1-light::before {
content: "\f97d"
}
.gtn-quote-light::before {
content: "\f97e"
}
.gtn-arrow-point-to-down-light::before {
content: "\f97f"
}
.gtn-play-button-light::before {
content: "\f980"
}
.gtn-minus-light::before {
content: "\f981"
}
.gtn-plus-light::before {
content: "\f982"
}
.gtn-tick-light::before {
content: "\f983"
}
.gtn-check-light::before {
content: "\faaf"
}
.gtn-edit-light::before {
content: "\f984"
}
.gtn-reply-light::before {
content: "\f985"
}
.gtn-cogwheel-outline-light::before {
content: "\f986"
}
.gtn-abacus-light::before {
content: "\f987"
}
.gtn-abacus1-light::before {
content: "\f988"
}
.gtn-agenda1-light::before {
content: "\f989"
}
.gtn-shopping-basket-light::before {
content: "\f98a"
}
.gtn-users1-light::before {
content: "\f98b"
}
.gtn-man-light::before {
content: "\f98c"
}
.gtn-support1-light::before {
content: "\f98d"
}
.gtn-favorites-light::before {
content: "\f98e"
}
.gtn-calendar-light::before {
content: "\f98f"
}
.gtn-paper-plane-light::before {
content: "\f990"
}
.gtn-placeholder-light::before {
content: "\f991"
}
.gtn-phone-call-light::before {
content: "\f992"
}
.gtn-contact-light::before {
content: "\f993"
}
.gtn-email-light::before {
content: "\f998"
}
.gtn-internet-light::before {
content: "\f999"
}
.gtn-quote1-light::before {
content: "\f99a"
}
.gtn-medical-light::before {
content: "\f99b"
}
.gtn-eye1-light::before {
content: "\f99c"
}
.gtn-full-screen-light::before {
content: "\f99d"
}
.gtn-tools-light::before {
content: "\f99e"
}
.gtn-pie-chart2-light::before {
content: "\f99f"
}
.gtn-diamond11-light::before {
content: "\f9a0"
}
.gtn-valentines-heart-light::before {
content: "\f9a1"
}
.gtn-like-light::before {
content: "\f9a2"
}
.gtn-team-light::before {
content: "\f9a3"
}
.gtn-tshirt-light::before {
content: "\f9a4"
}
.gtn-cancel-light::before {
content: "\f9a5"
}
.gtn-drink-light::before {
content: "\f9a6"
}
.gtn-home1-light::before {
content: "\f9a7"
}
.gtn-music-light::before {
content: "\f9a8"
}
.gtn-rich-light::before {
content: "\f9a9"
}
.gtn-brush-light::before {
content: "\f9aa"
}
.gtn-opposite-way-light::before {
content: "\f9ab"
}
.gtn-cloud-computing1-light::before {
content: "\f9ac"
}
.gtn-technology-1-light::before {
content: "\f9ad"
}
.gtn-rotate-light::before {
content: "\f9ae"
}
.gtn-medical1-light::before {
content: "\f9af"
}
.gtn-flash-1-light::before {
content: "\f9b0"
}
.gtn-flash-light::before {
content: "\f9b1"
}
.gtn-uturn-light::before {
content: "\f9b2"
}
.gtn-down-arrow-light::before {
content: "\f9b3"
}
.gtn-hours-support-light::before {
content: "\f9b4"
}
.gtn-bag-light::before {
content: "\f9b5"
}
.gtn-photo-camera-light::before {
content: "\f9b6"
}
.gtn-school-light::before {
content: "\f9b7"
}
.gtn-settings-light::before {
content: "\f9b8"
}
.gtn-smartphone1-light::before {
content: "\f9b9"
}
.gtn-technology-11-light::before {
content: "\f9ba"
}
.gtn-tool-light::before {
content: "\f9bb"
}
.gtn-business1-light::before {
content: "\f9bc"
}
.gtn-shuffle-arrow-light::before {
content: "\f9bd"
}
.gtn-van-1-light::before {
content: "\f9be"
}
.gtn-van-light::before {
content: "\f9bf"
}
.gtn-vegetables-light::before {
content: "\f9c0"
}
.gtn-women-light::before {
content: "\f9c1"
}
.gtn-vintage-light::before {
content: "\f9c2"
}
.gtn-team-1-light::before {
content: "\f9c6"
}
.gtn-team1-light::before {
content: "\f9c7"
}
.gtn-apple-light::before {
content: "\f9c9"
}
.gtn-watch-light::before {
content: "\f9ca"
}
.gtn-cogwheel-light::before {
content: "\f9cb"
}
.gtn-light-bulb-light::before {
content: "\f9cc"
}
.gtn-light-bulb-1-light::before {
content: "\f9cd"
}
.gtn-heart-shape-outline-light::before {
content: "\f9ce"
}
.gtn-online-shopping-cart-light::before {
content: "\f9cf"
}
.gtn-shopping-cart1-light::before {
content: "\f9d0"
}
.gtn-star2-light::before {
content: "\f9d1"
}
.gtn-star-1-light::before {
content: "\f9d2"
}
.gtn-favorite1-light::before {
content: "\f9d3"
}
.gtn-agenda2-light::before {
content: "\f9d4"
}
.gtn-agenda-1-light::before {
content: "\f9d5"
}
.gtn-alarm-clock-light::before {
content: "\f9d6"
}
.gtn-alarm-clock1-light::before {
content: "\f9d7"
}
.gtn-atomic-light::before {
content: "\f9d8"
}
.gtn-auction-light::before {
content: "\f9d9"
}
.gtn-balance-light::before {
content: "\f9da"
}
.gtn-balance1-light::before {
content: "\f9db"
}
.gtn-bank1-light::before {
content: "\f9dc"
}
.gtn-bar-chart-light::before {
content: "\f9dd"
}
.gtn-barrier-light::before {
content: "\f9de"
}
.gtn-battery-light::before {
content: "\f9df"
}
.gtn-battery-1-light::before {
content: "\f9e0"
}
.gtn-bell-light::before {
content: "\f9e1"
}
.gtn-bluetooth-light::before {
content: "\f9e2"
}
.gtn-book1-light::before {
content: "\f9e3"
}
.gtn-briefcase1-light::before {
content: "\f9e4"
}
.gtn-briefcase-1-light::before {
content: "\f9e5"
}
.gtn-briefcase-2-light::before {
content: "\f9e6"
}
.gtn-calculator1-light::before {
content: "\f9e7"
}
.gtn-calculator2-light::before {
content: "\f9e8"
}
.gtn-calculator-1-light::before {
content: "\f9e9"
}
.gtn-calendar1-light::before {
content: "\f9ea"
}
.gtn-calendar2-light::before {
content: "\f9eb"
}
.gtn-calendar-1-light::before {
content: "\f9ec"
}
.gtn-calendar-page-empty-light::before {
content: "\faac"
}
.gtn-calendar3-light::before {
content: "\fb9c"
}
.gtn-car11-light::before {
content: "\f9ed"
}
.gtn-carrier-light::before {
content: "\f9ee"
}
.gtn-cash-light::before {
content: "\f9ef"
}
.gtn-chat-light::before {
content: "\f9f0"
}
.gtn-chat-1-light::before {
content: "\f9f1"
}
.gtn-checked1-light::before {
content: "\f9f2"
}
.gtn-clip-light::before {
content: "\f9f3"
}
.gtn-clip1-light::before {
content: "\f9f4"
}
.gtn-clipboard1-light::before {
content: "\f9f5"
}
.gtn-clipboard11-light::before {
content: "\f9f6"
}
.gtn-clock2-light::before {
content: "\f9f7"
}
.gtn-clock-1-light::before {
content: "\f9f8"
}
.gtn-cloud11-light::before {
content: "\f9f9"
}
.gtn-cloud-computing11-light::before {
content: "\f9fa"
}
.gtn-cloud-computing-1-light::before {
content: "\f9fb"
}
.gtn-cogwheel1-light::before {
content: "\f9fc"
}
.gtn-coins1-light::before {
content: "\f9fd"
}
.gtn-compass-light::before {
content: "\f9fe"
}
.gtn-contract-light::before {
content: "\f9ff"
}
.gtn-conversation-light::before {
content: "\fa00"
}
.gtn-crane1-light::before {
content: "\fa01"
}
.gtn-crane-2-light::before {
content: "\fa02"
}
.gtn-credit-card-light::before {
content: "\fa03"
}
.gtn-credit-card1-light::before {
content: "\fa04"
}
.gtn-cursor-light::before {
content: "\fa05"
}
.gtn-customer-service-light::before {
content: "\fa06"
}
.gtn-cutlery-light::before {
content: "\fa07"
}
.gtn-dart-board-light::before {
content: "\fa08"
}
.gtn-decision-making-light::before {
content: "\fa09"
}
.gtn-desk-chair-light::before {
content: "\fa0a"
}
.gtn-desk-lamp-light::before {
content: "\fa0b"
}
.gtn-diamond2-light::before {
content: "\fa0c"
}
.gtn-direction-light::before {
content: "\fa0d"
}
.gtn-document-light::before {
content: "\fa0e"
}
.gtn-dollar-bill-light::before {
content: "\fa0f"
}
.gtn-download1-light::before {
content: "\fa10"
}
.gtn-edit1-light::before {
content: "\fa11"
}
.gtn-email1-light::before {
content: "\fa12"
}
.gtn-envelope2-light::before {
content: "\fa13"
}
.gtn-envelope3-light::before {
content: "\fa14"
}
.gtn-eraser-light::before {
content: "\fa15"
}
.gtn-eye2-light::before {
content: "\fa16"
}
.gtn-factory-light::before {
content: "\fa17"
}
.gtn-fast-forward-light::before {
content: "\fa18"
}
.gtn-favorites1-light::before {
content: "\fa19"
}
.gtn-file-light::before {
content: "\fa1a"
}
.gtn-file-1-light::before {
content: "\fa1b"
}
.gtn-file-2-light::before {
content: "\fa1c"
}
.gtn-file-3-light::before {
content: "\fa1d"
}
.gtn-filter-light::before {
content: "\fa1e"
}
.gtn-finance-book-light::before {
content: "\fa1f"
}
.gtn-flag1-light::before {
content: "\fa20"
}
.gtn-folder1-light::before {
content: "\fa21"
}
.gtn-folder-1-light::before {
content: "\fa22"
}
.gtn-folders-light::before {
content: "\fa23"
}
.gtn-folders1-light::before {
content: "\fa24"
}
.gtn-gamepad-light::before {
content: "\fa25"
}
.gtn-gift11-light::before {
content: "\fa26"
}
.gtn-growth-light::before {
content: "\fa27"
}
.gtn-heart11-light::before {
content: "\fa28"
}
.gtn-home2-light::before {
content: "\fa29"
}
.gtn-house-light::before {
content: "\fa2a"
}
.gtn-house-1-light::before {
content: "\fa2b"
}
.gtn-house-2-light::before {
content: "\fa2c"
}
.gtn-id-card-light::before {
content: "\fa2d"
}
.gtn-id-card1-light::before {
content: "\fa2e"
}
.gtn-id-card-1-light::before {
content: "\fa2f"
}
.gtn-idea1-light::before {
content: "\fa30"
}
.gtn-image-light::before {
content: "\fa31"
}
.gtn-improvement-light::before {
content: "\fa32"
}
.gtn-inbox1-light::before {
content: "\fa33"
}
.gtn-information-light::before {
content: "\fa34"
}
.gtn-key-light::before {
content: "\fa35"
}
.gtn-key1-light::before {
content: "\fa36"
}
.gtn-laptop1-light::before {
content: "\fa37"
}
.gtn-layers1-light::before {
content: "\fa38"
}
.gtn-light-bulb1-light::before {
content: "\fa39"
}
.gtn-like1-light::before {
content: "\fa3a"
}
.gtn-line-chart1-light::before {
content: "\fa3b"
}
.gtn-mail-light::before {
content: "\fa3c"
}
.gtn-manager-light::before {
content: "\fa3d"
}
.gtn-map1-light::before {
content: "\fa3e"
}
.gtn-medal1-light::before {
content: "\fa3f"
}
.gtn-megaphone-light::before {
content: "\fa40"
}
.gtn-megaphone1-light::before {
content: "\fa41"
}
.gtn-message-light::before {
content: "\fa42"
}
.gtn-message-1-light::before {
content: "\fa43"
}
.gtn-message-2-light::before {
content: "\fa44"
}
.gtn-microphone-light::before {
content: "\fa45"
}
.gtn-money1-light::before {
content: "\fa46"
}
.gtn-money-bag1-light::before {
content: "\fa47"
}
.gtn-monitor1-light::before {
content: "\fa48"
}
.gtn-music1-light::before {
content: "\fa49"
}
.gtn-next-light::before {
content: "\fa4a"
}
.gtn-open-book1-light::before {
content: "\fa4b"
}
.gtn-padlock-light::before {
content: "\fa4c"
}
.gtn-padlock-1-light::before {
content: "\fa4d"
}
.gtn-paint-brush-light::before {
content: "\fa4e"
}
.gtn-pause-light::before {
content: "\fa4f"
}
.gtn-pen-light::before {
content: "\fa50"
}
.gtn-pencil1-light::before {
content: "\fa51"
}
.gtn-percentage-light::before {
content: "\fa52"
}
.gtn-phone-call1-light::before {
content: "\fa53"
}
.gtn-phone-call2-light::before {
content: "\fa54"
}
.gtn-photo-camera1-light::before {
content: "\fa55"
}
.gtn-pie-chart3-light::before {
content: "\fa56"
}
.gtn-pipe-light::before {
content: "\fa57"
}
.gtn-placeholder1-light::before {
content: "\fa58"
}
.gtn-placeholder2-light::before {
content: "\fa59"
}
.gtn-planet-earth-light::before {
content: "\fa5a"
}
.gtn-play-button1-light::before {
content: "\fa5b"
}
.gtn-power-button-light::before {
content: "\fa5c"
}
.gtn-presentation-light::before {
content: "\fa5d"
}
.gtn-presentation1-light::before {
content: "\fa5e"
}
.gtn-printer1-light::before {
content: "\fa5f"
}
.gtn-push-pin-light::before {
content: "\fa60"
}
.gtn-push-pin1-light::before {
content: "\fa61"
}
.gtn-refresh-light::before {
content: "\fa62"
}
.gtn-reload-light::before {
content: "\fa63"
}
.gtn-return-light::before {
content: "\fa64"
}
.gtn-rocket-ship-light::before {
content: "\fa65"
}
.gtn-rss1-light::before {
content: "\fa66"
}
.gtn-safebox-light::before {
content: "\fa67"
}
.gtn-safebox1-light::before {
content: "\fa68"
}
.gtn-settings1-light::before {
content: "\fa69"
}
.gtn-settings-2-light::before {
content: "\fa6b"
}
.gtn-sewing-machine-light::before {
content: "\fa6c"
}
.gtn-share2-light::before {
content: "\fa6d"
}
.gtn-shield1-light::before {
content: "\fa6e"
}
.gtn-shield11-light::before {
content: "\fa6f"
}
.gtn-shopping-light::before {
content: "\fa70"
}
.gtn-shopping-bag-light::before {
content: "\fa71"
}
.gtn-shopping-bag-1-light::before {
content: "\fa72"
}
.gtn-shopping-bag-2-light::before {
content: "\fa73"
}
.gtn-shopping-cart11-light::before {
content: "\fa74"
}
.gtn-shopping-cart2-light::before {
content: "\fa75"
}
.gtn-shopping-cart-1-light::before {
content: "\fa76"
}
.gtn-shopping-cart-2-light::before {
content: "\fa77"
}
.gtn-shopping-cart-3-light::before {
content: "\fa78"
}
.gtn-smartphone2-light::before {
content: "\fa79"
}
.gtn-speaker-light::before {
content: "\fa7a"
}
.gtn-speakers-light::before {
content: "\fa7b"
}
.gtn-stats-light::before {
content: "\fa7c"
}
.gtn-stats-1-light::before {
content: "\fa7d"
}
.gtn-stats-2-light::before {
content: "\fa7e"
}
.gtn-stats-3-light::before {
content: "\fa7f"
}
.gtn-stats-4-light::before {
content: "\fa80"
}
.gtn-stats-5-light::before {
content: "\fa81"
}
.gtn-stats-6-light::before {
content: "\fa82"
}
.gtn-sticky-note-light::before {
content: "\fa83"
}
.gtn-store1-light::before {
content: "\fa84"
}
.gtn-store-1-light::before {
content: "\fa85"
}
.gtn-suitcase-light::before {
content: "\fa86"
}
.gtn-suitcase-1-light::before {
content: "\fa87"
}
.gtn-tag2-light::before {
content: "\fa88"
}
.gtn-target-light::before {
content: "\fa89"
}
.gtn-team2-light::before {
content: "\fa8a"
}
.gtn-tie-light::before {
content: "\fa8b"
}
.gtn-trash1-light::before {
content: "\fa8c"
}
.gtn-trolley-light::before {
content: "\fa8d"
}
.gtn-trolley-1-light::before {
content: "\fa8e"
}
.gtn-trolley-2-light::before {
content: "\fa8f"
}
.gtn-trophy1-light::before {
content: "\fa90"
}
.gtn-truck1-light::before {
content: "\fa91"
}
.gtn-truck-1-light::before {
content: "\fa92"
}
.gtn-truck-2-light::before {
content: "\fa93"
}
.gtn-umbrella-light::before {
content: "\fa94"
}
.gtn-upload1-light::before {
content: "\fa95"
}
.gtn-user1-light::before {
content: "\fa96"
}
.gtn-user-1-light::before {
content: "\fa97"
}
.gtn-user-2-light::before {
content: "\fa98"
}
.gtn-user-3-light::before {
content: "\fa99"
}
.gtn-users2-light::before {
content: "\fa9a"
}
.gtn-video-camera-light::before {
content: "\fa9b"
}
.gtn-voucher-light::before {
content: "\fa9c"
}
.gtn-voucher-1-light::before {
content: "\fa9d"
}
.gtn-voucher-2-light::before {
content: "\fa9e"
}
.gtn-voucher-3-light::before {
content: "\fa9f"
}
.gtn-voucher-4-light::before {
content: "\faa0"
}
.gtn-wallet-light::before {
content: "\faa1"
}
.gtn-wallet1-light::before {
content: "\faa2"
}
.gtn-wifi-light::before {
content: "\faa3"
}
.gtn-worker-light::before {
content: "\faa4"
}
.gtn-zoom-in-light::before {
content: "\faa5"
}
.gtn-zoom-out-light::before {
content: "\faa6"
}
.gtn-burger-menu-light::before {
content: "\fab8"
}
.gtn-squares-light::before {
content: "\faa7"
}
.gtn-options-light::before {
content: "\faa8"
}
.gtn-apps-light::before {
content: "\faa9"
}
.gtn-menu-11-light::before {
content: "\faaa"
}
.gtn-menu11-light::before {
content: "\faab"
}
.gtn-back_up-light::before {
content: "\faad"
}
.gtn-cart11-light::before {
content: "\faae"
}
.gtn-checkmark-light::before {
content: "\fab0"
}
.gtn-dollar-light::before {
content: "\fab1"
}
.gtn-domian-light::before {
content: "\fab2"
}
.gtn-hosting1-light::before {
content: "\fab3"
}
.gtn-key2-light::before {
content: "\fab4"
}
.gtn-migration-light::before {
content: "\fab5"
}
.gtn-play1-light::before {
content: "\fab6"
}
.gtn-quote2-light::before {
content: "\fab7"
}
.gtn-api_setup-light::before {
content: "\fab9"
}
.gtn-coin-light::before {
content: "\faba"
}
.gtn-hand_shake-light::before {
content: "\fabb"
}
.gtn-idea_generate-light::before {
content: "\fabc"
}
.gtn-page_search-light::before {
content: "\fabd"
}
.gtn-pen_shape-light::before {
content: "\fabe"
}
.gtn-pencil_art-light::before {
content: "\fabf"
}
.gtn-review-light::before {
content: "\fac0"
}
.gtn-star-light::before {
content: "\fac1"
}
.gtn-timing-light::before {
content: "\fac2"
}
.gtn-trophy-light::before {
content: "\fac3"
}
.gtn-communication-light::before {
content: "\fac4"
}
.gtn-money-bag2-light::before {
content: "\fac5"
}
.gtn-dentist-light::before {
content: "\fac6"
}
.gtn-bill-light::before {
content: "\fac7"
}
.gtn-label-light::before {
content: "\fac8"
}
.gtn-money-light::before {
content: "\fac9"
}
.gtn-shield-light::before {
content: "\faca"
}
.gtn-support-light::before {
content: "\facb"
}
.gtn-one-light::before {
content: "\facc"
}
.gtn-clock-light::before {
content: "\facd"
}
.gtn-cart-light::before {
content: "\face"
}
.gtn-globe-light::before {
content: "\facf"
}
.gtn-tooth-light::before {
content: "\fad0"
}
.gtn-tooth-1-light::before {
content: "\fad1"
}
.gtn-tooth-2-light::before {
content: "\fad2"
}
.gtn-brain-light::before {
content: "\fad3"
}
.gtn-view-light::before {
content: "\fad4"
}
.gtn-doctor-light::before {
content: "\fad5"
}
.gtn-heart-light::before {
content: "\fad6"
}
.gtn-medicine-light::before {
content: "\fad7"
}
.gtn-stethoscope-light::before {
content: "\fad8"
}
.gtn-hospital-light::before {
content: "\fad9"
}
.gtn-clipboard-light::before {
content: "\fada"
}
.gtn-medicine-1-light::before {
content: "\fadb"
}
.gtn-hospital-1-light::before {
content: "\fadc"
}
.gtn-customer-support-light::before {
content: "\fadd"
}
.gtn-brickwall-light::before {
content: "\fade"
}
.gtn-crane2-light::before {
content: "\fadf"
}
.gtn-valve-light::before {
content: "\fae1"
}
.gtn-safety-light::before {
content: "\fae2"
}
.gtn-energy-saving-light::before {
content: "\fae3"
}
.gtn-paint-roller-light::before {
content: "\fae4"
}
.gtn-paint-brushes-light::before {
content: "\fae5"
}
.gtn-construction-tool-vehicle-with-crane-lifting-materials-light::before {
content: "\fae6"
}
.gtn-trowel-light::before {
content: "\fae7"
}
.gtn-bucket-light::before {
content: "\fae8"
}
.gtn-smart-light::before {
content: "\fae9"
}
.gtn-repair-light::before {
content: "\faea"
}
.gtn-saw-light::before {
content: "\faeb"
}
.gtn-cutter-light::before {
content: "\faec"
}
.gtn-plier-light::before {
content: "\faed"
}
.gtn-drill-light::before {
content: "\faee"
}
.gtn-save-money-light::before {
content: "\faef"
}
.gtn-planting-light::before {
content: "\faf0"
}
.gtn-line-chart-light::before {
content: "\faf1"
}
.gtn-open-book-light::before {
content: "\faf2"
}
.gtn-money-bag3-light::before {
content: "\faf3"
}
.gtn-server-light::before {
content: "\faf4"
}
.gtn-server-1-light::before {
content: "\faf5"
}
.gtn-server-2-light::before {
content: "\faf6"
}
.gtn-cloud-computing-light::before {
content: "\faf7"
}
.gtn-cloud-light::before {
content: "\faf8"
}
.gtn-database-light::before {
content: "\faf9"
}
.gtn-computer-light::before {
content: "\fafa"
}
.gtn-server-3-light::before {
content: "\fafb"
}
.gtn-server-4-light::before {
content: "\fafc"
}
.gtn-server-5-light::before {
content: "\fafd"
}
.gtn-server-6-light::before {
content: "\fafe"
}
.gtn-server-7-light::before {
content: "\faff"
}
.gtn-cloud-1-light::before {
content: "\fb00"
}
.gtn-server-8-light::before {
content: "\fb01"
}
.gtn-business-and-finance-light::before {
content: "\fb02"
}
.gtn-cloud-2-light::before {
content: "\fb03"
}
.gtn-server-9-light::before {
content: "\fb04"
}
.gtn-hosting-light::before {
content: "\fb05"
}
.gtn-car-light::before {
content: "\fb06"
}
.gtn-car-frontal-view-light::before {
content: "\fb07"
}
.gtn-car-1-light::before {
content: "\fb08"
}
.gtn-racing-light::before {
content: "\fb09"
}
.gtn-car-wheel-light::before {
content: "\fb0a"
}
.gtn-steering-wheel-light::before {
content: "\fb0b"
}
.gtn-frontal-taxi-cab-light::before {
content: "\fb0c"
}
.gtn-taxi-light::before {
content: "\fb0d"
}
.gtn-cosmetics-light::before {
content: "\fb0e"
}
.gtn-flower-light::before {
content: "\fb0f"
}
.gtn-mirror-light::before {
content: "\fb10"
}
.gtn-itunes-light::before {
content: "\fb6b"
}
.gtn-salon-light::before {
content: "\fb11"
}
.gtn-hair-dryer-light::before {
content: "\fb12"
}
.gtn-shampoo-light::before {
content: "\fb13"
}
.gtn-download-button-light::before {
content: "\f90b"
}
.gtn-list-light::before {
content: "\fb14"
}
.gtn-loupe-light::before {
content: "\fb15"
}
.gtn-search-light::before {
content: "\fb16"
}
.gtn-search-1-light::before {
content: "\fb17"
}
.gtn-shopping-cart-light::before {
content: "\fb18"
}
.gtn-menu-light::before {
content: "\fb19"
}
.gtn-menu-1-light::before {
content: "\fb1a"
}
.gtn-menu-button-of-three-horizontal-lines-light::before {
content: "\fb1b"
}
.gtn-menu-2-light::before {
content: "\fb1c"
}
.gtn-menu-3-light::before {
content: "\fb1d"
}
.gtn-menu-5-light::before {
content: "\fb1f"
}
.gtn-menu-button-light::before {
content: "\fb20"
}
.gtn-list-1-light::before {
content: "\fb21"
}
.gtn-menu-6-light::before {
content: "\fb22"
}
.gtn-menu-7-light::before {
content: "\fb23"
}
.gtn-menu-8-light::before {
content: "\fb24"
}
.gtn-list-2-light::before {
content: "\fb25"
}
.gtn-dot-light::before {
content: "\fb26"
}
.gtn-menu-9-light::before {
content: "\fb27"
}
.gtn-search11-light::before {
content: "\fb28"
}
.gtn-search-minus-light::before {
content: "\fb29"
}
.gtn-search-11-light::before {
content: "\fb2a"
}
.gtn-search-2-light::before {
content: "\fb2b"
}
.gtn-search-3-light::before {
content: "\fb2c"
}
.gtn-magnifying-glass-search-light::before {
content: "\fb2d"
}
.gtn-loupe1-light::before {
content: "\fb2e"
}
.gtn-speed-light::before {
content: "\fb2f"
}
.gtn-search21-light::before {
content: "\fb30"
}
.gtn-search-4-light::before {
content: "\fb31"
}
.gtn-search-5-light::before {
content: "\fb32"
}
.gtn-detective-light::before {
content: "\fb33"
}
.gtn-cart1-light::before {
content: "\fb34"
}
.gtn-buying-on-smartphone-light::before {
content: "\fb35"
}
.gtn-badge-light::before {
content: "\fb36"
}
.gtn-basket1-light::before {
content: "\fb37"
}
.gtn-commerce-and-shopping-light::before {
content: "\fb38"
}
.gtn-comment-light::before {
content: "\fb39"
}
.gtn-comment-1-light::before {
content: "\fb3a"
}
.gtn-share-light::before {
content: "\fb3b"
}
.gtn-share-1-light::before {
content: "\fb3c"
}
.gtn-share-2-light::before {
content: "\fb3d"
}
.gtn-share-3-light::before {
content: "\fb3e"
}
.gtn-comment1-light::before {
content: "\fb3f"
}
.gtn-favorite-light::before {
content: "\fb40"
}
.gtn-retweet-light::before {
content: "\fb41"
}
.gtn-share1-light::before {
content: "\fb42"
}
.gtn-facebook-light::before {
content: "\fb43"
}
.gtn-twitter-light::before {
content: "\fb44"
}
.gtn-linkedin-light::before {
content: "\fb45"
}
.gtn-whatsapp-1-light::before {
content: "\fb46"
}
.gtn-dribbble-light::before {
content: "\fb47"
}
.gtn-facebook-2-light::before {
content: "\fb48"
}
.gtn-twitter1-light::before {
content: "\fb49"
}
.gtn-vk-light::before {
content: "\fb4a"
}
.gtn-youtube-v-light::before {
content: "\fb4b"
}
.gtn-vimeo-light::before {
content: "\fae0"
}
.gtn-youtube-light::before {
content: "\fb4c"
}
.gtn-snapchat-1-light::before {
content: "\fb4d"
}
.gtn-behance-light::before {
content: "\fb4e"
}
.gtn-github-light::before {
content: "\fb4f"
}
.gtn-pinterest-light::before {
content: "\fb50"
}
.gtn-spotify-light::before {
content: "\fb51"
}
.gtn-soundcloud-1-light::before {
content: "\fb52"
}
.gtn-skype-1-light::before {
content: "\fb53"
}
.gtn-rss-light::before {
content: "\fb54"
}
.gtn-reddit-1-light::before {
content: "\fb55"
}
.gtn-dribbble-1-light::before {
content: "\fb56"
}
.gtn-wordpress-1-light::before {
content: "\fb57"
}
.gtn-logo-light::before {
content: "\fb58"
}
.gtn-dropbox-1-light::before {
content: "\fb59"
}
.gtn-blogger-1-light::before {
content: "\fb5a"
}
.gtn-photo-light::before {
content: "\fb5b"
}
.gtn-hangouts-light::before {
content: "\fb5c"
}
.gtn-xing-light::before {
content: "\fb5d"
}
.gtn-myspace-light::before {
content: "\fb5e"
}
.gtn-flickr-1-light::before {
content: "\fb5f"
}
.gtn-envato-light::before {
content: "\fb60"
}
.gtn-picasa-1-light::before {
content: "\fb61"
}
.gtn-wattpad-light::before {
content: "\fb62"
}
.gtn-emoji-light::before {
content: "\fb63"
}
.gtn-deviantart-1-light::before {
content: "\fb64"
}
.gtn-yahoo-1-light::before {
content: "\fb65"
}
.gtn-vine-1-light::before {
content: "\fb66"
}
.gtn-delicious-light::before {
content: "\fb67"
}
.gtn-kickstarter-1-light::before {
content: "\fb68"
}
.gtn-stumbleupon-1-light::before {
content: "\fb69"
}
.gtn-brands-and-logotypes-light::before {
content: "\fb6a"
}
.gtn-instagram-1-light::before {
content: "\fb6c"
}
.gtn-facebook-1-light::before {
content: "\fb6d"
}
.gtn-instagram-2-light::before {
content: "\fb6e"
}
.gtn-twitter-1-light::before {
content: "\fb6f"
}
.gtn-whatsapp-2-light::before {
content: "\fb70"
}
.gtn-youtube-1-light::before {
content: "\fb71"
}
.gtn-linkedin-1-light::before {
content: "\fb72"
}
.gtn-telegram-light::before {
content: "\fb73"
}
.gtn-github-1-light::before {
content: "\fb74"
}
.gtn-vk-1-light::before {
content: "\fb75"
}
.gtn-pinterest-1-light::before {
content: "\fb76"
}
.gtn-rss-1-light::before {
content: "\fb77"
}
.gtn-twitch-light::before {
content: "\fb78"
}
.gtn-snapchat-2-light::before {
content: "\fb79"
}
.gtn-skype-2-light::before {
content: "\fb7a"
}
.gtn-behance-2-light::before {
content: "\fb7b"
}
.gtn-spotify-1-light::before {
content: "\fb7c"
}
.gtn-periscope-light::before {
content: "\fb7d"
}
.gtn-dribbble-2-light::before {
content: "\fb7e"
}
.gtn-tumblr-1-light::before {
content: "\fb7f"
}
.gtn-soundcloud-2-light::before {
content: "\fb80"
}
.gtn-google-drive-1-light::before {
content: "\fb81"
}
.gtn-dropbox-2-light::before {
content: "\fb82"
}
.gtn-reddit-2-light::before {
content: "\fb83"
}
.gtn-html-light::before {
content: "\fb84"
}
.gtn-vimeo-1-light::before {
content: "\fb85"
}
.gtn-hangout-light::before {
content: "\fb86"
}
.gtn-blogger-2-light::before {
content: "\fb87"
}
.gtn-yahoo-2-light::before {
content: "\fb88"
}
.gtn-path-light::before {
content: "\fb89"
}
.gtn-yelp-1-light::before {
content: "\fb8a"
}
.gtn-slideshare-light::before {
content: "\fb8b"
}
.gtn-picasa-2-light::before {
content: "\fb8c"
}
.gtn-myspace-1-light::before {
content: "\fb8d"
}
.gtn-flickr-2-light::before {
content: "\fb8e"
}
.gtn-xing-1-light::before {
content: "\fb8f"
}
.gtn-envato-1-light::before {
content: "\fb90"
}
.gtn-swarm-light::before {
content: "\fb91"
}
.gtn-wattpad-1-light::before {
content: "\fb92"
}
.gtn-foursquare-light::before {
content: "\fb93"
}
.gtn-deviantart-2-light::before {
content: "\fb94"
}
.gtn-kickstarter-2-light::before {
content: "\fb95"
}
.gtn-delicious-1-light::before {
content: "\fb96"
}
.gtn-vine-2-light::before {
content: "\fb97"
}
.gtn-digg-light::before {
content: "\fb98"
}
.gtn-bebo-light::before {
content: "\fb99"
}
.gtn-stumbleupon-2-light::before {
content: "\fb9a"
}
.gtn-forrst-light::before {
content: "\fb9b"
}
.gtn-eye3-light::before {
content: "\fb9d"
}
.gtn-microscope-light::before {
content: "\fb9e"
}
.gtn-Anti-Lock-light::before {
content: "\fb9f"
}
.gtn-apartment-light::before {
content: "\fba0"
}
.gtn-app-light::before {
content: "\fba2"
}
.gtn-Aroma-light::before {
content: "\fba3"
}
.gtn-bamboo-Leaf-light::before {
content: "\fba5"
}
.gtn-basket-light::before {
content: "\fba6"
}
.gtn-Battery-light::before {
content: "\fba7"
}
.gtn-Bettery-light::before {
content: "\fba8"
}
.gtn-building-light::before {
content: "\fba9"
}
.gtn-car-2-light::before {
content: "\fbaa"
}
.gtn-Car-light::before {
content: "\fbab"
}
.gtn-Child-light::before {
content: "\fbac"
}
.gtn-cityscape-light::before {
content: "\fbad"
}
.gtn-cleaner-light::before {
content: "\fbae"
}
.gtn-Coffee-cup-light::before {
content: "\fbaf"
}
.gtn-coins-light::before {
content: "\fbb0"
}
.gtn-Computer-light::before {
content: "\fbb1"
}
.gtn-Consultancy-light::before {
content: "\fbb2"
}
.gtn-cottage-light::before {
content: "\fbb3"
}
.gtn-crane-light::before {
content: "\fbb4"
}
.gtn-Custom-api-light::before {
content: "\fbb5"
}
.gtn-customer-support-2-light::before {
content: "\fbb6"
}
.gtn-Design-2-light::before {
content: "\fbb7"
}
.gtn-Design-3-light::before {
content: "\fbb8"
}
.gtn-design-light::before {
content: "\fbb9"
}
.gtn-diamond-light::before {
content: "\fbba"
}
.gtn-diploma-light::before {
content: "\fbbb"
}
.gtn-Document-Search-light::before {
content: "\fbbc"
}
.gtn-Download-light::before {
content: "\fbbd"
}
.gtn-drilling-light::before {
content: "\fbbe"
}
.gtn-engine-light::before {
content: "\fbbf"
}
.gtn-engineer-light::before {
content: "\fbc0"
}
.gtn-envelope-light::before {
content: "\fbc1"
}
.gtn-Family-light::before {
content: "\fbc2"
}
.gtn-friendship-light::before {
content: "\fbc3"
}
.gtn-gift-light::before {
content: "\fbc4"
}
.gtn-graph-2-light::before {
content: "\fbc5"
}
.gtn-graph-light::before {
content: "\fbc6"
}
.gtn-hamburger-2-light::before {
content: "\fbc7"
}
.gtn-handshake-light::before {
content: "\fbc8"
}
.gtn-Helmet-light::before {
content: "\fbc9"
}
.gtn-hot-Stone-2-light::before {
content: "\fbca"
}
.gtn-hot-stone-light::before {
content: "\fbcb"
}
.gtn-idea-light::before {
content: "\fbcc"
}
.gtn-Leaf-light::before {
content: "\fbcd"
}
.gtn-management-light::before {
content: "\fbce"
}
.gtn-Massage-table-light::before {
content: "\fbcf"
}
.gtn-Mechanic-light::before {
content: "\fbd0"
}
.gtn-Money-2-light::before {
content: "\fbd2"
}
.gtn-money-bag-light::before {
content: "\fbd3"
}
.gtn-Money-light::before {
content: "\fbd4"
}
.gtn-oil-bottle-light::before {
content: "\fbd5"
}
.gtn-Physiotherapy-light::before {
content: "\fbd6"
}
.gtn-Profile-light::before {
content: "\fbd7"
}
.gtn-Rating-light::before {
content: "\fbd8"
}
.gtn-right-mark-light::before {
content: "\fbd9"
}
.gtn-rings-light::before {
content: "\fbda"
}
.gtn-Safe-house-light::before {
content: "\fbdb"
}
.gtn-Scan-light::before {
content: "\fbdc"
}
.gtn-social-care-light::before {
content: "\fbdd"
}
.gtn-Speed-Clock-light::before {
content: "\fbde"
}
.gtn-stopwatch-light::before {
content: "\fbdf"
}
.gtn-Support-2-light::before {
content: "\fbe0"
}
.gtn-target-2-light::before {
content: "\fbe1"
}
.gtn-Target-light::before {
content: "\fbe2"
}
.gtn-tripod-light::before {
content: "\fbe3"
}
.gtn-truck-light::before {
content: "\fbe4"
}
.gtn-university-light::before {
content: "\fbe5"
}
.gtn-User-light::before {
content: "\fbe6"
}
.gtn-Web-Portals-light::before {
content: "\fbe7"
}
.gtn-window-light::before {
content: "\fbe8"
}
.gtn-ek_line_icon-light::before {
content: "\fbe9"
}
.gtn-ek_stroke_icon-light::before {
content: "\fba1"
}
.gtn-ekit-light::before {
content: "\f947"
}
.gtn-elements-kit-logo-light::before {
content: "\f90d"
}
.gtn-degree-image-light::before {
content: "\f900"
}
.gtn-accordion-light::before {
content: "\f901"
}
.gtn-animated-flip-box-light::before {
content: "\f902"
}
.gtn-animated-text-light::before {
content: "\f903"
}
.gtn-brands-light::before {
content: "\f904"
}
.gtn-business-hour-light::before {
content: "\f905"
}
.gtn-button-light::before {
content: "\f906"
}
.gtn-carousel-light::before {
content: "\f907"
}
.gtn-Circle-progress-light::before {
content: "\f908"
}
.gtn-contact-form-light::before {
content: "\f909"
}
.gtn-countdown-timer-light::before {
content: "\f90a"
}
.gtn-dropbar-light::before {
content: "\f90c"
}
.gtn-faq-light::before {
content: "\f90e"
}
.gtn-full-width-scroll-light::before {
content: "\f90f"
}
.gtn-google-map-light::before {
content: "\f910"
}
.gtn-heading-style-light::before {
content: "\f911"
}
.gtn-help-desk-light::before {
content: "\f912"
}
.gtn-horizontal-timeline-light::before {
content: "\f913"
}
.gtn-iframe-light::before {
content: "\f914"
}
.gtn-image-comparison-light::before {
content: "\f915"
}
.gtn-image-gallery-light::before {
content: "\f916"
}
.gtn-image-justify-light::before {
content: "\f917"
}
.gtn-image-magnifier-light::before {
content: "\f918"
}
.gtn-image-masonry-light::before {
content: "\f919"
}
.gtn-inline-svg-light::before {
content: "\f91a"
}
.gtn-instagram-light::before {
content: "\f91b"
}
.gtn-listing-light::before {
content: "\f91c"
}
.gtn-music-player-light::before {
content: "\f91d"
}
.gtn-news-ticker-light::before {
content: "\f91e"
}
.gtn-off-canvus-menu-light::before {
content: "\f91f"
}
.gtn-parallax-light::before {
content: "\f920"
}
.gtn-portfolio-light::before {
content: "\f921"
}
.gtn-post-banner-light::before {
content: "\f922"
}
.gtn-post-carousel-light::before {
content: "\f923"
}
.gtn-post-grid-light::before {
content: "\f924"
}
.gtn-post-slider-light::before {
content: "\f925"
}
.gtn-pricing-list-light::before {
content: "\f926"
}
.gtn-pricing-table-light::before {
content: "\f927"
}
.gtn-product-featured-light::before {
content: "\f928"
}
.gtn-product-image-light::before {
content: "\f929"
}
.gtn-product-recent-light::before {
content: "\f92a"
}
.gtn-product-sale-light::before {
content: "\f92b"
}
.gtn-product-top-rated-light::before {
content: "\f92c"
}
.gtn-product-top-seller-light::before {
content: "\f92d"
}
.gtn-progress-bar-light::before {
content: "\f92e"
}
.gtn-protected-content-v2-light::before {
content: "\f92f"
}
.gtn-protected-content-v3-light::before {
content: "\f930"
}
.gtn-protected-content-light::before {
content: "\f931"
}
.gtn-qr_code-light::before {
content: "\f932"
}
.gtn-scroll-button-light::before {
content: "\f933"
}
.gtn-search1-light::before {
content: "\f934"
}
.gtn-service-light::before {
content: "\f935"
}
.gtn-slider-image-light::before {
content: "\f936"
}
.gtn-social-share-light::before {
content: "\f937"
}
.gtn-subscribe-light::before {
content: "\f938"
}
.gtn-tab-light::before {
content: "\f939"
}
.gtn-table-light::before {
content: "\f93a"
}
.gtn-team-join-light::before {
content: "\f93b"
}
.gtn-team-member-light::before {
content: "\f93c"
}
.gtn-testimonial-carousel-light::before {
content: "\f93d"
}
.gtn-testimonial-grid-light::before {
content: "\f93e"
}
.gtn-testimonial-quote-light::before {
content: "\f93f"
}
.gtn-testimonial-slider-light::before {
content: "\f940"
}
.gtn-toggle-light::before {
content: "\f941"
}
.gtn-user-login-light::before {
content: "\f942"
}
.gtn-user-registration-light::before {
content: "\f943"
}
.gtn-vertical-timeline-light::before {
content: "\f944"
}
.gtn-video-player-light::before {
content: "\f945"
}
.gtn-weather-light::before {
content: "\f946"
}
.gtn-badge:before {
content: "\f100";
}
.gtn-balance-scale:before {
content: "\f101";
}
.gtn-diagonal-arrow-1:before {
content: "\f102";
}
.gtn-diagonal-arrow-2:before {
content: "\f103";
}
.gtn-diagonal-arrow-3:before {
content: "\f104";
}
.gtn-diagonal-arrow-4:before {
content: "\f105";
}
.gtn-diagonal-arrow-5:before {
content: "\f106";
}
.gtn-diagonal-arrow-6:before {
content: "\f107";
}
.gtn-diagonal-arrow-7:before {
content: "\f108";
}
.gtn-diagonal-arrow-8:before {
content: "\f109";
}
.gtn-diagonal-arrow-9:before {
content: "\f10a";
}
.gtn-diagonal-arrow-10:before {
content: "\f10b";
}
.gtn-diagonal-arrow-11:before {
content: "\f10c";
}
.gtn-diagonal-arrow-12:before {
content: "\f10d";
}
.gtn-diagonal-arrow-13:before {
content: "\f10e";
}
.gtn-diagonal-arrow-14:before {
content: "\f10f";
}
.gtn-diagonal-arrow-15:before {
content: "\f110";
}
.gtn-diagonal-arrow:before {
content: "\f111";
}
.gtn-down-arrow-1:before {
content: "\f112";
}
.gtn-down-arrow-2:before {
content: "\f113";
}
.gtn-down-arrow-3:before {
content: "\f114";
}
.gtn-down-arrow-4:before {
content: "\f115";
}
.gtn-down-arrow-5:before {
content: "\f116";
}
.gtn-down-arrow-6:before {
content: "\f117";
}
.gtn-down-arrow-7:before {
content: "\f118";
}
.gtn-down-arrow-8:before {
content: "\f119";
}
.gtn-down-arrow-9:before {
content: "\f11a";
}
.gtn-down-arrow-10:before {
content: "\f11b";
}
.gtn-down-arrow-11:before {
content: "\f11c";
}
.gtn-down-arrow:before {
content: "\f11d";
}
.gtn-left-arrow-1:before {
content: "\f11e";
}
.gtn-left-arrow-2:before {
content: "\f11f";
}
.gtn-left-arrow-3:before {
content: "\f120";
}
.gtn-left-arrow-4:before {
content: "\f121";
}
.gtn-left-arrow-5:before {
content: "\f122";
}
.gtn-left-arrow-6:before {
content: "\f123";
}
.gtn-left-arrow-7:before {
content: "\f124";
}
.gtn-left-arrow-8:before {
content: "\f125";
}
.gtn-left-arrow-9:before {
content: "\f126";
}
.gtn-left-arrow-10:before {
content: "\f127";
}
.gtn-left-arrow-11:before {
content: "\f128";
}
.gtn-left-arrow-12:before {
content: "\f129";
}
.gtn-left-arrow-13:before {
content: "\f12a";
}
.gtn-left-arrow-14:before {
content: "\f12b";
}
.gtn-left-arrow:before {
content: "\f12c";
}
.gtn-medal:before {
content: "\f12d";
}
.gtn-play-button:before {
content: "\f12e";
}
.gtn-play:before {
content: "\f12f";
}
.gtn-right-arrow-1:before {
content: "\f130";
}
.gtn-right-arrow-2:before {
content: "\f131";
}
.gtn-right-arrow-3:before {
content: "\f132";
}
.gtn-right-arrow-4:before {
content: "\f133";
}
.gtn-right-arrow-5:before {
content: "\f134";
}
.gtn-right-arrow-6:before {
content: "\f135";
}
.gtn-right-arrow-7:before {
content: "\f136";
}
.gtn-right-arrow-8:before {
content: "\f137";
}
.gtn-right-arrow-9:before {
content: "\f138";
}
.gtn-right-arrow-10:before {
content: "\f139";
}
.gtn-right-arrow-11:before {
content: "\f13a";
}
.gtn-right-arrow-12:before {
content: "\f13b";
}
.gtn-right-arrow-13:before {
content: "\f13c";
}
.gtn-right-arrow-14:before {
content: "\f13d";
}
.gtn-right-arrow:before {
content: "\f13e";
}
.gtn-suitcase:before {
content: "\f13f";
}
.gtn-up-arrow-1:before {
content: "\f140";
}
.gtn-up-arrow-2:before {
content: "\f141";
}
.gtn-up-arrow-3:before {
content: "\f142";
}
.gtn-up-arrow-4:before {
content: "\f143";
}
.gtn-up-arrow-5:before {
content: "\f144";
}
.gtn-up-arrow-6:before {
content: "\f145";
}
.gtn-up-arrow-7:before {
content: "\f146";
}
.gtn-up-arrow-8:before {
content: "\f147";
}
.gtn-up-arrow-9:before {
content: "\f148";
}
.gtn-up-arrow-10:before {
content: "\f149";
}
.gtn-up-arrow-11:before {
content: "\f14a";
}
.gtn-up-arrow:before {
content: "\f14b";
}
.editor-styles-wrapper {
}body{--guten-base-color: #181D23;--guten-base-lighter-color: #2D3137;--guten-bg-color: #ffffff;--guten-border-color: #eaeaeb;--guten-txt-color: #575A5F;--guten-txt-h-color: #181D23;--guten-txt-a-color: #0058E6;--guten-txt-m-color: #96989B;--guten-txt-alt-color: #ffffff;--guten-form-border-color: #D5D5D7;--guten-form-bg-color: transparent;--guten-form-txt-color: #181D23;--guten-form-font-size: 15px;--guten-form-border-focus: #b7b7b7;--guten-switch-active: #3557DC;--guten-switch-shadow: #2E384D;--guten-form-placeholder-color: #96989B;--guten-btn-txt-color: #ffffff;--guten-btn-bg-color: #0058E6;--guten-btn-bg-info: #5bc0de;--guten-btn-bg-success: #5cb85c;--guten-btn-bg-warning: #f0ad4e;--guten-btn-bg-danger: #d9534f;--guten-btn-bg-hover-color: #0048bd;--guten-selection-bg-color: #d8a600;--guten-element-bg-color: #80b1ff;--guten-element-darken-bg-color: #0058E6;--guten-element-lighten-bg-color: #e6f0ff;--guten-success-bg-color: #75ffd8;--guten-success-border-color: #007f5b;--guten-error-text-color: #d60000;--guten-error-bg-color: #ffcccc;--guten-error-border-color: #d60000;--guten-wp-color: #007cba}body{--guten-base-color: #181D23;--guten-base-lighter-color: #2D3137;--guten-bg-color: #ffffff;--guten-border-color: #eaeaeb;--guten-txt-color: #575A5F;--guten-txt-h-color: #181D23;--guten-txt-a-color: #0058E6;--guten-txt-m-color: #96989B;--guten-txt-alt-color: #ffffff;--guten-form-border-color: #D5D5D7;--guten-form-bg-color: transparent;--guten-form-txt-color: #181D23;--guten-form-font-size: 15px;--guten-form-border-focus: #b7b7b7;--guten-switch-active: #3557DC;--guten-switch-shadow: #2E384D;--guten-form-placeholder-color: #96989B;--guten-btn-txt-color: #ffffff;--guten-btn-bg-color: #0058E6;--guten-btn-bg-info: #5bc0de;--guten-btn-bg-success: #5cb85c;--guten-btn-bg-warning: #f0ad4e;--guten-btn-bg-danger: #d9534f;--guten-btn-bg-hover-color: #0048bd;--guten-selection-bg-color: #d8a600;--guten-element-bg-color: #80b1ff;--guten-element-darken-bg-color: #0058E6;--guten-element-lighten-bg-color: #e6f0ff;--guten-success-bg-color: #75ffd8;--guten-success-border-color: #007f5b;--guten-error-text-color: #d60000;--guten-error-bg-color: #ffcccc;--guten-error-border-color: #d60000;--guten-wp-color: #007cba}.guten-form-input{padding-top:10px;padding-bottom:10px}.guten-form-input .input-helper{display:block}.guten-form-input .input-label{font-weight:600;color:#181d23;font-size:.8em;line-height:1.5;margin-bottom:5px;text-transform:uppercase;letter-spacing:3px;display:inline-block}.guten-form-input .required-badge{color:#d60000}.guten-form-input .input-helper{font-size:.9em;margin-top:3px;opacity:.7;clear:both;font-weight:400;color:#96989b}.guten-form-input .gutenverse-input{width:100%;max-width:100%;padding:8px;height:auto;border-width:1px;border-style:solid;border-radius:2px;background:0 0;background-color:var(--guten-form-bg-color);border-color:var(--guten-form-border-color);color:var(--guten-form-txt-color);box-shadow:none;box-sizing:border-box;transition:all .25s ease;font-size:var(--guten-form-font-size);line-height:1.5;outline:0}.guten-form-input .gutenverse-input::-moz-placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .gutenverse-input::placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .gutenverse-input:focus{box-shadow:none;border-color:var(--guten-form-border-focus)}.guten-form-input.hide-label .label-wrapper{display:none}.guten-form-input.hide-label .main-wrapper{width:100%}.guten-form-input .validation-error{display:none;color:#d60000;font-style:italic;font-size:14px}.guten-form-input.input-invalid input{border-color:#d60000}.guten-form-input.input-invalid .validation-error{display:block}.guten-input-position-left{display:flex}.guten-input-position-left .label-wrapper{width:20%}.guten-input-position-left .main-wrapper{flex-grow:1}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}[class*=guten] a{text-decoration:none;box-shadow:none}.editor-styles-wrapper .guten-column .wp-block{margin-left:0;margin-right:0}.guten-element .hover-from-left:before,.guten-element .hover-from-right:before,.guten-element .hover-from-top:before,.guten-element .hover-from-bottom:before,.guten-element .hover-from-arise:before{position:absolute;content:"";height:100%;width:100%;background-size:101% 101%;transition:all .6s ease}.guten-element .hover-from-left:before,.guten-element.hover-from-left:before{top:0;left:-101%}.guten-element .hover-from-left:hover:before,.guten-element.hover-from-left:hover:before{left:0}.guten-element .hover-from-right:before,.guten-element.hover-from-right:before{top:0;right:-101%}.guten-element .hover-from-right:hover:before,.guten-element.hover-from-right:hover:before{right:0}.guten-element .hover-from-top:before,.guten-element.hover-from-top:before{top:-101%;left:0}.guten-element .hover-from-top:hover:before,.guten-element.hover-from-top:hover:before{top:0}.guten-element .hover-from-bottom:before,.guten-element.hover-from-bottom:before{bottom:-101%;left:0}.guten-element .hover-from-bottom:hover:before,.guten-element.hover-from-bottom:hover:before{bottom:0}.guten-element .hover-from-arise:before,.guten-element.hover-from-arise:before{top:0;left:0;opacity:0%}.guten-element .hover-from-arise:hover:before,.guten-element.hover-from-arise:hover:before{opacity:100%}.guten-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute;border-radius:inherit}.guten-background-animated{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit;overflow:hidden}.guten-background-animated .animated-layer{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:inherit}.guten-sticky-wrapper{position:relative}.guten-sticky-flag{position:absolute;width:100%;height:200px;top:-210px}.section-wrapper{-webkit-margin-before:0 !important;margin-block-start:0 !important;-webkit-margin-after:0 !important;margin-block-end:0 !important}.section-wrapper:not(.inherit-layout){max-width:none !important}.guten-section-wrapper.pinned{position:sticky}.guten-section-wrapper.pinned.fixed{position:fixed}section.guten-section{position:relative;display:block}section.guten-section>.guten-container{display:flex;margin-right:auto;margin-left:auto;position:relative;flex-wrap:wrap;align-items:flex-start}section.guten-section>.guten-container .guten-column{margin-left:initial;margin-right:initial}section.guten-section .guten-video-bg-wrapper div{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}section.guten-section .guten-video-bg-wrapper div iframe{position:absolute;top:0;left:0;width:100%;height:100%}section.guten-section .guten-shape-divider{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}section.guten-section .guten-shape-divider svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}section.guten-section .guten-shape-divider.guten-shape-divider-top{top:-1px}section.guten-section .guten-shape-divider.guten-shape-divider-top.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-top.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider.guten-shape-divider-bottom{bottom:-1px;transform:rotate(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-bottom.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider.guten-shape-divider-bottom.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider .guten-shape-fill{fill:#eee}section.guten-section .guten-shape-divider-animated{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}section.guten-section .guten-shape-divider-animated svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top{top:-1px;transform:rotate(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-top.guten-shape-zindex{z-index:2}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom{bottom:-1px}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom.guten-shape-flip>svg{transform:translateX(-50%) rotateY(180deg)}section.guten-section .guten-shape-divider-animated.guten-shape-divider-animated-bottom.guten-shape-zindex>svg{z-index:2}section.guten-section .guten-shape-divider-animated .guten-shape-fill{fill:#eee}section.guten-section.layout-fullwidth{position:relative;max-width:100vw}section.guten-section.align-top>.guten-container{align-items:flex-start}section.guten-section.align-middle>.guten-container{align-items:center}section.guten-section.align-bottom>.guten-container{align-items:flex-end}section.guten-section.align-stretch>.guten-container{align-items:stretch}section.guten-section.overflow-auto>.guten-container{overflow:auto}section.guten-section.overflow-hidden>.guten-container{overflow:hidden}@media(min-width: 781px){section.guten-section.guten-section-height-full{height:100vh}section.guten-section.guten-section-height-full>.guten-container{height:100%}}.guten-column{padding:10px}.guten-column-gap-no>.guten-column{padding:0}.guten-column-gap-narrow>.guten-column{padding:5px}.guten-column-gap-extended>.guten-column{padding:15px}.guten-column-gap-wide>.guten-column{padding:20px}.guten-column-gap-wider>.guten-column{padding:30px}.guten-column{padding:10px;display:flex;align-content:stretch;align-items:stretch;position:relative;box-sizing:border-box}.guten-column.pinned{position:sticky}.guten-column>.sticky-wrapper{width:100%;display:flex;align-content:stretch;align-items:stretch}.guten-column>.sticky-wrapper>.guten-column-wrapper{position:relative;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.guten-column>.sticky-wrapper>.guten-column-wrapper>*{max-width:100%}.guten-column>.sticky-wrapper>.guten-column-wrapper>[class*=wp-block-]:not(.guten-element){position:relative}.guten-column>.sticky-wrapper>.guten-column-wrapper:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:inherit}.guten-column>.sticky-wrapper>.guten-column-wrapper>.guten-element:not(.guten-column),.guten-column>.sticky-wrapper>.guten-column-wrapper>.section-wrapper{width:100%}.guten-column.vertical-top-desktop{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-desktop{align-content:center;align-items:center}.guten-column.vertical-bottom-desktop{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-desktop{align-content:space-between}.guten-column.vertical-around-desktop{align-content:space-around}.guten-column.vertical-evenly-desktop{align-content:space-evenly}.guten-column.horizontal-start-desktop{justify-content:flex-start}.guten-column.horizontal-center-desktop{justify-content:center}.guten-column.horizontal-end-desktop{justify-content:flex-end}.guten-column.horizontal-between-desktop{justify-content:space-between}.guten-column.horizontal-around-desktop{justify-content:space-around}.guten-column.horizontal-evenly-desktop{justify-content:space-evenly}@media only screen and (max-width: 780px){.guten-column.vertical-top-tablet{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-tablet{align-content:center;align-items:center}.guten-column.vertical-bottom-tablet{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-tablet{align-content:space-between}.guten-column.vertical-around-tablet{align-content:space-around}.guten-column.vertical-evenly-tablet{align-content:space-evenly}.guten-column.horizontal-start-tablet{justify-content:flex-start}.guten-column.horizontal-center-tablet{justify-content:center}.guten-column.horizontal-end-tablet{justify-content:flex-end}.guten-column.horizontal-between-tablet{justify-content:space-between}.guten-column.horizontal-around-tablet{justify-content:space-around}.guten-column.horizontal-evenly-tablet{justify-content:space-evenly}}@media only screen and (max-width: 425px){.guten-column.vertical-top-mobile{align-content:flex-start;align-items:flex-start}.guten-column.vertical-middle-mobile{align-content:center;align-items:center}.guten-column.vertical-bottom-mobile{align-content:flex-end;align-items:flex-end}.guten-column.vertical-between-mobile{align-content:space-between}.guten-column.vertical-around-mobile{align-content:space-around}.guten-column.vertical-evenly-mobile{align-content:space-evenly}.guten-column.horizontal-start-mobile{justify-content:flex-start}.guten-column.horizontal-center-mobile{justify-content:center}.guten-column.horizontal-end-mobile{justify-content:flex-end}.guten-column.horizontal-between-mobile{justify-content:space-between}.guten-column.horizontal-around-mobile{justify-content:space-around}.guten-column.horizontal-evenly-mobile{justify-content:space-evenly}}.guten-button-wrapper{display:flex;width:100%;height:-moz-fit-content;height:fit-content}.guten-button{margin:0;display:flex;align-items:center;justify-content:center;line-height:1;background-color:var(--guten-wp-color);font-size:15px;padding:12px 24px;border-radius:3px;color:var(--guten-bg-color);fill:var(--guten-bg-color);text-align:center;transition:all .3s;text-decoration:none;border-color:rgba(0,0,0,0);border-width:0;cursor:pointer}.guten-button:focus{box-shadow:none}.guten-button-xs{font-size:13px;padding:10px 20px;border-radius:2px}.guten-button-md{font-size:16px;padding:15px 30px;border-radius:4px}.guten-button-lg{font-size:18px;padding:20px 40px;border-radius:5px}.guten-button-xl{font-size:20px;padding:25px 50px;border-radius:6px}.guten-button-info{background-color:var(--guten-btn-bg-info)}.guten-button-success{background-color:var(--guten-btn-bg-success)}.guten-button-warning{background-color:var(--guten-btn-bg-warning)}.guten-button-danger{background-color:var(--guten-btn-bg-danger)}.guten-buttons{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.guten-buttons>.guten-button-wrapper{width:auto}.guten-buttons .wp-block{margin:0}.guten-buttons.horizontal{flex-direction:row}.guten-buttons.vertical{flex-direction:column}.guten-social-icon a{display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;text-decoration:none;gap:12px;transition:all .3s}.guten-social-icon a i{font-size:22px;width:1em;height:1em;text-align:center}.guten-social-icon a span{font-size:16px}.guten-social-icons{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.guten-social-icons.horizontal{flex-direction:row}.guten-social-icons.horizontal .guten-social-icon{display:inline-flex}.guten-social-icons.vertical{flex-direction:column}.guten-social-icons span{display:none}.guten-social-icons.show-text span{display:flex}.guten-social-icons .wp-block{margin:0}.guten-social-icons.square a{border-radius:0}.guten-social-icons.rounded a{border-radius:5px}.guten-social-icons.circle a{border-radius:100%}.guten-social-icons.fill a{background:#000;color:#fff}.guten-social-icons.fill a:hover{color:#fff}.guten-social-icons.fill .facebook a{background-color:#3b5998}.guten-social-icons.fill .instagram a{background-color:#e6405d}.guten-social-icons.fill .twitter a{background-color:#1da1f2}.guten-social-icons.fill .pinterest a{background-color:#bd081c}.guten-social-icons.fill .android a{background-color:#a4c639}.guten-social-icons.fill .apple a{background-color:#999}.guten-social-icons.fill .behance a{background-color:#1769ff}.guten-social-icons.fill .bitbucket a{background-color:#205081}.guten-social-icons.fill .codepen a{background-color:#000}.guten-social-icons.fill .delicious a{background-color:#39f}.guten-social-icons.fill .deviantart a{background-color:#05cc47}.guten-social-icons.fill .digg a{background-color:#005be2}.guten-social-icons.fill .dribbble a{background-color:#ea4c89}.guten-social-icons.fill .elementor a{background-color:#d30c5c}.guten-social-icons.fill .envelope a{background-color:#ea4335}.guten-social-icons.fill .flickr a{background-color:#0063dc}.guten-social-icons.fill .foursquare a{background-color:#2d5be3}.guten-social-icons.fill .freecodecamp a{background-color:#006400}.guten-social-icons.fill .github a{background-color:#333}.guten-social-icons.fill .gitlab a{background-color:#e24329}.guten-social-icons.fill .globe a{background-color:#818a91}.guten-social-icons.fill .google a{background-color:#dd4b39}.guten-social-icons.fill .houzz a{background-color:#7ac142}.guten-social-icons.fill .jsfiddle a{background-color:#487aa2}.guten-social-icons.fill .link a{background-color:#818a91}.guten-social-icons.fill .linkedin a{background-color:#0077b5}.guten-social-icons.fill .medium a{background-color:#00ab6b}.guten-social-icons.fill .meetup a{background-color:#ec1c40}.guten-social-icons.fill .mixcloud a{background-color:#273a4b}.guten-social-icons.fill .odnoklassniki a{background-color:#f4731c}.guten-social-icons.fill .product-hunt a{background-color:#da552f}.guten-social-icons.fill .reddit a{background-color:#ff4500}.guten-social-icons.fill .rss a{background-color:#f26522}.guten-social-icons.fill .shopping-cart a{background-color:#4caf50}.guten-social-icons.fill .skype a{background-color:#00aff0}.guten-social-icons.fill .slideshare a{background-color:#0077b5}.guten-social-icons.fill .snapchat a{background-color:#fffc00}.guten-social-icons.fill .soundcloud a{background-color:#f80}.guten-social-icons.fill .spotify a{background-color:#2ebd59}.guten-social-icons.fill .stack-overflow a{background-color:#fe7a15}.guten-social-icons.fill .steam a{background-color:#00adee}.guten-social-icons.fill .stumbleupon a{background-color:#eb4924}.guten-social-icons.fill .telegram a{background-color:#2ca5e0}.guten-social-icons.fill .thumb-tack a{background-color:#1aa1d8}.guten-social-icons.fill .tripadvisor a{background-color:#589442}.guten-social-icons.fill .tumblr a{background-color:#35465c}.guten-social-icons.fill .twitch a{background-color:#6441a5}.guten-social-icons.fill .viber a{background-color:#665cac}.guten-social-icons.fill .vimeo a{background-color:#1ab7ea}.guten-social-icons.fill .vk a{background-color:#45668e}.guten-social-icons.fill .weibo a{background-color:#dd2430}.guten-social-icons.fill .weixin a{background-color:#31a918}.guten-social-icons.fill .whatsapp a{background-color:#25d366}.guten-social-icons.fill .wordpress a{background-color:#21759b}.guten-social-icons.fill .xing a{background-color:#026466}.guten-social-icons.fill .yelp a{background-color:#af0606}.guten-social-icons.fill .youtube a{background-color:#cd201f}.guten-social-icons.border a{border:2px solid #000;background:#fff;color:#000}.guten-social-icons.border .facebook a{border-color:#3b5998;color:#3b5998}.guten-social-icons.border .instagram a{border-color:#e6405d;color:#e6405d}.guten-social-icons.border .twitter a{border-color:#1da1f2;color:#1da1f2}.guten-social-icons.border .pinterest a{border-color:#bd081c;color:#bd081c}.guten-social-icons.border .android a{border-color:#a4c639;color:#a4c639}.guten-social-icons.border .apple a{border-color:#999;color:#999}.guten-social-icons.border .behance a{border-color:#1769ff;color:#1769ff}.guten-social-icons.border .bitbucket a{border-color:#205081;color:#205081}.guten-social-icons.border .codepen a{border-color:#000;color:#000}.guten-social-icons.border .delicious a{border-color:#39f;color:#39f}.guten-social-icons.border .deviantart a{border-color:#05cc47;color:#05cc47}.guten-social-icons.border .digg a{border-color:#005be2;color:#005be2}.guten-social-icons.border .dribbble a{border-color:#ea4c89;color:#ea4c89}.guten-social-icons.border .elementor a{border-color:#d30c5c;color:#d30c5c}.guten-social-icons.border .envelope a{border-color:#ea4335;color:#ea4335}.guten-social-icons.border .flickr a{border-color:#0063dc;color:#0063dc}.guten-social-icons.border .foursquare a{border-color:#2d5be3;color:#2d5be3}.guten-social-icons.border .freecodecamp a{border-color:#006400;color:#006400}.guten-social-icons.border .github a{border-color:#333;color:#333}.guten-social-icons.border .gitlab a{border-color:#e24329;color:#e24329}.guten-social-icons.border .globe a{border-color:#818a91;color:#818a91}.guten-social-icons.border .google a{border-color:#dd4b39;color:#dd4b39}.guten-social-icons.border .houzz a{border-color:#7ac142;color:#7ac142}.guten-social-icons.border .jsfiddle a{border-color:#487aa2;color:#487aa2}.guten-social-icons.border .link a{border-color:#818a91;color:#818a91}.guten-social-icons.border .linkedin a{border-color:#0077b5;color:#0077b5}.guten-social-icons.border .medium a{border-color:#00ab6b;color:#00ab6b}.guten-social-icons.border .meetup a{border-color:#ec1c40;color:#ec1c40}.guten-social-icons.border .mixcloud a{border-color:#273a4b;color:#273a4b}.guten-social-icons.border .odnoklassniki a{border-color:#f4731c;color:#f4731c}.guten-social-icons.border .product-hunt a{border-color:#da552f;color:#da552f}.guten-social-icons.border .reddit a{border-color:#ff4500;color:#ff4500}.guten-social-icons.border .rss a{border-color:#f26522;color:#f26522}.guten-social-icons.border .shopping-cart a{border-color:#4caf50;color:#4caf50}.guten-social-icons.border .skype a{border-color:#00aff0;color:#00aff0}.guten-social-icons.border .slideshare a{border-color:#0077b5;color:#0077b5}.guten-social-icons.border .snapchat a{border-color:#fffc00;color:#fffc00}.guten-social-icons.border .soundcloud a{border-color:#f80;color:#f80}.guten-social-icons.border .spotify a{border-color:#2ebd59;color:#2ebd59}.guten-social-icons.border .stack-overflow a{border-color:#fe7a15;color:#fe7a15}.guten-social-icons.border .steam a{border-color:#00adee;color:#00adee}.guten-social-icons.border .stumbleupon a{border-color:#eb4924;color:#eb4924}.guten-social-icons.border .telegram a{border-color:#2ca5e0;color:#2ca5e0}.guten-social-icons.border .thumb-tack a{border-color:#1aa1d8;color:#1aa1d8}.guten-social-icons.border .tripadvisor a{border-color:#589442;color:#589442}.guten-social-icons.border .tumblr a{border-color:#35465c;color:#35465c}.guten-social-icons.border .twitch a{border-color:#6441a5;color:#6441a5}.guten-social-icons.border .viber a{border-color:#665cac;color:#665cac}.guten-social-icons.border .vimeo a{border-color:#1ab7ea;color:#1ab7ea}.guten-social-icons.border .vk a{border-color:#45668e;color:#45668e}.guten-social-icons.border .weibo a{border-color:#dd2430;color:#dd2430}.guten-social-icons.border .weixin a{border-color:#31a918;color:#31a918}.guten-social-icons.border .whatsapp a{border-color:#25d366;color:#25d366}.guten-social-icons.border .wordpress a{border-color:#21759b;color:#21759b}.guten-social-icons.border .xing a{border-color:#026466;color:#026466}.guten-social-icons.border .yelp a{border-color:#af0606;color:#af0606}.guten-social-icons.border .youtube a{border-color:#cd201f;color:#cd201f}.wp-block-gutenverse-divider{display:flex;justify-content:center;--divider-border-style:none;--divider-border-width:1px;--divider-color: var(--guten-base-lighter-color);--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.wp-block-gutenverse-divider.guten-divider-tribal{--divider-pattern-size: auto}.guten-divider-wrapper{display:flex;align-items:center;min-height:20px;width:50%}.guten-divider-wrapper .guten-divider-style{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.guten-divider-default{border-bottom:2px solid var(--guten-base-color);width:100%;margin:0 5px}.guten-divider-double{border-bottom:3px double var(--guten-base-color);width:100%;margin:0 5px}.guten-divider-dotted{border-bottom:2px dotted var(--guten-base-color);width:100%;margin:0 5px}.guten-divider-dashed{border-bottom:2px dashed var(--guten-base-color);width:100%;margin:0 5px}.guten-divider-content{padding:0 10px 0 10px;flex-shrink:0}@media(max-width: 425px){.guten-divider-wrapper{width:100%}}.guten-tabs{overflow:hidden}.guten-tabs .tab-heading{display:flex;flex-direction:row}.guten-tabs .tab-heading .tab-heading-item{padding:20px 25px;border:2px solid rgba(0,0,0,0);position:relative;cursor:pointer}.guten-tabs .tab-heading .tab-heading-item:after,.guten-tabs .tab-heading .tab-heading-item:before{top:100%;height:0;width:999em;border-bottom-style:solid;border-width:2px;border-color:rgba(0,0,0,0);display:block;content:"";position:absolute}.guten-tabs .tab-heading .tab-heading-item:after{left:100%}.guten-tabs .tab-heading .tab-heading-item:before{right:100%}.guten-tabs .tab-heading .tab-heading-item.active{border-color:#ddd;cursor:inherit}.guten-tabs .tab-heading .tab-heading-item.active::after,.guten-tabs .tab-heading .tab-heading-item.active::before{border-color:#ddd}.guten-tabs .tab-heading-mobile{border:2px solid #ddd;text-align:center;display:none;padding:20px;position:relative}.guten-tabs .tab-heading-mobile .tab-title{cursor:pointer;display:flex;align-items:center;justify-content:center}.guten-tabs .tab-heading-mobile .tab-title span{margin-right:20px}.guten-tabs .tab-heading-mobile .tab-title .tab-dropdown-icon:after{content:""}.guten-tabs .tab-heading-mobile .tab-option{display:none;position:absolute;width:80%;background:#fff;border:2px solid #ddd;z-index:999;top:100%;left:50%;transform:translate(-50%, 0);border-top-color:rgba(0,0,0,0) !important}.guten-tabs .tab-heading-mobile .tab-option .tab-option-item{cursor:pointer;line-height:2em;padding:10px 0}.guten-tabs .tab-heading-mobile.open .tab-option{display:block}.guten-tabs .tab-heading-mobile.open .tab-title .tab-dropdown-icon:after{content:""}.guten-tabs .tab-body{border:2px solid #ddd;border-top-style:none;overflow:hidden;padding:20px}.guten-tabs .tab-body .tab-body-item{display:none}.guten-tabs .tab-body .tab-body-item.active{display:block}.guten-tabs.horizontal-center .tab-heading{justify-content:center}.guten-tabs.horizontal-center .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.horizontal-right .tab-heading{justify-content:flex-end}.guten-tabs.horizontal-right .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.horizontal .tab-heading .tab-heading-item.active{border-bottom-color:rgba(0,0,0,0) !important}.guten-tabs.vertical{display:flex}.guten-tabs.vertical .tab-heading{flex-direction:column;width:25%}.guten-tabs.vertical .tab-heading .tab-heading-item{border-right-color:rgba(0,0,0,0) !important}.guten-tabs.vertical .tab-heading .tab-heading-item:after,.guten-tabs.vertical .tab-heading .tab-heading-item:before{right:-2px;bottom:auto;height:999em;width:0;border-right-style:solid;border-bottom-style:none}.guten-tabs.vertical .tab-heading .tab-heading-item:after{top:100%}.guten-tabs.vertical .tab-heading .tab-heading-item:before{bottom:100%;left:100%;top:auto}.guten-tabs.vertical .tab-heading .tab-heading-item.active{border-bottom-color:#ddd}.guten-tabs.vertical .tab-body{flex-grow:1;border-top-style:solid;border-left-style:none;width:75%}@media(max-width: 781px){.guten-tabs{overflow:visible;display:block}.guten-tabs .tab-heading{display:none}.guten-tabs .tab-heading-mobile{display:block}}.guten-accordions .accordion-item{border:1px solid var(--guten-border-color);margin:0}.guten-accordions .accordion-item .accordion-heading{margin:0;padding:15px 20px;font-weight:bold;line-height:1;cursor:pointer;outline:none;display:flex;align-items:center;border-bottom:1px solid var(--guten-border-color)}.guten-accordions .accordion-item .accordion-heading .accordion-text{flex-grow:1}.guten-accordions .accordion-item .accordion-heading>p{margin:0}.guten-accordions .accordion-item .accordion-body{height:0;overflow:hidden}.guten-accordions .accordion-item .accordion-content{padding:15px 20px}.guten-accordions .accordion-item+.accordion-item{border-top:none}.accordion-item .accordion-icon{margin-right:10px}.accordion-item .accordion-icon-open{display:none}.accordion-item .accordion-icon-closed{display:block}.accordion-item.active .accordion-icon-open{display:block}.accordion-item.active .accordion-icon-closed{display:none}.accordion-item.active .expanded{height:auto}.guten-icon-wrapper{display:inline-block;line-height:1;transition:all .3s;text-align:center;padding:25px}.guten-icon-wrapper i{font-size:50px;width:1em;height:1em;color:var(--guten-bg-color)}.guten-icon-wrapper.rounded{border-radius:10%}.guten-icon-wrapper.circle{border-radius:100%}.guten-icon-wrapper.stacked{background-color:var(--guten-wp-color)}.guten-icon-wrapper.framed{border:2px solid var(--guten-wp-color);background-color:var(--guten-bg-color)}.guten-icon-wrapper.framed i{color:var(--guten-wp-color)}.guten-image{text-align:center}.guten-image .guten-caption{display:block}.guten-image img{max-width:100%}.guten-spacer{padding-bottom:100px}.guten-team{position:relative}.guten-team .profile-box{text-align:center}.guten-team .profile-box .profile-card{background-color:var(--guten-bg-color)}.guten-team .profile-box .profile-card .popup{cursor:pointer}.guten-team .profile-box .profile-card.card-default{padding:20px 20px 40px;z-index:1}.guten-team .profile-box .profile-card.card-default .profile-header{display:inline-block;margin-bottom:38px}.guten-team .profile-box .profile-card.card-default .profile-header img{-o-object-fit:cover;object-fit:cover;width:160px;height:160px}.guten-team .profile-box .profile-card.card-default .profile-body{padding-bottom:20px;z-index:2}.guten-team .profile-box .profile-card.card-overlay{width:100%;position:relative;overflow:hidden;display:inline-block}.guten-team .profile-box .profile-card.card-overlay img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto}.guten-team .profile-box .profile-card.card-overlay:before{position:absolute;content:"";top:100%;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.7);transition:all .4s ease;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;visibility:hidden}.guten-team .profile-box .profile-card.card-overlay.scale:before{top:0}.guten-team .profile-box .profile-card.card-overlay.scale:hover:before{transform:scale(0.9)}.guten-team .profile-box .profile-card.card-overlay:hover:before{top:0;opacity:1;visibility:visible}.guten-team .profile-box .profile-card.card-overlay:hover .profile-body{opacity:1;visibility:visible;transform:translateY(-50%)}.guten-team .profile-box .profile-card.card-overlay:hover .profile-body.bottom{transform:translateY(0%)}.guten-team .profile-box .profile-card.card-overlay .profile-body{top:50%;left:0;right:0;transform:translateY(-20%);position:absolute;z-index:2;width:100%;opacity:0;visibility:hidden;transition:all .4s ease;padding:10px}.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-title,.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-sub,.guten-team .profile-box .profile-card.card-overlay .profile-body .profile-desc{color:var(--guten-bg-color)}.guten-team .profile-box .profile-card.card-hover{padding:20px 20px 0;z-index:1}.guten-team .profile-box .profile-card.card-hover:hover .profile-body{transform:translateY(-50px)}.guten-team .profile-box .profile-card.card-hover:hover .profile-body:before{opacity:1}.guten-team .profile-box .profile-card.card-hover:hover .profile-body .social-list,.guten-team .profile-box .profile-card.card-hover:hover .profile-body .guten-social-icons{display:flex;opacity:1}.guten-team .profile-box .profile-card.card-hover .profile-header{display:inline-block;margin-bottom:38px}.guten-team .profile-box .profile-card.card-hover .profile-header img{-o-object-fit:cover;object-fit:cover;width:160px;height:160px}.guten-team .profile-box .profile-card.card-hover .profile-body{padding:30px 20px;position:relative;transition:all .4s ease}.guten-team .profile-box .profile-card.card-hover .profile-body:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#e6f0ff;opacity:0;transition:all .4s ease;z-index:-1;background-size:101% 102%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.guten-team .profile-box .profile-card.card-hover .profile-body .profile-title{margin:0px}.guten-team .profile-box .profile-card.card-hover .profile-body .profile-sub{margin:8px 0}.guten-team .profile-box .profile-card.card-hover .profile-body .social-list,.guten-team .profile-box .profile-card.card-hover .profile-body .guten-social-icons{transition:all .4s ease;display:none;opacity:0}.guten-team .border-bottom{position:absolute;overflow:hidden;left:0;right:0;bottom:0;width:100%;height:5px}.guten-team .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.guten-team .border-bottom .left{animation-name:slideInLeft}.guten-team .border-bottom .right{animation-name:slideInRight}.guten-team:hover .border-bottom .left{animation-name:slideOutRight}.guten-team:hover .border-bottom .right{animation-name:slideOutLeft}.social-list,.editor-styles-wrapper .social-list{list-style:none;padding:0;margin:0}.social-list .social-icon,.editor-styles-wrapper .social-list .social-icon{display:inline-block}.social-list .social-icon a,.editor-styles-wrapper .social-list .social-icon a{display:inline-flex;align-items:center;justify-content:center;padding:10px;text-decoration:none;gap:12px;transition:all .3s;color:var(--guten-bg-color);background-color:#80b1ff;border-radius:50%}.social-list .social-icon a i,.editor-styles-wrapper .social-list .social-icon a i{font-size:16px;width:16px;height:16px}.social-list .social-icon:not(:last-child),.editor-styles-wrapper .social-list .social-icon:not(:last-child){margin-right:10px}.profile-popup{display:none}.profile-popup .guten-social-icons>div:not(.guten-social-icon){display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.profile-popup.show{display:flex;top:0;right:0;left:0;bottom:0;position:fixed;align-items:center;z-index:997}.profile-popup.show .overlay{width:100%;height:100%;background-color:var(--guten-base-color);opacity:.5;position:absolute;z-index:998}.profile-popup.show .popup{display:flex;position:relative;width:450px;min-height:400px;background-color:var(--guten-bg-color);margin:1.75rem auto;z-index:999;padding:60px 40px}.profile-popup.show .popup .popup-close{top:0;right:0;position:absolute;padding:8px;cursor:pointer}.profile-popup.show .popup img{width:100%}.profile-popup.show .popup .content-1{width:40%;justify-content:center}.profile-popup.show .popup .content-2{margin-left:20px;width:60%}.profile-popup.show .popup .content-2 .profile-desc,.profile-popup.show .popup .content-2 .profile-phone,.profile-popup.show .popup .content-2 .profile-email{margin:0;padding:20px 0}.profile-popup.show .popup .content-2 .profile-title,.profile-popup.show .popup .content-2 .profile-sub{margin:0}.profile-popup.show .popup .content-2 .profile-phone,.profile-popup.show .popup .content-2 .profile-email{border-top:1px solid #ccc}.profile-popup.show .popup .content-2 .social-list{margin-top:20px}.guten-social-share{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px;justify-content:center}.guten-social-share.horizontal{flex-direction:row}.guten-social-share.vertical{flex-direction:column}.gutenverse-share-item{display:flex;text-decoration:none;overflow:hidden}.gutenverse-share-item a{display:flex;text-decoration:none;color:var(--guten-bg-color)}.gutenverse-share-item a:active,.gutenverse-share-item a:visited,.gutenverse-share-item a:hover{color:var(--guten-bg-color)}.gutenverse-share-item .gutenverse-share-icon{vertical-align:middle;text-align:center;display:flex;justify-content:center;align-items:center;padding:11px}.gutenverse-share-item .gutenverse-share-icon i{font-size:15px;width:15px}.gutenverse-share-item .gutenverse-share-text{display:flex;justify-content:center;align-items:center;padding:0 15px}.gutenverse-share-item.gutenverse-share-facebook .gutenverse-share-icon{background:#3b5998}.gutenverse-share-item.gutenverse-share-facebook .gutenverse-share-text{background:#263e98}.gutenverse-share-item.gutenverse-share-twitter .gutenverse-share-icon{background:#1090e0}.gutenverse-share-item.gutenverse-share-twitter .gutenverse-share-text{background:#156a9f}.gutenverse-share-item.gutenverse-share-pinterest .gutenverse-share-icon{background:#bd081c}.gutenverse-share-item.gutenverse-share-pinterest .gutenverse-share-text{background:#9e0213}.gutenverse-share-item.gutenverse-share-stumbleupon .gutenverse-share-icon{background:#eb4924}.gutenverse-share-item.gutenverse-share-stumbleupon .gutenverse-share-text{background:#bd3213}.gutenverse-share-item.gutenverse-share-linkedin .gutenverse-share-icon{background:#0077b5}.gutenverse-share-item.gutenverse-share-linkedin .gutenverse-share-text{background:#046090}.gutenverse-share-item.gutenverse-share-reddit .gutenverse-share-icon{background:#ff4500}.gutenverse-share-item.gutenverse-share-reddit .gutenverse-share-text{background:#c13805}.gutenverse-share-item.gutenverse-share-tumblr .gutenverse-share-icon{background:#35465c}.gutenverse-share-item.gutenverse-share-tumblr .gutenverse-share-text{background:#253347}.gutenverse-share-item.gutenverse-share-vk .gutenverse-share-icon{background:#45668e}.gutenverse-share-item.gutenverse-share-vk .gutenverse-share-text{background:#283f5b}.gutenverse-share-item.gutenverse-share-whatsapp .gutenverse-share-icon{background:#17a74d}.gutenverse-share-item.gutenverse-share-whatsapp .gutenverse-share-text{background:#198642}.gutenverse-share-item.gutenverse-share-telegram .gutenverse-share-icon{background:#2ca5e0}.gutenverse-share-item.gutenverse-share-telegram .gutenverse-share-text{background:#207ca9}.gutenverse-share-item.gutenverse-share-wechat .gutenverse-share-icon{background:#5cc928}.gutenverse-share-item.gutenverse-share-wechat .gutenverse-share-text{background:#2f8819}.gutenverse-share-item.gutenverse-share-line .gutenverse-share-icon{background:#00b900}.gutenverse-share-item.gutenverse-share-line .gutenverse-share-text{background:#0e8c0e}.gutenverse-share-item.gutenverse-share-email .gutenverse-share-icon{background:#a53310}.gutenverse-share-item.gutenverse-share-email .gutenverse-share-text{background:#7d280e}.gutenverse-maps{overflow:hidden}.gutenverse-maps iframe{display:block;width:100%;height:400px;transition:.3s}.progress-group{margin-top:10px}.progress-group .progress-skill-bar .skill-bar-content{margin-bottom:7px}.progress-group .progress-skill-bar .skill-bar-content .skill-title{font-weight:700;color:var(--guten-txt-color)}.progress-group .progress-skill-bar .skill-bar{height:3px;background-color:var(--guten-element-lighten-bg-color)}.progress-group .progress-skill-bar .skill-bar .skill-track{width:0;background-color:var(--guten-element-darken-bg-color);display:block;height:100%;overflow:visible !important;position:relative}.progress-group .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{position:absolute;right:0;top:-33px;z-index:1}.progress-group .progress-skill-bar .number-percentage{color:var(--guten-txt-color)}.progress-group.inner-content .progress-skill-bar{position:relative}.progress-group.inner-content .progress-skill-bar .skill-bar-content{position:absolute;z-index:1;left:0;top:50%;transform:translateY(-50%);margin-bottom:0;padding-left:30px}.progress-group.inner-content .progress-skill-bar .skill-bar-content .skill-title{color:var(--guten-bg-color)}.progress-group.inner-content .progress-skill-bar .skill-bar{height:35px}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon{position:absolute;right:19px;top:50%;transform:translateY(-50%);color:var(--guten-bg-color)}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon+.number-percentage-wrapper{padding-right:57px}.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:50%;transform:translateY(-50%);color:var(--guten-bg-color);padding-right:30px}.progress-group.inner-content .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.bar-shadow .progress-skill-bar .skill-bar{height:30px;background-color:var(--guten-bg-color);padding:10px;box-shadow:0 0 20px 0 rgba(0,0,0,.25);border-radius:15px}.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track{height:100%;border-radius:5px}.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{top:-39px}.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:24px;line-height:24px;display:inline-block;color:var(--guten-bg-color);font-size:13px;background-color:var(--guten-txt-color);text-align:center;padding:0 11px;border-radius:4.32px;border-bottom-right-radius:0}.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";right:0;bottom:-8px;color:var(--guten-txt-color);border-top:solid currentColor;border-right:solid currentColor;border-left:solid rgba(0,0,0,0);border-bottom:solid rgba(0,0,0,0);border-width:4px}.progress-group.tooltip-style .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper,.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{height:22px;padding:0 8px;background-color:var(--guten-txt-color);text-align:center;font-size:13px;color:var(--guten-bg-color);z-index:1;right:-20px;top:-31px}.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before,.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background-color:var(--guten-txt-color);z-index:-1}.progress-group.tooltip-box .progress-skill-bar .number-percentage,.progress-group.tooltip-rounded .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{border-radius:8px}.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper{width:35px;height:35px;line-height:35px;border-radius:50%;background-color:var(--guten-txt-color);color:var(--guten-bg-color);text-align:center;font-size:13px;right:calc(0% - 15.5px);top:-39.9px}.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";bottom:-5px;left:50%;transform:translateX(-50%);width:3px;height:5px;background-color:var(--guten-txt-color)}.progress-group.tooltip-circle .progress-skill-bar .number-percentage{color:var(--guten-bg-color)}.progress-group.switch .progress-skill-bar .skill-bar-content{margin-bottom:18px}.progress-group.switch .progress-skill-bar .content-group{width:calc(100% - 50px);display:inline-block}.progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:before{position:absolute;content:"";right:0;border-radius:50%;color:var(--guten-txt-color);top:50%;transform:translateY(-50%);width:20px;height:20px;box-shadow:-1.216px 6.894px 15px 0 rgba(0,0,0,.07),inset 0 2px 3px 0 rgba(0,0,0,.2);background-color:var(--guten-bg-color);border:1px solid var(--guten-txt-color)}.progress-group.switch .progress-skill-bar .number-percentage-wrapper{float:right;position:relative;top:31px}.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper{height:35px;line-height:35px;color:var(--guten-bg-color);background-color:var(--guten-txt-color);text-align:center;padding:0 8px;top:-10px;z-index:1}.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper:before{position:absolute;content:"";top:0;left:-10px;color:#1a1a1a;border-top:solid rgba(0,0,0,0);border-left:solid rgba(0,0,0,0);border-right:solid var(--guten-txt-color);border-bottom:solid var(--guten-txt-color);border-width:5px}.progress-group.ribbon .number-percentage{color:var(--guten-bg-color)}.guten-fun-fact{transition:all .4s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:2;background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;overflow:hidden}.guten-fun-fact:before{position:absolute;content:"";height:100%;width:100%;transition:all .6s ease;background-size:101% 101%;z-index:1}.guten-fun-fact .fun-fact-inner{position:relative;z-index:2}.guten-fun-fact .fun-fact-inner>.icon{margin-bottom:15px;padding:15px;font-size:40px;color:var(--guten-txt-color);display:inline-block}.guten-fun-fact .fun-fact-inner>.icon i{display:block}.guten-fun-fact .fun-fact-inner .content .number-wrapper{font-size:28px;font-weight:700;color:var(--guten-txt-color)}.guten-fun-fact .fun-fact-inner .content .number-wrapper .super{top:-5px;left:0px;vertical-align:super;font-size:22px;color:var(--guten-txt-color);position:relative}.guten-fun-fact .fun-fact-inner .content .title{margin:0;color:var(--guten-txt-color)}.guten-fun-fact .border-bottom{position:absolute;left:0;right:0;bottom:0;overflow:hidden;width:100%;height:5px}.guten-fun-fact .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.guten-fun-fact .border-bottom .left{animation-name:slideInLeft}.guten-fun-fact .border-bottom .right{animation-name:slideInRight}.guten-fun-fact:hover .border-bottom .left{animation-name:slideOutRight}.guten-fun-fact:hover .border-bottom .right{animation-name:slideOutLeft}.guten-icon-box .guten-icon-box-wrapper{position:relative;padding:50px 40px 50px 40px;text-align:center;justify-content:center;border:1px solid var(--guten-border-color);border-radius:5px;transition:all .4s ease;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center center}.guten-icon-box>a{text-decoration:none}.guten-icon-box .icon-box-link{color:unset}.guten-icon-box .guten-background-filter{background-color:var(--guten-bg-color)}.guten-icon-box.icon-position-left .guten-icon-box-wrapper{display:flex;align-items:flex-start}.guten-icon-box.icon-position-left .guten-icon-box-wrapper .icon-box.icon-box-header{margin-right:15px}.guten-icon-box.icon-position-right .guten-icon-box-wrapper{display:flex;flex-direction:row-reverse}.guten-icon-box.icon-position-right .guten-icon-box-wrapper .icon-box.icon-box-header{margin-left:15px}.guten-icon-box .icon-box.icon-box-header{position:relative;z-index:2;line-height:0}.guten-icon-box .icon-box.icon-box-header .icon{display:inline-block;margin-bottom:13px;color:var(--guten-txt-color);transition:all .4s ease}.guten-icon-box .icon-box.icon-box-header .icon.style-gradient{background-image:linear-gradient(180deg, var(--guten-bg-color) 0, var(--guten-base-color) 100%);-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text}.guten-icon-box .icon-box.icon-box-header .icon i{font-size:40px;width:1em;height:1em}.guten-icon-box .icon-box.icon-box-header .icon img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}.guten-icon-box .icon-box.icon-box-body{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .title{padding:0px 0px 0px 0px;color:var(--guten-txt-color);font-size:23px}.guten-icon-box .icon-box.icon-box-body .icon-box-button{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper{position:relative;z-index:2}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link{border-radius:5px;font-size:15px;padding:15px 30px;display:inline-block;color:var(--guten-bg-color);position:relative;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;text-align:center;background-color:var(--guten-btn-bg-color);transition:all .4s ease}.guten-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link:hover{background-color:var(--guten-btn-bg-hover-color)}.guten-icon-box .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:0}.guten-icon-box .icon-box.icon-box-body .icon-box-description{color:var(--guten-txt-color)}.guten-icon-box:hover .icon-box.icon-box-body .icon-box-button.hover .btn-wrapper .icon-box-link{opacity:100}.guten-icon-box:hover .hover-watermark{bottom:0;opacity:100}.guten-icon-box .hover-watermark{position:absolute;bottom:-50px;right:0;opacity:0;transition:all .4s ease;z-index:1}.guten-icon-box .hover-watermark i{font-size:100px}.guten-icon-box .icon-box-badge{position:absolute;line-height:1;z-index:2}.guten-icon-box .icon-box-badge.topleft{top:0;left:0}.guten-icon-box .icon-box-badge.topcenter{top:0;left:50%;transform:translateX(-50%)}.guten-icon-box .icon-box-badge.topright{top:0;right:0}.guten-icon-box .icon-box-badge.bottomleft{left:0;bottom:0}.guten-icon-box .icon-box-badge.bottomcenter{bottom:0;left:50%;transform:translateX(-50%)}.guten-icon-box .icon-box-badge.bottomright{bottom:0;right:0}.guten-icon-box .icon-box-badge .badge-text{padding:10px 10px 10px 10px;border-radius:0px 0px 0px 0px;background-color:var(--guten-selection-bg-color);font-size:.70588rem;color:var(--guten-bg-color);font-weight:500;display:inline-block}.gutenverse-text-editor.dropcap>div>p:first-child:first-letter{float:left;font-size:6rem;line-height:.65;padding:10px;margin:10px}.guten-icon-list{list-style:none}.guten-icon-list.inline-icon-list{display:flex;flex-wrap:wrap}.guten-icon-list .guten-icon-list-item .list-text.no-icon{padding-left:0;padding-right:0}.guten-icon-list a{color:var(--guten-txt-color)}.guten-icon-list-item{margin-left:0;margin-right:0}.guten-icon-list-item .list-text{padding-left:6px}.guten-star-rating .rating-title{margin-right:4px}.guten-star-rating .rating-wrapper{display:flex;align-items:center}.guten-star-rating .rating-wrapper i{padding:1px}.guten-star-rating .rating-wrapper i.full{color:#f0ad4e}.guten-star-rating .rating-wrapper i.empty{color:#999}.guten-star-rating .rating-wrapper i.fas.fa-thumbs-down{transform:translateY(25%)}.gutenverse-image-box{transition:all .4s ease;text-align:center}.gutenverse-image-box .image-box-header{transition:all .4s ease;position:relative;overflow:hidden;line-height:0}.gutenverse-image-box .image-box-header img{transition:all .4s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:-webkit-fill-available;height:auto;margin:0;-o-object-fit:cover;object-fit:cover}.gutenverse-image-box .image-box-body{margin:0 auto}.gutenverse-image-box .body-inner{padding:30px 35px;position:relative;overflow:hidden;background:var(--jkit-bg-color);-o-box-shadow:0 0 20px 0 rgba(0,0,0,.25);box-shadow:0 0 20px 0 rgba(0,0,0,.25)}.gutenverse-image-box .body-title{font-size:18px;margin-bottom:20px;color:var(--jkit-txt-h-color);font-weight:700}.gutenverse-image-box .body-title a{text-decoration:none;color:var(--jkit-txt-h-color)}.gutenverse-image-box.style-floating .body-inner{background-color:#fff;-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);transition:all .4s ease;height:90px;position:relative;margin-left:auto;margin-right:auto;margin-top:-50px}.gutenverse-image-box.style-floating .body-inner .body-description,.gutenverse-image-box.style-floating .body-inner .guten-button{transition:all .4s ease;opacity:0;visibility:hidden}.gutenverse-image-box.style-floating:hover .body-inner{height:220px}.gutenverse-image-box.style-floating:hover .body-inner .body-description,.gutenverse-image-box.style-floating:hover .body-inner .guten-button{opacity:1;visibility:visible}.gutenverse-image-box .border-bottom{position:absolute;left:0;right:0;bottom:0;overflow:hidden;width:100%;height:5px}.gutenverse-image-box .border-bottom .animated{z-index:3;width:100%;height:5px;background-color:#d8a600}.gutenverse-image-box .border-bottom .left{animation-name:slideInLeft}.gutenverse-image-box .border-bottom .right{animation-name:slideInRight}.gutenverse-image-box:hover .border-bottom .left{animation-name:slideOutRight}.gutenverse-image-box:hover .border-bottom .right{animation-name:slideOutLeft}.guten-nav-menu .gutenverse-hamburger-wrapper{display:flex}.guten-nav-menu .gutenverse-hamburger-menu{display:none;color:var(--guten-base-color);border:solid 1px var(--guten-border-color);background-color:var(--guten-border-color);padding:25px 40px 25px 40px;cursor:pointer;z-index:100}.guten-nav-menu .gutenverse-menu-wrapper{z-index:1000}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title .gutenverse-nav-logo{margin:5px 0px 5px 0px;padding:5px 5px 5px 5px;display:block}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title .gutenverse-nav-logo img{max-width:120px;height:auto}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{float:right;display:none;color:var(--guten-base-color);border:solid 1px var(--guten-border-color);background:var(--guten-border-color);padding:8px 8px 8px 8px;margin:12px 12px 12px 12px;width:45px;border-radius:3px;position:relative;z-index:10;cursor:pointer}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul{display:flex;padding-left:0;margin-bottom:0;list-style:none;margin-left:0;margin:0;align-items:center}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>li,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul>li{margin:0;padding:0;list-style:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>li>a,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul>li>a{color:#707070;padding:0px 15px 0px 15px;font-size:15px;transition:all .4s ease;text-transform:none;font-weight:500;letter-spacing:normal;display:flex;align-items:center;text-decoration:none}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li{position:relative;display:flex}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li a{padding:15px 15px 15px 15px;color:#000;font-size:14px;font-weight:400;width:100%}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{box-shadow:0 10px 30px 0 rgba(45,45,45,.2);background:var(--guten-bg-color);position:absolute;top:100%;left:0;max-height:none;margin:0px}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children:hover>.sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:5px}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu .sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul .sub-menu{border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style:none;transition:all .4s ease;opacity:0;visibility:hidden;z-index:1000}.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu .sub-menu>li>.sub-menu,.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu>ul .sub-menu>li>.sub-menu{left:100%;top:0}@media screen and (max-width: 780px){.guten-nav-menu.break-point-tablet .gutenverse-hamburger-menu{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper{width:100%;max-width:360px;border-radius:0px 0px 0px 0px;background-color:#f7f7f7;width:100%;position:fixed;top:0;left:-110%;height:100% !important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;justify-content:flex-end;transition:left .6s cubic-bezier(0.6, 0.1, 0.68, 0.53)}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper.active{left:0}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container{overflow-y:scroll}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel{padding:10px 0px 10px 0px;display:block;position:relative;z-index:5;width:100%}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:inline-block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul{display:block;overflow-y:auto}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--guten-border-color);border-radius:3px}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none !important;background:none}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li{display:block;width:100%;position:inherit}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li a{display:block}.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu li a i,.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu>ul li a i{float:right}}@media screen and (min-width: 781px){.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu-container{height:auto}}@media screen and (max-width: 425px){.guten-nav-menu.break-point-mobile .gutenverse-hamburger-menu{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper{width:100%;max-width:360px;border-radius:0px 0px 0px 0px;background-color:#f7f7f7;position:fixed;top:0;left:-110%;height:100% !important;box-shadow:0 10px 30px 0 rgba(255,165,0,0);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;justify-content:flex-end;transition:left .6s cubic-bezier(0.6, 0.1, 0.68, 0.53)}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper.active{left:0}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container{overflow-y:scroll}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel{padding:10px 0px 10px 0px;display:block;position:relative;z-index:5;width:100%}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-nav-site-title{display:inline-block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-nav-identity-panel .gutenverse-close-menu{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul{display:block;overflow-y:auto}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children>a i{margin-left:auto;padding:4px 15px;border:1px solid var(--guten-border-color);border-radius:3px}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li.menu-item-has-children .sub-menu{position:inherit;box-shadow:none;background:none}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li{display:block;width:100%;position:inherit}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu{display:none;max-height:2500px;opacity:0;visibility:hidden;transition:max-height 5s ease-out}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li .sub-menu.dropdown-open,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li .sub-menu.dropdown-open{display:block;opacity:1;visibility:visible}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li a{display:block}.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu li a i,.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu>ul li a i{float:right}}@media screen and (min-width: 425px){.guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container{height:auto}}.guten-testimonials{line-height:1.4em}.guten-testimonials .swiper-container{padding:20px 5px;width:calc(100% + 10px);margin-left:-10px;overflow:hidden}.guten-testimonials .swiper-wrapper{height:auto}.guten-testimonials .icon-content,.guten-testimonials .comment-bio,.guten-testimonials .comment-content,.guten-testimonials .profile-info,.guten-testimonials .rating-stars{position:relative;z-index:2}.guten-testimonials.guten-element p{margin-top:10px}.guten-testimonials .tns-nav{text-align:center}.guten-testimonials .tns-nav button{width:9px;height:9px;padding:0;margin:0 5px;border-radius:50%;background:var(--guten-txt-m-color);border:0}.guten-testimonials .tns-nav button.tns-nav-active{background:var(--guten-txt-color)}.guten-testimonials .tns-controls button{color:var(--guten-txt-color);border:0px;background:none}.guten-testimonials .tns-controls button i{transition:all .25s ease}.guten-testimonials.arrow-bottom-middle .tns-controls{text-align:center}.guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=prev],.guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.arrow-bottom-edge .tns-controls button[data-controls=next]{display:inline-block;position:absolute;right:0}.guten-testimonials.arrow-middle-edge .tns-controls button{display:inline-block;position:absolute;top:50%;transform:translate(0%, -50%);z-index:2}.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev]{left:0}.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=next]{right:0}.guten-testimonials.arrow-top-right .tns-controls{text-align:right}.guten-testimonials.arrow-top-right .tns-controls button[data-controls=prev],.guten-testimonials.arrow-top-right .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.arrow-top-left .tns-controls{text-align:left}.guten-testimonials.arrow-top-left .tns-controls button[data-controls=prev],.guten-testimonials.arrow-top-left .tns-controls button[data-controls=next]{color:var(--guten-txt-color);display:inline-block;margin:0;padding:0}.guten-testimonials.style-1 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative;margin-top:25px;margin-bottom:105px;margin-left:3px;margin-right:3px}.guten-testimonials.style-1 .testimonial-slider{overflow:hidden}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{left:0;bottom:0;right:0;top:0}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before{transform:scaleY(0)}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{transform:scaleX(0)}.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before{transform-origin:top}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before{transform-origin:bottom}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before{transform-origin:left}.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before{transform-origin:right}.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:hover:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-top:hover:before{transform:scaleY(1)}.guten-testimonials.style-1 .testimonial-slider.hover-from-left:hover:before,.guten-testimonials.style-1 .testimonial-slider.hover-from-right:hover:before{transform:scaleX(1)}.guten-testimonials.style-1 .icon-content{position:static;font-size:40px;color:var(--guten-txt-m-color);display:inline-flex}.guten-testimonials.style-1 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-1 p{color:var(--guten-txt-m-color);font-size:15px;margin-bottom:35px;position:relative;z-index:2}.guten-testimonials.style-1 .comment-bio{position:absolute;left:0;bottom:-120px;width:100%;text-align:center;z-index:5}.guten-testimonials.style-1 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-1 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-1 .profile-name{display:block;color:var(--guten-txt-h-color)}.guten-testimonials.style-1 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-1 .rating-stars{margin:0px;padding:0px}.guten-testimonials.style-1 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-1 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-2 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-2 .bio-details{display:flex;align-items:flex-start}.guten-testimonials.style-2 .comment-header{display:flex;align-items:center;justify-content:space-between}.guten-testimonials.style-2 .comment-header .rating-stars{margin:0px;margin-bottom:15px;padding:0px}.guten-testimonials.style-2 .comment-header .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-2 .comment-header .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-2 .comment-bio{display:flex;justify-content:space-between;align-items:center;display:flex;justify-content:space-between}.guten-testimonials.style-2 .profile-image{margin-right:20px;margin-bottom:0px;display:inline-flex;border-radius:50%}.guten-testimonials.style-2 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-2 .profile-info{text-align:left}.guten-testimonials.style-2 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-2 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-2 .icon-content{position:static;font-size:40px;color:#d5d5d7;line-height:1;display:inline-flex}.guten-testimonials.style-2 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-2 .comment-content{position:relative;margin-top:30px;margin-bottom:30px;z-index:2}.guten-testimonials.style-2 .comment-content p{color:var(--guten-txt-m-color)}.guten-testimonials.style-3 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-3 .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--guten-txt-m-color);line-height:1;z-index:1;display:inline-flex}.guten-testimonials.style-3 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-3 .comment-bio{text-align:center;margin-bottom:20px}.guten-testimonials.style-3 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-3 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-3 .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.guten-testimonials.style-3 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-3 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-3 .rating-stars{margin:0px;padding:0px;text-align:center;margin-bottom:15px}.guten-testimonials.style-3 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-3 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-4 .testimonial-box{padding:40px 40px 20px 40px;box-shadow:0px 3px 10px 0px rgba(0,0,0,.16);border-radius:10px;position:relative}.guten-testimonials.style-4 .icon-content{margin-bottom:23px;position:absolute;right:20px;top:20px;font-size:40px;color:var(--guten-txt-m-color);line-height:1;z-index:1;display:inline-flex}.guten-testimonials.style-4 .icon-content.quote-override{position:absolute !important;top:0;left:0}.guten-testimonials.style-4 .comment-bio{text-align:center;margin-bottom:20px}.guten-testimonials.style-4 .profile-image{display:inline-flex;border-radius:50%}.guten-testimonials.style-4 .profile-image img{max-width:100%;border-radius:inherit;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.guten-testimonials.style-4 .profile-name{display:block;font-size:15px;color:var(--guten-txt-h-color)}.guten-testimonials.style-4 .profile-des{color:var(--guten-txt-m-color);font-size:.75rem}.guten-testimonials.style-4 .rating-stars{margin:0px;padding:0px;text-align:center;margin-bottom:15px}.guten-testimonials.style-4 .rating-stars li{display:inline-block;color:#ffc402}.guten-testimonials.style-4 .rating-stars li:not(:last-child){margin-right:5px}.guten-testimonials.style-4 .comment-content p{margin-bottom:35px;color:rgba(0,0,0,.5);font-size:15px}.guten-testimonials:not(.style-1) .testimonial-box{overflow:hidden}.guten-video{text-align:center;padding:10px 0;margin:0 auto}.guten-video .guten-caption{display:block}.guten-video video{width:100%}.guten-video .guten-video-background,.guten-video .video{margin:0 auto}.guten-video .title{margin:0}.guten-video .video-url-wrapper{width:100%}.guten-video .video-url-wrapper .back{position:absolute;top:0;left:0;cursor:pointer}.guten-video .video-url-wrapper span,.guten-video .video-url-wrapper button{display:block;margin:20px auto 0}.guten-video .upload-mode{display:flex;justify-content:center;margin-top:10px}.guten-video .upload-mode>div{background-color:var(--guten-wp-color);padding:4px 12px;margin:10px;border-radius:4px;cursor:pointer;color:var(--guten-btn-txt-color)}.guten-video .upload-mode>div i{margin-right:8px}.guten-video .video-icons{display:flex;justify-content:center}.guten-video .video-icons .video-icon{width:48px;height:48px;padding:6px;margin:0 12px;text-align:center}.guten-video .video-icons .video-icon.youtube i{color:#c11}.guten-video .video-icons .video-icon.twitch i{color:#6441a5}.guten-video .video-icons .video-icon i{color:#2271b1;font-size:24px;line-height:12px;transform:translateY(50%)}.guten-client-logo{position:relative;width:100%}.guten-client-logo .swiper-wrapper{height:auto}.guten-client-logo .swiper-container{overflow:hidden}.guten-client-logo .swiper-container .image-list{display:flex;align-items:center;justify-content:center}.guten-client-logo .swiper-container .image-list:hover .content-image .hover-image{opacity:1;transition:opacity .25s ease-in-out 0s}.guten-client-logo .swiper-container .content-image{position:relative;line-height:0;width:100%;text-align:center}.guten-client-logo .swiper-container .content-image .main-image{height:auto;width:100%;box-sizing:border-box}.guten-client-logo .swiper-container .content-image .hover-image{position:absolute;left:0px;top:50%;transform:translateY(-50%);opacity:0;height:auto;width:100%}.guten-client-logo .swiper-container .content-image:hover .main-image{opacity:0;visibility:hidden;transition:all .25s ease}.guten-form-builder{min-height:100px}.guten-form-builder.pinned{position:sticky}.guten-form-builder.pinned.fixed{position:fixed}.guten-form-builder .form-notification{width:100%}.guten-form-builder .form-notification .notification-body{text-align:center;padding:10px;margin-bottom:10px}.guten-form-builder .form-notification .notification-body.guten-success{color:#4f8a10;background-color:#dff2bf}.guten-form-builder .form-notification .notification-body.guten-error{color:#d8000c;background-color:#ffd2d2}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0, 0, 0, 0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0, 0, 0, 0.9);fill:rgba(0, 0, 0, 0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57, 57, 57, 0.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0, 0, 0, 0.1)}.numInputWrapper span:active{background:rgba(0, 0, 0, 0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57, 57, 57, 0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57, 57, 57, 0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0, 0, 0, 0.5)}.numInputWrapper:hover{background:rgba(0, 0, 0, 0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translate3d(0, 0, 0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0, 0, 0, 0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0, 0, 0, 0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0, 0, 0, 0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0, 0, 0, 0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0, 0, 0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57, 57, 57, 0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57, 57, 57, 0.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57, 57, 57, 0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0, -20px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.guten-form-input.input-invalid .choices__inner{border-color:var(--guten-error-text-color)}.guten-form-input .choices__list--multiple .choices__item{color:var(--guten-txt-alt-color)}.guten-form-input .choices{margin-bottom:0}.guten-form-input .choices__inner{background-color:var(--guten-form-bg-color);border-color:var(--guten-form-border-color)}.guten-form-input .choices__input{background-color:var(--guten-form-bg-color);border:none;box-shadow:none;font-size:var(--guten-form-font-size)}.guten-form-input .choices__input:focus{box-shadow:none;border:none}.guten-form-input .choices__input::-moz-placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .choices__input::placeholder{color:var(--guten-form-placeholder-color)}.guten-form-input .choices__item{color:var(--guten-form-txt-color);font-size:var(--guten-form-font-size)}.guten-form-input .choices__placeholder{color:var(--guten-form-placeholder-color);opacity:1;font-size:var(--guten-form-font-size)}.guten-form-input .choices__button{padding:1px 6px 1px 16px}.guten-form-input .choices__list--single{padding:0}.guten-form-input .gutenverse-input-textarea{height:180px}.guten-form-input.guten-form-input-switch .switch-wrapper input[type=checkbox]{display:none}.guten-form-input.guten-form-input-switch .switch-wrapper .switch{display:inline-block;vertical-align:middle;width:51px;height:24px;border-radius:24px;background:#e4e9f8;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.25s;box-shadow:inset 0 2px 3px rgba(var(--guten-switch-shadow), 0.1)}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch{background:var(--guten-switch-active)}.guten-form-input.guten-form-input-switch .switch-wrapper .switch::before{content:attr(data-off);font-size:9px;position:absolute;right:7px;top:50%;transform:translate3d(0, -50%, 0);opacity:.6;line-height:1;padding-top:1px}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch::before{left:11px;right:auto;color:#fff;content:attr(data-on)}.guten-form-input.guten-form-input-switch .switch-wrapper .switch::after{content:"";background:#fff;display:block;width:20px;height:20px;border-radius:50%;position:absolute;top:50%;left:2px;box-shadow:0 1px 3px rgba(var(--guten-switch-shadow), 0.4);transform:translate3d(0, -50%, 0);transition:all 350ms cubic-bezier(0, 0.95, 0.38, 0.98),background 150ms ease}.guten-form-input.guten-form-input-switch .switch-wrapper input:checked+.switch::after{transform:translate3d(27px, -50%, 0)}.guten-form-input-checkbox .main-wrapper .gutenverse-inner-input.default label{display:inline-block}.guten-form-input-checkbox .main-wrapper .gutenverse-inner-input.block label{display:block}.guten-form-input-checkbox .main-wrapper label{display:inline-block;margin-right:15px}.guten-form-input-checkbox .main-wrapper label input[type=checkbox]{display:none}.guten-form-input-checkbox .main-wrapper label .check{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:15px}.guten-form-input-checkbox .main-wrapper label .check:before{content:"";font-family:"Font Awesome 5 Free" !important;font-size:16px;margin-right:10px}.guten-form-input-checkbox .main-wrapper label input:checked+.check:before{content:"";color:#5f7bff}.guten-form-input-radio .main-wrapper .gutenverse-inner-input.default label{display:inline-block}.guten-form-input-radio .main-wrapper .gutenverse-inner-input.block label{display:block}.guten-form-input-radio .main-wrapper label{display:inline-block;margin-right:15px}.guten-form-input-radio .main-wrapper label input[type=radio]{display:none}.guten-form-input-radio .main-wrapper label .radio{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:15px}.guten-form-input-radio .main-wrapper label .radio:before{content:"";font-family:"Font Awesome 5 Free" !important;font-size:16px;margin-right:10px}.guten-form-input-radio .main-wrapper label input:checked+.radio:before{content:"";color:#5f7bff}.gutenverse-input-submit-loader{display:none}.guten-submit-wrapper{display:flex;flex-wrap:wrap}.guten-form-builder.loading .gutenverse-input-submit{display:none}.guten-form-builder.loading .gutenverse-input-submit-loader{display:flex}.gutenverse-popup-gallery{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:99999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gutenverse-popup-gallery.hidden,.gutenverse-popup-gallery .hidden{display:none}.gutenverse-popup-gallery .gallery-header{padding:10px;text-align:right;position:absolute;z-index:100;top:0;left:0;right:0}.gutenverse-popup-gallery .gallery-header svg{cursor:pointer;color:var(--guten-border-color);margin:10px;stroke-width:2}.gutenverse-popup-gallery .gallery-body,.gutenverse-popup-gallery .images,.gutenverse-popup-gallery .swiper-container{height:100%}.gutenverse-popup-gallery .swiper-wrapper{align-items:center}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide{display:flex;align-content:center;align-items:center;justify-content:center}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide .content-image{text-align:center;height:-moz-fit-content;height:fit-content}.gutenverse-popup-gallery .swiper-wrapper .swiper-slide .content-image img{max-height:90vh;max-width:90vw}.gutenverse-popup-gallery .swiper-button-prev:after,.gutenverse-popup-gallery .swiper-button-next:after{font-size:28px;font-weight:bold;color:var(--guten-border-color);padding:10px}.guten-gallery{overflow-wrap:break-word}.guten-gallery.guten-element-hide .gallery-item-wrap{visibility:hidden !important}.guten-gallery:before{content:none}.guten-gallery[data-grid=masonry] .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:auto}.guten-gallery.layout-card .gallery-items .gallery-item-wrap:hover .grid-item .thumbnail-wrap .style-overlay{visibility:visible}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item{box-shadow:0px 0px 30px 0px rgba(3,29,60,.05)}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{position:relative}.guten-gallery.layout-card .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap .style-overlay{visibility:hidden;transition:.5s all ease;display:flex;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;z-index:10}.guten-gallery .search-filters-wrap{height:55px;border-radius:5px;max-width:600px;margin:15px auto 50px;display:flex;flex-wrap:wrap;align-items:center}.guten-gallery .search-filters-wrap .filter-wrap{position:relative;flex-basis:30%}.guten-gallery .search-filters-wrap .filter-wrap button.search-filter-trigger{color:#7f8995;border:0px solid;border-right:1px solid var(--guten-element-bg-color);width:100%;border-radius:0px;padding:17px 13px;font-size:14px;background:var(--guten-element-lighten-bg-color);height:55px;border-radius:10px 0px 0 10px;outline:none;text-align:center;position:relative}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls{position:absolute;left:0;background-color:#fff;z-index:999;width:150px;visibility:hidden;opacity:0;transition:300ms;width:100%;border-radius:5px;padding-top:7px;margin:0;padding:0;list-style:none}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:first-child{border-top:0px solid}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li{padding:5px 5px 5px 10px;cursor:pointer;transition:300ms;font-size:14px;color:#7f8995;font-weight:normal}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls li:hover{color:#000}.guten-gallery .search-filters-wrap .filter-wrap ul.search-filter-controls.open-controls{visibility:visible;opacity:1}.guten-gallery .search-filters-wrap .guten-gallery-search-box{background:var(--guten-element-lighten-bg-color);border-radius:0 10px 10px 0;flex-basis:70%;height:100%;margin:0}.guten-gallery .search-filters-wrap .guten-gallery-search-box input[type=text]{width:100%;height:100%;margin:0;padding:15px;font-size:14px;border:0px solid;outline:none;background:none}.guten-gallery .search-filters-wrap .guten-gallery-search-box input[type=text]:focus{border:none;box-shadow:none}.guten-gallery .filter-controls{display:flex;align-items:center;flex-flow:1 1 auto;justify-content:center;flex-flow:row wrap;padding:0px;margin:0px}.guten-gallery .filter-controls ul{margin:0px 0px 20px 0px;padding:0px;text-align:center}.guten-gallery .filter-controls ul li{font-size:13px;line-height:1.8;text-transform:uppercase;letter-spacing:1px;padding:6px 15px;cursor:pointer;margin:0 5px;font-weight:normal;list-style:none;display:inline-block;text-align:center}.guten-gallery .filter-controls ul li.active{background:var(--guten-element-bg-color);border-radius:0px;color:var(--guten-bg-color)}.guten-gallery .gallery-sizer-element{width:8.33333%}.guten-gallery .gallery-items{display:flex;flex-wrap:wrap}.guten-gallery .gallery-items .gallery-item-wrap{width:33.3333333333%}.guten-gallery .gallery-items .gallery-item-wrap.item-hidden{display:none}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .item-hover-bg{background-color:var(--guten-element-darken-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay{visibility:visible;opacity:1}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons{transform:translate(0)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over{transform:scale(1)}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.slide-up{animation-name:slideInUp}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.fade-in{animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.zoom-in{animation-name:zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .caption-wrap.style-overlay.zoom-in .zoomIn{animation-name:zoomIn}.guten-gallery .gallery-items .gallery-item-wrap:hover .grid-item .video-wrap a{font-size:65px;transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item{margin:5px;position:relative;overflow:hidden}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap{height:300px;overflow:hidden}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:15}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .video-wrap a{font-size:60px;color:var(--guten-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category{line-height:normal}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-category span{position:absolute;left:50%;bottom:0;font-size:12px;font-weight:500;transform:translateX(-50%);margin-bottom:15px;border-radius:5px;padding:5px 10px 5px 10px;background-color:var(--guten-selection-bg-color)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button{position:absolute;left:50%;top:50%;width:100%;height:auto;text-align:center;transform:translate(-50%, -50%)}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons .gallery-link{display:inline-block;font-size:16px;margin:0px 7px;cursor:pointer}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-button .item-buttons .gallery-link span{color:var(--guten-element-bg-color);background-color:var(--guten-bg-color);display:block;border-radius:50%;padding:15px;line-height:0}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap{text-align:center}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons .gallery-link{display:inline-block;font-size:16px;margin:0 7px;cursor:pointer}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-caption-over .item-buttons .gallery-link span{color:var(--guten-element-bg-color);background-color:var(--guten-bg-color);display:block;padding:15px;border-radius:50%;line-height:0}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .item-hover-bg{position:absolute;left:0;top:0;height:100%;width:100%;content:"";z-index:-1;opacity:.7}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;padding:15px;z-index:3;color:var(--guten-bg-color);font-size:18px;font-weight:700;line-height:normal}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap .caption-head .item-rating li{display:inline-block;list-style:none;margin-right:2px}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay{visibility:hidden;opacity:0;transition:.6s all ease;display:flex;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;z-index:10}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-title{transform:translateY(20px);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-content,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-slide .item-caption-over .item-buttons{transform:translateY(40px);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-zoom .item-caption-over{transform:scale(0.8);transition:.5s all ease}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-hover-bg,.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay.overlay-none .item-caption-over{display:none}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over{width:100%;height:auto}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-title{color:var(--guten-txt-alt-color);font-size:20px;margin:5px;line-height:1}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-content{color:var(--guten-txt-alt-color);font-size:12px;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-overlay .item-caption-over .item-buttons{color:var(--guten-txt-alt-color);font-size:12px;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card{background-color:var(--guten-element-lighten-bg-color);padding:10px;box-sizing:border-box;font-family:inherit}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-title{color:var(--guten-txt-color);font-size:20px;margin:10px 0 10px;line-height:1}.guten-gallery .gallery-items .gallery-item-wrap .grid-item .caption-wrap.style-card .item-caption-over .item-content{color:var(--guten-txt-color);font-size:12px;font-family:inherit}.guten-gallery .load-more-items{display:flex;justify-content:center;text-align:center;margin-top:15px}.guten-gallery .load-more-items a.guten-gallery-load-more{display:flex;align-items:center;align-content:center}.guten-gallery .load-more-items .guten-gallery-load-more{background:var(--guten-btn-bg-color);color:var(--guten-bg-color);padding:10px}.guten-gallery .load-more-items .guten-gallery-load-more .icon-position-before,.guten-gallery .load-more-items .guten-gallery-load-more .icon-position-after{display:flex}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width: 781px){.guten-gallery.grid-desktop-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (min-width: 426px)and (max-width: 780px){.guten-gallery.grid-tablet-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-1 .gallery-items .gallery-item-wrap{width:100%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-2 .gallery-items .gallery-item-wrap{width:50%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-3 .gallery-items .gallery-item-wrap{width:33.3333333333%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-4 .gallery-items .gallery-item-wrap{width:25%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-5 .gallery-items .gallery-item-wrap{width:20%;float:left}}@media screen and (max-width: 425px){.guten-gallery.grid-mobile-6 .gallery-items .gallery-item-wrap{width:16.6666666667%;float:left}}.guten-animated-text{display:flex;margin:0}.guten-animated-text .text-content{margin:0}.guten-animated-text.style-zoom .text-content .letter,.guten-animated-text.style-jump .text-content .letter,.guten-animated-text.style-bend .text-content .letter,.guten-animated-text.style-drop .text-content .letter,.guten-animated-text.style-flip .text-content .letter,.guten-animated-text.style-pop .text-content .letter,.guten-animated-text.style-slide .text-content .letter,.guten-animated-text.style-rising .text-content .letter,.guten-animated-text.style-fall .text-content .letter{display:inline-block;line-height:1em}.guten-animated-text.style-jump .text-content,.guten-animated-text.style-bend .text-content,.guten-animated-text.style-drop .text-content,.guten-animated-text.style-flip .text-content{position:relative}.guten-animated-text.style-jump .text-content .text-wrapper,.guten-animated-text.style-bend .text-content .text-wrapper,.guten-animated-text.style-drop .text-content .text-wrapper,.guten-animated-text.style-flip .text-content .text-wrapper{position:relative;display:inline-block;overflow:hidden}.guten-animated-text.style-bend .text-content .letter{transform-origin:0 100%}.guten-animated-text.style-drop .text-content .letter{transform-origin:50% 100%}.guten-animated-text.style-drop .text-content .letter{transform-origin:0 0}.guten-animated-text.style-pop .text-content .text-wrapper{position:relative;display:inline-block;padding-top:.1em;padding-right:.05em;padding-bottom:.15em}.guten-animated-text.style-fall{overflow:hidden}.guten-popup{position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999;visibility:hidden;opacity:0}.guten-popup ::-webkit-scrollbar{width:0px}.guten-popup.show{visibility:visible;opacity:1}.guten-popup-builder[data-close-overlay=true] .guten-popup-overlay,.guten-popup-builder[data-close-overlay=true] .guten-popup-wrapper{cursor:pointer}.guten-popup .guten-popup-wrapper{width:100%}.guten-popup .guten-popup-overlay{background:rgba(0,0,0,.5);position:absolute;height:100%;width:100%}.guten-popup .guten-popup-wrapper{display:inline-block;position:absolute}.guten-popup .guten-popup-content{background:#fff;width:450px;min-height:50px;max-height:100vh;position:relative;z-index:2;padding:10px;cursor:initial;overflow-y:scroll}.guten-popup .guten-popup-container{display:flex;flex-direction:column}.guten-popup .guten-popup-content-inner{width:100%}.guten-popup .guten-popup-close{position:absolute;z-index:99;color:var(--guten-txt-color);font-size:15px;cursor:pointer;display:flex;background:rgba(255,255,255,.2);padding:3px;border-radius:3px}.guten-popup .guten-popup-close i{font-size:27px;color:var(--guten-txt-color)}.guten-popup-left .guten-popup-content{margin-right:auto}.guten-popup-right .guten-popup-content{margin-left:auto}.guten-popup-center .guten-popup-wrapper{left:50%;transform:translateX(-50%)}.guten-popup-center .guten-popup-content{margin-left:auto;margin-right:auto}.guten-popup-center .guten-popup-wrapper-start{top:0}.guten-popup-center .guten-popup-wrapper-center{top:50%;transform:translate(-50%, -50%)}.guten-popup-center .guten-popup-wrapper-end{bottom:0}.guten-popup-center .guten-popup-content-inner:not(.above){display:none}.guten-popup-left .guten-popup-content,.guten-popup-right .guten-popup-content{height:100%}.guten-popup-left .guten-popup-container,.guten-popup-right .guten-popup-container{min-height:calc(100vh - 20px)}.guten-popup-left.guten-popup-side-space .guten-popup-container,.guten-popup-right.guten-popup-side-space .guten-popup-container{justify-content:space-between}.guten-popup-left.guten-popup-side-center .guten-popup-container,.guten-popup-right.guten-popup-side-center .guten-popup-container{justify-content:center}.guten-popup-left.guten-popup-side-top .guten-popup-container,.guten-popup-right.guten-popup-side-top .guten-popup-container{justify-content:flex-start}.guten-popup-left.guten-popup-side-bottom .guten-popup-container,.guten-popup-right.guten-popup-side-bottom .guten-popup-container{justify-content:flex-end}.guten-popup-left.guten-popup-side-center .guten-popup-content-inner:not(.above),.guten-popup-left.guten-popup-side-top .guten-popup-content-inner:not(.above),.guten-popup-left.guten-popup-side-bottom .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-center .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-top .guten-popup-content-inner:not(.above),.guten-popup-right.guten-popup-side-bottom .guten-popup-content-inner:not(.above){display:none}.guten-post-title h1,.guten-post-title h2,.guten-post-title h3,.guten-post-title h4,.guten-post-title h5,.guten-post-title h6,.guten-post-title p,.guten-post-title span{display:flex;margin-top:0;margin-bottom:0;width:100%}.guten-post-featured-image{display:flex;width:100%}.guten-post-featured-image img{width:100%}.guten-post-excerpt{display:flex}.guten-post-excerpt h1,.guten-post-excerpt h2,.guten-post-excerpt h3,.guten-post-excerpt h4,.guten-post-excerpt h5,.guten-post-excerpt h6,.guten-post-excerpt p,.guten-post-excerpt span{margin-top:0;margin-bottom:0}.guten-post-excerpt.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-date{display:flex}.guten-post-date h1,.guten-post-date h2,.guten-post-date h3,.guten-post-date h4,.guten-post-date h5,.guten-post-date h6,.guten-post-date p,.guten-post-date span{margin-top:0;margin-bottom:0}.guten-post-date.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-author{display:flex}.guten-post-author img{margin-right:10px}.guten-post-author h1,.guten-post-author h2,.guten-post-author h3,.guten-post-author h4,.guten-post-author h5,.guten-post-author h6,.guten-post-author p,.guten-post-author span{margin-top:0;margin-bottom:0}.guten-post-author.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-terms *{display:inline-block}.guten-post-terms h1,.guten-post-terms h2,.guten-post-terms h3,.guten-post-terms h4,.guten-post-terms h5,.guten-post-terms h6,.guten-post-terms p,.guten-post-terms span{margin-top:0;margin-bottom:0}.guten-post-terms.block-editor-block-list__block{margin-top:0;margin-bottom:0}.guten-post-comment .commentlist{margin:0;padding:0}.guten-post-comment .commentlist li{list-style:none}.guten-post-comment .alignleft{float:left}.guten-post-comment .alignright{float:right}.guten-post-comment .navigation:after{content:"";display:table;clear:both}.guten-post-comment .commentlist{clear:both;list-style:none;margin:0;padding:0}.guten-post-comment .commentlist .comment{min-height:2.25em;padding-left:0;padding-right:0}.guten-post-comment .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.guten-post-comment .commentlist .children{list-style:none;margin:0;padding:0}.guten-post-comment .comment-author{line-height:1.5}.guten-post-comment .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.guten-post-comment .comment-author cite{font-style:normal}.guten-post-comment .comment-meta{font-size:.875em;line-height:1.5}.guten-post-comment .comment-meta b{font-weight:400}.guten-post-comment .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.guten-post-comment .comment-body .commentmetadata{font-size:.875em}.guten-post-comment .comment-form-author label,.guten-post-comment .comment-form-comment label,.guten-post-comment .comment-form-email label,.guten-post-comment .comment-form-url label{display:block;margin-bottom:.25em}.guten-post-comment .comment-form input:not([type=submit]):not([type=checkbox]),.guten-post-comment .comment-form textarea{display:block;box-sizing:border-box;width:100%}.guten-post-comment .comment-form-cookies-consent{display:flex;gap:.25em}.guten-post-comment .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.guten-post-comment .comment-reply-title{margin-bottom:0}.guten-post-comment .comment-reply-title :where(small){font-size:smaller;font-size:var(--wp--preset--font-size--medium, smaller);margin-left:.5em}.guten-post-comment .reply{font-size:.875em;margin-bottom:1.4em}.guten-post-comment input:not([type=submit]),.guten-post-comment textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.guten-post-comment input:not([type=submit]):not([type=checkbox]),.guten-post-comment textarea{padding:calc(.667em + 2px)}.guten-post-comment input[type=submit]{border:none;color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word;box-sizing:border-box}.guten-post-content{-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-post-content>*:not(div.section-wrapper){margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto}.guten-post-content .guten-post-password-form>*{width:100%;display:flex;justify-content:center}.guten-post-content .guten-post-password-form .guten-pass-inputs input,.guten-post-content .guten-post-password-form .guten-pass-inputs input:active,.guten-post-content .guten-post-password-form .guten-pass-inputs input:hover,.guten-post-content .guten-post-password-form .guten-pass-inputs input:visited,.guten-post-content .guten-post-password-form .guten-pass-inputs input:target,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus-within,.guten-post-content .guten-post-password-form .guten-pass-inputs input:focus-visible{border-radius:0px;border-width:1px;border-color:#2d3137;outline:none}.guten-post-content .guten-post-password-form .guten-pass-inputs .guten-submit{background-color:#2d3137;margin:0;display:flex;align-items:center;line-height:1;font-size:15px;padding:12px 24px;color:#fff;text-align:center;text-decoration:none;cursor:pointer}.guten-postblock .guten-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.guten-postblock .guten-edit-post{position:absolute;top:0;z-index:5;color:#ffffff;color:var(--guten-txt-alt-color, #ffffff);padding:4px 10px;font-size:12px;line-height:1.5em;background-color:rgba(0,0,0,.4);opacity:0;visibility:hidden;transform:translate3d(0, -15px, 0);transition:.25s ease}.guten-postblock .guten-edit-post i{margin-right:2px;opacity:.6}.guten-postblock .guten-post-category{font-size:.75rem;font-weight:bold;letter-spacing:.04em;margin-top:.5rem;margin-bottom:.5rem;display:inline-block}.guten-postblock .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock .guten-post-title{font-size:1rem;line-height:1.3;margin-top:.5rem;margin-bottom:.5rem;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-postblock .guten-post-title a{color:#181D23;color:var(--guten-txt-h-color, #181D23)}.guten-postblock .guten-post-excerpt{font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-postblock .guten-post-excerpt p:last-child{margin-bottom:0px}.guten-postblock .guten-post-meta{display:inline-flex;justify-content:center;margin-top:.5rem;margin-bottom:.5rem;color:#96989B;color:var(--guten-txt-m-color, #96989B);font-size:.75rem}.guten-postblock .guten-post-meta a{color:#181D23;color:var(--guten-txt-h-color, #181D23);text-transform:uppercase}.guten-postblock .guten-post-meta>div:not(:only-child):not(:last-child):after{content:"•";margin:0 .5rem}.guten-postblock .guten-post-meta-bottom{display:flex;align-items:center;font-size:.75rem;justify-content:space-between;margin-top:1.5rem}.guten-postblock .guten-readmore{display:flex;align-items:center;color:#ffffff;color:var(--guten-btn-txt-color, #ffffff);text-align:center;vertical-align:middle;background-color:#0058E6;background-color:var(--guten-btn-bg-color, #0058E6);border:1px solid rgba(0,0,0,0);padding:.5rem .875rem;line-height:1.5;border-radius:3px;-webkit-user-select:"none";-moz-user-select:"none";user-select:"none";transition:.2s ease}.guten-postblock .guten-meta-comment a{color:#181D23;color:var(--guten-txt-h-color, #181D23)}.guten-postblock .guten-posts{display:grid;grid-column-gap:40px}.guten-postblock .guten-post{margin-bottom:2rem}.guten-postblock .guten-post:hover .guten-edit-post{transform:translate3d(0, 0, 0);opacity:1;visibility:visible}.guten-postblock .guten-post .icon-position-before i{margin-right:5px}.guten-postblock .guten-post .icon-position-after i{margin-left:5px}.guten-postblock .guten-thumb{position:relative;overflow:hidden}.guten-postblock .guten-thumb .thumbnail-container{display:block;position:relative;overflow:hidden;z-index:0;background:#eaeaeb;background:var(--guten-border-color, #eaeaeb);background-position:50%;background-size:cover;padding-bottom:50%}.guten-postblock .guten-thumb .thumbnail-container img{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover;color:#FAFCFF;color:var(--guten-txt-alt-color, #FAFCFF);z-index:-1}.guten-postblock.postblock-type-1 .guten-post{display:flex;align-items:center}.guten-postblock.postblock-type-1 .guten-thumb{flex:1 0 50%}.guten-postblock.postblock-type-1 .guten-postblock-content{flex:1 1 50%;padding-left:2rem}@media screen and (max-width: 780px){.guten-postblock.postblock-type-1.break-point-tablet .guten-post{display:block;align-items:stretch}.guten-postblock.postblock-type-1.break-point-tablet .guten-thumb{flex:1 0 auto;max-width:100%}}@media screen and (max-width: 425px){.guten-postblock.postblock-type-1.break-point-mobile .guten-post{display:block;align-items:stretch}.guten-postblock.postblock-type-1.break-point-mobile .guten-thumb{flex:1 0 auto;max-width:100%}}.guten-postblock.postblock-type-2 .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock.postblock-type-2 .guten-postblock-content{position:relative}.guten-postblock.postblock-type-3 .guten-thumb{margin-bottom:1.5rem}.guten-postblock.postblock-type-3 .guten-post-category{position:absolute;bottom:0;line-height:1;background:#fff;background:var(--guten-bg-color, #fff);padding:1rem 1.5rem 0;margin-bottom:0;max-width:100%}.guten-postblock.postblock-type-3 .guten-post-category.position-left{left:0;text-align:left}.guten-postblock.postblock-type-3 .guten-post-category.position-center{left:50%;transform:translateX(-50%);text-align:center}.guten-postblock.postblock-type-3 .guten-post-category.position-right{right:0;text-align:right}.guten-postblock.postblock-type-4 .guten-post{display:flex}.guten-postblock.postblock-type-4 .guten-thumb{flex:1 0 64%;order:1}.guten-postblock.postblock-type-4 .guten-postblock-content{flex:4 1;order:0}.guten-postblock.postblock-type-4 .guten-post-title{position:relative;z-index:1}.guten-postblock.postblock-type-4 .guten-post-title a{line-height:inherit;display:inline;padding:2px 2px 2px 0;white-space:pre-wrap;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media screen and (max-width: 780px){.guten-postblock.postblock-type-4.break-point-tablet .guten-post{display:block}.guten-postblock.postblock-type-4.break-point-tablet .guten-thumb{order:0;flex:1 0 auto;max-width:100%}}@media screen and (max-width: 425px){.guten-postblock.postblock-type-4.break-point-mobile .guten-post{display:block}.guten-postblock.postblock-type-4.break-point-mobile .guten-thumb{order:0;flex:1 0 auto;max-width:100%}}.guten-postblock.postblock-type-5 .guten-post-category a{color:var(--guten-txt-a-color)}.guten-postblock.postblock-type-5 .guten-post{position:relative;overflow:hidden}.guten-postblock.postblock-type-5 .guten-post-category{margin-top:0;margin-bottom:0}.guten-postblock.postblock-type-5 .guten-postblock-content{position:absolute;bottom:0;left:0;padding:30px}.guten-postblock.postblock-type-5 .guten-overlay{position:absolute;width:100%;height:100%;background:#000;top:0;left:0;opacity:.3}.guten-postblock .guten-block-pagination{margin:0 0 30px 0;text-align:center}.guten-postblock .guten-block-pagination .guten-block-loadmore{display:inline-block;text-align:center;cursor:pointer;border:1px solid #eaeaeb;border:1px solid var(--guten-border-color, #eaeaeb);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:.625rem .875rem;font-size:.875rem;line-height:1.5;border-radius:3px;transition:.25s ease;color:var(--guten-txt-color)}.guten-postblock .guten-block-pagination .guten-block-loadmore a{display:inline-block;color:var(--guten-txt-color)}.guten-post-list article{overflow:hidden;position:relative;-ms-word-wrap:break-word;word-wrap:break-word;word-break:break-word}.guten-post-list article a{display:flex;align-items:center;transition:all .4s ease;position:relative;color:var(--guten-txt-h-color)}.guten-post-list article a:hover{color:var(--guten-txt-h-color)}.guten-post-list article a img{margin-right:15px;z-index:2;position:relative;line-height:0;width:200px}.guten-post-list article a svg{fill:var(--guten-txt-h-color)}.guten-post-list article a .guten-postlist-content{z-index:2;width:100%}.guten-post-list article a .guten-postlist-title{display:block;margin-bottom:0}.guten-post-list article a .meta-lists span{color:var(--guten-txt-m-color);font-size:12px;display:inline-block;transition:all .4s ease}.guten-post-list article a .meta-lists span svg{fill:var(--guten-txt-m-color);width:12px}.guten-post-list article a .icon-list{text-align:center}.guten-post-list.layout-horizontal article a{display:flex}.guten-post-list.layout-horizontal .guten-posts{display:grid}.guten-post-list.bg-image article a{background-size:cover;background-repeat:no-repeat;position:relative;background-position:center center;overflow:hidden}.guten-post-list.bg-image article a:after{content:"";background-color:rgba(34,34,34,.7);position:absolute;left:0;top:0;width:100%;height:100%;display:block;transition:all .4s ease}.guten-post-list .guten-block-pagination{margin:0 0 30px 0;text-align:center}.guten-post-list .guten-block-pagination .guten-block-loadmore{display:inline-block;text-align:center;cursor:pointer;border:1px solid #eaeaeb;border:1px solid var(--guten-border-color, #eaeaeb);-o-box-shadow:0 2px 4px rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.08);padding:.625rem .875rem;font-size:.875rem;line-height:1.5;border-radius:3px;transition:.25s ease;color:var(--guten-txt-color)}.guten-post-list .guten-block-pagination .guten-block-loadmore a{display:inline-block;color:var(--guten-txt-color)}.guten-advanced-heading{display:flex;flex-wrap:wrap}.guten-advanced-heading h1,.guten-advanced-heading h2,.guten-advanced-heading h3,.guten-advanced-heading h4,.guten-advanced-heading h5,.guten-advanced-heading h6,.guten-advanced-heading p,.guten-advanced-heading span{margin-top:0;margin-bottom:0}.guten-advanced-heading>div,.guten-advanced-heading>span{width:100%}.guten-advanced-heading .heading-section{display:flex;align-items:center}.guten-advanced-heading .heading-line{width:100px;height:1px;border-top:4px solid #3b57f7}.guten-advanced-heading .heading-line.before{margin-right:20px}.guten-advanced-heading .heading-line.after{margin-left:20px}.guten-advanced-heading .heading-line.top{margin-bottom:10px}.guten-advanced-heading .heading-line.bottom{margin-top:10px}.guten-advanced-heading .heading-line.between{margin-top:10px;margin-bottom:10px}.guten-advanced-heading .heading-focus{color:#ff8399}.guten-advanced-heading .heading-subtitle{color:#8181a5} :root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animated{animation-duration:1s;animation-duration:1s;animation-duration:var(--animate-duration)}.animated.fast{animation-duration:.7s;animation-duration:calc(1s*.7);animation-duration:calc(var(--animate-duration)*.7)}.animated.slow{animation-duration:2s;animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2)}@media(prefers-reduced-motion: reduce),print{.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*=Out]{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -40px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-40px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(40px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 40px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes slideInDown{0%{transform:translate3d(0, -40px, 0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-40px, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(40px, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 40px, 0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes none{}.__desktop-fadeIn{animation-name:fadeIn}@media(max-width: 780px){.__tablet-fadeIn{animation-name:fadeIn}}@media only screen and (max-width: 425px){.__mobile-fadeIn{animation-name:fadeIn}}.__desktop-fadeInLeft{animation-name:fadeInLeft}@media(max-width: 780px){.__tablet-fadeInLeft{animation-name:fadeInLeft}}@media only screen and (max-width: 425px){.__mobile-fadeInLeft{animation-name:fadeInLeft}}.__desktop-fadeInDown{animation-name:fadeInDown}@media(max-width: 780px){.__tablet-fadeInDown{animation-name:fadeInDown}}@media only screen and (max-width: 425px){.__mobile-fadeInDown{animation-name:fadeInDown}}.__desktop-fadeInRight{animation-name:fadeInRight}@media(max-width: 780px){.__tablet-fadeInRight{animation-name:fadeInRight}}@media only screen and (max-width: 425px){.__mobile-fadeInRight{animation-name:fadeInRight}}.__desktop-fadeInUp{animation-name:fadeInUp}@media(max-width: 780px){.__tablet-fadeInUp{animation-name:fadeInUp}}@media only screen and (max-width: 425px){.__mobile-fadeInUp{animation-name:fadeInUp}}.__desktop-slideInLeft{animation-name:slideInLeft}@media(max-width: 780px){.__tablet-slideInLeft{animation-name:slideInLeft}}@media only screen and (max-width: 425px){.__mobile-slideInLeft{animation-name:slideInLeft}}.__desktop-slideInDown{animation-name:slideInDown}@media(max-width: 780px){.__tablet-slideInDown{animation-name:slideInDown}}@media only screen and (max-width: 425px){.__mobile-slideInDown{animation-name:slideInDown}}.__desktop-slideInRight{animation-name:slideInRight}@media(max-width: 780px){.__tablet-slideInRight{animation-name:slideInRight}}@media only screen and (max-width: 425px){.__mobile-slideInRight{animation-name:slideInRight}}.__desktop-slideInUp{animation-name:slideInUp}@media(max-width: 780px){.__tablet-slideInUp{animation-name:slideInUp}}@media only screen and (max-width: 425px){.__mobile-slideInUp{animation-name:slideInUp}}@media only screen and (min-width: 781px){.hide-desktop{display:none !important}}@media(max-width: 780px)and (min-width: 426px){.hide-tablet{display:none !important}}@media(max-width: 425px){.hide-mobile{display:none !important}}@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) format("woff");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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 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{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-button-prev,.swiper-button-next{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-theme-color);color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.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(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-theme-color);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.page-template-gutenverse_blank:before{display:none}.choices__inner{min-height:auto;box-sizing:border-box}.guten-element{position:relative}.guten-element *{box-sizing:border-box}.guten-element-hide[class^=desktop-],.guten-element-hide[class*=" desktop-"],.guten-element-hide[class^=__desktop-],.guten-element-hide[class*=" __desktop-"]{visibility:hidden}@media(max-width: 780px){.guten-element-hide[class^=tablet-],.guten-element-hide[class*=" tablet-"],.guten-element-hide[class^=__tablet-],.guten-element-hide[class*=" __tablet-"]{visibility:hidden}}@media(max-width: 425px){.guten-element-hide[class^=mobile-],.guten-element-hide[class*=" mobile-"],.guten-element-hide[class^=__mobile-],.guten-element-hide[class*=" __mobile-"]{visibility:hidden}}#wp-admin-bar-gutenverse span {
display: flex;
}
#wp-admin-bar-gutenverse span img {
margin-right: 6px!important;
opacity: 0.8;
}
#wpadminbar #wp-admin-bar-gutenverse > .ab-item img {
display: block;
text-indent: 0;
top: 7px;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 782px) {
#wpadminbar #wp-admin-bar-gutenverse {
display: block!important;
}
#wp-admin-bar-gutenverse span,
#wpadminbar #wp-admin-bar-gutenverse > .ab-item img {
width: 28px;
}
#wpadminbar #wp-admin-bar-gutenverse > .ab-item {
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
width: 52px;
padding: 0;
color: #a7aaad;
position: relative;
display: flex;
justify-content: center;
}
}.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-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-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:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.baeckerei-neff.de/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}