
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }
#page-preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999999;
opacity: 0.98;
background: #2c2e3d;
}
.block-preloader.preloader,
.block-preloader {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
height: auto;
}
.block-preloader + * {
overflow: visible !important;
}
.block-preloader.preloader + *:not(iframe) {
height: auto !important;
}
.block-preloader:after {
display: none;
}
#page-preloader.preloader-loaded .page-preloader-spin,
.block-preloader.preloader-loaded .page-preloader-spin {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#page-preloader.preloader-loaded,
.block-preloader.preloader-loaded {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.no-js #page-preloader,
.no-js .block-preloader {
display: none;
}
#page-preloader .page-preloader-spin,
.block-preloader .page-preloader-spin,
.preloader-spin {
position: absolute;
left: 50%;
top: 50%;
z-index: 1001;
width: 80px;
height: 80px;
margin: -40px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border: 2px solid transparent;
border-top-color: #b9b7ff;
-webkit-animation: PreloaderSpin 2s linear infinite;
animation: PreloaderSpin 2s linear infinite;
}
.preloader-spin {
border-top-color: #b9b7ff;
}
.block-preloader .page-preloader-spin {
top: 100px;
margin-top: 0;
}
#page-preloader .page-preloader-spin:before,
.block-preloader .page-preloader-spin:before,
.preloader-spin:before {
content: "";
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border: 2px solid transparent;
border-top-color: #00bcd4;
-webkit-animation: PreloaderSpin 3s linear infinite;
animation: PreloaderSpin 3s linear infinite;
}
.preloader-spin:before {
border-top-color: #00bcd4;
}
#page-preloader .page-preloader-spin:after,
.block-preloader .page-preloader-spin:after,
.preloader-spin:after {
content: "";
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border: 2px solid transparent;
border-top-color: #a3e7f0;
-webkit-animation: PreloaderSpin 1.5s linear infinite;
animation: PreloaderSpin 1.5s linear infinite;
}
.gem-fancybox-preloader .preloader-spin:after {
border-top-color: #a3e7f0;
}
.preloader-spin:after {
border-top-color: #7b97ab;
}
.fancybox-slide .gem-fancybox-preloader {
width: 150px;
height: 150px;
background: transparent;
margin: 0;
margin-top: -75px;
margin-left: -75px;
padding: 0;
}
@-webkit-keyframes PreloaderSpin {
0%   {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes PreloaderSpin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.portfolio-scroll-pagination .preloader-spin {
margin-top: -10px;
}
.blog-load-more-style-timeline-new .preloader-spin {
margin-top: -10px;
}
.gem-product-scroll-pagination .preloader-spin {
margin-top: -10px;
}
.preloader-spin-new {
position: absolute;
left: 50%;
top: 50%;
z-index: 1001;
width: 50px;
height: 50px;
margin: -25px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border: 2px solid #00bcd4;
border-top-color: transparent !important;
-webkit-animation: PreloaderSpin 1.3s linear infinite;
animation: PreloaderSpin 1.3s linear infinite;
}
.preloader.fullwidth-preloader:before {
content: '';
position: absolute;
width: 200%;
height: 100%;
left: 50%;
transform: translateX(-50%);
background-color: inherit;
}
.gem-blog-slider-preloader {
padding-bottom: 165%;
}
@media (min-width: 768px) {
.gem-blog-slider-preloader {
padding-bottom: 90%;
}
}
@media (min-width: 992px) {
.gem-blog-slider-preloader {
padding-bottom: 44.87%;
}
}
body:not(.compose-mode) .gem-icon-style-gradient span,
body:not(.compose-mode) .gem-icon .gem-icon-half-1,
body:not(.compose-mode) .gem-icon .gem-icon-half-2 {
opacity: 0 !important;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0 none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
outline: 0 none;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.421;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover {
color: #2a6496;
text-decoration: none;
}
a:focus {
outline: 0 none;
outline: 0 none;
outline-offset: 0;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 21px;
padding-right: 21px;
}
@media (min-width: 1212px) {
.container {
width: 1212px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 21px;
padding-right: 21px;
}
.row {
margin-left: -21px;
margin-right: -21px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
display: table;
content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 21px;
padding-right: 21px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1212px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}

.top-area {
padding: 10px 0;
position: relative;
}
.top-area-items {
margin: 0 -35px;
}
@media (min-width: 1212px) {
.top-area-alignment-justified .top-area-menu {
float: right;
}
}
.top-area-alignment-right .top-area-items {
text-align: right;
}
.top-area-alignment-center .top-area-items {
text-align: center;
}
@media (max-width: 1211px) {
.top-area-alignment-justified .top-area-items {
text-align: center;
}
}
.top-area-block {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 35px;
}
@media (min-width: 768px) {
.top-area .top-area-items .top-area-block {
height: 30px;
line-height: 30px;
}
}
.top-area-contacts:after,
.top-area-socials:after {
content: '';
position: absolute;
height: 50px;
margin-top: -25px;
top: 50%;
right: 0;
}
@media (max-width: 1211px) {
.top-area-contacts:after,
.top-area-socials:after {
display: none;
}
}
.top-area-style-2 .top-area-contacts:after,
.top-area-style-2 .top-area-socials:after {
right: auto;
left: 0;
}
.top-area-alignment-center .top-area-contacts:after,
.top-area-alignment-center .top-area-socials:after {
display: none;
}
.top-area-alignment-center .top-area-contacts:after,
.top-area-alignment-center .top-area-socials:after {
display: none;
}
.top-area-socials {
margin: 0 -5px;
}
.top-area-socials .socials {
margin-top: 7px;
}
.top-area-socials .socials-item {
padding: 0 7px;
margin: 0;
}
.top-area-socials .socials-item a {
width: 20px;
height: 20px;
}
.top-area-socials .socials-item a:after {
line-height: 20px;
font-size: 16px;
}
.top-area-button .gem-button {
margin: 0;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
vertical-align: top;
}
.top-area-button .gem-button:after {
display: none;
}
.top-area .top-area-block.top-area-menu {
font-size: 0;
}
.top-area-menu .nav-menu {
margin: 0 -15px;
}
.top-area-menu .nav-menu > li {
display: inline-block;
padding: 0 15px;
line-height: 30px;
}
.top-area-menu .nav-menu > li a {
display: block;
font-size: 14px;
}
.top-area-menu .nav-menu > li a:before {
content: '\e601';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
margin-right: 2px;
font-size: 16px;
vertical-align: top;
}
#top-area-menu,
.top-area-button {
display: inline-block;
vertical-align: top;
}
#top-area-menu + .top-area-button {
margin-left: 40px;
}
#site-header.shrink.fixed .top-area-scroll-hide {
display: none;
}
@media (max-width: 430px) {
.top-area {
padding: 0 0 5px 0;
}
.top-area .top-area-items .top-area-block.top-area-menu{
height: auto;
}
#top-area-menu + .top-area-button{
margin: 0;
}
.top-area .top-area-items .top-area-block .top-area-button{
width: 100%;
padding: 5px 0 0 0;
}
}
#page:not(.vertical-header) #site-header {
position: relative;
z-index: 5;
-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
}
#page .site-header-wrapper-transparent #site-header:not(.shrink) {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#page #site-header:not(.animated-header) {
z-index: 7;
}
#page:not(.vertical-header) #site-header.animated-header {
position: static;
}
#site-header .site-title {
display: table-cell;
vertical-align: middle;
padding: 15px 0;
}
#site-header .header-layout-overlay .site-title {
position: relative;
z-index: 11;
}
#page.vertical-header #site-header .site-title {
margin-bottom: 40px;
}
#site-header .primary-navigation,
#site-header #perspective-menu-buttons {
display: table-cell;
width: 99%;
vertical-align: middle;
text-align: right;
position: relative;
z-index: 10;
}
#site-header .logo-position-right .primary-navigation,
#site-header .logo-position-right #perspective-menu-buttons {
text-align: left;
}
#site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) > .site-title {
display: none;
}
@media (min-width: 1213px) {
#site-header .logo-position-menu_center #primary-menu.menu_center-preload {
opacity: 0;
}
}
#site-header .primary-navigation .menu-item-logo {
padding: 0 50px !important;
}
#site-header .primary-navigation.responsive .menu-item-logo {
display: none !important;
}
@media (max-width: 979px) {
#site-header .primary-navigation .menu-item-logo {
display: none;
}
}
@media (max-width: 768px) {
#site-header .logo-position-menu_center.header-main > .site-title {
display: table-cell;
}
}
@media (min-width: 980px) {
#site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #primary-navigation,
#site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
display: block;
width: auto;
text-align: left;
}
#site-header .logo-position-menu_center.header-layout-fullwidth:not(.header-layout-fullwidth_hamburger) #primary-navigation,
#site-header .logo-position-menu_center.header-layout-fullwidth:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
text-align: center;
}
}
.site-title .site-logo,
#site-header .primary-navigation .menu-item-logo .site-logo {
margin: 0 auto;
font-size: 0 !important;
line-height: 0 !important;
}
.header-style-vertical .site-title .site-logo {
margin: 0;
}
@media (min-width: 768px) {
#site-header .logo-position-center .site-title,
#site-header .logo-position-center .primary-navigation,
#site-header .logo-position-center #perspective-menu-buttons {
display: block;
text-align: center;
}
#site-header .logo-position-center:not(.no-menu) .site-title {
padding-top: 40px;
padding-bottom: 10px;
}
}
#site-header .header-main {
position: relative;
z-index: 11;
}
#site-header .header-main-style-fullwidth {
padding: 0 21px;
}
#page.vertical-header {
padding-left: 45px;
}
#page.vertical-header #site-header-wrapper {
position: fixed;
left: 0;
top: 0;
width: 360px;
min-height: 100%;
box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
padding: 55px 45px 0;
margin-left: -315px;
-o-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
z-index: 1000;
}
body.admin-bar #page.vertical-header #site-header-wrapper {
top: 32px;
}
#page.vertical-header #site-header-wrapper.vertical-active {
margin-left: 0;
}
#page.vertical-header #site-header-wrapper .header-main {
display: block;
}
#page.vertical-header #site-header-wrapper.vertical-active .header-main {
}
@media (min-width: 1600px) {
#page.vertical-header {
padding-left: 360px;
}
#page.vertical-header #site-header-wrapper {
margin-left: 0;
}
#page.vertical-header #site-header-wrapper .header-main {
display: block;
visibility: visible;
}
}
#page.vertical-header #site-header *:not(.megamenu-template) > .container,
#site-header .container-fullwidth,
#top-area .container-fullwidth {
width: 100%;
}
#site-header .container-fullwidth,
#top-area .container-fullwidth {
padding-left: 37px;
padding-right: 37px;
}
@media (max-width: 767px) {
#site-header .container-fullwidth,
#top-area .container-fullwidth {
padding-left: 21px;
padding-right: 21px;
}
}
#page.vertical-header #site-header .site-title {
display: block;
}
#page.vertical-header #site-header .primary-navigation,
#page.vertical-header #site-header #perspective-menu-buttons {
display: block;
width: auto;
}
#page.vertical-header .vertical-toggle {
border: none;
width: 27px;
height: 23px;
text-indent: 100%;
font-size: 0;
line-height: 0;
overflow: hidden;
position: absolute;
top: 10px;
right: 9px;
cursor: pointer;
outline: none;
background: transparent;
padding: 0;
-o-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
@media (min-width: 1600px) {
#page.vertical-header .vertical-toggle {
display: none;
}
}
#page.vertical-header .vertical-toggle .menu-line-1,
#page.vertical-header .vertical-toggle .menu-line-2,
#page.vertical-header .vertical-toggle .menu-line-3 {
position: absolute;
height: 3px;
width: 100%;
left: 0;
-o-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
#page.vertical-header .vertical-toggle .menu-line-1 {
top: 2px;
transform: rotate(0);
}
#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-1 {
transform: rotate(45deg);
top: 10px;
}
#page.vertical-header .vertical-toggle .menu-line-2 {
top: 10px;
opacity: 1;
}
#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-2 {
opacity: 0;
}
#page.vertical-header .vertical-toggle .menu-line-3 {
top: 18px;
transform: rotate(0);
}
#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-3 {
top: 10px;
transform: rotate(-45deg);
}
@media (max-width: 767px) {
#page.vertical-header .vertical-toggle {
display: none;
}
#page.vertical-header {
padding-left: 0;
}
#page.vertical-header #site-header-wrapper {
margin-left: 0;
}
#page.vertical-header #site-header-wrapper .header-main {
display: table;
visibility: visible;
}
}
#primary-menu,
#primary-menu + ul {
text-align: left;
}
#primary-navigation .menu-toggle,
#perspective-menu-buttons .menu-toggle,
#perspective-menu-buttons .menu-toggle {
display: none;
}
#primary-navigation #primary-menu.no-responsive li.dl-parent,
#primary-navigation #primary-menu.no-responsive li.dl-back {
display: none;
}
#primary-menu.no-responsive {
text-align: left;
white-space: nowrap;
display: inline-block;
font-size: 0;
margin: 0 -20px;
}
#page.vertical-header #primary-menu.no-responsive {
margin: 0;
display: block;
}
#primary-menu.no-responsive li {
position: relative;
}
#primary-menu.no-responsive li > a {
position: relative;
display: block;
text-decoration: none;
}
#primary-menu.no-responsive > li {
display: inline-block;
vertical-align: middle;
}
#page.vertical-header #primary-menu.no-responsive,
#page.vertical-header #primary-menu.no-responsive > li {
display: block;
}
#page.vertical-header #primary-menu.no-responsive > li.menu-item-logo {
display: none;
}
#page.vertical-header #primary-menu.no-responsive > li {
padding-right: 66px;
margin-right: -66px;
}
#primary-menu.no-responsive > li > a {
padding: 35px 20px;
text-transform: uppercase;
}
#page.vertical-header #primary-menu.no-responsive > li > a {
padding: 12px 0 13px;
}
.header-style-2 #primary-menu.no-responsive > li > a:before {
content: "\e601";
font-family: "thegem-icons";
font-style: normal;
font-size: 16px;
font-weight: normal;
vertical-align: top;
}
.header-style-3 #primary-menu.no-responsive > li,
.header-style-4 #primary-menu.no-responsive > li {
padding: 33px 3px;
}
.header-style-3 #primary-menu.no-responsive > li.menu-item-current,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active,
.header-style-4 #primary-menu.no-responsive > li.menu-item-current,
.header-style-4 #primary-menu.no-responsive > li.menu-item-active {
padding: 31px 1px;
}
.header-style-3 #primary-menu.no-responsive > li > a,
.header-style-4 #primary-menu.no-responsive > li > a {
padding: 0px 15px;
}
.header-style-1 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
padding-bottom: 31px;
border-bottom: 4px solid #d7dee4;
}
.site-header-wrapper-transparent #site-header:not(.shrink) .header-style-1 #primary-menu.no-responsive > li.menu-item-current > a,
.site-header-wrapper-transparent #site-header:not(.shrink) .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
border-bottom-color: transparent;
background-color: transparent;
}
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a{
border-left: 3px solid transparent;
padding-left: 27px;
-o-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
-webkit-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
}
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a {
padding-left: 27px;
border-left: 3px solid transparent;
-o-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
-webkit-transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) ul,
#primary-menu.no-responsive > li .megamenu-template {
position: absolute;
visibility: hidden;
white-space: normal;
width: 280px;
transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
-moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
-webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
opacity: 0;
}
#primary-menu.no-responsive > li.megamenu-template-enable ul {
width: auto;
}
#primary-menu.no-responsive > li .megamenu-template {
width: auto;
background-color: var(--thegem-to-main-bg-color, #FFFFFF);
font-size: initial;
}
#primary-menu.no-responsive .megamenu-template .container {
max-width: 100%;
}
#primary-menu.no-responsive .megamenu-template .wpb_row {
margin-bottom: 0;
}
#primary-menu.no-responsive .megamenu-template .vc_row {
margin-left: -21px;
margin-right: -21px;
}
#primary-menu.no-responsive .megamenu-template.template-width-custom .container {
width: 100%;
}
#primary-menu.no-responsive .megamenu-template > .container > p:empty {
display: none;
}
#primary-menu:not(.no-responsive) .megamenu-template {
display: none;
}
.header-main:not(.header-layout-overlay) #primary-menu.no-responsive > li.megamenu-template-enable .sub-menu {
display: none;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) > ul:before {
content: '';
position: absolute;
bottom: -3px;
left: -3px;
right: -3px;
height: 3px;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) > ul,
#primary-menu.no-responsive > li .megamenu-template {
transform: translateY(20px);
-o-transform: translateY(20px);
-ms-transform: translateY(20px);
-moz-transform: translateY(20px);
-webkit-transform: translateY(20px);
}
.header-main:not(.header-layout-overlay) #primary-menu.no-responsive:hover li:not(.megamenu-template-enable):hover > ul,
.header-main:not(.header-layout-overlay) #primary-menu.no-responsive:hover li.megamenu-template-enable:hover .megamenu-template,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive:hover li:not(.megamenu-template-enable):hover > ul,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive:hover li.megamenu-template-enable:hover .megamenu-template {
visibility: visible;
transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
-moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
-webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
opacity: 1;
transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
}
.header-main:not(.header-layout-overlay) li.megamenu-template-enable:not(:hover) .megamenu-template *,
#thegem-perspective .perspective-navigation li.megamenu-template-enable:not(:hover) .megamenu-template * {
transition: none !important;
}
#primary-menu.no-responsive:hover > li:not(.megamenu-template-enable):not(.menu-item-type-template) ul,
#primary-menu.no-responsive:hover > li .megamenu-template {
visibility: hidden;
transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
-moz-transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
-webkit-transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
opacity: 0;
}
#primary-menu.no-responsive > li > ul,
#primary-menu.no-responsive > li > .megamenu-template {
top: 100%;
left: 0;
}
#page.vertical-header #primary-menu.no-responsive > li > ul,
#page.vertical-header #primary-menu.no-responsive > li .megamenu-template {
top: 0;
left: 100%;
}
#primary-menu.no-responsive > li > ul.invert {
left: auto;
right: 0;
}
#primary-menu.no-responsive > li > ul a {
padding: 15px 30px;
}
#primary-menu.no-responsive > li > ul ul {
top: 0;
left: 100%;
transform: translateX(20px);
-o-transform: translateX(20px);
-ms-transform: translateX(20px);
-moz-transform: translateX(20px);
-webkit-transform: translateX(20px);
z-index: 1;
}
#page .header-style-vertical #primary-menu.no-responsive > li ul.vertical-invert {
top: auto;
}
#primary-menu.no-responsive > li > ul ul.invert {
top: 0;
left: auto;
right: 100%;
transform: translateX(-20px);
-o-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
#primary-menu.no-responsive > li > ul li:hover > ul {
transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-parent > a:after {
position: absolute;
width: 9px;
height: 16px;
right: 20px;
top: 50%;
margin-top: -8px;
font-weight: normal;
font-family: 'thegem-icons';
font-style: normal;
content: '\e601';
font-size: 16px;
line-height: 16px;
}
#primary-menu.no-responsive .hamburger-widgets {
white-space: normal;
padding: 13px 15px;
}
.header-layout-vertical #primary-menu.no-responsive .hamburger-widgets {
padding: 13px 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-item-inited) {
opacity: 0 !important;
transform: translateY(20px) !important;
-o-transform: translateY(20px) !important;
-ms-transform: translateY(20px) !important;
-moz-transform: translateY(20px) !important;
-webkit-transform: translateY(20px) !important;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li > ul ul {
display: none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul {
width: auto;
white-space: nowrap;
background-repeat: no-repeat;
font-size: 0;
line-height: 1;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li {
position: absolute;
}
#site-header.without-transition *,
#primary-menu.no-responsive li > ul.without-transition,
#primary-navigation.without-transition ul {
transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable ul {
width: auto;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul ul {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-left: 0;
border-right: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border span.megamenu-column-header {
border-right: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li {
display: inline-block;
vertical-align: top;
border: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li {
margin: -1px 0 -1px -1px;
border-top: 0 !important;
border-bottom: 0 !important;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li {
margin: 0 0 0 31px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li.megamenu-first-element {
margin-left: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row {
display: block;
font-size: 0;
line-height: 1;
height: 0;
padding: 0 !important;
margin: 0 0 1px 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry > li.megamenu-new-row {
margin-bottom: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li.megamenu-new-row {
margin: 0 0 7px 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default ul ul {
border: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-current,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-active {
background: none;
border: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
display: block;
border-top: 0;
position: relative;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header {
padding-top: 8px;
padding-bottom: 12px;
margin-bottom: 11px;
border-top: 0;
border-left: 0;
border-right: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li a {
display: block;
background: none;
padding: 0;
-o-transition: none;
-webkit-transition: none;
transition: none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-active > a {
border: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-parent > a:after {
display: none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
text-transform: uppercase;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a {
padding: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a {
display: block;
padding-top: 13px;
padding-bottom: 13px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
pointer-events: none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header.mega-not-show {
display: none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a.megamenu-has-icon {
padding-left: 26px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon {
padding-left: 56px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
position: absolute;
left: 0;
display: inline-block;
font-weight: normal;
font-family: 'FontAwesome';
content: attr(data-icon);
font-size: 14px;
vertical-align: baseline;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
left: 30px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
display: inline;
font-size: 65%;
line-height: 1;
text-transform: uppercase;
padding: 0 4px 0px 4px;
margin: 0 0 0 10px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
#thegem-perspective .perspective-navigation #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
padding-left: 55px;
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
padding-left: 52px;
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
padding-left: 52px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default:not(.megamenu-template-enable) > ul > li > ul li > a {
position: relative;
padding: 8px 12px 8px 47px;
vertical-align: middle;
margin-left: -20px;
border-left: 0 none;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before {
display: inline-block;
font-weight: normal;
font-family: 'FontAwesome';
content: "\f105";
font-size: 14px;
vertical-align: baseline;
width: 25px;
text-align: left;
margin-left: -13px;
padding-left: 4px;
position: absolute;
left: 34px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul > li > a:before {
margin: 0;
left: 27px;
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before {
left: 27px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
content: attr(data-icon);
padding: 0;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li > ul > li > a:before {
margin-right: 0;
font-size: 14px;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li > ul > li.megamenu-has-icon > a::before {
font-family: 'FontAwesome';
content: attr(data-icon);
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li > ul {
position: static;
transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul {
visibility: visible;
opacity: 1;
}
#primary-navigation .hamburger-toggle {
border: none;
width: 36px;
height: 30px;
text-indent: 100%;
font-size: 0;
line-height: 0;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
background: transparent;
padding: 0;
-o-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
-webkit-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
margin-right: 0;
margin-top: 35px;
margin-bottom: 35px;
}
#primary-navigation .hamburger-toggle .menu-line-1,
#primary-navigation .hamburger-toggle .menu-line-2,
#primary-navigation .hamburger-toggle .menu-line-3 {
position: absolute;
height: 4px;
width: 100%;
left: 0;
-webkit-transition: all 0.5s, top .3s, height .3s;
transition: all 0.5s, top .3s, height .3s;
}
#primary-navigation .hamburger-toggle .menu-line-1 {
top: 3px;
transform: rotate(0);
}
#primary-navigation.hamburger-active .hamburger-toggle .menu-line-1 {
transform: rotate(45deg);
top: 13px;
}
#primary-navigation .hamburger-toggle .menu-line-2 {
top: 13px;
opacity: 1;
}
#primary-navigation.hamburger-active .hamburger-toggle .menu-line-2 {
opacity: 0;
}
#primary-navigation .hamburger-toggle .menu-line-3 {
top: 23px;
transform: rotate(0);
}
#primary-navigation.hamburger-active .hamburger-toggle .menu-line-3 {
top: 13px;
transform: rotate(-45deg);
}
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1,
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2,
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
height: 2px;
width: 18px;
left: 9px;
}
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1 {
top: 8px;
}
#primary-navigation.hamburger-active .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1 {
top: 13px;
}
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2 {
top: 13px;
}
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
top: 18px;
}
#primary-navigation.hamburger-active .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
top: 13px;
transform: rotate(-45deg);
}
@media (-webkit-device-pixel-ratio: 1.25) {
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1,
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2,
#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
height: 1.6px;
}
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
position: fixed;
top: 0;
bottom: 0;
width: 340px;
-moz-transition: transform 1s;
-webkit-transition: transform 1s;
transition: transform 1s;
background: #ffffff;
padding: 100px 30px 0;
z-index: 10;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
padding-left: 0;
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive {
padding-right: 0;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
right: 0;
-moz-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive {
left: 0;
-moz-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.header-layout-fullwidth_hamburger #primary-navigation.hamburger-active #primary-menu.no-responsive {
right: 0;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active #primary-menu.no-responsive {
left: 0;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.header-layout-fullwidth_hamburger #primary-navigation.hamburger-active .hamburger-toggle,
.header-layout-fullwidth_hamburger #primary-navigation.hamburger-active .hamburger-minicart {
-moz-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active .hamburger-toggle,
.header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active .hamburger-minicart {
-moz-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
margin: 0;
display: block;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-logo {
display: none;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li {
display: block;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li {
padding: 0;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li {
padding-left: 30px;
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li {
padding-left: 30px;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
padding: 13px 15px;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active {
padding-top: 11px;
padding-bottom: 11px;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a,
#site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
#site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > ul {
top: 0;
left: 100%;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li > ul,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li .megamenu-template,
.thegem-perspective.effect-moveleft.animate .perspective-navigation #primary-menu.no-responsive > li > ul {
top: 0;
right: 100%;
left: auto;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li > ul ul,
.thegem-perspective.effect-moveleft.animate .perspective-navigation #primary-menu.no-responsive > li > ul ul {
right: 100%;
left: auto;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li li > a {
padding-left: 45px;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li li.menu-item-parent > a:after {
left: 20px;
right: auto;
content: '\e603';
}
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li:hover > a {
padding-left: 27px;
border-left: 3px solid transparent;
}
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li:hover > a {
padding-right: 27px;
border-right: 3px solid transparent;
}
.hamburger-overlay {
visibility: hidden;
opacity: 0;
background-color: #212331;
position: fixed;
z-index: 6;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
.hamburger-overlay.active {
visibility: visible;
opacity: 0.8;
}
#site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-toggle > span,
#site-header:not(.shrink) .header-colors-light #primary-navigation.hamburger-active .hamburger-toggle > span {
background-color: #ffffff;
}
#site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-minicart > a,
#site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-minicart:hover > a {
color: #ffffff;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive.hamburger-with-template {
padding: 0;
overflow-y: auto;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive.hamburger-with-template > li {
display: none;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive.hamburger-with-template > li.menu-item-type-template {
display: block !important;
padding: 0 21px;
font-size: var(--thegem-to-body-font-size);
white-space: normal;
}
body #wpadminbar {
font-style: normal;
}
body.menu-scroll-locked {
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
}
body.menu-scroll-locked #wpadminbar {
top: -46px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu {
min-height: 100%;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children),
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children),
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children),
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children),
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children),
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children),
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children),
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children),
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) {
display: inline-block;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language + li.menu-item-language,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-language,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-language {
padding-left: 0;
margin-left: 0;
}
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children),
#page.vertical-header #primary-menu.no-responsive > li.menu-item-cart {
padding-right: 0;
margin-right: 0;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag {
vertical-align: middle;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-cart,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-search + li.menu-item-cart,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-cart,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language + li.menu-item-cart,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-cart,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-cart,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart {
display: inline-block;
padding-left: 0;
margin-left: 0;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-cart,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart {
display: inline-block;
padding-left: 0;
margin-left: 0;
vertical-align: top;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-cart,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart {
vertical-align: top;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-cart > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a {
position: relative;
display: inline-block;
}
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a {
padding-left: 0 !important;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language + li.menu-item-language > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-language > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a {
padding-left: 15px !important;
}
#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a,
#page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a {
padding-right: 15px;
}
#page .header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-cart > a,
#page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a {
padding-left: 15px !important;
padding-right: 15px !important;
margin-right: -3px !important;
}
#page .header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-cart > a:before,
#page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a:before,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a:before,
#page .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before,
#page .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before {
margin-right: 0;
}
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a .minicart-item-count,
#page .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count,
#page .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count {
left: auto;
right: -15px;
}
#page .header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a {
margin-right: -25px !important;
}
#page .header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-cart > a .minicart-item-count,
#page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a .minicart-item-count,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a .minicart-item-count {
font-size: 12px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a {
padding-right: 0 !important;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a + .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a  + .menu-item-parent-toggle:before {
top: 2px !important;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul,
#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul,
#page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul {
margin-top: 0;
margin-bottom: 0;
}
.menu-overlay.active + #site-header.fixed.shrink .header-background:before {
background: transparent;
}
#primary-navigation .overlay-toggle,
.page-additional-menu .page-additional-menu-close .overlay-toggle {
border: none;
width: 36px;
height: 30px;
text-indent: 100%;
font-size: 0;
line-height: 0;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
background: transparent;
padding: 0;
-o-transition: width .3s, height .2s;
-webkit-transition: width .3s, height .2s;
transition: width .3s, height .2s;
margin-right: 0;
margin-top: 35px;
margin-bottom: 35px;
z-index: 2;
}
.page-additional-menu .page-additional-menu-close .overlay-toggle {
margin: 0;
}
#primary-navigation .overlay-toggle .menu-line-1,
#primary-navigation .overlay-toggle .menu-line-2,
#primary-navigation .overlay-toggle .menu-line-3,
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-1,
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-2,
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-3 {
position: absolute;
height: 4px;
width: 100%;
left: 0;
-o-transition: all 0.5s, top .3s, height .3s;
-webkit-transition: all 0.5s, top .3s, height .3s;
transition: all 0.5s, top .3s, height .3s;
}
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-1,
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-2,
.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-3 {
background-color: #ffffff;
}
#primary-navigation .overlay-toggle .menu-line-1,
#primary-navigation.overlay-active.close .overlay-toggle .menu-line-1 {
top: 3px;
transform: rotate(0);
}
#primary-navigation.overlay-active .overlay-toggle .menu-line-1,
.page-additional-menu .page-additional-menu-close .menu-line-1 {
transform: rotate(45deg);
top: 13px;
}
#primary-navigation .overlay-toggle .menu-line-2,
#primary-navigation.overlay-active.close .overlay-toggle .menu-line-2 {
top: 13px;
opacity: 1;
}
#primary-navigation.overlay-active .overlay-toggle .menu-line-2 {
opacity: 0;
}
.page-additional-menu .page-additional-menu-close .menu-line-2 {
opacity: 0;
}
#primary-navigation .overlay-toggle .menu-line-3,
#primary-navigation.overlay-active.close .overlay-toggle .menu-line-3 {
top: 23px;
transform: rotate(0);
}
#primary-navigation.overlay-active .overlay-toggle .menu-line-3,
.page-additional-menu .page-additional-menu-close .menu-line-3 {
top: 13px;
transform: rotate(-45deg);
}
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-1,
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-2,
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-3 {
height: 2px;
width: 18px;
left: 9px;
}
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-1,
#primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-1 {
top: 8px;
}
#primary-navigation.overlay-active .overlay-toggle.toggle-size-small .menu-line-1 {
top: 13px;
}
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-2,
#primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-2 {
top: 13px;
}
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-3,
#primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-3 {
top: 18px;
}
#primary-navigation.overlay-active .overlay-toggle .menu-line-3 {
top: 13px;
}
@media (-webkit-device-pixel-ratio: 1.25) {
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-1,
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-2,
#primary-navigation .overlay-toggle.toggle-size-small .menu-line-3 {
height: 1.6px;
}
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-search,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-widgets,
.mobile-menu-layout-slide-horizontal #primary-navigation #primary-menu.no-responsive li.menu-item-widgets.mobile-only,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search,
.mobile-menu-layout-slide-vertical #primary-navigation #primary-menu.no-responsive li.menu-item-widgets.mobile-only,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search {
display: none;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search {
display: inline-block;
position: static;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive li.menu-item-search,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-search {
display: inline-block;
position: static;
vertical-align: top;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-language,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-cart,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-language,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-cart {
border: 0;
vertical-align: top;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart a {
background-color: transparent;
border: 0;
padding-right: 15px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart a {
padding-top: 16px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a {
padding-right: 0;
}
.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper,
.page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper {
position: fixed;
visibility: hidden;
left: 0;
top: 60px;
bottom: auto;
width: 100%;
height: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper::-webkit-scrollbar,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper::-webkit-scrollbar,
.page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper::-webkit-scrollbar,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper::-webkit-scrollbar {
width: 2px;
}
body.admin-bar .header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper,
body.admin-bar .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper,
body.admin-bar .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper,
body.admin-bar .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper {
top: 90px;
}
.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper.active,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper.active,
.page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper.active,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper.active {
visibility: visible;
height: auto;
bottom: 0;
}
.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-table,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-table,
.page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-table,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-table {
display: table;
width: 100%;
height: 100%;
}
.header-layout-overlay :not(.responsive) .overlay-menu-row,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-row,
.page-additional-menu.header-layout-overlay :not(.responsive) .overlay-menu-row,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-row {
display: table-row;
}
.header-layout-overlay :not(.responsive) .overlay-menu-cell,
.mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-cell,
.page-additional-menu.header-layout-overlay :not(.responsive) .overlay-menu-cell,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-cell {
display: table-cell;
vertical-align: middle;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
position: relative;
padding: 20px;
text-align: center;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
background: transparent;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
width: 100%;
opacity: 0.4;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: translateY(-10%) rotateX(35deg);
transform: translateY(-10%) rotateX(35deg);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
margin: 0;
display: block;
visibility: hidden;
}
.header-layout-overlay #primary-navigation.overlay-active #primary-menu.no-responsive,
.mobile-menu-layout-overlay #primary-navigation.responsive.overlay-active #primary-menu,
.page-additional-menu.header-layout-overlay .primary-navigation.overlay-active .nav-menu.no-responsive,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive.overlay-active .nav-menu {
visibility: visible;
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.header-layout-overlay #primary-navigation.overlay-active.close #primary-menu.no-responsive,
.mobile-menu-layout-overlay #primary-navigation.responsive.overlay-active.close #primary-menu,
.page-additional-menu.header-layout-overlay .primary-navigation.overlay-active.close .nav-menu.no-responsive,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive.overlay-active.close .nav-menu {
opacity: 0;
-webkit-transform: translateY(10%) rotateX(0);
transform: translateY(10%) rotateX(0);
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive .menu-item-logo,
.header-layout-overlay #primary-navigation.responsive #primary-menu .menu-item-logo,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive .menu-item-logo,
.page-additional-menu.header-layout-overlay .primary-navigation.responsive .nav-menu .menu-item-logo {
display: none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li {
display: block;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li {
padding: 0;
}
.header-layout-overlay.logo-position-left #primary-menu.no-responsive > li,
.mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu > li,
.page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive > li,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu > li {
padding-left: 0;
}
.header-layout-overlay.logo-position-right #primary-menu.no-responsive > li,
.mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu > li,
.page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive > li,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu > li {
padding-left: 0;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > a {
padding: 0 !important;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a {
background-color: transparent !important;
border: 0 none !important;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-current,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-active,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active {
padding: 0;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-current > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-active > a {
padding-top: 0;
padding-bottom: 0;
border-bottom: 0;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
#site-header.fixed.shrink .header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active > a,
#site-header.fixed.shrink.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current > a,
#site-header.fixed.shrink.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active > a,
#site-header.fixed.shrink .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current > a,
#site-header.fixed.shrink .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active > a,
#site-header.fixed.shrink.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current > a,
#site-header.fixed.shrink.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active > a {
display: inline-block;
padding-top: 0;
padding-bottom: 0 !important;
}
.header-style-3.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-current > a,
.header-style-3.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-active > a,
.header-style-4.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-current > a,
.header-style-4.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-active > a,
.mobile-menu-layout-overlay .header-style-3 #primary-navigation.responsive #primary-menu > li.menu-item-current > a,
.mobile-menu-layout-overlay .header-style-3 #primary-navigation.responsive #primary-menu > li.menu-item-active > a,
.mobile-menu-layout-overlay .header-style-4 #primary-navigation.responsive #primary-menu > li.menu-item-current > a,
.mobile-menu-layout-overlay .header-style-4 #primary-navigation.responsive #primary-menu > li.menu-item-active > a {
border: 0 none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > ul,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > ul ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > ul ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > ul ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > ul ul {
position: relative;
width: auto;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
-webkit-transform: none;
transform: none;
height: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s !important;
transition: all 0.5s !important;
box-sizing: border-box;
text-transform: uppercase;
overflow: hidden;
}
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu a {
display: inline-block;
}
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > a {
text-transform: uppercase;
}
.header-layout-overlay #primary-navigation:not(.overlay-active) #primary-menu.no-responsive ul,
.mobile-menu-layout-overlay #primary-navigation.responsive:not(.overlay-active) #primary-menu ul,
.page-additional-menu.header-layout-overlay .primary-navigation:not(.overlay-active) .nav-menu.no-responsive ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive:not(.overlay-active) .nav-menu ul {
display: none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive li.menu-overlay-item-open > ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open > ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > ul {
opacity: 1;
height: auto;
visibility: visible;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive li.menu-overlay-item-open > ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open > ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > ul {
margin-top: 40px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive li.menu-overlay-item-open:not(:last-child) > ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open:not(:last-child) > ul,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open:not(:last-child) > ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open:not(:last-child) > ul {
margin-bottom: 40px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a {
padding: 0 !important;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li ul,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.responsive > li ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.responsive > li li,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li ul,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu.responsive > li ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu.responsive > li li {
border: 0 none;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a {
background-color: transparent;
border: 0 none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive li li.menu-item-current > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive li li.menu-item-active > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive li li:hover > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li.menu-item-current > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li.menu-item-active > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li:hover > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li:hover > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li.menu-item-current > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li.menu-item-active > a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li:hover > a {
border: 0 none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a:after,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a:after,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a:after,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a:after {
display: none;
}
.header-layout-overlay.logo-position-right #primary-menu.no-responsive li li.menu-item-current > a,
.header-layout-overlay.logo-position-right #primary-menu.no-responsive li li.menu-item-active > a,
.header-layout-overlay.logo-position-right #primary-menu.no-responsive li li:hover > a,
.mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li.menu-item-current > a,
.mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li.menu-item-active > a,
.mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li:hover > a,
.page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li.menu-item-current > a,
.page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li.menu-item-active > a,
.page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li:hover > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li.menu-item-current > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li.menu-item-active > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li:hover > a {
padding: 0;
}
.header-layout-overlay.logo-position-left #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-overlay.logo-position-left #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-overlay.logo-position-left #primary-menu.no-responsive > li:not(.menu-item-type-template) li:hover > a,
.mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li.menu-item-current > a,
.mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li.menu-item-active > a,
.mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li:hover > a,
.page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-current > a,
.page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-active > a,
.page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive > li:not(.menu-item-type-template) li:hover > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li.menu-item-current > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li.menu-item-active > a,
.page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li:hover > a {
padding: 0;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle {
display: inline-block;
vertical-align: top;
position: relative;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle:before {
content: '\e635';
display: inline-block;
font-family: 'thegem-icons';
font-style: normal;
cursor: pointer;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 49%;
position: absolute;
left: 5px;
top: 0;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.header-layout-overlay #primary-navigation .hamburger-minicart {
-o-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.header-layout-overlay #primary-navigation.overlay-active:not(.close) .hamburger-minicart {
opacity: 0;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.hamburger-with-template {
padding: 0;
overflow-y: auto;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.hamburger-with-template > li {
display: none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.hamburger-with-template > li.menu-item-type-template {
display: block !important;
padding: 0 21px;
text-align: left;
font-size: var(--thegem-to-body-font-size);
white-space: normal;
}
.mobile-menu-layout-overlay .primary-navigation.responsive li.menu-item-parent > a:after,
.mobile-menu-layout-overlay .primary-navigation.responsive li.menu-item-parent > span > a:after {
display: none;
}
.mobile-menu-layout-overlay .primary-navigation.responsive ul {
border: 0;
}
.mobile-menu-layout-overlay #primary-navigation.responsive li a,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive li a {
text-transform: uppercase;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li {
position: relative;
width: auto !important;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-has-children .menu-item-parent-toggle,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-item-has-children .menu-item-parent-toggle {
display: block;
position: absolute;
top: 0;
right: -5px;
text-align: center;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-has-children .menu-item-parent-toggle:before,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-item-has-children .menu-item-parent-toggle:before {
content: '\e635';
display: inline-block;
font-family: 'thegem-icons';
font-style: normal;
cursor: pointer;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform-origin: 50% 50%;
transform-origin: 51% 51%;
margin-left: -1px;
font-size: 24px;
line-height: 48px;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.menu-overlay {
visibility: hidden;
opacity: 0;
background-color: #212331;
position: fixed;
z-index: 6;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.menu-overlay.active {
visibility: visible;
opacity: 0.96;
}
@media (max-width: 767px) {
#site-header .header-main {
position: relative;
display: table;
width: 100%;
z-index: 11;
}
#primary-navigation .menu-toggle,
#perspective-menu-buttons .menu-toggle {
display: inline-block;
vertical-align: middle;
}
#perspective-menu-buttons .perspective-toggle {
display: none;
}
#primary-navigation .hamburger-toggle,
#primary-navigation .overlay-toggle {
display: none;
}
}
#site-header #primary-navigation.responsive {
position: static;
}
#primary-navigation .menu-toggle,
#perspective-menu-buttons .menu-toggle,
#perspective-menu-buttons .perspective-toggle {
border: none;
width: 36px;
height: 30px;
text-indent: 100%;
font-size: 0;
line-height: 0;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
background: transparent;
padding: 0;
}
#perspective-menu-buttons .perspective-toggle {
margin-top: 35px;
margin-bottom: 35px;
-o-transition: width .3s, height .2s;
-webkit-transition: width .3s, height .2s;
transition: width .3s, height .2s;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle {
z-index: 2;
}
#primary-navigation .menu-toggle .menu-line-1,
#primary-navigation .menu-toggle .menu-line-2,
#primary-navigation .menu-toggle .menu-line-3,
#perspective-menu-buttons .menu-toggle .menu-line-1,
#perspective-menu-buttons .menu-toggle .menu-line-2,
#perspective-menu-buttons .menu-toggle .menu-line-3,
#perspective-menu-buttons .perspective-toggle .menu-line-1,
#perspective-menu-buttons .perspective-toggle .menu-line-2,
#perspective-menu-buttons .perspective-toggle .menu-line-3 {
position: absolute;
height: 4px;
width: 100%;
left: 0;
background: #3c3950;
-webkit-transition: all 0.5s, top .3s, height .3s;
transition: all 0.5s, top .3s, height .3s;
}
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-1,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-2,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-3,
#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle > span {
background: #ffffff;
}
#primary-navigation .menu-toggle .menu-line-1,
#perspective-menu-buttons .menu-toggle .menu-line-1,
#perspective-menu-buttons .perspective-toggle .menu-line-1 {
top: 3px;
}
#primary-navigation .menu-toggle .menu-line-2,
#perspective-menu-buttons .menu-toggle .menu-line-2,
#perspective-menu-buttons .perspective-toggle .menu-line-2 {
top: 13px;
}
#primary-navigation .menu-toggle .menu-line-3,
#perspective-menu-buttons .menu-toggle .menu-line-3,
#perspective-menu-buttons .perspective-toggle .menu-line-3 {
top: 23px;
}
#primary-navigation .menu-toggle .menu-line-1,
#primary-navigation .menu-toggle .menu-line-2,
#primary-navigation .menu-toggle .menu-line-3,
#perspective-menu-buttons .menu-toggle .menu-line-1,
#perspective-menu-buttons .menu-toggle .menu-line-2,
#perspective-menu-buttons .menu-toggle .menu-line-3 {
height: 2px;
width: 18px;
left: 9px;
}
#primary-navigation .menu-toggle .menu-line-1,
#perspective-menu-buttons .menu-toggle .menu-line-1 {
top: 9px;
}
#primary-navigation .menu-toggle .menu-line-2,
#perspective-menu-buttons .menu-toggle .menu-line-2 {
top: 14px;
}
#primary-navigation .menu-toggle .menu-line-3,
#perspective-menu-buttons .menu-toggle .menu-line-3 {
top: 19px;
}
@media (max-width: 767px) {
#perspective-menu-buttons .hamburger-minicart {
display: none;
}
}
.mobile-menu-layout-overlay .primary-navigation .menu-toggle,
.mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-1,
.mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-2,
.mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-3,
.mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle,
.mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-1,
.mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-2,
.mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-3 {
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-1,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-1 {
transform: rotate(45deg);
top: 13px;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-2,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-2 {
opacity: 0;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-3,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-3 {
top: 13px;
transform: rotate(-45deg);
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-1,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-1 {
top: 3px;
transform: rotate(0);
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-2,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-2 {
opacity: 1;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-3,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-3 {
top: 23px;
transform: rotate(0);
}
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1,
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2,
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
height: 2px;
width: 18px;
left: 9px;
}
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1 {
top: 8px;
}
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2 {
top: 13px;
}
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
top: 18px;
}
@media (max-width: 767px) {
.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-1,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-1 {
top: 9px;
}
.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-3,
.mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-3 {
top: 19px;
}
}
@media (-webkit-device-pixel-ratio: 1.25) {
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1,
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2,
#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
height: 1.6px;
}
}
#site-header .primary-navigation.responsive {
padding: 15px 0;
vertical-align: middle;
}
.mobile-menu-layout-default .primary-navigation.responsive ul,
.mobile-menu-layout-overlay .primary-navigation.responsive #primary-menu ul,
.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu ul {
padding: 0 !important;
background: none !important;
list-style: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mobile-menu-layout-default .primary-navigation.responsive li {
position: relative;
width: auto !important;
}
.mobile-menu-layout-default .primary-navigation.responsive li a {
display: block;
position: relative;
padding: 16px 30px;
outline: none;
}
.mobile-menu-layout-default .primary-navigation.responsive li .mega-label,
.mobile-menu-layout-slide-vertical .primary-navigation.responsive li .mega-label,
.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li .mega-label {
display: none;
}
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-parent {
text-align: right;
}
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back > a,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a {
padding-left: 30px;
}
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after,
.mobile-menu-layout-default .primary-navigation.responsive li.menu-item-parent > a:after,
.mobile-menu-layout-default .primary-navigation.responsive li.menu-item-parent > span > a:after,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a:after {
position: absolute;
width: 9px;
height: 16px;
right: 20px;
top: 50%;
margin-top: -8px;
font-weight: normal;
font-family: 'thegem-icons';
font-style: normal;
content: '\e601';
font-size: 16px;
line-height: 16px;
}
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after {
right: auto;
left: 20px;
content: '\e603';
}
.mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a:after {
right: auto;
left: 20px;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu {
margin: 0;
position: absolute;
left: 0;
right: 0;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
top: 100%;
overflow-x: hidden;
overflow-y: auto;
}
@media (max-width: 767px) {
.mobile-menu-layout-default .primary-navigation .dl-menu {
position: absolute;
left: 0;
right: 0;
opacity: 0;
}
.mobile-menu-layout-overlay .header-main:not(.header-layout-overlay) #primary-navigation:not(.responsive) .overlay-menu-wrapper,
.page-additional-menu.mobile-menu-layout-overlay:not(.header-layout-overlay) .primary-navigation:not(.responsive) .overlay-menu-wrapper {
visibility: hidden;
height: 0;
width: 0;
}
.mobile-menu-layout-slide-horizontal #primary-navigation:not(.responsive) .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation:not(.responsive) .mobile-menu-slide-wrapper {
visibility: hidden;
height: 0;
width: 0;
}
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-menu-toggle {
transition: all 0.3s ease;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.mobile-menu-layout-default .primary-navigation.responsive li .dl-submenu {
display: none;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > a,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview > a,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > span,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview > span {
display: none;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview .dl-submenu,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu {
position: absolute;
width: 100% !important;
left: 0;
margin: 0;
top: 100%;
margin-top: -15px;
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu:before {
content: '';
position: absolute;
bottom: -3px;
left: -3px;
right: -3px;
height: 3px;
}
.dl-menu.dl-animate-out {
-webkit-animation: MenuAnimOut 0.4s;
animation: MenuAnimOut 0.4s;
}
@-webkit-keyframes MenuAnimOut {
0% { }
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@keyframes MenuAnimOut {
0% { }
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
.dl-menu.dl-animate-in {
-webkit-animation: MenuAnimIn 0.3s;
animation: MenuAnimIn 0.3s;
}
@-webkit-keyframes MenuAnimIn {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@keyframes MenuAnimIn {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu.dl-animate-in {
-webkit-animation: SubMenuAnimIn 0.4s ease;
animation: SubMenuAnimIn 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn {
0% {
-webkit-transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu.dl-animate-out {
-webkit-animation: SubMenuAnimOut 0.4s ease;
animation: SubMenuAnimOut 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
opacity: 0;
}
}
@keyframes SubMenuAnimOut {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
}
.no-js .primary-navigation .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.no-js .primary-navigation li .dl-submenu {
display: block;
}
.no-js .primary-navigation li.dl-back {
display: none;
}
.no-js .primary-navigation li > a:not(:only-child):after {
content: '';
}
#primary-navigation .hamburger-toggle > span,
#primary-navigation .overlay-toggle > span,
#primary-navigation.overlay-active.close .overlay-toggle > span,
#perspective-menu-buttons.primary-navigation .perspective-toggle span,
#page.vertical-header .vertical-toggle > span,
#thegem-perspective #primary-navigation .perspective-menu-close:before,
#thegem-perspective #primary-navigation .perspective-menu-close:after {
background-color: #3c3950;
}
.hamburger-minicart > a,
.hamburger-minicart:hover > a {
color: #3c3950;
}
#site-header:not(.shrink) .header-colors-light #primary-navigation .hamburger-toggle > span,
#site-header:not(.shrink) .header-colors-light #primary-navigation:not(.overlay-active) .overlay-toggle > span,
#site-header:not(.shrink) .header-colors-light #primary-navigation.overlay-active.close .overlay-toggle > span,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .perspective-toggle span {
background-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light .hamburger-minicart > a,
#site-header:not(.shrink) .header-colors-light .hamburger-minicart:hover > a {
color: #ffffff;
}
#primary-menu.no-responsive > li > ul.submenu-languages {
list-style: none;
padding: 0;
width: auto;
}
#primary-navigation.no-responsive .menu-item-language a {
text-align: center;
}
.menu-item.menu-item-language img.iclflag {
position: relative;
margin-right: 0;
width: 19px !important;
height: 13px !important;
}
#primary-menu.no-responsive > li.menu-item-language > a {
padding-right: 8px !important;
}
#primary-menu.no-responsive > li.menu-item-language > a:before {
display: none;
}
#primary-menu.no-responsive > li.menu-item-search > a {
padding-left: 10px !important;
padding-right: 3px !important;
}
#primary-menu.no-responsive > li.menu-item-cart > a {
padding-left: 7px !important;
}
#page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a {
padding-left: 0px !important;
}
.header-style-3 #primary-menu.no-responsive > li.menu-item-language > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-language > a {
padding-right: 9px !important;
}
.header-style-3 #primary-menu.no-responsive > li.menu-item-search > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-search > a {
padding-left: 7px !important;
padding-right: 3px !important;
}
.header-style-3 #primary-menu.no-responsive > li.menu-item-cart > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-cart > a,
.header-style-3 .hamburger-minicart > a,
.header-style-4 .hamburger-minicart > a {
padding-left: 2px !important;
}
.header-layout-perspective .hamburger-minicart > a,
.header-style-3.header-layout-overlay .hamburger-minicart > a,
.header-style-4.header-layout-overlay .hamburger-minicart > a {
padding: 0 !important;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper {
position: fixed;
overflow-y: auto;
padding-top: 75px;
z-index: 1003;
-webkit-overflow-scrolling: touch;
opacity: 0;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper #primary-menu,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper #primary-menu {
padding-bottom: 30px;
}
.mobile-menu-slide-wrapper .mobile-menu-slide-close {
display: none;
}
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close {
display: block;
border: none;
width: 36px;
height: 30px;
text-indent: 100%;
font-size: 0;
line-height: 0;
overflow: hidden;
position: absolute;
right: 19px;
top: 20px;
cursor: pointer;
outline: none;
background: transparent;
padding: 0;
}
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before,
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
display: block;
content: '';
position: absolute;
height: 4px;
width: 100%;
left: 0;
}
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before {
transform: rotate(45deg);
top: 13px;
}
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
top: 13px;
transform: rotate(-45deg);
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left {
left: 0;
top: 0;
width: 350px;
height: 100vh;
max-width: 100vw;
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top {
left: 0;
right: 0;
top: -100vh;
height: 100vh;
}
body.admin-bar .mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left,
body.admin-bar .mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
top: 46px;
height: calc(100vh - 46px);
}
body.admin-bar .fixed.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left,
body.admin-bar .fixed.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
top: 0;
height: 100vh;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left.animation {
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
opacity: 1;
}
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.animation {
-webkit-transition: top 0.2s ease-out;
-moz-transition: top 0.2s ease-out;
-o-transition: top 0.2s ease-out;
transition: top 0.2s ease-out;
opacity: 1;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left.opened {
-o-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
top: 0;
opacity: 1;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li a {
display: block;
padding: 13px 60px 15px 30px;
position: relative;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li {
position: relative;
width: auto !important;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li > ul,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li > ul {
display: none;
padding: 0 !important;
background-image: none !important
}
.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle,
.mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle {
display: block;
position: absolute;
right: 15px;
top: 0;
width: 40px;
height: 49px;
cursor: pointer;
}
.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle:after,
.mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle:after {
display: block;
text-align: center;
font-weight: normal;
font-family: 'thegem-icons';
font-style: normal;
content: '\e634';
font-size: 24px;
line-height: 49px;
}
.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children.opened > .menu-item-parent-toggle:after,
.mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children.opened > .menu-item-parent-toggle:after {
content: '\e635';
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > a {
padding-left: 50px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > a {
padding-left: 70px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > ul > li > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > ul > li > a {
padding-left: 90px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li {
border-top: 1px solid #dfe5e8;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li:first-child,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li:first-child {
border: 0;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets {
display: none;
border: 0;
position: static;
height: 0;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets.mobile-only,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets.mobile-only {
display: inline-block;
height: auto;
}
body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-cart ~ li.menu-item-widgets.mobile-only,
body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-cart ~ li.menu-item-widgets.mobile-only,
body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-language ~ li.menu-item-widgets.mobile-only,
body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-language ~ li.menu-item-widgets.mobile-only {
float: right;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials {
padding: 16px 30px 15px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials .socials,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials .socials {
margin: 0 -5px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a {
display: inline-block;
padding: 0;
vertical-align: bottom;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a i,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a i {
vertical-align: middle;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch {
position: absolute;
top: 0;
left: 0;
right: 55px;
background: transparent;
width: auto;
padding-top: 15px;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search > a,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search > a {
display: none;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch .sf-submit-icon:before,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch .sf-submit-icon:before {
color: #99a9b5;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"]::placeholder,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"]::placeholder {
color: #99a9b5;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"]::-webkit-input-placeholder,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"]::-webkit-input-placeholder {
color: #99a9b5;
}
body .mobile-menu-layout-slide-horizontal:before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-out 0s, visibility 0s linear 0.3s;
}
body .mobile-menu-layout-slide-horizontal.menu-slide-opened:before {
opacity: 0.7;
visibility: visible;
transition: opacity 0.3s ease-in 0s, visibility 0s linear 0s;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search {
margin-top: 40px;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search {
width: 70px;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language > a {
padding: 0 !important;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart > a:before,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a:before,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a:before {
font-size: 40px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a {
display: block;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a:before,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a:before {
font-size: 40px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch {
position: absolute;
opacity: 0;
visibility: hidden;
top: 50%;
padding: 40px;
background: transparent;
transform: translateY(-50%);
border: 0 none;
transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch {
width: 40%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li {
visibility: visible;
opacity: 1;
transition: opacity 0.3s ease-in, visibility 0s linear 0s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show > li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show > li ul,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li ul,
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show > li li,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li li {
visibility: hidden;
transition: visibility 0s linear 0s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show > li.menu-item-search,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search {
visibility: visible;
opacity: 1;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a {
visibility: visible;
opacity: 1;
transition: opacity 0.3s ease-in, visibility 0s linear 0s, color 0.3s ease;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive.overlay-search-form-show > li.menu-item-search > a,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search > a {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search > .minisearch {
opacity: 1;
visibility: visible;
transition: opacity 0.3s ease-in, visibility 0s linear 0s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"] {
height: 50px;
border: 3px solid transparent;
line-height: 44px;
background: transparent;
border-radius: 25px;
text-transform: uppercase;
padding-left: 25px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit {
top: 4px;
right: 6px;
height: 44px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon:before,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon:before {
font-size: 40px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch {
transition: opacity .2s .7s, visibility .7s, bottom .5s .3s;
top: auto;
bottom: -20px;
opacity: 0;
visibility: hidden;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch > form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-input {
width: 50px;
padding: 0 23px;
transition: width .5s, font-size .3s, padding .3s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-submit-icon,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-submit {
top: 4px;
right: 6px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show.animated-minisearch > li.menu-item-search > .minisearch {
visibility: visible;
opacity: 1;
bottom: 200px;
transition: opacity .5s, visibility .5s, bottom .3s .2s;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive.overlay-search-form-show.animated-minisearch > li.menu-item-search > .minisearch > form .sf-input {
padding: 0 25px;
width: 400px;
transition: width .5s .5s, padding .3s .5s;
}
@media (max-width: 768px) {
body #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) > .site-title {
display: table-cell;
}
.site-title .site-logo {
max-width: 60vw;
}
.header-main.no-menu .site-title .site-logo{
text-align: center;
}
}
#site-header-wrapper {
position: static;
z-index: 1000;
width: 100%;
}
#site-header-wrapper.site-header-wrapper-transparent {
position: absolute;
}
#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink),
#site-header-wrapper.site-header-wrapper-transparent,
#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) #top-area {
background: transparent !important;
border-bottom: 0 none;
}
#site-header:not(.shrink) .transparent-header-background #top-area,
#page > .transparent-header-background #top-area {
background: transparent !important;
border-bottom: 0 none;
}
#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) .top-area-contacts:after,
#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) .top-area-socials:after {
border-right: 0 none;
}
#site-header-wrapper.header-on-slideshow {
position: static !important;
height: 0 !important;
background-color: transparent;
}
#site-header.header-on-slideshow.init {
top: 0 !important;
}
#site-header.header-on-slideshow {
background: transparent;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 1000;
}
body #page:not(.vertical-header) #site-header.fixed {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
@media (min-width: 1260px) {
#page.layout-boxed:not(.vertical-header) #site-header.fixed {
width: 1260px;
left: 50%;
margin-left: -630px;
}
}
#site-header.fixed.shrink {
box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
border-collapse: separate;
}
#site-header.without-transition {
transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
}
#site-header.fixed.shrink .site-title {
padding-top: 5px;
padding-bottom: 5px;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#site-header.fixed.shrink.shrink-mobile {
-webkit-transition: transform 0.7s 0.2s;
-moz-transition: transform 0.7s 0.2s;
transition: transform 0.7s 0.2s;
}
#site-header.fixed.shrink.shrink-mobile.hidden {
-o-transform: translate3d(0px, -100%, 0px);
-ms-transform: translate3d(0px, -100%, 0px);
-moz-transform: translate3d(0px, -100%, 0px);
-webkit-transform: translate3d(0px, -100%, 0px);
transform: translate3d(0px, -100%, 0px);
-webkit-transition: transform 0.7s 0.4s;
-moz-transition: transform 0.7s 0.4s;
transition: transform 0.7s 0.4s;
}
#site-header.fixed.shrink.shrink-mobile.hidden.hide-immediately {
transition: transform 0s;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
transition: all 0s !important;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
vertical-align: middle;
}
#site-header.fixed #primary-menu > li > a {
-webkit-transition: padding 0.3s, color 0.3s, background-color 0.3s;
-moz-transition: padding 0.3s, color 0.3s, background-color 0.3s;
transition: padding 0.3s, color 0.3s, background-color 0.3s;
}
#site-header.scroll-counting .site-title,
#site-header.scroll-counting .site-title img,
#site-header.scroll-counting #primary-menu > li,
#site-header.scroll-counting #primary-menu > li > a,
#site-header.scroll-counting .menu-item-logo,
#site-header.scroll-counting .menu-item-logo img {
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
transition: all 0s !important;
}
#site-header.fixed.shrink #primary-menu.no-responsive > li > a {
padding-top: 18px;
padding-bottom: 18px;
}
#site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
padding-top: 13px;
padding-bottom: 13px;
}
#site-header.fixed.shrink .header-style-1 #primary-menu.no-responsive > li.menu-item-current > a,
#site-header.fixed.shrink .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
padding-bottom: 14px;
}
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-active,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-active {
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li {
padding-top: 18px;
padding-bottom: 18px;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li,
#site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li {
padding: 0;
}
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-active,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-active {
padding-top: 16px;
padding-bottom: 16px;
padding-left: 1px;
padding-right: 1px;
}
#site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li.menu-item-active,
#site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li.menu-item-current,
#site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li.menu-item-active {
padding: 0;
}
body.one-pager #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li,
body.one-pager #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li > a,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li > a {
padding: 0px 15px;
}
#site-header.fixed.shrink #primary-navigation .hamburger-toggle,
#site-header.fixed.shrink #primary-navigation .overlay-toggle,
#site-header.fixed.shrink #perspective-menu-buttons .perspective-toggle {
margin-top: 15px;
margin-bottom: 15px;
}
#site-header .site-title a,
#site-header .menu-item-logo a {
white-space: nowrap;
}
#site-header .logo-position-right .site-title,
#site-header .logo-position-right .site-title a {
text-align: right;
}
#site-header .site-title a img,
#site-header .menu-item-logo a img {
position: relative;
}
#site-header.fixed.scroll-counting .site-title a img,
#site-header.fixed.scroll-counting .menu-item-logo a img {
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
transition: all 0s !important;
}
#site-header .site-title a img.default,
#site-header .menu-item-logo a img.default {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
}
#site-header .site-title a img.small,
#site-header .menu-item-logo a img.small {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}
#site-header.fixed.shrink .site-title a img.default,
#site-header.fixed.shrink .menu-item-logo a img.default {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}
#site-header.fixed.shrink .site-title a img.small,
#site-header.fixed.shrink .menu-item-logo a img.small {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
}
#site-header.shrink-mobile .site-title a img {
transition: opacity 0s;
}
#site-header.fixed.shrink .logo-position-center:not(.no-menu) > .site-title {
display: none;
}
@media (max-width: 767px) {
#site-header.fixed.shrink .header-main.logo-position-center > .site-title {
display: table-cell;
}
}
.site-title .logo,
.menu-item-logo .logo {
display: inline-block;
vertical-align: middle;
min-height: 1px;
min-width: 1px;
}
#site-header .site-title a img.small.light,
#site-header .menu-item-logo a img.small.light {
display: none !important;
}
@media (max-width: 767px) {
#site-header .site-title a img.default,
#site-header .menu-item-logo a img.default {
display: none;
}
#site-header .site-title a img.small,
#site-header .menu-item-logo a img.small {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
display: inline-block !important;
margin: 0 !important;
}
#site-header .site-title a img.small.light,
#site-header .menu-item-logo a img.small.light {
display: inline-block !important;
}
#site-header .site-title a img.small.light ~ img.small,
#site-header .menu-item-logo a img.small.light ~ img.small {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light,
#site-header.fixed.shrink .menu-item-logo a img.small.light {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light ~ img.small,
#site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
display: inline-block !important;
}
}
#primary-navigation #primary-menu > li.menu-item-search > a:before {
content: "\e612";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
margin-right: 5px;
text-align: center;
vertical-align: top;
width: 100%;
}
#primary-navigation #primary-menu > li.menu-item-search.active > a:before {
content: "\e619";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
margin-right: 5px;
text-align: center;
vertical-align: top;
width: 100%;
}
.menu-item-search .minisearch{
position: absolute;
top: 100%;
left: 0;
padding: 20px;
width: 280px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.menu-item-search.active .minisearch{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
transition: opacity 0.5s, transform 0.5s;
}
.minisearch.invert{
left: auto;
right: 0;
}
.minisearch .sf-input{
font-size: 16px;
width: 100%;
height: 40px;
border-radius: 4px;
padding-right: 40px;
outline: none;
}
.minisearch .sf-submit{
position: absolute;
right: 20px;
width: 40px;
height: 40px;
margin: 0;
background: rgba(0, 0, 0, 0);
border: 0;
cursor: pointer;
font-size: 0;
}
.minisearch .sf-submit:hover{
background: transparent;
}
.minisearch .sf-submit:focus{
outline: none;
}
.minisearch .sf-submit-icon{
position: absolute;
right: 0;
width: 40px;
height: 40px;
}
.minisearch .sf-submit-icon:before{
content: "\e612";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
line-height: 40px;
margin-right: 5px;
padding-right: 3px;
text-align: center;
vertical-align: top;
width: 100%;
height: 40px;
}
@media (min-width: 980px) {
#primary-menu > li.menu-item-fullscreen-search .minisearch {
display: none;
}
.header-main:not(.header-layout-default):not(.header-layout-overlay) #primary-menu > li.menu-item-fullscreen-search > a:before,
.perspective-navigation #primary-menu > li.menu-item-fullscreen-search > a:before {
content: none !important;
}
}
.thegem-fullscreen-search {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1001;
display: flex;
flex-direction: column;
transition: opacity 0.3s ease 0.3s,transform 0.3s ease;
transform: translate3d(0,100%,0);
opacity: 0;
}
.thegem-fullscreen-search:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 15%) inset;
}
.thegem-fullscreen-search.active {
transform: none;
opacity: 1;
transition: opacity 0s,transform 0.3s ease;
}
.thegem-fullscreen-search .search-scroll {
flex: auto;
overflow: hidden auto;
}
.thegem-fullscreen-search .search-scroll::-webkit-scrollbar-track {
background-color: transparent;
}
.thegem-fullscreen-search .search-scroll::-webkit-scrollbar {
width: 4px;
background-color: transparent;
}
.thegem-fullscreen-search .search-scroll::-webkit-scrollbar-thumb {
background-color: #dfe5e8;
border-radius: 2px;
}
body.fullscreen-search-opened {
overflow: hidden;
}
.thegem-fullscreen-search form {
position: relative;
}
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input {
width: 100%;
border: none;
text-align: center;
background: transparent;
padding: 5px 45px;
}
@media (min-width: 768px) {
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input {
padding: 25px 70px;
}
}
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input::-webkit-input-placeholder { 
color: inherit;
}
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input::-moz-placeholder { 
color: inherit;
}
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input:-ms-input-placeholder { 
color: inherit;
}
.thegem-fullscreen-search input.thegem-fullscreen-searchform-input:-moz-placeholder { 
color: inherit;
}
.thegem-fullscreen-search .sf-close {
position: absolute;
right: 21px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .sf-close {
right: 30px;
}
}
.thegem-fullscreen-search .sf-close:before {
content: "\e619";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
color: inherit;
text-align: center;
vertical-align: top;
width: 100%;
}
@media (min-width: 992px) {
.thegem-fullscreen-search .sf-close:before {
font-size: 48px;
}
}
.thegem-fullscreen-search .top-searches {
padding: 18px 0 12px 0;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .top-searches {
padding: 40px 0 33px 0;
}
}
.thegem-fullscreen-search .top-searches .container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.thegem-fullscreen-search .top-searches .top-search-text {
margin-right: 8px;
}
.thegem-fullscreen-search .top-searches .top-search-item {
font-size: 14px;
line-height: 1;
color: inherit;
padding: 5px 17px 6px 17px;
border-radius: 13px;
margin: 0 5px 10px 5px;
cursor: pointer;
}
.thegem-fullscreen-search .top-searches .top-search-item:hover {
color: #ffffff;
}
.thegem-fullscreen-search .sf-result {
position: relative;
}
.thegem-fullscreen-search .result-sections .search-results-section {
padding: 40px 0 50px 0;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .result-sections .search-results-section {
padding: 60px 0 70px 0;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .result-sections .search-results-section {
padding: 70px 0 90px 0;
}
}
.thegem-fullscreen-search .result-sections .search-results-section:not(.search-results-nothing) h2 {
text-align: center;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .result-sections .search-results-section  h2 {
margin: 0 0 50px 0;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .result-sections .search-results-section  h2 {
margin: 0 0 60px 0;
}
}
.thegem-fullscreen-search .result-sections .search-results-section.search-results-nothing h2 {
margin-bottom: 25px;
}
@media (min-width: 992px) {
.thegem-fullscreen-search .result-sections .search-results-section:nth-child(even) .search-results-bottom .container:before,
.thegem-fullscreen-search .result-sections .search-results-section:nth-child(even) .search-results-bottom .container:after {
content: '';
width: 50%;
height: 1px;
background-color: #dfe5e8;
}
}
.thegem-fullscreen-search .result-sections .search-results-section .search-results-bottom {
margin-top: 50px;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .result-sections .search-results-section .search-results-bottom {
margin-top: 60px;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .result-sections .search-results-section .search-results-bottom {
margin-top: 70px;
}
}
.thegem-fullscreen-search .result-sections .search-results-section .search-results-bottom .container {
display: flex;
align-items: center;
justify-content: center;
}
.thegem-fullscreen-search .result-sections .search-results-section .search-results-bottom a {
display: inline-block;
flex: none;
border-radius: 20px;
margin: 0 20px;
}
.thegem-fullscreen-search .top-searches + .sf-result .search-results-section:first-child {
padding-top: 0;
}
.thegem-fullscreen-search .result-sections .search-results-section.search-results-product .portfolio-set {
justify-content: center;
}
@media (max-width: 767px) {
.thegem-fullscreen-search .result-sections .search-results-product .portfolio-item:nth-child(n+7) {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.thegem-fullscreen-search .result-sections .search-results-product .portfolio-item:nth-child(n+9) {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1599px) {
.thegem-fullscreen-search .result-sections .search-results-product .portfolio-item:nth-child(n+13) {
display: none;
}
}
@media (min-width: 1600px) {
.thegem-fullscreen-search .result-sections .search-results-product .portfolio-item {
width: 12.5% !important;
}
}
.thegem-fullscreen-search .result-sections .search-results-post .portfolio-row,
.thegem-fullscreen-search .result-sections .search-results-thegem_pf_item .portfolio-row {
margin: -12px 0;
padding: 0 12px;
}
.thegem-fullscreen-search .result-sections .search-results-post .portfolio-set,
.thegem-fullscreen-search .result-sections .search-results-thegem_pf_item .portfolio-set {
justify-content: center;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item {
padding: 12px;
}
@media (max-width: 767px) {
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item  {
max-width: 302px;
}
}
@media (min-width: 768px) {
.thegem-fullscreen-search .result-sections .search-results-post .portfolio-row,
.thegem-fullscreen-search .result-sections .search-results-thegem_pf_item .portfolio-row {
margin: -12px 0;
padding: 0 12px;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item {
width: 33.333%;
padding: 12px;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .result-sections .search-results-post .portfolio-row,
.thegem-fullscreen-search .result-sections .search-results-thegem_pf_item .portfolio-row {
margin: -14px 0;
padding: 0 14px;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item {
width: 25%;
}
}
@media (min-width: 1400px) {
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item {
width: 16.666%;
}
}
@media (max-width: 767px) {
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item:nth-child(n+4),
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item:nth-child(n+4) {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item:nth-child(n+5),
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item:nth-child(n+5) {
display: none;
}
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item:hover .wrap {
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .wrap > .caption,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .wrap,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .wrap > .caption {
border: none !important;
cursor: initial;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .wrap > .caption {
cursor: initial;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .wrap {
height: 100%;
display: flex;
flex-direction: column;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .wrap > .caption {
flex: auto;
padding: 30px;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item:hover .wrap > .caption {
background-color: #ffffff;
}
.thegem-fullscreen-search .top-searches + .sf-result .search-results-section.search-results-page:first-child {
padding-top: 0;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .wrap,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .wrap  {
width: 100%;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .image,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .image {
width: 100%;
padding-top: 100%;
position: relative;
z-index: 1;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item.post_format-post-format-quote .image {
height: 100%;
padding-top: 0;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .image .image-inner,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .image .image-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.thegem-fullscreen-search.ajax-search .result-sections .search-results-post .portfolio-set .portfolio-item .image-inner picture img,
.thegem-fullscreen-search.ajax-search .result-sections .search-results-thegem_pf_item .portfolio-set .portfolio-item .image-inner picture img {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
left: 0 !important;
width: 100%;
max-width: 100% !important;
}
.preloader-new {
position: absolute;
width: 100%;
height: 100%;
z-index: 4;
}
.preloader-new .preloader-spin {
top: 100px;
left: initial;
right: 50%;
}
.thegem-fullscreen-search .preloader-new + .result-sections {
opacity: 0.6;
}
.thegem-fullscreen-search .preloader-new ~ * .portfolio-set {
opacity: 1;
}
.thegem-fullscreen-search .result-sections .search-results-nothing {
text-align: center;
}
.thegem-fullscreen-search .result-sections .search-results-nothing svg {
width: 166px;
fill: #dfe5e8;
}
.thegem-fullscreen-search .pages-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -12px 0;
padding: 0 12px;
}
@media (min-width: 768px) {
.thegem-fullscreen-search .pages-list {
margin: -12px 0;
padding: 0 12px;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .pages-list {
margin: -14px 0;
padding: 0 14px;
}
}
.thegem-fullscreen-search .pages-list .page-item {
padding: 12px;
}
@media (max-width: 767px) {
.thegem-fullscreen-search .pages-list .page-item {
max-width: 302px;
}
}
@media (min-width: 768px) {
.thegem-fullscreen-search .pages-list .page-item {
padding: 12px;
}
}
@media (min-width: 992px) {
.thegem-fullscreen-search .pages-list .page-item {
padding: 14px;
}
}
@media (min-width: 1400px) {
.thegem-fullscreen-search .pages-list .page-item {
width: 16.667%;
}
}
@media (max-width: 767px) {
.thegem-fullscreen-search .pages-list .page-item:nth-child(n+4) {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.thegem-fullscreen-search .pages-list .page-item:nth-child(n+7) {
display: none;
}
}
.thegem-fullscreen-search .pages-list .page-item article {
height: 122px;
}
.thegem-fullscreen-search .pages-list .page-item article a {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #3c3950;
background-color: #f6f6f8;
border-top: 5px solid transparent;
text-align: center;
text-decoration: none;
padding: 10px 25px;
transition: all 0.3s;
}
.thegem-fullscreen-search .pages-list .page-item article a .title {
text-transform: initial;
margin: 0;
overflow: hidden;
}
.thegem-fullscreen-search .pages-list .page-item article a:before {
content: '\e670';
font-family: "thegem-icons";
font-style: normal;
font-size: 27px;
line-height: 1;
font-weight: normal;
color: #b6c6c9;
margin-bottom: 7px;
}
.thegem-fullscreen-search .pages-list .page-item article:hover a {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
}
.vertical-minisearch.menu-item-ajax-search .vertical-minisearch-shadow {
position: relative;
z-index: 11;
}
.ajax-minisearch-results {
overflow: auto;
max-height: 40vh;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.ajax-minisearch-results::-webkit-scrollbar-track {
background-color: transparent;
}
.ajax-minisearch-results::-webkit-scrollbar {
width: 4px;
background-color: transparent;
}
.ajax-minisearch-results::-webkit-scrollbar-thumb {
background-color: #dfe5e8;
border-radius: 2px;
}
.ajax-minisearch-results .scroll-block {
padding: 2px;
}
.ajax-minisearch-results .search-results-section {
padding: 14px 0;
}
.ajax-minisearch-results .search-results-section:first-child {
padding-top: 0;
}
.ajax-minisearch-results .search-results-section:last-child {
padding-bottom: 0;
border-bottom: none;
}
.ajax-minisearch-results .ajax-search-item {
margin-bottom: 2px;
}
.ajax-minisearch-results .ajax-search-item {
font-size: 14px;
line-height: 20px;
white-space: initial;
}
.ajax-minisearch-results .ajax-search-item a {
display: flex;
align-items: center;
color: inherit;
}
.ajax-minisearch-results .ajax-search-item .thumbnail {
flex: none;
margin-right: 9px;
}
.ajax-minisearch-results .ajax-search-item .thumbnail img {
max-width: 80px;
height: auto;
}
.ajax-minisearch-results .search-results-section.search-results-nothing {
padding: 20px;
}
.ajax-minisearch-results .search-results-section.search-results-nothing .ajax-search-item {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ajax-minisearch-results .search-results-section.search-results-nothing svg {
width: 50px;
fill: #dfe5e8;
}
.menu-item-ajax-search .sf-submit {
display: none;
}
.minisearch form, .vertical-minisearch form {
position: relative;
}
.vertical-minisearch.menu-item-ajax-search .sf-input {
border: none;
}
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input::placeholder,
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input::-webkit-input-placeholder,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input::placeholder,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input::-webkit-input-placeholder {
color: inherit;
}
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after {
background: transparent;
}
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon.clear:after,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon.clear:after {
content: "\e619";
cursor: pointer;
}
.menu-item-ajax-search #searchform.ajax-loading:before {
content: '';
display: block;
position: absolute;
top: 50%;
right: 50px;
border: 2px solid #5f727f;
border-top: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.mobile-menu-layout-default .primary-navigation.responsive ul{
border-top: 1px solid #dfe5e8;
border-left: 1px solid #dfe5e8;
border-right: 1px solid #dfe5e8;
}
.mobile-menu-layout-default .primary-navigation.responsive ul ul,
.mobile-menu-layout-default #primary-navigation.responsive ul ul {
border: 0 none;
}
.mobile-menu-layout-default .primary-navigation.responsive ul.sub-menu,
.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + ul.sub-menu{
margin-top: 0;
}
.mobile-menu-layout-default .primary-navigation.responsive ul li.menu-item,
.mobile-menu-layout-default .primary-navigation.responsive ul li.dl-back {
background: #f4f6f7;
}
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.dl-back {
border-bottom: 1px solid #dfe5e8;
}
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item-current > a,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item.menu-item-active a {
background: #fff;
border-left: 4px solid #00bcd4;
padding-left: 26px;
color: #3c3950;
}
#primary-navigation.responsive ul > li.menu-item-search > a{
display: none;
}
.primary-navigation.responsive .minisearch{
position: static;
width: 100%;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
background-color: #fff;
border: none;
visibility: visible;
padding: 20px 30px;
}
.primary-navigation.responsive .minisearch .sf-input {
border: 1px solid #dfe5e8;
background-color: #f4f6f7;
color: #3c3950;
right: 30px;
}
.primary-navigation.responsive .minisearch .sf-submit-icon {
}
.primary-navigation.responsive .minisearch .sf-submit-icon:before{
color: #3c3950;
}
.primary-navigation.responsive li a{
color: #5f727f;
}
.primary-navigation.responsive li a:hover{
color: #3c3950;
}
.header-style-vertical #primary-navigation .no-responsive li.menu-item-widgets{
position: absolute;
bottom: 50px;
width: 100%;
}
.header-style-vertical #primary-navigation.responsive li.menu-item-widgets,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-search:not(.te-menu-item-fullscreen-search),
body #page.vertical-header #primary-menu.no-responsive li.menu-item-search:not(.te-menu-item-fullscreen-search) {
display: none;
}
.no-responsive .menu-item-widgets .vertical-minisearch{
padding-right: 30px;
width: 100%;
}
.no-responsive .vertical-minisearch .sf-input{
width: 100%;
font-family: "Source Sans Pro";
font-size: 16px;
font-weight: 400;
height: 40px;
padding-right: 50px;
outline: none;
background: #e0e5e9;
border: none;
}
.no-responsive .vertical-minisearch .sf-submit{
position: absolute;
right: 0;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
opacity: 0;
background: #000;
z-index: 1;
}
.no-responsive .vertical-minisearch .sf-submit:hover{
background: transparent;
}
.no-responsive .vertical-minisearch .sf-submit:focus{
outline: none;
}
.no-responsive .vertical-minisearch .sf-submit-icon{
position: absolute;
right: 0;
width: 40px;
height: 40px;
z-index: 0;
}
.no-responsive .vertical-minisearch .sf-submit-icon:after{
background: #3d3950;
content: "\e612";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
line-height: 40px;
text-align: center;
vertical-align: top;
width: 100%;
height: 40px;
color: #fff;
}
.no-responsive .menu-item-socials,
.vertical-menu-item-widgets .menu-item-socials{
margin-top: 35px;
}
.no-responsive .menu-item-socials .socials-item{
margin: 0 9px;
}
.vertical-menu-item-widgets .menu-item-socials .socials-item{
margin: 0 8px;
}
.no-responsive .menu-item-socials .socials-item:first-child,
.vertical-menu-item-widgets .menu-item-socials .socials-item:first-child{
margin-left: 0;
}
.no-responsive .menu-item-socials .socials-item:last-child,
.vertical-menu-item-widgets .menu-item-socials .socials-item:last-child{
margin-right: 0;
}
.no-responsive .menu-item-socials .socials-item .socials-item-icon,
.vertical-menu-item-widgets .menu-item-socials .socials-item .socials-item-icon{
font-size: 24.5px;
}
.vertical-menu-item-widgets{
position: absolute;
bottom: 50px;
width: 270px;
}
.vertical-menu-item-widgets .vertical-minisearch{
width: 100%;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-input{
width: 100%;
font-family: "Source Sans Pro";
font-size: 16px;
font-weight: 400;
padding-right: 50px;
height: 40px;
outline: none;
background: #e0e5e9;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-submit{
position: absolute;
right: 0;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
opacity: 0;
background: #000;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-submit:hover{
background: transparent;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-submit:focus{
outline: none;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-submit-icon{
position: absolute;
right: 0;
width: 40px;
height: 40px;
z-index: 0;
}
.vertical-menu-item-widgets .vertical-minisearch .sf-submit-icon:after{
background: #3d3950;
content: "\e612";
display: block;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
line-height: 40px;
text-align: center;
vertical-align: top;
width: 40px;
height: 40px;
color: #fff;
}
@media (max-height: 669px) {
.header-style-vertical #primary-menu.no-responsive {
padding-top: calc(100vh - 570px);
}
}
@media (max-height: 590px) {
.header-style-vertical #primary-menu.no-responsive {
padding-top: 20px;
}
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-widgets .vertical-minisearch .vertical-minisearch-padding,
.header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-widgets .menu-item-socials {
padding-left: 15px;
padding-right: 15px;
}
#page.vertical-header .vertical-menu-item-widgets {
padding-left: 21px;
padding-right: 21px;
}
@media (max-width: 767px){
#page.vertical-header #site-header-wrapper{
position: static;
width: 100%;
padding: 0;
}
#page.vertical-header{
padding-left: 0;
}
#page.vertical-header #site-header .site-title {
display: table-cell;
}
#page.vertical-header #site-header .primary-navigation,
#page.vertical-header #site-header #perspective-menu-buttons {
display: table-cell;
}
.vertical-menu-item-widgets{display: none;}
}
@media (max-height: 799px) {
.header-style-vertical #primary-menu.no-responsive > .menu-item-language,
.header-style-vertical #primary-menu.no-responsive > .menu-item-cart {
display: none;
}
}
@media (max-height: 689px) {
.vertical-menu-item-widgets {
display: none;
}
}
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle,
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle,
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle {
width: 18px;
height: 18px;
}
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle [class^="menu-line-"],
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle [class^="menu-line-"],
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle [class^="menu-line-"] {
height: 2px;
}
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-1,
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-1,
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-1,
#site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-1 {
top: 3px;
}
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-2,
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-2,
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-2,
#site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-2 {
top: 8px;
}
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-3,
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-3,
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-3,
#site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-3 {
top: 13px;
}
#site-header.fixed.shrink #primary-navigation.hamburger-active :not(.hamburger-size-small) .hamburger-toggle .menu-line-1,
#site-header.fixed.shrink #primary-navigation.hamburger-active :not(.hamburger-size-small) .hamburger-toggle .menu-line-3,
#site-header.fixed.shrink #primary-navigation.overlay-active :not(.hamburger-size-small) .overlay-toggle .menu-line-1,
#site-header.fixed.shrink #primary-navigation.overlay-active :not(.hamburger-size-small) .overlay-toggle .menu-line-3 {
top: 8px;
}
@media (-webkit-device-pixel-ratio: 1.25) {
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle [class^="menu-line-"],
#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle [class^="menu-line-"],
#site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle [class^="menu-line-"] {
height: 1.6px;
}
}
@media (max-width: 979px) {
#page #site-header .no-menu > .mobile-cart{
display: none;
}
#page #site-header .no-menu > .site-title{
display: flex;
width: 100%;
align-items: center;
justify-content: center;
margin: 0;
}
}
.top-area-background,
.header-background {
position: relative;
}
.top-area-background:before,
.header-background:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#site-header.fixed.shrink .top-area-background:before,
#site-header.fixed.shrink .header-background:before {
opacity: 0.95;
}
#primary-menu.no-responsive .menu-item-socials,
.vertical-menu-item-widgets .menu-item-socials{
margin-top: 25px;
}
#primary-menu.no-responsive .menu-item-socials .socials,
.vertical-menu-item-widgets .socials{
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
}
#primary-menu.no-responsive .menu-item-socials .socials .socials-item,
.vertical-menu-item-widgets .socials .socials-item{
padding: 0 5px;
margin: 10px 0 0 0;
}
.vertical-menu-item-widgets .socials .socials-item{
width: calc(100% / 6);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 992px) and (-webkit-min-device-pixel-ratio: 2) {
#page:not(.vertical-header) #site-header.animated-header {
height: 67px !important;
overflow: hidden !important;
}
#page:not(.vertical-header) #site-header.animated-header.ios-load {
height: auto !important;
overflow: visible !important;
}
}
.sticky-header-on-mobile.header-sticky-prepared {
position: relative;
}
#page .sticky-header-on-mobile.header-sticky-prepared #site-header.site-header {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 390;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.sticky-header-on-mobile.header-sticky-prepared .header-hide-on-scroll-mobile {
transform: translateY(-100%);
animation: none;
}
.sticky-header-on-mobile.header-sticky-prepared .header-hide-on-scroll-mobile.header-scroll-up {
transform: none;
}
#page .sticky-header-on-mobile.header-sticky-prepared #site-header.site-header.header-sticked {
position: fixed;
}

@font-face {
font-family: 'thegem-icons';
src:url('https://owl.fusion-ev.com/template/fonts/thegem-icons.eot');
src:url('https://owl.fusion-ev.com/template/fonts/thegem-icons.eot?#iefix') format('embedded-opentype'),
url('https://owl.fusion-ev.com/template/fonts/thegem-icons.woff') format('woff'),
url('https://owl.fusion-ev.com/template/fonts/thegem-icons.ttf') format('truetype'),
url('https://owl.fusion-ev.com/template/fonts/thegem-icons.svg#thegem-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'thegem-socials';
src:url('https://owl.fusion-ev.com/template/fonts/thegem-socials.eot');
src:url('https://owl.fusion-ev.com/template/fonts/thegem-socials.eot?#iefix') format('embedded-opentype'),
url('https://owl.fusion-ev.com/template/fonts/thegem-socials.woff') format('woff'),
url('https://owl.fusion-ev.com/template/fonts/thegem-socials.ttf') format('truetype'),
url('https://owl.fusion-ev.com/template/fonts/thegem-socials.svg#thegem-socials') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
html {
scroll-behavior: auto !important;
}
body {
background-attachment: fixed;
}
p {
margin: 0 0 1.1em;
}
a {
-o-transition: color 0.3s, background-color 0.3s;
-webkit-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
}
::placeholder {
opacity: 1;
}
.row {
margin-bottom: 1.1em;
}
.row:last-of-type {
margin-bottom: 0;
}
button {
outline: none;
}
h1:not(.thegem-heading):first-child {
margin-top: -10px;
}
h1,
.title-h1 {
margin: 1.4em 0;
text-transform: uppercase;
letter-spacing: 0.05em;
}
h2,
.title-h2 {
text-transform: uppercase;
margin: 1.2em 0;
letter-spacing: 0.05em;
}
h3,
.title-h3 {
text-transform: uppercase;
margin: 1.13em 0;
letter-spacing: 0.05em;
}
h4,
.title-h4 {
text-transform: uppercase;
margin: 1em 0;
letter-spacing: 0.05em;
}
h5,
.title-h5 {
text-transform: uppercase;
margin: 0.5em 0;
letter-spacing: 0.05em;
}
h6,
.title-h6 {
text-transform: uppercase;
margin: 1.19em 0;
letter-spacing: 0.05em;
}
.title-xlarge {
margin: 1.4em 0;
text-transform: uppercase;
letter-spacing: 0.05em;
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.title-h1 .light,
.title-h2 .light,
.title-h3 .light,
.title-h4 .light,
.title-h5 .light,
.title-h6 .light,
.title-xlarge .light {
text-transform: uppercase;
font-size: inherit;
line-height: inherit;
}
.letter-spacing {
letter-spacing: 0.05em;
}
.page-title-block .title-xlarge,
.page-title-block h1,
.page-title-block h2,
.page-title-block h3,
.page-title-block h4,
.page-title-block h5,
.page-title-block h6,
.page-title-block .title-h1,
.page-title-block .title-h2,
.page-title-block .title-h3,
.page-title-block .title-h4,
.page-title-block .title-h5,
.page-title-block .title-h6 {
margin: 0 auto;
}
.small-body {
font-size: 85%;
line-height: inherit;
display: block;
line-height: 23px;
}
.centered-box {
text-align: center;
}
.gem-dummy {
display: inline-block;
width: 100%;
height: 100%;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.grayscale,
.grayscale-image img {
filter: url('https://owl.fusion-ev.com/template/css/grayscale.svg#greyscale');
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.gscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}
.gscale:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.grayscale-hover:hover,
.grayscale-image a:hover img,
.grayscale-image .hover img {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.disable-grayscale .grayscale-hover,
.disable-grayscale .grayscale-image a img,
.disable-grayscale .grayscale-image  img {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.inline-row {
font-size: 0;
margin-bottom: -42px;
}
.inline-row-center {
text-align: center;
}
.inline-column {
float: none;
display: inline-block;
text-align: left;
vertical-align: top;
margin-bottom: 42px;
}
.inline-inside {
font-size: 0;
line-height: 0;
}
.z-index {
z-index: 1000;
position: relative;
}
ul.styled,
ol.styled,
ul.product_list_widget {
margin: 0;
padding: 0;
list-style: none;
}
.fullwidth-block-inner > :last-child,
.fullwidth-block-inner > .container > :last-child,
.centered-box > :last-child,
.gem-textbox-content > :last-child,
.gem-icon-with-text-text > :last-child,
.gem-icon-with-text-content > :last-child,
.gem-alert-box-content > :last-child,
.gem-map-with-text-content > :last-child,
.gem-map-with-text-content > .container > :last-child,
blockquote > :last-child,
.comment-text > :last-child,
.entry-content.post-content > :last-child,
.elementor-text-editor > :last-child,
.elementor-widget-text-editor > .elementor-widget-container > :last-child,
.elementor-tab-content > :last-child,
.gem-text-output > :last-child {
margin-bottom: 0;
}
.entry-content.post-content > .wpb_row:last-child,
.gem-textbox-content > .wpb_row:last-child {
margin-bottom: 0;
}
.fullwidth-block-inner > :first-child,
.fullwidth-block-inner > .container > :first-child,
.centered-box > :first-child,
.gem-textbox-content > :first-child,
.gem-icon-with-text-text > :first-child,
.gem-icon-with-text-content > :first-child,
.gem-map-with-text-content > :first-child,
.gem-map-with-text-content > .container > :first-child,
.gem_tab > :first-child,
blockquote > :first-child,
.comment-text > :first-child,
.wpb_wrapper > :first-child,
.elementor-text-editor > :first-child,
.elementor-widget-text-editor > .elementor-widget-container > :first-child,
.elementor-tab-content > :first-child,
.gem-text-output > :first-child {
margin-top: 0;
}
.gem-prev,
.gem-next,
.ls-thegem a.ls-nav-prev,
.ls-thegem a.ls-nav-next {
position: absolute;
width: 40px;
top: 0;
bottom: 0;
font-size: 0;
line-height: 0;
text-indent: 100%;
overflow: hidden;
display: block;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-prev:focus,
.gem-next:focus,
.ls-thegem a.ls-nav-prev:focus,
.ls-thegem a.ls-nav-next:focus {
outline: 0 none;
}
.nivo-directionNav .gem-prev,
.nivo-directionNav .gem-next,
.ls-thegem a.ls-nav-prev,
.ls-thegem a.ls-nav-next,
.related-products-carousel.fullwidth-block .gem-prev,
.related-products-carousel.fullwidth-block .gem-next {
width: 10%;
z-index: 10;
}
.gem-prev,
.ls-thegem a.ls-nav-prev {
left: 0;
}
.gem-next,
.ls-thegem a.ls-nav-next {
right: 0;
}
.gem-prev:after,
.gem-next:after,
.ls-thegem a.ls-nav-prev:after,
.ls-thegem a.ls-nav-next:after {
position: absolute;
font-family: 'thegem-icons';
font-style: normal;
top: 50%;
margin-top: -20px;
left:50%;
margin-left: -20px;
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
text-indent: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-prev:after,
.ls-thegem a.ls-nav-prev:after {
content: '\e636';
}
.gem-next:after,
.ls-thegem a.ls-nav-next:after {
content: '\e634';
}
.gem-prev.disabled,
.gem-next.disabled {
visibility: hidden;
}
.gem-pagination {
text-align: left;
margin-top: 75px;
}
.gem-pagination.centered-box {
text-align: center;
}
.gem-pagination-links {
margin: 0 -8px;
}
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 2px;
width: 36px;
height: 36px;
line-height: 26px;
text-align: center;
vertical-align: top;
text-decoration: none;
font-size: 14px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-pagination .prev,
.gem-pagination .next {
font-size: 0;
}
.gem-pagination .prev {
margin-right: 2px;
}
.gem-pagination .next {
margin-left: 2px;
}
.gem-pagination .prev:before,
.gem-pagination .next:before {
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 24px;
}
.gem-pagination .prev:before {
content: '\e636';
}
.gem-pagination .next:before {
content: '\e634';
}
.gem-mini-pagination {
text-align: center;
padding-top: 15px;
}
.gem-mini-pagination a {
display: inline-block;
width: 17px;
height: 17px;
font-size: 0;
line-height: 0;
text-indent: 100%;
overflow: hidden;
margin: 0 7px;
border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
}
.gem-mini-pagination a:focus {
outline: 0 none;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger {
width: 16px;
height: 16px;
background-color: #b6c6c9;
border-radius: 50%;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover {
background-color: #b6c6c9;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger {
background-color: #00bcd4;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_pagination-trigger {
width: 16px;
height: 16px;
background-color: #3c3950;
border-radius: 3px;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_pagination-trigger:hover {
background-color: #3c3950;
}
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_active .vc_pagination-trigger {
background-color: #00bcd4;
}
.gem-print-icon {
display: inline-block;
font-family: 'thegem-user-icons';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
}
.gem-print-icon.gem-icon-pack-elegant {
font-family: 'ElegantIcons';
font-size: 16px;
}
.gem-print-icon.gem-icon-pack-material {
font-family: 'MaterialDesignIcons';
font-size: 24px;
}
.gem-print-icon.gem-icon-pack-fontawesome {
font-family: 'FontAwesome';
font-size: 14px;
}
.gem-print-icon.gem-icon-pack-userpack {
font-family: 'UserPack';
font-size: 16px;
}
.gem-print-icon.gem-icon-pack-thegem-header {
font-family: 'TheGem Header';
font-size: 16px;
}
.gem-print-icon.gem-icon-pack-thegem-icons::before {
font-family: 'thegem-icons';
font-style: normal;
font-size: 16px;
vertical-align: top;
}
.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-share::before {
content: '\e60d';
}
.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-prev::before {
content: '\e636';
font-size: 24px;
}
.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-next::before {
content: '\e634';
font-size: 24px;
}
.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-hamburger::before {
content: '\e620';
}
.gem-icon {
position: relative;
font-weight: normal;
font-family: 'ElegantIcons';
font-size: 24px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
border-style: solid;
border-width: 3px;
font-style: normal;
border-color: transparent;
}
.gem-icon.gem-icon-pack-material {
font-family: 'MaterialDesignIcons';
}
.gem-icon.gem-icon-pack-fontawesome {
font-family: 'FontAwesome';
}
.gem-icon.gem-icon-pack-userpack {
font-family: 'UserPack';
}
.gem-icon.gem-icon-pack-thegem-header {
font-family: 'TheGem Header';
}
.gem-icon-centered {
display: block;
margin: 0 auto;
}
.gem-icon-inner {
position: relative;
height: 100%;
border-radius: 50%;
width: 46px;
height: 46px;
line-height: 46px;
margin: -1px;
}
.gem-icon-size-small {
font-size: 24px;
border-style: solid;
border-width: 3px;
height: 50px;
}
.gem-icon-size-small .gem-icon-inner {
width: 46px;
height: 46px;
line-height: 46px;
}
.gem-icon.gem-simple-icon {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 24px;
height: 24px;
line-height: 24px;
border: 0 none;
}
.gem-icon.gem-simple-icon .gem-icon-inner {
width: 100%;
height: 100%;
line-height: inherit;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.gem-icon-shape-square,
.gem-simple-icon {
border-radius: 3px;
}
.gem-icon-shape-square .gem-icon-inner {
border-radius: 0;
}
.gem-icon-size-medium {
font-size: 48px;
border-width: 4px;
height: 80px;
}
.gem-icon-size-medium .gem-icon-inner {
width: 74px;
height: 74px;
line-height: 74px;
}
.gem-icon-size-medium.gem-simple-icon {
width: 48px;
height: 48px;
line-height: 48px;
}
.gem-icon-size-medium.gem-icon-shape-square,
.gem-icon-size-medium.gem-simple-icon {
border-radius: 3px;
}
.gem-icon-size-large {
font-size: 96px;
border-width: 7px;
height: 160px;
}
.gem-icon-size-large .gem-icon-inner {
width: 148px;
height: 148px;
line-height: 148px;
}
.gem-icon-size-large.gem-simple-icon {
width: 96px;
height: 96px;
line-height: 96px;
}
.gem-icon-size-large.gem-icon-shape-square,
.gem-icon-size-large.gem-simple-icon {
border-radius: 6px;
}
.gem-icon-size-xlarge {
font-size: 144px;
border-width: 13px;
height: 240px;
}
.gem-icon-size-xlarge .gem-icon-inner {
width: 216px;
height: 216px;
line-height: 216px;
}
.gem-icon-size-xlarge.gem-simple-icon {
width: 144px;
height: 144px;
line-height: 144px;
}
.gem-icon-size-xlarge.gem-icon-shape-square,
.gem-icon-size-xlarge.gem-simple-icon {
border-radius:9px;
}
.gem-icon .gem-icon-half-1,
.gem-icon .gem-icon-half-2 {
float: left;
width: 99.999%;
height: 100%;
overflow: hidden;
text-align: center;
}
.gem-icon .gem-icon-half-1 {
margin-left: -50%;
}
.gem-icon .gem-icon-half-2 {
margin-right: -50%;
}
.gem-icon.angle-45deg-l .gem-icon-half-1,
.gem-icon.angle-45deg-l .gem-icon-half-2 {
transform: skew(45deg, 0);
-o-transform: skew(45deg, 0);
-ms-transform: skew(45deg, 0);
-moz-transform: skew(45deg, 0);
-webkit-transform: skew(45deg, 0);
}
.gem-icon.angle-45deg-r .gem-icon-half-1,
.gem-icon.angle-45deg-r .gem-icon-half-2 {
transform: skew(-45deg, 0);
-o-transform: skew(-45deg, 0);
-ms-transform: skew(-45deg, 0);
-moz-transform: skew(-45deg, 0);
-webkit-transform: skew(-45deg, 0);
}
.gem-icon .back-angle {
display: block;
position: relative;
width: 200%;
height: 100%;
}
.gem-icon .gem-icon-half-2 .back-angle {
left: -100%;
}
.gem-icon.angle-45deg-l .back-angle {
transform: skew(-45deg, 0);
-o-transform: skew(-45deg, 0);
-ms-transform: skew(-45deg, 0);
-moz-transform: skew(-45deg, 0);
-webkit-transform: skew(-45deg, 0);
}
.gem-icon.angle-45deg-r .back-angle {
transform: skew(45deg, 0);
-o-transform: skew(45deg, 0);
-ms-transform: skew(45deg, 0);
-moz-transform: skew(45deg, 0);
-webkit-transform: skew(45deg, 0);
}
.gem-icon-size-small,
.gem-icon-size-medium,
.gem-icon-size-large,
.gem-icon-size-xlarge {
height: unset;
}
.gem-button,
input[type='submit'] {
position: relative;
display: inline-block;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
border: 0 none;
vertical-align: middle;
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
margin: 25px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 3px;
}
.gem-button.gem-button-no-uppercase {
text-transform: none;
}
.gem-button:hover {
text-decoration: none;
}
.gem-button-position-inline {
display: inline-block;
vertical-align: top;
}
.gem-button-position-left {
float: left;
}
.gem-button-position-right {
float: right;
}
.gem-button-position-center {
clear: both;
text-align: center;
display: block;
}
.gem-button-position-fullwidth .gem-button {
width: 100%;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}
.gem-button-size-tiny,
input.gem-button-size-tiny {
height: 30px;
line-height: 30px;
padding: 0 14px;
font-size: 14px;
margin: 20px;
}
.gem-button-size-small,
input.gem-button-size-small {
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
margin: 25px;
}
.gem-button-size-medium,
input.gem-button-size-medium {
height: 50px;
line-height: 50px;
padding: 0 25px;
font-size: 19px;
margin: 30px;
}
.gem-button-size-large,
input.gem-button-size-large {
height: 80px;
line-height: 80px;
padding: 0 37px;
font-size: 24px;
margin: 40px;
}
.gem-button-size-giant,
input.gem-button-size-giant {
height: 100px;
line-height: 100px;
padding: 0 53px;
font-size: 36px;
margin: 50px;
}
@media (max-width: 992px) {
.gem-button-tablet-size-tiny,
input.gem-button-tablet-size-tiny {
height: 30px;
line-height: 30px;
padding: 0 14px;
font-size: 14px;
margin: 20px;
}
.gem-button-tablet-size-small,
input.gem-button-tablet-size-small {
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
margin: 25px;
}
.gem-button-tablet-size-medium,
input.gem-button-tablet-size-medium {
height: 50px;
line-height: 50px;
padding: 0 25px;
font-size: 19px;
margin: 30px;
}
.gem-button-tablet-size-large,
input.gem-button-tablet-size-large {
height: 80px;
line-height: 80px;
padding: 0 37px;
font-size: 24px;
margin: 40px;
}
.gem-button-tablet-size-giant,
input.gem-button-tablet-size-giant {
height: 100px;
line-height: 100px;
padding: 0 53px;
font-size: 36px;
margin: 50px;
}
}
@media (max-width: 767px) {
.gem-button-mobile-size-tiny,
input.gem-button-mobile-size-tiny {
height: 30px;
line-height: 30px;
padding: 0 14px;
font-size: 14px;
margin: 20px;
}
.gem-button-mobile-size-small,
input.gem-button-mobile-size-small {
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
margin: 25px;
}
.gem-button-mobile-size-medium,
input.gem-button-mobile-size-medium {
height: 50px;
line-height: 50px;
padding: 0 25px;
font-size: 19px;
margin: 30px;
}
.gem-button-mobile-size-large,
input.gem-button-mobile-size-large {
height: 80px;
line-height: 80px;
padding: 0 37px;
font-size: 24px;
margin: 40px;
}
.gem-button-mobile-size-giant,
input.gem-button-mobile-size-giant {
height: 100px;
line-height: 100px;
padding: 0 53px;
font-size: 36px;
margin: 50px;
}
}
.gem-button.gem-button-empty {
padding-left: 0;
padding-right: 0;
width: 40px;
}
.gem-button.gem-button-empty.gem-button-size-tiny {
width: 30px;
}
.gem-button.gem-button-empty.gem-button-size-small {
width: 40px;
}
.gem-button.gem-button-empty.gem-button-size-medium {
width: 50px;
}
.gem-button.gem-button-empty.gem-button-size-large {
width: 80px;
}
.gem-button.gem-button-empty.gem-button-size-giant {
width: 100px;
}
.gem-button.gem-button-style-outline {
border-width: 2px;
line-height: 36px;
border-style: solid;
background: transparent;
}
.gem-button.gem-button-style-outline {
background: transparent;
}
.gem-button-style-outline.gem-button-border-1 {
border-width: 1px;
line-height: 38px;
}
.gem-button-style-outline.gem-button-border-3 {
border-width: 3px;
line-height: 34px;
}
.gem-button-style-outline.gem-button-border-4 {
border-width: 4px;
line-height: 32px;
}
.gem-button-style-outline.gem-button-border-5 {
border-width: 5px;
line-height: 30px;
}
.gem-button-style-outline.gem-button-border-6 {
border-width: 6px;
line-height: 28px;
}
.gem-button-size-tiny.gem-button-border-1 {
line-height: 28px;
}
.gem-button-size-tiny.gem-button-style-outline {
line-height: 26px;
}
.gem-button-size-tiny.gem-button-border-3 {
line-height: 24px;
}
.gem-button-size-tiny.gem-button-border-4 {
line-height: 22px;
}
.gem-button-size-tiny.gem-button-border-5 {
line-height: 20px;
}
.gem-button-size-tiny.gem-button-border-6 {
line-height: 18px;
}
.gem-button-size-medium.gem-button-border-1 {
line-height: 48px;
}
.gem-button-size-medium.gem-button-style-outline {
line-height: 46px;
}
.gem-button-size-medium.gem-button-border-3 {
line-height: 44px;
}
.gem-button-size-medium.gem-button-border-4 {
line-height: 42px;
}
.gem-button-size-medium.gem-button-border-5 {
line-height: 40px;
}
.gem-button-size-medium.gem-button-border-6 {
line-height: 38px;
}
.gem-button-size-large.gem-button-border-1 {
line-height: 78px;
}
.gem-button-size-large.gem-button-style-outline {
line-height: 76px;
}
.gem-button-size-large.gem-button-border-3 {
line-height: 74px;
}
.gem-button-size-large.gem-button-border-4 {
line-height: 72px;
}
.gem-button-size-large.gem-button-border-5 {
line-height: 70px;
}
.gem-button-size-large.gem-button-border-6 {
line-height: 68px;
}
.gem-button-size-giant.gem-button-border-1 {
line-height: 98px;
}
.gem-button-size-giant.gem-button-style-outline {
line-height: 96px;
}
.gem-button-size-giant.gem-button-border-3 {
line-height: 94px;
}
.gem-button-size-giant.gem-button-border-4 {
line-height: 92px;
}
.gem-button-size-giant.gem-button-border-5 {
line-height: 90px;
}
.gem-button-size-giant.gem-button-border-6 {
line-height: 88px;
}
@media (max-width: 992px) {
.gem-button-tablet-size-small.gem-button-style-outline {
border-width: 2px;
line-height: 36px;
}
.gem-button-style-outline.gem-button-tablet-border-1 {
border-width: 1px;
line-height: 38px;
}
.gem-button-style-outline.gem-button-tablet-border-3 {
border-width: 3px;
line-height: 34px;
}
.gem-button-style-outline.gem-button-tablet-border-4 {
border-width: 4px;
line-height: 32px;
}
.gem-button-style-outline.gem-button-tablet-border-5 {
border-width: 5px;
line-height: 30px;
}
.gem-button-style-outline.gem-button-tablet-border-6 {
border-width: 6px;
line-height: 28px;
}
.gem-button-tablet-size-tiny.gem-button-tablet-border-1 {
line-height: 28px;
}
.gem-button-tablet-size-tiny.gem-button-style-outline {
line-height: 26px;
}
.gem-button-tablet-size-tiny.gem-button-tablet-border-3 {
line-height: 24px;
}
.gem-button-tablet-size-tiny.gem-button-tablet-border-4 {
line-height: 22px;
}
.gem-button-tablet-size-tiny.gem-button-tablet-border-5 {
line-height: 20px;
}
.gem-button-tablet-size-tiny.gem-button-tablet-border-6 {
line-height: 18px;
}
.gem-button-tablet-size-medium.gem-button-tablet-border-1 {
line-height: 48px;
}
.gem-button-tablet-size-medium.gem-button-style-outline {
line-height: 46px;
}
.gem-button-tablet-size-medium.gem-button-tablet-border-3 {
line-height: 44px;
}
.gem-button-tablet-size-medium.gem-button-tablet-border-4 {
line-height: 42px;
}
.gem-button-tablet-size-medium.gem-button-tablet-border-5 {
line-height: 40px;
}
.gem-button-tablet-size-medium.gem-button-tablet-border-6 {
line-height: 38px;
}
.gem-button-tablet-size-large.gem-button-tablet-border-1 {
line-height: 78px;
}
.gem-button-tablet-size-large.gem-button-style-outline {
line-height: 76px;
}
.gem-button-tablet-size-large.gem-button-tablet-border-3 {
line-height: 74px;
}
.gem-button-tablet-size-large.gem-button-tablet-border-4 {
line-height: 72px;
}
.gem-button-tablet-size-large.gem-button-tablet-border-5 {
line-height: 70px;
}
.gem-button-tablet-size-large.gem-button-tablet-border-6 {
line-height: 68px;
}
.gem-button-tablet-size-giant.gem-button-tablet-border-1 {
line-height: 98px;
}
.gem-button-tablet-size-giant.gem-button-style-outline {
line-height: 96px;
}
.gem-button-tablet-size-giant.gem-button-tablet-border-3 {
line-height: 94px;
}
.gem-button-tablet-size-giant.gem-button-tablet-border-4 {
line-height: 92px;
}
.gem-button-tablet-size-giant.gem-button-tablet-border-5 {
line-height: 90px;
}
.gem-button-tablet-size-giant.gem-button-tablet-border-6 {
line-height: 88px;
}
}
@media (max-width: 767px) {
.gem-button-mobile-size-small.gem-button-style-outline {
border-width: 2px;
line-height: 36px;
}
.gem-button-style-outline.gem-button-mobile-border-1 {
border-width: 1px;
line-height: 38px;
}
.gem-button-style-outline.gem-button-mobile-border-3 {
border-width: 3px;
line-height: 34px;
}
.gem-button-style-outline.gem-button-mobile-border-4 {
border-width: 4px;
line-height: 32px;
}
.gem-button-style-outline.gem-button-mobile-border-5 {
border-width: 5px;
line-height: 30px;
}
.gem-button-style-outline.gem-button-mobile-border-6 {
border-width: 6px;
line-height: 28px;
}
.gem-button-mobile-size-tiny.gem-button-mobile-border-1 {
line-height: 28px;
}
.gem-button-mobile-size-tiny.gem-button-style-outline {
line-height: 26px;
}
.gem-button-mobile-size-tiny.gem-button-mobile-border-3 {
line-height: 24px;
}
.gem-button-mobile-size-tiny.gem-button-mobile-border-4 {
line-height: 22px;
}
.gem-button-mobile-size-tiny.gem-button-mobile-border-5 {
line-height: 20px;
}
.gem-button-mobile-size-tiny.gem-button-mobile-border-6 {
line-height: 18px;
}
.gem-button-mobile-size-medium.gem-button-mobile-border-1 {
line-height: 48px;
}
.gem-button-mobile-size-medium.gem-button-style-outline {
line-height: 46px;
}
.gem-button-mobile-size-medium.gem-button-mobile-border-3 {
line-height: 44px;
}
.gem-button-mobile-size-medium.gem-button-mobile-border-4 {
line-height: 42px;
}
.gem-button-mobile-size-medium.gem-button-mobile-border-5 {
line-height: 40px;
}
.gem-button-mobile-size-medium.gem-button-mobile-border-6 {
line-height: 38px;
}
.gem-button-mobile-size-large.gem-button-mobile-border-1 {
line-height: 78px;
}
.gem-button-mobile-size-large.gem-button-style-outline {
line-height: 76px;
}
.gem-button-mobile-size-large.gem-button-mobile-border-3 {
line-height: 74px;
}
.gem-button-mobile-size-large.gem-button-mobile-border-4 {
line-height: 72px;
}
.gem-button-mobile-size-large.gem-button-mobile-border-5 {
line-height: 70px;
}
.gem-button-mobile-size-large.gem-button-mobile-border-6 {
line-height: 68px;
}
.gem-button-mobile-size-giant.gem-button-mobile-border-1 {
line-height: 98px;
}
.gem-button-mobile-size-giant.gem-button-style-outline {
line-height: 96px;
}
.gem-button-mobile-size-giant.gem-button-mobile-border-3 {
line-height: 94px;
}
.gem-button-mobile-size-giant.gem-button-mobile-border-4 {
line-height: 92px;
}
.gem-button-mobile-size-giant.gem-button-mobile-border-5 {
line-height: 90px;
}
.gem-button-mobile-size-giant.gem-button-mobile-border-6 {
line-height: 88px;
}
}
.gem-button-position-inline .gem-button {
margin-left: 0;
}
.gem-button-position-left .gem-button {
margin-left: 0;
margin-top: 0;
}
.gem-button-position-right .gem-button {
margin-right: 0;
margin-top: 0;
}
.gem-button-position-center .gem-button,
.gem-button-position-fullwidth .gem-button {
margin-left: 0;
margin-right: 0;
}
.gem-button-size-large .gem-print-icon.gem-icon-pack-elegant,
.gem-button-size-giant .gem-print-icon.gem-icon-pack-elegant {
font-size: 32px;
}
.gem-button-size-large .gem-print-icon.gem-icon-pack-material,
.gem-button-size-giant .gem-print-icon.gem-icon-pack-material {
font-size: 48px;
}
.gem-button-size-large .gem-print-icon.gem-icon-pack-fontawesome,
.gem-button-size-giant .gem-print-icon.gem-icon-pack-fontawesome {
font-size: 28px;
}
.gem-button-size-large .gem-print-icon.gem-icon-pack-userpack,
.gem-button-size-giant .gem-print-icon.gem-icon-pack-userpack {
font-size: 32px;
}
.gem-button i.gem-print-icon {
line-height: inherit;
vertical-align: top;
height: 100%;
line-height: inherit;
}
.gem-button-icon-position-left .gem-print-icon {
margin-right: 6px;
}
.gem-button-icon-position-left.gem-button-size-tiny .gem-print-icon {
margin-right: 6px;
}
.gem-button-icon-position-left.gem-button-size-medium .gem-print-icon {
margin-right: 9px;
}
.gem-button-icon-position-left.gem-button-size-large .gem-print-icon {
margin-right: 12px;
}
.gem-button-icon-position-left.gem-button-size-giant .gem-print-icon {
margin-right: 16px;
}
.gem-button-icon-position-right .gem-print-icon {
margin-left: 6px;
}
.gem-button-icon-position-right.gem-button-size-tiny .gem-print-icon {
margin-left: 6px;
}
.gem-button-icon-position-right.gem-button-size-medium .gem-print-icon {
margin-left: 9px;
}
.gem-button-icon-position-right.gem-button-size-large .gem-print-icon {
margin-left: 12px;
}
.gem-button-icon-position-right.gem-button-size-giant .gem-print-icon {
margin-left: 16px;
}
.blog-load-more {
position: relative;
}
.blog-load-more .gem-button {
margin: 0;
}
.portfolio-load-more .gem-button,
.gem-product-load-more .gem-button {
margin-right: 0;
}
@media (max-width: 767px) {
.gem-button-size-large {
height: 50px;
line-height: 50px;
padding: 0 25px;
font-size: 19px;
margin: 30px;
}
.gem-button.gem-button-empty.gem-button-size-large {
width: 50px;
}
.gem-button-size-large.gem-button-border-1 {
line-height: 48px;
}
.gem-button-size-large.gem-button-style-outline {
line-height: 46px;
}
.gem-button-size-large.gem-button-border-3 {
line-height: 44px;
}
.gem-button-size-large.gem-button-border-4 {
line-height: 42px;
}
.gem-button-size-large.gem-button-border-5 {
line-height: 40px;
}
.gem-button-size-large.gem-button-border-6 {
line-height: 38px;
}
.gem-button-icon-position-left.gem-button-size-large .gem-print-icon {
margin-right: 9px;
}
.gem-button-icon-position-right.gem-button-size-large .gem-print-icon {
margin-left: 9px;
}
.gem-button-size-giant {
height: 80px;
line-height: 80px;
padding: 0 37px;
font-size: 24px;
margin: 40px;
}
.gem-button.gem-button-empty.gem-button-size-giant {
width: 80px;
}
.gem-button-size-giant.gem-button-border-1 {
line-height: 78px;
}
.gem-button-size-giant.gem-button-style-outline {
line-height: 76px;
}
.gem-button-size-giant.gem-button-border-3 {
line-height: 74px;
}
.gem-button-size-giant.gem-button-border-4 {
line-height: 72px;
}
.gem-button-size-giant.gem-button-border-5 {
line-height: 70px;
}
.gem-button-size-giant.gem-button-border-6 {
line-height: 68px;
}
.gem-button-icon-position-left.gem-button-size-giant .gem-print-icon {
margin-right: 12px;
}
.gem-button-icon-position-right.gem-button-size-giant .gem-print-icon {
margin-left: 12px;
}
}
a.socials-item {
display: inline-block;
vertical-align: top;
text-align: center;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin: 0 5px;
line-height: 16px;
}
.socials-item-icon {
display: inline-block;
font-family: 'thegem-socials';
font-weight: normal;
width: 1em;
height: 1em;
line-height: 1;
font-size: 16px;
text-align: center;
vertical-align: top;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
}
a .socials-item-icon {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.socials-item-icon.facebook::before {
content: '\e600';
}
.socials-colored a .socials-item-icon.facebook,
.socials-colored-hover a:hover .socials-item-icon.facebook {
color: #4e64b5;
}
.socials-item-icon.twitter::before {
content: '\e675';
}
.socials-colored a .socials-item-icon.twitter,
.socials-colored-hover a:hover .socials-item-icon.twitter {
color: #99a9b5;
}
.socials-item-icon.pinterest::before {
content: '\e602';
}
.socials-colored a .socials-item-icon.pinterest,
.socials-colored-hover a:hover .socials-item-icon.pinterest {
color: #ff5757;
}
.socials-item-icon.google-plus::before,
.socials-item-icon.googleplus::before {
content: '\e603';
}
.socials-colored a .socials-item-icon.google-plus,
.socials-colored a .socials-item-icon.googleplus,
.socials-colored-hover a:hover .socials-item-icon.google-plus,
.socials-colored-hover a:hover .socials-item-icon.googleplus {
color: #f44336;
}
.socials-item-icon.tumblr::before {
content: '\e604';
}
.socials-colored a .socials-item-icon.tumblr,
.socials-colored-hover a:hover .socials-item-icon.tumblr {
color: #456988;
}
.socials-item-icon.stumbleupon::before {
content: '\e605';
}
.socials-colored a .socials-item-icon.stumbleupon,
.socials-colored-hover a:hover .socials-item-icon.stumbleupon {
color: #46485c;
}
.socials-item-icon.wordpress::before {
content: '\e606';
}
.socials-colored a .socials-item-icon.wordpress,
.socials-colored-hover a:hover .socials-item-icon.wordpress {
color: #0087be;
}
.socials-item-icon.instagram::before {
content: '\e607';
}
.socials-colored a .socials-item-icon.instagram,
.socials-colored-hover a:hover .socials-item-icon.instagram {
color: #9a8f62;
}
.socials-item-icon.dribbble::before {
content: '\e608';
}
.socials-colored a .socials-item-icon.dribbble,
.socials-colored-hover a:hover .socials-item-icon.dribbble {
color: #ec4a89;
}
.socials-item-icon.vimeo::before {
content: '\e609';
}
.socials-colored a .socials-item-icon.vimeo,
.socials-colored-hover a:hover .socials-item-icon.vimeo {
color: #1db3e3;
}
.socials-item-icon.linkedin::before {
content: '\e60a';
}
.socials-colored a .socials-item-icon.linkedin,
.socials-colored-hover a:hover .socials-item-icon.linkedin {
color: #0288d1;
}
.socials-item-icon.rss::before {
content: '\e60b';
}
.socials-colored a .socials-item-icon.rss,
.socials-colored-hover a:hover .socials-item-icon.rss {
color: #ef8321;
}
.socials-item-icon.deviantart::before {
content: '\e60c';
}
.socials-colored a .socials-item-icon.deviantart,
.socials-colored-hover a:hover .socials-item-icon.deviantart {
color: #00d13b;
}
.socials-item-icon.share::before {
content: '\e60d';
}
.socials-colored a .socials-item-icon.share,
.socials-colored-hover a:hover .socials-item-icon.share {
color: #ff694c;
}
.socials-item-icon.myspace::before {
content: '\e60e';
}
.socials-colored a .socials-item-icon.myspace,
.socials-colored-hover a:hover .socials-item-icon.myspace {
color: #003399;
}
.socials-item-icon.skype::before {
content: '\e60f';
}
.socials-colored a .socials-item-icon.skype,
.socials-colored-hover a:hover .socials-item-icon.skype {
color: #00aff0;
}
.socials-item-icon.youtube::before {
content: '\e610';
}
.socials-colored a .socials-item-icon.youtube,
.socials-colored-hover a:hover .socials-item-icon.youtube {
color: #c82929;
}
.socials-item-icon.picassa::before {
content: '\e611';
}
.socials-colored a .socials-item-icon.picassa,
.socials-colored-hover a:hover .socials-item-icon.picassa {
color: #9966cc;
}
.socials-item-icon.google-drive::before,
.socials-item-icon.googledrive::before {
content: '\e612';
}
.socials-colored a .socials-item-icon.google-drive,
.socials-colored-hover a:hover .socials-item-icon.google-drive,
.socials-colored a .socials-item-icon.googledrive,
.socials-colored-hover a:hover .socials-item-icon.googledrive {
color: #2db672;
}
.socials-item-icon.flickr::before {
content: '\e613';
}
.socials-colored a .socials-item-icon.flickr,
.socials-colored-hover a:hover .socials-item-icon.flickr {
color: #ff0084;
}
.socials-item-icon.blogger::before {
content: '\e614';
}
.socials-colored a .socials-item-icon.blogger,
.socials-colored-hover a:hover .socials-item-icon.blogger {
color: #f06a35;
}
.socials-item-icon.spotify::before {
content: '\e615';
}
.socials-colored a .socials-item-icon.spotify,
.socials-colored-hover a:hover .socials-item-icon.spotify {
color: #1ed760;
}
.socials-item-icon.delicious::before {
content: '\e616';
}
.socials-colored a .socials-item-icon.delicious,
.socials-colored-hover a:hover .socials-item-icon.delicious {
color: #229bf7;
}
.socials-item-icon.telegram::before {
content: '\e645';
}
.socials-colored a .socials-item-icon.telegram,
.socials-colored-hover a:hover .socials-item-icon.telegram {
color: #2ca5e0;
}
.socials-item-icon.vk::before {
content: '\e648';
}
.socials-colored a .socials-item-icon.vk,
.socials-colored-hover a:hover .socials-item-icon.vk {
color: #5181b8;
}
.socials-item-icon.whatsapp::before {
content: '\e64b';
}
.socials-colored a .socials-item-icon.whatsapp,
.socials-colored-hover a:hover .socials-item-icon.whatsapp {
color: #30b220;
}
.socials-item-icon.viber::before {
content: '\e64e';
}
.socials-colored a .socials-item-icon.viber,
.socials-colored-hover a:hover .socials-item-icon.viber {
color: #7a4e9d;
}
.socials-item-icon.ok::before {
content: '\e651';
}
.socials-colored a .socials-item-icon.ok,
.socials-colored-hover a:hover .socials-item-icon.ok {
color: #df8733;
}
.socials-item-icon.reddit::before {
content: '\e654';
}
.socials-colored a .socials-item-icon.reddit,
.socials-colored-hover a:hover .socials-item-icon.reddit {
color: #ff4500;
}
.socials-item-icon.slack::before {
content: '\e657';
}
.socials-colored a .socials-item-icon.slack,
.socials-colored-hover a:hover .socials-item-icon.slack {
color: #63c1a0;
}
.socials-item-icon.askfm::before {
content: '\e65a';
}
.socials-colored a .socials-item-icon.askfm,
.socials-colored-hover a:hover .socials-item-icon.askfm {
color: #ff6648;
}
.socials-item-icon.meetup::before {
content: '\e65d';
}
.socials-colored a .socials-item-icon.meetup,
.socials-colored-hover a:hover .socials-item-icon.meetup {
color: #e25063;
}
.socials-item-icon.weibo::before {
content: '\e660';
}
.socials-colored a .socials-item-icon.weibo,
.socials-colored-hover a:hover .socials-item-icon.weibo {
color: #d52b2a;
}
.socials-item-icon.qzone::before {
content: '\e663';
}
.socials-colored a .socials-item-icon.qzone,
.socials-colored-hover a:hover .socials-item-icon.qzone {
color: #fece00;
}
.socials-item-icon.tiktok::before {
content: '\e666';
}
.socials-colored a .socials-item-icon.tiktok,
.socials-colored-hover a:hover .socials-item-icon.tiktok {
color: #ff0050;
}
.socials-item-icon.soundcloud::before {
content: '\e669';
}
.socials-colored a .socials-item-icon.soundcloud,
.socials-colored-hover a:hover .socials-item-icon.soundcloud {
color: #ff3300;
}
.socials-item-icon.discord::before {
content: '\e66c';
}
.socials-colored a .socials-item-icon.discord,
.socials-colored-hover a:hover .socials-item-icon.discord {
color: #7289da;
}
.socials-item-icon.wechat::before {
content: '\e66f';
}
.socials-colored a .socials-item-icon.wechat,
.socials-colored-hover a:hover .socials-item-icon.wechat {
color: #00bf2c;
}
.socials-item-icon.xing::before {
content: '\e672';
}
.socials-colored a .socials-item-icon.xing,
.socials-colored-hover a:hover .socials-item-icon.xing {
color: #046064;
}
.socials-item-icon.twitter-old::before {
content: '\e601';
}
.socials-colored a .socials-item-icon.twitter-old,
.socials-colored-hover a:hover .socials-item-icon.twitter-old {
color: #00aced;
}
.socials-item-icon.threads::before {
content: '\e678';
}
.socials-colored a .socials-item-icon.threads,
.socials-colored-hover a:hover .socials-item-icon.threads {
color: #99a9b5;
}
.social-item-rounded.socials-item-icon.facebook::before,
.socials-rounded .socials-item-icon.facebook::before {
content: '\e617';
}
.social-item-rounded.socials-item-icon.twitter::before,
.socials-rounded .socials-item-icon.twitter::before {
content: '\e676';
}
.social-item-rounded.socials-item-icon.pinterest::before,
.socials-rounded .socials-item-icon.pinterest::before {
content: '\e619';
}
.social-item-rounded.socials-item-icon.google-plus::before,
.social-item-rounded.socials-item-icon.googleplus::before,
.socials-rounded .socials-item-icon.google-plus::before,
.socials-rounded .socials-item-icon.googleplus::before {
content: '\e61a';
}
.social-item-rounded.socials-item-icon.tumblr::before,
.socials-rounded .socials-item-icon.tumblr::before {
content: '\e61b';
}
.social-item-rounded.socials-item-icon.stumbleupon::before,
.socials-rounded .socials-item-icon.stumbleupon::before {
content: '\e61c';
}
.social-item-rounded.socials-item-icon.wordpress::before,
.socials-rounded .socials-item-icon.wordpress::before {
content: '\e61d';
}
.social-item-rounded.socials-item-icon.instagram::before,
.socials-rounded .socials-item-icon.instagram::before {
content: '\e61e';
}
.social-item-rounded.socials-item-icon.dribbble::before,
.socials-rounded .socials-item-icon.dribbble::before {
content: '\e61f';
}
.social-item-rounded.socials-item-icon.vimeo::before,
.socials-rounded .socials-item-icon.vimeo::before {
content: '\e620';
}
.social-item-rounded.socials-item-icon.linkedin::before,
.socials-rounded .socials-item-icon.linkedin::before {
content: '\e621';
}
.social-item-rounded.socials-item-icon.rss::before,
.socials-rounded .socials-item-icon.rss::before {
content: '\e622';
}
.social-item-rounded.socials-item-icon.deviantart::before,
.socials-rounded .socials-item-icon.deviantart::before {
content: '\e623';
}
.social-item-rounded.socials-item-icon.share::before,
.socials-rounded .socials-item-icon.share::before {
content: '\e624';
}
.social-item-rounded.socials-item-icon.myspace::before,
.socials-rounded .socials-item-icon.myspace::before {
content: '\e625';
}
.social-item-rounded.socials-item-icon.skype::before,
.socials-rounded .socials-item-icon.skype::before {
content: '\e626';
}
.social-item-rounded.socials-item-icon.youtube::before,
.socials-rounded .socials-item-icon.youtube::before {
content: '\e627';
}
.social-item-rounded.socials-item-icon.picassa::before,
.socials-rounded .socials-item-icon.picassa::before {
content: '\e628';
}
.social-item-rounded.socials-item-icon.google-drive::before,
.social-item-rounded.socials-item-icon.googledrive::before,
.socials-rounded .socials-item-icon.google-drive::before,
.socials-rounded .socials-item-icon.googledrive::before {
content: '\e629';
}
.social-item-rounded.socials-item-icon.flickr::before,
.socials-rounded .socials-item-icon.flickr::before {
content: '\e62a';
}
.social-item-rounded.socials-item-icon.blogger::before,
.socials-rounded .socials-item-icon.blogger::before {
content: '\e62b';
}
.social-item-rounded.socials-item-icon.spotify::before,
.socials-rounded .socials-item-icon.spotify::before {
content: '\e62c';
}
.social-item-rounded.socials-item-icon.delicious::before,
.socials-rounded .socials-item-icon.delicious::before {
content: '\e62d';
}
.social-item-rounded.socials-item-icon.telegram::before,
.socials-rounded .socials-item-icon.telegram::before {
content: '\e646';
}
.social-item-rounded.socials-item-icon.vk::before,
.socials-rounded .socials-item-icon.vk::before {
content: '\e649';
}
.social-item-rounded.socials-item-icon.whatsapp::before,
.socials-rounded .socials-item-icon.whatsapp::before {
content: '\e64c';
}
.social-item-rounded.socials-item-icon.viber::before,
.socials-rounded .socials-item-icon.viber::before {
content: '\e64f';
}
.social-item-rounded.socials-item-icon.ok::before,
.socials-rounded .socials-item-icon.ok::before {
content: '\e652';
}
.social-item-rounded.socials-item-icon.reddit::before,
.socials-rounded .socials-item-icon.reddit::before {
content: '\e655';
}
.social-item-rounded.socials-item-icon.slack::before,
.socials-rounded .socials-item-icon.slack::before {
content: '\e658';
}
.social-item-rounded.socials-item-icon.askfm::before,
.socials-rounded .socials-item-icon.askfm::before {
content: '\e65b';
}
.social-item-rounded.socials-item-icon.meetup::before,
.socials-rounded .socials-item-icon.meetup::before {
content: '\e65e';
}
.social-item-rounded.socials-item-icon.weibo::before,
.socials-rounded .socials-item-icon.weibo::before {
content: '\e661';
}
.social-item-rounded.socials-item-icon.qzone::before,
.socials-rounded .socials-item-icon.qzone::before {
content: '\e664';
}
.social-item-rounded.socials-item-icon.tiktok::before,
.socials-rounded .socials-item-icon.tiktok::before {
content: '\e667';
}
.social-item-rounded.socials-item-icon.soundcloud::before,
.socials-rounded .socials-item-icon.soundcloud::before {
content: '\e66a';
}
.social-item-rounded.socials-item-icon.discord::before,
.socials-rounded .socials-item-icon.discord::before {
content: '\e66d';
}
.social-item-rounded.socials-item-icon.wechat::before,
.socials-rounded .socials-item-icon.wechat::before {
content: '\e670';
}
.social-item-rounded.socials-item-icon.xing::before,
.socials-rounded .socials-item-icon.xing::before {
content: '\e673';
}
.social-item-rounded.socials-item-icon.twitter-old::before,
.socials-rounded .socials-item-icon.twitter-old::before {
content: '\e618';
}
.social-item-rounded.socials-item-icon.threads::before,
.socials-rounded .socials-item-icon.threads::before {
content: '\e679';
}
.social-item-square.socials-item-icon.facebook::before,
.socials-square .socials-item-icon.facebook::before {
content: '\e62e';
}
.social-item-square.socials-item-icon.twitter::before,
.socials-square .socials-item-icon.twitter::before {
content: '\e677';
}
.social-item-square.socials-item-icon.pinterest::before,
.socials-square .socials-item-icon.pinterest::before {
content: '\e630';
}
.social-item-square.socials-item-icon.google-plus::before,
.social-item-square.socials-item-icon.googleplus::before,
.socials-square .socials-item-icon.google-plus::before,
.socials-square .socials-item-icon.googleplus::before {
content: '\e631';
}
.social-item-square.socials-item-icon.tumblr::before,
.socials-square .socials-item-icon.tumblr::before {
content: '\e632';
}
.social-item-square.socials-item-icon.stumbleupon::before,
.socials-square .socials-item-icon.stumbleupon::before {
content: '\e633';
}
.social-item-square.socials-item-icon.wordpress::before,
.socials-square .socials-item-icon.wordpress::before {
content: '\e634';
}
.social-item-square.socials-item-icon.instagram::before,
.socials-square .socials-item-icon.instagram::before {
content: '\e635';
}
.social-item-square.socials-item-icon.dribbble::before,
.socials-square .socials-item-icon.dribbble::before {
content: '\e636';
}
.social-item-square.socials-item-icon.vimeo::before,
.socials-square .socials-item-icon.vimeo::before {
content: '\e637';
}
.social-item-square.socials-item-icon.linkedin::before,
.socials-square .socials-item-icon.linkedin::before {
content: '\e638';
}
.social-item-square.socials-item-icon.rss::before,
.socials-square .socials-item-icon.rss::before {
content: '\e639';
}
.social-item-square.socials-item-icon.deviantart::before,
.socials-square .socials-item-icon.deviantart::before {
content: '\e63a';
}
.social-item-square.socials-item-icon.share::before,
.socials-square .socials-item-icon.share::before {
content: '\e63b';
}
.social-item-square.socials-item-icon.myspace::before,
.socials-square .socials-item-icon.myspace::before {
content: '\e63c';
}
.social-item-square.socials-item-icon.skype::before,
.socials-square .socials-item-icon.skype::before {
content: '\e63d';
}
.social-item-square.socials-item-icon.youtube::before,
.socials-square .socials-item-icon.youtube::before {
content: '\e63e';
}
.social-item-square.socials-item-icon.picassa::before,
.socials-square .socials-item-icon.picassa::before {
content: '\e63f';
}
.social-item-square.socials-item-icon.google-drive::before,
.social-item-square.socials-item-icon.googledrive::before,
.socials-square .socials-item-icon.google-drive::before,
.socials-square .socials-item-icon.googledrive::before {
content: '\e640';
}
.social-item-square.socials-item-icon.flickr::before,
.socials-square .socials-item-icon.flickr::before {
content: '\e641';
}
.social-item-square.socials-item-icon.blogger::before,
.socials-square .socials-item-icon.blogger::before {
content: '\e642';
}
.social-item-square.socials-item-icon.spotify::before,
.socials-square .socials-item-icon.spotify::before {
content: '\e643';
}
.social-item-square.socials-item-icon.delicious::before,
.socials-square .socials-item-icon.delicious::before {
content: '\e644';
}
.social-item-square.socials-item-icon.telegram::before,
.socials-square .socials-item-icon.telegram::before {
content: '\e647';
}
.social-item-square.socials-item-icon.vk::before,
.socials-square .socials-item-icon.vk::before {
content: '\e64a';
}
.social-item-square.socials-item-icon.whatsapp::before,
.socials-square .socials-item-icon.whatsapp::before {
content: '\e64d';
}
.social-item-square.socials-item-icon.viber::before,
.socials-square .socials-item-icon.viber::before {
content: '\e650';
}
.social-item-square.socials-item-icon.ok::before,
.socials-square .socials-item-icon.ok::before {
content: '\e653';
}
.social-item-square.socials-item-icon.reddit::before,
.socials-square .socials-item-icon.reddit::before {
content: '\e656';
}
.social-item-square.socials-item-icon.slack::before,
.socials-square .socials-item-icon.slack::before {
content: '\e659';
}
.social-item-square.socials-item-icon.askfm::before,
.socials-square .socials-item-icon.askfm::before {
content: '\e65c';
}
.social-item-square.socials-item-icon.meetup::before,
.socials-square .socials-item-icon.meetup::before {
content: '\e65f';
}
.social-item-square.socials-item-icon.weibo::before,
.socials-square .socials-item-icon.weibo::before {
content: '\e662';
}
.social-item-square.socials-item-icon.qzone::before,
.socials-square .socials-item-icon.qzone::before {
content: '\e665';
}
.social-item-square.socials-item-icon.tiktok::before,
.socials-square .socials-item-icon.tiktok::before {
content: '\e668';
}
.social-item-square.socials-item-icon.soundcloud::before,
.socials-square .socials-item-icon.soundcloud::before {
content: '\e66b';
}
.social-item-square.socials-item-icon.discord::before,
.socials-square .socials-item-icon.discord::before {
content: '\e66e';
}
.social-item-square.socials-item-icon.wechat::before,
.socials-square .socials-item-icon.wechat::before {
content: '\e671';
}
.social-item-square.socials-item-icon.xing::before,
.socials-square .socials-item-icon.xing::before {
content: '\e674';
}
.social-item-square.socials-item-icon.twitter-old::before,
.socials-square .socials-item-icon.twitter-old::before {
content: '\e62f';
}
.social-item-square.socials-item-icon.threads::before,
.socials-square .socials-item-icon.threads::before {
content: '\e67a';
}
.socials-list {
margin-left: -10px;
margin-right: -10px;
}
.socials-list .socials-item {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.socials-list.socials-alignment-right {
text-align: right;
}
.socials-list.socials-alignment-center {
text-align: center;
}
#footer-socials .socials:not(.socials-colored-hover) a:hover .socials-item-icon {
color: #ffffff;
}
.preloader {
position: relative;
height: 200px;
}
.slideshow-preloader {
height: 400px;
}
.loading {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
.preloader:after,
.loading:after {
content: '';
position: absolute;
height: 90px;
width: 90px;
background: #ffffff url('https://owl.fusion-ev.com/template/images/preloader-1.gif') no-repeat 50% 50%;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.preloader + * {
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
opacity: 0;
}
.preloader + *:not(iframe) {
height: 0 !important;
}
.preloader + iframe {
margin-top: -200px !important;
}
.loading + * {
opacity: 0;
}
.preloader.save-space {
margin-bottom: -200px;
}
.preloader.save-space + *:not(iframe) {
position: relative;
height: auto !important;
z-index: -1;
}
.preloader .skeleton {
height: auto;
font-size: 0;
position: absolute;
width: 100%;
left: 0;
}
.preloader .skeleton .with-filter-sidebar {
display: flex;
}
.panel-sidebar-position-right .preloader .skeleton .with-filter-sidebar,
.preloader .skeleton.panel-sidebar-position-right .with-filter-sidebar {
flex-direction: row-reverse;
}
.preloader .skeleton .with-filter-sidebar .filter-sidebar {
width: 25%;
max-width: 350px;
padding-right: 42px;
}
.panel-sidebar-position-right .preloader .skeleton .with-filter-sidebar .filter-sidebar,
.preloader .skeleton.panel-sidebar-position-right .with-filter-sidebar .filter-sidebar {
padding-right: 0;
padding-left: 42px;
}
@media (max-width: 991px) {
.preloader .skeleton .with-filter-sidebar .filter-sidebar {
display: none;
}
}
.preloader .skeleton .with-filter-sidebar .content {
flex: 1;
}
.preloader .skeleton .widget {
position: relative;
overflow: hidden;
margin-bottom: 35px;
border-bottom: 2px solid #f0f3f2;
}
.preloader .skeleton .widget:before {
content: "";
display: block;
height: 350px;
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 20px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
background-size: 55% 20px, 30px 12px, 65% 12px, 30px 12px, 48% 12px, 30px 12px, 57% 12px, 30px 12px, 43% 12px, 30px 12px, 54% 12px, 30px 12px, 45% 12px, 30px 12px, 35% 12px, 30px 12px, 58% 12px;
background-position: left 0, right 50px, left 50px, right 86px, left 86px, right 122px, left 122px, right 158px, left 158px, right 194px, left 194px, right 230px, left 230px, right 266px, left 266px, right 302px, left 302px;
}
.preloader .skeleton .portfolio-top-panel {
text-align: right;
margin-bottom: 35px;
}
.preloader .skeleton .skeleton-sorting {
width: 140px;
height: 25px;
background-color: #f0f3f2;
margin-left: auto;
border-radius: 13px;
position: relative;
overflow: hidden;
}
.preloader .skeleton .portfolio-item,
.preloader .skeleton .products-category-item {
position: relative;
overflow: hidden;
margin-top: 0;
}
@media (min-width: 992px) {
.preloader .skeleton .portfolio-item.product.columns-desktop-5,
.preloader .skeleton .products-category-item.columns-desktop-5 {
width: 20%;
}
}
.preloader .skeleton .portfolio-item:before {
content: "";
display: block;
padding-top: calc(100% + 118px);
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
background-size: 100% 60%, 26% 12px, 65% 12px, 56% 12px, 38% 12px;
background-position: center 0, center calc(60% + 20px), center calc(60% + 42px), center calc(60% + 64px), center calc(60% + 86px);
}
.preloader .skeleton .caption-position-image.aspect-ratio-portrait .products-category-item:before {
content: "";
display: block;
padding-top: 125%;
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 100%, transparent 0);
background-size: 100%;
background-position: center 0;
}
.preloader .skeleton .caption-position-image.aspect-ratio-square .products-category-item:before {
content: "";
display: block;
padding-top: 100%;
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 100%, transparent 0);
background-size: 100%;
background-position: center 0;
}
.preloader .skeleton .caption-position-below.aspect-ratio-portrait .products-category-item:before {
content: "";
display: block;
padding-top: calc(125% + 70px);
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
background-size: 100% 75%, 65% 12px, 38% 12px;
background-position: center 0, center calc(75% + 25px), center calc(75% + 50px);
}
.preloader .skeleton .caption-position-below.aspect-ratio-square .products-category-item:before {
content: "";
display: block;
padding-top: calc(100% + 70px);
background-repeat: no-repeat;
background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
background-size: 100% 75%, 65% 12px, 38% 12px;
background-position: center 0, center calc(75% + 25px), center calc(75% + 50px);
}
.preloader .skeleton .widget:after, .preloader .skeleton .portfolio-item:after, .preloader .skeleton .skeleton-sorting:after, .preloader .skeleton .products-category-item:after {
content: "";
position: absolute;
top: -50%;
left: -50%;
right: -50%;
bottom: -50%;
transform: rotate(45deg);
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
background-size: 60% 100%;
background-position: -100% 0;
background-repeat: no-repeat;
animation: skeletonloading 1.5s infinite 0.2s;
}
.preloader .skeleton .skeleton-sorting:after {
top: -200%;
bottom: -200%;
}
@keyframes skeletonloading {
to {
background-position: 200% 0;
}
}
.preloader.skeleton-carousel {
height: auto;
}
.preloader.skeleton-carousel .skeleton {
position: relative;
}
.preloader.skeleton-carousel .skeleton-posts {
display: flex;
overflow: hidden;
}
.preloader.skeleton-carousel .skeleton-posts .portfolio-item,
.preloader.skeleton-carousel .skeleton-posts .products-category-item {
flex: none;
}
.preloader.skeleton.product-gallery-skeleton,
.preloader.skeleton.product-grid-gallery-skeleton,
.preloader.skeleton.product-right-column-skeleton,
.preloader.skeleton.product-tabs-skeleton {
position: relative;
overflow: hidden;
padding: 0;
background-repeat: no-repeat;
}
.preloader.skeleton.product-right-column-skeleton {
position: absolute;
left: 21px;
right: 21px;
}
.preloader.skeleton.product-right-column-skeleton + * {
position: relative;
height: auto !important;
opacity: 0;
}
.preloader.skeleton.product-gallery-skeleton {
height: auto;
}
@media (min-width: 768px) {
.preloader.skeleton.product-gallery-skeleton:not(.product-gallery-skeleton-single).product-gallery-skeleton-vertical {
padding-bottom: calc(100% - 30px) !important;
}
.preloader.skeleton.product-gallery-skeleton:not(.product-gallery-skeleton-single).product-gallery-skeleton-vertical .product-gallery-skeleton-image {
padding: 0 !important;
}
.preloader.skeleton.product-gallery-skeleton:not(.product-gallery-skeleton-single).product-gallery-skeleton-vertical-square {
padding-bottom: 74.11% !important;
}
}
.product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-horizontal {
position: relative;
width: 100%;
padding-bottom: calc(25% - 11px);
margin-top: 15px;
background-repeat: no-repeat;
background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
background-size: 23% 100%;
background-position: 0 center, 33% center, 66% center, 100% center;
overflow: hidden;
}
@media (width: 768px) and (orientation:portrait) {
.product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-horizontal {
display: none;
}
}
.product-gallery {
position: relative;
}
.owl-carousel.product-gallery-slider:not(.owl-loaded) {
display: block;
}
.owl-carousel.product-gallery-slider:not(.owl-loaded) .product-gallery-slider-item:not(:first-child) {
display: none;
}
.product-gallery.is-vertical-inited .owl-carousel.product-gallery-slider:not(.owl-loaded) .product-gallery-slider-item:first-child {
padding-left: 24.3%;
}
.product-gallery.is-vertical-inited-right .owl-carousel.product-gallery-slider:not(.owl-loaded) .product-gallery-slider-item:first-child {
padding-right: 24.3%;
}
.product-gallery.is-vertical-inited .owl-carousel.product-gallery-slider:not(.owl-loaded) ~ .product-gallery-labels .product-labels {
left: calc(24.3% + 10px);
}
.product-gallery.is-vertical-inited .product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-vertical,
.product-gallery.is-vertical-inited-right .product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-vertical{
height: 100%;
width: calc(24.3% - 15px);
position: absolute;
top: 0;
background-repeat: no-repeat;
background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
background-size: 100% 23%;
background-position: center 0, center 33%, center 66%, center 100%;
overflow: hidden;
}
.product-gallery.is-vertical-inited .product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-vertical{
left: 0;
}
.product-gallery.is-vertical-inited-right .product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-vertical {
right: 0;
}
@media (max-width: 767px) {
.product-gallery-skeleton-thumbs {
display: none;
}
}
.product-gallery-skeleton-image {
width: 100%;
background-color: var(--styled-bg-color, #f0f3f2);
}
@media (min-width: 768px) {
.preloader.skeleton.product-gallery-skeleton:not(.product-gallery-skeleton-single).product-gallery-skeleton-vertical .product-gallery-skeleton-image {
position: absolute;
right: 0;
top: 0;
width: 75.7%;
height: 100%;
}
}
.preloader.skeleton.product-grid-gallery-skeleton {
background-color: var(--styled-bg-color, #f0f3f2);
padding-bottom: 125%;
display: inline-block;
vertical-align: top;
width: 100%;
}
.preloader.skeleton.product-right-column-skeleton {
padding-bottom: 510px;
}
.preloader.skeleton.product-tabs-skeleton {
padding-bottom: 350px;
}
.product-gallery-skeleton-thumbs:after,
.product-gallery-skeleton-image:after,
.preloader.skeleton.product-grid-gallery-skeleton:after,
.preloader.skeleton.product-right-column-skeleton:after,
.preloader.skeleton.product-tabs-skeleton:after {
content: "";
position: absolute;
display: block;
height: auto;
width: auto;
background-color: transparent;
top: -50%;
left: -50%;
right: -50%;
bottom: -50%;
transform: rotate(45deg);
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, var(--main-bg-color-08, rgba(255, 255, 255, 0.8)) 50%, rgba(255, 255, 255, 0) 80%);
background-size: 60% 100%;
background-position: -100% 0;
background-repeat: no-repeat;
animation: skeletonloading 1.5s infinite 0.2s;
}
.product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-horizontal:after {
top: -200%;
bottom: -200%;
}
.product-gallery-skeleton-thumbs.product-gallery-skeleton-thumbs-vertical:after {
left: -200%;
right: -200%;
}
.preloader.skeleton.product-tabs-skeleton:after {
transform: none;
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 20%, var(--main-bg-color-08, rgba(255, 255, 255, 0.8)) 50%, rgba(255, 255, 255, 0) 80%);
}
.preloader.skeleton.product-right-column-skeleton {
background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
background-size: calc(100% - 180px) 30px, 55px 20px, 35% 20px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 50% 35px, 50% 35px, 20% 20px, 50% 20px, 65% 20px, 40% 20px;
background-position: 0 0, 100% 0, 0 50px, 0 95px, 0 120px, 0 145px, 0 170px, 0 230px, 0 285px, 0 370px, 0 410px, 0 450px, 0 490px;
}
.preloader.skeleton.product-right-column-skeleton.centered-skeleton {
padding-bottom: 530px;
background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
background-size: 45% 25px, 55px 20px, 30% 12px, 25% 20px, 65% 12px, 70% 12px, 50% 12px, 40px 12px, 45% 30px, 65% 40px, 80px 12px, 25% 20px;
background-position: center 80px, 100% 0, center 130px, center 165px, center 210px, center 235px, center 260px, center 305px, center 335px, center 405px, center 465px, center 510px;
}
.preloader.skeleton.product-tabs-skeleton {
background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
background-size: 110px 30px, 110px 30px, 110px 30px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 65% 20px, 60% 20px, 45% 20px;
background-position: 0 0, 160px 0, 320px 0, 0 75px, 0 105px, 0 135px, 0 165px, 0 195px, 0 250px, 0 290px, 0 330px;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"] {
padding: 0 10px;
max-width: 100%;
vertical-align: middle;
}
textarea {
padding: 10px;
max-width: 100%;
vertical-align: middle;
}
.dropdown_product_cat .select2-container {
border-radius: 3px;
}
.combobox-wrapper,
#page .select2-container .select2-selection--single {
position: relative;
width: 100%;
height: 38px;
display: inline-block;
vertical-align: middle;
min-width: 140px;
padding-right: 36px;
border-radius: 3px;
}
#page .select2-container .select2-selection--single {
display: block;
width: auto;
padding-right: 0;
outline: none;
box-shadow: none;
}
#page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
#page .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#page .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
#page .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.combobox-wrapper .combobox-text,
#page .select2-container--default .select2-selection--single .select2-selection__rendered {
display: block;
padding: 0 10px;
line-height: 36px;
overflow: hidden;
text-align: left;
white-space: nowrap;
}
#page .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-right: 36px;
outline: none;
box-shadow: none;
}
.woocommerce .combobox-wrapper .combobox-text,
#page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 18px;
}
.combobox-wrapper .combobox-button,
#page .select2-container--default .select2-selection--single .select2-selection__arrow {
width: 36px;
height: 36px;
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.combobox-wrapper .combobox-button:before,
#page .select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: '\e635';
position: absolute;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
}
.combobox-wrapper select {
width: 100%;
cursor: pointer;
}
.checkbox-sign,
.radio-sign {
display: inline-block;
width: 30px;
height: 30px;
cursor: pointer;
position: relative;
vertical-align: middle;
}
.radio-sign {
width: 28px;
height: 28px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
#shipping_method .radio-sign {
width: 12px;
height: 12px;
}
.checkbox-sign.checked:before,
.radio-sign.checked:before {
position: absolute;
left: 50%;
top: 50%;
}
.checkbox-sign.checked:before {
content: '\e646';
font-size: 24px;
font-weight: normal;
font-family: 'thegem-icons';
font-style: normal;
text-align: center;
width: 14px;
height: 14px;
line-height: 14px;
margin-top: -7px;
margin-left: -11px;
}
.radio-sign.checked:before {
content: '';
font-size: 10px;
width: 16px;
height: 16px;
line-height: 10px;
margin-top: -8px;
margin-left: -8px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
#shipping_method .radio-sign:before {
width: 6px;
height: 6px;
margin-top: -3px;
margin-left: -3px;
}
#page {
position: relative;
overflow: clip;
}
#page.layout-boxed {
max-width: 1260px;
margin: 0 auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
}
.page-title-block {
text-align: center;
background-position: 50% 0;
background-size: cover;
padding: 80px 0;
position: relative;
}
.page-title-alignment-left {
text-align: left;
}
.page-title-alignment-left .page-title-icon {
float: right;
}
.page-title-alignment-right {
text-align: right;
}
.page-title-alignment-right .page-title-icon {
float: left;
}
.page-title-alignment-left .page-title-title h1,
.page-title-alignment-left .page-title-title h2,
.page-title-alignment-left .page-title-title .title-rich-content {
margin-left: 0;
margin-right: auto;
}
.page-title-alignment-right .page-title-title h1,
.page-title-alignment-right .page-title-title h2,
.page-title-alignment-right .page-title-title .title-rich-content {
margin-left: auto;
margin-right: 0;
}
.page-title-icon + .page-title-title {
margin-top: 55px;
}
.page-title-alignment-right .page-title-icon + .page-title-title,
.page-title-alignment-left .page-title-icon + .page-title-title {
margin-top: -7px;
}
.page-title-excerpt {
margin-top: 18px;
display: inline-block;
width: 100%;
}
.page-title-block .breadcrumbs-container {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.page-title-block .breadcrumbs {
display: inline-block;
}
.page-title-block .breadcrumbs > span {
display: inline-block;
vertical-align: top;
}
#main {
position: relative;
z-index: 5;
}
.container-fullwidth {
width: 100%;
}
@media (min-width: 1244px){
.container-fullwidth {
padding: 0 37px;
}
}
@media (max-width: 991px){
.sidebar {
margin-top: 3em;
}
}
#footer-nav {
padding: 40px 0;
border-top: 1px solid #313646;
}
@media (max-width: 1199px){
#footer-nav .row {
margin-top: -3em;
}
#footer-nav .row > *{
margin-top: 3em;
}
}
#footer-navigation {
margin-bottom: 0;
}
#footer-menu {
display: inline-block;
margin: 0 -21px;
}
#footer-menu li {
display: inline-block;
padding: 0 21px;
position: relative;
line-height: 1;
}
#footer-menu li + li:before {
content: '';
width: 0;
height: 100%;
position: absolute;
left: -1px;
top: 0;
font-size: 0;
border-right: 1px solid #333146;
}
#footer-menu li a {
font-size: 92.86%;
display: block;
}
#footer-socials {
text-align: right;
}
#footer-socials .socials {
text-align: right;
margin: 0 -7px;
display: inline-block;
vertical-align: middle;
}
.footer-socials-item {
display: inline-block;
vertical-align: top;
padding: 0 7px;
}
.footer-socials-item a {
display: block;
position: relative;
font-size: 0;
width: 20px;
line-height: inherit;
}
.footer-socials-item a:after {
position: absolute;
font-family: 'thegem-socials';
display: block;
font-size: 16px;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.footer-socials-item.twitter a:after {
content: '\e603';
}
.footer-socials-item.facebook a:after {
content: '\e601';
}
.footer-socials-item.linkedin a:after {
content: '\e604';
}
.footer-socials-item.googleplus a:after {
content: '\e602';
}
.footer-socials-item.stumbleupon a:after {
content: '\e606';
}
.footer-socials-item.rss a:after {
content: '\e608';
}
@media (max-width: 991px) {
#footer-nav #footer-socials {
text-align: center;
}
#footer-nav .footer-site-info {
text-align: center;
}
#footer-navigation #footer-menu li {
margin: 5px 0;
}
}
#colophon {
position: relative;
padding: 110px 0 45px;
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
}
.footer-widget-area {
margin-bottom: 1.421em;
}
.footer-site-info {
font-size: 92.86%;
}
.footer-site-info a:hover {
text-decoration: underline;
}
.block-content {
padding: 135px 0 100px;
}
.block-content:last-of-type {
padding-bottom: 110px;
}
.block-content.no-bottom-margin:last-of-type {
padding-bottom: 0;
}
.page-title + .no-top-margin,
#page-title + .no-top-margin,
.gem-slideshow + .no-top-margin,
.no-top-margin:first-child {
padding-top: 0;
}
.block-content + .block-content {
padding-top: 0;
}
.panel.row {
margin-bottom: 0;
}
body.single-thegem_templates.template-type-single-product .block-content,
body.single-thegem_templates.template-type-product-archive .block-content,
body.single-thegem_templates.template-type-blog-archive .block-content,
body.single-thegem_templates.template-type-single-post .block-content,
body.single-thegem_templates.template-type-portfolio .block-content,
body.single-thegem_templates.template-type-cart .block-content,
body.single-thegem_templates.template-type-checkout .block-content {
padding-top: 30px;
}
body.single-thegem_templates.template-type-megamenu .block-content {
padding-top: 30px;
}
body.single-thegem_templates.template-type-content .block-content {
padding-top: 30px;
}
body.single-thegem_templates.template-type-cart .block-content,
body.single-thegem_templates.template-type-checkout .block-content,
body.single-thegem_templates.template-type-product-archive .block-content,
body.single-thegem_templates.template-type-blog-archive .block-content,
body.single-thegem_templates.template-type-single-post .block-content,
body.single-thegem_templates.template-type-portfolio .block-content {
padding-bottom: 0;
}
body.single-thegem_templates.template-type-cart:not(.elementor-editor-active) .block-content,
body.single-thegem_templates.template-type-checkout:not(.elementor-editor-active) .block-content,
body.single-thegem_templates.template-type-product-archive:not(.elementor-editor-active) .block-content,
body.single-thegem_templates.template-type-blog-archive:not(.elementor-editor-active) .block-content,
body.single-thegem_templates.template-type-single-post:not(.elementor-editor-active) .block-content,
body.single-thegem_templates.template-type-portfolio:not(.elementor-editor-active) .block-content {
padding-top: 0;
}
.fullwidth-block {
position: relative;
}
.fullwidth-top-marker,
.fullwidth-bottom-marker {
position: absolute;
width: 140px;
height: 70px;
left: 50%;
margin-left: -70px;
z-index: 10;
}
.fullwidth-top-marker.marker-direction-inside {
top: 0;
}
.fullwidth-top-marker.marker-direction-outside {
top: -69px;
}
.fullwidth-bottom-marker.marker-direction-inside {
bottom: 0;
}
.fullwidth-bottom-marker.marker-direction-outside {
bottom: -69px;
}
.vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
line-height: 1.2;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
box-sizing: border-box;
}
.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-body {
min-height: 0px;
}
.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-body,
.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-heading {
border-radius: 0px;
}
.vc_tta.vc_general.vc_tta-shape-square .vc_tta-tabs-container {
margin: 0px;
}
.vc_tta.vc_general.vc_tta-shape-square .vc_tta-tab > a {
border-radius: 0px;
}
.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
border-radius: 0px;
}
@media (min-width: 768px) {
.vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
border-radius: 0px;
}
}
.vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-body {
min-height: 6px;
}
.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-heading {
border-radius: 3px;
}
.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-tabs-container {
margin: 3px;
}
.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-tab > a {
border-radius: 3px;
}
.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
border-radius: 3px;
}
@media (min-width: 768px) {
.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
border-radius: 3px;
}
}
.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-body {
min-height: 36px;
}
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-body,
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-heading {
border-radius: 18px;
}
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-tabs-container {
margin: 18px;
}
.vc_tta.vc_general.vc_tta-shape-round .vc_tta-tab > a {
border-radius: 18px;
}
.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels,
.vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
border-radius: 18px;
}
@media (min-width: 768px) {
.vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
border-radius: 18px;
}
}
.vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading,
.vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.vc_tta.vc_general.vc_tta-pageable .vc_tta-panel-body {
border: 0 none;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
.vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before,
.vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after {
width: 18px;
height: 18px;
border-radius: 18px;
}
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
.vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
margin-top: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body::after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::before {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body::after {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after,
.vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
overflow: visible;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty):not(:first-child),
.vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty) ~ *,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty):not(:first-child),
.vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty) ~ * {
margin-left: 10px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
margin-left: 0;
}
.vc_tta.vc_general .vc_tta-icon.gem-print-icon {
display: inline-block;
vertical-align: middle;
}
.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-elegant {
font-size: 16px;
}
.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-material {
font-size: 24px;
}
.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-fontawesome {
font-size: 14px;
}
.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-userpack {
font-size: 16px;
}
.vc_tta.vc_general .vc_tta-title-text {
display: inline-block;
vertical-align: middle;
}
.vc_tta.vc_general .vc_tta-tab {
vertical-align: bottom;
}
.vc_tta.vc_general.vc_tta-tabs-position-bottom .vc_tta-tab {
vertical-align: top;
}
.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
font-family: 'Montserrat UltraLight';
font-weight: normal;
text-transform: uppercase;
font-size: 14px;
}
.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title,
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title,
.vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title
.vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title,
.vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
font-family: 'Montserrat';
font-weight: bold;
}
.vc_tta.vc_tta-tabs.vc_general .vc_tta-tab > a {
padding: 12px 25px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
padding: 50px;
}
.vc_tta.vc_general.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 17px;
padding-bottom: 17px;
}
.vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.vc_tta.vc_tta-tabs .vc_tta-tab a {
font-family: 'Montserrat UltraLight';
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
}
.vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a,
.vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a {
font-family: 'Montserrat';
font-weight: bold;
}
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem .vc_tta-tab a,
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem .vc_tta-tab.vc_active > a,
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab a,
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab a {
font-family: inherit;
font-weight: inherit;
text-transform: none;
}
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_general .vc_tta-tab > a {
padding: 2px 23px;
}
.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-tabs .vc_tta-panel-body {
padding: 25px 40px;
}
.widget .vc_tta.vc_general.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 13px;
padding-bottom: 13px;
}
.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 12px;
padding-bottom: 12px;
}
.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel-heading .vc_tta-panel-title > a {
padding-top: 11px;
padding-bottom: 11px;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -1px;
}
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_general.vc_tta-style-classic:not([class*="vc_tta-gap"]) .vc_tta-tab.vc_active > a {
padding: 4px 23px;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #b6c6c9;
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #b6c6c9;
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
border-color: #b6c6c9;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #b6c6c9;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a {
border-color: #b6c6c9;
background-color: #f4f6f7;
color: #5f727f;
}
.widget .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a {
color: #00bcd4;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a:focus {
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
border-color: #b6c6c9;
background-color: #ffffff;
color: #5f727f;
}
.widget .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
color: #5f727f;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
border-color: #b6c6c9;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -1px;
}
.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
margin-bottom: 0;
}
.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
margin-top: 0;
}
.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
margin-right: 0;
}
.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
margin-left: 0;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel-body,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel-heading,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a {
border-width: 0;
background-image: none;
filter: none;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
border-color: transparent;
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: transparent;
background-color: #3c3950;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
background-color: #3c3950;
color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
border-color: transparent;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-controls-icon::after {
border-color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a {
border-color: transparent;
background-color: #99a9b5;
color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a:focus {
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab.vc_active > a {
border-color: transparent;
background-color: #3c3950;
color: #ffffff;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
background-color: #3c3950;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
border-color: transparent;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -1px;
}
.vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
padding-top: 10px;
padding-bottom: 10px;
}
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
padding-top: 0;
padding-bottom: 0;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
border-color: transparent;
background-color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: transparent;
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body::after {
border-color: transparent;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-controls-icon::after {
border-color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #5f727f;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
border-color: transparent;
background-color: #dfe5e8;
color: #5f727f;
}
.widget .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a:focus {
background-color: #dfe5e8;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab.vc_active > a {
border-color: transparent;
background-color: #f4f6f7;
color: #5f727f;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
background-color: #f4f6f7;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels::after {
border-color: transparent;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
margin-bottom: -2px;
}
.vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
padding-top: 11px;
padding-bottom: 11px;
}
.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
padding-top: 1px;
padding-bottom: 1px;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
border-color: #99a9b5;
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #99a9b5;
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after {
border-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-controls-icon::after {
border-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
border-color: #99a9b5;
background-color: #99a9b5;
color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a:hover,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a:focus {
background-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab.vc_active > a {
border-color: #99a9b5;
background-color: #ffffff;
color: #99a9b5;
}
@media (min-width: 768px) {
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
background-color: #ffffff;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels::after {
border-color: #99a9b5;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.vc_tta.vc_tta-tabs.vc_tta-o-no-fill.vc_tta-color-thegem .vc_tta-panels,
.vc_tta.vc_tta-o-no-fill.vc_tta-color-thegem .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: transparent;
}
body .fancybox-title-over-wrap {
width: 100%;
}
.gem-simple-gallery .gem-gallery-items-carousel-wrap {
position: relative;
}
.gem-simple-gallery .gem-gallery-item {
float: left;
position: relative;
text-align: center;
margin: 0 21px;
overflow: hidden;
max-width: 100%;
}
.gem-simple-gallery.responsive .gem-gallery-item {
margin: 0;
}
.widget .gem-simple-gallery .gem-gallery-item {
width: 261px;
}
.gem-simple-gallery .gem-gallery-item a {
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.gem-simple-gallery .gem-gallery-items-carousel-wrap {
overflow: hidden;
}
.gem-simple-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a {
position: relative;
}
.gem-simple-gallery .gem-gallery-item a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-simple-gallery .gem-gallery-item a:hover:before {
opacity: 0.7;
}
.gem-simple-gallery .gem-gallery-caption {
display: none;
}
.gem-simple-gallery .gem-gallery-item img {
display: inline-block;
height: auto;
}
.gem-simple-gallery .gem-gallery-item a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.3s linear 0.4s;
-moz-transition: all 0.3s linear 0.4s;
-webkit-transition: all 0.3s linear 0.4s;
opacity: 0;
z-index: 5;
}
.gem-simple-gallery .gem-gallery-item a:hover:before {
opacity: 1;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.gem-simple-gallery .gem-gallery-item a img {
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.gem-simple-gallery .gem-gallery-item a:hover img {
transition: all 0.3s linear 0.2s;
-moz-transition: all 0.3s linear 0.2s;
-webkit-transition: all 0.3s linear 0.2s;
}
.gem-simple-gallery .gem-gallery-item a:after {
content: '\e60f';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-style: normal;
font-size: 63px;
height: 63px;
line-height: 63px;
width: 63px;
text-align: center;
position: absolute;
top: 0%;
left: 50%;
transition: all 0.2s ease 0.1s;
-moz-transition: all 0.2s ease 0.1s;
-webkit-transition: all 0.2s ease 0.1s;
margin-left: -32px;
margin-top: -32px;
z-index: 5;
opacity: 0;
}
.gem-simple-gallery .gem-gallery-item a:hover:after {
transition: all 0.2s ease 0.1s;
-moz-transition: all 0.2s ease 0.1s;
-webkit-transition: all 0.2s ease 0.1s;
top: 50%;
opacity: 1;
}
.gem-simple-gallery .gem-prev,
.gem-simple-gallery .gem-next {
z-index: 5;
}
.gem-icon-with-title {
margin-bottom: 1.421em;
}
.gem-icon-with-title > .gem-icon-with-title-icon {
display: table-cell;
padding-right: 10px;
vertical-align: middle;
}
.gem-icon-with-title-icon-size-medium > .gem-icon-with-title-icon {
padding-right: 20px;
}
.gem-icon-with-title-icon-size-big > .gem-icon-with-title-icon {
padding-right: 30px;
}
.gem-iconed-title {
display: table-cell;
vertical-align: middle;
text-transform: uppercase;
width: 99%;
}
.gem-iconed-title > * {
margin: 0;
}
.gem-icon-with-text {
margin-bottom: 1.421em;
}
.gem-icon-with-text > .gem-icon-with-text-icon {
display: table-cell;
padding-right: 10px;
vertical-align: top;
}
.gem-icon-with-text-icon-size-medium > .gem-icon-with-text-icon {
padding-right: 20px;
}
.gem-icon-with-text-icon-size-big > .gem-icon-with-text-icon {
padding-right: 30px;
}
.gem-icon-with-text.gem-icon-with-text-flow > .gem-icon-with-text-icon {
display: block;
float: left;
margin: 0 10px 0 0;
padding-right: 0;
}
.gem-icon-with-text-icon-size-medium.gem-icon-with-text-flow > .gem-icon-with-text-icon {
margin: 0 20px 0 0;
}
.gem-icon-with-text-icon-size-big.gem-icon-with-text-flow > .gem-icon-with-text-icon {
margin: 0 30px 0 0;
}
.gem-icon-with-text > .gem-icon-with-text-content {
display: table-cell;
width: 99%;
vertical-align: top;
}
.gem-icon-with-text.gem-icon-with-text-flow > .gem-icon-with-text-content {
display: block;
width: auto;
}
.gem-icon-with-text.centered-box > .gem-icon-with-title {
display: block;
}
.gem-icon-with-text.centered-box > .gem-icon-with-text-icon,
.gem-icon-with-text.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
display: block;
text-align: center;
padding: 0 0 10px;
}
.gem-icon-with-text.centered-box > .gem-icon-with-title > .gem-iconed-title {
display: block;
}
.gem-icon-with-text-icon-size-medium.centered-box > .gem-icon-with-text-icon,
.gem-icon-with-text-icon-size-medium.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
display: block;
text-align: center;
padding: 0 0 20px;
}
.gem-icon-with-text-icon-size-big.centered-box > .gem-icon-with-text-icon,
.gem-icon-with-text-icon-size-big.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
display: block;
text-align: center;
padding: 0 0 30px;
}
.gem-icon-with-text.gem-icon-with-text-flow.centered-box > .gem-icon-with-text-icon {
float: none;
margin: 0;
}
.gem-icon-with-text.centered-box > .gem-icon-with-text-content {
display: block;
width: auto;
}
.gem-icon-with-text > .gem-icon-with-title,
.gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content {
display: table-row;
}
.gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content > .gem-icon-with-text-empty,
.gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content > .gem-icon-with-text-text {
display: table-cell;
}
@media (max-width: 768px) {
.gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
display: block;
text-align: center;
padding: 0 0 10px;
padding-right: 0 !important;
}
.gem-icon-with-text-icon-size-medium:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
display: block;
text-align: center;
padding: 0 0 20px;
}
.gem-icon-with-text-icon-size-big:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
display: block;
text-align: center;
padding: 0 0 30px;
}
.gem-icon-with-text.gem-icon-with-text-flow:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
float: none;
margin: 0;
}
.gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-content,
.gem-icon-with-text.centered-box > .gem-icon-with-title + .gem-icon-with-text-content {
display: block;
width: auto;
text-align: center;
}
.gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-title + .gem-icon-with-text-content {
text-align: left;
}
}
.gem-widget-button .gem-button-separator {
display: flex;
justify-content: center;
align-items: center;
}
.gem-button-separator-holder {
flex-grow: 1;
}
.gem-button-separator-holder:first-child .gem-button-separator-line {
margin-left: auto;
margin-right: 0;
}
.gem-button-separator-holder:first-child .gem-button-separator-line svg {
transform: rotate(180deg);
}
.gem-button-separator-holder svg {
display: block;
}
.gem-button-sep-button .gem-button {
margin: 20px 0;
vertical-align: middle;
}
.gem-button-separator-type-single .gem-button-separator-line {
border-top: 2px solid;
border-bottom: 2px solid;
height: 0;
}
.gem-button-separator-type-square .gem-button-separator-button {
padding: 0 20px;
}
.gem-button-separator-type-soft-double .gem-button-separator-line {
border-top: 1px solid;
border-bottom: 1px solid;
height: 7px;
}
.gem-button-separator-type-square .gem-button-separator-button {
padding: 0 40px;
}
.gem-button-separator-type-strong-double .gem-button-separator-line {
border-top: 4px solid;
border-bottom: 4px solid;
height: 17px;
}
.gem-button-separator-type-load-more .gem-button-separator-button {
padding: 0 20px;
}
.gem-button-separator-type-load-more .gem-button-separator-line {
border-top: 1px solid;
border-bottom: 1px solid;
height: 4px;
}
.clearboth {
clear: both;
height: 0;
font-size: 0;
line-height: 0;
}
.clear {
height: 0;
font-size: 0;
line-height: 0;
clear: both;
}
.gem-divider {
position: relative;
border-top: 1px solid transparent;
height: 0;
font-size: 0;
line-height: 0;
}
.gem-divider-style-1 {
height: 1px;
border: 0 none;
}
.gem-divider-style-2 {
border-top: 3px solid transparent;
}
.gem-divider-style-3 {
border-top: 7px solid transparent;
}
.gem-divider-style-4 {
height: 8px;
border: 0 none;
}
.gem-divider-style-5 {
height: 6px;
border: 0 none;
}
.gem-divider-style-6 {
border-top: 0;
height: 10px;
background: url('https://owl.fusion-ev.com/template/images/divider-zigzag.png') repeat-x 50% 0;
}
.gem-divider-style-7 {
border-top: 0;
height: 8px;
background: url('https://owl.fusion-ev.com/template/images/divider-wave.png') repeat-x 50% 0;
}
.gem-dropcap .gem-dropcap-letter {
float: left;
position: relative;
font-size: 127%;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
margin-right: 21px;
text-align: center;
width: 80px;
height: 80px;
line-height: 80px;
margin-top: 7px;
}
.gem-dropcap.gem-dropcap-style-medium .gem-dropcap-letter{
width: 50px;
height: 50px;
line-height: 48px;
}
.gem-dropcap.gem-dropcap-shape-square .gem-dropcap-letter {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(-45deg) translate(-25%, -25%);
-ms-transform: rotate(-45deg) translate(-25%, -25%);
transform: rotate(-45deg) translate(-25%, -25%);
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before,
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%);
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_general.vc_tta-accordion [data-vc-tta-controls-icon-position="left"].vc_tta-panel-title > a,
.vc_tta.vc_general.vc_tta-accordion [data-vc-tta-controls-icon-position="right"].vc_tta-panel-title > a {
padding-left: 50px;
padding-right: 50px;
}
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position="left"].vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position="left"].vc_tta-panel-title > a {
padding-left: 30px;
padding-right: 0;
}
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position="right"].vc_tta-panel-title > a,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"].vc_tta-panel-title > a {
padding-left: 0;
padding-right: 30px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
padding: 50px;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel-body,
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel-body {
padding: 30px 0 50px;
}
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel .vc_tta-panel-title,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
font-size: 16px;
}
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel .vc_tta-panel-title,
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
font-size: 14px;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel + .vc_tta-panel {
border-top: 1px solid #b6c6c9;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel + .vc_tta-panel {
border-top: 1px dashed #3c3950;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_tta-controls-icon::after {
border-color: #00bcd4;
color: #00bcd4;
}
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
border-color: #3c3950;
color: #3c3950;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"],
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 24px;
text-align: center;
font-style: normal;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="left"] .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="left"] .vc_tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
left: 17px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="left"] .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
left: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="left"] .vc_tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
left: 23px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"] {
right: 13px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
right: 20px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-chevron,
.vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
right: 23px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62f';
}
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared::before,
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62e';
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e60a';
}
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e609';
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62d';
}
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded::before,
.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62c';
}
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 0;
}
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon,
.vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"] .vc_tta-controls-icon {
right: 0;
}
.widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding-left: 35px;
padding-right: 35px;
}
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
padding-left: 30px;
padding-right: 0;
}
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right.vc_tta-panel-title > a,
.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding-left: 0;
padding-right: 30px;
}
.widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
padding: 35px;
}
.widget .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel-body,
.widget .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel-body {
padding: 20px 0 35px;
}
.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared,
.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded,
.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded {
left: 7px;
}
.widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared,
.widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded,
.widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded {
right: 7px;
}
.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
left: 15px;
}
.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
left: 15px;
}
.gem-news {
margin-bottom: 1.421em;
}
.gem-news .gem-news-item {
float: left;
width: 360px;
padding: 0 15px;
position: relative;
}
.gem-news-item-left {
display: table-cell;
padding-top: 7px;
}
.gem-news-item-right {
display: table-cell;
vertical-align: middle;
padding-top: 4px;
width: 100%;
padding-left: 12px;
}
.gem-news-item-image {
width: 72px;
height: 72px;
}
.gem-news-item-excerpt {
margin-top: 2px;
}
.gem-news-item-date {
margin-top: 3px;
}
.gem-news-zilla-likes {
position: absolute;
right: 30px;
bottom: 0px;
}
.gem-news .post-meta-likes {
margin-right: 5px;
}
.gem-news_title-excerpt > p {
max-height: 5em;
overflow: hidden;
}
.gem-news_title-excerpt {
max-height: 4.6em;
overflow: hidden;
}
.gem-news-item-meta {
position: relative;
}
.gem-news-item-right-conteiner {
max-height: 3.1em;
overflow: hidden;
}
.gem-map-with-text {
position: relative;
margin-bottom: 1.421em;
}
.gem-map-with-text.rounded-corners {
-webkit-mask-image: url('https://owl.fusion-ev.com/template/css/rounded.svg');
}
.gem-map-with-text-content {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding: 20px 15px;
}
.gem-map-with-text-map {
overflow: hidden;
}
.gem-map-with-text-map .wpb_gmaps_widget {
margin-top: -54px;
margin-bottom: 0;
}
@media (max-width: 992px) {
.gem-map-with-text-content {
position: relative;
top: auto;
left: auto;
width: auto;
}
}
.wpb_map_wraper iframe {
vertical-align: top;
}
.vc_separator .vc_sep_text {
line-height: 1em;
display: table-cell;
white-space: pre;
}
.vc_separator.vc_separator_align_center .vc_sep_text {
padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left .vc_sep_text {
padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_right .vc_sep_text {
padding: 0 0 0 0.8em;
margin: 0 !important;
}
.vc_separator.vc_sep_double .vc_sep_line {
height: 4px !important;
}
@media (max-width: 768px) {
.vc_separator .vc_sep_text {
white-space: normal;
text-align: center;
}
}
.vc_separator.vc_sep_color_blue .vc_sep_text {
color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_text {
color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_text {
color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_text {
color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_text {
color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_text {
color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_text {
color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_text {
color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_text {
color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_text {
color: #ebebeb;
}
.vc_separator.vc_sep_color_orange .vc_sep_text {
color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_text {
color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_text {
color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_text {
color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_text {
color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_text {
color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_text {
color: #ffffff;
}
.vc_separator.vc_sep_color_grace .vc_sep_text {
color: #aed13b;
}
.comment {
position: relative;
}
.comment .comment {
margin-left: 45px;
}
.comment .comment:before {
content: '';
position: absolute;
top: 0;
height: 100%;
border-left: 1px solid #dfe5e8;
left: -45px;
}
.comment-inner {
position: relative;
margin-bottom: 40px;
}
.comment .comment >.comment-inner:before {
content: '';
position: absolute;
top: 50%;
border-top: 1px solid #dfe5e8;
left: -45px;
width: 45px;
}
.comments-title,
.comment-reply-title {
text-transform: uppercase;
margin-top: 0;
}
.comments-title:before {
content: '\e63d';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 48px;
margin-right: 30px;
vertical-align: top;
color: #d8e5e7;
}
.comment-reply-title:before {
content: '\e63e';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 48px;
margin-right: 25px;
vertical-align: top;
color: #ff758f;
}
.comments-area {
margin-top: 100px;
}
.comment-list {
margin-bottom: 110px;
}
.comment-author a {
color: inherit;
}
.comment-author .avatar {
float: left;
width: 40px;
height: 40px;
margin-right: 20px;
margin-top: 15px;
margin-bottom: 15px;
}
.comment.depth-1 > .comment-inner .comment-author .avatar {
width: 70px;
height: 70px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin-top: 0;
margin-bottom: 0;
}
.comment-author .fn {
margin: 10px 0 0;
}
.comment-meta {
font-size: 89.5%;
line-height: 1.421;
display: inline-block;
}
.comment-text,
.comment-awaiting-moderation {
padding-top: 20px;
}
.comment-inner {
padding: 33px 40px 45px;
}
.comment-header {
display: table;
width: 100%;
}
.comment-header .comment-author,
.comment-header .reply {
display: table-cell;
}
.comment-header .reply {
text-align: right;
}
.comment-header .reply .gem-button {
margin-right: 0;
}
.comment-form-fields {
margin-bottom: 25px;
}
.comment-form-fields > * {
margin-bottom: 1.1em;
}
.comment-form label {
display: block;
margin-bottom: 15px;
}
.comment-form .comment-form-fields input[type="text"],
.comment-form .comment-form-fields input[type="email"] {
width: 100%;
line-height: 48px;
height: 50px;
padding: 0 50px 0 20px;
}
.comment-form .comment-author-input,
.comment-form .comment-email-input,
.comment-form .comment-url-input {
position: relative;
}
.comment-form .comment-author-input:after,
.comment-form .comment-email-input:after,
.comment-form .comment-url-input:after {
font-family: 'thegem-icons';
font-weight: normal;
font-style: normal;
position: absolute;
top: 0;
right: 21px;
font-size: 24px;
width: 50px;
height: 100%;
line-height: 50px;
text-align: center;
}
.comment-form .comment-author-input:after {
content: '\e63b';
}
.comment-form .comment-email-input:after {
content: '\e643';
}
.comment-form .comment-url-input:after {
content: '\e623';
}
.comment-form #comment {
width: 100%;
padding: 15px 20px;
}
.comment-form .comment-form-cookies-consent {
display: flex;
margin-top: 36px;
align-items: flex-start;
}
.comment-form .comment-form-cookies-consent label {
margin: 0;
line-height: 26px;
}
.comment-form .comment-form-cookies-consent .checkbox-sign {
flex: 0 0 auto;
margin-right: 10px;
width: 26px;
height: 26px;
border: 1px solid #dfe5e8;
}
.comment-form .comment-form-cookies-consent .checkbox-sign.checked:before {
font-size: 21px;
margin-left: -10px;
}
.blog-post-image img {
display: inline-block;
}
.post-related-posts h2 {
padding-right: 100px;
}
.post-related-posts h2:before {
content: '\e63c';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 48px;
margin-right: 25px;
vertical-align: top;
color: #72cfce;
}
.gem-nivoslider .nivo-directionNav a {
top: 0;
}
.gem-mini-pagination.nivo-controlNav {
bottom: 0;
position: absolute;
width: 100%;
z-index: 10;
}
.gem-nivoslider .nivo-caption {
padding: 0;
overflow: visible;
opacity: 1;
position: relative;
width: 1212px;
margin: 0 auto;
}
.gem-nivoslider .caption-left,
.gem-nivoslider .caption-right {
position: absolute;
bottom: 50px;
max-width: 70%;
}
.gem-nivoslider .caption-left {
left: 20px;
}
.gem-nivoslider .caption-right {
right: 20px;
}
@media only screen and (max-width:1439px) {
.gem-nivoslider .nivo-caption {
width: auto;
}
.gem-nivoslider .caption-left {
left: 155px;
}
.gem-nivoslider .caption-right {
right: 155px;
}
}
@media only screen and (max-width:799px) {
.gem-nivoslider .caption-left {
left: 80px;
}
.gem-nivoslider .caption-right {
right: 80px;
}
.gem-nivoslider .nivo-directionNav {
display: none;
}
.gem-nivoslider .gem-mini-pagination.nivo-controlNav {
display: none;
}
}
.gem-nivoslider .caption-left .gem-nivoslider-title,
.gem-nivoslider .caption-left .gem-nivoslider-description {
float: left;
text-align: left;
}
.gem-nivoslider .caption-right .gem-nivoslider-title,
.gem-nivoslider .caption-right .gem-nivoslider-description {
float: right;
text-align: right;
}
.gem-nivoslider .nivo-caption .gem-nivoslider-title {
background-color: rgba(56, 65, 84, 0.8);
color: #ffffff;
padding: 10px 15px;
}
.gem-nivoslider .nivo-caption .gem-nivoslider-description {
background-color: rgba(0, 0, 0, 0.7);
color: #ffffff;
padding: 0 10px;
}
.scroll-top-button {
position: fixed;
right: 40px;
bottom: 35px;
z-index: 1000;
opacity: 0;
visibility: hidden;
font-size: 0;
line-height: 0;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.scroll-top-button.visible {
opacity: 0.5;
visibility: visible;
}
.scroll-top-button:before {
font-family: 'thegem-icons';
font-style: normal;
content: '\e633';
font-size: 24px;
font-weight: normal;
display: inline-block;
vertical-align: top;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background-color: #06060f;
color: #99a9b5;
}
@media (max-width: 768px) {
.scroll-top-button {
right: 0;
}
}
#page .wpb_start_animation.wpb_left-to-right,
#page .wpb_start_animation.wpb_right-to-left,
#page .wpb_start_animation.wpb_top-to-bottom,
#page .wpb_start_animation.wpb_bottom-to-top,
#page .wpb_start_animation.wpb_appear {
-webkit-animation-duration: 1.4s;
-moz-animation-duration: 1.4s;
-o-animation-duration: 1.4s;
animation-duration: 1.4s;
}
.wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
opacity: 1;
}
body .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
opacity: 0;
}
body .lazy-loading .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
opacity: 1;
}
.gem-sticky-block > * {
left: auto;
right: auto;
}
.gem-sticky-block .sticky-fixed {
position: fixed;
}
.wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption-text {
font-size: 89.5%;
padding: 0.5em 0;
}
.sticky {}
.gallery-caption {
font-size: 89.5%;
padding: 0.5em 0;
}
.bypostauthor {}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
body .blog {
margin-bottom: 20px;
padding-bottom: 30px;
}
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) td,
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) th {
padding: 5px 10px;
}
.page-links a {
display: inline-block;
position: relative;
}
.page-links span:not(.page-links-title) {
display: inline-block;
width: 1.421em;
text-align: center;
}
.gallery {
margin-bottom: 1.6em;
}
.gallery .gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gem-slideshow.gem-slideshow-with-preloader > .rs-p-wp-fix + * {
height: 400px;
}
.gem-slideshow {
overflow: hidden;
}
.rs-p-wp-fix {
margin: 0;
}
.gem-video-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.gem-video-background ~ * {
position: relative;
z-index: 1;
}
.gem-video-background-inner,
.gem-video-background-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.gem-video-background-inner iframe,
.gem-video-background-inner video {
width: 100%;
height: 100%;
}
.zilla-likes {
margin-bottom: 0 !important;
color: inherit;
display: inline-block;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.zilla-likes:hover {
color: #3c3950;
}
.zilla-likes:before {
content: '\e641';
display: inline-block;
font-family: "thegem-icons";
font-style: normal;
font-size: 16px;
font-weight: normal;
line-height: inherit;
margin-right: 6px;
vertical-align: top;
}
.zilla-likes .zilla-likes-count {
display: inline-block;
vertical-align: top;
}
#fancybox-video {
width: 80%;
height: 80%;
overflow: hidden;
padding: 0;
}
#fancybox-video .mejs-container,
#fancybox-video .mejs-container video {
width: 100% !important;
height: 100% !important;
}
.video-block {
position: relative;
background-color: #e3ebe8;
}
.video-block > iframe,
.video-block > video,
.video-block > .preloader,
.video-block > .mejs-video {
position: absolute;
width: 100% !important;
height: 100% !important;
left: 0;
top: 0;
}
.fancybox-inner .video-block {
width: 100%;
height: 100%;
overflow: hidden;
}
.fancybox-inner .video-block .mejs-video {
width: 100% !important;
height: 100% !important;
}
.audio-block audio {
display: block;
width: 100%;
}
.blog-style-timeline article.format-quote .post-featured-content {
margin-bottom: 15px;
}
.post-featured-content blockquote {
background: #212331;
color: #ffffff;
text-align: left;
position: relative;
padding: 40px 60px 35px;
}
.blog-style-4x .post-featured-content blockquote,
.blog-style-justified-4x .post-featured-content blockquote {
padding-left: 30px;
padding-right: 30px;
}
.post-featured-content blockquote:after {
display: none;
}
.post-featured-content blockquote .quote-author {
float: left;
color: #ffffff;
font-size: 13px;
}
.post-featured-content blockquote .quote-link {
float: right;
color: #ffffff;
}
.post-featured-content blockquote .quote-link a{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.post-featured-content blockquote .quote-link:after {
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
content: '\e632';
font-size: 40px;
}
.fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-background {
background-attachment: fixed;
}
.fullwidth-block.fullwidth-block-parallax-horizontal .fullwidth-block-background {
background-position: center center;
}
.fullwidth-block .fullwidth-block-background,
.page-title-parallax-background-wrap .page-title-parallax-background,
.page-title-background-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.page-title-background-overlay ~ * {
position: relative;
z-index: 1;
}
.fullwidth-block .fullwidth-block-parallax-overlay,
.fullwidth-block.fullwidth-block-parallax-vertical .fullwidth-block-parallax-overlay,
.fullwidth-block.fullwidth-block-parallax-horizontal .fullwidth-block-parallax-overlay,
.fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-parallax-overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
.fullwidth-block .fullwidth-block-inner {
position: relative;
z-index: 3;
}
.fullwidth-block.fullwidth-block-parallax-vertical,
.page-title-parallax-background-wrap {
position: relative;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.fullwidth-block.fullwidth-block-parallax-vertical .fullwidth-block-background,
.page-title-parallax-background-wrap .page-title-parallax-background {
background-repeat: no-repeat;
background-size: cover;
will-change: transform;
}
.page-title-parallax-background-wrap .page-title-title,
.page-title-parallax-background-wrap .container  {
position: relative;
z-index: 10;
}
.portfolio .item-animations-not-inited,
.gallery-set .item-animations-not-inited,
.blog:not(.home) .item-animations-not-inited,
.products-categories-widget .item-animations-not-inited {
visibility: hidden !important;
}
@media (max-width: 767px) {
.portfolio:not(.enable-animation-mobile) .item-animations-not-inited {
visibility: visible !important;
}
.portfolio.extended-products-grid:not(.enable-animation-mobile) {
opacity: 1 !important;
}
}
.item-animation-flip .item-animations-inited {
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform-style: preserve-3d;
}
.item-animation-flip .portfolio-set,
.item-animation-flip .gallery-set,
.blog.item-animation-flip,
.item-animation-scale .portfolio-set,
.item-animation-scale .gallery-set,
.blog.item-animation-scale,
.item-animation-fall-perspective .portfolio-set,
.item-animation-fall-perspective .gallery-set,
.blog.item-animation-fall-perspective {
webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
@media (min-width: 1212px) {
body:not(.compose-mode) #page .half-width-map {
position: absolute;
top: 0;
height: 100%;
left: 50%;
right: 0;
width: auto;
}
body:not(.compose-mode) #page .half-width-map *:not(.map-locker):not(.gem-map-with-text-content) {
height: 100%;
}
body:not(.compose-mode) #page .half-width-map .vc_column-inner {
padding: 0;
}
body:not(.compose-mode) #page .half-width-map .gem-map-with-text-map .wpb_gmaps_widget {
margin-top: 0;
top: -54px;
position: absolute;
height: auto;
bottom: 0;
width: 100%;
}
body:not(.compose-mode) #page .half-width-map .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
padding: 0;
}
body:not(.compose-mode) #page .half-width-map iframe + .map-locker {
position: absolute;
right: 0;
bottom: 15px;
}
}
.mailchimp-form-1 .yikes-easy-mc-email,
.mailchimp-form-3 .yikes-easy-mc-email{
background: #fff !important;
padding-left: 20px !important;
border: 1px solid #dfe5e8 !important;
}
.mailchimp-form-1 .yikes-easy-mc-submit-button,
.mailchimp-form-3 .yikes-easy-mc-submit-button{
border: none;
color: #fff;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.mailchimp-form-1 .yikes-easy-mc-submit-button{
background: #9ccc65;
}
.mailchimp-form-3 .yikes-easy-mc-submit-button{
background: #2c2e3d;
}
.scroller-block {
height: 100vh;
}
.page-scroller #main {
-o-transition: 1s ease;
-webkit-transition: 1s ease;
transition: 1s ease;
}
.page-scroller #main.page-scroller-no-animate {
-o-transition: 0s ease;
-webkit-transition: 0s ease;
transition: 0s ease;
}
.page-scroller .scroller-block {
height: 100vh;
margin-top: 0;
margin-bottom: 0;
overflow: hidden;
}
.page-scroller-nav-pane {
position: fixed;
right: 50px;
top: 50%;
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
}
.page-scroller-nav-item {
display: block;
height: 10px;
width: 10px;
border: 2px solid #ffffff;
border-radius: 50%;
margin: 10px 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.page-scroller-nav-item.active {
background-color: #ffffff;
}
@media (min-width: 768px) {
body.page-scroller:not(.compose-mode),
body.page-scroller:not(.compose-mode) #page {
height: 100vh;
position: relative;
}
body.page-scroller:not(.page-scroller-mobile) #page #site-header.fixed.shrink {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
}
@media (max-width: 767px) {
body.page-scroller.page-scroller-mobile:not(.compose-mode),
body.page-scroller.page-scroller-mobile:not(.compose-mode) #page {
height: 100vh;
position: relative;
}
body.page-scroller:not(.page-scroller-mobile) {
overflow: visible !important;
}
.page-scroller:not(.page-scroller-mobile) #main {
-webkit-transform: none !important;
transform: none !important;
-o-transition: 0s ease;
-webkit-transition: 0s ease;
transition: 0s ease;
}
.page-scroller:not(.page-scroller-mobile) .scroller-block {
height: auto;
}
.page-scroller:not(.page-scroller-mobile) .page-scroller-nav-pane {
display: none;
}
.page-scroller-nav-pane {
right: 15px;
}
}
@media (max-width: 500px){
.vc_sep_holder {
display: none;
text-align: left;
}
body .vc_separator.vc_separator_align_center h4 {
padding: 0;
}
}
.vc_separator.vc_separator_align_center > * {
padding: 0 .7em;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button {
padding: 0 10px;
margin-left: 0;
margin-right: 0;
}
form.yikes-easy-mc-form input[type="email"],
form.yikes-easy-mc-form input[type="number"],
form.yikes-easy-mc-form input[type="text"],
form.yikes-easy-mc-form input[type="url"],
form.yikes-easy-mc-form select,
form.yikes-easy-mc-form textarea {
border-width: 1px;
padding: 0 10px;
height: 40px;
}
form.yikes-easy-mc-form input[type="email"]:focus,
form.yikes-easy-mc-form input[type="number"]:focus,
form.yikes-easy-mc-form input[type="text"]:focus,
form.yikes-easy-mc-form input[type="url"]:focus,
form.yikes-easy-mc-form select:focus,
form.yikes-easy-mc-form textarea:focus {
outline: 0 none;
}
.yikes-easy-mc-form .yikes-easy-mc-form input[type="email"],
.yikes-easy-mc-form .yikes-easy-mc-form input[type="number"],
.yikes-easy-mc-form .yikes-easy-mc-form input[type="text"],
.yikes-easy-mc-form .yikes-easy-mc-form input[type="url"],
.yikes-easy-mc-form .yikes-easy-mc-form select {
border-width: 1px;
}
form.mc4wp-form input[type='submit'] {
position: relative;
display: inline-block;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
border: 0 none;
vertical-align: middle;
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
margin: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 3px;
}
form.mc4wp-form input[type="text"],
form.mc4wp-form input[type="email"],
form.mc4wp-form input[type="tel"],
form.mc4wp-form input[type="number"],
form.mc4wp-form input[type="url"],
form.mc4wp-form input[type="date"],
form.mc4wp-form textarea {
line-height: inherit;
}
form.mc4wp-form input[type="text"],
form.mc4wp-form input[type="email"],
form.mc4wp-form input[type="tel"],
form.mc4wp-form input[type="number"],
form.mc4wp-form input[type="url"],
form.mc4wp-form input[type="date"] {
height: 40px;
}
#mc4wp_email {
height: 41px;
}
.agency-sparta-style.yikes-easy-mc-form label.label-inline{ width: 69%; padding-right: 5%; }
.agency-sparta-style.yikes-easy-mc-form label.label-inline > input{ background: #f0f3f2; height: 45px; border-radius: 3px; border: none; padding-left: 20px; }
.agency-sparta-style.yikes-easy-mc-form label.label-inline > input:focus{ outline: none !important; }
.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label{ width: 17%; min-width: 235px; }
.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label > span { display: none; }
.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label .yikes-easy-mc-submit-button{ background: #212331; color: #fff; height: 45px; border: none; border-radius: 3px; font-family: 'Montserrat';  font-weight: 700;  text-transform: uppercase; padding-left: 50px; position: relative; }
.yikes-mailchimp-container .agency-sparta-style .yikes-easy-mc-submit-button:before{ content: "\e626"; font-family: "thegem-icons"; font-style: normal; font-size: 24px; font-weight: normal;  color: #fff; position: absolute; left: 50%; margin-left: -69px; text-align: center; }
@media(max-width: 1200px){
body .agency-sparta-style.yikes-easy-mc-form label.label-inline{ width: 100%; padding-right: 0; }
body .yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label{ width: 100%; }
}
.splash-shop-3-style.yikes-easy-mc-form label.label-inline{ width: 350px; padding-right: 20px;}
.splash-shop-3-style.yikes-easy-mc-form label.label-inline > input{ background: #f0f3f2; height: 45px; border: none; padding-left: 20px; }
.yikes-mailchimp-container .splash-shop-3-style.yikes-easy-mc-form label.label-inline > input:focus{ outline: none !important; }
.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label{width: 155px; min-width: 155px; height: 45px; }
.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label > span { display: none; }
.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label .yikes-easy-mc-submit-button{ background: #d7b398; color: #fff; border: none; font-family: 'Montserrat';  font-weight: 700;  text-transform: uppercase; padding-right: 30px; padding-left: 30px; position: relative; border-radius: 0; height: 45px;}
.yikes-mailchimp-container .splash-shop-3-style button { transition: all 0.3s; -webkit-transition: all 0.3s;}
.yikes-mailchimp-container .splash-shop-3-style button:hover { background: #212121 !important; color: #fff !important; transition: all 0.3s; -webkit-transition: all 0.3s;}
@media(max-width: 1200px){
body .splash-shop-3-style.yikes-easy-mc-form label.label-inline{ width: 100%; padding-right: 0; }
body .yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label{ width: 100%; }
}
.splash-shop-4-style.yikes-easy-mc-form label.label-inline{ width: 350px; padding-right: 20px;}
.splash-shop-4-style.yikes-easy-mc-form label.label-inline > input{ color: #fff; background: transparent; height: 45px; border: none; padding-left: 0; border-bottom: 1px solid #575c6c;}
.yikes-mailchimp-container .splash-shop-4-style.yikes-easy-mc-form label.label-inline > input:focus{ outline: none !important; }
.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label{width: 155px; min-width: 155px; height: 45px; }
.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label > span { display: none; }
.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label .yikes-easy-mc-submit-button{ background: #f44236; color: #fff; border: none; font-family: 'Montserrat';  font-weight: 700;  text-transform: uppercase; padding-right: 30px; padding-left: 30px; position: relative; border-radius: 0; height: 45px; }
.yikes-mailchimp-container .splash-shop-4-style button { transition: all 0.3s; -webkit-transition: all 0.3s;}
.yikes-mailchimp-container .splash-shop-4-style button:hover { background: #212121; color: #fff; transition: all 0.3s; -webkit-transition: all 0.3s;}
@media(max-width: 1200px){
body .splash-shop-4-style.yikes-easy-mc-form label.label-inline{ width: 100%; padding-right: 0; }
body .yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label{ width: 100%; }
}
.wpcf7 .contact-form-style-5 .wpcf7-form-control-wrap{
width: 100%;
}
.wpcf7 .contact-form-style-5 input,
.wpcf7 .contact-form-style-5 textarea{
width: 100%;
}
form .wpcf7-spinner {
margin: 0 auto;
height: 0;
}
form.submitting .wpcf7-spinner {
height: 24px;
}
.yikes-easy-mc-form.app-sparta-style {
position: relative;
}
.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form   .yikes-easy-mc-submit-button {
position: absolute;
top: 11px;
width: 164px;
right: 11px;
margin-top: 2px;
padding: 13px;
background-color: #008aff;
border: medium none;
border-radius: 10px;
font-family: Montserrat;
font-size: 16px;
font-weight: 700;
line-height: 26px;
color: #ffffff;
text-transform: uppercase;
}
.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
background-color: #00BCD4;
}
.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form  .yikes-easy-mc-email {
background: transparent;
border: 1px solid #4f4f5b;
border-radius: 12px;
overflow: hidden;
padding: 25px;
margin-bottom: 0;
color: #fff;
}
.scrolldown {
position: absolute;
left: 50%;
margin-left: -2vw;
z-index:9;
bottom: 2vh;
background-color: rgba(22,195,241,0.8);
padding: 20px 30px !important;
border-radius: 50%;
text-align: center;
}
.scrolldown img{
-webkit-animation: scrollmove 1s infinite ease;
-moz-animation: scrollmove 1s infinite ease;
animation: scrollmove 1s infinite ease;
width: 1.5vw;
margin-top: 7px !important;
}
.scrolldown .mouse-2 {
-webkit-animation: scrollmove 1s infinite ease;
-moz-animation: scrollmove 1s infinite ease;
animation: scrollmove 1s infinite ease;
width: 1.5vw;
background-image: url("https://owl.fusion-ev.com/data/themes/images/mouse_icon.png");
display: block;
font-size: 0;
height: 43px;
background-repeat: no-repeat;
}
@-moz-keyframes scrollmove {
0% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-moz-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes scrollmove {
0% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-moz-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes scrollmove {
0% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-moz-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0px);
-webkit-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
body div.wpcf7-response-output {
margin: 2em 0 1em;
}
.thegem__footer-widget-class__thegem {
width: 100%;
padding: 0 21px;
}
@media (min-width: 768px) {
.thegem__footer-widget-class__thegem {
width: 50%;
}
}
@media (min-width: 982px) {
.thegem__footer-widget-class__thegem {
width: 25%;
}
}
img[class*='wp-image-'] {
max-width: 100%;
height: auto;
}
h3.search-grid-title {
display: flex;
align-items: center;
color: var(--thegem-to-body-color, #5f727f);
margin-top: 2.26em;
}
h3.search-grid-title span {
flex: none;
margin: 0 20px;
}
h3.search-grid-title:before, h3.search-grid-title:after {
content: '';
width: 50%;
height: 1px;
background: var(--thegem-to-body-color, #5f727f);
}
body.search .page-title-block {
padding-top: 45px;
padding-bottom: 20px;
}
body.search .page-title-block .page-title-icon {
margin-top: -10px;
}
body.search .page-title-block:not(.with-excerpt) .page-title-title {
padding-bottom: 60px;
}
body.search .page-title-block .page-title-icon + .page-title-title {
padding-bottom: 0;
}
.page-content.content-none .searchform > table td {
border: 0 none !important;
padding: 0 !important;
}
.page-content.content-none .searchform > table td:first-child {
width: 99%;
}
.page-content.content-none .searchform input {
width: 100%;
height: 50px;
line-height: 48px;
border-radius: 3px;
}
.page-content.content-none .searchform .searchform-submit .gem-button {
margin-left: 30px;
margin-right: 0;
}
.parallax-footer-inited {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}
#page.layout-boxed .parallax-footer-inited {
width: 1260px;
max-width: 100%;
left: auto;
}
.disable-hover {
pointer-events: none !important;
}
.diagram-line-timer-element {
font-size: 0;
line-height: 1;
height: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: opacity 0.15s;
-ms-transition: opacity 0.15s;
-o-transition: opacity 0.15s;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.diagram-line-timer-element.start-timer {
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
opacity: 1;
}
body .fancybox-caption-wrap,
body .fancybox-caption {
padding: 0;
background: none;
}
body .fancybox-caption-wrap .fancybox-caption {
border: 0;
}
.fancybox-slide.thegem-fancybox-video .fancybox-content {
max-width: 80%;
max-height: 80%;
margin: 0;
}
.gem-instagram-gallery .overlay .links .caption {
word-break: break-all;
}
.gem-instagram-gallery.portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
margin: 0 10px;
}
.vc_column-inner.sticky > .wpb_wrapper{
position: fixed;
}
.fancybox-slide.fancybox-popup-wrapper {
display: flex;
overflow-x: hidden;
}
.fancybox-content.gem-popup {
margin: auto;
overflow: visible;
}
.thegem-template-popup .container {
width: 100%;
}
.fancybox-container.popup-overlay .fancybox-bg {
transition-timing-function: linear;
}
body:not(.vc_editor) .give-form-hidden {
display: none;
}
body .give-modal .mfp-content {
background: #edeef0;
max-width: 763px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.give-modal [id*=give-form] fieldset {
max-width: 390px;
margin: 0 auto;
}
.give-modal form.give-form .form-row {
float: none;
width: 100%;
}
.give-modal form.give-form .form-row .give-label {
display: none;
}
.give-modal form[id*=give-form] .form-row input[type="text"],
.give-modal form[id*=give-form] .form-row input[type="email"] {
height: 50px;
background: #ffffff;
border: 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.page-additional-menu .page-additional-menu-close {
position: fixed;
right: 37px;
top: 37px;
z-index: 999999;
opacity: 0;
transition: opacity 0.5s;
visibility: hidden;
}
body.admin-bar .page-additional-menu .page-additional-menu-close {
top: 67px;
}
.page-additional-menu .primary-navigation.overlay-active .page-additional-menu-close {
visibility: visible;
opacity: 1;
}
.page-additional-menu .primary-navigation.overlay-active.close .page-additional-menu-close {
opacity: 0;
}
@media (max-width: 768px) {
.page-additional-menu .page-additional-menu-close {
right: 37px;
top: 17px;
}
body.admin-bar .page-additional-menu .page-additional-menu-close {
top: 67px;
}
}
.portfolio .caption {
display: block;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.gem-icon .gem-icon-style-gradient .back-angle {
width: 100%;
text-align: center;
}
.gem-map-with-text{
margin-bottom: 0;
}
.wp-block-cover-image.alignleft {
margin-right: 1.5em;
}
.wp-block-cover-image.alignright {
margin-left: 1.5em;
}
.wp-block-image figure {
margin-top: 1em;
margin-bottom: 1em;
}
.wp-block-columns {
margin: 0 -21px;
}
.wp-block-column {
padding: 0 21px;
}
.wp-block-audio audio {
width: 100%;
}
blockquote.wp-block-quote {
padding: 50px 20px 50px 50px;
}
blockquote.wp-block-quote cite {
font: inherit;
font-size: 0.8em;
}
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
padding: 50px 20px 50px 50px;
margin: 20px 0;
text-transform: uppercase;
}
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p,
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.alignright blockquote p {
font: inherit;
}
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite {
font-size: 0.85em;
}
figure.wp-block-pullquote {
border: 1px solid #c9d2d9;
padding: 0;
overflow: hidden;
}
.wp-block-pullquote blockquote {
background: transparent;
padding-left: 20px;
padding-right: 20px;
padding-top: 45px;
padding-bottom: 50px;
}
figure.wp-block-pullquote blockquote {
font-size: 24px;
line-height: 37px;
font-weight: 100;
}
.wp-block-pullquote blockquote:after {
color: #e7ebee;
}
.wp-block-pullquote.alignleft blockquote:after,
.wp-block-pullquote.alignright blockquote:after {
right: 20px;
}
body .wp-block-button .wp-block-button__link {
position: relative;
display: inline-block;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
border: 0 none;
vertical-align: middle;
height: 40px;
line-height: 40px;
padding: 0 17px;
font-size: 14px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 3px;
}
body .vc-hoverbox-wrapper .vc-hoverbox {
cursor:pointer;
}
body  .vc-hoverbox-block, .vc-hoverbox-block-inner * {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lazy-loading-point {
font-size: 0;
line-height: 1;
height: 0;
overflow: hidden;
}
.quickfinder-item-box {
position: relative;
padding: 50px;
}
.quickfinder-item.col-md-2 .quickfinder-item-box,
.quickfinder-item.col-md-3 .quickfinder-item-box {
padding-left: 25px;
padding-right: 25px;
}
.page-title-block.custom-page-title,
body.search .page-title-block.custom-page-title {
padding: 0;
text-align: left;
color: inherit;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .page-title-block.custom-page-title .elementor {
opacity: 0;
}
.custom-title-background.fullwidth-block-parallax-vertical .fullwidth-block-background {
background-attachment: scroll;
}
.custom-title-background.fullwidth-block-parallax-fixed .fullwidth-block-background {
background-attachment: fixed;
}
.custom-title-background.fullwidth-block-parallax-horizontal .fullwidth-block-background {
background-position: center center;
}
.custom-title-background .fullwidth-block-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.custom-title-background .gem-video-background {
z-index: 2;
}
.custom-title-background.fullwidth-block-parallax-vertical .fullwidth-block-parallax-overlay,
.custom-title-background.fullwidth-block-parallax-horizontal .fullwidth-block-parallax-overlay,
.custom-title-background.fullwidth-block-parallax-fixed .fullwidth-block-parallax-overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
.custom-title-background .fullwidth-block-inner {
position: relative;
z-index: 3;
}
.custom-title-icon.custom-title-icon-alignment-center {
text-align: center;
}
.custom-title-icon.custom-title-icon-alignment-left {
float: left;
}
.custom-title-icon.custom-title-icon-alignment-right {
float: right;
}
.page-title-block.custom-page-title .breadcrumbs-container {
z-index: 3;
}
.page-title-block.custom-page-title .page-title-alignment-center {
text-align: center;
}
body.thegem-effects-disabled #page .lazy-loading .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
opacity: 1;
}
body.thegem-effects-disabled #page .quickfinder-item-image .quickfinder-item-image-content.lazy-loading-item {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}
body.thegem-effects-disabled #page .lazy-loading,
body.thegem-effects-disabled #page .lazy-loading:not(.lazy-loading-not-hide) {
visibility: visible;
}
body.thegem-effects-disabled #page .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
opacity: 1;
}
body.thegem-effects-disabled #page .wpb_start_animation.wpb_left-to-right,
body.thegem-effects-disabled #page .wpb_start_animation.wpb_right-to-left,
body.thegem-effects-disabled #page .wpb_start_animation.wpb_top-to-bottom,
body.thegem-effects-disabled #page .wpb_start_animation.wpb_bottom-to-top,
body.thegem-effects-disabled #page .wpb_start_animation.wpb_appear {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}
body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_left-to-right,
body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_right-to-left,
body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_top-to-bottom,
body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_bottom-to-top,
body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_appear {
opacity: 1;
}
.elementor-row {
width: 100%;
display: flex;
}
@media (max-width: 1024px) {
.elementor-row {
flex-wrap: wrap;
}
}
.elementor-column-wrap {
width: 100%;
position: relative;
display: flex;
}
.elementor-section.elementor-section-stretched .elementor-container.elementor-column-gap-thegem {
padding: 0 21px;
}
.elementor-inner-section .elementor-container.elementor-column-gap-thegem {
padding: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-thegem {
max-width: 1212px;
}
.elementor-column-gap-thegem > .elementor-row {
margin:  0 -21px 0 -21px;
width: calc(100% + 42px);
}
.elementor-column-gap-thegem > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap,
.elementor-column-gap-thegem > .elementor-row > .elementor-column > .elementor-widget-wrap {
padding: 10px 21px 10px 21px;
}
.elementor-widget-heading .default.elementor-heading-title {
line-height: inherit;
}
@media (min-width: 1244px){
.fullwidth-content .elementor-section.elementor-section-full_width.elementor-top-section > .elementor-container.elementor-column-gap-thegem {
padding: 0 37px;
}
}
.fullwidth-content .elementor-section .elementor-container.elementor-column-gap-thegem {
padding: 0 21px;
}
.fullwidth-content .elementor-container.elementor-column-gap-thegem .elementor-container.elementor-column-gap-thegem {
padding: 0;
}
.fullwidth-content.megamenu-template-container .elementor-container.elementor-column-gap-thegem {
padding: 0 21px !important;
}
.fullwidth-content.megamenu-template-container .elementor-container.elementor-column-gap-thegem .elementor-container.elementor-column-gap-thegem {
padding: 0 !important;
}
.fullwidth-content .elementor-container.elementor-column-gap-thegem .elementor-inner-section.elementor-section-boxed .elementor-container.elementor-column-gap-thegem {
max-width: 1170px;
}
.e-con.thegem-e-con-layout-thegem {
--container-max-width: 1170px;
--container-default-padding-inline-end: 21px;
--container-default-padding-inline-start: 21px;
--container-default-padding-block-start: 10px;
--container-default-padding-block-end: 10px;
--container-default-padding-top: 10px;
--container-default-padding-bottom: 10px;
--container-default-padding-left: 21px;
--container-default-padding-right: 21px;
--gap: 20px 0;
}
.e-con.thegem-e-con-layout-thegem.e-grid:not(:has(> .e-con)):not(:has(> .e-con-inner > .e-con)) {
--gap: 20px 42px;
}
.fullwidth-content > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem {
--container-default-padding-inline-start: 37px;
--container-default-padding-inline-end: 37px;
--container-default-padding-left: 37px;
--container-default-padding-right: 37px;
}
.fullwidth-content > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem:has(> .e-con),
.fullwidth-content > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem:has(> .e-con-inner > .e-con) {
--container-default-padding-inline-start: 16px;
--container-default-padding-inline-end: 16px;
--container-default-padding-left: 16px;
--container-default-padding-right: 16px;
}
.e-con.thegem-e-con-layout-thegem:has(> .e-con),
.e-con.thegem-e-con-layout-thegem:has(> .e-con-inner > .e-con) {
--container-max-width: 1212px;
--container-default-padding-inline-start: 0;
--container-default-padding-inline-end: 0;
--container-default-padding-block-start: 0;
--container-default-padding-block-end: 0;
--container-default-padding-top: 0;
--container-default-padding-bottom: 0;
--container-default-padding-left: 0;
--container-default-padding-right: 0;
}
.site-header .e-con.thegem-e-con-layout-thegem,
.header-sticky-template .e-con.thegem-e-con-layout-thegem {
--flex-direction: row;
--align-items: center;
}
.site-header .e-con .elementor-element:not(.e-con),
.header-sticky-template .e-con .elementor-element:not(.e-con) {
padding-left: 5px;
padding-right: 5px;
}
.site-header .megamenu-template .thegem-e-con-layout-thegem,
.site-header .thegem-template-content .thegem-e-con-layout-thegem,
.header-sticky-template .megamenu-template .thegem-e-con-layout-thegem,
.header-sticky-template .thegem-template-content .thegem-e-con-layout-thegem {
--flex-direction: column;
--align-items: normal;
}
.site-header .megamenu-template .e-con .elementor-element:not(.e-con),
.site-header .thegem-template-content .e-con .elementor-element:not(.e-con),
.header-sticky-template .megamenu-template .e-con .elementor-element:not(.e-con),
.header-sticky-template .thegem-template-content .e-con .elementor-element:not(.e-con) {
padding-left: 0px;
padding-right: 0px;
}
.fullwidth-content > .thegem-template-header > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem {
--container-default-padding-inline-start: 37px;
--container-default-padding-inline-end: 37px;
--container-default-padding-left: 37px;
--container-default-padding-right: 37px;
}
.fullwidth-content > .thegem-template-header > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem:has(> .e-con),
.fullwidth-content > .thegem-template-header > .elementor > .elementor-inner > .elementor-section-wrap > .e-con.e-con-full.thegem-e-con-layout-thegem:has(> .e-con-inner > .e-con) {
--container-default-padding-inline-start: 16px;
--container-default-padding-inline-end: 16px;
--container-default-padding-left: 16px;
--container-default-padding-right: 16px;
}
.wpb_animate_when_almost_visible {
opacity: 0;
}
.wpb_start_animation {
opacity: 1;
}
.template-type-megamenu .elementor-widget-thegem-animated-heading,
.megamenu-template .elementor-widget-thegem-animated-heading {
margin-bottom: 0 !important;
}
.template-type-megamenu .elementor-widget-thegem-animated-heading .elementor-widget-container,
.megamenu-template .elementor-widget-thegem-animated-heading .elementor-widget-container {
margin-bottom: 11px;
}
.thegem-heading.thegem-heading-animate {
opacity: 0;
}
.thegem-heading.main-menu-item {
color: var(--thegem-to-h6-color);
}
.thegem-heading.with-label-icon a,
.thegem-heading.with-label-icon .label-icon-wrap {
display: inline-flex;
align-items: center;
transition: none;
}
.thegem-heading > span:not(.thegem-heading-rotating),
.thegem-heading > a,
.thegem-heading span.colored:not(.thegem-heading-rotating) {
transition: color 0.3s;
}
.thegem-heading .icon {
display: block;
margin-right: 12px;
text-align: center;
flex: none;
transition: color 0.3s;
}
.thegem-heading .icon i {
display: block;
font-size: inherit;
}
.thegem-heading .label {
color: #ffffff;
background-color: var(--thegem-to-styled-color1, #00BCD4);
font-size: var(--thegem-to-h6-font-size-tiny, 7px);
line-height: 1;
padding: 0.3em 0.5em;
margin: 0 0 0 10px;
vertical-align: middle;
}
.elementor-widget-thegem-animated-heading .separator {
display: flex;
font-size: 0;
line-height: 0;
margin-top: 14px;
}
.elementor-widget-thegem-animated-heading .separator span {
width: 200px;
display: block;
background-color: var(--thegem-to-divider-color, #dfe5e8);
}
.megamenu-template.template-framing-border {
border: 1px solid var(--thegem-to-box-border-color);
}
.megamenu-template.template-framing-border.template-width-fullwidth {
border-left: none;
border-right: none;
}
.megamenu-template.template-framing-small-shadow {
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.megamenu-template.template-framing-big-shadow {
box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.1);
}
.elementor-element.thegem-interaction-mouse .elementor-widget-container {
transition: none;
}
.thegem-template-loop-item .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.thegem-template-loop-item .e-con.thegem-e-con-layout-thegem {
--gap: 0 0;
}
.thegem-template-loop-item .e-con.e-flex {
--flex-wrap: nowrap;
}
.e-con.thegem-e-con-sticky-yes {
position: sticky;
--align-self: flex-start;
top: var(--thegem-sticky-offset, 0);
z-index: 10;
}
.admin-bar .e-con.thegem-e-con-sticky-yes {
top: calc(var(--thegem-sticky-offset, 0) + 32px);
}
.e-con.thegem-e-con-sticky-yes.thegem-e-con-sticky-position-bottom {
--align-self: flex-end;
top: auto;
bottom: var(--thegem-sticky-offset, 0);
}
@media (min-width: 767px) and (max-width: 1024px) {
.e-con.thegem-e-con-sticky-yes:not(.thegem-e-con-sticky-tablet-yes) {
position: relative;
top: auto;
z-index: auto;
bottom: auto;
}
}
@media (max-width: 767px) {
.e-con.thegem-e-con-sticky-yes:not(.thegem-e-con-sticky-mobile-yes) {
position: relative;
top: auto;
z-index: auto;
bottom: auto;
}
}
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner > .elementor-section-wrap,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner > .elementor-section-wrap > section,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner > .elementor-section-wrap > section > .elementor-container,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner > .elementor-section-wrap > .e-con,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .elementor-inner > .elementor-section-wrap > .e-con > .e-con-inner,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > section,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > section > .elementor-container,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .e-con,
.portfolio.loop-equal-height .portfolio-item > .thegem-template-loop-item > .elementor > .e-con > .e-con-inner {
height: 100%;
}
.portfolio-item > .thegem-template-loop-item {
text-align: left;
}
.thegem-wp-hook-alignment-left {
text-align: left;
}
.thegem-wp-hook-alignment-center {
text-align: center;
}
.thegem-wp-hook-alignment-right {
text-align: right;
}
.widget-area .widget + .widget {
margin-top: 68px;
}
.widget-area  .widget-title {
margin-bottom: 28px;
}
.elementor-widget-sidebar .widget + .widget {
margin-top: 50px;
}
.sidebar .widget:first-child .widget-title {
margin-top: 0px;
}
.elementor-widget-sidebar .widget:first-child .widget-title {
margin-top: 0px;
}
.img-responsive.img-circle.wp-post-image {
margin: 0 auto;
}
.widget_contacts .widget-title {
margin-bottom: 21px;
}
.widget .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
width: 72px;
height: 72px;
float: left;
}
.widget  .gem-teams-image .gem-dummy {
background-image:url("https://owl.fusion-ev.com/template/images/default-avatar.png") ;
background-size: 100%;
}
.widget  .gem-teams-image .gem-dummy:after {
display: none;
}
.widget .gem-teams-image .gem-dummy {
height: 128px;
width: 128px;
margin-left: 66px;
}
#colophon .widget .gem-dummy {
background-color: #394050;
}
#colophon .widget .gem-dummy:after{
color: #212331;
}
.widget .gem-dummy:after{
content: '\e642';
font-family: thegem-icons;
font-style: normal;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.Custom_Popular_Posts  .widget-title,
.Custom_Recent_Posts .widget-title,
.widget_meta .widget-title,
.thegem_news .widget-title,
.widget_recent_entries .widget-title{
margin-bottom: 17px;
}
.widget_archive li{
list-style: none;
padding-top: 12px;
padding-left: 16px;
padding-bottom: 12px;
}
.widget_archive li:nth-child(odd){
background-color: #f7f9f8;
}
.widget_archive ul{
padding-left: 0px;
}
.widget_archive a {
text-transform: capitalize;
}
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_archive ul,
.diagram-item {
margin-bottom: 0px;
}
.gem-contacts-icon {
float: left;
font-family: thegem-icons;
font-style: normal;
font-size: 20px;
}
.gem-contacts-item:before {
vertical-align: top;
}
.gem-contacts-text {
padding-left: 32px;
}
.sidebar .widget .gem-contacts-item,
.elementor-widget-sidebar .gem-contacts-item {
padding: 5px 0;
}
.sidebar .widget  .gem-contacts-item.gem-contacts-address {
padding-bottom: 33px;
}
.sidebar .widget  .gem-contacts-item.gem-contacts-phone {
padding-top: 28px;
}
.gem-contacts-item.gem-contacts-phone a,
#colophon .widget .gem-contacts-item.gem-contacts-phone a {
color: inherit;
}
.site-footer .gem-contacts-email:before {
font-family: thegem-icons;
font-style: normal;
content: '\e607';
float: left;
font-size: 20px;
float: left;
margin-top: 2px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-phone:before {
font-family: thegem-icons;
font-style: normal;
content: '\e625';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-address:before {
font-family: thegem-icons;
font-style: normal;
content: '\e604';
font-size: 20px;
font-weight: normal;
}
.site-footer .gem-contacts-fax:before {
font-family: thegem-icons;
font-style: normal;
content: '\e606';
float: left;
font-size: 12px;
padding-right: 15px;
font-weight: normal;
}
.site-footer .gem-contacts-item {
padding: 5px 0;
}
body .widget .gem-contacts-address:before,
body .elementor-widget-sidebar .gem-contacts-address:before{
font-family: thegem-icons;
font-style: normal;
content: '\e604';
font-size: 16px;
display: inline-block;
padding-right: 8px;
font-weight: normal;
}
body .widget .gem-contacts-phone:before,
body .elementor-widget-sidebar .gem-contacts-phone:before{
font-family: thegem-icons;
font-style: normal;
content: '\e625';
font-size: 16px;
display: inline-block;
padding-right: 12px;
font-weight: normal;
}
body .widget .gem-contacts-fax:before,
body .elementor-widget-sidebar .gem-contacts-fax:before{
font-family: thegem-icons;
font-style: normal;
content: '\e606';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
font-weight: normal;
}
body .widget .gem-contacts-email:before,
body .elementor-widget-sidebar .gem-contacts-email:before{
font-family: thegem-icons;
font-style: normal;
content: '\e607';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
margin-top: -1px;
font-weight: normal;
}
body .widget .gem-contacts-website:before,
body .elementor-widget-sidebar .gem-contacts-website:before {
font-family: thegem-icons;
font-style: normal;
content: '\e608';
float: left;
display: inline-block;
padding-right: 12px;
font-size: 16px;
}
.gem-pp-posts-image img {
border-radius: 50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
width: 72px;
height: 72px;
max-width: none;
}
.gem-pp-posts-text {
display: table-cell;
vertical-align: middle;
}
.gem-pp-posts-date {
padding-left: 12px;
display: block;
margin-top: -2px;
}
.gem-pp-posts-item {
display: block;
margin-left: 12px;
}
.gem-pp-posts-image {
display: table-cell;
}
.gem-pp-posts-news {
padding-top: 14px;
padding-bottom: 14px;
}
.gem-pp-posts-item > a {
display: block;
}
.gem-pp-posts {
padding-bottom: 14px;
padding-top: 14px;
}
.gem-post-thumb img{
width: 71px;
height: 71px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius:  50%;
left: 0px;
top: 0;
}
.isotope-inner {
padding-left: 90px;
}
.gem-post-thumb-gem-dummy {
height: 71px;
left: 0px;
position: absolute;
top: 0;
width: 71px;
}
.footer-widget-area .gem-pp-posts-image a:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 72px;
height: 72px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
opacity: 0;
}
.footer-widget-area .gem-pp-posts-image a:hover:after {
opacity: 1;
}
.footer-widget-area .gem-pp-posts-image {
position: relative;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-style: normal;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.post-related-posts .gem-dummy:after {
content: '\e642';
font-family: thegem-icons;
font-style: normal;
font-size: 24px;
position: absolute;
margin-top: 24px;
margin-left: 25px;
font-weight: normal;
}
.gem-post-thumb-conteiner {
display: table-cell;
vertical-align: middle;
}
.site-footer .gem-pp-posts {
padding-bottom: 12px;
}
.footer-widget-area .posts {
margin-top: -19px;
}
.Custom_Recent_Posts ul li:last-child,
.Custom_Popular_Posts ul li:last-child{
border-bottom: none;
}
.widget_recent_entries li {
padding-bottom: 25px;
padding-top: 20px;
list-style: none;
}
.widget_recent_entries li:last-child {
border-bottom: none;
}
.widget_recent_entries ul {
margin: 0;
padding: 0;
}
.widget_recent_entries .post-date {
clear: both;
display: block;
}
.site-footer .Custom_Recent_Posts .gem-pp-posts:last-child{
border-bottom: none;
}
.widget_calendar td a {
display: block;
font-weight: normal;
}
.widget_calendar table {
text-align: center;
width: 100%;
}
.widget_calendar #prev > a {
float: left;
padding-left: 12px;
}
.widget_calendar #next > a {
float: right;
padding-right: 12px;
}
.widget_calendar a {
font-weight: bold;
}
.calendar_wrap {
padding-bottom: 20px;
}
.widget_calendar caption {
padding-bottom: 1px;
padding-top: 1px;
}
.widget_calendar table {
margin-left: 9%;
text-align: center;
width: 83%;
}
.widget_calendar td {
padding: 2px;
padding-bottom: 4px;
padding-top: 4px;
}
.widget_calendar tfoot td.pad {
display: none;
}
#wp-calendar caption:after {
position: absolute;
content: '';
height: 39px;
width: 39px;
top: 0;
background-color: #b9c7ca;
right: 0;
}
#wp-calendar #prev a {
position: absolute;
left: 0;
height: 39px;
width: 39px;
top: 0;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar #prev a:after {
content: '\e637';
font-family: thegem-icons;
font-style: normal;
width: 38px;
height: 38px;
position: absolute;
left: 0px;
top: 0;
line-height: 1.6;
font-size: 24px;
}
#wp-calendar #next a:after {
content:'\e638';
font-family: thegem-icons;
font-style: normal;
top: 0px;
position: absolute;
right: 0px;
width: 38px;
line-height: 1.6;
height: 38px;
font-size: 24px;
}
#wp-calendar #next a {
position: absolute;
right: 0;
top: 0;
height: 39px;
width: 39px;
padding-top: 7px;
padding-bottom: 7px;
}
#wp-calendar caption {
margin-bottom: 34px;
letter-spacing: 0.08em;
}
.calendar_wrap {
position: relative;
}
.wp-calendar-nav{
position: absolute;
display: flex;
justify-content: space-between;
top: 0;
left: 0;
width: 100%;
min-height: 39px;
font-size: 0;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next{
position: relative;
display: flex;
width: 39px;
height: 39px;
}
.wp-calendar-nav .wp-calendar-nav-prev{
margin-right: auto;
justify-content: flex-start;
}
.wp-calendar-nav .wp-calendar-nav-next{
margin-left: auto;
justify-content: flex-end;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a{
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 39px;
height: 39px;
background-color: #b9c7ca;
}
.wp-calendar-nav .wp-calendar-nav-prev a:after,
.wp-calendar-nav .wp-calendar-nav-next a:after{
content: '\e637';
font-family: 'thegem-icons';
position: absolute;
font-size: 24px;
font-weight: normal;
}
.wp-calendar-nav .wp-calendar-nav-next a:after{
transform: scale(-1, 1);
}
.widget_diagram .skill-line {
margin-right: 0px;
}
.widget_diagram .skill-amount {
margin-top: -29px;
font-weight: bold;
}
.widget_diagram .skill-element + .skill-element {
margin: 18px 0 0;
}
.widget.Facebook div {
padding: 20px;
}
.flickr-item {
float: left;
padding: 0 10px 10px 0;
}
.flickr-item img {
width: 80px;
height: 80px;
}
.widget.Custom_Flickr .flickr {
list-style: none outside none;
margin: 0 -10px 0 0;
padding: 0;
}
.widget .flickr-item a,
.elementor-widget-sidebar .widget .flickr-item a{
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
.widget .flickr-item a:before,
.elementor-widget-sidebar .widget .flickr-item a:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 5;
}
.widget .flickr-item a:hover:before,
.elementor-widget-sidebar .widget .flickr-item a:hover:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
z-index: 5;
}
.widget .flickr-item a img,
.elementor-widget-sidebar .widget .flickr-item a img{
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget .flickr-item a:hover img,
.elementor-widget-sidebar .widget .flickr-item a:hover img{
}
.mc-form {
position: relative;
padding-top: 5px;
}
.elementor-widget-sidebar .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.sidebar .mc4wp-form-fields {
padding: 29px;
margin-top: 29px;
}
.widget_mc4wp_widget form {
padding: 25px 23px 10px 26px;
}
.widget_mc4wp_widget p {
line-height: 1.6;
}
#mc4wp_submit {
width: 40px;
font-weight: normal;
height: 41px;
position: absolute;
right: 0;
padding: 0;
top: -8px;
margin: 13px 0 0 0;
font-size: 24px;
font-family: thegem-icons;
font-style: normal;
border-radius: 0px;
}
.mc4wp-alert {
margin-top: 40px;
}
.gem-button-footer {
border: medium none;
margin-top: 21px;
}
.mc4wp-form input[type='email'] {
padding: 7px 46px 7px 9px;
width: 100%;
}
.widget_meta li,
.widget_rss li {
list-style: none;
padding-top: 12px;
padding-bottom: 12px;
text-transform: capitalize;
}
.widget_meta li:last-child,
.widget_rss li:last-child,
.site-footer .widget_meta li:last-child,
.site-footer .widget_rss li:last-child{
border-bottom: none;
}
.widget_meta ul,
.widget_rss ul{
padding-left: 0px;
}
.widget_meta li:before,
.widget_rss li:before {
content: '\e601';
font-family: 'thegem-icons';
font-size: 16px;
font-weight: normal;
font-style: normal;
padding-right: 8px;
vertical-align: middle;
position: relative;
top: -2px;
}
.widget_meta abbr,
.widget_rss abbr {
border-bottom: none;
}
.gem-latest-news-image img {
height: 72px;
width: 72px;
border-radius: 50%;
-moz-border-radius: 50%;
webkit-border-radius: 50%;
}
.gem-latest-news-image {
display: table-cell;
}
.gem-latest-news-title {
display: table-cell;
padding-left: 15px;
vertical-align: middle;
}
.gem-latest-news {
display: inline-block;
padding-bottom: 17px;
padding-top: 11px;
width: 100%;
}
.gem-latest-news-title > span {
display: block;
margin-top: -1px;
}
.gem-latest-news-title > a {
display: block;
}
.gem-latest-news-image .gem-dummy {
height: 72px;
width: 72px;
}
.widget .thegem_news,
.elementor-widget-sidebar .widget .thegem_news{
line-height: 1.5;
}
.gem-latest-news:first-child {
padding-bottom: 16px;
padding-top: 16px;
}
.gem-latest-news-image .gem-dummy {
display: block;
}
.gem-picturebox-text {
padding-top: 11px;
}
.gem-picturebox p{
padding: 12px 26px 30px;
}
.gem-picturebox-image {
text-align: center;
}
.project_info-item-style-2 .project_info-item:last-child  .value {
border-bottom: medium none;
}
.project_info-item-style-1 .project_info-item .icon{
display: inline-block;
font-size: 24px;
border-radius: 0px;
width: 50px;
height: 50px;
text-align: center;
color: #FFFFFF !important;
background-color: transparent;
vertical-align: middle;
line-height: 2.1;
}
.project_info-item-style-1 .project_info-item .title {
text-transform: uppercase;
}
.project_info-item-style-1  .project_info-item-title {
vertical-align: top;
padding-left: 16px;
}
.project_info-item-style-1  .project_info-item.iconed {
padding: 28px;
padding-left: 0;
}
.project_info-item-style-1  .project_info-item.iconed:last-child {
border-bottom: none;
}
.widget.project_info  .widget-title,
.widget.project_info  .widget-title {
margin-bottom: 32px;
}
.project_info-item-style-1 .project_info-item .value {
padding-top: 0;
padding-right: 18px;
margin-top: -22px;
padding-left: 71px;
}
.project_info-item-style-2 {
padding-bottom: 20px;
}
.project_info-item-style-2 .icon {
font-size: 24px;
margin-right:16px;
float: left;
margin-top: 2px;
}
.project_info-item-style-2 .project_info-item {
padding: 28px;
margin-bottom: 17px;
}
.project_info-item-style-2  .project_info-item.iconed:last-child {
margin-bottom: -24px;
}
.project_info-item-style-2 .icon{
background-color: transparent !important;
}
.project_info-item-style-2 .value {
padding-left: 42px;
padding-top: 18px;
}
.project_info-item .icon-elegant,
.project-info-shortcode-item .icon.elegant {
font-family: 'ElegantIcons';
}
.project_info-item .icon-material,
.project-info-shortcode-item .icon.material {
font-family: 'MaterialDesignIcons';
}
.project_info-item .icon-fontawesome,
.project-info-shortcode-item .icon.fontawesome {
font-family: 'FontAwesome';
}
.project_info-item .icon-userpack,
.project-info-shortcode-item .icon.userpack {
font-family: 'UserPack';
}
.widget_recent_comments ul {
padding-left: 0px;
margin-top: 30px;
}
.widget_recent_comments li {
list-style: none;
border-radius: 60px;
border-bottom-left-radius: 0;
padding-top:  14px;
margin-bottom: 24px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.widget_recent_comments li:first-child {
border-top: none;
}
.widget_recent_comments li:before {
clear: both;
content: '\e639';
float: left;
font-family: 'thegem-icons';
font-size: 24px;
font-weight: normal;
font-style: normal;
height: 100%;
padding-right: 14px;
position: relative;
top: 0;
padding-bottom: 7px;
width: 100%;
text-align: center;
vertical-align: middle;
}
.widget_recent_entries .post-date {
margin-left: 48px;
}
.site-footer .widget_recent_entries li:first-child {
background: none;
}
.widget .searchform input,
.elementor-widget-sidebar .widget .searchform input{
padding: 6px 10px;
}
.widget .searchform,
.elementor-widget-sidebar .widget .searchform{
text-align: center;
position: relative;
}
.searchform button
{
border: none;
}
.widget.widget_search .gem-button {
font-size: 0;
position: absolute;
top: 0;
right: 0;
width: 43px;
height: 38px;
margin: 0;
background-color: transparent !important;
}
.widget.widget_search .gem-button:before {
content: '\e612';
position: absolute;
font-size: 24px;
font-family: thegem-icons;
font-style: normal;
left: 26%;
font-weight: 100;
margin-top: -3px;
margin: 0;
}
.widget.widget_search input {
width: 100%;
padding-right: 50px;
}
.tagcloud a:hover {
text-decoration: none;
}
body .widget .tagcloud a {
margin-right: 4px;
text-decoration: none;
margin-bottom: 6px;
padding: 2px 9px;
display: inline-block;
font-size: 16px !important;
}
.gem-client-item {
float: left;
padding-right: 30px;
padding-left: 30px;
}
.gem_client-carousel {
position: relative;
}
.gem-client-prev {
margin-left: 0%;
}
.gem-client-next {
margin-right: 0%;
}
.clients_title {
text-align: center;
}
.clients_description {
text-align: center;
}
.gem_client-carousel {
margin-top: 25px;
}
.gem-client-prev {
width: 10%;
}
.gem-client-next {
width: 10%;
}
.gem-client-carousel-item-wrap {
padding: 0 10%;
}
.widget .gem-teams-item {
text-align: center;
padding-top: 11px;
padding-bottom: 40px;
}
.widget .gem-teams-name {
padding-top: 56px;
}
.widget .gem-teams-position {
font-size: 89.5%;
}
.widget .gem-teams-phone {
text-transform: uppercase;
padding-top: 28px;
padding-bottom: 16px;
}
.widget .gem-teams-image img {
margin: 0 auto;
text-align: center;
width: 128px;
}
.widget .gem-teams-image {
display: block;
padding-top: 50px;
padding-bottom: 7px;
height: 160px;
}
.widget  .team-person-email a:before{
font-size: 34px;
}
.widget-teams {
border-top-right-radius: 122px;
border-top-left-radius: 122px;
overflow: hidden;
}
.widget .team-person-email {
font-size: 0px;
}
.widget .gem-teams-mail {
padding-top: 3px;
}
.widget .gem-teams-mail a:before {
padding-right: 10px;
content: '\e607';
font-family: 'thegem-icons';
font-style: normal;
font-size: 22px;
font-weight: normal;
vertical-align: bottom;
}
.widget .gem-teams-name {
padding-bottom: 8px;
}
.gem-team-style-horizontal .team-person-phone {
padding-bottom: 0px;
margin-bottom: -11px;
}
.gem-team-style-horizontal .team-person-phone:before {
font-size: 22px;
}
.gem-team-style-horizontal .team-person-info {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.gem-team-style-horizontal .team-person-image {
display: table-cell;
vertical-align: middle;
}
.gem-team-style-horizontal .team-person{
padding-left: 30px;
padding-top: 45px;
}
.gem-team-style-rounded .team-person-phone {
padding-bottom: 8px;
padding-top: 8px;
}
.gem-team-style-vertical .team-person-phone  {
padding-bottom: 5px;
}
.fullwidth-block .container .gem-client-carousel-item-wrap {
padding: 0 0%;
}
.widget_tweets .twitter-box .jtwt_tweet {
padding-bottom: 24px;
padding-top: 27px;
}
body .widget_tweets .twitter-box  .jtwt_tweet:first-child {
padding-top: 0px;
background: none;
}
.jtwt_tweet:before {
content: '\e611';
float: left;
font-family: thegem-icons;
font-style: normal;
font-size: 18px;
padding-right: 8px;
position: relative;
top: 0px;
}
.jtwt_date {
padding-bottom: 12px;
font-weight: 300;
}
.twitter-box .jtwt_tweet {
padding: 0 0 0 0px;
}
.tweets-container {
padding-top: 14px;
}
.jtwt_tweet_text {
margin-bottom: 0px;
}
.gem-textbox-content blockquote {
font-size: 116%;
}
.gem-textbox-content > blockquote {
padding: 14px;
}
.widget-area .gem-products-image,
.shop-widget-area .gem-products-image{
display: table-cell;
}
ul.product_list_widget .gem-products-image a {
position: relative;
float: left;
}
ul.product_list_widget .gem-products-image a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
opacity: 0;
z-index: 1;
background: rgba(0, 188, 212, 0.3);
}
ul.product_list_widget .gem-products-image a:hover:before {
opacity: 1;
}
.widget-area .gem-products-content,
.shop-widget-area .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.shop-widget-area .product_list_widget > li {
display: inline-block;
width: 100%;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
height: auto;
width: 80px;
max-width: none;
}
.woocommerce .widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce-page .widget_recently_viewed_products ul.product_list_widget li img {
height: 70px;
width: 70px;
}
.shop-widget-area .gem-products-content {
border-image: none;
padding-bottom: 11px;
position: relative;
margin-left: 70px;
padding-left: 18px;
}
ul.product_list_widget li {
margin-bottom: 15px;
display: inline-block;
padding: 0;
width: 100%;
}
.widget ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li {
overflow: visible;
}
ul.product_list_widget li:last-child {
margin-bottom: 0px;
}
.widget .gem-products-content{
margin-left: 70px;
min-height: 70px;
padding-left: 18px;
}
.widget .catalog-view .gem-products-content {
padding-bottom: 0;
}
.shop-widget-area .gem-products-title {
padding-top: 5px;
}
.widget .catalog-view .gem-products-title {
padding-top: 0;
}
.shop-widget-area .gem-products-price {
margin-bottom: -5px;
}
.widget .gem-products-price {
font-size: 20px;
line-height: 1.5em;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
margin-left: 0;
box-shadow: none;
}
.shop-widget-area .gem-products-title a {
padding-right: 80px;
}
.product_list_widget del {
display: none;
}
.shop-widget-area .gem-products-rating {
display: block;
position: absolute;
top: 13px;
right: 20px;
}
.widget .catalog-view .gem-products-rating {
position: relative;
margin-top: 5px;
top: auto;
right: auto;
}
.widget .product_list_widget .onsale,
.shop-widget-area .onsale {
position: absolute;
width: 24px;
height: 24px;
line-height: 26px;
border-radius: 50%;
top: 13px;
left: 68px;
font-size: 0;
z-index: 1;
text-align: center;
font-weight: inherit;
}
.widget .product_list_widget .onsale:after,
.shop-widget-area .onsale:after {
content: '%';
font-size: 16px;
}
.woocommerce .gem-products-price ins {
font-size: 20px;
text-decoration: none;
}
.gem-products-price > span {
font-size: 20px;
text-decoration: none;
}
.widget_product_search .screen-reader-text{
display: none;
}
.widget_product_search input.search-field {
width: 100%;
padding-right: 35px;
padding-left: 10px;
box-sizing: border-box;
line-height: 36px;
border-width: 2px;
border-radius: 2px;
}
.widget_product_search form {
position: relative;
}
.widget_product_search button {
background-color: transparent;
font-family: 'thegem-icons';
font-style: normal;
font-size: 24px;
height: 36px;
line-height: 36px;
position: absolute;
right: 2px;
top: 2px;
width: 36px;
border: 0 none;
background: transparent;
}
.widget_recent_reviews .product_list_widget li {
padding-top: 5px;
}
.widget_recent_reviews .product_list_widget .attachment-woocommerce_thumbnail {
float: left;
margin-right: 10px;
z-index: 100;
margin-top: -5px;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text {
width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
.widget_black_studio_tinymce div.wpcf7-mail-sent-ok {
border: 2px solid #ACDD8B;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_black_studio_tinymce div.wpcf7-validation-errors {
border: 2px solid #D55271;
margin: 0px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.widget_price_filter .price_label {
float: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
margin: 0;
}
.widget_price_filter .price_slider_amount {
padding-top: 15px;
}
.widget_price_filter .widget-title {
padding-bottom: 15px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
margin-bottom: 1em
}
.widget_price_filter .price_slider_wrapper .price_slider {
height: 6px;
overflow: visible;
position: relative;
}
.widget_price_filter .price_slider .ui-slider-range {
height: 100%;
position: absolute;
}
.widget_price_filter .price_slider .ui-slider-handle {
position: absolute;
width: 14px;
height: 14px;
top: 50%;
margin-top: -7px;
margin-left: -7px;
border-radius: 50%;
}
.widget-area .woocommerce .star-rating, .woocommerce-page .star-rating {
float: none;
}
.widget-area .reviewer {
display: block;
}
.widget-area .attachment-shop_thumbnail.wp-post-image,
.widget-area .attachment-woocommerce_thumbnail.wp-post-image {
float: left;
}
.gem-products-content {
margin-left: 80px;
}
.product_list_widget li{
position: relative;
}
.widget-area .woocommerce-placeholder{
float: left;
}
.widget_recent_entries ul li:last-child {
border-bottom: 0 none;
}
.widget_recent_entries ul li:before {
content: '\e63a';
float: left;
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
padding-left: 22px;
padding-right: 6px;
position: absolute;
padding-top: 11px;
}
.widget_recent_entries ul li a {
display: block;
margin-left: 66px;
padding-top: 9px;
padding-right: 24px;
}
.widget_shopping_cart .variation {
display: none;
}
.attachment-shop_thumbnail {
width: 70px;
height: 70px;
}
.widget .product-dummy,
.elementor-widget-sidebar .widget .product-dummy{
background-size: cover;
float: left;
margin-left: -1px;
margin-top: -1px;
width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.widget .product-dummy-wrapper,
.elementor-widget-sidebar .widget .product-dummy-wrapper{
width: 70px;
height: 70px;
float: left;
}
.widget_recent_reviews .product-dummy-wrapper{
margin-left: -1px;
border-color: transparent;
}
.widget_shopping_cart .product_list_widget li a .product-dummy-wrapper {
padding: 0px;
}
.shop-widget-area .widget .product-dummy {
margin-left: -3px;
}
.widget_shopping_cart_content ul.product_list_widget > li img {
margin: -1px;
}
.customer_details > dt {
font-weight: bold;
float: left;
padding-right: 10px;
}
.order-actions .gem-button {
margin-top: 0px;
}
.widget_layered_nav .combobox-wrapper {
height: 40px;
border-width: 2px;
}
.widget_layered_nav .combobox-wrapper .combobox-text {
line-height: 36px;
}
.widget_layered_nav .combobox-wrapper .combobox-button {
width: 36px;
height: 36px;
}
.widget_layered_nav ul{
margin: 0;
padding: 0;
}
.widget_layered_nav ul li {
list-style: none;
padding: 12px 0 12px 15px;
}
.widget_layered_nav ul li:first-child {
border-top: 0 none;
}
.widget_layered_nav ul li a:before {
content: '';
font-family: "thegem-icons";
font-style: normal;
font-weight: normal;
margin-right: 8px;
position: relative;
width: 14px;
height: 14px;
line-height: 12px;
font-size: 12px;
border: 1px solid currentColor;
display: inline-block;
vertical-align: middle;
}
.widget_layered_nav ul li.chosen a:before {
content: '\e614';
}
.widget_layered_nav ul li small:before {
content: "(";
}
.widget_layered_nav ul li small:after {
content: ")";
}
.adress-button {
margin-bottom: 30px;
}
.top-area-contacts .gem-contacts {
margin: 0 -17px;
}
.top-area-contacts .gem-contacts-item {
display: inline-block;
font-size: 14px;
padding: 0 17px;
line-height: 30px;
vertical-align: top;
}
.top-area-contacts .gem-contacts-item.gem-contacts-phone a {
color: inherit;
}
.top-area-contacts .gem-contacts-address:before,
.top-area-contacts .gem-contacts-phone:before,
.top-area-contacts .gem-contacts-fax:before,
.top-area-contacts .gem-contacts-email:before,
.top-area-contacts .gem-contacts-website:before {
font-family: 'thegem-icons';
font-style: normal;
margin-right: 0.33em;
vertical-align: top;
display: inline-block;
width: 16px;
font-size: 16px;
text-align: center;
}
.top-area-contacts .gem-contacts-address:before {
content: '\e604';
}
.top-area-contacts .gem-contacts-phone:before {
content: '\e625';
}
.top-area-contacts .gem-contacts-fax:before {
content: '\e606';
}
.top-area-contacts .gem-contacts-email:before {
content: '\e607';
}
.gem_accordion_header {
outline: none;
}
.gem-news-carousel-wrap .gem-news-pagination{
padding-top: 35px;
}
.gem_accordion_header {
cursor: pointer;
}
.gem_accordion_header a {
text-transform: uppercase;
}
.post-author-block {
display: block;
padding: 40px;
}
.post-author-avatar {
display: block;
float: left;
}
a.post-author-avatar:after {
display: block;
text-align: center;
content: '\e607';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 32px;
padding-top: 25px;
}
.post-author-avatar img {
border-radius: 50%;
-webkit-border-radius:  50%;
-moz-border-radius: 50%;
}
.post-author-info {
margin-left: 135px;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
.post-author-posts-link a:before {
content: '\e601';
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
vertical-align: top;
margin-right: 5px;
font-size: 16px;
}
@media (max-width: 599px) {
.post-author-avatar {
float: none;
margin-bottom: 25px
}
.post-author-info {
margin-left: 0;
margin-top: 0;
}
.post-author-info .name {
margin-top: 0;
}
a.post-author-avatar:after {
display: inline-block;
vertical-align: middle;
padding-top: 0;
padding-left: 25px;
line-height: 1;
}
}
.post-author-info .date {
margin-left: 23px;
}
.post-author-description {
margin-bottom: 20px;
}
.read-more-link {
float: right;
}
.byline {
padding: 0 5px;
}
.entry-meta {
margin-bottom: 8px;
}
.sep {
margin: 0 6px;
border-left: 1px solid #d4dee1;
height: 20px;
display: inline-block;
vertical-align: middle;
}
.read-more-link:before {
content: '\e601';
font-family: thegem-icons;
font-style: normal;
padding-left: -20px;
font-size: 14px;
}
.post-title a {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.post-meta-right {
float: right;
font-size: 16px;
white-space: nowrap;
}
.single-post-meta .post-meta-right {
margin-left: 100px;
}
.post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.post-meta-right > .sep {
vertical-align: middle;
}
.comments-link a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.comments-link a:before {
content: '\e61e';
font-family: 'thegem-icons';
font-style: normal;
font-size: 14px;
font-weight: normal;
margin-right: 6px;
display: inline-block;
line-height: inherit;
}
.post-footer-sharing {
display: inline-block;
position: relative;
}
.sharing-popup {
position: absolute;
visibility: hidden;
opacity: 0;
bottom: 50px;
border-radius: 25px;
height: 50px;
line-height: 50px;
padding: 0 25px;
white-space: nowrap;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
left: -20px;
margin-bottom: -10px;
}
.sharing-popup .socials {
line-height: 16px;
height: 16px;
margin-top: 17px;
}
article.sticky .sharing-popup {
bottom: 70px;
left: -10px;
}
.sharing-popup .sharing-styled-arrow {
position: absolute;
bottom: -100px;
height: 100px;
width: 50px;
left: -30px;
-ms-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 100% 0;
-o-transform: rotate(-90deg) scale(0.3);
-ms-transform: rotate(-90deg) scale(0.3);
-moz-transform: rotate(-90deg) scale(0.3);
transform: rotate(-90deg) scale(0.3);
}
.sharing-popup.active {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.sharing-popup a.socials-item {
vertical-align: top;
}
.post-footer-sharing .gem-button-container .gem-button {
margin-right: 13px;
}
.post-footer .gem-button-container .gem-button {
margin-bottom: 0;
}
article.sticky .post-footer-sharing .gem-button-container .gem-button {
margin-right: 16px;
}
.post-read-more {
display: inline-block;
}
.post-read-more .gem-button,
.comment-reply-link {
padding: 0 24px;
}
.styled-blog-meta {
display: inline-block;
float: right;
}
.styled-blog-meta .comments {
padding-right: 8px;
float: left;
}
.styled-blog-meta .comments:after  {
content: "|";
padding-left: 8px;
vertical-align: top;
}
.styled-blog-meta .tag-links {
display: none;
}
.styled-blog-meta {
bottom: 27px;
position: absolute;
right: 32px;
}
article:not(.type-page) > .entry-content.post-content {
margin-bottom: 60px;
}
.post-content .post-meta {
margin-bottom: 45px;
}
.post-tags-list {
margin-bottom: 30px;
margin-left: 10px;
}
.post-tags-list a {
position: relative;
display: inline-block;
color: inherit;
margin-right: 17px;
margin-bottom: 10px;
font-size: 13px;
line-height: 21px;
background-color: #e7edf0;
z-index: 2;
padding: 0 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.post-tags-list a:before {
content: '';
position: absolute;
background-color: inherit;
width: 12px;
height: 12px;
top: 5px;
left: -5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
z-index: -1;
transform: skew(-45deg, 45deg);
}
.post-tags-list a:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
top: 50%;
margin-top: -3px;
left: -5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.block-tags .tags-links a{
padding: 0 10px;
}
.block-tags {
float: right;
display: block;
padding-top: 21px;
}
.block-date {
float: left;
font-size: 89.5%;
margin-top: 2px;
margin-right: 10px;
}
.post-meta-categories a {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 755px) {
.single-post-meta .post-meta-categories {
display: block;
clear: both;
}
.single-post-meta .post-meta-author + .sep,
.single-post-meta .post-meta-categories + .sep {
display: none;
}
.single-post-meta .post-meta-right {
margin-left: 30px;
}
}
.thegem_pf_item .post-meta-left .post-meta-date:before {
content: '\e66e';
font-family: 'thegem-icons';
font-style: normal;
font-size: 16px;
font-weight: normal;
margin-right: 8px;
}
.thegem_pf_item .post-meta-bottom{
position: relative;
width: 100%;
margin-top: 20px;
}
.thegem_pf_item .post-meta-bottom .details{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.post-meta-navigation {
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
font-size: 24px;
white-space: nowrap;
vertical-align: top;
margin-left: 10px;
}
.post-meta-navigation > span + span {
margin-left: -7px;
}
.thegem_pf_item .post-meta-navigation > span + span {
margin-left: -10px;
}
.post-meta-navigation a {
color: inherit;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.thegem_pf_item .post-meta-navigation > .post-meta-category-link a {
font-size: 16px;
vertical-align: top;
}
.block-navigation {
clear: both;
display: inline-block;
width: 100%;
}
.block-navigation-prev {
float: left;
}
.block-navigation-prev a:before {
content: '\e603';
font-size: 15px;
padding-right: 10px;
font-family: thegem-icons;
font-style: normal;
display: block;
float: left;
}
.block-navigation-next {
float: right;
}
.block-navigation-next a:after {
content: '\e601';
font-size: 15px;
padding-left: 10px;
font-family: thegem-icons;
font-style: normal;
display: block;
float: right;
}
.block-divider {
margin-top: 50px;
display: block;
margin-bottom: 45px;
}
.block-thegem_socials_sharing {
width: 100%;
display: inline-block;
}
.portfolio-item-page-bottom .socials-sharing .socials-item-icon {
font-size: 24px;
}
.portfolio-item-page-bottom .socials-sharing {
margin-top: 42px;
float: left;
}
.portfolio-item-page-bottom .centered-box .socials-sharing {
float: none;
}
.portfolio-item-page-bottom .project-button .gem-button {
margin-top: 40px;
}
.block-portfolio-navigation-prev .gem-button {
padding-left: 3px;
padding-right: 14px;
}
.block-portfolio-navigation-prev .gem-button .gem-print-icon {
margin-right: 3px;
}
.block-portfolio-navigation-next .gem-button {
padding-right: 3px;
padding-left: 14px;
}
.block-portfolio-navigation-next .gem-button .gem-print-icon {
margin-left: 3px;
}
.block-navigation.centered-box .block-portfolio-navigation-prev .gem-button,
.block-navigation.centered-box .block-portfolio-navigation-next .gem-button {
margin-left: 30px;
margin-right: 30px;
}
.post-related-posts {
padding-bottom: 50px;
}
.post-related-posts-block {
margin: 0 -21px;
}
.post-related-posts-block .related-element {
float: left;
padding: 0;
width: 303px;
padding: 0 21px;
}
.post-related-posts-block .related-element .entry-meta {
margin-bottom: 0;
}
.related-posts-navigation {
position: absolute;
top: -85px;
right: 21px;
}
.related-posts-navigation .related-posts-prev,
.related-posts-navigation .related-posts-next {
height: 30px;
width: 30px;
padding: 0;
border: 2px solid #00bcd4;
background: transparent;
margin-left: 15px;
}
.related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-navigation .gem-button.related-posts-next:hover {
background-color: #3c3950;
border-color: #3c3950;
}
.related-posts-carousel {
position: relative;
}
.related-element img,
.related-element .gem-dummy {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 72px;
width: 72px;
max-width: none;
}
.related-element .post-meta-right {
font: inherit;
}
.related-element > a {
display: table-cell;
padding-right: 14px;
}
.related-element .post-meta-right > * {
display: inline-block;
vertical-align: top;
}
.related-element .post-meta-right .zilla-likes:before {
display: inline-block;
}
.related-element .post-meta-right .zilla-likes > * {
display: inline-block;
vertical-align: top;
}
.related-element .comments-link a {
display: inline-block;
vertical-align: top;
padding-right: 5px;
}
.related-element .comments-link a:before {
display: inline-block;
}
.related-element-info {
display: table-cell;
vertical-align: middle;
width: 99%;
}
.related-element-info > a {
margin-bottom: 3px;
}
.related-element-info .date {
display: block;
margin-top: -2px;
}
.related-element-info .comments-link a::before {
content: '\e631';
}
.related-element-info-conteiner {
max-height: 3.1em;
overflow: hidden;
}
.post-related-posts-bloack {
margin-top: 8px;
}
.post-related-posts h3 {
text-transform: uppercase;
}
.related-element {
padding: 30px 0 30px 30px;
}
.post-related-posts {
margin-top: 75px;
}
.post-author-block {
margin-top: 85px;
}
.wpb_wrapper .vc_progress_bar .vc_label {
font-size: 89.5%;
}
.wpb_wrapper .vc_progress_bar .vc_label_units {
font-size: 116%;
padding-left: 8px;
}
.gem-btn-primary {
color: #0088cc;
}
.gem-btn-warning {
color: #ff9900;
}
.gem-btn-danger {
color: #ff675b;
}
.gem-btn-success {
color: #6ab165;
}
.gem-btn-info {
color: #58b9da;
}
.gem-btn-inverse {
color: #555555;
}
#customer_login .login label,
#customer_login .register label {
display: block;
}
#customer_login .login,
#customer_login .register {
padding: 33px;
padding-right: 10px;
width: 100%;
display: inline-block;
}
#customer_login .login .input-text, #customer_login .register .input-text{
width: 97%;
margin-top: 5px;
padding: 4px 10px;
}
#customer_login .login .inline {
display: inline-block;
}
#customer_login .form-row.login-button {
display: inline-block;
}
#customer_login .lost_password {
display: inline-block;
}
.inline {
display: block;
}
#customer_login .rememberme-label {
padding-left: 9px;
}
#customer_login .lost_password {
padding-left: 19px;
}
#customer_login .login-button button{
top: 8px;
}
#customer_login .form-row.login-button {
padding-left: 18px;
}
#customer_login .form-row.register_form_button {
display: inline-block;
float: right;
margin-right: 15px;
}
#customer_login .form-row.register_form_button button{
top: 8px;
}
#customer_login .login  .gem-button input[type="submit"] {
padding: 0.6em 32px 0.6em 50px;
}
.account-tittle{
text-transform: uppercase;
}
.lost_reset_password .input-text{
margin-right: 20px;
margin-top: 5px;
padding-left: 10px;
width: 36%;
}
.lost_reset_password .gem-button {
margin-top: -5px;
}
.lost_reset_password .input-text {
float: left;
}
.form-edit-adress label {
display: block;
padding-bottom: 5px;
}
.form-edit-adress abbr {
border: 0 none;
}
.form-edit-adress input {
width: 50%;
}
.form-edit-adress  .button  {
width: auto;
}
.isotope-item {
padding-bottom: 10px;
}
.gem-post-grid-item-image {
display: table-cell;
}
.gem-post-grid-item-image img {
width: 72px;
height: 72px;
}
.gem-post-grid-item-info {
display: table-cell;
vertical-align: middle;
padding-left: 20px;
}
.gem-post-griid-item.clearix {
padding-bottom: 30px;
}
.gem-post-grid-item-date {
font-size: 89.5%;
}
@media (max-width: 768px) {
.wpcf7-form td {
float: left;
width: 100%;
text-align: center;
}
}
.site-footer .gem-custom-mailchimp input {
border: none;
}
#colophon .gem-custom-mailchimp input[type="email"] {
width: 50%;
height: 54px;
border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
margin-top: 25px;
}
#colophon .gem-custom-mailchimp button {
margin-top: 25px;
border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
-webkit-border-top-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
}
#colophon .widget .gem-testimonial-position,
#colophon .widget .gem-pp-posts-date,
#colophon .widget .jtwt_date,
#colophon .widget .gem-latest-news-title > span,
#colophon .widget.widget_recent_entries .post-date {
font-size: 89.5%;
}
.gem-latest-news:last-child{
border-bottom: none;
}
.widget_nav_menu li li a:before,
.widget_submenu li li a:before
{
content: '';
width: 6px;
display: block;
height: 6px;
position: absolute;
margin-top: 10px;
margin-left: -20px;
}
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before{
content: '';
width: 6px;
display: block;
height: 6px;
float: left;
margin-top: 10px;
margin-right: 12px;
}
.widget_pages a {
display: block;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_nav_menu > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
padding-left: 18px;
}
.widget_nav_menu ul.menu li > a,
.widget_submenu > div > ul li > a {
display: block;
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li,
.widget_product_categories > ul > li,
.widget_pages > ul > li {
padding: 12px 12px 12px 0;
}
.widget_categories > ul li > a,
.widget_product_categories > ul li > a,
.widget_pages > ul li > a {
}
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
text-transform: uppercase;
}
.widget_nav_menu ul.menu li > a:after,
.widget_submenu > div > ul li > a:after {
content: '';
display: inline-block;
width: 30px;
vertical-align: top;
margin-left: -30px;
text-align: center;
}
.widget_nav_menu ul.menu ul,
.widget_submenu > div > ul ul {
display: none;
}
.widget_categories > ul > li > ul,
.widget_product_categories > ul > li > ul,
.widget_pages > ul > li > ul {
margin: 12px -12px -12px 0;
}
.widget_nav_menu ul.menu li.menu-item-active > ul,
.widget_nav_menu ul.menu li.menu-item-current > ul,
.widget_submenu > div > ul li.menu-item-active > ul,
.widget_submenu > div > ul li.menu-item-current > ul {
display: block;
}
.widget_nav_menu ul.menu li.menu-item-parent > a:after,
.widget_submenu > div > ul li.menu-item-parent > a:after,
.widget_categories > ul li.cat-parent:after,
.widget_product_categories > ul li.cat-parent:after,
.widget_pages > ul li.page_item_has_children:after {
font-weight: normal;
}
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after{
content: '\e635';
font-family: thegem-icons;
font-style: normal;
font-size: 16px;
font-weight: normal;
}
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-current > a:after,
.widget_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_categories > ul li li.cat-parent.current-cat:after,
.widget_product_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li li.cat-parent.current-cat:after {
content: '\e635';
font-family: thegem-icons;
font-style: normal;
font-size: 16px;
font-weight: normal;
}
.widget .menu-item-has-children.menu-item-parent > a:after {
content: '\e601';
font-size: 16px;
font-family: thegem-icons;
font-style: normal;
font-weight: normal;
}
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after {
font-size: 24px;
}
.widget_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li.cat-parent.current-cat-parent:after,
.widget_categories > ul li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after {
content: '\e602';
font-family: thegem-icons;
font-style: normal;
font-size: 16px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor,
.widget_pages > ul li.page_item_has_children.current_page_parent,
.widget_pages > ul li.current_page_item,
.widget_categories > ul li.cat-parent.current-cat-ancestor,
.widget_categories > ul li.cat-parent.current-cat-parent,
.widget_categories > ul li.cat-parent.current-cat,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor,
.widget_product_categories > ul li.cat-parent.current-cat-parent,
.widget_product_categories > ul li.cat-parent.current-cat {
position: relative;
}
.widget_pages > ul li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-style: normal;
font-size: 13px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_item > a:after {
content: '\e602';
font-family: thegem-icons;
font-style: normal;
font-size: 8px;
top: 12px;
right: 18px;
position: absolute;
font-weight: normal;
}
.widget_nav_menu ul.menu ul li.menu-item-active > a,
.widget_submenu > div > ul ul li.menu-item-active > a {
border: 0 none !important;
}
.widget_nav_menu ul.menu > li li > a,
.widget_submenu > div > ul > li li > a {
padding-left: 40px;
}
.widget_nav_menu ul.menu > li li li > a,
.widget_submenu > div > ul > li li li > a {
padding-left: 60px;
}
.widget_nav_menu ul.menu > li li li li > a,
.widget_submenu > div > ul > li li li li > a {
padding-left: 80px;
}
.widget_nav_menu ul.menu > li li li li li > a,
.widget_submenu > div > ul > li li li li li > a {
padding-left: 100px;
}
.widget_categories > ul > li > ul > li,
.widget_product_categories > ul > li > ul > li,
.widget_pages > ul > li > ul > li {
padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li > ul > li > ul,
.widget_product_categories > ul > li > ul > li > ul,
.widget_pages > ul > li > ul > li > ul {
margin: 12px -12px -12px -20px;
}
.widget_categories > ul > li > ul > li li,
.widget_product_categories > ul > li > ul > li li,
.widget_pages > ul > li > ul > li li {
padding: 10px 15px 10px 40px;
}
.widget_categories > ul > li > ul > li > ul ul,
.widget_product_categories > ul > li > ul > li > ul ul,
.widget_pages > ul > li > ul > li > ul ul {
margin: 10px -15px -10px -20px;
}
.widget_pages > ul > ul {
padding-left: 30px;
}
#colophon .widget_submenu a,
#colophon .widget_nav_menu a {
background: transparent;
}
.widget_recently_viewed_products .product_list_widget a {
clear: both;
}
.widget_recently_viewed_products ul.product_list_widget li {
padding: 10px;
margin-bottom: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-moz-box-shadow: none;
display: flex;
}
.widget_recently_viewed_products ul.product_list_widget li + li {
background-repeat: repeat-x;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
display: block;
align-self: start;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
overflow: hidden;
min-width: 70px;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-content {
border: 0 none;
display: block;
margin-left: 0;
width: auto;
flex-grow: 1;
}
.widget_recently_viewed_products ul.product_list_widget li .product-dummy-wrapper {
border: 0 none;
width: 70px;
}
.gem_client_carousel-items .gem-client-item .grayscale-hover {
background: none repeat scroll 0 0 transparent !important;
}
.teaser_grid_container .gem-post-title {
padding-right: 31px;
}
body .footer-contact-form .wpcf7-email {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 54px;
}
body .footer-contact-form .wpcf7-textarea {
background-color: #2c2e3a;
border: medium none;
color: #ffffff;
height: 117px;
}
.footer-contact-form {
padding-right: 30px;
}
.footer-contact-form .wpcf7-submit{
background-color: #4c5867;
float: left;
}
.footer-contact-form .wpcf7-submit:hover{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.widget .wpcf7 .gem-sidebar-input {
text-align: left;
}
.elementor-widget-sidebar .gem-products-image {
display: table-cell;
}
.elementor-widget-sidebar .gem-products-content {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.widget .blog {
padding-bottom: 0px;
}
.widget-title:after{
font-family: thegem-icons;
font-style: normal;
content: '\e630';
font-size: 8px;
padding-left: 8px;
font-weight: normal;
display: none;
}
#colophon .gem-latest-news:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:first-child,
#colophon .widget_meta li:first-child,
#colophon .widget_rss li:first-child,
#colophon .widget_recent_entries li:first-child,
#colophon .Custom_Recent_Posts ul li:first-child {
background: none;
}
.widget_socials .socials-item-icon {
font-size: 24px;
margin-bottom: 13px;
}
.widget_socials a.socials-item {
margin-left: 0;
margin-right: 13px;
}
.widget .socials-colored a:hover .socials-item-icon{
color: #00bcd4 !important;
}
.widget .gem-portfolios-type-carousel-grid .gem-portfolio-item {
padding: 0px 12px 12px 0;
display: block;
}
.widget-portfolio-carousel-slide a{
display: block;
height: 80px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.widget-portfolio-carousel-slide img{
width: 80px;
height: 80px;
display: block;
}
.widget-portfolio-carousel-slide {
float: left;
}
.widget-portfolio-carousel-slide {
margin-right: -10px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination a {
width: 14px;
height: 14px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination {
padding-top: 4px;
}
.widget-gem-portfolio-item.gem-portfolio-dummy img{
display: none;
}
.widget-gem-portfolio-item.gem-portfolio-dummy {
position: relative;
}
.widget-gem-portfolio-item.gem-portfolio-dummy:after {
content: '?';
color: #ffffff;
position: absolute;
left: 35px;
top: 28px;
}
.widget-gem-portfolio-item	{
position: relative;
}
.widget-gem-portfolio-item img {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.widget-gem-portfolio-item .widget-gem-portfolio-item-hover {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.widget-gem-portfolio-item:hover .widget-gem-portfolio-item-hover {
opacity: 1;
}
.widget_submenu  ul ul ul,
.widget_nav_menu  ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul,
.widget_product_categories ul ul ul {
background-color: #e8ecef;
}
.widget a.gem-button.gem-button-style-outline {
background: transparent;
}
.gmaps_round {
border-radius: 50%;
overflow: hidden;
}
body .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.vc_gem_pricing_table  .vc_controls-container.vc_controls {
margin-top: 10px;
z-index: 10;
}
@media (max-width: 600px) {
body .vc_separator.vc_sep_double {
height: auto !important;
}
}
@media(max-width: 1024px){
.fullwidth-block.fullwidth-block-parallax-vertical,
.fullwidth-block.fullwidth-block-parallax-fixed{
background-attachment: scroll;
}
}
.textwidget img {
max-width: 100%;
height: auto;
}
.textwidget option,
.textwidget select {
max-width: 100%;
}
.widget .screen-reader-text {
margin-bottom: 10px;
display: block;
}
.calendar_wrap td, .calendar_wrap th {
border: none !important;
padding: 5px !important;
}
.gem-icon-with-title  > a{
display: table-cell;
padding-bottom: 0 !important;
vertical-align: middle;
padding-right: 10px;
}
.gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-1,
.gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-2 {
display: inline-block;
}
.portfolio-filters-list .widget-area .widget {
order: 10;
}
.portfolio-filters-list.style-sidebar .widget-area-wrap,
.portfolio-filters-list.style-hidden .widget-area-wrap {
flex: none;
}
.portfolio-filters-list:is(.style-sidebar, .style-hidden, .style-standard-mobile) .widget-area .portfolio-filter-item:first-child {
border-top: none;
padding-top: 0;
}
.portfolio-filters-list.style-sidebar .widget-area .widget {
width: 100%;
padding: 25px 0;
margin: 0;
}
@media (min-width: 992px) {
.portfolio-filters-list.style-sidebar .widget-area .widget {
padding: 25px 0;
}
.portfolio-filters-list.style-sidebar .widget-area .widget.widget_product_search {
padding-bottom: 28px;
}
}
.portfolio-filters-list.style-hidden .widget-area .widget {
width: 100%;
padding: 25px 10px;
margin: 0;
}
@media (max-width: 991px) {
.portfolio-filters-list.style-standard .widget-area .widget,
.portfolio-filters-list.style-sidebar .widget-area .widget {
width: 100%;
padding: 25px 10px;
margin: 0;
}
}
@media (min-width: 992px) {
.portfolio-filters-list.style-hidden .widget-area .widget {
padding: 25px 30px;
}
}
.portfolio-filters-list .widget-area .widget:first-child {
border: none;
padding-top: 0;
margin-top: -1px;
}
.portfolio-filters-list .widget-area .widget .widget-title {
margin: 0 0 20px 0;
cursor: default;
}
.portfolio-filters-list .widget-area .widget .widget-title .arrow {
display: none;
}
.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul {
padding: 0;
margin: 0;
}
.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul {
padding: 0 0 0 20px;
}
.portfolio-filters-list .widget_product_categories ul,
.portfolio-filters-list .widget_layered_nav ul {
list-style: none;
padding: 0;
margin: 0;
border: none;
line-height: inherit;
font-family: inherit;
font-size: inherit;
}
.portfolio-filters-list .widget_product_categories ul li,
.portfolio-filters-list .widget_layered_nav ul li {
color: inherit;
padding: 0;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
flex-wrap: wrap;
}
.portfolio-filters-list .widget_layered_nav ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
flex-wrap: wrap;
}
.portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat:after,
.portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat-parent:after,
.portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat:after,
.portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat-parent:after {
content: none;
}
.portfolio-filters-list .widget_product_categories ul li a,
.portfolio-filters-list .widget_layered_nav ul li a {
flex: 1;
color: inherit;
padding: 0;
}
.portfolio-filters-list .widget_layered_nav ul li a span.title {
margin-right: auto;
}
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a.attribute-type-color:hover,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a.attribute-type-color,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a.attribute-type-color {
color: inherit;
}
.portfolio-filters-list .widget_product_categories ul li a:hover + span.count,
.portfolio-filters-list .widget_layered_nav ul li a:hover span.count {
color: #FFFFFF;
}
.portfolio-filters-list .widget_product_categories ul li span.count,
.portfolio-filters-list .widget_layered_nav ul li span.count,
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow  {
flex: none;
margin-left: 20px;
display: block;
color: inherit;
background-color: var(--styled-bg-color, #f0f3f2);
font-size: var(--thegem-to-body-tiny-font-size, 14px);
padding: 2px 8px;
line-height: 1;
border-radius: 11px;
transition: background-color 0.3s;
}
@media (min-width: 992px) {
.portfolio-filters-list .widget_product_categories ul li span.count,
.portfolio-filters-list .widget_layered_nav ul li span.count {
margin-left: 45px;
}
}
.portfolio-filters-list.hide-filter-counts .widget_layered_nav ul li span.count {
display: none;
}
.portfolio-filters-list.categories-widget-collapsible:not(.collapse-inited) .cat-parent:not(.current-cat-parent, .current-cat) > ul {
display: none;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow {
padding: 2px;
margin-left: 6px;
transform: translateY(0.1em);
cursor: pointer;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow:before {
display: block;
content: '\e602';
font-style: normal;
font-family: "thegem-icons";
font-weight: normal;
-webkit-font-smoothing: initial;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow:hover {
color: #FFFFFF;
background-color: var(--thegem-to-widget-hover-link_color, #00BCD4);
}
.portfolio-filters-list .widget_product_categories ul li:not(.collapsed) > .filters-collapsible-arrow {
transform: translateY(0.1em) rotate(180deg);
color: #FFFFFF;
background-color: var(--thegem-to-widget-hover-link_color, #00BCD4);
}
.portfolio-filters-list .widget_product_categories ul li ul,
.portfolio-filters-list .widget_layered_nav ul li ul {
padding: 0 0 0 20px;
background: transparent;
width: 100%;
}
.portfolio-filters-list .widget_product_categories ul li.current-cat > span.count,
.portfolio-filters-list .widget_layered_nav ul li.chosen span.count {
color: #FFFFFF;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider {
position: relative;
border: none;
height: 4px;
width: 90%;
margin: 20px auto 30px auto;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
position: absolute;
top: 0;
height: 100%;
z-index: 1;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
position: absolute;
width: 14px;
height: 14px;
top: 50%;
transform: translate(-50%, -50%);
border: none;
border-radius: 50%;
cursor: pointer;
margin: 0;
z-index: 2;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:focus {
outline: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + span:focus {
outline: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount {
padding: 0;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount input,
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount button {
display: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
float: left;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
display: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .from,
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .to {
font-size: 1.1em;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li a {
position: relative;
padding-left: 1.2em;
text-transform: inherit;
font-weight: inherit;
font-family: inherit;
font-size: inherit;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a {
padding: 0;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a:before,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li a:before {
content: none;
color: currentColor;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li.chosen a:before,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li.chosen a:before {
content: "";
font-family: "thegem-icons";
font-weight: normal;
font-style: normal;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.portfolio-filters-list .widget_product_search {
margin: 0 0 30px 0;
}
.portfolio-filters-list .widget_product_search input {
width: 100%;
box-sizing: border-box;
}
.portfolio-filters-list .widget_product_search button {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 100%;
font-size: 0;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
cursor: pointer;
}
.portfolio-filters-list .widget_product_search button:before {
content: "";
font-size: 16px;
font-style: normal;
font-family: "thegem-icons";
font-weight: normal;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotateY(180deg);
}
.portfolio-filters-list.normal .widget_product_search,
.portfolio-filters-list.normal .widget_product_categories,
.portfolio-filters-list.normal .widget_layered_nav,
.portfolio-filters-list.normal .widget_price_filter {
display: none;
}
.portfolio-filters-list .widget_product_search input {
border: none;
padding: 7px 33px 7px 18px;
border-radius: 17px;
line-height: 1;
}
.portfolio-filters-list .widget_product_search input::-webkit-input-placeholder {
color: currentColor;
opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input::-moz-placeholder {
color: currentColor;
opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input:-ms-input-placeholder {
color: currentColor;
opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input:-moz-placeholder {
color: currentColor;
opacity: 0.8;
}
.portfolio-filters-list .widget_layered_nav .count,
.portfolio-filters-list .widget_product_categories .count {
opacity: 0;
}
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
float: left;
}
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li,
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-content,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-content {
border: none;
}
.thegem-te-blog-archive-title{
position: relative;
}
.thegem-te-blog-archive-title .blog-title{
position: relative;
padding: 0;
margin: 0;
}
.thegem-te-blog-archive-description{
position: relative;
}
.thegem-te-blog-archive-description .blog-description{
position: relative;
display: inline-flex;
padding: 0;
margin: 0
}
.thegem-te-blog-archive-breadcrumbs{
position: relative;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs{
position: relative;
display: flex;
width: 100%;
align-items: center;
z-index: 1;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul{
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style-type: none;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li{
position: relative;
font-size: var(--thegem-to-body-tiny-font-size);
line-height: var(--thegem-to-body-tiny-line-height);
color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:not(:last-child){
padding-right: 20px;
margin-right: 5px;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:not(:last-child):after{
font-family: 'thegem-icons';
content: '\e601';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: 1;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li a{
color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li a:hover{
color: var(--thegem-to-breadcrumbs-color-hover);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:last-child{
color: var(--thegem-to-breadcrumbs-color-active);
}
.gem-search-form.gem-search-form-style-light .search-field{
border: 1px solid var(--thegem-to-box-border-color);
}
.gem-search-form.gem-search-form-style-light .search-submit{
color: var(--thegem-to-body-color);
}
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li > span{
justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li > span{
justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li > span{
justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom{
display: flex;
flex-wrap: wrap;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom{
justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--center ul.nav-menu-custom{
justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom{
justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li{
position: relative;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.menu-separator ul.nav-menu-custom li:not(:last-child):before{
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 1px;
height: 100%;
background-color: var(--thegem-to-box-border-color);
z-index: 2;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li a{
margin: 0;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child a{
margin-left: -0.7em;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child a{
margin-right: -0.7em;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator{
position: relative;
display: flex;
align-items: center;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator:before{
content: "\e601";
font-family: "thegem-icons";
font-weight: normal;
font-style: normal;
line-height: inherit;
font-size: inherit;
}
.thegem-menu-custom .menu-custom-header .icon{
width: auto;
}
.thegem-menu-custom ul.nav-menu-custom > li > a{
position: relative;
z-index: 1;
}
.thegem-menu-custom ul.nav-menu-custom > li > a .text{
position: relative;
display: inline-flex;
}
.thegem-menu-custom ul.nav-menu-custom > li > a:after,
.thegem-menu-custom ul.nav-menu-custom > li > a:before,
.thegem-menu-custom ul.nav-menu-custom > li > a .text:before,
.thegem-menu-custom ul.nav-menu-custom > li > a .text:after{
display: block;
position: absolute;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
-o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.thegem-menu-custom ul.nav-menu-custom > li > a:before {
z-index: -1;
}
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{
opacity: 0;
}
.thegem-menu-custom ul.nav-menu-custom > li:hover > a{
background-color: transparent;
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:after {
content: '';
transition: 0.3s;
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before{
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--thegem-to-menu-level1-color-hover);
z-index: -1;
}
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--thegem-to-menu-level1-color-hover);
z-index: -1;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.collapsed > a:after {
height: 2px;
left: 0;
right: 0;
bottom: 0;
background-color: var(--thegem-to-menu-level2-border-color, #DFE5E8);
z-index: 2;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.collapsed > a:before {
background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
border-radius: 20px;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
transform: scale(0.5);
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
transform: scale(1);
opacity: 1;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
transform: scale(1.2);
transition: 0.3s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
transition: opacity 0.15s, transform 0.4s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
left: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
right: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
top: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
bottom: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
transition-duration: 0s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
transition-duration: 0s;
}
.thegem-menu-custom.style-hover-text ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:before {
content: '';
top: 0;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:after {
content: '';
bottom: 0;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-1 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-2 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-1 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-2 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.collapsed > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.collapsed > a .text:after {
content: none;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{
color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:before,
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:after{
height: 2px;
width: 100%;
left: 0;
background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
z-index: 2;
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:after {
height: 2px;
width: 100%;
left: 0;
background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
z-index: 2;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.collapsed > a .text:after {
background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
height: 0;
width: 0;
left: 50%;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
top: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
bottom: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
top: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
bottom: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text {
transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:focus {
transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
width: 10px;
left: -20px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
width: 10px;
left: calc(100% + 20px);
}
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a:after {
border-radius: 20px;
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a {
color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 2px solid var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:before {
content: '';
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
transform: scale(0.75);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
transform: scale(1.25);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
transition: opacity 0.2s, transform 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
width: 2px;
height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
border-width: 0 0 2px 2px;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 2px 2px 0 0;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
width: 100% !important;
height: 100% !important;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before {
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
width: 2px;
height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
border-width: 2px 0 0 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 2px 2px 0;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
width: 100% !important;
height: 100% !important;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
transition-duration: 0s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
transition-duration: 0s;
}
.thegem-te-socials-sharing{
position: relative;
}
.thegem-te-socials-sharing .socials-sharing{
position: relative;
display: flex;
}
.thegem-te-socials-sharing .socials-sharing ul{
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
flex: auto;
margin-top: 0;
margin-bottom: 0;
margin-left: -5px;
margin-right: -5px;
padding: 0;
list-style-type: none;
}
.thegem-te-socials-sharing .socials-sharing ul li{
padding-left: 5px;
padding-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.thegem-te-socials-sharing.socials-sharing--left .socials-sharing ul{
justify-content: flex-start;
}
.thegem-te-socials-sharing.socials-sharing--center .socials-sharing ul{
justify-content: center;
}
.thegem-te-socials-sharing.socials-sharing--right .socials-sharing ul{
justify-content: flex-end;
}
.thegem-te-socials-sharing.socials-sharing--justify .socials-sharing ul{
justify-content: space-between;
}
.thegem-te-socials-sharing .socials-sharing .socials-item{
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: var(--thegem-to-socials-sharing-color);
}
.thegem-te-socials-sharing.socials-sharing--round .socials-sharing .socials-item,
.thegem-te-socials-sharing.socials-sharing--square .socials-sharing .socials-item{
border: 1px solid;
border-color: var(--thegem-to-socials-sharing-color, #99A9B5);
background-color: transparent;
padding: 0.5em;
min-width: 40px;
min-height: 40px;
}
.thegem-te-socials-sharing.socials-sharing--round .socials-sharing .socials-item{
border-radius: 50%;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.facebook:hover{
color: #4E64B5;
border-color: #4E64B5;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.twitter:hover{
color: #00ACED;
border-color: #00ACED;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.pinterest:hover{
color: #FF5757;
border-color: #FF5757;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.tumblr:hover{
color: #456988;
border-color: #456988;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.instagram:hover{
color: #9A8F62;
border-color: #9A8F62;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.linkedin:hover{
color: #0288D1;
border-color: #0288D1;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.skype:hover{
color: #00AFF0;
border-color: #00AFF0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.youtube:hover{
color: #C82929;
border-color: #C82929;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.telegram:hover{
color: #2CA5E0;
border-color: #2CA5E0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.vk:hover{
color: #5181B8;
border-color: #5181B8;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.whatsapp:hover{
color: #30B220;
border-color: #30B220;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.viber:hover{
color: #7A4E9D;
border-color: #7A4E9D;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.ok:hover{
color: #DF8733;
border-color: #DF8733;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.reddit:hover{
color: #FF4500;
border-color: #FF4500;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.tiktok:hover{
color: #FF0050;
border-color: #FF0050;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.xing:hover{
color: #046064;
border-color: #046064;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.skype:hover {
color: #00aff0;
border-color: #00aff0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item-icon{
transition: none;
}
.thegem-te-socials-sharing.socials-sharing--tiny .socials-sharing .socials-item-icon{
font-size: 16px;
}
.thegem-te-socials-sharing.socials-sharing--small .socials-sharing .socials-item-icon{
font-size: 24px;
}
.thegem-te-socials-sharing.socials-sharing--medium .socials-sharing .socials-item-icon{
font-size: 48px;
}
.thegem-te-socials-sharing.socials-sharing--large .socials-sharing .socials-item-icon{
font-size: 96px;
}
.thegem-te-socials-sharing.socials-sharing--xlarge .socials-sharing .socials-item-icon{
font-size: 144px;
}
.thegem-te-post-title,
.thegem-te-portfolio-title,
.thegem-te-post-excerpt,
.thegem-te-portfolio-excerpt,
.thegem-te-post-content,
.thegem-te-portfolio-content{
position: relative;
display: flex;
flex-wrap: wrap;
width: 100%;
}
.thegem-te-post-title .post-title,
.thegem-te-portfolio-title .portfolio-title,
.thegem-te-post-excerpt .post-excerpt,
.thegem-te-portfolio-excerpt .portfolio-excerpt,
.thegem-te-post-content .post-content,
.thegem-te-portfolio-content .portfolio-content{
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
}
.thegem-te-portfolio-title .portfolio-title{
text-align: inherit;
}
.thegem-te-portfolio-title.title--left .portfolio-title{
text-align: left;
}
.thegem-te-portfolio-title.title--right .portfolio-title{
text-align: right;
}
.thegem-te-portfolio-title.title--center .portfolio-title{
text-align: center;
}
.thegem-te-portfolio-title.title--justify .portfolio-title{
text-align: justify;
}
.thegem-te-post-title .post-title a{
color: var(--thegem-to-h4-color);
}
.thegem-te-post-title .post-title a:hover{
color: var(--thegem-to-link-color);
}
.thegem-te-post-breadcrumbs,
.thegem-te-portfolio-breadcrumbs{
position: relative;
width: 100%;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs{
position: relative;
display: flex;
width: 100%;
align-items: center;
z-index: 1;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul{
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style-type: none;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li{
position: relative;
font-size: var(--thegem-to-body-tiny-font-size);
line-height: var(--thegem-to-body-tiny-line-height);
color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:not(:last-child),
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:not(:last-child){
padding-right: 20px;
margin-right: 5px;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:not(:last-child):after,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:not(:last-child):after{
font-family: 'thegem-icons';
content: '\e601';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: 1;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li a,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li a{
color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li a:hover,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li a:hover{
color: var(--thegem-to-breadcrumbs-color-hover);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:last-child,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:last-child{
color: var(--thegem-to-breadcrumbs-color-active);
}
.thegem-te-post-featured-content{
position: relative;
display: flex;
}
.thegem-te-post-featured-content.featured-image--left{
justify-content: flex-start;
}
.thegem-te-post-featured-content.featured-image--center{
justify-content: center;
}
.thegem-te-post-featured-content.featured-image--right{
justify-content: flex-end;
}
.thegem-te-post-featured-content .post-featured-content{
position: relative;
width: 100%;
}
.thegem-te-post-featured-content.featured-image--default .post-featured-content{
width: auto;
}
.thegem-te-post-featured-content.featured-image--stretch .post-featured-content{
width: 100%;
}
.thegem-te-post-featured-content.featured-image--stretch .post-featured-content img{
width: 100% !important;
height: auto !important;
}
.elementor-element.elementor-widget-thegem-template-featured-image > .elementor-widget-container {
overflow: hidden;
}
.thegem-te-post-featured-image,
.thegem-te-portfolio-featured-image{
position: relative;
display: flex;
}
.thegem-te-post-featured-image.featured-image--left,
.thegem-te-portfolio-featured-image.featured-image--left{
justify-content: flex-start;
}
.thegem-te-post-featured-image.featured-image--center,
.thegem-te-portfolio-featured-image.featured-image--center{
justify-content: center;
}
.thegem-te-post-featured-image.featured-image--right,
.thegem-te-portfolio-featured-image.featured-image--right{
justify-content: flex-end;
}
.thegem-te-post-featured-image.featured-image--stretch .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--stretch .portfolio-featured-image{
width: 100%;
}
.thegem-te-post-featured-image.featured-image--stretch .post-featured-image img,
.thegem-te-portfolio-featured-image.featured-image--stretch .portfolio-featured-image img{
width: 100% !important;
height: auto !important;
}
.thegem-te-post-featured-image .post-featured-image,
.thegem-te-portfolio-featured-image .portfolio-featured-image{
position: relative;
overflow: hidden;
}
.thegem-te-post-featured-image .post-featured-image .fancybox,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox{
position: relative;
display: block;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:before,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:before{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--thegem-to-hover-default-color-08, rgba(0, 188, 212, 0.8));
transition: all 0.5s;
opacity: 0;
visibility: hidden;
z-index: 5;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:after {
content: '\e60f';
font-family: 'thegem-icons';
position: absolute;
top: -20px;
left: 50%;
font-size: 40px;
transform: translate(-50%, -50%);
transition: all 0.3s;
color: var(--thegem-to-icons-portfolio-gallery-color-hover);
opacity: 0;
visibility: hidden;
z-index: 5;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:before,
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:before,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:after{
visibility: visible;
opacity: 1;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:after{
top: 50%;
}
.thegem-te-post-featured-image.featured-image--border-8 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-8 .portfolio-featured-image{
border: 8px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-16 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-16 .portfolio-featured-image {
border: 16px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-outline-8 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-8 .portfolio-featured-image {
padding: 8px;
border: 1px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-outline-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-20 .portfolio-featured-image {
padding: 20px;
border: 2px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-shadow-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-shadow-20 .portfolio-featured-image {
padding: 20px;
-webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
-moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
}
.thegem-te-post-featured-image.featured-image--border-combined .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-combined .portfolio-featured-image {
padding: 8px;
border: 20px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-radius-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-20 .portfolio-featured-image {
padding: 10px;
border-radius: 20px;
border: 10px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image {
padding: 18px;
border: 6px solid transparent;
border-radius: 55px;
}
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image a,
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image img,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image a,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image img{
border-radius: 55px;
overflow: hidden;
}
.thegem-te-post-featured-image.featured-image--dashed-inside .post-featured-image:after,
.thegem-te-portfolio-featured-image.featured-image--dashed-inside .portfolio-featured-image:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: 2px dashed rgba(255, 255, 255, 0.5);
z-index: 0;
}
.thegem-te-post-featured-image.featured-image--dashed-outside .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--dashed-outside .portfolio-featured-image {
padding: 20px;
border: 2px dashed transparent;
}
.thegem-te-post-featured-image.featured-image--rounded-with-border .post-featured-image,
.thegem-te-post-featured-image.featured-image--rounded-without-border .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--rounded-with-border .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--rounded-without-border .portfolio-featured-image {
border-radius: 50%;
}
.thegem-te-post-featured-image.featured-image--rounded-with-border .post-featured-image:after,
.thegem-te-portfolio-featured-image.featured-image--rounded-with-border .portfolio-featured-image:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border: 2px solid #FFFFFF;
border-radius: 50%;
}
.thegem-te-post-featured-image.featured-image--border-8 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-16 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-outline-8 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-outline-20 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-combined .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-radius-20 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image,
.thegem-te-post-featured-image.featured-image--dashed-outside .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-8 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-16 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-8 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-20 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-combined .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-20 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--dashed-outside .portfolio-featured-image{
border-color: var(--thegem-to-box-border-color);
}
@media screen and (max-width: 767px){
.thegem-te-post-featured-image .post-featured-image img,
.thegem-te-portfolio-featured-image .portfolio-featured-image img{
height: auto !important;
}
}
.thegem-te-loop-featured-media{
position: relative;
z-index: 0;
}
.thegem-te-loop-featured-media .media-inner-wrap{
position: relative;
width: 100%;
height: 100%;
transition: all 0.3s;
overflow: hidden;
}
.thegem-te-loop-featured-media.image-position-centered .media-inner-wrap{
margin: 0 auto;
}
.thegem-te-loop-featured-media.image-position-right .media-inner-wrap{
margin-left: auto;
}
.thegem-te-loop-featured-media.without-image .media-inner-wrap {
background-color: var(--styled-bg-color, #f0f3f2);
aspect-ratio: 1/1;
}
.thegem-te-loop-featured-media.loop-item-type-masonry.without-image .media-inner-wrap{
aspect-ratio: auto;
}
.thegem-te-loop-featured-media.appearance-type-audio.loop-item-type-masonry .post-featured-content{
position: relative !important;
min-height: 54px;
}
.thegem-te-loop-featured-media.appearance-type-image .media-inner-wrap:before,
.thegem-te-loop-featured-media.appearance-type-gallery .media-inner-wrap .portfolio-image-slider:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: all 0.3s;
z-index: 5;
}
.thegem-te-loop-featured-media .featured-media .media-inner-wrap .portfolio-item-link{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.thegem-te-loop-featured-media .featured-media .media-inner-wrap img{
transition: all 0.3s;
}
.thegem-te-loop-featured-media.image-aspect-ratio .featured-media .media-inner-wrap img,
.thegem-te-loop-featured-media.loop-item-type-masonry .featured-media .media-inner-wrap .portfolio-image-slider img {
height: 100%;
width: 100%;
max-width: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.thegem-te-loop-featured-media.appearance-type-image.image-hover-effect a .featured-media .media-inner-wrap img {
overflow: hidden;
transform: translate(0,0) scale(1);
}
.thegem-te-loop-featured-media.appearance-type-image.image-hover-effect a:hover .featured-media .media-inner-wrap img {
transform: translate(0,0) scale(1.12);
}
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-video .media-inner-wrap,
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-quote .media-inner-wrap,
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-gallery .media-inner-wrap {
aspect-ratio: 1/1;
}
.thegem-te-loop-featured-media.appearance-type-quote blockquote .quote-author {
display: flex;
width: 100%;
}
.thegem-te-loop-featured-media.appearance-type-quote blockquote .quote-author:after {
font-family: 'thegem-icons';
content: '\e60c';
font-size: 70px;
line-height: 50px;
margin-left: auto;
vertical-align: bottom;
font-style: normal;
font-weight: normal;
}
.thegem-te-loop-featured-media.appearance-type-gif img.gem-gif-poster {
position: absolute !important;
top: 0;
left: 0;
transition: none;
background-color: var(--styled-bg-color, #f0f3f2);
}
.thegem-te-loop-featured-media.appearance-type-gif:hover img.gem-gif-poster,
.thegem-te-loop-featured-media.appearance-type-gif a:hover img.gem-gif-poster{
opacity: 0 !important;
visibility: hidden;
}
.thegem-template-loop-item .e-con .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap {
aspect-ratio: var(--aspect-ratio, auto) !important;
}
.thegem-template-loop-item .elementor-column .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap {
padding-bottom: calc(100% / var(--aspect-ratio, 1)) !important;
height: 0 !important;
}
.thegem-template-loop-item .elementor-column .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.thegem-te-post-info,
.thegem-te-portfolio-info{
position: relative;
width: 100%;
}
.thegem-te-post-info .post-info,
.thegem-te-portfolio-info .portfolio-info{
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.thegem-te-post-info.post-info--left .post-info,
.thegem-te-portfolio-info.portfolio-info--left .portfolio-info{
justify-content: flex-start;
}
.thegem-te-post-info.post-info--center .post-info,
.thegem-te-portfolio-info.portfolio-info--center .portfolio-info{
justify-content: center;
}
.thegem-te-post-info.post-info--right .post-info,
.thegem-te-portfolio-info.portfolio-info--right .portfolio-info{
justify-content: flex-end;
}
.thegem-te-post-info.post-info--vertical .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info{
flex-direction: column;
}
.thegem-te-post-info.post-info--vertical.post-info--left .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--left .portfolio-info{
align-items: flex-start;
}
.thegem-te-post-info.post-info--vertical.post-info--center .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--center .portfolio-info{
align-items: center;
}
.thegem-te-post-info.post-info--vertical.post-info--right .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--right .portfolio-info{
align-items: flex-end;
}
.thegem-te-post-info.post-info--vertical .post-info-item,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item{
margin-right: 0 !important;
padding-right: 0 !important;
margin-top: 10px;
margin-bottom: 0;
}
.thegem-te-post-info.post-info--vertical .post-info-item:first-child,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:first-child{
margin-top: 5px !important;
}
.thegem-te-post-info.post-info--vertical .post-info-item:last-child,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:last-child{
margin-bottom: 0 !important;
}
.thegem-te-post-info .post-info,
.thegem-te-portfolio-info .portfolio-info{
color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-te-post-info .post-info-item,
.thegem-te-portfolio-info .portfolio-info-item{
position: relative;
display: inline-flex;
align-items: center;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10px;
padding-right: 10px;
}
.thegem-te-post-info .post-info-item:not(.post-info-item-cats-list):last-child,
.thegem-te-portfolio-info .portfolio-info-item:last-child{
padding-right: 0 !important;
margin-right: 0 !important;
}
.thegem-te-post-info .post-info-item:not(.post-info-item-cats-list):not(:last-child):after,
.thegem-te-portfolio-info .portfolio-info-item:not(:last-child):after{
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 20px;
background-color: var(--thegem-to-box-border-color, #D4DEE1);
}
.thegem-te-post-info.post-info--vertical .post-info-item:after,
.thegem-te-post-info.post-info--divider-hide .post-info-item:after,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--colon-hide .portfolio-info-item .item-label .colon{
display: none;
}
.thegem-te-post-info .post-info-item .icon,
.thegem-te-portfolio-info .portfolio-info-item .icon{
margin-right: 5px;
display: inline-flex;
align-items: center;
font-style: normal;
font-weight: normal;
}
.thegem-te-post-info .post-info-item .likes,
.thegem-te-post-info .post-info-item .zilla-likes,
.thegem-te-portfolio-info .portfolio-info-item .likes,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes{
display: inline-flex;
align-items: center;
}
.thegem-te-post-info .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes:before{
vertical-align: inherit;
font-size: 16px;
line-height: 16px;
margin-right: 5px;
}
.thegem-te-post-info .post-info-item .icon i,
.thegem-te-post-info .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info .portfolio-info-item .icon i,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes:before{
font-style: normal;
font-weight: normal;
}
.thegem-te-post-info .post-info-item .label-before,
.thegem-te-portfolio-info .portfolio-info-item .label-before{
margin-right: 5px;
}
.thegem-te-post-info .post-info-item .label-after,
.thegem-te-portfolio-info .portfolio-info-item .label-after{
margin-left: 5px;
}
.thegem-te-post-info .post-info-item .comments-link,
.thegem-te-portfolio-info .portfolio-info-item .comments-link{
display: inline-flex;
align-items: center;
}
.thegem-te-post-info .post-info-item .icon-default,
.thegem-te-portfolio-info .portfolio-info-item .icon-default{
font-family: 'thegem-icons';
font-size: 16px;
line-height: 16px;
}
.thegem-te-post-info .post-info-item-cats,
.thegem-te-post-info .post-info-item-cats-list {
flex-wrap: wrap;
}
.thegem-te-post-info.post-info--center .post-info-item-cats,
.thegem-te-post-info.post-info--center .post-info-item-cats-list {
justify-content: center;
text-align: center;
}
.thegem-te-post-info .post-info-item-cats .separator,
.thegem-te-portfolio-info .portfolio-info-item-cats .separator{
margin: 0 10px;
width: 1px;
height: 20px;
background-color: var(--thegem-to-box-border-color, #D4DEE1);
}
.thegem-te-post-info.post-info--divider-hide .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item-cats .separator{
display: none;
}
.thegem-te-post-info.post-info--divider-hide .post-info-item-cats > *,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item-cats > *{
margin: 0 0.5em;
}
.thegem-te-post-info .post-info-item-author .avatar,
.thegem-te-portfolio-info .portfolio-info-item-author .avatar{
display: inline-flex;
align-items: center;
margin-right: 10px;
}
.thegem-te-post-info .post-info-item-author .avatar > img,
.thegem-te-portfolio-info .portfolio-info-item-author .avatar > img{
border-radius: 50%;
margin: 0 !important;
}
.thegem-te-post-info .post-info-item-likes,
.thegem-te-post-info .post-info-item-likes .zilla-likes,
.thegem-te-portfolio-info .portfolio-info-item-likes,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes{
color: var(--thegem-to-styled-color3);
}
.thegem-te-post-info .post-info-item-likes .zilla-likes:hover,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes:hover{
color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-info .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-date .icon-default:before{
content: '\e66e';
}
.thegem-te-post-info .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-time .icon-default:before{
content: '\e687';
}
.thegem-te-post-info .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-comments .icon-default:before{
content: '\e684';
}
.thegem-te-post-info .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-likes .icon-default:before{
content: '\e679';
}
.thegem-te-post-info .post-info-item:last-child.post-info-item-cats-list {
margin: 0;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list{
background-color: var(--thegem-to-h6-color);
border: 1px solid transparent;
padding: 0 0.5em;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list,
.thegem-te-post-info.post-info--classic .post-info-item-cats-list a {
color: var(--thegem-to-main-bg-color);
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list a:not(.readonly):hover{
text-decoration: underline;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list .separator{
padding-right: 5px;
}
.thegem-te-portfolio-info.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
flex-direction: column;
align-items: flex-start;
}
.thegem-te-portfolio-info.portfolio-info--center.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
align-items: center;
text-align: center;
}
.thegem-te-portfolio-info.portfolio-info--right.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
align-items: flex-end;
text-align: right;
}
.thegem-te-portfolio-info .portfolio-info-item .item-label{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.thegem-te-portfolio-info .portfolio-info-item .item-label,
.thegem-te-portfolio-info .portfolio-info-item .item-value{
padding: 0;
margin: 0;
}
.thegem-template-loop-item .thegem-te-post-info .post-info{
font-size: calc(var(--thegem-to-body-font-size) * 0.75);
line-height: calc(var(--thegem-to-body-line-height) * 0.75);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item:not(:last-child):after{
transform: none;
width: 6px;
height: 1px;
margin-right: -3px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-cats .separator{
width: 6px;
height: 1px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-comments .icon-default:before{
content: '\e63e';
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes{
display: inline-flex;
flex-direction: row-reverse;
color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes:before{
display: none;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes.active{
color: var(--thegem-to-styled-color3);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .zilla-likes-postfix{
margin-right: 5px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .zilla-likes-postfix:after{
font-family: "thegem-icons";
content: '\e66b';
font-size: 16px;
font-weight: normal;
vertical-align: top;
}
.thegem-te-post-info.post-info--modern .post-info,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info,
.thegem-te-post-info.post-info--table .post-info,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info{
font-family: var(--thegem-to-h6-font-family);
font-style: var(--thegem-to-h6-font-style);
font-weight: var(--thegem-to-h6-font-weight);
font-size: var(--thegem-to-h6-font-size-small);
line-height: var(--thegem-to-h6-line-height-small);
text-transform: none;
letter-spacing: 0;
color: var(--thegem-to-h6-color);
}
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info .item-label.light,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info .item-value.light,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info .item-label.light,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info .item-value.light{
font-family: var(--thegem-to-light-title-font-family);
font-style: var(--thegem-to-light-title-font-style);
font-weight: var(--thegem-to-light-title-font-weight);
}
.thegem-te-post-info.post-info--modern .post-info-item .icon,
.thegem-te-post-info.post-info--modern .post-info-item .icon-default,
.thegem-te-post-info.post-info--modern .post-info-item .zilla-likes:before,
.thegem-te-post-info.post-info--table .post-info-item .icon,
.thegem-te-post-info.post-info--table .post-info-item .icon-default,
.thegem-te-post-info.post-info--table .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .icon,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .icon-default,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .zilla-likes:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .icon,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .icon-default,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .zilla-likes:before{
font-size: 24px;
line-height: 24px;
}
.thegem-te-post-info .post-info-item-likes .zilla-likes:hover,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes:hover{
color: var(--thegem-to-h6-color);
}
.thegem-te-post-info.post-info--modern .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-date .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-date .icon-default:before{
content: '\e686';
}
.thegem-te-post-info.post-info--modern .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-time .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-time .icon-default:before{
content: '\e688';
}
.thegem-te-post-info.post-info--modern .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-comments .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-comments .icon-default:before{
content: '\e685';
}
.thegem-te-post-info.post-info--modern .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-likes .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-likes .icon-default:before{
content: '\e679';
}
.thegem-te-post-info.post-info--modern .post-info-item:after,
.thegem-te-post-info.post-info--modern .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats .separator,
.thegem-te-post-info.post-info--table .post-info-item:after,
.thegem-te-post-info.post-info--table .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats .separator{
visibility: hidden;
opacity: 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats .separator{
margin: 0 5px;
padding: 0;
width: 0;
height: 0;
border: 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a,
.thegem-te-post-info.post-info--modern .post-info-item-cats span,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list a,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list span,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a,
.thegem-te-post-info.post-info--table .post-info-item-cats a,
.thegem-te-post-info.post-info--table .post-info-item-cats-list a,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a{
background-color: var(--thegem-to-h6-color);
color: var(--thegem-to-main-bg-color);
border: 1px solid transparent;
padding: 0 0.5em;
transition: all 0.3s;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a,
.thegem-te-post-info.post-info--modern .post-info-item-cats span.readonly,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list a,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list span.readonly{
margin: 5px 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a.readonly,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a.readonly,
.thegem-te-post-info.post-info--table .post-info-item-cats a.readonly,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a.readonly{
cursor: default;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a:not(.readonly):hover,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a:not(.readonly):hover,
.thegem-te-post-info.post-info--table .post-info-item-cats a:not(.readonly):hover,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a:not(.readonly):hover{
background-color: var(--thegem-to-main-bg-color);
border-color: var(--thegem-to-h6-color);
color: var(--thegem-to-h6-color);
}
.thegem-te-post-info.post-info--table .post-info,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info{
display: table;
width: 100%;
}
.thegem-te-post-info.post-info--table .post-info-item,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item{
display: table-row;
white-space: nowrap;
margin: 0;
padding: 0;
}
.thegem-te-post-info.post-info--table .post-info-item .item-label,
.thegem-te-post-info.post-info--table .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-value{
display: table-cell;
vertical-align: middle;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
}
.thegem-te-post-info.post-info--table .post-info-item.post-info-item-cats .item-value,
.thegem-te-post-info.post-info--table .post-info-item.post-info-item-likes .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item.portfolio-info-item-cats .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item.portfolio-info-item-likes .item-value{
display: flex;
flex-wrap: wrap;
}
.thegem-te-post-info.post-info--table .post-info-item .item-label > div,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-label > div{
display: inline-block;
vertical-align: top;
}
.thegem-te-post-info.post-info--table .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-value{
width: 100%;
}
.thegem-te-post-info.post-info--table.post-info--center .post-info-item .item-label,
.thegem-te-post-info.post-info--table.post-info--center .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--center .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--center .portfolio-info-item .item-value{
text-align: center;
justify-content: center;
}
.thegem-te-post-info.post-info--table.post-info--right .post-info-item .item-label,
.thegem-te-post-info.post-info--table.post-info--right .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--right .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--right .portfolio-info-item .item-value{
text-align: right;
justify-content: flex-end;
}
.thegem-te-post-info.post-info--table.post-info--text-vertical .post-info-item .item-label > *,
.thegem-te-post-info.post-info--table.post-info--text-vertical .post-info-item .item-value > *,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--text-vertical .portfolio-info-item .item-label > *,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--text-vertical .portfolio-info-item .item-value > *{
display: block;
}
.thegem-te-post-info.post-info--table .post-info-item:not(:last-child):after,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item:not(:last-child):after{
content: '';
position: absolute;
left: 0;
bottom: 0;
top: auto;
transform: none;
width: 100%;
height: 1px;
background-color: var(--thegem-to-box-border-color, #D4DEE1);
visibility: visible;
opacity: 1;
}
.thegem-te-post-navigation,
.thegem-te-portfolio-navigation{
position: relative;
width: 100%;
}
.thegem-te-post-navigation.post-nav--left .nav-links,
.thegem-te-portfolio-navigation.post-nav--left .nav-links{
justify-content: flex-start;
}
.thegem-te-post-navigation.post-nav--center .nav-links,
.thegem-te-portfolio-navigation.post-nav--center .nav-links{
justify-content: center;
}
.thegem-te-post-navigation.post-nav--right .nav-links,
.thegem-te-portfolio-navigation.post-nav--right .nav-links{
justify-content: flex-end;
}
.thegem-te-post-navigation.post-nav--justified .nav-links,
.thegem-te-portfolio-navigation.post-nav--justified .nav-links{
justify-content: space-between;
}
.thegem-te-post-navigation .post-navigation .nav-links,
.thegem-te-portfolio-navigation .post-navigation .nav-links{
position: relative;
display: flex;
}
.thegem-te-post-navigation .post-navigation .nav-previous,
.thegem-te-portfolio-navigation .post-navigation .nav-previous {
margin-right: 15px;
text-align: left;
}
.thegem-te-post-navigation.post-nav--hide-gaps .post-navigation .nav-previous,
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-nav--hide-gaps .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-previous{
margin: 0;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-previous{
display: none;
}
.thegem-te-post-navigation .post-navigation .nav-next,
.thegem-te-portfolio-navigation .post-navigation .nav-next{
margin-left: 15px;
text-align: right;
}
.thegem-te-post-navigation.post-nav--hide-gaps .post-navigation .nav-next,
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-nav--hide-gaps .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-next{
margin: 0;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-next{
display: none;
}
.thegem-te-post-navigation .post-navigation a,
.thegem-te-portfolio-navigation .post-navigation a{
position: relative;
display: flex;
align-items: center;
}
.thegem-te-post-navigation .post-navigation .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .meta-icon{
display: flex;
align-items: center;
justify-content: center;
font-family: 'thegem-icons';
font-size: 16px;
font-style: normal;
color: var(--thegem-to-h5-color);
transition: all 0.3s;
}
.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon{
margin-right: 20px;
}
.thegem-te-post-navigation .post-navigation .nav-next .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon{
margin-left: 20px;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide .post-navigation .meta-icon{
margin: 0;
}
.thegem-te-post-navigation .post-navigation .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .meta-icon:before{
margin-top: -1px;
}
.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon:before{
content: '\e675';
}
.thegem-te-post-navigation .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon:before{
content: '\e676';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-post-navigation.post-arrows--square .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .meta-icon{
border: 1px solid;
border-color: var(--thegem-to-h5-color, #3C3950);
background-color: transparent;
font-size: 22px;
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .nav-previous .meta-icon:before,
.thegem-te-post-navigation.post-arrows--square .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .nav-previous .meta-icon:before{
content: '\e603';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .nav-next .meta-icon:before,
.thegem-te-post-navigation.post-arrows--square .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .nav-next .meta-icon:before{
content: '\e601';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .meta-icon{
min-width: 34px;
min-height: 34px;
border-radius: 50%;
}
.thegem-te-post-navigation.post-arrows--square .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .meta-icon{
min-width: 46px;
min-height: 46px;
}
.thegem-te-post-navigation .post-navigation a:hover .meta-icon,
.thegem-te-portfolio-navigation .post-navigation a:hover .meta-icon{
color: var(--thegem-to-pagination-color-hover);
border-color: var(--thegem-to-pagination-color-hover);
}
.thegem-te-post-navigation .post-navigation .meta-nav,
.thegem-te-portfolio-navigation .post-navigation .meta-nav{
position: relative;
display: flex;
flex-direction: column;
}
.thegem-te-post-navigation .post-navigation .post-label,
.thegem-te-portfolio-navigation .post-navigation .post-label{
color: var(--thegem-to-pagination-color);
}
.thegem-te-post-navigation .post-navigation .post-title,
.thegem-te-portfolio-navigation .post-navigation .post-title{
max-width: 400px;
font-family: var(--thegem-to-h5-font-family);
font-style: var(--thegem-to-h5-font-style);
font-weight: var(--thegem-to-h5-font-weight);
font-size: var(--thegem-to-h5-font-size);
line-height: var(--thegem-to-h5-line-height);
color: var(--thegem-to-h5-color);
}
.thegem-te-post-navigation:not(.post-label--hide) .post-navigation .post-title,
.thegem-te-portfolio-navigation:not(.post-label--hide) .post-navigation .post-title{
margin-top: 5px;
}
.thegem-te-post-navigation .post-navigation .post-label span,
.thegem-te-post-navigation .post-navigation .post-title span,
.thegem-te-portfolio-navigation .post-navigation .post-label span,
.thegem-te-portfolio-navigation .post-navigation .post-title span{
margin: 0;
transition: color 0.3s;
}
.thegem-te-post-navigation .post-navigation a:hover .post-label span,
.thegem-te-portfolio-navigation .post-navigation a:hover .post-label span{
color: var(--thegem-to-pagination-color-hover);
}
.thegem-te-post-navigation .post-navigation a:hover .post-title span,
.thegem-te-portfolio-navigation .post-navigation a:hover .post-title span{
color: var(--thegem-to-pagination-color-hover);
}
@media screen and (max-width: 767px){
.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon{
margin-right: 10px !important;
}
.thegem-te-post-navigation .post-navigation .nav-next .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon{
margin-left: 10px !important;
}
.thegem-te-post-navigation .post-navigation .post-title,
.thegem-te-portfolio-navigation .post-navigation .post-title{
max-width: 120px !important;
}
.thegem-te-post-navigation .post-navigation .post-title span,
.thegem-te-portfolio-navigation .post-navigation .post-title span{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.thegem-te-post-tags{
position: relative;
}
.thegem-te-post-tags .post-tags{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.thegem-te-post-tags.post-tags--left .post-tags {
justify-content: flex-start;
}
.thegem-te-post-tags.post-tags--center .post-tags {
justify-content: center;
}
.thegem-te-post-tags.post-tags--right .post-tags {
justify-content: flex-end;
}
.thegem-te-post-tags.post-tags--justify .post-tags {
justify-content: space-between;
}
.thegem-te-post-tags .post-tags__title,
.thegem-te-post-tags .post-tags__list{
padding: 0;
margin: 0;
}
.thegem-te-post-tags .post-tags__title{
padding-right: 20px;
}
.thegem-te-post-tags .post-tags__list ul{
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
flex: auto;
margin-top: 0;
margin-bottom: 0;
margin-left: -3px;
margin-right: -3px;
padding: 0;
list-style-type: none;
}
.thegem-te-post-tags .post-tags__list ul li{
padding-left: 3px;
padding-right: 3px;
margin-top: 5px;
margin-bottom: 5px;
font-family: var(--thegem-to-body-font-family);
font-weight: var(--thegem-to-body-font-weight);
font-style: var(--thegem-to-body-font-style);
font-size: var(--thegem-to-body-font-size);
text-transform: var(--thegem-to-body-text-transform);
letter-spacing: var(--thegem-to-body-letter-spacing);
}
.thegem-te-post-tags .post-tags__list a{
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
min-height: 30px;
padding: 0.3em 0.5em;
line-height: 1;
border-radius: 0;
color: var(--thegem-to-tag-color, #5f727f);
border: 1px solid var(--thegem-to-tag-color, #5f727f);
background-color: transparent;
}
.thegem-te-post-tags .post-tags__list a:hover{
color: var(--thegem-to-tag-hover-color, #FFFFFF);
border-color: var(--thegem-to-tag-color, #5f727f);
background-color: var(--thegem-to-tag-hover-background-color, #5f727f);
}
.thegem-te-post-author{
position: relative;
}
.thegem-te-post-author .post-author{
position: relative;
display: flex;
align-items: center;
padding: 35px 50px;
background-color: var(--styled-bg-color);
border: 1px solid transparent;
border-radius: 0;
}
.thegem-te-post-author.post-author--left .post-author {
justify-content: flex-start;
}
.thegem-te-post-author.post-author--center .post-author {
padding: 80px 50px 35px 50px;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
}
.thegem-te-post-author.post-author--right .post-author {
justify-content: flex-end;
}
.thegem-te-post-author .post-author__avatar{
position: relative;
transition: all 0.3s;
}
.thegem-te-post-author.post-author--left .post-author__avatar {
margin-right: 50px;
}
.thegem-te-post-author.post-author--right .post-author__avatar {
margin-left: 50px;
order: 2;
}
.thegem-te-post-author.post-author--center .post-author__avatar{
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
margin: 0;
}
.thegem-te-post-author a.post-author__avatar:hover{
opacity: 0.8;
}
.thegem-te-post-author .post-author__avatar img{
border-radius: 50%;
max-width: none;
width: auto;
}
.thegem-te-post-author .post-author__name{
position: relative;
font-family: var(--thegem-to-h5-font-family);
font-weight: var(--thegem-to-h5-font-weight);
font-style: var(--thegem-to-h5-font-style);
font-size: var(--thegem-to-h5-font-size);
line-height: var(--thegem-to-h5-line-height);
text-transform: capitalize;
letter-spacing: 0;
color: var(--thegem-to-h5-color);
}
.thegem-te-post-author .post-author__desc{
position: relative;
margin-top: 15px;
}
.thegem-te-post-author .post-author__desc p{
padding: 0;
margin: 0;
}
.thegem-te-post-author .post-author__link{
position: relative;
margin-top: 25px;
font-family: var(--thegem-to-body-font-family);
font-weight: var(--thegem-to-body-font-weight);
font-style: var(--thegem-to-body-font-style);
font-size: var(--thegem-to-body-tiny-font-size);
line-height: var(--thegem-to-body-tiny-line-height);
}
.thegem-te-post-author .post-author__link a{
position: relative;
display: inline-flex;
align-items: center;
}
.thegem-te-post-author .post-author__link a:hover{
color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-author .post-author__link a:before {
font-family: 'thegem-icons';
content: '\e601';
vertical-align: top;
font-style: normal;
font-weight: normal;
margin-right: 5px;
}
@media screen and (max-width: 767px){
.thegem-te-post-author .post-author{
flex-direction: column;
align-items: center;
text-align: center;
}
.thegem-te-post-author .post-author__avatar{
order: 1;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 30px;
}
.thegem-te-post-author .post-author__info{
order: 2;
}
}
.thegem-te-post-comments{
position: relative;
}
.thegem-te-post-comments .post-comments,
.thegem-te-post-comments h2.post-comments__title,
.thegem-te-post-comments h2.post-comments__title span,
.thegem-te-post-comments h3.comment-reply-title,
.thegem-te-post-comments h3.comment-reply-title span{
padding: 0;
margin: 0;
}
.thegem-te-post-comments h3.comment-reply-title span{
margin-right: 10px;
}
.thegem-te-post-comments h2.post-comments__title,
.thegem-te-post-comments h3.comment-reply-title{
padding-bottom: 40px;
line-height: normal;
text-transform: none;
letter-spacing: normal;
font-family: var(--thegem-to-h4-font-family);
font-weight: var(--thegem-to-h4-font-weight);
font-style: var(--thegem-to-h4-font-style);
font-size: var(--thegem-to-h4-font-size);
}
.thegem-te-post-comments h3.comment-reply-title:before{
display: none;
}
.thegem-te-post-comments.post-comments--title-hide h2.post-comments__title,
.thegem-te-post-comments.post-comments--title-hide h3.comment-reply-title{
display: none;
}
.thegem-te-post-comments .post-comments__list{
position: relative;
display: flex;
flex-direction: column;
}
.thegem-te-post-comments .post-comments__list ul.children{
padding: 0;
margin: 0 0 0 105px;;
list-style-type: none;
}
.thegem-te-post-comments .post-comments__list .comment,
.thegem-te-post-comments .comment-respond{
position: relative;
border-top: 1px solid var(--thegem-to-box-border-color);
}
.thegem-te-post-comments .comment-respond{
padding-top: 50px;
}
.thegem-te-post-comments.post-comments--separator-hide .post-comments__list .comment,
.thegem-te-post-comments.post-comments--separator-hide .comment-respond{
border: 0;
}
.thegem-te-post-comments .post-comments__list .comment .comment-reply-link {
padding: 0;
}
.thegem-te-post-comments .post-comment__wrap{
position: relative;
display: flex;
padding: 50px 0;
}
.thegem-te-post-comments .post-comment__avatar{
position: relative;
margin-right: 35px;
transition: all 0.3s;
}
.thegem-te-post-comments .post-comment__avatar img{
border-radius: 50%;
max-width: none;
}
.thegem-te-post-comments .post-comment__info{
position: relative;
display: flex;
flex-direction: column;
flex: auto;
}
.thegem-te-post-comments .post-comment__name{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 5px;
}
.thegem-te-post-comments .post-comment__name-author,
.thegem-te-post-comments .post-comment__name-reply,
.thegem-te-post-comments h3.comment-reply-title small{
padding: 0;
margin: 0;
}
.thegem-te-post-comments .post-comment__name-author.default-title,
.thegem-te-post-comments .post-comment__name-reply.default-title,
.thegem-te-post-comments h3.comment-reply-title small{
font-family: var(--thegem-to-h6-font-family);
font-weight: var(--thegem-to-h6-font-weight);
font-style: var(--thegem-to-h6-font-style);
font-size: var(--thegem-to-h6-font-size);
line-height: var(--thegem-to-h6-line-height);
letter-spacing: 0;
color: var(--thegem-to-h6-color);
}
.thegem-te-post-comments .post-comment__name-author a{
color: var(--thegem-to-h6-color);
}
.thegem-te-post-comments .post-comment__name-author a:hover{
color: var(--thegem-to-link-color);
}
.thegem-te-post-comments .post-comment__name-reply{
margin-left: auto;
}
.thegem-te-post-comments .post-comment__name-reply.default-title,
.thegem-te-post-comments h3.comment-reply-title small{
font-size: var(--thegem-to-h6-font-size-small);
}
.thegem-te-post-comments .post-comment__date,
.thegem-te-post-comments .post-comment__desc,
.thegem-te-post-comments .post-comment__desc p{
padding: 0;
margin: 0;
}
.thegem-te-post-comments .post-comment__date,
.thegem-te-post-comments .post-comment__approved{
margin-bottom: 10px;
}
.thegem-te-post-comments .post-comment__desc.default-title,
.thegem-te-post-comments .post-comment__approved.default-title{
font-size: var(--thegem-to-body-font-size);
line-height: var(--thegem-to-body-line-height);
}
.thegem-te-post-comments .post-comment__date.default-title{
font-size: var(--thegem-to-body-tiny-font-size);
line-height: var(--thegem-to-body-tiny-line-height);
}
.thegem-te-post-comments .post-comment__date a{
color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-te-post-comments .post-comment__date a:hover{
color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-comments .post-comment__approved{
color: var(--thegem-to-link-color);
}
.thegem-te-post-comments .post-comment__desc{
position: relative;
color: var(--thegem-to-body-color);
}
.thegem-te-post-comments .comment-form{
position: relative;
width: 100%;
}
.thegem-te-post-comments .comment-form-message{
margin-bottom: 15px;
}
.thegem-te-post-comments .comment-form label{
margin-bottom: 10px;
}
.thegem-te-post-comments .comment-form input,
.thegem-te-post-comments .comment-form textarea,
.thegem-te-post-comments .comment-form .checkbox-sign{
background-color: transparent;
}
.thegem-te-post-comments .comment-form > .row{
margin-bottom: 0 !important;
}
.thegem-te-post-comments .comment-form .comment-form__line{
margin-top: 25px !important;
}
.thegem-te-post-comments .comment-form .comment-form-cookies-consent{
margin: 30px 0 0 0 !important;
}
.thegem-te-post-comments .comment-form .comment-form-cookies-consent label{
margin-bottom: 0;
}
.thegem-te-post-comments .comment-form-fields{
margin-bottom: 0;
}
.thegem-te-post-comments .form-submit{
position: relative;
display: flex;
margin-top: 30px;
}
.thegem-te-post-comments .form-submit .gem-button{
margin: 0;
border-color: transparent;
color: #FFFFFF;
line-height: 1 !important;
}
.thegem-te-post-comments.post-comments-btn--left .form-submit{
justify-content: flex-start;
}
.thegem-te-post-comments.post-comments-btn--center .form-submit{
justify-content: center;
}
.thegem-te-post-comments.post-comments-btn--right .form-submit{
justify-content: flex-end;
}
.thegem-te-post-comments.post-comments-btn--fullwidth .form-submit{
justify-content: space-between;
width: 100%;
}
.thegem-te-post-comments.post-comments-btn--fullwidth .form-submit .gem-button{
width: 100%;
}
@media screen and (max-width: 767px){
.thegem-te-post-comments .post-comments__list ul.children{
margin: 0 0 0 25px;
}
.thegem-te-post-comments .post-comment__wrap{
flex-direction: column;
}
.thegem-te-post-comments .post-comment__avatar{
margin-right: 0 !important;
margin-bottom: 25px;
}
}
.title-main-menu{
font-family: var(--thegem-to-menu-font-family);
font-style: var(--thegem-to-menu-font-style);
font-weight: var(--thegem-to-menu-font-weight);
text-transform: var(--thegem-to-menu-text-transform);
font-size: var(--thegem-to-menu-font-size);
line-height: var(--thegem-to-menu-line-height);
letter-spacing: var(--thegem-to-menu-letter-spacing, 0);
}
.title-main-menu.light{
font-family: var(--thegem-to-light-title-font-family);
font-style: var(--thegem-to-light-title-font-style);
font-weight: var(--thegem-to-light-title-font-weight);
}
.title-text-body{
font-family: var(--thegem-to-body-font-family);
font-style: var(--thegem-to-body-font-style);
font-weight: var(--thegem-to-body-font-weight);
text-transform: var(--thegem-to-body-text-transform, none);
font-size: var(--thegem-to-body-font-size);
line-height: var(--thegem-to-body-line-height);
letter-spacing: var(--thegem-to-body-letter-spacing);
}
.title-text-body.light{
font-family: var(--thegem-to-light-title-font-family);
font-style: var(--thegem-to-light-title-font-style);
font-weight: var(--thegem-to-light-title-font-weight);
}
.title-text-body-tiny{
font-family: var(--thegem-to-body-tiny-font-family);
font-style: var(--thegem-to-body-tiny-font-style);
font-weight: var(--thegem-to-body-tiny-font-weight);
text-transform: var(--thegem-to-body-tiny-text-transform, none);
font-size: var(--thegem-to-body-tiny-font-size);
line-height: var(--thegem-to-body-tiny-line-height);
letter-spacing: var(--thegem-to-body-tiny-letter-spacing);
}
.title-text-body-tiny.light{
font-family: var(--thegem-to-light-title-font-family);
font-style: var(--thegem-to-light-title-font-style);
font-weight: var(--thegem-to-light-title-font-weight);
}
.thegem-te-product-price{
position: relative;
}
.thegem-te-product-price .price{
display: flex;
width: 100%;
align-items: flex-end;
font-family: var(--thegem-to-product-price-font-family);
font-style: var(--thegem-to-product-price-font-style);
font-weight: var(--thegem-to-product-price-font-weight);
text-transform: var(--thegem-to-product-price-text-transform);
font-size: var(--thegem-to-product-price-font-size);
line-height: var(--thegem-to-product-price-line-height);
letter-spacing: var(--thegem-to-product-price-letter-spacing);
color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price ins{
text-decoration: none;
}
.thegem-te-product-price .price del{
position: relative;
margin-bottom: 1px;
margin-right: 10px;
text-decoration: none;
opacity: 0.5;
}
.thegem-te-product-price .price span{
padding: 0;
margin: 0;
}
.thegem-te-product-price .price .title-default del{
font-family: var(--thegem-to-product-price-font-family);
font-style: var(--thegem-to-product-price-font-style);
font-weight: var(--thegem-to-product-price-font-weight);
text-transform: var(--thegem-to-product-price-text-transform);
font-size: calc(var(--thegem-to-product-price-font-size) * 0.7857);
line-height: calc(var(--thegem-to-product-price-font-size) * 0.7857);
letter-spacing: var(--thegem-to-product-price-letter-spacing);
color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price .title-h1 del{
font-size: calc(var(--thegem-to-h1-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h1-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h2 del{
font-size: calc(var(--thegem-to-h2-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h2-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h3 del{
font-size: calc(var(--thegem-to-h3-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h3-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h4 del{
font-size: calc(var(--thegem-to-h4-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h4-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h5 del{
font-size: calc(var(--thegem-to-h5-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h5-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h6 del{
font-size: calc(var(--thegem-to-h6-font-size) * 0.7857);
line-height: calc(var(--thegem-to-h6-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-xlarge del{
font-size: calc(var(--thegem-to-xlarge-title-font-size) * 0.7857);
line-height: calc(var(--thegem-to-xlarge-title-line-height) * 0.7857);
}
.thegem-te-product-price .price .styled-subtitle del{
font-size: calc(var(--thegem-to-styled-subtitle-font-size) * 0.7857);
line-height: calc(var(--thegem-to-styled-subtitle-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-main-menu del{
font-size: calc(var(--thegem-to-menu-font-size) * 0.7857);
line-height: calc(var(--thegem-to-menu-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-text-body del{
font-size: calc(var(--thegem-to-body-font-size) * 0.7857);
line-height: calc(var(--thegem-to-body-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-text-body-tiny del{
font-size: calc(var(--thegem-to-body-tiny-font-size) * 0.7857);
line-height: calc(var(--thegem-to-body-tiny-line-height) * 0.7857);
}
.thegem-te-product-price .price del:before{
content: '';
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background-color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price.not-strikethrough del:before{
display: none;
}
.thegem-template-loop-item .thegem-te-product-price .price {
font-family: var(--thegem-to-product-grid-price-font-family);
font-style: var(--thegem-to-product-grid-price-font-style);
font-weight: var(--thegem-to-product-grid-price-font-weight);
text-transform: var(--thegem-to-product-grid-price-text-transform);
font-size: var(--thegem-to-product-grid-price-font-size);
line-height: var(--thegem-to-product-grid-price-line-height);
letter-spacing: var(--thegem-to-product-grid-price-letter-spacing);
color: var(--thegem-to-product-grid-price-color);
}
.thegem-te-loop-product-add-to-cart .cart {
display: flex;
}
.thegem-te-loop-product-add-to-cart .cart.type_button .button {
width: auto;
height: auto;
font-size: 14px;
line-height: 1;
padding: 6px 15px;
margin: 4px 0;
border-radius: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.type_button .button i {
color: currentColor;
font-size: 16px;
line-height: 1;
}
.thegem-te-loop-product-add-to-cart .cart i.default:before {
content: "\e660";
font-style: normal;
font-family: 'thegem-icons';
font-weight: normal;
-webkit-font-smoothing: initial;
vertical-align: middle;
}
.thegem-te-loop-product-add-to-cart .cart.type_button .button .space {
display: inline-block;
width: 7px;
}
.thegem-te-loop-product-add-to-cart .cart.variable-type-button i.default:before {
content: "\e661";
font-style: normal;
font-family: 'thegem-icons';
font-weight: normal;
-webkit-font-smoothing: initial;
}
.thegem-te-loop-product-add-to-cart .cart.icon .button {
width: 32px !important;
height: 32px !important;
line-height: 32px !important;
margin: 0;
font-size: 0;
letter-spacing: 0;
padding: 0;
visibility: visible;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.icon .button i {
font-size: 16px !important;
line-height: 1;
color: currentColor;
}
.thegem-te-loop-product-add-to-cart .cart {
justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-left {
justify-content: start;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-right {
justify-content: end;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-fullwidth .button {
width: 100%;
}
.thegem-te-loop-product-add-to-cart .added_to_cart {
display: none;
}
.thegem-te-loop-product-add-to-cart .cart .button.loading {
bottom: auto;
left: auto;
position: static;
right: auto;
top: auto;
z-index: 2;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 200px;
text-align: center;
font-size: 16px;
line-height: 2;
background: linear-gradient(180deg, rgba(33, 34, 39, 0) 0%, rgba(33, 34, 39, 0.3) 100%);
margin: 0 !important;
z-index: 10000;
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, transform;
transition-property: opacity, visibility, transform, -webkit-transform;
display: flex;
justify-content: center;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification.visible {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}
@supports (-webkit-touch-callout: none) {
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification {
top: 0;
bottom: initial;
background: linear-gradient(0deg, rgba(33, 34, 39, 0) 0%, rgba(33, 34, 39, 0.3) 100%);
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message {
max-width: 95%;
position: absolute;
bottom: 30px;
color: inherit;
padding: 12px 18px;
}
@supports (-webkit-touch-callout: none) {
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message {
top: 30px;
bottom: initial;
}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message:before {
content: "";
font-family: "thegem-icons";
font-weight: normal;
font-style: normal;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-variant: normal;
text-rendering: auto;
line-height: 0.7;
margin-right: 8px;
font-size: 1.5em;
vertical-align: middle;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons {
display: inline-block;
}
@media (max-width: 767px) {
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons {
width: 100%;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons a.button:first-child {
margin-left: 0;
}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message a.button {
width: fit-content;
width: -webkit-fit-content;
height: auto;
font-size: 14px;
line-height: 1;
padding: 3px 15px 4px 15px;
margin-left: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-webkit-appearance: none;
transition: all 0.3s;
}
.thegem-te-loop-product-rating{
position: relative;
}
.thegem-te-loop-product-rating .product-rating{
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
}
.thegem-te-loop-product-rating .product-rating .star-rating {
font-family: 'thegem-icons';
font-style: normal;
font-size: 18px;
height: 1em;
line-height: 1em;
overflow: hidden;
position: relative;
width: 5em;
margin: 0;
}
.thegem-te-loop-product-rating .product-rating .star-rating:before{
content: '\e61a\e61a\e61a\e61a\e61a';
float: left;
left: 0;
position: absolute;
top: 0;
color: var(--thegem-to-product-rating-stars-base-color, #b6c6c9);
}
.thegem-te-loop-product-rating .product-rating .star-rating span {
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
top: 0;
}
.thegem-te-loop-product-rating .product-rating .star-rating > span:before {
content: '\e61a\e61a\e61a\e61a\e61a';
left: 0;
position: absolute;
top: 0;
color: var(--thegem-to-product-rating-stars-rated-color, #ffc107);
}
.thegem-te-loop-product-add-to-wishlist{
position: relative;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist{
position: relative;
display: inline-flex;
align-items: center;
cursor: pointer;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text{
position: relative;
display: inline-flex;
align-items: center;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text .yith-wcwl-add-to-wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text .yith-wcwl-wishlistexistsremove {
position: absolute;
width: 100%;
z-index: 1;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.without-icon .yith-wcwl-add-to-wishlist a * {
opacity: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-left .yith-wcwl-add-to-wishlist a {
text-align: left;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-left:not(.without-icon) .product-add-to-wishlist-text {
margin-left: 24px;
padding-left: 5px;
}
.thegem-te-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-right .yith-wcwl-add-to-wishlist a {
text-align: right;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-right:not(.without-icon) .product-add-to-wishlist-text {
margin-right: 24px;
padding-right: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top .yith-wcwl-add-to-wishlist {
top: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top:not(.without-icon) .product-add-to-wishlist-text {
margin-top: 24px;
padding-top: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom .yith-wcwl-add-to-wishlist {
bottom: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom:not(.without-icon) .product-add-to-wishlist-text {
margin-bottom: 24px;
padding-bottom: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top .yith-wcwl-add-to-wishlist a,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom .yith-wcwl-add-to-wishlist a {
text-align: center;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-custom-icons {
display: none;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text span{
padding: 0;
margin: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text span{
color: var(--thegem-to-link-color) !important;
transition: all 0.3s;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .product-add-to-wishlist-text span{
color: var(--thegem-to-link-color-hover) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .yith-wcwl-add-to-wishlist .gem-button-container{
display: flex;
width: 100%;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-add-to-wishlist:not(.custom-add-wishlist-icon):before {
content: '\e66b';
font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-remove-to-wishlist:not(.custom-remove-wishlist-icon):before {
content: '\e641';
font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-browse-wishlist:not(.custom-browse-wishlist-icon):before {
content: '\e66c';
font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .add_to_wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .remove_from_wishlist{
width: 100%;
margin: 0;
background: transparent;
border: 0;
padding: 0;
height: auto;
text-align: left;
line-height: 1;
color: var(--thegem-to-product-page-btn-add-to-wishlist-color, var(--thegem-to-link-color)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .remove_from_wishlist{
color: var(--thegem-to-product-page-btn-add-to-wishlist-color-filled, var(--thegem-to-link-color-active)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .add_to_wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .remove_from_wishlist{
color: var(--thegem-to-product-page-btn-add-to-wishlist-color-hover, var(--thegem-to-link-color-hover)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .blockUI,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .blockUI.blockOverlay{
display: none !important;
}

blockquote{
margin: 0;
font-size: 24px;
line-height: 37px;
padding: 67px 87px;
background-color: #f3f5f6;
position: relative;
}
blockquote:after {
position: absolute;
font-family: thegem-icons;
font-style: normal;
content: '\e60c';
font-size: 76px;
line-height: 37px;
font-weight: normal;
right: 67px;
bottom: 7px;
color: #a3e7f0;
}
.wpb_text_column ul li {
position: relative;
list-style: none;
padding-bottom: 6px;
}
.wpb_text_column ul li ul,
.wpb_text_column ol li ol{
padding-bottom: 5px;
padding-left: 30px;
padding-top: 5px;
}
.wpb_text_column ul li:before {
left: -12px;
content: "";
height: 3px;
width: 3px;
position: absolute;
background-color: #002b36;
border-radius: 50%;
top: 12px;
}
.wpb_text_column ol li {
position: relative;
padding-bottom: 6px;
}
.wpb_text_column ol {
list-style: none;
counter-reset:li;
}
.wpb_text_column ol li:before {
content:counter(li);
counter-increment:li;
position:absolute;
counter-reset: section;
top:-4px;
left:-2em;
width:2em;
padding:4px 0;
font-weight:bold;
text-align:center;
}
.wpb_text_column .yith-wcwl-share ul li:before {
display: none;
}
.gem-list {
margin-bottom: 1.421em;
}
.gem-list > ul {
list-style: none;
padding-left: 1.2em;
margin: 0;
}
.gem-list > ul > li {
position: relative;
text-indent: -1.2em;
margin-bottom: 0.7em;
}
.gem-list > ul > li:last-child {
margin-bottom: 0;
}
.gem-list > ul > li:before {
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
content: '\e601';
font-size: 16px;
vertical-align: top;
display: inline-block;
width: 21px;
text-indent: 0;
}
.gem-list.gem-list-type-check > ul > li:before {
content: '\e614';
}
.gem-list.gem-list-type-arrow > ul > li:before {
content: '\e64c';
}
.gem-list.gem-list-type-double-arrow > ul > li:before {
content: '\e653';
}
.gem-list.gem-list-type-check-style-1  > ul > li:before {
content: '\e614';
}
.gem-list.gem-list-type-check-style-2  > ul > li:before {
content: '\e650';
}
.gem-list.gem-list-type-disc-style-1  > ul > li:before {
content: '\e617';
}
.gem-list.gem-list-type-disc-style-2  > ul > li:before {
content: '\e651';
}
.gem-list.gem-list-type-checkbox  > ul > li:before {
content: '\e647';
}
.gem-list.gem-list-type-cross > ul > li:before {
content: '\e619';
}
.gem-list.gem-list-type-snowflake-style-1 > ul > li:before {
content: '\e644';
}
.gem-list.gem-list-type-snowflake-style-2 > ul > li:before {
content: '\e645';
}
.gem-list.gem-list-type-square > ul > li:before {
content: '\e618';
}
.gem-list.gem-list-type-disc > ul > li:before {
content: '\e617';
}
.gem-list.gem-list-type-star > ul > li:before {
content: '\e61a';
}
.gem-list.gem-list-type-plus > ul > li:before {
content: '\e652';
}
.gem-list.gem-list-type-Label > ul > li:before {
content: '\e648';
}
.gem-list.gem-list-color-1  > ul > li:before{
color: #3c3950;
}
.gem-list.gem-list-color-2   > ul > li:before{
color: #00bfa5;
}
.gem-list.gem-list-color-3  > ul > li:before {
color: #00bcd4;
}
.gem-list.gem-list-color-4  > ul > li:before {
color: #ffb932;
}
.gem-list.gem-list-color-5  > ul > li:before {
color: #f44336;
}
.gem-list.gem-list-color-6  > ul > li:before {
color: #7e57c2;
}
.gem-list.gem-list-color-7  > ul > li:before {
color: #d500f9;
}
.gem-list.gem-list-color-8  > ul > li:before {
color: #8d6e63;
}
.gem-list.gem-list-color-9  > ul > li:before {
color: #f26c4f;
}
.gem-list.gem-list-color-10 > ul > li:before {
color: #ad1457;
}
.gem-list.gem-list-color-11 > ul > li:before {
color: #afb42b;
}
.gem-list.gem-list-color-12 > ul > li:before {
color: #ffffff;
}
.gem-list.gem-list-color-13 > ul > li:before {
color: #e5bf93;
}
.gem-list .gem-list  > ul > li:before {
color: #5f727f;
}
.gem-table {
margin-bottom: 1.421em;
}
.gem-table table {
width: 100%;
}
.gem-table thead th {
padding: 17px;
text-transform: uppercase;
}
.gem-table td {
padding: 16px;
}
.gem-table table {
border: medium none !important;
overflow: visible;
}
.gem-table.gem-table-style-3 {
border: medium none;
overflow: visible;
}
@media (max-width: 768px) {
.gem-table.gem-table-responsive {
border: 0 none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.gem-table-responsive .tabletolist > li span
{
margin-bottom: 30px;
}
.gem-table-responsive .tabletolist .titles {
border: medium none;
margin: 0;
background-color: #f4f7f6;
}
.gem-table-responsive .tabletolist .row_headers {
border-right: 1px solid #dfe5e8;
}
.gem-table-responsive .tabletolist > li
{
margin-bottom: 30px;
}
.gem-table-responsive.gem-table-style-1 .tabletolist > li  li:nth-child(even) {
background-color: #f4f7f6;
}
.gem-table-responsive.gem-table-style-2 .tabletolist > li span.titles {
border:medium  none;
}
.gem-table-responsive.gem-table-style-3  .tabletolist > li,
.gem-table-responsive.gem-table-style-3  .tabletolist .row_headers,
.gem-table-responsive.gem-table-style-3  .tabletolist > li span{
border: medium none;
}
.gem-table-responsive.gem-table-style-3 .tabletolist > li .titles {
background-color: #46485c;
}
.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(odd) {
background-color: #f4f7f6;
}
.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(odd) .row_headers{
background-color: #f0f3f2;
}
.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(even){
background-color: #ebf0ef;
}
.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(even) .row_headers{
background-color: #e6ebe9;
}
.gem-table-responsive .tabletolist,
.gem-table-responsive .tabletolist > li > ul {
margin: 0;
padding: 0;
list-style: none;
}
.gem-table-responsive .tabletolist > li > ul {
display: table;
width: 100%;
}
.gem-table-responsive .tabletolist > li > ul > li {
display: table-row;
}
.gem-table-responsive .tabletolist .row_headers,
.gem-table-responsive .tabletolist .row_data {
display: table-cell;
padding: 17px;
vertical-align: middle;
}
.gem-table-responsive.gem-table-style-1 .tabletolist.nrh .row_headers {
font-weight: bold;
}
.gem-table-responsive .tabletolist.rh > li > .titles {
display: block;
padding: 14px;
text-align: center;
text-transform: uppercase;
}
.gem-table-style-1 .tabletolist.rh > li > .titles {
position: relative;
}
.gem-table-responsive .tabletolist.rh .row_data,
.gem-table-responsive .tabletolist.rh .row_headers{
text-align: center;
}
}
.gem-table-style-1.gem-table{
border: medium none;
}
.gem-table-style-3 tr:nth-child(even) td {
background-color: #e6ebe9;
}
.gem-table-style-3 tr:nth-child(even) td:nth-child(even) {
background-color: #ebf0ef;
}
.gem-table-style-3 tr:nth-child(odd) td{
background-color: #f4f7f6;
}
.gem-table-style-3 thead tr th:nth-child(even) {
background-color: #46485c;
}
.gem-table-style-1 tr:nth-child(even) td {
background-color: #f4f7f6;
}
.gem-table-style-2 thead tr {
background-color: #f4f7f6;
}
.gem-table-style-2.gem-table {
border: medium none ;
}
.gem-table-responsive .tabletolist.rh > li:first-child > .titles {
border-top: medium none;
}
.gem-table h1,
.gem-table h2,
.gem-table h3,
.gem-table h4,
.gem-table h5,
.gem-table h6 {
margin: 0px;
}
.custom-header  .title-xlarge {
margin: 0.4em 0;
}
.custom-header-subtitle span {
display: block;
}
.gem-custom-header-icon-position-centered {
text-align: center;
}
.gem-custom-header-icon-position-left .gem-icon {
float: left;
}
.gem-custom-header-icon-position-left .gem-custom-header-conteiner{
text-align: right;
}
.gem-custom-header-icon-position-right .gem-icon {
float: right;
}
.gem-custom-header-icon-position-left .custom-header-title,
.gem-custom-header-icon-position-left .custom-header-subtitle{
float: right;
clear: right;
}
.gem-custom-header-icon-position-left {
text-align: right;
}
.gem-custom-header-icon-position-right {
text-align: left;
}
.gem-custom-header-icon-position-centered {
text-align: center;
}
.custom-header .breadcrumbs {
width: 100%;
}
.gem-custom-header-icon-position-centered .gem-icon {
float: none;
display: inline-block;
}
.gem-custom-header-icon-position-centered .gem-custom-header-conteiner {
width: 100%;
text-align: center;
}
.gem-custom-header-icon-position-centered .styled-subtitle .light {
display: inline-block;
}
.custom-header.gem-custom-header-no-icon .gem-icon {
display: none;
}
.gem-custom-header-icon-position-centered .container {
padding: 0;
}
.custom-header .container {
position: inherit;
}
.gem-custom-header-icon-position-left .breadcrumbs {
right: 21px;
}
.gem-custom-header-icon-position-right .breadcrumbs {
left: 21px;
}
body .site-main .custom-header .gem-icon {
margin-top: 50px;
}
.custom-header h1 ,
.custom-header h2,
.custom-header h3,
.custom-header h4,
.custom-header h5,
.custom-header h6{
margin-top: 50px;
}
.gem-custom-header-icon-position-centered  h1{
margin-top: 30px;
}
.gem-custom-header-icon-position-centered {
padding-top: 20px;
}
.custom-header h1 {
margin-bottom: 20px;
}
.gem-custom-header-icon-position-centered  .gem-custom-header-conteiner {
display: inline-block;
width: 100%;
}
.gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-title,
.gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-subtitle{
width: 100%;
}
.gem-custom-header-no-icon .custom-header-title span {
display: inline;
}
.custom-header-title span{
display: inline-block;
}
.custom-header  .breadcrumbs {
position: absolute;
bottom: 10px;
}
.custom-header .gem-icon-shape-none {
border: none !important;
}
.custom-header.centreed_breadcrumbs .breadcrumbs {
text-align: center;
}
.breadcrumbs .current {
color: #e7ff89;
padding-bottom: 12px;
border-bottom: 3px solid #e7ff89;
}
.bc-devider:before {
font-family: thegem-icons;
font-style: normal;
width: 20px;
vertical-align: middle;
padding: 0px 12px;
content:  '\e64c';
}
@media (max-width: 768px) {
.custom-header  .breadcrumbs{
right: 0 !important;
left: 0 !important;
text-align: center !important;
}
.gem-custom-header-icon-position-left .custom-header-title,
.gem-custom-header-icon-position-left .custom-header-subtitle {
float: none;
}
}
@media (max-width: 1080px) {
.custom-header .custom-header-title span{
max-width: 800px !important;
}
.custom-header .custom-header-title span{
max-width: 800px !important;
}
}
@media  (min-width:980px) and (max-width:1200px) {
.row .custom-header {
padding-top: 120px !important;
}
}
@media (max-width: 980px) {
.custom-header .custom-header-title span{
max-width: 600px !important;
}
.custom-header .custom-header-title span{
max-width: 600px !important;
}
.gem-custom-header-icon-position-centered .custom-header-title{
margin: 0 auto;
text-align: center !important;
}
}
@media (max-width: 880px) {
.custom-header .custom-header-title span{
max-width: 480px !important;
}
.custom-header .custom-header-title span{
max-width: 480px !important;
}
}
@media (max-width: 767px) {
.custom-header .custom-header-title {
max-width: 550px !important;
margin: 0 auto;
text-align: center;
float: none;
}
.custom-header .custom-header-title span{
max-width: 550px !important;
margin: 0 auto;
text-align: center !important;
float: none;
}
.custom-header .custom-header-title span h1{
font-size: 2.6em !important;
}
.custom-header .gem-icon {
display: inline-block;
float: none;
}
.custom-header {
text-align: center;
}
.styled-subtitle .light {
text-align: center;
}
.gem-icon-size-big {
font-size: 95px;
width: 95px;
height: 95px;
line-height: 95px;
}
}
.contact-form-footer input{
padding-top: 21px;
border-radius: 3px;
padding-bottom: 17px;
}
.wpcf7 .wpcf7-form .contact-form-footer textarea {
height: 95px;
width: 100%;
}
.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
width: 100%;
padding: 11px;
margin: 0;
line-height: 0;
}
.site-footer .contact-form-footer .wpcf7-form-control-wrap .wpcf7-form-control {
padding: 7px !important;
}
.site-footer #colophon .widget-title {
margin-bottom: 42px;
}
.site-footer .widget_contacts .gem-contacts div{
line-height: inherit;
display: block;
}
.site-footer .gem-contacts-item.gem-contacts-address {
border-bottom: 1px solid #393d50;
padding-bottom: 30px;
margin-top: -15px;
}
.site-footer .gem-contacts-item.gem-contacts-phone {
padding-top: 30px;
}
.site-footer .widget_text ul {
padding-left: 0px;
margin-left: 0px;
margin-top: -17px;
}
.site-footer .widget_text  ul li {
list-style: none;
float: left;  padding-left: 14px;
padding: 8px 0;
margin-left: 13px;
border-bottom: 1px solid #393d50;
width: 100%;
}
.site-footer .widget_text  ul li:last-child {
border-bottom: medium none;
}
.site-footer .widget_text ul li:before {
border-radius: 50%;
content: '';
width: 5px;
margin-top: 10px;
height: 5px;
float: left;
margin-left: -14px;
}
.site-footer .gem-mini-pagination a{
width: 13px;
height: 13px;
}
.site-footer .gem-clients-grid-carousel-wrap .gem-clients-slide a {
border-radius: 0px;
}
.site-footer .mc-form {
position: relative;
margin-top: 35px;
}
.site-footer #mc4wp_submit {
position: absolute;
top: -8px;
right: 0;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.site-footer .mc4wp-form input[type='email'] {
padding: 7px 21px;
width: 100%;
}
.site-footer .widget-title {
margin-bottom: 40px;
}
.digram-line-box  .skill-element {
padding-top:4px;
}
.skill-title {
padding-left: 28px;
margin-bottom: 7px;
}
.widget .diagram-summary-skill-line {
font-size: 22px;
font-weight: 100;
}
body .gem-icon-with-text.gem-icon-with-text-float-right .gem-icon-with-text-icon{
display: block;
float: right;
}
.gem-icon-shape-romb {
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}
.gem-icon-shape-romb .gem-icon-inner{
border-radius: 0px;
}
.romb-icon-conteiner {
transform: rotate(-45deg);
width: 100%;
height: 100%;
}
.gem-icon-size-xlarge.gem-icon-shape-romb {
border-radius: 14px;
}
.gem-icon-size-large.gem-icon-shape-romb {
margin: 34px;
border-radius: 7px;
}
.gem-icon-size-medium.gem-icon-shape-romb {
margin: 16px;
border-radius: 3px;
}
.gem-icon-size-small.gem-icon-shape-romb {
margin: 10px;
border-radius: 3px;
}
body .gem-icon.gem-icon-size-small {
border-width: 3px;
}
.wpcf7-form .wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-text,
.wpcf7-form .combobox-wrapper,
.wpcf7-form textarea {
width: 100%;
}
.wpcf7-form .wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-text {
padding: 12px;
padding-left: 20px;
}
.wpcf7-form .combobox-wrapper {
overflow: hidden;
}
.wpcf7-form input:not(.gem-button-wpcf-custom) {
padding-right: 40px;
}
.wpcf7 p {
margin-bottom: 24px;
}
.wpcf7-form  .wpcf7-form-control-wrap {
display: inline-block;
}
.wpcf7-form .combobox-wrapper {
height: 51px;
}
.wpcf7-form .combobox-wrapper .combobox-button {
height: 51px;
width: 51px;
}
.wpcf7-form .combobox-wrapper .combobox-button:before {
font-size: 24px;
margin-left: -11px;
}
.wpcf7-form .combobox-wrapper .combobox-text {
padding: 10px 20px;
line-height: 32px;
}
.wpcf7 textarea {
padding-left: 20px;
padding-right: 12px;
}
.wpcf7-form span.wpcf7-list-item {
margin-right: 20px;
margin-left: 0px;
}
@media (max-width: 768px) {
.wpcf7-form span.wpcf7-list-item {
display: block;
float: left;
}
}
.wpcf7-form .gem-button:not(.gem-button-wpcf-custom),
.wpcf7-form  input[type='submit']:not(.gem-button-wpcf-custom) {
margin: 15px 15px 15px 0;
}
.wpcf7-form .checkbox-sign,
.wpcf7-form .radio-sign,
.wpcf7-quiz-label{
margin-right: 10px;
}
.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom) {
height: 50px;
line-height: 30px;
padding: 10px 40px;
font-size: 20px;
}
.wpcf7  .cf-style1-name,
.wpcf7  .cf-style1-email {
float: left;
margin-right: 16px;
}
.wpcf7  .cf-style1-title {
margin-right: 11px;
float: left;
}
.cf-style1-title > span,
.cf-style1-name span,
.cf-style1-email span{
margin-right: 19px;
}
.wpcf7  .cf-style1-website span,
.wpcf7  .cf-style1-name span,
.wpcf7  .cf-style1-email span{
max-width: 310px;
}
.cf-style1-website {
float: left;
}
body .cf-style1-checkbox {
clear: both;
width: 100%;
margin-bottom: 24px;
}
select.wpcf7-form-control.wpcf7-select option {
padding-left: 10px;
padding-top: 3px;
}
.cf-style1-textarea .wpcf7-form-control-wrap,
.cf-style1-textarea textarea {
width: 100%;
}
.cf-style1-textarea textarea {
height: 220px;
}
.wpcf7-form-control-wrap select {
width: 100%;
}
.contact-form-style-3 {
margin-left: -21px;
margin-right: -21px;
}
body .contact-form-style-3 input,
body .contact-form-style-3 span {
width: 100%;
}
body .cf-style1-textarea {
margin-top: 20px;
float: left;
width: 100%;
margin-bottom: 35px;
}
div.wpcf7 .gem-button-position-center .ajax-loader {
margin-right: -20px;
}
.wpcf7-form .website {
position: relative;
}
.wpcf7-form .gem-form-icon-phone,
.wpcf7-form .gem-form-icon-website,
.wpcf7-form .gem-form-icon-email,
.wpcf7-form .gem-form-icon-name {
position: relative;
}
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form  .name:after,
.wpcf7-form .gem-form-icon-phone:after,
.wpcf7-form .gem-form-icon-website:after,
.wpcf7-form .gem-form-icon-email:after,
.wpcf7-form .gem-form-icon-name:after {
position: absolute;
font-family: thegem-icons;
font-style: normal;
right: 12px;
top: 12px;
font-size: 24px;
}
.wpcf7-form .website:after,
.wpcf7-form .gem-form-icon-website:after {
content: '\e623';
}
.wpcf7-form .email:after,
.wpcf7-form .gem-form-icon-email:after {
content: '\e643';
}
.wpcf7-form .name:after,
.wpcf7-form .gem-form-icon-name:after {
content: '\e63b';
}
.wpcf7-form .phone:after,
.wpcf7-form .gem-form-icon-phone:after {
content: '\e625';
}
.wpcf7-form .gem-form-icon-phone .phone:after,
.wpcf7-form .gem-form-icon-website .website:after,
.wpcf7-form .gem-form-icon-email .email:after,
.wpcf7-form .gem-form-icon-name .name:after {
display: none;
}
.contact-form-style-2 input,
.contact-form-style-2 .wpcf7-form-control-wrap {
width: 100%;
}
.cf-style2-title,
.cf-style2-text {
float: left;
}
.cf-style2-title > span{
float: left;
}
.cf-style2-text > span {
float: left;
}
.cf-style2-textarea textarea {
width: 100%;
}
p.cf-style2-textarea {
margin-top: 30px;
float: left;
width: 100%;
}
p.cf-style2-checkbox,
p.cf-style2-radio{
margin-bottom: -24px;
}
p.cf-style2-checkbox .wpcf7-list-item,
p.cf-style2-radio .wpcf7-list-item{
padding-bottom: 24px;
display: block;
float: left;
}
p.cf-style2-title {
width: 28%;
margin-right: 3%;
}
p.cf-style2-text {
width: 69%;
}
.cf-style2-adreess .combobox-wrapper{
max-width: 100%;
}
.widget .wpcf7-form .wpcf7-form-control-wrap {
display: inline-block;
width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
width: 100%;
}
.widget  .wpcf7 textarea {
height: 100px;
width: 100%;
}
.form-sidebar span,
.form-sidebar textarea,
.form-sidebar input{
width: 100%;
}
.widget .wpcf7-form  input {
width: 100%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
overflow: hidden;
}
.widget .wpcf7-form textarea {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
overflow: hidden;
}
.widget .wpcf7-form p {
width: 100%;
}
.wpcf7-form p.col-lg-6:after,
.wpcf7-form p.col-lg-3:after,
.wpcf7-form p.col-lg-4:after {
right: 30px;
}
.widget .wpcf7-form input.wpcf7-text {
padding: 6px;
padding-left: 20px;
padding-right: 40px;
}
.widget .wpcf7-form .phone:after,
.widget .wpcf7-form .website:after,
.widget .wpcf7-form .email:after,
.widget .wpcf7-form .name:after {
top: 7px;
}
.widget .wpcf7 p {
margin-bottom: 20px;
}
.widget .wpcf7-form .combobox-wrapper .combobox-text {
padding: 5px 20px;
line-height: 31px;
}
.widget .wpcf7-form input[type='submit'] {
margin-top: 0px;
}
.widget  .wpcf7-form .combobox-wrapper {
height: 41px;
max-width: 331px;
}
.widget .wpcf7-form input[type='submit'] {
height: 40px;
line-height: 21px;
padding: 10px 40px;
font-size: 14px;
}
.widget .combobox-wrapper .combobox-button:before {
margin-top: -11px;
}
.wpcf7-form .contact-form-style-2  .combobox-wrapper {
height: 49px;
}
@media (max-width: 1212px) {
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7 .contact-form-style-3 p,
.wpcf7 .contact-form-style-1 p {
width: 100%;
}
.wpcf7 .cf-style3-website input,
.wpcf7 .cf-style3-name input,
.wpcf7 .cf-style3-email input,
.wpcf7 .cf-style1-website input,
.wpcf7 .cf-style1-name input,
.wpcf7 .cf-style1-email input {
width: 100%;
max-width: 100%;
}
}
@media (max-width: 768px) {
.wpcf7 .cf-style3-website span,
.wpcf7 .cf-style3-name span,
.wpcf7 .cf-style3-email span,
.wpcf7-form .contact-form-style-2 .combobox-wrapper,
.wpcf7-form .contact-form-style-1 .combobox-wrapper,
.wpcf7 .cf-style1-website span,
.wpcf7 .cf-style1-name span,
.wpcf7 .cf-style1-email span {
width: 100%;
max-width: 100%;
}
p.cf-style2-title {
width: 100%;
}
p.cf-style2-text {
width: 100%;
}
.cf-style1-title,
.cf-style1-name,
.cf-style1-email {
width: 100%;
}
.wpcf7-form .cf-style1-title .wpcf7-form-control-wrap {
width: 100%;
}
.widget .wpcf7 textarea {
width: 100%;
}
}
.wpcf7-form.gem-contact-form-white  .combobox-wrapper,
.wpcf7-form.gem-contact-form-white  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button,
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-white .checkbox-sign,
.wpcf7-form.gem-contact-form-white  span.radio-sign,
.wpcf7-form.gem-contact-form-white textarea {
border: none;
}
.wpcf7-form.gem-contact-form-dark  .combobox-wrapper,
.wpcf7-form.gem-contact-form-dark  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-dark .checkbox-sign,
.wpcf7-form.gem-contact-form-dark  span.radio-sign,
.wpcf7-form.gem-contact-form-dark textarea
{
border: 1px solid #394050;
background-color: #181828;
}
.wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-button:before,
.wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-dark .phone:after,
.wpcf7-form.gem-contact-form-dark .website:after,
.wpcf7-form.gem-contact-form-dark .email:after,
.wpcf7-form.gem-contact-form-dark  .name:after{
color: #46485c;
}
.wpcf7-form.gem-contact-form-dark ::-webkit-input-placeholder {
color: #46485c;
}
.wpcf7-form.gem-contact-form-dark:-moz-placeholder {
color: #46485c;
}
.wpcf7-form.gem-contact-form-dark::-moz-placeholder {
color: #46485c;
}
.wpcf7-form.gem-contact-form-dark:-ms-input-placeholder {
color: #46485c;
}
p.cf-style3-textarea {
margin-top: 14px;
float: left;
width: 100%;
}
p.cf-style3-textarea span {
width: 100%;
}
.wpcf7 .cf-style3-website {
float: left;
}
.wpcf7 .cf-style3-textarea span,
.wpcf7 .cf-style3-textarea textarea {
width: 100%;
}
.wpcf7  input[type='submit']:not(.gem-button-wpcf-custom) {
width: 100%;
}
@media (max-width: 368px) {
.wpcf7  input {
width: 100% !important;
}
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
}
.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper{
max-width: 100%;
background: transparent;
color: #fff;
border-color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 .name:after,
.wpcf7-form .contact-form-style-logistics-1 .email:after,
.wpcf7-form .contact-form-style-logistics-1 .combobox-button:before,
.wpcf7-form .contact-form-style-logistics-1 .combobox-text{
color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper select{
color: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 .wpcf7-form-control-wrap,
.wpcf7-form .contact-form-style-logistics-1 input[type=text],
.wpcf7-form .contact-form-style-logistics-1 input[type=email],
.wpcf7-form .contact-form-style-logistics-1 select,
.wpcf7-form .contact-form-style-logistics-1 textarea{
width: 100%;
background: transparent;
border-radius: 3px;
color: #fff;
border-color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 input[type='submit']{
width: auto;
text-align: center;
margin: 15px auto;
padding: 10px 25px;
display: block;
background: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 input[type='submit']:hover{
background: #fff;
color: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 ::-webkit-input-placeholder {color:#fff;}
.wpcf7-form .contact-form-style-logistics-1 ::-moz-placeholder          {color:#fff;}
.wpcf7-form .contact-form-style-logistics-1 :-moz-placeholder           {color:#fff;}
.wpcf7-form .contact-form-style-logistics-1 :-ms-input-placeholder      {color:#fff;}
form.wpcf7-form.gem-contact-form-simple-line input[type="text"],
form.wpcf7-form.gem-contact-form-simple-line input[type="password"],
form.wpcf7-form.gem-contact-form-simple-line input[type="color"],
form.wpcf7-form.gem-contact-form-simple-line input[type="date"],
form.wpcf7-form.gem-contact-form-simple-line input[type="datetime"],
form.wpcf7-form.gem-contact-form-simple-line input[type="datetime-local"],
form.wpcf7-form.gem-contact-form-simple-line input[type="email"],
form.wpcf7-form.gem-contact-form-simple-line input[type="number"],
form.wpcf7-form.gem-contact-form-simple-line input[type="range"],
form.wpcf7-form.gem-contact-form-simple-line input[type="search"],
form.wpcf7-form.gem-contact-form-simple-line input[type="tel"],
form.wpcf7-form.gem-contact-form-simple-line input[type="time"],
form.wpcf7-form.gem-contact-form-simple-line input[type="url"],
form.wpcf7-form.gem-contact-form-simple-line input[type="month"],
form.wpcf7-form.gem-contact-form-simple-line input[type="week"],
form.wpcf7-form.gem-contact-form-simple-line textarea {
border-top: 0 none;
border-left: 0 none;
border-right: 0 none;
background: transparent;
}
.row .theme-default .nivo-controlNav a {
width: 16px;
height: 16px;
background-image: none;
border-radius: 50%;
margin: 5px 7px;
}
.row  .flex-direction-nav a:before {
font-family: thegem-icons;
font-style: normal;
font-size: 24px;
display: inline-block;
padding: 8px;
content: '\e636';
}
.row  .flex-direction-nav a.flex-next:before {
content: '\e634';
}
.row .vc_images_carousel .vc_carousel-indicators {
bottom: -50px;
}
.row .vc_images_carousel .vc_carousel-indicators .vc_active {
width: 16px;
height: 16px;
background-color: transparent;
border: 4px solid #b6c6c9;
}
.row .vc_images_carousel .vc_carousel-indicators li{
width: 16px;
height: 16px;
margin: 0 6px;
background-color: #b6c6c9;
border: 3px solid #b6c6c9;
}
.row  .flexslider {
border: medium none;
border-radius: 0px;
box-shadow: none;
}
.row  .wpb_gallery .wpb_flexslider .flex-control-nav {
margin-top: 25px;
}
.row  .flex-direction-nav a {
text-shadow: none;
}
.row  .flex-direction-nav li .flex-next {
right: 0px;
}
.row  .flex-direction-nav li .flex-prev {
left: 0px;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a {
border: none;
}
.row .theme-default .nivoSlider {
box-shadow: none;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
border: none;
}
.row .theme-default .nivo-directionNav a {
background: none;
font-size: 24px;
display: inline-block;
padding: 9px;
}
.row .theme-default a.nivo-nextNav {
right: 0px;
}
.row  .theme-default .nivo-directionNav a {
font-size: 0px;
text-indent: 0;
height:40px;
width: 40px;
}
.row .theme-default a.nivo-nextNav:after {
font-size: 24px;
content: '\e634';
font-family: thegem-icons;
font-style: normal;
margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav:after {
font-size: 24px;
content: '\e636';
font-family: thegem-icons;
font-style: normal;
margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav {
left: 0px;
}
.row  .vc_carousel-control .icon-next{
font-size: 24px;
content: '\e634';
font-family: thegem-icons;
font-style: normal;
margin-top: 0px;
}
.row  .vc_carousel-control  .icon-prev {
font-size: 24px;
content: '\e636';
font-family: thegem-icons;
font-style: normal;
}
.row .vc_images_carousel .vc_carousel-control.vc_left {
margin-left: -15px;
}
.row .vc_images_carousel .vc_carousel-control.vc_right {
margin-right: -5px;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev,
.row .vc_images_carousel .vc_carousel-control .icon-next {
height: 40px;
width: 40px;
}
.row  .vc_images_carousel .vc_carousel-control {
opacity: 1;
text-shadow: none;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before,
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
top: 0px;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before {
content: '\e636';
top: 7px;
font-size: 24px;
font-family: thegem-icons;
font-style: normal;
}
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
content: '\e634';
top: 7px;
font-family: thegem-icons;
font-style: normal;
font-size: 24px;
}
.row .vc_pie_chart_back
{
border: 7px solid #f7f7f7;
}
.row  .vc_pie_wrapper span{
font-size: 50px;
}
.diagram-wrapper.style-2 .digram-line-box .skill-line {
margin-right: 0px;
}
.diagram-wrapper.style-2 .digram-line-box  .skill-title {
padding-left: 0px;
}
.diagram-wrapper.style-2 .digram-line-box  .skill-amount  {
margin-top: -30px;
}
.diagram-wrapper.style-2 .digram-line-box .skill-element {
padding-top: 14px;
}
.diagram-wrapper.style-1 .digram-line-box .skill-line {
margin-right: 0px;
}
.diagram-wrapper.style-1 .digram-line-box  .skill-amount  {
margin-top: -30px;
}
.diagram-wrapper.style-1 .digram-line-box .skill-element {
padding-top: 14px;
}
.diagram-wrapper.style-3 .digram-line-box   .skill-line {
margin-right: 0px;
height: 30px;
overflow: hidden;
border-radius: 50px;
}
.diagram-wrapper.style-3 .digram-line-box  .skill-title {
position: absolute;
padding-top: 3px;
padding-left: 22px;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.diagram-wrapper.style-3 .digram-line-box .skill-title span{
margin-left: 8px;
}
.diagram-wrapper.style-3 .digram-line-box  .skill-amount  {
margin-top: -30px;
}
.diagram-wrapper.style-3 .digram-line-box .skill-element {
padding-top: 18px;
}
.diagram-wrapper.style-3 .skill-line div {
height: 30px;
}
p.skill-style-3 {
font-size: 10px;
display: inline-block;
}
.diagram-wrapper.style-3  .skill-amount {
display: none;
}
.diagram-legend .legend-element .color {
margin-top: 5px;
}
.widget_diagram .diagram-legend .legend-element .title {
font-size: 14px;
font-weight: normal;
}
.widget_diagram  .diagram-legend .legend-element .color {
display: block;
float: left;
width: 12px;
height: 12px;
}
.widget_diagram  .diagram-legend .legend-element .color {
margin-top: -1px;
}
.widget_diagram .diagram-legend .legend-element {
margin-top: 15px;
}
.row .vc_progress_bar .vc_label {
text-transform: uppercase;
}
.row .vc_round-chart .vc_chart-legend span {
border-radius: 50%;
}
.row .vc_chart .vc_chart-legend li {
margin: 0px 20px 1em;
}
.diagram-circle .diagram-legend .legend-element .title {
line-height: inherit;
}
.style-2 .diagram-circle .diagram-legend .legend-element .title {
font-size: inherit;
color: #5f727f;
margin-left: 18px;
}
.style-2 .diagram-circle .diagram-legend .legend-element .color {
margin-top: 8px;
width: 10px;
height: 10px;
}
.style-2 .diagram-circle .diagram-legend .legend-element {
margin: -10px 0 15px 0;
}
.gem-dropcap-shape-hexagon {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
position: relative;
}
.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
background: transparent !important;
border: none !important;
}
.dropcap-hexagon-inner {
position: absolute;
}
.gem-dropcap-letter {
z-index: 10;
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back {
display: block;
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: relative;
z-index: 1;
font-size: 0;
line-height: 1;
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner,
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner {
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top {
display: block;
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
line-height: 1;
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner,
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner {
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-big,
.gem-dropcap-shape-hexagon.gem-dropcap-style-big:last-child {
margin: 5px 0;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-back {
width: 86px;
height: 76px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-top {
width: 80px;
height: 70px;
left: 3px;
top: 3px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-dropcap-shape-hexagon .gem-dropcap-letter {
line-height: 62px;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium,
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium:last-child {
margin: 3px 0;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-letter{
text-indent: 13px;
line-height: 36px;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-back {
width: 62px;
height: 52px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-top {
width: 58px;
height: 48px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
left: 2px;
top: 2px;
}
.gem-dropcap-style-medium .dropcap-hexagon-inner {
margin-top: 0px;
}
.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
text-indent: 9px;
}
body .vc_separator.vc_sep_double .vc_sep_line {
height: 7px !important;
}
.vc_separator.vc_sep_double.vc_sep_border_width_2 .vc_sep_line {
height: 8px !important;
}
body .vc_separator h4 {
margin-top: 3px;
}
.mouse-scroll {
display: block;
width: 32px;
height: 48px;
border: 3px solid #4dc4c8;
border-radius: 50px;
position: relative;
cursor: pointer;
margin: 0 auto;
transform: translate(0, 0);
overflow: hidden;
font-size: 10000px;
}
.mouse-scroll:after {
content: '';
width: 4px;
height: 8px;
position: absolute;
left: 50%;
top: 7px;
border-radius: 4px;
background-color: #4dc4c8;
margin-left: -2px;
opacity: 1;
transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite running scrollAnimation;
-webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite  scrollAnimation;
}
@keyframes scrollAnimation {
0%, 20% {
transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
}
10% {
opacity: 1;
transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
}
100% {
opacity: 0.01;
transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
}
}
@-webkit-keyframes scrollAnimation {
0%, 20% {
-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
}
10% {
opacity: 1;
-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
}
100% {
opacity: 0.01;
-webkit-transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
}
}
.wpcf7  .contact-form-style-1 input[type='submit'] {
width: auto;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
float: left;
width: 100%;
margin: 0 auto;
text-align: center;
}
.vc_message_box-icon>*, .vc_message_box-icon>.fa {
margin-top: -12px;
}
.contact-form-style-7 textarea{
height: 140px !important;
}
.contact-form-style-7  input[type='submit'] {
background-color: #8f44ad;
}
.contact-form-style-7 textarea,
.contact-form-style-7 input {
background-color: rgba(230, 230, 230, 0.11);
border: medium none;
}
.contact-form-style-7 p input[type='submit'] {
border-radius: 0px;
}
.contact-form-style-7 :after {
color: #fff !important;
}
.contact-form-style-7  input {
margin-bottom: 17px;
}
.products-grid-form p{
display:block;
width:100% !important;
margin:0 0 20px 0;
padding:0;
}
.products-grid-form p span{
display:block;
width:100% !important;
}
.products-grid-form p input{
display:inline-block;
width:100%;
height:50px;
line-height:50px;
text-align:center;
border-radius:0 !important;
}
.products-grid-form p.area input{
color:#a8b4bc !important;
}
.products-grid-form p.button input{
color:#fff !important;
background:#272439;
font-weight:200;
}
.products-grid-form p.button input:hover{
background:#00bcd4;
}
.jtwt_tweet_text.icon-twitter a:hover {
color: #3c3950;
}
.widget.widget_search form {
border-radius: 3px;
overflow: hidden;
}
.widget_diagram .skill-amount {
letter-spacing: 0.05em;
}
#colophon #mc4wp_email {
border-radius: 3px;
}
#mc4wp_submit{
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#mc4wp_email {
border-radius: 3px;
}
.widget_recent_comments li {
font-size: 14px;
}
#wp-calendar caption {
letter-spacing: 0.05em;
text-transform: uppercase;
height: 39px;
padding: 7px 0;
line-height: 25px;
}
#wp-calendar #prev a,
#wp-calendar #next a{
color: transparent;
}
.widget_recent_comments .comment-author-link a{
font-size: 14px;
}
.widget_recent_comments a {
font-size: 16px;
}
.project_info-item-style-1 .project_info-item .title {
letter-spacing: 0.05em;
}
.widget .gem-teams-name {
clear: both;
}
.gem-teams-phone {
letter-spacing: 0.05em;
}
.widget_nav_menu li a:after,
.widget_submenu li a:after {
position: absolute;
right: 30px;
}
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a {
text-transform: uppercase;
letter-spacing: 0.05em;
}
.widget_submenu  ul ul ul,
.widget_nav_menu  ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul{
font-size: 14px;
}
.widget_submenu  ul ul ul ul,
.widget_nav_menu  ul ul ul ul,
.widget_pages ul ul ul ul
.widget_categories ul ul ul ul{
background-color: #dde6e8;
}
.widget_submenu  ul ul ul ul ul,
.widget_nav_menu  ul ul ul ul ul,
.widget_pages ul ul ul ul ul,
.widget_categories ul ul ul ul ul{
background-color: #d4dfe3;
}
.jtwt_date{
font-size: 14px;
}
#colophon .widget_tweets .twitter-box .jtwt_tweet,
#colophon .Custom_Recent_Posts .gem-pp-posts,
#colophon .widget_meta li,
#colophon .widget_rss li,
#colophon .widget_recent_entries li,
#colophon .Custom_Recent_Posts ul li,
#colophon .Custom_Popular_Posts ul li,
#colophon .project_info-item-style-1 .project_info-item.iconed,
#colophon .gem-latest-news {
border-bottom: 1px solid #393d50;
}
#colophon .widget_tweets .twitter-box .jtwt_tweet:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:last-child,
#colophon .widget_meta li:last-child,
#colophon .widget_rss li:last-child,
#colophon .widget_recent_entries li:last-child,
#colophon .Custom_Recent_Posts ul li:last-child,
#colophon .Custom_Popular_Posts ul li:last-child,
#colophon .project_info-item-style-1 .project_info-item.iconed:last-child,
#colophon .gem-latest-news:last-child {
border-bottom: none;
}
#colophon .widget_recent_entries ul {
background: transparent;
}
#colophon .project_info-item-style-2 .project_info-item,
#colophon .project_info-item-style-1,
#colophon .digram-line-box,
#colophon .widget form.searchform,
#colophon.gem-teams-item-wrap,
#colophon.gem-picturebox-text,
#colophon .widget_recent_comments li,
#colophon .gem-teams-item-wrap,
#colophon #wp-calendar #prev a,
#colophon #wp-calendar #next a,
#colophon #wp-calendar caption:after,
#colophon #calendar_wrap,
#colophon  .widget_mc4wp_widget form {
background-color: #2c2e3d ;
}
#colophon #wp-calendar #prev a,
#colophon #wp-calendar #next a {
-moz-transition: all 0.2  linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s  linear;
transition: all 0.2s  linear;
}
#colophon #wp-calendar #prev a:hover:after,
#colophon #wp-calendar #next a:hover:after {
-moz-transition: all 0.2  linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s  linear;
transition: all 0.2s  linear;
}
#colophon .widget.widget_search input,
#colophon #wp-calendar caption {
background-color: #181828;
}
#colophon .jtwt_tweet:first-child,
#colophon .project_info-item-style-1 .project_info-item.iconed:first-child,
#colophon .gem-pp-posts:first-child,
#colophon .widget_tweets .twitter-box .jtwt_tweet:first-child{
background: none;
}
#colophon .skill-line {
background-color: #171728;
}
#colophon .widget.widget_search input,
#colophon #mc4wp_email,
#colophon .wpcf7-form-control-wrap input,
#colophon .wpcf7-form-control-wrap textarea{
background-color: #181828;
border: 1px solid #394050;
}
#colophon .wpcf7-form-control-wrap textarea {
border-radius: 3px;
}
#colophon .widget.widget_search .gem-button,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit{
background-color: #394050;
}
#colophon #mc4wp_submit{
background-color: #394050;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#page #colophon .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
background-color: #181828 !important;
}
#page #colophon .woocommerce .select2-container .select2-selection--single {
border-color: #394050;
}
#page #colophon  .select2-container {
border-radius: 10px;
}
#colophon .combobox-wrapper {
background-color: #181828 !important;
border: 1px solid #394050 !important;
}
#colophon .widget_categories > ul,
#colophon .widget_categories > ul li,
#colophon .widget.widget_pages > ul,
#colophon .widget.widget_pages li {
border-color: #394050;
}
#colophon .widget_archive li,
#colophon .widget_archive li:nth-child(odd) {
background-color: transparent;
}
#colophon .widget_submenu li,
#colophon .widget_nav_menu > div > ul li,
#colophon .widget_archive  ul li {
border-top: 1px solid #394050;
}
body #colophon .widget_nav_menu ul.menu > li > ul
{
border-left: 1px solid #394050;
border-right: 1px solid #394050;
border-top: 1px solid #394050;
}
#colophon .widget_submenu ul,
#colophon .widget_nav_menu > div > ul,
#colophon .widget_archive  ul {
border-left: 1px solid #394050;
border-right: 1px solid #394050;
border-bottom: 1px solid #394050;
}
#colophon .tagcloud a {
background-color: transparent;
}
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_categories ul ul,
#colophon .widget_pages li li {
background-color: #2c2e3d;
}
#colophon .wpcf7-validation-errors,
#colophon .wpcf7-not-valid-tip {
display: none !important;
}
.widget .searchform input {
border-radius: 3px;
}
body .widget_tag_cloud .tagcloud a:hover{
border: 1px solid transparent;
}
.widget :after,
.widget :before,
.widget a,
.widget a:hover,
.widget.widget_search .gem-button:hover,
.widget.widget_search .gem-button,
body .widget_tag_cloud .tagcloud a,
body .widget_tag_cloud .tagcloud a:hover,
#colophon .widget.widget_search .gem-button:hover,
#colophon #mc4wp_submit:hover,
#colophon .widget.widget_search .gem-button:hover,
body #colophon .tagcloud a:hover,
#colophon .widget.widget_search .gem-button {
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
body .portfolio-items-masonry.background-style-dark  .portfolio-item .wrap > .caption {
border-bottom: none;
}
.portfolio-items-masonry .portfolio-item .wrap > .caption {
border-bottom: 1px solid #e0e5e8;
}
.portfolio-filters-resp button:after {
background: #99a9b5;
box-shadow: 0 10px 0 0 #99a9b5, 0 20px 0 0 #99a9b5;
}
#colophon .gem-teams-name {
color: #99A9B6;
}
#colophon .gem-picturebox-text {
background-color: #2c2e3d !important;
}
#colophon  .widget_product_categories > ul,
#colophon  .widget_product_categories > ul li,
#colophon .gem-products-content,
#colophon  .widget_shopping_cart_content ul.product_list_widget li {
border-color: #394050;
}
#colophon  .widget_product_search input.search-field {
background-color: #181828;
border: 1px solid #394050;
}
#colophon .widget_product_search button {
top: 41px;
}
#colophon  .widget_product_categories > ul li {
padding-left: 10px;
}
#colophon  .widget_shopping_cart .total span.amount{
color: #99a9b5;
}
#colophon .widget  .gem-products-content {
display: table-cell;
width: 100%;
vertical-align: middle;
}
#colophon .widget .gem-products-image {
display: table-cell;
}
#colophon .team-person-email a:before
{
margin-right: 0px;
}
.digital-agency-mailchimp.yikes-easy-mc-form label{
width: 68%;
padding-right: 5%;
}
.digital-agency-mailchimp.yikes-easy-mc-form label > input[type="email"]{
background: #f0f3f2;
height: 45px;
border-radius: 3px;
border: none;
padding-left: 20px;
}
.digital-agency-mailchimp.yikes-easy-mc-form label > input[type="email"]:focus{
outline: none !important;
}
.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 17%;
min-width: 235px;
display: inline-block;
background: #212331;
color: #fff;
height: 45px;
border: none;
border-radius: 3px;
font-family: 'Montserrat';
font-weight: 700;
text-transform: uppercase;
padding-left: 50px;
position: relative;
}
.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:before{
content: "\e626";
font-family: "thegem-icons";
font-style: normal;
font-size: 24px;
font-weight: normal;
color: #fff;
position: absolute;
left: 50%;
margin-left: -69px;
text-align: center;
}
@media(max-width: 1200px){
body .digital-agency-mailchimp.yikes-easy-mc-form label{
width: 100%;
padding-right: 0;
}
body .yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 100%;
}
}
.business-light-mailchimp.yikes-easy-mc-form label {
float: left;
width: 100%;
padding-right: 0;
margin-bottom: 0;
}
.business-light-mailchimp.yikes-easy-mc-form input[type="email"]{
background-color: rgba(255,255,255,0.2);
border: 1px solid #dfe5e8;
text-align:center;
color:#ffffff!important;
border-radius:5px;
}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button{
width: 100%;
min-width: 90px;
float: left;
padding:0;
margin:0;
}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button{
background-color:#2fc5b0;
border:0;
border-radius:5px;
color:#fff;
text-transform:uppercase;
font-size:19px;
min-height: 45px;
padding-top:3px;
}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button:hover{
background-color:#3c3950;
}
.business-sulutions-mailchimp input[type=email]{
width:100%;
height:40px!important;
border:0!important;
background-color:#f0f3f2!important;
color:#5f727f;
font-size:16px;
padding-left:15px!important;
padding-right:50px!important;
}
.business-mail-submit{
position:absolute;
right:20px;
top:0;
width:40px!important;
height:40px!important;
margin:0!important;
padding:0!important;
border:0!important;
background-color:#dfe5e8!important;
}
.business-mail-submit:before{
font-family:'thegem-icons';
content: '\e601';
color:#3c3950;
font-size:24px;
line-height:33px;
}
.online-shop-mailchimp.yikes-easy-mc-form label{
width: 350px;
padding-right: 20px;
}
.online-shop-mailchimp.yikes-easy-mc-form label > input{
background: #f0f3f2;
height: 45px;
border: none;
padding-left: 20px;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form label > input:focus{
outline: none !important;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 155px;
min-width: 155px;
height: 45px;
display: inline-block;
background: #d7b398;
color: #fff;
border: none;
font-family: 'Montserrat';
font-weight: 700;
text-transform: uppercase;
padding-right: 30px;
padding-left: 30px;
position: relative;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button {
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button:hover {
background: #212121 !important;
color: #fff !important;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
body .online-shop-mailchimp.yikes-easy-mc-form label{
width: 100%;
padding-right: 0;
}
body .yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 100%;
}
}
.trendy-shop-mailchimp.yikes-easy-mc-form label{
width: 350px;
padding-right: 20px;
}
.trendy-shop-mailchimp.yikes-easy-mc-form label > input{
color: #fff;
background: transparent;
height: 45px;
border: none;
padding-left: 0;
border-bottom: 1px solid #575c6c;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form label > input:focus{
outline: none !important;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 155px;
min-width: 155px;
height: 45px;
display: inline-block;
background: #f44236;
color: #fff;
border: none;
font-family: 'Montserrat';
font-weight: 700;
text-transform: uppercase;
padding-right: 30px;
padding-left: 30px;
position: relative;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button{
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button:hover{
background: #212121;
color: #fff;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
body .trendy-shop-mailchimp.yikes-easy-mc-form label{
width: 100%;
padding-right: 0;
}
body .yikes-mailchimp-container .trendy-shop-mailchimp .yikes-easy-mc-submit-button{
width: 100%;
}
}
.lookbook-landing-mailchimp.yikes-easy-mc-form label{
width: 350px;
padding-right: 20px;
}
.lookbook-landing-mailchimp.yikes-easy-mc-form label > input{
color: #333;
background: transparent;
height: 40px;
border: none;
padding-left: 0;
border-bottom: 1px solid #dbdbdb;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form label > input:focus{
outline: none !important;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 140px;
min-width: 140px;
height: 40px;
display: inline-block;
background: transparent;
color: #333;
font-family: 'Montserrat';
font-weight: 700;
text-transform: uppercase;
padding-right: 22px;
padding-left: 22px;
padding-top: 6px;
padding-bottom: 6px;
position: relative;
border: 2px solid #333;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button {
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button:hover {
background: #212121;
color: #fff;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
body .lookbook-landing-mailchimp.yikes-easy-mc-form label{
width: 100%;
padding-right: 0;
}
body .yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 100%;
}
}
.beauty-spa-mailchimp.yikes-easy-mc-form{
display: block;
margin: 0 auto;
width: 320px;
}
.beauty-spa-mailchimp.yikes-easy-mc-form label{
width: 320px;
padding-right: 0;
}
.beauty-spa-mailchimp.yikes-easy-mc-form label > input{
color: #928d8e;
background: transparent;
height: 45px;
border: none;
padding-left: 0;
border-bottom: 1px solid #928d8e;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form label > input:focus{
outline: none !important;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
width: 320px;
min-width: 320px;
height: 50px;
background: #e77785;
font-size: 19px;
color: #fff;
border-radius: 25px;
border: none;
font-family: 'Montserrat UltraLight';
font-weight: 100;
text-transform: uppercase;
padding-right: 30px;
padding-left: 30px;
position: relative;
margin-top:40px;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button {
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button:hover {
background: #212121;
color: #fff;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form label > input[type=email]{
background: #fff !important;
padding-left: 20px !important;
border: 1px solid #dfe5e8 !important;
}
.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
border: none;
color: #fff;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
background: #e43f65;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
color: #e43f65;
background: #212331;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.silk-diamond-mailchimp.yikes-easy-mc-form input[type=email]{
background: #fff !important;
padding-left: 20px !important;
border: 1px solid #dfe5e8 !important;
}
.silk-diamond-mailchimp .yikes-easy-mc-submit-button{
border: none;
color: #fff;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.silk-diamond-mailchimp .yikes-easy-mc-submit-button{
background: #9ccc65;
}
.yellow-breath-mailchimp.yikes-easy-mc-form input[type=email]{
background: #fff !important;
color: #99a9b5;
padding-left: 20px !important;
border: none !important;
}
.yellow-breath-mailchimp .yikes-easy-mc-submit-button{
background: #2c2e3d;
border: none;
color: #fff;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
@font-face {
font-family: 'Montserrat UltraLight';
src: url('//owl.fusion-ev.com/template/fonts/montserrat-ultralight.eot');
src: url('//owl.fusion-ev.com/template/fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'),
url('//owl.fusion-ev.com/template/fonts/montserrat-ultralight.woff') format('woff'),
url('//owl.fusion-ev.com/template/fonts/montserrat-ultralight.ttf') format('truetype'),
url('//owl.fusion-ev.com/template/fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
font-weight: normal;
font-style: normal;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title-h1,
body .title-h2,
body .title-h3,
body .title-h4,
body .title-h5,
body .title-h6,
body h1 .light,
body h2 .light,
body h3 .light,
body h4 .light,
body h5 .light,
body h6 .light,
body .title .light,
body .title-h1 .light,
body .title-h2 .light,
body .title-h3 .light,
body .title-h4 .light,
body .title-h5 .light,
body .title-h6 .light,
body .title-xlarge,
body .title-xlarge .light,
body .main-menu-item .light,
#primary-menu.no-responsive li,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
#primary-menu.no-responsive > li > a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
body #primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
text-transform: none ;
}
@media (min-width: 768px) and (max-width: 979px) {
#site-header .header-main {
position: relative;
display: table;
width: 100%;
z-index: 11;
}
#primary-navigation .menu-toggle,
#perspective-menu-buttons .menu-toggle {
display: inline-block;
}
.mobile-cart-position-top #site-header .mobile-cart {
display: table-cell;
}
.mobile-cart-position-top #site-header .site-title {
text-align: center;
width: 99%;
}
.mobile-cart-position-top #site-header .site-title .site-logo {
margin: 0 auto;
}
.mobile-cart-position-top #site-header .primary-navigation,
.mobile-cart-position-top #site-header #perspective-menu-buttons {
width: auto;
}
#perspective-menu-buttons .perspective-toggle,
#perspective-menu-buttons .hamburger-minicart {
display: none;
}
#primary-navigation .hamburger-toggle,
#primary-navigation .overlay-toggle {
display: none;
}
.primary-navigation .dl-menu {
position: absolute;
left: 0;
right: 0;
opacity: 0;
}
.mobile-menu-layout-overlay #primary-navigation .overlay-menu-wrapper {
visibility: hidden;
height: 0;
position: fixed;
}
#page.vertical-header #site-header-wrapper{
position: static;
width: 100%;
padding: 0;
}
#page.vertical-header{
padding-left: 0;
}
#page.vertical-header #site-header .site-title {
display: table-cell;
}
#page.vertical-header #site-header .primary-navigation,
#page.vertical-header #site-header #perspective-menu-buttons {
display: table-cell;
}
.vertical-menu-item-widgets{display: none;}
#page #site-header .site-title {
display: table-cell;
padding-top: 15px;
padding-bottom: 15px;
}
#page #site-header .primary-navigation,
#page #site-header #perspective-menu-buttons {
display: table-cell;
text-align: right;
}
#page #site-header .logo-position-right .primary-navigation,
#page #site-header .logo-position-right #perspective-menu-buttons {
text-align: left;
}
#page.vertical-header .vertical-toggle {
display: none;
}
#page.vertical-header {
padding-left: 0;
}
#page.vertical-header #site-header-wrapper {
margin-left: 0;
}
#page.vertical-header #site-header-wrapper .header-main {
display: table;
visibility: visible;
}
#site-header .site-title a img.default,
#site-header .menu-item-logo a img.default {
display: none;
}
#site-header .site-title a img.small,
#site-header .menu-item-logo a img.small {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
display: inline-block !important;
margin: 0 !important;
}
#site-header .site-title a img.small.light,
#site-header .menu-item-logo a img.small.light {
display: inline-block !important;
}
#site-header .site-title a img.small.light ~ img.small,
#site-header .menu-item-logo a img.small.light ~ img.small {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light,
#site-header.fixed.shrink .menu-item-logo a img.small.light {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light ~ img.small,
#site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
display: inline-block !important;
}
.mobile-menu-layout-slide-horizontal #primary-navigation .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation .mobile-menu-slide-wrapper {
position: fixed;
opacity: 0;
}
}
@media (min-width: 980px) and (max-width: 1212px) {
#site-header .header-main {
position: relative;
display: table;
width: 100%;
z-index: 11;
}
#primary-navigation .menu-toggle,
#perspective-menu-buttons .menu-toggle {
display: inline-block;
}
.mobile-cart-position-top #site-header .mobile-cart {
display: table-cell;
}
.mobile-cart-position-top #site-header .site-title {
text-align: center;
width: 99%;
}
.mobile-cart-position-top #site-header .site-title .site-logo {
margin: 0 auto;
}
.mobile-cart-position-top #site-header .primary-navigation,
.mobile-cart-position-top #site-header #perspective-menu-buttons {
width: auto;
}
#perspective-menu-buttons .perspective-toggle,
#perspective-menu-buttons .hamburger-minicart {
display: none;
}
#primary-navigation .hamburger-toggle,
#primary-navigation .overlay-toggle {
display: none;
}
.primary-navigation .dl-menu {
position: absolute;
left: 0;
right: 0;
opacity: 0;
}
.mobile-menu-layout-overlay #primary-navigation .overlay-menu-wrapper {
visibility: hidden;
height: 0;
position: fixed;
}
#page.vertical-header #site-header-wrapper{
position: static;
width: 100%;
padding: 0;
}
#page.vertical-header{
padding-left: 0;
}
#page.vertical-header #site-header .site-title {
display: table-cell;
}
#page.vertical-header #site-header .primary-navigation,
#page.vertical-header #site-header #perspective-menu-buttons {
display: table-cell;
}
.vertical-menu-item-widgets{display: none;}
#page #site-header .site-title {
display: table-cell;
padding-top: 15px;
padding-bottom: 15px;
}
#page #site-header .primary-navigation,
#page #site-header #perspective-menu-buttons {
display: table-cell;
text-align: right;
}
#page #site-header .logo-position-right .primary-navigation,
#page #site-header .logo-position-right #perspective-menu-buttons {
text-align: left;
}
#page.vertical-header .vertical-toggle {
display: none;
}
#page.vertical-header {
padding-left: 0;
}
#page.vertical-header #site-header-wrapper {
margin-left: 0;
}
#page.vertical-header #site-header-wrapper .header-main {
display: table;
visibility: visible;
}
#site-header .site-title a img.default,
#site-header .menu-item-logo a img.default {
display: none;
}
#site-header .site-title a img.small,
#site-header .menu-item-logo a img.small {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
display: inline-block !important;
margin: 0 !important;
}
#site-header .site-title a img.small.light,
#site-header .menu-item-logo a img.small.light {
display: inline-block !important;
}
#site-header .site-title a img.small.light ~ img.small,
#site-header .menu-item-logo a img.small.light ~ img.small {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light,
#site-header.fixed.shrink .menu-item-logo a img.small.light {
display: none !important;
}
#site-header.fixed.shrink .site-title a img.small.light ~ img.small,
#site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
display: inline-block !important;
}
.mobile-menu-layout-slide-horizontal #primary-navigation .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation .mobile-menu-slide-wrapper {
position: fixed;
opacity: 0;
}
}
:root {
--thegem-to-menu-font-family: Montserrat;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a{
font-family: 'Montserrat';
}
:root {
--thegem-to-menu-font-style: normal;
--thegem-to-menu-font-weight: 700;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-menu-font-size: 13px;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
font-size: 13px;
}
:root {
--thegem-to-menu-line-height: 20px;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
line-height: 20px;
}
:root {
--thegem-to-menu-text-transform: none;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
text-transform: none;
}
:root {
--thegem-to-submenu-font-family: Source Sans Pro;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
font-family: 'Source Sans Pro';
}
.primary-navigation.responsive li a {
font-family: 'Source Sans Pro';
}
:root {
--thegem-to-submenu-font-style: normal;
--thegem-to-submenu-font-weight: normal;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
font-style: normal;
font-weight: normal;
}
.primary-navigation.responsive li a {
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-submenu-font-size: 16px;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
font-size: 16px;
}
.primary-navigation.responsive li a {
font-size: 16px;
}
:root {
--thegem-to-submenu-line-height: 20px;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
line-height: 20px;
}
.primary-navigation.responsive li a {
line-height: 20px;
}
:root {
--thegem-to-submenu-text-transform: none;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul,
.primary-navigation.responsive li a {
text-transform: none;
}
:root {
--thegem-to-overlay-menu-font-family: 'Montserrat';
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a {
font-family: 'Montserrat';
}
:root {
--thegem-to-overlay-menu-font-style: normal;
--thegem-to-overlay-menu-font-weight: 700;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-overlay-menu-font-size: 32px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
font-size: 32px;
}
@media (max-width: 767px) {
:root {
--thegem-to-overlay-menu-font-size: 24px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
font-size: 24px;
}
}
:root {
--thegem-to-overlay-menu-line-height: 64px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
line-height: 64px;
}
@media (max-width: 767px) {
:root {
--thegem-to-overlay-menu-line-height: 48px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
line-height: 48px;
}
}
:root {
--thegem-to-overlay-menu-text-transform: none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
text-transform: none;
}
:root {
--thegem-to-styled-subtitle-font-family: 'Source Sans Pro';
}
.styled-subtitle,
.diagram-circle .text div span.title,
.diagram-circle .text div span.summary,
.gem_chart .gem_chart_value,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.single-product-content .price,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
font-family: 'Source Sans Pro';
}
:root {
--thegem-to-styled-subtitle-font-style: normal;
--thegem-to-styled-subtitle-font-weight: 300;
}
.styled-subtitle,
.diagram-circle .text div,
.diagram-circle .text div span.title,
.diagram-circle .text div span.summary,
.gem_chart .gem_chart_value,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.single-product-content .price,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
font-style: normal;
font-weight: 300;
}
:root {
--thegem-to-styled-subtitle-font-size: 24px;
}
.styled-subtitle,
body .gem-style-text.styled-subtitle,
.gem_chart,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.widget_shopping_cart .total span.amount {
font-size: 24px;
}
@media (max-width: 600px) {
.styled-subtitle,
body .gem-style-text.styled-subtitle,
.gem_chart,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.widget_shopping_cart .total span.amount{
font-size: 4vw;
}
}
:root {
--thegem-to-styled-subtitle-line-height: 37px;
}
.styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.elementor-widget-heading .styled-subtitle.elementor-heading-title {
line-height: 37px;
}
@media (max-width: 600px) {
.styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.elementor-widget-heading .styled-subtitle.elementor-heading-title {
line-height: 6.1666666666667vw;
}
}
:root {
--thegem-to-styled-subtitle-text-transform: none;
}
.styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title {
text-transform: none;
}
:root {
--thegem-to-h1-font-family: 'Montserrat';
}
h1,
body .pricing-table-style-8 .pricing-cost,
.title-h1 {
font-family: 'Montserrat';
}
:root {
--thegem-to-h1-font-style: normal;
--thegem-to-h1-font-weight: 700;
}
h1,
body .pricing-table-style-8 .pricing-cost,
.title-h1 {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-h1-font-size: 30px;
}
h1,
.title-h1,
body .gem-style-text.title-h1 {
font-size: 30px;
}
@media (max-width: 1000px) {
h1,
.title-h1,
body .gem-style-text.title-h1 {
font-size: 3vw;
}
}
:root {
--thegem-to-h1-line-height: 69px;
}
h1,
.title-h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading .title-h1.elementor-heading-title {
line-height: 69px;
}
@media (max-width: 1000px) {
h1,
.title-h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading .title-h1.elementor-heading-title {
line-height: 6.9vw;
}
}
@media (max-width: 1199px) {
:root {
--thegem-to-h1-font-size: 30px;
}
h1,
.title-h1,
body .gem-style-text.title-h1 {
font-size: 30px;
}
}
@media (max-width: 1199px) {
:root {
--thegem-to-h1-line-height: 53px;
}
h1,
.title-h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading .title-h1.elementor-heading-title {
line-height: 53px;
}
}
@media (max-width: 767px) {
:root {
--thegem-to-h1-font-size: 40px;
}
h1,
.title-h1,
body .gem-style-text.title-h1 {
font-size: 40px;
}
}
@media (max-width: 767px) {
:root {
--thegem-to-h1-line-heigh: 45px;
}
h1,
.title-h1.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading .title-h1.elementor-heading-title {
line-height: 45px;
}
}
:root {
--thegem-to-h1-text-transform: none;
}
h1,
.title-h1 {
text-transform: none;
}
:root {
--thegem-to-h2-font-family: 'Montserrat';
}
h2,
.title-h2,
h3.comment-reply-title,
body .pricing-table-style-6 .pricing-price-title {
font-family: 'Montserrat';
}
:root {
--thegem-to-h2-font-style: normal;
--thegem-to-h2-font-weight: 700;
}
h2,
.title-h2,
h3.comment-reply-title,
body .pricing-table-style-6 .pricing-price-title {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-h2-font-size: 36px;
}
h2,
.title-h2,
body .gem-style-text.title-h2,
body .pricing-table-style-5  .pricing-price-title,
body .pricing-table-style-6 .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
h3.comment-reply-title,
body .pricing-table-style-2 .pricing-price-title {
font-size: 36px;
}
@media (max-width: 1000px) {
h2,
.title-h2,
body .gem-style-text.title-h2,
body .pricing-table-style-5  .pricing-price-title,
body .pricing-table-style-6 .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
h3.comment-reply-title,
body .pricing-table-style-2 .pricing-price-title {
font-size: 3.6vw;
}
}
:root {
--thegem-to-h2-line-height: 53px;
}
h2,
.title-h2,
body .pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading .title-h2.elementor-heading-title {
line-height: 53px;
}
@media (max-width: 1000px) {
h2,
.title-h2,
body .pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading .title-h2.elementor-heading-title {
line-height: 5.3vw;
}
}
:root {
--thegem-to-h2-text-transform: none;
}
h2,
.title-h2,
body .pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title {
text-transform: none;
}
:root {
--thegem-to-h3-font-family: 'Montserrat';
}
h3,
.title-h3,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
font-family: 'Montserrat';
}
:root {
--thegem-to-h3-font-style: normal;
--thegem-to-h3-font-weight: 700;
}
h3,
.title-h3,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-h3-font-size: 28px;
}
h3,
.title-h3,
body .gem-style-text.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
font-size: 28px;
}
:root {
--thegem-to-h3-line-height: 42px;
}
h3,
.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading .title-h3.elementor-heading-title,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
line-height: 42px;
}
:root {
--thegem-to-h3-text-transform: none;
}
h3,
.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
text-transform: none;
}
:root {
--thegem-to-h4-font-family: 'Montserrat';
}
h4,
.title-h4,
.widget .gem-teams-name,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-8 .pricing_row_title,
body .pricing-table-style-4 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
font-family: 'Montserrat';
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
font-family: 'Montserrat';
}
}
:root {
--thegem-to-h4-font-style: normal;
--thegem-to-h4-font-weight: 700;
}
h4,
.title-h4,
.widget .gem-teams-name,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-4  .pricing_row_title,
body .pricing-table-style-8 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
font-style: normal;
font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
font-style: normal;
font-style: normal;
font-weight: 700;
}
}
:root {
--thegem-to-h4-font-size: 24px;
}
h4,
.title-h4,
body .gem-style-text.title-h4,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-4 .pricing_row_title,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-1 .pricing-price-title,
.widget .gem-teams-name,
body .pricing-table-style-8 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
body .vc_separator h4,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
font-size: 24px;
}
}
:root {
--thegem-to-h4-line-height: 38px;
}
h4,
.title-h4,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-5 .pricing-price-title,
body .pricing-table-style-4 .pricing_row_title,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-1 .pricing-price-title,
.widget .gem-teams-name,
.portfolio.columns-1 .portfolio-item .caption .title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
body .vc_separator h4,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading .title-h4.elementor-heading-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
line-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
line-height: 38px;
}
}
:root {
--thegem-to-h4-text-transform: none;
}
h4,
.title-h4,
body .vc_separator h4,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
text-transform: none;
}
:root {
--thegem-to-h5-font-family: 'Montserrat';
}
h5,
.gem-table thead th,
.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
font-family: 'Montserrat';
}
:root {
--thegem-to-h5-font-style: normal;
--thegem-to-h5-font-weight: 700;
}
h5,
.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-h5-font-size: 19px;
}
h5,
.title-h5,
body .gem-style-text.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
font-size: 19px;
}
:root {
--thegem-to-h5-line-height: 30px;
}
h5,
.title-h5,
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading .title-h5.elementor-heading-title {
line-height: 30px;
}
:root {
--thegem-to-h5-text-transform: none;
}
h5,
.title-h5,
.gem-table thead th,
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
text-transform: none;
}
:root {
--thegem-to-h6-font-family: 'Montserrat';
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.project-info-shortcode-style-2 .project-info-shortcode-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.hamburger-minicart .minicart-item-count,
.wpb_toggle,
.vc_toggle_title h4,
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name,
.diagram-wrapper .digram-line-box .skill-amount,
.diagram-wrapper.style-3 .digram-line-box .skill-title,
.row .vc_progress_bar .vc_label,
.woocommerce .shop_table thead tr th,
.pricing-column-top-choice .pricing-column-top-choice-text {
font-family: 'Montserrat';
}
:root {
--thegem-to-h6-font-style: normal;
--thegem-to-h6-font-weight: 700;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.hamburger-minicart .minicart-item-count,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name,
.diagram-wrapper .digram-line-box .skill-amount,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-h6-font-size: 16px;
--thegem-to-h6-font-size-small: 14px;
--thegem-to-h6-font-size-tiny: 7.04px;
}
h6,
.title-h6,
body .gem-style-text.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
font-size: 16px;
}
:root {
--thegem-to-h6-line-height: 25px;
--thegem-to-h6-line-height-small: 21.875px;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label,
.elementor-widget-heading h6.elementor-heading-title,
.elementor-widget-heading .title-h6.elementor-heading-title {
line-height: 25px;
}
.thegem-fullscreen-search .pages-list .page-item article a .title {
max-height: calc( 25px * 2 );
}
:root {
--thegem-to-h6-text-transform: none;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
text-transform: none;
}
:root {
--thegem-to-xlarge-title-font-family: 'Montserrat';
}
.title-xlarge {
font-family: 'Montserrat';
}
:root {
--thegem-to-xlarge-title-font-style: normal;
--thegem-to-xlarge-title-font-weight: 700;
}
.title-xlarge {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-xlarge-title-font-size: 64px;
}
.title-xlarge,
body .gem-style-text.title-xlarge {
font-size: 64px;
}
@media (max-width: 1000px) {
.title-xlarge,
body .gem-style-text.title-xlarge {
font-size: 6.4vw;
}
}
:root {
--thegem-to-xlarge-title-line-height: 90px;
}
.title-xlarge,
.elementor-widget-heading .title-xlarge.elementor-heading-title {
line-height: 90px;
}
@media (max-width: 1000px) {
.title-xlarge,
.elementor-widget-heading .title-xlarge.elementor-heading-title {
line-height: 9vw;
}
}
:root {
--thegem-to-xlarge-title-text-transform: uppercase;
}
.title-xlarge {
text-transform: uppercase;
}
:root {
--thegem-to-light-title-font-family: 'Montserrat UltraLight';
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.title .light,
.title-h1 .light,
.title-h2 .light,
.title-h3 .light,
.title-h4 .light,
.title-h5 .light,
.title-h6 .light,
.title-xlarge .light,
.main-menu-item .light,
.title-main-menu .light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.title-h1.light,
.title-h2.light,
.title-h3.light,
.title-h4.light,
.title-h5.light,
.title-h6.light,
.title-xlarge.light,
.main-menu-item.light,
.title-main-menu.light,
.widget .gem-teams-name,
.gem-counter-style-2 .gem-counter-number,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-quote.gem-quote-style-3 blockquote,
.row  .vc_pie_wrapper span,
.blog-style-styled_list1 .post-title,
.blog-style-styled_list2 .post-time,
.blog-style-styled_list2 .post-title,
.blog-style-timeline .post-title,
body .pricing-table-style-1 .pricing-price-title,
body .pricing-table-style-1  .pricing-cost,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-2  .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-5  .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-7 .pricing-cost,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span,
.gem-media-grid .vc_gitem-post-data-source-post_title a,
.gem-media-grid-2 .vc_gitem-post-data-source-post_title a,
body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
font-family: 'Montserrat UltraLight';
}
:root {
--thegem-to-light-title-font-style: normal;
--thegem-to-light-title-font-weight: normal;
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.title .light,
.title-h1 .light,
.title-h2 .light,
.title-h3 .light,
.title-h4 .light,
.title-h5 .light,
.title-h6 .light,
.title-xlarge .light,
.main-menu-item .light,
.title-main-menu .light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.title-h1.light,
.title-h2.light,
.title-h3.light,
.title-h4.light,
.title-h5.light,
.title-h6.light,
.title-xlarge.light,
.main-menu-item.light,
.title-main-menu.light,
.widget .gem-teams-name,
.gem-counter-style-2 .gem-counter-number,
.gem-quote.gem-quote-style-3 blockquote,
.row  .vc_pie_wrapper span,
.blog-style-styled_list1 .post-title,
.blog-style-styled_list2 .post-time,
.blog-style-timeline .post-title,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span,
.gem-media-grid .vc_gitem-post-data-source-post_title a,
body .pricing-table-style-1 .pricing-price-title,
body .pricing-table-style-1 .pricing-cost,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-5 .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-7 .pricing-cost,
.gem-media-grid-2 .vc_gitem-post-data-source-post_title a,
body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-body-font-family: Source Sans Pro;
--thegem-to-body-tiny-font-family: Source Sans Pro;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.gem-table thead th,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.widget_archive li,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.page-breadcrumbs ul li,
#primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
font-family: 'Source Sans Pro';
}
:root {
--thegem-to-body-font-style: normal;
--thegem-to-body-font-weight: normal;
--thegem-to-body-tiny-font-style: normal;
--thegem-to-body-tiny-font-weight: normal;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.gem-table thead th,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.page-breadcrumbs ul li,
#primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-body-font-size: 15px;
--thegem-to-body-tiny-font-size: 13.125px;
--thegem-to-body-sup-font-size: 10.3125px;
}
body,
.text-body,
.title-text-body,
.gem-table thead th,
.inline-column,
.inline-inside > *,
option,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.page-breadcrumbs ul li:not(:last-child):after,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info del,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
font-size: 15px;
}
.text-body-tiny,
.title-text-body-tiny{
font-size: 13.125px;
}
.page-breadcrumbs ul li,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .woocommerce-review__author{
font-size: 13.125px;
}
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup{
font-size: 10.3125px;
}
:root {
--thegem-to-body-line-height: 25px;
--thegem-to-body-tiny-line-height: 21.875px;
}
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
line-height: 25px;
}
.text-body-tiny,
.title-text-body-tiny{
line-height: 21.875px;
}
.page-breadcrumbs ul li,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide{
line-height: 21.875px;
}
@media (max-width: 1199px) {
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
font-size: 16px;
}
}
@media (max-width: 1199px) {
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
line-height: 25px;
}
}
@media (max-width: 767px) {
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
font-size: 16px;
}
}
@media (max-width: 767px) {
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
line-height: 25px;
}
}
:root {
--thegem-to-body-text-transform: none;
--thegem-to-body-tiny-text-transform: none;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
text-transform: none;
}
.page-title-excerpt,
.custom-title-excerpt {
font-family: 'Source Sans Pro';
}
.page-title-excerpt,
.custom-title-excerpt {
font-style: normal;
font-weight: 300;
}
.page-title-excerpt,
.custom-title-excerpt {
font-size: 24px;
}
@media (max-width: 600px) {
.page-title-excerpt,
.custom-title-excerpt {
font-size: 4vw;
}
}
.page-title-excerpt,
.custom-title-excerpt {
line-height: 37px;
}
@media (max-width: 600px) {
.page-title-excerpt,
.custom-title-excerpt {
line-height: 6.1666666666667vw;
}
}
.page-title-excerpt,
.custom-title-excerpt {
text-transform: none;
}
.widget-title {
font-family: 'Montserrat';
}
.widget-title {
font-style: normal;
font-weight: 700;
}
.widget-title {
font-size: 19px;
}
.widget-title {
line-height: 30px;
}
.widget-title {
text-transform: none;
}
:root {
--thegem-to-button-font-family: 'Montserrat';
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
font-family: 'Montserrat';
}
:root {
--thegem-to-button-font-style: normal;
--thegem-to-button-font-weight: 700;
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-button-text-transform: none;
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
text-transform: none;
}
.gem-button.gem-button-text-weight-thin {
font-family: 'Montserrat UltraLight';
}
.gem-button.gem-button-text-weight-thin {
font-style: normal;
font-weight: normal;
}
.gem-button.gem-button-text-weight-thin {
text-transform: none;
}
.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
font-family: 'Montserrat';
}
.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
font-style: normal;
font-weight: 700;
}
.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
font-size: 16px;
}
.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
line-height: 24px;
}
.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
letter-spacing: 0px;
}
.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
font-family: 'Source Sans Pro';
}
.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
font-style: normal;
font-weight: normal;
}
.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
font-size: 16px;
}
.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
line-height: 24px;
}
.portfolio:not(.columns-1):not(.portfolio-style-masonry):not(.list-style) .portfolio-item .wrap > .caption .subtitle {
max-height: 24px;
}
.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
letter-spacing: 0px;
}
.quickfinder-item-title {
font-family: 'Montserrat';
}
.quickfinder-item-title {
font-style: normal;
font-weight: 700;
}
.quickfinder-item-title {
font-size: 24px;
}
.quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder-item.col-md-3 .quickfinder-item-title {
font-size: 19.2px;
}
.quickfinder-item-title {
line-height: 38px;
}
.quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder-item.col-md-3 .quickfinder-item-title {
line-height: 30.4px;
}
.quickfinder-item-title {
text-transform: none;
}
.quickfinder.quickfinder-title-thin .quickfinder-item-title {
font-family: 'Montserrat UltraLight';
}
.quickfinder.quickfinder-title-thin .quickfinder-item-title {
font-style: normal;
font-weight: normal;
}
.quickfinder.quickfinder-title-thin .quickfinder-item-title {
font-size: 24px;
}
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
font-size: 19.2px;
}
.quickfinder.quickfinder-title-thin .quickfinder-item-title {
line-height: 38px;
}
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
line-height: 30.4px;
}
.quickfinder.quickfinder-title-thin .quickfinder-item-title {
text-transform: none;
}
.quickfinder-item-text {
font-family: 'Source Sans Pro';
}
.quickfinder-item-text {
font-style: normal;
font-weight: normal;
}
.quickfinder-item-text {
font-size: 16px;
}
.quickfinder-item-text {
line-height: 25px;
}
.quickfinder-item-text {
text-transform: none;
}
.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
font-family: 'Montserrat UltraLight';
}
.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
font-style: normal;
font-weight: normal;
}
.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
font-size: 24px;
}
.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title {
line-height: 30px;
}
body .gem-gallery-hover-zooming-blur .gem-gallery-item-title,
body .gem-gallery-grid .gallery-item .overlay .title,
body .gem-gallery .gem-gallery-caption .gem-gallery-item-title{
text-transform: none;
}
.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title{
font-family: 'Montserrat';
}
.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
font-weight: 700;
}
.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
font-size: 24px;
}
.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
line-height: 31px;
}
body .gem-gallery-grid.hover-default .gallery-item .overlay .title,
body .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title,
body .gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title{
text-transform: none;
}
.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
letter-spacing: 0px;
}
.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
font-family: 'Source Sans Pro';
}
.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
font-style: normal;
font-weight: 300;
}
.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
font-size: 17px;
}
.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
line-height: 24px;
}
.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
text-transform: none;
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
font-family: 'Source Sans Pro';
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
font-style: normal;
font-weight: 300;
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
font-size: 24px;
}
@media (max-width: 600px) {
body .gem-testimonial-text,
body .testimonials-style-1-text {
font-size: 4vw;
}
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
line-height: 36px;
}
@media (max-width: 600px) {
body .gem-testimonial-text,
body .testimonials-style-1-text {
line-height: 6vw;
}
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
text-transform: none;
}
body .gem-testimonial-content .gem-testimonial-name{
font-family: 'Montserrat';
}
body .gem-testimonial-content .gem-testimonial-name{
font-style: normal;
font-weight: 700;
}
body .gem-testimonial-content .gem-testimonial-name{
font-size: 14px;
}
body .gem-testimonial-content .gem-testimonial-name{
line-height: 25px;
}
body .gem-testimonial-content .gem-testimonial-name{
text-transform: uppercase;
}
body .gem-testimonial-company{
font-family: 'Source Sans Pro';
}
body .gem-testimonial-company{
font-style: normal;
font-weight: 300;
}
body .gem-testimonial-company{
font-size: 14px;
}
body .gem-testimonial-company{
line-height: 25px;
}
body .gem-testimonial-company{
text-transform: none;
}
body .gem-testimonial-position{
font-family: 'Source Sans Pro';
}
body .gem-testimonial-position{
font-style: normal;
font-weight: 300;
}
body .gem-testimonial-position{
font-size: 14px;
}
body .gem-testimonial-position{
line-height: 25px;
}
body .gem-testimonial-position{
text-transform: none;
}
.gem-counter-number,
.diagram-circle .text div span {
font-family: 'Montserrat';
}
.gem-counter-number,
.diagram-circle .text div span {
font-style: normal;
font-weight: 700;
}
.gem-counter-number {
font-size: 50px;
}
.gem-counter-number {
line-height: 69px;
}
.gem-counter-number {
text-transform: none;
}
.gem-counter-number.thin-font {
letter-spacing: px;
}
:root {
--thegem-to-tabs-title-font-family: Montserrat;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
font-family: 'Montserrat';
}
:root {
--thegem-to-tabs-title-font-style: normal;
--thegem-to-tabs-title-font-weight: 700;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
font-style: normal;
font-weight: 700;
}
:root {
--thegem-to-tabs-title-font-size: 16px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
font-size: 16px;
}
:root {
--thegem-to-tabs-title-line-height: 25px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
line-height: 25px;
}
:root {
--thegem-to-tabs-title-text-transform: none;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
text-transform: none;
}
:root {
--thegem-to-tabs-title-thin-font-family: 'Montserrat UltraLight';
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
font-family: 'Montserrat UltraLight';
}
:root {
--thegem-to-tabs-title-thin-font-style: normal;
--thegem-to-tabs-title-thin-font-weight: normal;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-tabs-title-thin-font-size: 16px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
font-size: 16px;
}
:root {
--thegem-to-tabs-title-thin-line-height: 25px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
line-height: 25px;
}
:root {
--thegem-to-tabs-title-thin-text-transform: none;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
text-transform: none;
}
:root {
--thegem-to-main-bg-color: #FFFFFFFF;
--main-bg-color: #FFFFFFFF;
--main-bg-color-08: rgba(255, 255, 255, 0.8);
}
.combobox-wrapper,
#page .woocommerce .select2-container .select2-selection--single,
.select2-container .select2-dropdown,
.gem-team-style-5 .team-person:hover .team-person-hover,
.gem-table td,
body .gem-table-style-2 thead,
body .gem-table-style-2 tr:nth-child(2n) td,
.gem-table .tabletolist.nrh > li > ul > li,
.resp-tabs-container,
.resp-tab-content,
.resp-tab-active,
.gem-clients-type-carousel-grid .gem-client-item a:hover,
.gem_client-carousel .gem-client-item a:hover,
.products .product-inner,
.gem-table .shop_table tbody tr,
.widget_product_search input.search-field,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce table.shop_table.order-details tr.cart_item,
.woocommerce table.shop_table.order-details tr.order_item,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review .woocommerce-checkout-payment .payment_methods .woocommerce-notice,
.woocommerce-checkout-one-page-modern .woocommerce-terms-and-conditions,
.triangle-with-shadow:after,
.blog-style-default article .post-image .gem-dummy,
.blog-style-default article.sticky .post-image .gem-dummy:after,
.blog-style-timeline.blog-style-styled_list1 .item-post .post-text,
.blog-style-default article.no-image .post-image .gem-dummy,
.wpb_toggle,
.vc_toggle_title,
.page-title-style-2,
.post-tags-list a:after,
.portfolio .portfolio-item .overlay-line,
.portfolio-item .wrap > .caption,
.portfolio.portfolio-grid.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio.portfolio-grid.background-style-dark:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-dark .caption-bottom-line .project-button .gem-button,
.quickfinder-item .quickfinder-animation,
.gem-counter .gem-counter-animation,
.mc4wp-form input[type='email'],
.page-title-block.page-title-style-2,
.page-title-block.has-background-image,
body .widget .tagcloud a,
.wpcf7-form.gem-contact-form-white .combobox-wrapper,
.wpcf7-form.gem-contact-form-white  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button,
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-white .checkbox-sign,
.wpcf7-form.gem-contact-form-white  span.radio-sign,
.wpcf7-form.gem-contact-form-white textarea,
.diagram-wrapper.style-1 .digram-line-box .skill-line,
.blog-style-styled_list1 .post-item,
.blog-style-styled_list2 article,
.blog-style-styled_list2 .post-item,
.blog-style-styled_list2 .sticky,
.blog-style-timeline .post-item,
.blog-style-timeline .post-img,
.blog-style-timeline .post-img a .dummy,
.gem-basic-grid .vc_grid-item-mini,
.gem-basic-grid .vc_gitem-zone-c,
.shop-widget-area .widget .gem-products-content,
.blog-style-compact article,
.gem-search-form.gem-search-form-style-light .search-field,
.page-title-block.custom-page-title,
.custom-footer,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form,
.portfolio-filters-list.style-standard:not(.single-filter, .style-standard-mobile) .portfolio-filter-item .portfolio-filter-item-list,
.portfolio-sorting-select ul,
.thegem-popup-notification .notification-message,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a:focus,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options,
.thegem-combobox-wrap .thegem-combobox__options-item,
.product-page__wrapper .product-page__nav .product-page__nav-preview,
.product-page__wrapper form.cart .quantity,
.thegem-fullscreen-search,
.thegem-fullscreen-search .search-results-section:nth-child(even) .pages-list .page-item article a,
table.variations .thegem-select {
background-color: #FFFFFFFF;
}
.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before,
.gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon::before,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-item .wrap > .caption .caption-sizable-content:after,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .caption-sizable-content:after,
.portfolio.background-style-dark:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .caption-sizable-content:after {
box-shadow: 0 0 30px 45px #FFFFFFFF;
}
.blog-style-compact article .gem-compact-item-content:after {
box-shadow: 0 5px 15px 15px #FFFFFFFF;
}
.fullwidth-block .marker-direction-inside svg,
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-timeline .wrap-style {
fill: #FFFFFFFF;
}
.gem-image a:after,
.gem-textbox-picture a:after,
.blog-style-default article.sticky .sticky-label,
.blog-style-masonry article.sticky .sticky-label,
.blog-style-styled_list1 article.sticky .sticky-label,
.blog-style-styled_list2 article.sticky .sticky-label,
.blog-style-timeline article.sticky .sticky-label,
.justified-style-1 article.sticky .sticky-label,
.justified-style-2 article.sticky .sticky-label,
.blog-style-multi-author article.sticky .sticky-label,
.blog article .post-featured-content > a:after,
.blog .gem-simple-gallery .gem-gallery-item a:after,
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-styled_list1 article a.default:after,
.blog-style-styled_list2 article a.default:after,
.blog-style-compact article a.default:after,
.blog-style-compact-tiny-1 article a.default:after,
.blog-style-timeline .wrap-style,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count,
.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count,
body .hamburger-minicart > a .minicart-item-count,
body #primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.woocommerce ul.woocommerce-error li:before,
.pricing-column-top-choice .pricing-column-top-choice-text,
.widget .onsale:after,
.widget_shopping_cart ul li.sale .minicart-image:before,
#wp-calendar caption,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
.widget.widget_calendar a:hover,
.shop-widget-area .onsale,
.socials-sharing li a:hover:after,
.wpb_wrapper .vc_progress_bar .vc_label_units,
.portfolio-item .image .overlay .links a.icon:before,
.portfolio.hover-title .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .details,
.portfolio.hover-title.columns-4 .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .subtitle,
.portfolio.hover-title .portfolio-item .caption .info,
.portfolio.hover-title .portfolio-item .caption .info a,
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info a,
.portfolio .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a,
.news-grid.portfolio.hover-title .portfolio-item .caption .title > *,
.news-grid.portfolio.hover-default .comments-link a,
.news-grid.portfolio.hover-vertical-sliding .comments-link a,
.news-grid.portfolio.hover-gradient .comments-link a,
.news-grid.portfolio.hover-circular .comments-link a,
.news-grid.portfolio.hover-default .zilla-likes,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes,
.news-grid.portfolio.hover-gradient .zilla-likes,
.news-grid.portfolio.hover-circular .zilla-likes,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-default .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-gradient .portfolio-item .image .links .caption .post-date,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info a,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .title > *,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info a,
.portfolio-filters a:hover,
.portfolio-filters a.active,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.gallery-item .overlay .title,
.gallery-item .overlay .subtitle,
.gallery-item .overlay a.icon:before,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-simple-gallery .gem-gallery-item a:after,
.post-tags-list a:hover,
div.blog article a.youtube:after,
div.blog article a.vimeo:after,
div.blog article a.self_video:after,
#colophon  .recentcomments .comment-author-link a:hover,
#colophon .project_info-item-style-1 .project_info-item-title,
#colophon .gem-contacts-item a:hover,
#colophon .widget_calendar td a,
#colophon .widget.widget_search .gem-button:hover,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
#colophon #mc4wp_submit:hover,
body .widget .tagcloud a:hover,
.gem-table-responsive.gem-table-style-3 .tabletolist > li .titles,
.gem-table-style-3 thead tr th,
.gem-table-style-3 thead h6,
.breadcrumbs a,
.bc-devider:before,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active > span,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover > span,
.vc_grid-item.gem-media-grid .vc_gitem-post-data-source-post_title a,
.gem-media-grid-2 .midia-grid-item-post-author,
.gem-media-grid-2 .midia-grid-item-post-author span a,
.widget .gem-dummy:after,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.gem-blog-slider .post-title a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li .mega-label,
.gem-search-form.gem-search-form-style-dark .search-submit,
.gem-attribute-selector .gem-attribute-options li .text,
.gem-attribute-selector.type-label .gem-attribute-options li.selected .label,
.gem-attribute-selector.type-label .gem-attribute-options li.selected:hover .label,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active:hover,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
color: #FFFFFFFF;
}
.news-grid.portfolio.hover-default .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-gradient .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-circular .portfolio-item .grid-post-meta .comments-link {
border-right-color: #FFFFFFFF;
}
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info span.sep,
.news-grid.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep {
border-left-color: #FFFFFFFF;
}
@media (min-width: 768px) {
.blog-style-timeline .item-post .post-text:after {
border-right: 20px solid #FFFFFFFF;
}
}
@media (max-width: 768px) {
.blog-style-timeline .item-post .post-text:after {
border-bottom: 30px solid #FFFFFFFF;
}
}
@media (max-width: 768px) {
.blog-style-timeline .post-text:after,
.blog-style-timeline.blog-style-styled_list1 .post-text:after,
.blog-style-timeline.blog-style-styled_list2 .post-text:after {
border-bottom: 30px solid #FFFFFFFF;
}
}
.blog-style-styled_list1 .post-img a,
.blog-style-styled_list2 .post-img a,
.blog-style-timeline .post-img a {
border: 3px solid #FFFFFFFF;
}
@media (min-width: 768px) {
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
background-color: #FFFFFFFF;
}
}
.preloader .skeleton .widget:after,
.preloader .skeleton .portfolio-item:after,
.preloader .skeleton .skeleton-sorting:after,
.preloader .skeleton .products-category-item:after {
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
}
#colophon .gem-custom-mailchimp input[type="email"] {
background-color: #181828;
}
:root {
--styled-bg-color: #FFFFFFFF;
}
.gem-dummy,
.default-background,
.gem-table thead,
.pricing-title-new,
.highlighted .pricing-title,
.gem-clients-type-carousel-grid .gem-client-item a,
.gem_client-carousel .gem-client-item a,
.before-products-list,
.shipping-calculator-form-wrap,
.woocommerce-message,
.woocommerce-info,
ul.woocommerce-error li,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .minicart-bottom,
.hamburger-minicart .widget_shopping_cart_content .minicart-bottom,
.woocommerce .checkout #payment .payment_methods li .payment_box,
.checkout-cart-info > td,
.woocommerce table.shop_table.order-details thead tr th,
.woocommerce #customer_login .col .login-box,
.widget_recently_viewed_products ul.product_list_widget,
.widget .searchform,
.gem-tabs-style-1 .gem_tabs_nav li,
.gem-tour-style-1 .gem_tabs_nav li,
.gem-tabs-style-1 .resp-accordion.resp-tab-active,
.gem-tour-style-1 .resp-accordion.resp-tab-active,
.gem-tabs-style-2 .resp-accordion.resp-tab-active,
.blog-style-timeline.blog-style-styled_list1 .item-post,
.blog-style-default article .post-image .gem-dummy:after,
.blog-style-default article.sticky .post-image .gem-dummy,
.widget_recent_reviews .product_list_widget .wp-post-image,
.price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all,
.post-author-block,
.digram-line-box,
#calendar_wrap,
.widget_recent_comments li,
.project_info-item-style-1,
.widget_mc4wp_widget form,
.widget_submenu  ul ul,
.widget_nav_menu  ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul,
body .testimonials-style-2-text.gem-testimonial-text,
.gem-teams-item-wrap,
.gem-picturebox-text,
body .testimonials-style-1-image,
body .testimonials-style-1-text.gem-testimonial-text,
body .testimonials-style-1-name,
body .testimonials-style-1-post,
body .testimonials-style-1-teg,
body .gem-table-style-3 tr:nth-child(odd) td:nth-child(odd),
.blog-style-masonry  .description,
.style2.gem-testimonials,
.style2.gem-testimonials.fullwidth-block  .container,
.diagram-wrapper.style-3 .digram-line-box .skill-line,
.blog-style-styled_list1 article,
.blog-style-styled_list1 .post-img a .dummy,
.blog-style-styled_list1 .sticky .post-item,
.blog-style-styled_list2 .sticky .post-item,
.blog-style-timeline .sticky .post-item,
.project-info-shortcode-style-default .project-info-shortcode-item,
.project_info-item-style-2 .project_info-item,
.gem-basic-grid-2 .vc_gitem-zone-c .vc_gitem-col,
.quickfinder-style-vertical-1 .quickfinder-item-info,
.quickfinder-style-vertical-2 .quickfinder-item-info,
.justified-style-2 .post-content-wrapper,
.blog-style-multi-author .post-item,
.project-info-shortcode-style-2 .project-info-shortcode-item,
.portfolio:not(.background-style-transparent):not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio:not(.background-style-transparent):not(.disabled-hover):not(.background-style-transparent).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-gray .portfolio-item .wrap > .caption,
.products .product-inner:hover,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li span.count,
.portfolio-filters-list .widget ul li span.count,
.portfolio-selected-filters .portfolio-selected-filter-item,
.portfolio-filters-list .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-filters-list .widget_product_search input,
.portfolio-filters-list.style-standard:not(.style-standard-mobile) .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:hover,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:focus,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:hover,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:focus,
body .woocommerce .shop_table tr.cart_item:nth-child(2n) td,
body .woocommerce .cart_totals table th,
body .woocommerce-checkout-one-page .checkout-payment,
#page-title.woocommerce-cart-checkout,
body .gem-woocommerce-tabs #tab-additional_information .shop_attributes tr:nth-child(odd) th,
body .mobile-cart-position-top #site-header .mobile-cart > .minicart,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .buttons,
body .hamburger-minicart > .minicart .total,
body .hamburger-minicart > .minicart .buttons,
body .mobile-cart-position-top #site-header .mobile-cart .total,
body .mobile-cart-position-top #site-header .mobile-cart .buttons,
body .gdpr-privacy-preferences-footer,
body .btn-gdpr-privacy-save-preferences,
.thegem-fullscreen-search .top-searches .top-search-item,
.thegem-fullscreen-search .search-results-section:nth-child(even),
.thegem-fullscreen-search .search-results-section:nth-child(odd) .pages-list .page-item article a,
.thegem-fullscreen-search .search-results-section:nth-child(odd).search-results-post .portfolio-item .wrap > .caption {
background-color: #FFFFFFFF;
}
.portfolio-item:hover .wrap,
.portfolio-items-masonry .portfolio-item:hover .caption {
border-bottom-color: #FFFFFFFF;
}
.default-fill,
.default-fill svg,
.testimonials_svg svg,
.blog-style-styled_list1 .sticky .wrap-style,
.blog-style-styled_list2 .sticky .wrap-style,
body .blog-style-timeline .sticky .wrap-style,
body .testimonials-style-2-item .wrap-style,
body .testimonials-style-1-item .wrap-style,
.qf-svg-arrow-left,
.qf-svg-arrow-right,
body .blog-style-multi-author .wrap-style {
fill: #FFFFFFFF;
}
.blog-style-styled_list2 .sticky .wrap-style {
stroke: #FFFFFFFF;
}
.default-background-border,
.gem-team-style-1 .team-person,
.gem-team-style-6 .team-person,
.gem-wrapbox.gem-wrapbox-style-2,
.gem-team-style-5 .team-person:hover .image-hover,
.products .product-inner:hover {
border-color: #FFFFFFFF;
}
.portfolio:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .caption-sizable-content:after,
.portfolio:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .caption-sizable-content:after,
.portfolio.background-style-gray .portfolio-item .wrap > .caption .caption-sizable-content:after {
box-shadow: 0 0 30px 45px #FFFFFFFF;
}
:root {
--thegem-to-styled-color1: #00bcd4;
--thegem-to-styled-color1-03: #00bcd44d;
}
.gem-styled-color-1,
.gem-date-color,
.gem-table thead th,
.woocommerce table.shop_table.order-details thead tr th,
.gem_accordion_header a,
.gem-testimonial-name,
.post-author-avatar:after,
.comments-link a:hover,
.shipping_calculator .shipping-calculator-button:before,
.widget_calendar caption,
.widget.widget_search .gem-button,
#wp-calendar thead tr th,
.widget.widget_calendar a:hover,
.gem-teams-phone,
.resp-tab-active,
.wpb_toggle,
.vc_toggle_title h4,
.account-tittle,
.blog-style-timeline .post-time span,
.blog.blog-style-masonry article .description .tags a.active,
.widget_tweets .twitter-box .jtwt_tweet:before,
.jtwt_tweet_text.icon-twitter a,
.gem-pp-posts-date,
.gem-latest-news-title span,
.widget.widget_search .gem-button:hover,
.mc-text span,
.blog-style-styled_list1 .post-time,
.blog-style-styled_list2 .post-time,
.blog-style-multi-author .post-date,
.comment-form label em,
.comment-awaiting-moderation,
.woocommerce-before-cart .cart-short-info .items-count,
.shop_table td.product-remove .remove,
.products .product-info .price ins,
.products .product-info .price .amount,
.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover,
.woocommerce .checkout .woocommerce-billing-collumn .form-row label abbr,
.woocommerce .edit-address-form .woocommerce-billing-collumn .form-row label abbr,
.woocommerce ul.woocommerce-error li,
.woocommerce .checkout-login-box .login .form-row label .required,
.woocommerce .checkout-lost-password-box .form-row label .required,
.woocommerce #customer_login .col .login-box .form-row label .required,
body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .order-total td .amount,
body .woocommerce ul.order_details li:before,
.read-more-link:before,
.post-related-posts h2:before,
.gem_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before,
.form-edit-adress abbr,
.post-author-info .categories a,
.post-author-info .categories,
.block-navigation-prev a:before,
.block-navigation-next a:after,
h4.wpb_toggle_title_active:after,
.vc_toggle_active .vc_toggle_title:after,
.resp-accordion.resp-tab-active:after,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info span.sep,
.blog.blog-style-masonry article .description .info .more-link:before,
.portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a,
#colophon .widget_nav_menu ul.menu li.menu-item-current > a,
#colophon .widget_submenu > div > ul li.menu-item-current > a,
#colophon .widget_nav_menu ul.menu li.menu-item-active > a,
#colophon .widget_submenu > div > ul li.menu-item-active > a {
color: #00bcd4;
}
.portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep {
border-left-color: #00bcd4;
}
.portfolio-filters a.active,
.post-tags-list a:hover,
.portfolio .portfolio-item .caption .caption-separator,
.portfolio .portfolio-item .caption .caption-separator-line:after,
.portfolio .portfolio-item .caption .caption-separator-line-hover:after,
.widget_pages > ul li.current_page_item  > a:before,
.widget_pages > ul  li li .current_page_item > a:before,
.widget_nav_menu li li .current-menu-item  > a:before,
.widget_submenu li li .menu-item-active  > a:before,
.widget_nav_menu .current-menu-ancestor > a:before,
.widget_submenu .menu-item-active> a:before,
.widget_submenu .current-menu-ancestor > a:before,
.widget_nav_menu li li a:hover:before,
.widget_submenu li li a:hover:before,
.widget_categories li li a:hover:before,
.widget_categories .current-cat a:before,
.widget_categories > ul li.current-cat-parent > a:before,
.widget_product_categories li li a:hover:before,
.widget_product_categories .current-cat a:before,
.widget_product_categories > ul li.current-cat-parent > a:before,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:before,
.widget_pages  ul li li a:hover:before,
#colophon .widget_calendar td a,
body .widget .tagcloud a:hover,
.gem-table-responsive.gem-table-style-3 .tabletolist > li:nth-child(odd) .titles,
.gem-table-style-3 thead tr th:nth-child(odd),
.site-footer .widget_text ul li:before,
.page-content.content-none .searchform .searchform-submit .gem-button,
.wpcf7-form .gem-button:not(.gem-button-wpcf-custom),
.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white input[type='submit']:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-dark input[type='submit']:not(.gem-button-wpcf-custom),
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b,
.ui-slider-handle.ui-state-default.ui-corner-all,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.sale .minicart-image:before,
body .hamburger-minicart > .minicart ul li.sale .minicart-image:before,
body.mobile-cart-position-top #site-header .mobile-cart ul li.sale .minicart-image:before,
.products .product-info .rating-empty,
.woocommerce-cart-form .actions .checkout-button,
.wc-proceed-to-checkout .checkout-button,
.widget_shopping_cart_content .buttons a.checkout,
body .products .category-overlay-separator,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout,
.hamburger-minicart .widget_shopping_cart_content .buttons a.checkout,
.woocommerce ul.woocommerce-error li:before,
.widget .product_list_widget .onsale,
.shop-widget-area .onsale,
.widget_shopping_cart ul li.sale .minicart-image:before,
.gem-team-style-5 .team-person:hover .image-hover,
.blog-style-default article.sticky .sticky-label,
.blog-style-default article.sticky .sticky-label:after,
.blog-style-masonry article.sticky .sticky-label,
.blog-style-masonry article.sticky .sticky-label:before,
.blog-style-masonry article.sticky .sticky-label:after,
.blog-style-styled_list1 article.sticky .sticky-label,
.blog-style-styled_list1 article.sticky .sticky-label:before,
.blog-style-styled_list1 article.sticky .sticky-label:after,
.blog-style-styled_list2 article.sticky .sticky-label,
.blog-style-styled_list2 article.sticky .sticky-label:before,
.blog-style-styled_list2 article.sticky .sticky-label:after,
.blog-style-timeline article.sticky .sticky-label,
.blog-style-timeline article.sticky .sticky-label:before,
.blog-style-timeline article.sticky .sticky-label:after,
.justified-style-1 article.sticky .sticky-label,
.justified-style-2 article.sticky .sticky-label,
.justified-style-1 article.sticky .sticky-label:before,
.justified-style-2 article.sticky .sticky-label:before,
.justified-style-1 article.sticky .sticky-label:after,
.justified-style-2 article.sticky .sticky-label:after,
.blog-style-multi-author article.sticky .sticky-label,
.blog-style-multi-author article.sticky .sticky-label:before,
.blog-style-multi-author article.sticky .sticky-label:after,
.mc-form #mc4wp_submit:hover,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count:after,
body.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count,
.hamburger-minicart > a .minicart-item-count,
body .woocommerce .checkout-signin .checkout-create-account button,
.gem-featured-posts-slider-dots a.selected > span,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.thegem-combobox-wrap .thegem-combobox__options-item:hover,
.thegem-combobox-wrap .thegem-combobox__options-item.selection,
.gem-attribute-selector.type-label .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
background-color: #00bcd4;
}
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item-current > a,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item.menu-item-active a,
body .widget .tagcloud a:hover,
.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_separator .vc_sep_holder .vc_sep_line,
.products .product .product-info .product-rating .empty-rating:before,
.gem-attribute-selector.type-label .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label,
.thegem-fullscreen-search .pages-list .page-item article:hover a {
border-color: #00bcd4;
}
body .woocommerce-checkout-one-page #customer_details > div:after {
border-bottom-color: #00bcd4;
}
:root {
--thegem-to-styled-color2: #99a9b5;
}
.gallery-item .overlay .subtitle a,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .zilla-likes:hover,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .zilla-likes:hover,
.single-product-content .price del,
.shop_table td.product-subtotal,
.page-content.content-none .searchform input,
.woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info .styled-subtitle,
.woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info .styled-subtitle,
.woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info h4 a,
.woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info h4 a,
.widget_shopping_cart_content .quantity,
.woocommerce .checkout_coupon .styled-subtitle,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .gem-products-price ins,
.gem-products-price > span,
.widget-area .reviewer,
.widget_shopping_cart_content .quantity,
.widget_shopping_cart_content .total .amount,
.zilla-likes.active,
.zilla-likes.active:hover,
body .pricing-table-style-1 .pricing-price-subtitle,
.post-tags-list a,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta a.icon.share:before,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .comments-link a,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .portfolio-sharing-pane .socials-item,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a {
color: #99a9b5;
}
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes {
border-left-color: #99a9b5;
}
.widget.widget_search .gem-button,
.widget_nav_menu li li a:before,
.widget_submenu li li a:before,
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before,
#wp-calendar caption,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover {
background-color: #99a9b5;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
border: 2px solid #99a9b5;
}
body .widget .tagcloud a{
border: 1px solid #99a9b5;
}
:root {
--thegem-to-styled-color3: #f44336;
--thegem-to-styled-color3-03: #f443364d;
}
.zilla-likes,
span.req,
#wp-calendar thead tr th:last-child,
.widget_pages > ul  li li li.current_page_item > a,
.widget_nav_menu li li li a:hover,
.widget_nav_menu li li li.current-menu-item > a,
.widget_submenu li li li.menu-item-active > a,
.widget_submenu li li li a:hover,
.widget_pages ul li li li a:hover,
.widget_categories li li li a:hover,
.widget.widget_categories > ul li li.current-cat > a,
.widget_product_categories li li li a:hover,
.widget.widget_product_categories > ul li li.current-cat > a,
.products .product-bottom .yith-wcwl-wishlistexistsbrowse a:before,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistexistsbrowse a:before,
.news-grid.portfolio.hover-zooming-blur .zilla-likes.active,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes:before,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes .zilla-likes {
color: #f44336;
}
.widget_pages > ul  li li li.current_page_item > a:before,
.widget_nav_menu li li li.current-menu-item > a:before,
.widget_submenu li li li.menu-item-active > a:before,
.widget_nav_menu li li li a:hover:before,
.widget_submenu li li li a:hover:before,
.widget_pages li li li a:hover:before,
.widget_categories li li li a:hover:before,
.widget_product_categories li li li a:hover:before,
.widget_nav_menu div ul li li li a:hover:before,
.widget_submenu div ul li li li a:hover:before,
.widget_pages  ul li li li a:hover:before,
.widget_categories ul li li li a:hover:before,
.widget.widget_categories > ul li.current-cat > a:before,
.widget_product_categories ul li li li a:hover:before,
.widget.widget_product_categories > ul li.current-cat > a:before,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
background-color: #f44336;
}
:root {
--thegem-to-styled-color4: #393d50;
}
#primary-menu.no-responsive .vertical-minisearch .sf-submit-icon:after,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button,
body .woocommerce .payment_methods .radio-sign:before,
body .products .product-category a:hover .category-overlay,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-dark .portfolio-item .wrap > .caption,
.gem-attribute-selector .gem-attribute-options li .text,
.gem-attribute-selector .gem-attribute-options li .image-hover {
background-color: #393d50;
}
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover,
body .woocommerce-cart-checkout-steps-content .step.active,
body .gem-attribute-selector.type-color .gem-attribute-options li.selected,
body .gem-attribute-selector.type-image .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a.active .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a:hover .color:before,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-color .color:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color:hover .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a.active .image:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a:hover .image:before,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-image .image:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-image:hover .image:before {
border-color: #393d50;
}
.zilla-likes:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover,
body.woocommerce-cart-layout-modern .woocommerce .woocommerce-order .woocommerce-order-overview li strong,
.news-grid.portfolio.hover-default .zilla-likes:hover,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes:hover,
.news-grid.portfolio.hover-gradient .zilla-likes:hover,
.news-grid.portfolio.hover-circular .zilla-likes:hover,
.news-grid.portfolio.hover-default .comments-link a:hover,
.news-grid.portfolio.hover-vertical-sliding .comments-link a:hover,
.news-grid.portfolio.hover-gradient .comments-link a:hover,
.news-grid.portfolio.hover-circular .comments-link a:hover,
.version-new.news-grid .portfolio-item .wrap > .caption .author,
.gem-featured-posts-slider-nav.style-icon-1 a:hover,
.gem-featured-posts-slider-nav.style-icon-2 a:hover,
.gem-featured-posts-slider-nav.style-icon-3 a:hover,
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after,
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input {
color: #393d50;
}
body .gem-attribute-selector .gem-attribute-options li .text:after,
body .gem-attribute-selector .gem-attribute-options li .image-hover:after {
border-top-color: #393d50;
}
:root {
--thegem-to-divider-color: #dfe5e8;
}
.gem-default-divider,
.portfolio-filters-list.style-hidden .portfolio-filters-area-scrollable .portfolio-filter-item,
.portfolio-filters-list.style-sidebar .portfolio-filters-area-scrollable .portfolio-filter-item,
.portfolio-filters-list .widget-area .widget,
.thegem-accordion__item{
border-top: 1px solid #dfe5e8;
}
.portfolio-filters-list.style-standard-mobile .portfolio-filters-area-scrollable .portfolio-filter-item {
border-top: 1px solid #dfe5e8;
}
.blog-style-default article:not(.sticky),
.thegem-accordion__item:last-child,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input,
.ajax-minisearch-results .search-results-section {
border-bottom: 1px solid #dfe5e8;
}
@media (min-width: 992px) {
.portfolio-filter-tabs.style-alternative.separator {
border-bottom: 1px solid #dfe5e8;
}
}
@media (max-width: 991px) {
.portfolio-filter-tabs.style-alternative.separator .portfolio-filter-tabs-list {
border-top: 1px solid #dfe5e8;
}
}
.skill-line,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range,
.thegem-tabs__nav-line,
.ajax-minisearch-results::-webkit-scrollbar-thumb {
background-color: #dfe5e8;
}
:root {
--thegem-to-box-border-color: #dfe5e8;
}
.bordered-box,
.portfolio.columns-1.background-style-white .portfolio-item .wrap > .caption,
.gem-table-responsive .tabletolist.nrh > li > ul,
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) td,
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) th,
.products .product-inner,
.widget_recent_reviews ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li,
form.cart .quantity .minus,
form.cart .quantity .plus,
.shop_table .quantity .minus,
.shop_table .quantity .plus,
.woocommerce-cart-form.responsive .cart-item,
.form-edit-adress-fields,
.woocommerce .checkout_coupon,
.woocommerce .checkout-login-box .login-message-box,
.triangle-with-shadow:after,
.gem-tabs-style-1 .resp-tabs-container,
.gem-tabs-style-1 .gem_tabs_nav li,
.gem-tour-style-1 > .gem_tour_tabs_wrapper,
.gem-tour-style-1 .gem_tabs_nav li,
.gem-tabs-style-2 .resp-accordion,
.blog-style-timeline .post-text,
.widget_layered_nav ul,
.gem-table,
.gem-table-style-1 td,
.blog-style-styled_list1 .post-item,
.blog-style-styled_list2 .post-item,
.blog-style-timeline .post-item,
.gem-basic-grid .vc_grid-item-mini,
.gem-media-grid-2 .vc_grid-item-mini,
.justified-style-1 .post-content-wrapper,
.widget-area .widget_recently_viewed_products .gem-products-image,
form.cart .quantity .qty,
body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity {
border: 1px solid #dfe5e8;
}
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list1 .sticky .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-timeline .wrap-style {
stroke: #dfe5e8;
}
.gem-wrapbox.gem-wrapbox-style-1,
.gem-wrapbox.gem-wrapbox-style-4,
.gem-wrapbox.gem-wrapbox-style-5,
.gem-wrapbox.gem-wrapbox-style-6,
.gem-wrapbox.gem-wrapbox-style-7,
.gem-wrapbox.gem-wrapbox-style-8,
.gem-wrapbox.gem-wrapbox-style-11,
.gem-wrapbox.gem-wrapbox-style-10,
.gem-wrapbox.gem-wrapbox-style-3,
body .woocommerce-cart-checkout-steps-content .step,
body .woocommerce .shop_table tbody tr td,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total th,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total td,
body .woocommerce .woocommerce-checkout .shop_table tfoot > tr > td,
body .woocommerce .cart_totals table th,
body .woocommerce .cart_totals table td,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods li,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods li,
body .woocommerce-checkout-one-page #order_review table tbody th,
body .woocommerce-checkout-one-page #order_review table tbody td,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart,
body .hamburger-minicart > .minicart,
.portfolio.extended-products-grid .portfolio-item.product .wrap > .image,
.portfolio.extended-products-grid .portfolio-item.product .wrap > .caption,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a .color:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-label,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a .image:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-image .image:before {
border-color: #dfe5e8;
}
.gem-table-style-2 td,
.gem-table-style-2 thead {
border: 2px solid #dfe5e8;
}
.shop_table .quantity .qty,
.woocommerce table.shop_table.order-details,
.woocommerce table.shop_table.order-details tr.cart_item,
.woocommerce table.shop_table.order-details tr.order_item,
.widget .product-dummy-wrapper,
.post-related-posts,
.sidebar .widget .gem-contacts-item.gem-contacts-address,
.gem-tabs-style-2 .resp-tabs-container,
.gem-tabs-style-1 .resp-accordion.resp-tab-active,
.gem-tour-style-1 .resp-accordion.resp-tab-active,
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_nav_menu ul.menu,
.portfolio-item .wrap,
.Custom_Recent_Posts ul li,
.Custom_Popular_Posts ul li,
.widget_recent_entries li,
.widget_meta li,
.gem-latest-news,
.gem-latest-news ul,
.widget .gem-products-content,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
.project_info-item-style-1  .project_info-item.iconed,
.widget_tweets .twitter-box .jtwt_tweet,
.blog-style-default article:not(.sticky),
.project-info-shortcode-style-2 .project-info-shortcode-item,
.single-product-content .rating-divider {
border-bottom: 1px solid #dfe5e8;
}
.gem_accordion_section + .gem_accordion_section,
.shop_table .quantity .qty,
.gem-table .shop_table tr + tr td,
body.woocommerce-cart-layout-modern .gem-table .shop_table tr td,
.cart_totals table tr + tr td,
.cart_totals table tr + tr th,
.order-totals table tr + tr td,
.order-totals table tr + tr th,
.woocommerce table.checkout-cart-info-table tr,
.mobile-cart-position-top #site-header .mobile-cart .widget_shopping_cart_content ul.cart_list > li,
.gem-tabs-style-2 .resp-tabs-container,
.gem-tour-style-2 .gem_tabs_nav li + li,
.gem-tour-style-1 .resp-accordion,
.gem-tour-style-2 .resp-accordion,
.gem-tabs-style-1 .resp-accordion,
.wpb_toggle_content + .wpb_toggle,
.vc_toggle + .vc_toggle .vc_toggle_title,
.widget .product-dummy-wrapper,
.widget_layered_nav ul li,
.widget_submenu li,
.widget_nav_menu li,
.widget.widget_pages li,
.widget_categories li,
.widget_product_categories li,
.widget_recently_viewed_products ul.product_list_widget li + li,
.widget .gem-products-content,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul,
.single-product-content .rating-divider {
border-top: 1px solid #dfe5e8;
}
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.gem-tour-style-2 .resp-tabs-container,
.gem-tabs-style-2 .gem_tabs_nav li + li,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul {
border-left: 1px solid #dfe5e8;
}
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget .gem-products-content,
.gem-table-style-2 .tabletolist .row_headers,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul {
border-right: 1px solid #dfe5e8;
}
.portfolio-filters a,
body .testimonials-style-2-item,
.widget_calendar td a,
.widget-area .widget.widget_search form,
form.cart .quantity .minus,
form.cart .quantity .plus,
.shop_table .quantity .minus,
.shop_table .quantity .plus,
body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity button:before,
body .woocommerce-checkout-one-page.woocommerce-checkout-one-page-modern .shop_table .product-name .product-quantity,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart:before,
.blog-style-timeline article:after,
#colophon .widget_calendar td a:hover,
.diagram-wrapper.style-2 .digram-line-box .skill-line,
.blog-style-styled_list1 .sticky,
.blog-style-styled_list1 .sticky .post-img a .dummy,
.widget .gem-dummy,
.quickfinder-style-vertical .quickfinder-item:first-child .quickfinder-item-connector.connector-bot,
body .quickfinder-item .quickfinder-item-connector,
.sharing-popup,
.widget-gem-portfolio-item.gem-portfolio-dummy,
.blog-style-timeline article:before,
.post-tags-list a {
background-color: #dfe5e8;
}
.sharing-popup .sharing-styled-arrow {
fill: #dfe5e8;
}
@media (min-width: 768px) {
.blog-style-timeline .item-post .post-text:before {
border-right: 20px solid #dfe5e8;
}
}
.blog-style-styled_list1 .post-img,
.blog-style-styled_list2 .post-img,
.blog-style-timeline .post-img {
border: 3px solid #dfe5e8;
}
@media (max-width: 768px) {
.gem-table-responsive .tabletolist > li span {
border-top: 1px solid #dfe5e8;
}
.gem-table-responsive .tabletolist > li {
border: 1px solid #dfe5e8;
}
.gem-table-responsive .tabletolist .row_headers {
border-right: 1px solid #dfe5e8;
}
.gem-table-responsive.gem-table-style-2 .tabletolist > li {
border: 2px solid #dfe5e8;
}
.gem-table-responsive.gem-table-style-2 .tabletolist > li span {
border-top: 2px solid #dfe5e8;
}
.gem-table-responsive.gem-table-style-2 .tabletolist .row_headers,
.gem-table-responsive.gem-table-style-2 .tabletolist .row_headers {
border-right: 2px solid #dfe5e8;
}
.blog-style-timeline .item-post .post-text:before,
.blog-style-timeline .post-text:before,
.blog-style-timeline.blog-style-styled_list1 .post-text:before,
.blog-style-timeline.blog-style-styled_list2 .post-text:before {
border-bottom: 30px solid #dfe5e8;
}
}
.comments-title:before,
.comment-reply-title:before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after {
color: #dfe5e8;
}
@media (min-width: 768px) {
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::after {
border-color: #dfe5e8;
}
}
@media (max-width: 992px) {
body:not(.woocommerce-cart-layout-modern) .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr {
border: 1px solid #dfe5e8;
}
}
body.woocommerce-cart-layout-modern .woocommerce form.woocommerce-cart-form.compact table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr + tr {
border-top: 1px solid #dfe5e8;
}
@media (max-width: 768px) {
body.woocommerce-cart-layout-modern .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr + tr {
border-top: 1px solid #dfe5e8;
}
}
:root {
--thegem-to-mobile-menu-font-family: Source Sans Pro;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
font-family: 'Source Sans Pro';
}
:root {
--thegem-to-mobile-menu-font-style: normal;
--thegem-to-mobile-menu-font-weight:normal;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-mobile-menu-font-size: 16px;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
font-size: 16px;
}
:root {
--thegem-to-mobile-menu-line-height: 20px;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
line-height: 20px;
}
:root {
--thegem-to-mobile-menu-text-transform: none;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
text-transform: none;
}
:root {
--thegem-to-mobile-menu-level1-color: #5f727f;
}
#primary-navigation.responsive #primary-menu > li > a,
#primary-navigation.responsive #primary-menu > li > .menu-item-parent-toggle,
#primary-navigation.responsive ul.dl-submenu.level1 > li > a,
.primary-navigation.responsive .minisearch .sf-input,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon:before,
.mobile-cart-position-top .menu-overlay.mobile.active + #site-header .mobile-cart > a:before {
color: #5f727f;
}
.primary-navigation.responsive .minisearch .sf-input::placeholder,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"]::placeholder {
color: #5f727f;
}
.primary-navigation.responsive .minisearch .sf-input::-webkit-input-placeholder,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"]::-webkit-input-placeholder{
color: #5f727f;
}
#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-1,
#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-2,
#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-3,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-1,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-2,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-3 {
background-color: #5f727f;
}
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"] {
border-color: #5f727f;
}
:root {
--thegem-to-mobile-menu-level1-bg-color: #f4f6f7;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu,
#primary-navigation.responsive #primary-menu > li > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li > a,
#primary-navigation.responsive #primary-menu li.menu-item-search,
#primary-navigation.responsive #primary-menu li.menu-item-search .minisearch {
background-color: #f4f6f7;
}
:root {
--thegem-to-mobile-menu-level1-active-color: #3c3950;
}
#primary-navigation.responsive #primary-menu > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.opened > a,
#primary-navigation.responsive #primary-menu > li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > .menu-item-parent-toggle {
color: #3c3950;
}
:root {
--thegem-to-mobile-menu-level1-active-bg-color: #ffffff;
}
#primary-navigation.responsive #primary-menu > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.opened > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a {
background-color: #ffffff;
}
:root {
--thegem-to-mobile-menu-level2-color: #5f727f;
}
#primary-navigation.responsive #primary-menu > li > ul > li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back > a,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after{
color: #5f727f;
}
:root {
--thegem-to-mobile-menu-level2-bg-color: #f4f6f7;
}
#primary-navigation.responsive #primary-menu > li > ul > li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"],
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"] {
background-color: #f4f6f7;
}
:root {
--thegem-to-mobile-menu-level2-active-color: #3c3950;
}
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > .menu-item-parent-toggle {
color: #3c3950;
}
:root {
--thegem-to-mobile-menu-level2-active-bg-color: #ffffff;
}
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a {
background-color: #ffffff;
}
:root {
--thegem-to-mobile-menu-level3-color: #5f727f;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li > a {
color: #5f727f;
}
:root {
--thegem-to-mobile-menu-level3-bg-color: #f4f6f7;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li > a {
background-color: #f4f6f7;
}
:root {
--thegem-to-mobile-menu-level3-active-color: #3c3950;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > .menu-item-parent-toggle {
color: #3c3950;
}
:root {
--thegem-to-mobile-menu-level3-active-bg-color: #ffffff;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a {
background-color: #ffffff;
}
:root {
--thegem-to-mobile-menu-border-color: #dfe5e8;
}
.mobile-menu-layout-default #primary-navigation.responsive ul li.menu-item,
.mobile-menu-layout-default #primary-navigation.responsive ul li.dl-back,
.mobile-menu-layout-default #primary-navigation.responsive ul,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"],
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"] {
border-color: #dfe5e8;
}
:root {
--thegem-to-menu-level1-color: #99a9b5;
}
.main-menu-item,
.main-menu-item a,
.title-main-menu,
#primary-menu.no-responsive > li > a {
color: #99a9b5;
}
:root {
--thegem-to-menu-level1-color-hover: #00bcd4;
}
.main-menu-item:hover a,
a.main-menu-item:hover,
#primary-menu.no-responsive > li:hover > a {
color: #00bcd4;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li > a:hover,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
background-color: #00bcd4;
}
:root {
--thegem-to-menu-level1-active-color: #ffffff;
}
.main-menu-item.active,
#primary-menu.no-responsive > li.menu-item-current > a,
#primary-menu.no-responsive > li.menu-item-active > a {
color: #ffffff;
}
:root {
--thegem-to-menu-level1-active-bg-color: #ffffff;
}
.header-style-1 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
background-color: #ffffff;
}
.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
border: 2px solid #ffffff;
}
:root {
--thegem-to-menu-level2-color: #99a9b5;
}
.submenu-item,
#primary-menu.no-responsive > li > ul > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a {
color: #99a9b5;
}
:root {
--thegem-to-menu-level2-bg-color: #393d50;
}
#primary-menu.no-responsive > li > ul > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > span.megamenu-column-header > a,
.header-style-2 .minisearch .sf-input,
.header-style-3 .minisearch .sf-input,
.header-style-1 .minisearch,
.header-style-4 .minisearch {
background-color: #393d50;
}
:root {
--thegem-to-menu-level2-hover-color: #ffffff;
}
.submenu-item:hover a,
#primary-menu.no-responsive > li > ul > li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
color: #ffffff;
}
:root {
--thegem-to-menu-level2-hover-bg-color: #212331;
}
#primary-menu.no-responsive > li > ul > li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
background-color: #212331;
}
:root {
--thegem-to-menu-level2-active-color: #ffffff;
}
.submenu-item.active a,
#primary-menu.no-responsive > li > ul > li.menu-item-current > a,
#primary-menu.no-responsive > li > ul > li.menu-item-active > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.minisearch .sf-submit-icon:before,
.minisearch .sf-input {
color: #ffffff;
}
:root {
--thegem-to-menu-level2-active-bg-color: #212331;
}
#primary-menu.no-responsive > li > ul > li.menu-item-current > a,
#primary-menu.no-responsive > li > ul > li.menu-item-active > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-style-2 .minisearch,
.header-style-3 .minisearch,
.header-style-1 .minisearch .sf-input,
.header-style-4 .minisearch .sf-input {
background-color: #212331;
}
:root {
--thegem-to-mega-menu-column-title-color: #ffffff;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
color: #ffffff;
}
:root {
--thegem-to-mega-menu-column-title-hover-color: #00bcd4;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a:hover {
color: #00bcd4;
}
:root {
--thegem-to-mega-menu-column-title-active-color: #00bcd4;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li.menu-item-active > span.megamenu-column-header a {
color: #00bcd4;
}
:root {
--thegem-to-menu-level3-color: #99a9b5;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li > a {
color: #99a9b5;
}
:root {
--thegem-to-menu-level3-bg-color: #212331;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li > a {
background-color: #212331;
}
:root {
--thegem-to-menu-level3-hover-color: #ffffff;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
color: #ffffff;
}
:root {
--thegem-to-menu-level3-hover-bg-color: #131121;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li:hover > a {
background-color: #131121;
}
:root {
--thegem-to-menu-level3-active-color: #00bcd4;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-current > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-active > a {
color: #00bcd4;
}
:root {
--thegem-to-menu-level3-active-bg-color: #212331;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-current > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-active > a {
background-color: #212331;
}
:root {
--thegem-to-menu-level2-border-color: #494c64;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul > li,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header,
.minisearch,
.minisearch .sf-input {
border-top: 1px solid #494c64;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li,
.minisearch,
.minisearch .sf-input {
border-bottom: 1px solid #494c64;
border-left: 1px solid #494c64;
border-right: 1px solid #494c64;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
border-bottom: 1px solid #494c64;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul {
border-top: 1px solid #494c64;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul ul {
margin-top: -1px;
}
@media (-webkit-device-pixel-ratio: 1.25) {
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul > li,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header,
.minisearch,
.minisearch .sf-input {
border-top: 0.8px solid #494c64;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li,
.minisearch,
.minisearch .sf-input {
border-bottom: 0.8px solid #494c64;
border-left: 0.8px solid #494c64;
border-right: 0.8px solid #494c64;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
border-bottom: 0.8px solid #494c64;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul {
border-top: 0.8px solid #494c64;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable) ul ul {
margin-top: -0.8px;
}
}
:root {
--thegem-to-menu-level1-light-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li > a {
color: #ffffff;
}
:root {
--thegem-to-menu-level1-light-hover-color: #00bcd4;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger) #primary-menu.no-responsive > li:hover > a {
color: #00bcd4;
}
:root {
--thegem-to-menu-level1-light-active-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a,
#site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
border: 2px solid #ffffff;
}
:root {
--thegem-to-overlay-menu-bg-color: #212331;
}
body .menu-overlay {
background-color: #212331;
}
:root {
--thegem-to-overlay-menu-color: #ffffff;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon:before {
color: #ffffff;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"]::placeholder {
color: #ffffff;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"]::-webkit-input-placeholder {
color: #ffffff;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"] {
border-color: #ffffff;
}
#primary-navigation.overlay-active .overlay-toggle > span {
background-color: #ffffff;
}
:root {
--thegem-to-overlay-menu-hover-color: #00bcd4;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a:hover,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li > a:hover,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive li > a:hover,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before {
color: #00bcd4;
}
:root {
--thegem-to-overlay-menu-active-color: #00bcd4;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-current > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-active > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-overlay-item-open > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-overlay-item-open > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-overlay-item-open > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-overlay-item-open > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before {
color: #00bcd4;
}
:root {
--thegem-to-body-color: #5f727f;
--thegem-to-body-color-07: rgba(95, 114, 127, 0.7);
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .info,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .info,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .info,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .title,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .subtitle,
.widget.widget_contacts a:hover,
.widget_recent_comments a,
.digram-line-box  .skill-title,
.shipping_calculator .shipping-calculator-button,
.widget_shopping_cart_content ul.cart_list li a,
.shop-widget-area .gem-products-title a,
.woocommerce-page ul.product_list_widget li a,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-horizontal-sliding .overlay .links .caption .info span.sep,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .comments-link a,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .grid-post-share .icon,
#colophon .jtwt_tweet:before,
#colophon .project_info-item-style-1 .project_info-item .icon,
#colophon .widget_recent_comments li:before,
#colophon .widget_recent_entries ul li:before,
#colophon .portfolio-filters a .icon,
#colophon .comment-form label:before,
#colophon .socials-sharing a:after,
#colophon .widget_archive li:before,
#colophon .widget_nav_menu ul.menu li > a:before,
#colophon .widget_submenu > div > ul li > a:before,
#colophon .widget_categories > ul li > a:before,
#colophon .widget_product_categories > ul li > a:before,
#colophon .widget_product_categories > ul li:before,
#colophon .widget_pages > ul li > a:before,
#colophon .widget_meta li:before,
#colophon .widget_rss li:before,
#colophon .project_info-item-style-2 .icon,
#colophon .gem_accordion_header,
#colophon .widget_layered_nav ul li a:before,
#colophon .widget .gem-contacts-address:before,
#colophon .widget .gem-contacts-phone:before,
#colophon .widget .gem-contacts-fax:before,
#colophon .widget .gem-contacts-email:before,
#colophon .widget .gem-contacts-website:before,
#colophon .widget_meta li:before,
#colophon .widget .mc-text.small-body,
#colophon .widget.widget_search input, #colophon #mc4wp_email,
blockquote,
.widget_price_filter .price_label span,
.gem-quote.gem-quote-style-default blockquote,
.gem-quote.gem-quote-style-1,
.wpcf7-form.gem-contact-form-white span,
.wpcf7-form.gem-contact-form-white .wpcf7-list-item-label,
.wpcf7-form.gem-contact-form-dark span,
.wpcf7-form.gem-contact-form-dark .wpcf7-list-item-label,
.blog-style-styled_list1 .post-content,
.blog-style-styled_list2 .post-content,
.blog-style-timeline .post-content,
body .thegem_testimonial a .gem-testimonial-text,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-title > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .widget .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
.thegem-tabs__nav-item,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide a,
.ajax-minisearch-results .ajax-search-item {
color: #5f727f;
}
#colophon .widget.widget_search .gem-button:hover,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
.wpcf7-form.gem-contact-form-dark input[type='submit']:hover {
background-color: #5f727f;
}
.wpcf7-form.gem-contact-form-dark input[type='submit']:hover {
border-color: #5f727f;
}
:root {
--thegem-to-h1-color: #3c3950;
}
h1,
.title-h1,
.title-xlarge,
.gem-counter-number,
body .gem-testimonial-item:after,
blockquote p:after,
body .testimonials-style-1-teg,
body .testimonials-style-2-teg,
.pricing-title {
color: #3c3950;
}
:root {
--thegem-to-h2-color: #3c3950;
}
h2,
.title-h2,
.blog-style-multi-author .post-title a,
.single-product-content .price {
color: #3c3950;
}
.skill-line > div {
background-color: #3c3950;
}
:root {
--thegem-to-h3-color: #3c3950;
}
h3,
.title-h3,
.blog-style-styled_list1 .post-title a,
.blog-style-styled_list2 .post-title a,
.blog-style-timeline .post-title a,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input,
.thegem-fullscreen-search .sf-close {
color: #3c3950;
}
:root {
--thegem-to-h4-color: #3c3950;
}
h4,
.title-h4,
.team-person-name,
.widget .gem-teams-name,
body .testimonials-style-2-item .testimonials-style-2-text.gem-testimonial-text,
.diagram-wrapper.style-3 .digram-line-box .skill-title span,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.blog-style-masonry .entry-title.title-h4 a,
.gem-basic-grid .post-title h4.entry-title a,
.gem-basic-grid-2 .vc_gitem-zone-c .post-title a,
.justified-style-1 .entry-title.title-h4 a,
.justified-style-2 .entry-title.title-h4 a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before,
.gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon::before,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item.double-item-squared:hover .image .overlay .caption .title > *,
.version-new.news-grid .portfolio-item .wrap > .caption .title a,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
color: #3c3950;
}
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon:before,
.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before,
.portfolio.hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before,
.portfolio.hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.portfolio.news-grid.hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay a.icon:before,
.blog article .post-featured-content > a:after,
.blog .gem-simple-gallery .gem-gallery-item a:after,
body .blog-style-styled_list1 article a.default:after,
body .blog-style-styled_list2 article a.default:after,
body .blog-style-compact article a.default:after,
body .blog-style-compact-tiny-1 article a.default:after {
background-color: #3c3950;
}
:root {
--thegem-to-h5-color: #3c3950;
}
h5,
.title-h5,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.news-grid.hover-default .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *,
.news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *,
.news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author,
.version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info a {
color: #3c3950;
}
.news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info .sep {
border-left-color: #3c3950;
}
:root {
--thegem-to-h6-color: #3c3950;
}
h6,
.title-h6,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.project_info-item-style-1 .project_info-item .title,
.portfolio:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.product-page__wrapper #thegem-additional_information table th,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li {
color: #3c3950;
}
.thegem-tabs__nav-slide {
background-color: #3c3950;
}
:root {
--thegem-to-link-color: #00bcd4;
}
a,
.widget_recent_comments .comment-author-link a,
.widget .team-person-email a:hover:before,
.gem-team-style-5 .team-person:hover .team-person-name,
.portfolio.hover-vertical-sliding .overlay .links .caption .info a,
.portfolio.hover-horizontal-sliding .overlay .links .caption .info a,
.portfolio-set-comma,
.blog-style-masonry .entry-title.title-h4 a:hover,
.portfolio-item .caption .title a:hover,
.version-new.news-grid:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title a,
.version-new.news-grid:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title a,
.version-new.news-grid .portfolio-item .wrap > .caption .title a:hover,
.news-grid.portfolio.background-style-dark:not(.disabled-hover) .portfolio-item:hover .wrap > .caption .title a,
.version-default.news-grid .portfolio-item:hover .wrap > .caption .title a,
.blog-style-styled_list1 .post-title a:hover,
.blog-style-styled_list2 .post-title a:hover,
.blog-style-timeline .post-title a:hover,
.products .product-info .product-title a:hover,
.products .portfolio-item .wrap > .caption .title a:hover,
.gem-basic-grid .post-title h4.entry-title a:hover,
.gem-basic-grid-2 .vc_gitem-zone-c .post-title a:hover,
.gem-media-grid .midia-grid-item-post-author span a:hover,
.justified-style-1 .entry-title.title-h4 a:hover,
.justified-style-2 .entry-title.title-h4 a:hover,
.blog-style-multi-author .post-title a:hover,
.reverse-link-color a:hover,
a.reverse-link-color:hover,
.gem-blog-slider .post-title a:hover,
.socials-list.socials-colored a:hover .socials-item-icon,
#footer-navigation li a:hover,
.custom-footer li a:hover,
body.woocommerce-cart .custom-header .breadcrumbs span a,
body.woocommerce-checkout .custom-header .breadcrumbs span a,
body.woocommerce-wishlist .custom-header .breadcrumbs span a,
body.woocommerce-account .page-title-block .breadcrumbs span a,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li a:hover,
body .hamburger-minicart > .minicart ul li a:hover,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title a:hover,
.version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info a,
.product-page__wrapper .product-page__nav .product-page__nav-preview:hover .nav-preview__info-title,
.product-quick-view__wrapper .product-page__right-column .woocommerce-review-link:hover{
color: #00bcd4;
}
.version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info .sep {
border-left-color: #00bcd4;
}
:root {
--thegem-to-link-color-hover: #384554;
}
a:hover,
body.woocommerce-cart .custom-header .breadcrumbs span a:hover,
body.woocommerce-checkout .custom-header .breadcrumbs span a:hover,
body.woocommerce-wishlist .custom-header .breadcrumbs span a:hover,
body.woocommerce-account .page-title-block .breadcrumbs span a:hover,
body .shop_table.cart .product-name .product-title a:hover,
body .checkout .shop_table .product-name .product-title a:hover,
.product-page__wrapper .reset_variations:hover,
.product-page__wrapper .size-guide a:hover,
.product-page__wrapper .product-page__nav .product-page__nav-list a:hover:before,
.gem-pagination.gem-pagination-arrows a.prev:not(.disabled):hover,
.gem-pagination.gem-pagination-arrows a.next:not(.disabled):hover {
color: #384554;
}
:root {
--thegem-to-link-color-active: #00bcd4;
}
a:active {
color: #00bcd4;
}
#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
color: #99a9b5;
}
.footer-site-info {
color: #99a9b5;
}
.footer-site-info a {
color: #00bcd4;
}
.elementor-widget-sidebar .mc4wp-form-fields,
.sidebar .mc4wp-form-fields {
background-color: #f4f6f7;
}
.top-area {
border-top: 5px solid #00bcd4;
}
.top-area {
border-bottom: 1px solid #dfe5e8;
}
.top-area-contacts:after,
.top-area-socials:after {
border-right: 1px solid #dfe5e8;
}
.top-area {
color: #5f727f;
}
:root {
--thegem-to-top-area-link-color: #5f727f;
}
.top-area a,
.top-area .gem-contacts .gem-contacts-item a {
color: #5f727f;
}
.top-area a:hover,
.top-area .gem-contacts .gem-contacts-item a:hover {
color: #00bcd4;
}
.top-area .gem-button {
color: #ffffff;
}
.top-area .gem-button {
background-color: #494c64;
}
.top-area .gem-button:hover {
color: #ffffff;
}
.top-area .gem-button:hover {
background-color: #00bcd4;
}
:root {
--thegem-to-date-filter-subtitle-color: #99a9b5;
}
.gem-news-item-date,
.related-element-info .gem-post-date,
.date-color,
.combobox-wrapper .combobox-text,
.socials-sharing a.socials-item,
body .gem-testimonial-position,
.gem-testimonial-company,
.jtwt_date,
.blog.blog-style-timeline .comments,
.entry-date,
.portfolio-filters a,
.comments-link a,
.widget_recent_entries .post-date,
.post-author-info .date,
.block-date,
.block-tags .sep,
.styled-blog-meta .comments:after,
.related-element-info .date,
.login label,
.register label,
.woocommerce-password-hint,
body .woocommerce .shop_table.wishlist_table td.product-price del,
body .woocommerce .wishlist_table .product-info .product-info-content .product-price del,
body .woocommerce .woocommerce-checkout .checkout-payment .shop_table td.product-total .amount,
body .checkout-login .woocommerce-form-login.login .form-row .checkout-login-remember label,
body .shop_table .product-name dl.variation,
body.woocommerce-cart .custom-header .breadcrumbs .current,
body.woocommerce-checkout .custom-header .breadcrumbs .current,
body.woocommerce-wishlist .custom-header .breadcrumbs .current,
body.woocommerce-account .page-title-block .breadcrumbs .current,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page #order_review .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.empty,
body .hamburger-minicart > .minicart .total,
body .hamburger-minicart > .minicart ul li.empty,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
body.mobile-cart-position-top #site-header .mobile-cart ul li .quantity,
body.mobile-cart-position-top #site-header .mobile-cart .total,
body.mobile-cart-position-top #site-header .mobile-cart ul li.empty,
.form-edit-adress label,
.teaser_grid_container .gem-post-date,
.gem-post-grid-item-date,
.page-title-style-2 .page-title-excerpt,
.blog.blog-style-masonry article .description .info .date,
.blog.blog-style-masonry article .description .info .sep,
.blog.blog-style-masonry article .description .info .comments,
.widget_categories > ul li,
.widget_product_categories > ul li,
.widget_pages > ul,
.gem-teams-position.body-small,
.widget .mc-text.small-body,
.widget .team-person-email,
.widget .jtwt_date,
.widget_recent_comments li,
.widget_price_filter .price_label,
.project_info-item-style-2 .project_info-item .title,
.mc4wp-form input[type='email'],
.gallery-caption,
#colophon .widget_tweets .jtwt_tweet a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-website a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-email a:hover,
#colophon .widget_calendar td a:hover,
.widget_meta li:before,
#colophon .skill-title,
#colophon .widget.widget_search .gem-button,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit,
#colophon #mc4wp_submit,
#colophon .widget_meta li:before,
.gem-quote.gem-quote-style-5 blockquote,
.blog-style-masonry .post-meta-likes:hover,
.wpcf7-form .combobox-wrapper .combobox-text,
.blog-style-styled_list1 .post-date,
.blog-style-styled_list1 .post-author,
.blog-style-styled_list2 .post-date,
.blog-style-styled_list2 .post-author,
.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
.midia-grid-item-post-author,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.woocommerce-variation-availability,
.gem-search-form.gem-search-form-style-dark .search-field,
.version-new.news-grid .portfolio-item .wrap > .caption .post-date,
.version-new.news-grid .portfolio-item .wrap > .caption .post-author-date-separator,
.portfolio-selected-filters .portfolio-selected-filter-item,
.portfolio-filters-list .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-filters-list .widget_product_search input,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .text,
.product-page__wrapper .product-page__attribute,
.product-page__wrapper .product-meta .date-color,
.product-page__wrapper .socials-sharing .socials-item-title,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options-item,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .slider-amount-text,
table.variations .thegem-select {
color: #99a9b5;
}
.version-default.news-grid.title-on-page.hover-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.title-on-page.hover-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes {
border-left-color: #99a9b5;
}
body .woocommerce input[type="text"].coupon-code::placeholder,
body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::placeholder,
body .woocommerce .checkout .form-row .input-text::placeholder,
body .woocommerce .edit-address-form .form-row .input-text::placeholder,
body .woocommerce .checkout .form-row textarea.input-text::placeholder,
body .woocommerce .edit-address-form .form-row textarea.input-text::placeholder {
color: #99a9b5;
}
body .woocommerce input[type="text"].coupon-code::-webkit-input-placeholder,
body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::-webkit-input-placeholder,
body .woocommerce .checkout .form-row .input-text::-webkit-input-placeholder,
body .woocommerce .edit-address-form .form-row .input-text::-webkit-input-placeholder,
body .woocommerce .checkout .form-row textarea.input-text::-webkit-input-placeholder,
body .woocommerce .edit-address-form .form-row textarea.input-text::-webkit-input-placeholder {
color: #99a9b5;
}
:root {
--thegem-to-system-icons-font-color: #99a3b0;
}
.blog.blog-style-timeline article .comments:before,
.widget .gem-contacts-email:before,
.widget .gem-contacts-phone:before,
.widget .gem-contacts-address:before,
.widget .gem-contacts-fax:before,
.top-area-search .searchform button:before,
.blog.blog-style-masonry article .description .info .comments:before,
.blog-style-default .post-image .gem-dummy:after,
.widget_product_search button,
.products .product-bottom .bottom-product-link,
.products .product-bottom .add_to_cart_button,
.products .product-bottom .added_to_cart,
.products .product-bottom .add_to_wishlist,
.products .product-bottom .button:is(.product_type_grouped, .product_type_external),
.products .product-bottom .yith-wcwl-wishlistaddedbrowse a,
.combobox-wrapper .combobox-button:before {
color: #99a3b0;
}
.thegem-combobox-wrap .thegem-combobox__trigger:after {
border-color: #99a3b0;
}
:root {
--thegem-to-system-icons-font2-color: #b6c6c9;
}
.project_info-item-style-1 .project_info-item .icon,
.widget_recent_comments li:before,
.widget_recent_entries ul li:before,
.portfolio-filters a .icon,
.comment-form label:before,
.jtwt_tweet:before,
.post-related-posts .gem-dummy:after,
.socials-sharing a:after,
.product-page__wrapper .product-page__nav .product-page__nav-list a:before,
.gem-pagination.gem-pagination-arrows a.prev,
.gem-pagination.gem-pagination-arrows a.next {
color: #b6c6c9;
}
:root {
--thegem-to-button-basic-color: #ffffff;
}
.gem-button,
body .wp-block-button .wp-block-button__link,
.caption-bottom-line .post-footer-sharing .gem-button,
input[type='submit'],
.page-links a,
.blog-load-more button span,
.blog-load-more button span:before,
.widget a.gem-button,
#wp-calendar #prev a:after,
#wp-calendar #next a:after,
#wp-calendar caption:after,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout,
.hamburger-minicart .widget_shopping_cart_content .buttons a.checkout {
color: #ffffff;
}
.gem-button svg {
fill:  #ffffff;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
color: #ffffff !important;
}
:root {
--thegem-to-button-basic-color-hover: #ffffff;
}
.gem-button:hover,
body .wp-block-button .wp-block-button__link:hover,
input[type='submit']:hover,
.caption-bottom-line .project-button .gem-button,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .caption-bottom-line .project-button .gem-button,
.page-links a,
.blog-load-more button span:hover,
.widget a.gem-button:hover,
#wp-calendar #prev a:hover:after,
#wp-calendar #next a:hover:after,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a:hover,
.hamburger-minicart .widget_shopping_cart_content .buttons a:hover {
color: #ffffff;
}
.gem-button:hover svg {
fill: #ffffff;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button:hover,
.single-product-content-right .compare.button:hover{
color: #ffffff !important;
}
:root {
--thegem-to-button-basic-background-color: #b6c6c9;
}
.gem-button,
body .wp-block-button .wp-block-button__link,
.caption-bottom-line .post-footer-sharing .gem-button,
.portfolio-filters a:hover,
input[type='submit'],
.radio-sign.checked:before,
.page-links a,
.widget a.gem-button,
#wp-calendar #prev a,
#wp-calendar #next a,
.blog-load-more button,
.ui-slider-range.ui-widget-header.ui-corner-all,
.gem-blog-slider .gem-blog-slider-prev:hover,
.gem-blog-slider .gem-blog-slider-next:hover {
background-color: #b6c6c9;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
background-color: #b6c6c9 !important;
}
.comment-form .comment-author-input:after,
.comment-form .comment-email-input:after,
.comment-form .comment-url-input:after,
.team-person-socials .socials-item,
.checkbox-sign.checked:before,
body .wpcf7-form .combobox-button:before,
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form  .name:after,
.wpcf7-form .gem-form-icon-phone:after,
.wpcf7-form .gem-form-icon-website:after,
.wpcf7-form .gem-form-icon-email:after,
.wpcf7-form .gem-form-icon-name:after,
.blog-style-styled_list1 .post-img a .dummy,
.blog-style-styled_list2 .post-img a .dummy,
.blog-style-timeline article:before,
.blog-style-timeline .post-img a .dummy {
color: #b6c6c9;
}
.checkbox-sign,
.radio-sign {
border: 1px solid #b6c6c9;
}
:root {
--thegem-to-button-basic-background-color-hover: #3c3950;
}
.gem-button:hover,
body .wp-block-button .wp-block-button__link:hover,
input[type='submit']:hover,
.comment-form .form-submit .gem-button.submit:hover,
.caption-bottom-line .project-button .gem-button,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .caption-bottom-line .project-button .gem-button,
.page-links a,
.widget a.gem-button:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
.blog-load-more button:hover,
.page-content.content-none .searchform .searchform-submit .gem-button:hover,
.wpcf7-form.gem-contact-form-white input[type='submit']:hover,
.wpcf7-form .gem-button:not(.gem-button-wpcf-custom):hover,
.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom):hover,
.wpcf7-form.gem-contact-form-white input[type='submit']:not(.gem-button-wpcf-custom):hover,
.wpcf7-form.gem-contact-form-dark input[type='submit']:not(.gem-button-wpcf-custom):hover,
.gem-blog-slider .gem-blog-slider-prev,
.gem-blog-slider .gem-blog-slider-next,
.gem-search-form.gem-search-form-style-dark .search-field,
body .woocommerce .checkout-signin .checkout-create-account button:hover {
background-color: #3c3950;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button:hover,
.single-product-content-right .compare.button:hover{
background-color: #3c3950 !important;
}
.portfolio.background-style-dark .caption-bottom-line .project-button .gem-button {
color: #3c3950;
}
.gem-button.gem-button-style-outline,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled="true"]):hover,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover,
body .checkout-navigation-buttons .checkout-place-order button:hover,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover {
color: #00bcd4;
}
.gem-button.gem-button-style-outline svg {
fill: #00bcd4;
}
.gem-button.gem-button-style-outline:hover,
#colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
body #colophon .tagcloud a:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
color: #ffffff;
}
.gem-button.gem-button-style-outline:hover svg {
fill: #ffffff;
}
.gem-button.gem-button-style-outline,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled="true"]):hover,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover,
body .checkout-navigation-buttons .checkout-place-order button:hover,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
border-color: #00bcd4;
}
.gem-button.gem-button-style-outline:hover,
.comment-form .form-submit .gem-button.submit,
.portfolio-item:hover .caption-bottom-line .project-button .gem-button,
#colophon #mc4wp_submit:hover,
#colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
body #colophon .tagcloud a:hover,
.portfolio-item-page-bottom .project-button .gem-button,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
background-color: #00bcd4;
}
.top-area .gem-button.gem-button-style-outline{
color: #ffffff;
}
.top-area .gem-button.gem-button-style-outline{
background-color: #494c64;
}
.top-area .gem-button.gem-button-style-outline:hover {
color: #ffffff;
}
.top-area .gem-button.gem-button-style-outline:hover {
background-color: #00bcd4;
}
.widget-title,
.woocommerce .widget .gem-products-price ins,
.woocommerce .widget .gem-products-price .amount,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
color: #3c3950;
}
.widget a {
color: #5f727f;
}
:root {
--thegem-to-widget-hover-link_color: #00bcd4;
}
.widget a:hover,
.gem-contacts-item.gem-contacts-email a,
.gem-contacts-item.gem-contacts-website a,
.widget_nav_menu li a:hover,
.widget_submenu li a:hover,
.widget_pages ul li a:hover,
.widget_categories > ul > li > a:hover,
.widget_product_categories > ul > li > a:hover,
.widget_nav_menu .current-menu-ancestor > a,
.widget_submenu .menu-item-active> a,
.widget_submenu .current-menu-ancestor > a,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_categories > ul > li.cat-parent.current-cat:after,
.widget_categories > ul li.cat-parent.current-cat-ancestor > a,
.widget_categories > ul li.cat-parent.current-cat-parent > a,
.widget_product_categories > ul li.current-cat > a,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor > a,
.widget_product_categories > ul li.cat-parent.current-cat-parent > a,
.widget_pages > ul li li.current_page_item > a,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active,
.portfolio-filters-list .widget.widget_product_categories ul li a:hover,
.portfolio-filters-list .widget.widget_product_categories ul li.chosen > a,
.portfolio-filters-list .widget.widget_product_categories ul li.current-cat > a,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a:hover,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a,
.portfolio-sorting-select ul li:hover,
.portfolio-sorting-select ul li.portfolio-sorting-select-current,
.thegem-popup-notification .notification-message:before,
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-title a:hover,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-title a:hover,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-title a:hover,
body .gem-attribute-selector.type-label .gem-attribute-options li:hover .label,
.ajax-minisearch-results .ajax-search-item a:hover {
color: #00bcd4;
}
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover .count,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active .count,
.portfolio-filters-list .widget ul li a:hover .count,
.portfolio-filters-list .widget ul li a:hover + .count,
.portfolio-filters-list .widget ul li.chosen .count,
.portfolio-filters-list .widget ul li.current-cat > .count,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-range,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle + span,
.portfolio-filters-list .widget .price_slider .ui-slider-range,
.portfolio-filters-list .widget .price_slider .ui-slider-handle,
.portfolio-filters-list .widget .price_slider .ui-slider-handle + span,
.thegem-fullscreen-search .top-searches .top-search-item:hover {
background: #00bcd4;
}
.widget a:active {
color: #384554;
}
#colophon .widget-title {
color: #feffff;
}
#colophon .widget,
body #colophon .widget .gem-testimonial-position,
#colophon .widget.widget_recent_entries .post-date {
color: #99a9b5;
}
#colophon .widget a,
#colophon .gem-contacts .gem-contacts-item:before {
color: #99a9b5;
}
#colophon .widget a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-website a,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-email a,
#colophon #wp-calendar #prev a:hover:after,
#colophon #wp-calendar #next a:hover:after,
#colophon  .widget_tweets .jtwt_tweet a,
#colophon  .recentcomments .comment-author-link a,
#colophon .widget .jtwt_date,
#colophon  .widget_tweets .twitter-box .jtwt_tweet:before,
#colophon .recentcomments .comment-author-link,
#colophon .comment-author-link,
#colophon .gem-latest-news-title span,
#colophon .gem-pp-posts-date,
#colophon .gem-contacts a:before {
color: #00bcd4;
}
#colophon .widget a:active {
color: #00bcd4;
}
.portfolio-item .caption .title,
.portfolio-item .caption .title a {
color: #5f727f;
}
.portfolio-item .caption .subtitle {
color: #5f727f;
}
:root {
--thegem-to-portfolio-date-color: #99a9b5;
}
.portfolio-item .caption .info,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .subtitle,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .subtitle,
.portfolio.background-style-gray.version-alternative:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .zilla-likes,
.portfolio.background-style-dark:not(.list-style) .portfolio-item:not(:hover) .wrap > .caption .subtitle,
.portfolio.background-style-dark.list-style .portfolio-item .wrap > .caption:not(:hover) .subtitle,
.portfolio.background-style-dark.version-alternative:not(.list-style) .portfolio-item:not(:hover) .wrap > .caption .zilla-likes,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name a {
color: #99a9b5;
}
.slideinfo .fancybox-title {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-title .slide-info-title,
.fancybox-title .gem-gallery-item-title {
color: #ffffff;
}
.fancybox-title .slide-info-summary,
.fancybox-title .gem-gallery-item-description {
color: #ffffff;
}
.nivo-directionNav .gem-prev:after,
.nivo-directionNav .gem-next:after,
.ls-thegem a.ls-nav-prev:after,
.ls-thegem a.ls-nav-next:after {
background-color: #394050;
font-size: 27px;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next:before,
.nivo-directionNav .gem-prev:after,
.nivo-directionNav .gem-next:after,
.ls-thegem a.ls-nav-prev:after,
.ls-thegem a.ls-nav-next:after {
color: #ffffff;
}
.gem-prev:after,
.gem-next:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a,
.row .theme-default .nivo-directionNav a,
.row .vc_carousel-control .icon-next,
.row .vc_carousel-control .icon-prev,
.thegem_pf_item .post-meta-navigation a,
.thegem_pf_item .post-meta-left .post-meta-date:before,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev div,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next div {
color: #3c3950;
}
.gem-prev:after,
.gem-next:after,
.row .theme-default .nivo-directionNav a,
.row .vc_images_carousel .vc_carousel-control .icon-prev,
.row .vc_images_carousel .vc_carousel-control .icon-next,
.portfolio.portfolio-slider .portolio-slider-prev span,
.portfolio.portfolio-slider .portolio-slider-next span,
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next div.position-on {
background-color: #b6c6c9;
}
.gem-prev:hover:after,
.gem-next:hover:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.row .theme-default .nivo-directionNav a:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover:before,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover:before,
.portfolio.portfolio-slider .portolio-slider-prev span,
.portfolio.portfolio-slider .portolio-slider-next span,
.portfolio.portfolio-slider .portolio-slider-prev:hover span,
.portfolio.portfolio-slider .portolio-slider-next:hover span,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev:hover div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next:hover div.position-on {
color: #ffffff;
}
.gem-prev:hover:after,
.gem-next:hover:after,
.gem-testimonials.fullwidth-block .gem-prev:hover:after,
.gem-testimonials.fullwidth-block .gem-next:hover:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.row .theme-default .nivo-directionNav a:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover,
.portfolio.portfolio-slider .portolio-slider-prev:hover span,
.portfolio.portfolio-slider .portolio-slider-next:hover span,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev:hover div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next:hover div.position-on {
background-color: #00bcd4;
}
:root {
--thegem-to-hover-default-color: #00bcd4;
--thegem-to-hover-default-color-03: rgba(0, 188, 212, 0.3);
--thegem-to-hover-default-color-08: rgba(0, 188, 212, 0.8);
}
.gem-image a:before,
.gem-textbox-picture a:before,
.team-person-image a:before,
.team-person-image span:before,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before,
.gem-simple-gallery .gem-gallery-item a:before,
.portfolio-item .image .overlay:before,
.gallery-item .overlay:before,
.widget .flickr-item a:before,
.widget-gem-portfolio-item .widget-gem-portfolio-item-hover,
div.blog article a.youtube:before,
div.blog article a.vimeo:before,
div.blog article a.self_video:before,
div.blog article a.default:before,
.widget .gem-pp-posts a:before,
.widget .gem-latest-news-image a:before {
background-color: rgba(0, 188, 212, 0.8);
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before,
.gem-gallery-hover-default .active .gem-gallery-item-image:after {
background-color: #00bcd4;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
fill: #00bcd4;
}
.gem-gallery-hover-default .active .gem-gallery-item-image:after {
background-color: #00bcd4;
}
.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating > span:before,
.portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price .amount,
.portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price,
.portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a {
color: #00bcd4;
}
body .products .product-image .woo-product-overlay,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .minicart-image:after,
body .hamburger-minicart > .minicart ul li .minicart-image:after,
body.mobile-cart-position-top #site-header .mobile-cart ul li .minicart-image:after,
body .widget_shopping_cart ul li .minicart-image:after,
body ul.product_list_widget .gem-products-image a:before,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__image:after{
background-color: rgba(0, 188, 212, 0.3);
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay:before,
.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay:before,
.hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay:before,
.hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay:before,
.gem-gallery-hover-zooming-blur .gem-gallery-item .gem-gallery-item-image a:before,
body .blog-style-styled_list1 article a.default:before,
body .blog-style-styled_list2 article a.default:before,
body .blog-style-compact article a.default:before,
body .blog-style-compact-tiny-1 article a.default:before,
.blog article .post-featured-content > a:before,
.blog .gem-simple-gallery .gem-gallery-item a:before {
background-color: rgba(255, 255, 255, 0.8);
}
.gem-gallery.gem-gallery-hover-zooming-blur .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg,
.gem-gallery.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
fill: #ffffff;
}
.gem-gallery.gem-gallery-hover-zooming-blur .active .gem-gallery-item-image:after,
.gem-gallery.gem-gallery-hover-gradient .active .gem-gallery-item-image:after
{
background-color: #ffffff;
}
.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating:before {
color: #ffffff;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-item .gem-gallery-item-image a:before,
.portfolio.hover-horizontal-sliding .overlay:before,
.gem-gallery-grid.hover-horizontal-sliding .gallery-item .overlay:before,
.hover-new-horizontal-sliding .portfolio-item .image .overlay:before,
.hover-new-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-default-horizontal-sliding .portfolio-item .image .overlay:before,
.hover-default-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before {
background-color: rgba(70, 72, 92, 0.8);
}
.gem-gallery-hover-horizontal-sliding .active .gem-gallery-item-image:after {
background-color: #46485c;
}
.gem-gallery.gem-gallery-hover-horizontal-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
fill: #46485c;
}
.team-person-image span:before,
.gem-team-style-5 .team-person-image a:before,
.gem-team-style-5 .team-person-image span:before {
background-color: rgba(70, 72, 92, 0.7);
}
.gem-gallery-hover-vertical-sliding .gem-gallery-item .gem-gallery-item-image a:before,
.portfolio.hover-vertical-sliding .overlay:before,
.portfolio.hover-new-vertical-sliding .overlay:before,
.portfolio.hover-new-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.portfolio.hover-default-vertical-sliding .overlay:before,
.portfolio.hover-default-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.gem-gallery-grid.hover-vertical-sliding .gallery-item .overlay:before {
background-color: rgba(244, 67, 54, 0.8);
}
.gem-gallery-hover-vertical-sliding .active .gem-gallery-item-image:after {
background-color: #f44336;
}
.gem-gallery.gem-gallery-hover-vertical-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
fill: #f44336;
}
.quickfinder-item-title,
.quickfinder-item-title a,
.project_info-item-style-2 .title {
color: #4c5867;
}
.quickfinder-item-text,
.quickfinder-item-text a {
color: #5f727f;
}
.widget_archive li:before,
.widget_nav_menu ul.menu li > a:before,
.widget_submenu > div > ul li > a:before,
.widget_categories > ul li > a:before,
.widget_product_categories > ul li > a:before,
.widget_pages > ul li > a:before,
.widget_meta li:before,
.widget_rss li:before,
.project_info-item-style-2 .icon,
.gem_accordion_header .ui-accordion-header-icon:before,
.wpb_toggle:after,
.vc_toggle_title:after,
.widget_layered_nav ul li a:before,
.widget .gem-contacts-address:before,
.widget .gem-contacts-phone:before,
.widget .gem-contacts-fax:before,
.widget .gem-contacts-email:before,
.widget .gem-contacts-website:before,
.resp-accordion:after {
color: #5f727f;
}
.gem-icon,
.widget .team-person-email a:before,
.woocommerce-message:before,
.woocommerce-info:before {
color: #91a0ac;
}
:root {
--thegem-to-icons-portfolio-gallery-color-hover: #ffffff;
}
.gem-image a:after,
.gem-image a i,
.portfolio-item .image .overlay .links a.icon:before,
.portfolio-item .image .overlay .links a.icon i,
.portfolio.hover-title .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .product-variations,
.portfolio.hover-title.columns-4 .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .subtitle,
.portfolio.hover-title .portfolio-item .caption .info,
.portfolio.hover-title .portfolio-item .caption .info a,
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info a,
.portfolio .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a,
.news-grid.portfolio.hover-title .portfolio-item .caption .title > *,
.news-grid.portfolio.hover-default .comments-link a,
.news-grid.portfolio.hover-vertical-sliding .comments-link a,
.news-grid.portfolio.hover-gradient .comments-link a,
.news-grid.portfolio.hover-circular .comments-link a,
.news-grid.portfolio.hover-default .zilla-likes,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes,
.news-grid.portfolio.hover-gradient .zilla-likes,
.news-grid.portfolio.hover-circular .zilla-likes,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-default .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-gradient .portfolio-item .image .links .caption .post-date,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info a,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .title > *,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info a,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .product-variations,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .product-variations,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title a,
.news-grid.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title a,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title a,
.gallery-item .overlay .title,
.gallery-item .overlay .subtitle,
.gallery-item .overlay a.icon:before,
.gallery-item .overlay a.icon i,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-simple-gallery .gem-gallery-item a:after,
.gem-simple-gallery .gem-gallery-item a i,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-new.news-grid .portfolio-item .image .links .caption .post-date,
.version-new.news-grid .portfolio-item .image .links .caption .author,
.version-new.news-grid .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a:before,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a i,
.version-default.news-grid .portfolio-item .image .links .caption .post-date,
.version-default.news-grid.title-on-hover .portfolio-item .image .links .caption .author,
.version-default.news-grid .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info a,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info span,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info .sep,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .author,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup{
color: #ffffff;
}
.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes,
.version-default.news-grid .portfolio-item .image .links .caption .sep {
border-left-color: #ffffff;
}
:root {
--thegem-to-pagination-color: #99a9b5;
}
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots {
color: #99a9b5;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
border: 2px solid #99a9b5 !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a {
background-color: #99a9b5 !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
color: #99a9b5 !important;
}
:root {
--thegem-to-pagination-background-color: #ffffff;
}
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots {
background-color: #ffffff;
}
.gem-pagination a:hover,
.gem-pagination .current {
color: #ffffff;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
background-color: #ffffff !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
color: #ffffff !important;
}
:root {
--thegem-to-pagination-color-hover: #00bcd4;
}
.gem-pagination a:hover {
background-color: #00bcd4;
}
.gem-pagination a:hover {
border-color: #00bcd4;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover {
background-color: #00bcd4;
}
:root {
--thegem-to-pagination-color-active: #3c3950;
}
.gem-pagination .current {
background-color: #3c3950;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
background-color: #3c3950 !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a{
background-color: #3c3950 !important;
}
.gem-mini-pagination a,
.flexslider .flex-control-paging li a,
.flexslider .flex-control-paging li a:hover,
.vc_carousel-indicators li,
.row .gem-mini-pagination a,
.row .flexslider .flex-control-paging li a,
.row .flexslider .flex-control-paging li a:hover,
.row .vc_carousel-indicators li,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover,
.row .theme-default .nivo-controlNav a,
.product-gallery .owl-dots .owl-dot span,
.extended-carousel-grid .owl-carousel .owl-dots .owl-dot span {
background-color: #b6c6c9;
}
.portfolio-filters-list .portfolio-filter-item.single .portfolio-filter-item-list ul li a:before {
border-color: #b6c6c9;
}
.gem-mini-pagination a.selected,
.gem-mini-pagination a.active,
.flexslider .flex-control-paging li a.flex-active,
.flexslider .flex-control-paging li a.flex-active:hover,
.vc_carousel-indicators .vc_active,
.row .flexslider .flex-control-paging li a.flex-active,
.row .flexslider .flex-control-paging li a.flex-active:hover,
.row .vc_carousel-indicators .vc_active,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger,
.row .theme-default .nivo-controlNav a.active,
.product-gallery .owl-dots .owl-dot.active span,
.extended-carousel-grid .owl-carousel .owl-dots .owl-dot.active span {
background-color: #00bcd4;
}
:root {
--thegem-to-form-elements-background-color: #f4f6f7;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.chosen-container,
.select2-container,
.checkbox-sign,
.radio-sign {
background-color: #f4f6f7;
}
.chosen-container-single .chosen-single div:before,
.select2-container .select2-choice .select2-arrow:before {
color: #f4f6f7;
}
:root {
--thegem-to-form-elements-text-color: #3c3950;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
select,
.chosen-container-single .chosen-single,
.select2-container .select2-choice,
.widget_product_search form:before {
color: #3c3950;
}
:root {
--thegem-to-form-elements-border-color: #dfe5e8;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.combobox-wrapper,
#page .woocommerce .select2-container .select2-selection--single,
.select2-container .select2-dropdown,
.chosen-container-single .chosen-single,
.select2-container .select2-choice,
select.wpcf7-form-control.wpcf7-select,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options,
.product-page__wrapper .product-page__nav .product-page__nav-preview,
.product-page__wrapper form.cart .quantity,
.gem-attribute-selector .gem-attribute-options li,
table.variations .thegem-select {
border: 1px solid #dfe5e8;
}
.chosen-container-single .chosen-single div,
.edit-address-form .form-row .chosen-container-single .chosen-single div,
.select2-container .select2-choice .select2-arrow,
.product-page__wrapper form.cart .quantity button:before{
background-color: #dfe5e8;
}
.products .product .product-inner:not(:hover) .product-info .product-title,
.products .portfolio-item:not(:hover) .wrap > .caption .title {
color: #5f727f;
}
:root {
--thegem-to-product-title-color: #3c3950;
}
.single-product-content .product_title {
color: #3c3950;
}
.widget .gem-products-content .gem-products-title,
.widget .gem-products-content .gem-products-title a {
color: #5f727f;
}
:root {
--thegem-to-product-title-cart-color: #00bcd4;
}
body .shop_table.cart .product-name .product-title,
body .shop_table.cart .product-name .product-title a {
color: #00bcd4;
}
body .checkout .shop_table .product-name .product-title,
body .checkout .shop_table .product-name .product-title a {
color: #384554;
}
.products .product-info .price ins,
.products .product-info .price .amount {
color: #00bcd4;
}
:root {
--thegem-to-product-price-color: #3c3950;
}
.single-product-content .price,
.single-product-content .price del{
color: #3c3950;
}
.product-page__wrapper .price del:before{
background-color: #3c3950;
}
.widget .gem-products-content .gem-products-price ins,
.widget .gem-products-content .gem-products-price .amount {
color: #3c3950;
}
:root {
--thegem-to-product-price-cart-color: #3c3950;
}
.woocommerce .shop_table tr td.product-price,
.woocommerce .shop_table tr td.product-subtotal,
.woocommerce .wishlist_table .product-info .product-info-content .product-price,
body .woocommerce .shop_table td.product-price,
body .woocommerce .shop_table td.product-subtotal,
body .woocommerce .wishlist_table .product-info .product-info-content .product-price,
body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
body .woocommerce .cart_totals table td .amount,
body .woocommerce .cart_totals table tr.order-total td .amount,
body .woocommerce .cart_totals table tr td,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .cart-subtotal td .amount,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box:before,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box:before,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .checkout-payment .shop_table td.product-total .amount,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total .order-total td .amount,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity span.amount,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total span.amount,
body .hamburger-minicart > .minicart ul li .quantity span.amount,
body .hamburger-minicart > .minicart .total span.amount,
body.mobile-cart-position-top #site-header .mobile-cart .total span.amount,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-price{
color: #3c3950;
}
.portfolio.item-separator .portfolio-item:before,
.portfolio.item-separator .portfolio-item:after,
.portfolio.item-separator .portfolio-item .item-separator-box:before,
.portfolio.item-separator .portfolio-item .item-separator-box:after,
.products-categories-widget.item-separator .products-category-item:before,
.products-categories-widget.item-separator .products-category-item:after,
.products-categories-widget.item-separator .products-category-item .item-separator-box:before,
.products-categories-widget.item-separator .products-category-item .item-separator-box:after {
border-color: #000000;
}
body {
background-color: #fefefe;
}
body {
background-color: #FFFFFFFF;
}
.header-background:before {
background-color: #212331;
}
#site-header-wrapper {
background-color: #212331;
}
:root {
--thegem-to-navigation-background-image: none;
--thegem-to-navigation-background-color: #212331;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive,
#thegem-perspective .perspective-navigation:not(.responsive),
#page.vertical-header #site-header-wrapper,
.vertical-minisearch.menu-item-ajax-search .vertical-minisearch-shadow {
background-color: #212331;
}
.top-area-background:before {
background-color: #f4f6f7;
}
.block-content,
.gem-slideshow,
.slideshow-preloader {
background-color: #FFFFFFFF;
}
#footer-nav {
background-color: #181828;
}
#colophon {
background-color: #212331;
}
.preloader:after,
.loading:after {
display: none;
}
.preloader .preloader-spin,
.loading .preloader-spin {
display: block;
}
.widget-title:after{
color: #f44336;
display: inline-block;
}
body .hover-gradient .portfolio-item .image .overlay:before,
body .hover-gradient .gallery-item .overlay-wrap .overlay:before,
body .hover-new-gradient .portfolio-item .image .overlay:before,
body .portfolio.hover-new-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
body .hover-default-gradient .portfolio-item .image .overlay:before,
body .portfolio.hover-default-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before{
background: linear-gradient(
90deg,
rgba(255,43,88,0.8) 0%,
rgba(255,216,0,0.8) 100%
) !important;
}
body .hover-circular .portfolio-item .image .overlay .overlay-circle,
body .hover-circular .gallery-item .overlay-wrap .overlay .overlay-circle,
body .hover-new-circular .portfolio-item .image .overlay .overlay-circle,
body .portfolio.hover-new-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
body .hover-default-circular .portfolio-item .image .overlay .overlay-circle,
body .portfolio.hover-default-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before{
background: linear-gradient(
90deg,
rgba(0, 188, 212,0.75) 0%,
rgba(53, 64, 147,0.75) 100%
) !important;
}
:root {
--thegem-to-product-grid-title-color: #5F727FFF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .title {
color: #5F727FFF;
}
:root {
--thegem-to-product-grid-title-hover-color: #3C3950FF;
}
.portfolio.extended-products-grid.caption-position-page:not(.disabled-hover) .portfolio-item:hover .caption .title,
.portfolio.extended-products-grid.caption-position-page.disabled-hover .portfolio-item .caption .title:hover {
color: #3C3950FF;
}
:root {
--thegem-to-product-grid-title-on-image-color: #212227FF;
}
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .overlay .links .caption .title,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .overlay .links .caption .title,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .overlay .links .caption .title,
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.variable-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.variable-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.variable-type-button .button {
color: #212227FF;
}
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.simple-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.variable-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.variable-type-button .button,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.variable-type-button .button {
border-color: #212227FF;
}
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
background-color: #212227FF;
}
:root {
--thegem-to-product-grid-category-color: #99A9B5FF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories {
color: #99A9B5FF;
}
:root {
--thegem-to-product-grid-category-hover-color: #00BCD4FF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories a:hover {
color: #00BCD4FF;
}
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
color: #FFFFFFFF;
}
:root {
--thegem-to-product-grid-price-font-family: 'Source Sans Pro';
}
.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
font-family: 'Source Sans Pro';
}
:root {
--thegem-to-product-grid-price-font-style: normal;
--thegem-to-product-grid-price-font-weight: normal;
}
.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
font-style: normal;
font-weight: normal;
}
:root {
--thegem-to-product-grid-price-font-size: 16px;
}
.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
font-size: 16px;
}
@media (min-width: 992px) {
.portfolio.extended-products-grid .portfolio-item.bigger .caption .price-wrap.default .product-price .price {
font-size: calc(16px * 1.2);
}
}
:root {
--thegem-to-product-grid-price-line-height: 25px;
}
.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
line-height: 25px;
}
@media (min-width: 992px) {
.portfolio.extended-products-grid .portfolio-item.bigger .caption .price-wrap.default .product-price .price {
line-height: calc(25px * 1.2);
}
}
:root {
--thegem-to-product-grid-price-color: #5F727FFF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .product-price .price,
.portfolio-filters-list .widget_products .gem-products-price .amount,
.portfolio-filters-list .widget_top_rated_products .gem-products-price .amount,
.portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
color: #5F727FFF;
}
.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .product-price .price,
.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .product-price .price,
.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .product-price .price {
color: #212227FF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button .button,
.thegem-popup-notification .notification-message a.button {
border-width: 1px;
border-style: solid;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button .button,
.thegem-popup-notification .notification-message a.button {
border-radius: 30px;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
color: #5F727FFF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
color: #FFFFFFFF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
background-color: #DFE5E8FF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
background-color: #00BCD4FF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
border-color: #DFE5E8FF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
border-color: #00BCD4FF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.variable-type-button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button,
.thegem-popup-notification .notification-message a.button {
color: #5F727FFF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
.thegem-popup-notification .notification-message a.button:hover {
color: #FFFFFFFF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
.thegem-popup-notification .notification-message a.button:hover {
background-color: #00BCD4FF;
}
.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.variable-type-button .button,
.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button,
.thegem-popup-notification .notification-message a.button {
border-color: #5F727FFF;
}
.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
.thegem-popup-notification .notification-message a.button:hover {
border-color: #00BCD4FF;
}
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
.thegem-te-loop-product-add-to-cart .cart.icon a,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
border-radius: 20px;
}
:root {
--thegem-to-product-grid-icon-color: #5F727FFF;
}
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
.thegem-te-loop-product-add-to-cart .cart.icon a,
.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
color: #5F727FFF;
}
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon:hover,
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a:hover,
.thegem-te-loop-product-add-to-cart .cart.icon a:hover,
.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
color: #FFFFFFFF;
}
.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon,
.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons .icon a {
color: #212227FF;
}
.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover {
color: #FFFFFFFF;
}
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
.thegem-te-loop-product-add-to-cart .cart.icon a,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
background-color: #DFE5E8FF;
}
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon:hover,
.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a:hover,
.thegem-te-loop-product-add-to-cart .cart.icon a:hover,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
background-color: #00BCD4FF;
}
.product .onsale,
.product .new-label,
.product .out-of-stock-label,
.product-gallery-labels .product-labels .onsale,
.product-gallery-labels .product-labels .new-label,
.product-gallery-labels .product-labels .out-of-stock-label{
color: #fefefe;
}
.product .onsale,
.product-gallery-labels .product-labels .onsale{
background-color: #00bcd4;
}
.product .onsale:after,
.product-gallery-labels .product-labels .onsale:after{
border-left-color: #00bcd4;
border-right-color: #00bcd4	}
.product .onsale svg,
.product-gallery-labels .product-labels .onsale svg{
fill: #00bcd4;
}
.product .new-label,
.product-gallery-labels .product-labels .new-label{
background-color: #393d50;
}
.product .new-label:after,
.product-gallery-labels .product-labels .new-label:after{
border-left-color: #393d50;
border-right-color: #393d50	}
.product .new-label svg,
.product-gallery-labels .product-labels .new-label svg{
fill: #393d50;
}
.product .out-of-stock-label,
.product-gallery-labels .product-labels .out-of-stock-label{
background-color: #F44336FF;
}
.product .out-of-stock-label:after,
.product-gallery-labels .product-labels .out-of-stock-label:after{
border-left-color: #F44336FF;
border-right-color: #F44336FF;
}
.product .out-of-stock-label svg,
.product-gallery-labels .product-labels .out-of-stock-label svg{
fill: #F44336FF;
}
.quick-view-button {
color: #FFFFFFFF;
}
.quick-view-button {
background-color: #00BCD4A6;
}
.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button {
background-color: #00bcd4 !important;
}
.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button:hover {
background-color: #3c3950 !important;
}
.products-categories-widget .category-title {
font-family: 'Montserrat';
}
.products-categories-widget .category-title {
font-size: 14px;
}
.products-categories-widget .category-title {
font-style: normal;
font-weight: 700;
}
.products-categories-widget .category-title {
line-height: 19.6px;
}
.products-categories-widget .category-title {
text-transform: uppercase;
}
.products-categories-widget .category-title {
letter-spacing: 0.7px;
}
.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light .category-title,
.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-title,
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
color: #212227FF;
}
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
background-color: #212227FF;
}
.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-title,
.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-title,
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
color: #FFFFFFFF;
}
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
background-color: #FFFFFFFF;
}
.products-categories-widget.caption-position-below .category-title {
color: #5F727FFF;
}
.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light  .category-count,
.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-count,
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-count {
color: #212227FF;
}
.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-count,
.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-count,
.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-count {
color: #FFFFFFB3;
}
.products-categories-widget.caption-position-below .category-count {
color: #5F727FB3;
}
:root {
--thegem-to-cart-icon-font: 'thegem-icons';
--thegem-to-cart-icon-icon: '\e67d';
}
body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before,
body .portfolio.products-grid .portfolio-item .portfolio-icons.product-bottom .add_to_cart_button:before,
body #primary-navigation #primary-menu > li.menu-item-cart > a:before,
body .hamburger-minicart > a:before,
body .mobile-cart-position-top #site-header .mobile-cart > a:before,
body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before,
body .single-product-content form.cart .gem-button .gem-icon-cart:before,
body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before {
content: '\e67d';
}
body .products .product-bottom .add_to_cart_button:before,
body .portfolio.extended-products-grid .product-bottom .cart i.default:before,
body .portfolio.extended-products-grid.hover-default .portfolio-item .caption .cart i.default:before,
body .portfolio.extended-products-grid.hover-default .image .portfolio-icons.product-bottom .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .caption .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .image .portfolio-icons.product-bottom .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .image .portfolio-icons.product-bottom .cart i.default:before {
content: '\e67e';
}
body.mobile-cart-position-top #site-header .mobile-cart > a:before {
-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E");
}
.preloader .skeleton .widget:before {
background-image: linear-gradient(#FFFFFFFF 20px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0);
}
.preloader .skeleton .portfolio-item:before {
background-image: linear-gradient(#FFFFFFFF 100%, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0);
}
.preloader .skeleton .caption-position-image .products-category-item:before {
background-image: linear-gradient(#FFFFFFFF 100%, transparent 0);
}
.preloader .skeleton .caption-position-below .products-category-item:before {
background-image: linear-gradient(#FFFFFFFF 100%, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0), linear-gradient(#FFFFFFFF 12px, transparent 0);
}
:root {
--header-builder-light-color: #FFFFFF;
}
:root {
--header-builder-light-color-hover: #00bcd4;
}
:root {
--thegem-to-breadcrumbs-color: #99A9B5FF;
}
:root {
--thegem-to-breadcrumbs-color-hover: #3C3950FF;
}
:root {
--thegem-to-breadcrumbs-color-active: #3C3950FF;
}
#page-title {background-color: #ffffff;padding-top: 20px;padding-bottom: 0px;}#page-title h1,#page-title .title-rich-content {color: #333144;}.page-title-excerpt {color: #333144;margin-top: 0px;}#page-title .page-title-title {}#page-title .page-title-title .styled-subtitle.light,#page-title .page-title-excerpt .styled-subtitle.light{ font-family: var(--thegem-to-light-title-font-family); font-style: normal; font-weight: normal;}#page-title .page-title-title .title-main-menu,#page-title .page-title-excerpt .title-main-menu{ font-family: var(--thegem-to-menu-font-family); font-style: var(--thegem-to-menu-font-style); font-weight: var(--thegem-to-menu-font-weight); text-transform: var(--thegem-to-menu-text-transform); font-size: var(--thegem-to-menu-font-size); line-height: var(--thegem-to-menu-line-height); letter-spacing: var(--thegem-to-menu-letter-spacing, 0);}#page-title .page-title-title .title-main-menu.light,#page-title .page-title-excerpt .title-main-menu.light{ font-family: var(--thegem-to-light-title-font-family); font-style: normal; font-weight: normal;}#page-title .page-title-title .title-body,#page-title .page-title-excerpt .title-body{ font-family: var(--thegem-to-body-font-family); font-style: var(--thegem-to-body-font-style); font-weight: var(--thegem-to-body-font-weight); text-transform: var(--thegem-to-body-text-transform, none); font-size: var(--thegem-to-body-font-size); line-height: var(--thegem-to-body-line-height); letter-spacing: var(--thegem-to-body-letter-spacing);}#page-title .page-title-title .title-body.light,#page-title .page-title-excerpt .title-body.light{ font-family: var(--thegem-to-light-title-font-family); font-style: normal; font-weight: normal;}#page-title .page-title-title .title-tiny-body,#page-title .page-title-excerpt .title-tiny-body{ font-family: var(--thegem-to-body-tiny-font-family); font-style: var(--thegem-to-body-tiny-font-style); font-weight: var(--thegem-to-body-tiny-font-weight); text-transform: var(--thegem-to-body-tiny-text-transform, none); font-size: var(--thegem-to-body-tiny-font-size); line-height: var(--thegem-to-body-tiny-line-height); letter-spacing: var(--thegem-to-body-tiny-letter-spacing);}#page-title .page-title-title .title-tiny-body.light,#page-title .page-title-excerpt .title-tiny-body.light{ font-family: var(--thegem-to-light-title-font-family); font-style: normal; font-weight: normal;}.page-title-inner,body .breadcrumbs{padding-left: 0px;padding-right: 0px;}body .page-title-block .breadcrumbs-container{	text-align: center;}.page-breadcrumbs ul li a,.page-breadcrumbs ul li:not(:last-child):after{	color: #99A9B5FF;}.page-breadcrumbs ul li{	color: #3C3950FF;}.page-breadcrumbs ul li a:hover{	color: #3C3950FF;}.block-content {padding-top: 135px;}.gem-slideshow,.slideshow-preloader {}.block-content:last-of-type {padding-bottom: 110px;}#top-area {	display: block;}@media (max-width: 991px) {#page-title {padding-top: 20px;padding-bottom: 0px;}.page-title-inner, body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}}@media (max-width: 767px) {#page-title {padding-top: 20px;padding-bottom: 0px;}.page-title-inner,body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {}.block-content:last-of-type {}#top-area {	display: block;}}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}

.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

td.dt-control{background:url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;cursor:pointer}tr.dt-hasChild td.dt-control{background:url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("https://owl.fusion-ev.com/modules/foransic/addons/datatables/DataTables-1.11.3/images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("https://owl.fusion-ev.com/modules/foransic/addons/datatables/DataTables-1.11.3/images/sort_asc.png") !important}table.dataTable thead .sorting_desc{background-image:url("https://owl.fusion-ev.com/modules/foransic/addons/datatables/DataTables-1.11.3/images/sort_desc.png") !important}table.dataTable thead .sorting_asc_disabled{background-image:url("https://owl.fusion-ev.com/modules/foransic/addons/datatables/DataTables-1.11.3/images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("https://owl.fusion-ev.com/modules/foransic/addons/datatables/DataTables-1.11.3/images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, white 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, white 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, white 0%, #dcdcdc 100%);background:-o-linear-gradient(top, white 0%, #dcdcdc 100%);background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}button.dtb-hide-drop{display:none !important}div.dt-button-collection-title{text-align:center;padding:.3em 0 .5em;font-size:.9em}div.dt-button-collection-title:empty{display:none}button.dt-button,div.dt-button,a.dt-button,input.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:.333em;margin-bottom:.333em;padding:.5em 1em;border:1px solid rgba(0, 0, 0, 0.3);border-radius:2px;cursor:pointer;font-size:.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled,input.dt-button.disabled{cursor:default;opacity:.4}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled),input.dt-button:active:not(.disabled),input.dt-button.active:not(.disabled){background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");box-shadow:inset 1px 1px 3px #999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled),input.dt-button:active:not(.disabled):hover:not(.disabled),input.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover,input.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled),input.dt-button:hover:not(.disabled){border:1px solid #666;background-color:rgba(0, 0, 0, 0.1);background:-webkit-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled),input.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background:-webkit-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-moz-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-ms-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:-o-linear-gradient(top, #d1e2f7 0%, #79ace9 100%);background:linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d1e2f7", EndColorStr="#79ace9")}button.dt-button span.dt-down-arrow,div.dt-button span.dt-down-arrow,a.dt-button span.dt-down-arrow,input.dt-button span.dt-down-arrow{position:relative;top:-2px;color:rgba(70, 70, 70, 0.75);font-size:8px;padding-left:10px}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dataTables_layout_cell div.dt-buttons{float:none}div.dataTables_layout_cell div.dt-buttons.buttons-right{float:none}div.dt-button-collection{position:absolute;top:0;left:0;width:200px;margin-top:3px;padding:4px 4px 0 4px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);box-sizing:border-box}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");box-shadow:inset 1px 1px 3px #666}div.dt-button-collection button.dt-button:first-child,div.dt-button-collection div.dt-button:first-child,div.dt-button-collection a.dt-button:first-child{border-top-left-radius:3px;border-top-right-radius:3px}div.dt-button-collection button.dt-button:last-child,div.dt-button-collection div.dt-button:last-child,div.dt-button-collection a.dt-button:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}div.dt-button-collection div.dt-btn-split-wrapper button.dt-button{margin-right:0px;display:inline-block;width:0;flex-grow:1;flex-shrink:0;flex-basis:50px}div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop{min-width:20px;margin-left:-1px;flex-grow:0;flex-shrink:0;flex-basis:0}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0, 0, 0, 0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:" ";border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}button.dt-btn-split-drop{margin-left:calc(-1px - 0.333em);padding-left:.333em;padding-right:.333em;padding-bottom:calc(0.5em - 1px);border-radius:0px 1px 1px 0px;color:rgba(70, 70, 70, 0.9)}button.dt-btn-split-drop span.dt-btn-split-drop-arrow{font-size:10px}button.dt-btn-split-drop:hover{z-index:2}div.dt-btn-split-wrapper{display:inline-block}button.buttons-split{border-right:1px solid rgba(70, 70, 70, 0);border-radius:1px 0px 0px 1px}button.dt-btn-split-drop-button{background-color:white}button.dt-btn-split-drop-button:hover{background-color:white}
table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255, 255, 255, 0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}
div.dt-datetime{position:absolute;background-color:white;z-index:2050;border:1px solid #ccc;box-shadow:0 5px 15px -5px rgba(0, 0, 0, 0.5);padding:0 20px 6px 20px;width:275px}div.dt-datetime.inline{position:relative;box-shadow:none}div.dt-datetime div.dt-datetime-title{text-align:center;padding:5px 0px 3px}div.dt-datetime div.dt-datetime-buttons{text-align:center}div.dt-datetime div.dt-datetime-buttons a{display:inline-block;padding:0 .5em .5em .5em;margin:0;font-size:.9em}div.dt-datetime div.dt-datetime-buttons a:hover{text-decoration:underline}div.dt-datetime table{border-spacing:0;margin:12px 0;width:100%}div.dt-datetime table.dt-datetime-table-nospace{margin-top:-12px}div.dt-datetime table th{font-size:.8em;color:#777;font-weight:normal;width:14.285714286%;padding:0 0 4px 0;text-align:center}div.dt-datetime table td{font-size:.9em;color:#444;padding:0}div.dt-datetime table td.selectable{text-align:center;background:#f5f5f5}div.dt-datetime table td.selectable.disabled{color:#aaa;background:white}div.dt-datetime table td.selectable.disabled button:hover{color:#aaa;background:white}div.dt-datetime table td.selectable.now{background-color:#ddd}div.dt-datetime table td.selectable.now button{font-weight:bold}div.dt-datetime table td.selectable.selected button{background:#4e6ca3;color:white;border-radius:2px}div.dt-datetime table td.selectable button:hover{background:#ff8000;color:white;border-radius:2px}div.dt-datetime table td.dt-datetime-week{font-size:.7em}div.dt-datetime table button{width:100%;box-sizing:border-box;border:none;background:transparent;font-size:inherit;color:inherit;text-align:center;padding:4px 0;cursor:pointer;margin:0}div.dt-datetime table button span{display:inline-block;min-width:14px;text-align:right}div.dt-datetime table.weekNumber th{width:12.5%}div.dt-datetime div.dt-datetime-calendar table{margin-top:0}div.dt-datetime div.dt-datetime-label{position:relative;display:inline-block;height:30px;padding:5px 6px;border:1px solid transparent;box-sizing:border-box;cursor:pointer}div.dt-datetime div.dt-datetime-label:hover{border:1px solid #ddd;border-radius:2px;background-color:#f5f5f5}div.dt-datetime div.dt-datetime-label select{position:absolute;top:6px;left:0;cursor:pointer;opacity:0}div.dt-datetime.horizontal{width:550px}div.dt-datetime.horizontal div.dt-datetime-date,div.dt-datetime.horizontal div.dt-datetime-time{width:48%}div.dt-datetime.horizontal div.dt-datetime-time{margin-left:4%}div.dt-datetime div.dt-datetime-date{position:relative;float:left;width:100%}div.dt-datetime div.dt-datetime-time{position:relative;float:left;width:100%;text-align:center}div.dt-datetime div.dt-datetime-time>span{vertical-align:middle}div.dt-datetime div.dt-datetime-time th{text-align:left}div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock{display:inline-block;vertical-align:middle}div.dt-datetime div.dt-datetime-iconLeft,div.dt-datetime div.dt-datetime-iconRight,div.dt-datetime div.dt-datetime-iconUp,div.dt-datetime div.dt-datetime-iconDown{width:30px;height:30px;background-position:center;background-repeat:no-repeat;opacity:.3;overflow:hidden;box-sizing:border-box}div.dt-datetime div.dt-datetime-iconLeft:hover,div.dt-datetime div.dt-datetime-iconRight:hover,div.dt-datetime div.dt-datetime-iconUp:hover,div.dt-datetime div.dt-datetime-iconDown:hover{border:1px solid #ccc;border-radius:2px;background-color:#f0f0f0;opacity:.6}div.dt-datetime div.dt-datetime-iconLeft button,div.dt-datetime div.dt-datetime-iconRight button,div.dt-datetime div.dt-datetime-iconUp button,div.dt-datetime div.dt-datetime-iconDown button{border:none;background:transparent;text-indent:30px;height:100%;width:100%;cursor:pointer}div.dt-datetime div.dt-datetime-iconLeft{position:absolute;top:5px;left:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")}div.dt-datetime div.dt-datetime-iconRight{position:absolute;top:5px;right:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconUp{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconDown{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC")}div.dt-datetime-error{clear:both;padding:0 1em;max-width:240px;font-size:11px;line-height:1.25em;text-align:center;color:#b11f1f}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{top:50%;left:5px;height:1em;width:1em;margin-top:-9px;display:block;position:absolute;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before{left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:.8em;width:.8em;margin-top:-0.5em;margin-left:-0.5em;display:block;position:absolute;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"-";background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
div.dts{display:block !important}div.dts tbody th,div.dts tbody td{white-space:nowrap}div.dts div.dts_loading{z-index:1}div.dts div.dts_label{position:absolute;right:10px;background:rgba(0, 0, 0, 0.8);color:white;box-shadow:3px 3px 10px rgba(0, 0, 0, 0.5);text-align:right;border-radius:3px;padding:.4em;z-index:2;display:none}div.dts div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px)}div.dts div.dataTables_scrollBody table{z-index:2}div.dts div.dataTables_paginate,div.dts div.dataTables_length{display:none}
div.dt-button-collection{overflow:visible !important;z-index:2002 !important}div.dt-button-collection div.dtsb-searchBuilder{width:99% !important;padding-left:10px !important;padding-right:10px !important}.dtsb-greyscale{border:1px solid #cecece !important}div.dtsb-logicContainer .dtsb-greyscale{border:none !important}div.dtsb-searchBuilder{justify-content:space-evenly;cursor:default;margin-bottom:1em;text-align:left}div.dtsb-searchBuilder button.dtsb-button,div.dtsb-searchBuilder select{font-size:1em}div.dtsb-searchBuilder div.dtsb-titleRow{justify-content:space-evenly;margin-bottom:.5em}div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title{display:inline-block;padding-top:6px}div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll{float:right;margin-bottom:.333em}div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value,div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data,div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition{display:block}div.dtsb-searchBuilder div.dtsb-group{position:relative;clear:both;margin-bottom:.8em}div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup{margin:2px;text-align:center;padding:0}div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);position:absolute;margin-top:.8em;margin-right:.8em}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria{margin-bottom:.8em}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input{padding:.4em;margin-right:.8em;max-width:20em;background-color:rgba(200, 200, 200, 0.3)}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic{font-style:normal}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic{font-style:italic}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer{float:right;display:inline-block}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left{margin-right:.8em}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child{margin-right:0}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria span.dtsp-joiner{margin-right:.8em}div.dtsb-searchBuilder button,div.dtsb-searchBuilder select,div.dtsb-searchBuilder input{background-color:#f9f9f9}div.dtsb-searchBuilder button.dtsb-button{position:relative;display:inline-block;box-sizing:border-box;padding:.5em 1em;border:1px solid rgba(0, 0, 0, 0.3);border-radius:2px;cursor:pointer;font-size:.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}div.dtsb-searchBuilder button.dtsb-button:hover{background-color:#cecece !important;cursor:pointer}div.dtsb-searchBuilder div.dtsb-logicContainer{border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to right, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%)}div.dtsb-searchBuilder div.dtsb-logicContainer button{border:1px solid transparent;background:transparent}div.dtsb-searchBuilder button.dtsb-clearGroup{min-width:2em;padding:0}div.dtsb-searchBuilder button.dtsb-iptbtn{min-width:100px;text-align:left}div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer{border:1px solid;border-color:#cecece;border-radius:3px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic{border:none;border-radius:0px;flex-grow:1;flex-shrink:0;flex-basis:3em;margin:0px}div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup{border:none;border-radius:0px;width:2em;margin:0px}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input{border:1px solid;border-radius:3px}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition{border-color:#48b13c}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data{border-color:#e70f00}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value{border-color:#0069ba}div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition option.dtsb-option,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data option.dtsb-option,div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value option.dtsb-option{background-color:white}
div.dtsp-topRow{display:flex;flex-direction:row;flex-wrap:nowrap;border:2px solid rgba(0, 0, 0, 0);border-radius:3px;justify-content:space-around;align-content:flex-start;align-items:flex-start}div.dtsp-topRow input.dtsp-search{text-overflow:ellipsis;min-width:50px;flex-basis:90px;max-width:none}div.dtsp-topRow input.dtsp-search::placeholder{color:black}div.dtsp-topRow div.dtsp-subRow1{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1 auto}div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont{position:relative;width:100%}div.dtsp-topRow div.dtsp-subRow1 input{padding-right:2em;width:100% !important;box-sizing:border-box;font-size:1em}div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon{position:absolute;top:0;right:0;bottom:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABbmlDQ1BpY2MAACiRdZE7SwNBFIU/EyWikRRaiFhsoWKhEBREO42FTZAQFYza7G5eQhKX3QQJtoKNhWAh2vgq/AfaCrYKgqAIIhb+Al+NhPVOEkiQZJbZ+3FmzmXmDHjCGTPrtAYhm8vb0bmQthxb0Xzv+PHRxRSabjrWTCQSpun4eaRF1YdR1av5voajM55wTGhpF54wLTsvPC0c3sxbineFe8y0Hhc+ER6x5YDCt0o3KvymOFXhL8X2YnQWPKqnlqpjo47NtJ0VHhYeyGYKZvU86ib+RG5pQWqfzH4coswRQsOgwDoZ8oxKzUlmjX3Bsm+eDfGY8rcoYosjRVq8I6IWpGtCalL0hHwZiir3/3k6yfGxSnd/CNpeXfdzEHz7UNpz3d9T1y2dgfcFrnM1/4bkNPkt+l5NGziGwDZc3tQ04wCudqD32dJtvSx5ZXqSSfi4gK4YdN9Dx2olq+o650+wuCVPdAeHRzAk+wNrfw8JaBFXEnV+AAAACXBIWXMAAA9hAAAPYQGoP6dpAAABMUlEQVQoU6XRr0vDQRjH8akoM4iIjqGoOIZ5oIjB5XWxajaYDGLSIhhNYjcPRDSJwbQNw+L+BNGgYYo/5pT5/shz8vDlBgMPXux7z3N3z+25VOofYyCyd4ZYCavI4gXPsRp9LqiDdrEMH+8wv8Vh8gBfWclFPOEUN3hAHjlMoRa7wTzBS5xgKLFglPkZLjDic6HyDsEMNvGR2Nxifoci3tEI+X770JU0XmPXIlax+LTPh83fFox1X6kxyzdjm9UcdXi9S+Vti6svfyNULhNR9TVsYNhW6Ff9KKCNR7/Zv6eeaQ+6+qcdpu9BqGlp1HFgud+FYdzzUcUExu0Q/cdzHGEFetIlXKPjK/sbqYoOftMiS+j9jzEJPd1Wt+5+kdR/9EM9ucIC5jCbyPc01Q32kfsBppYz3hYFcCwAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:center;background-size:12px}div.dtsp-topRow div.dtsp-subRow2{white-space:nowrap;flex:0 0 auto}div.dtsp-topRow button.dtsp-nameButton{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:center;background-size:23px;vertical-align:bottom}div.dtsp-topRow button.dtsp-countButton{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:center;background-size:18px;vertical-align:bottom}div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret{position:relative;top:2px;display:inline-block}div.dtsp-topRow button.dtsp-collapseButton.dtsp-rotated{transform:rotate(180deg)}div.dtsp-topRow.dtsp-bordered{border:2px solid #f0f0f0;border-radius:3px}div.dtsp-topRow.dtsp-bordered:hover{background-color:#f0f0f0;opacity:.6;border:2px solid #cfcfcf;border-radius:3px;cursor:pointer !important}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane table thead th,div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane table thead td{width:100% !important}div.dt-button-collection{z-index:2002}div.dtsp-columns-1{max-width:100%;margin:0px !important}div.dtsp-columns-2{max-width:49%;margin:0px !important}div.dtsp-columns-3{max-width:32%;margin:0px !important}div.dtsp-columns-4{max-width:24%;margin:0px !important}div.dtsp-columns-5{max-width:19%;margin:0px !important}div.dtsp-columns-6{max-width:16%;margin:0px !important}div.dtsp-columns-7{max-width:14%;margin:0px !important}div.dtsp-columns-8{min-width:12%;margin:0px !important}div.dtsp-columns-9{max-width:10.5%;margin:0px !important}div.dt-button-collection{float:none}div.dtsp-panesContainer{margin-bottom:1em}div.dtsp-panesContainer div.dataTables_wrapper{width:100%}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_layout_cell{padding:0}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollHead{display:none !important}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody{background:white !important;border-bottom:none}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody thead{display:none}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table{table-layout:fixed}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table tr>th,div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody table tr>td{padding:5px 10px}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody td.dtsp-nameColumn{width:100% !important}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-content:flex-start;align-items:flex-start}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill{cursor:default}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:middle;white-space:nowrap;flex-grow:1}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill{display:inline-block;background-color:#cfcfcf;text-align:center;border:1px solid #cfcfcf;border-radius:10px;width:auto;min-width:30px;color:black;font-size:.9em;padding:0 4px}div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty{display:none}div.dtsp-panesContainer{clear:both;padding-left:0;padding-right:0;text-align:center}div.dtsp-panesContainer div.dtsp-searchPanes{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;align-items:stretch;clear:both;text-align:left}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane{flex-grow:1;flex-shrink:0;font-size:.9em;margin-top:15px !important}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper{flex:1;box-sizing:border-box}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter{display:none}div.dtsp-panesContainer div.dtsp-title{float:left;padding:10px 0}div.dtsp-panesContainer button.dtsp-clearAll,div.dtsp-panesContainer button.dtsp-collapseAll,div.dtsp-panesContainer button.dtsp-showAll{float:right;padding:10px;font-size:1em}div.dtsp-hidden{display:none !important}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper{border:2px solid #f0f0f0;border-radius:4px}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper:hover{border:2px solid #cfcfcf}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected{border:2px solid #3276b1;border-radius:4px}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-selected:hover{border:2px solid #286092}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search{border:none;padding-left:3px}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane input.dtsp-paneInputButton,div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton{height:35px;width:35px;min-width:0;display:inline-block;margin:2px;border:0px solid transparent;background-color:transparent;margin-bottom:0px}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane input.dtsp-paneInputButton:hover,div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton:hover{background-color:#f0f0f0;border-radius:2px;cursor:pointer}div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane button.dtsp-paneButton{opacity:.6}div.dtsp-panesContainer button.dtsp-clearAll,div.dtsp-panesContainer button.dtsp-collapseAll,div.dtsp-panesContainer button.dtsp-showAll{border:1px solid transparent;background-color:transparent}div.dtsp-panesContainer button.dtsp-clearAll:hover,div.dtsp-panesContainer button.dtsp-collapseAll:hover,div.dtsp-panesContainer button.dtsp-showAll:hover{background-color:#f0f0f0;border-radius:2px;cursor:pointer}div.dtsp-panesContainer button.dtsp-disabledButton{cursor:default !important;color:#7c7c7c}div.dtsp-panesContainer button.dtsp-disabledButton:hover{background-color:transparent}div.dtsp-panesContainer button.dtsp-disabledButton:focus{outline:none}div.dtsp-topRow.dtsp-bordered:hover button.dtsp-disabledButton{cursor:pointer !important;pointer-events:none}div.dtsp-topRow.dtsp-bordered:hover input.dtsp-paneInputButton{pointer-events:none}div.dtsp-narrow{flex-direction:column !important}div.dtsp-narrow div.dtsp-subRows{width:100%;text-align:right}@media screen and (max-width: 767px){div.dtsp-columns-4,div.dtsp-columns-5,div.dtsp-columns-6{max-width:31% !important;min-width:31% !important}}@media screen and (max-width: 640px){div.dtsp-searchPanes{flex-direction:column !important}div.dtsp-searchPane{max-width:98% !important;min-width:98% !important}}
table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#b0bed9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:" ";margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-19px;margin-left:-6px;text-align:center;text-shadow:1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9}table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before{margin-top:-12px}table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}
@font-face{font-family:GFFontAwesome;src:url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://owl.fusion-ev.com/modules/gravityforms/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.gf_entry_wrap .fa,.gform-settings__wrapper .fa,.gform_wrapper .fa,.gforms_edit_form .fa,.gforms_form_settings_wrap .fa,.gforms_help .fa{display:inline-block;font:normal normal normal 14px/1 GFFontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gf_entry_wrap .fa-lg,.gform-settings__wrapper .fa-lg,.gform_wrapper .fa-lg,.gforms_edit_form .fa-lg,.gforms_form_settings_wrap .fa-lg,.gforms_help .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.gf_entry_wrap .fa-2x,.gform-settings__wrapper .fa-2x,.gform_wrapper .fa-2x,.gforms_edit_form .fa-2x,.gforms_form_settings_wrap .fa-2x,.gforms_help .fa-2x{font-size:2em}.gf_entry_wrap .fa-3x,.gform-settings__wrapper .fa-3x,.gform_wrapper .fa-3x,.gforms_edit_form .fa-3x,.gforms_form_settings_wrap .fa-3x,.gforms_help .fa-3x{font-size:3em}.gf_entry_wrap .fa-4x,.gform-settings__wrapper .fa-4x,.gform_wrapper .fa-4x,.gforms_edit_form .fa-4x,.gforms_form_settings_wrap .fa-4x,.gforms_help .fa-4x{font-size:4em}.gf_entry_wrap .fa-5x,.gform-settings__wrapper .fa-5x,.gform_wrapper .fa-5x,.gforms_edit_form .fa-5x,.gforms_form_settings_wrap .fa-5x,.gforms_help .fa-5x{font-size:5em}.gf_entry_wrap .fa-fw,.gform-settings__wrapper .fa-fw,.gform_wrapper .fa-fw,.gforms_edit_form .fa-fw,.gforms_form_settings_wrap .fa-fw,.gforms_help .fa-fw{width:1.28571429em;text-align:center}.gf_entry_wrap .fa-ul,.gform-settings__wrapper .fa-ul,.gform_wrapper .fa-ul,.gforms_edit_form .fa-ul,.gforms_form_settings_wrap .fa-ul,.gforms_help .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.gf_entry_wrap .fa-ul>li,.gform-settings__wrapper .fa-ul>li,.gform_wrapper .fa-ul>li,.gforms_edit_form .fa-ul>li,.gforms_form_settings_wrap .fa-ul>li,.gforms_help .fa-ul>li{position:relative}.gf_entry_wrap .fa-li,.gform-settings__wrapper .fa-li,.gform_wrapper .fa-li,.gforms_edit_form .fa-li,.gforms_form_settings_wrap .fa-li,.gforms_help .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.gf_entry_wrap .fa-li.fa-lg,.gform-settings__wrapper .fa-li.fa-lg,.gform_wrapper .fa-li.fa-lg,.gforms_edit_form .fa-li.fa-lg,.gforms_form_settings_wrap .fa-li.fa-lg,.gforms_help .fa-li.fa-lg{left:-1.85714286em}.gf_entry_wrap .fa-border,.gform-settings__wrapper .fa-border,.gform_wrapper .fa-border,.gforms_edit_form .fa-border,.gforms_form_settings_wrap .fa-border,.gforms_help .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.gf_entry_wrap .fa-pull-left,.gform-settings__wrapper .fa-pull-left,.gform_wrapper .fa-pull-left,.gforms_edit_form .fa-pull-left,.gforms_form_settings_wrap .fa-pull-left,.gforms_help .fa-pull-left{float:left}.gf_entry_wrap .fa-pull-right,.gform-settings__wrapper .fa-pull-right,.gform_wrapper .fa-pull-right,.gforms_edit_form .fa-pull-right,.gforms_form_settings_wrap .fa-pull-right,.gforms_help .fa-pull-right{float:right}.gf_entry_wrap .fa.fa-pull-left,.gform-settings__wrapper .fa.fa-pull-left,.gform_wrapper .fa.fa-pull-left,.gforms_edit_form .fa.fa-pull-left,.gforms_form_settings_wrap .fa.fa-pull-left,.gforms_help .fa.fa-pull-left{margin-right:.3em}.gf_entry_wrap .fa.fa-pull-right,.gform-settings__wrapper .fa.fa-pull-right,.gform_wrapper .fa.fa-pull-right,.gforms_edit_form .fa.fa-pull-right,.gforms_form_settings_wrap .fa.fa-pull-right,.gforms_help .fa.fa-pull-right{margin-left:.3em}.gf_entry_wrap .pull-right,.gform-settings__wrapper .pull-right,.gform_wrapper .pull-right,.gforms_edit_form .pull-right,.gforms_form_settings_wrap .pull-right,.gforms_help .pull-right{float:right}.gf_entry_wrap .pull-left,.gform-settings__wrapper .pull-left,.gform_wrapper .pull-left,.gforms_edit_form .pull-left,.gforms_form_settings_wrap .pull-left,.gforms_help .pull-left{float:left}.gf_entry_wrap .fa.pull-left,.gform-settings__wrapper .fa.pull-left,.gform_wrapper .fa.pull-left,.gforms_edit_form .fa.pull-left,.gforms_form_settings_wrap .fa.pull-left,.gforms_help .fa.pull-left{margin-right:.3em}.gf_entry_wrap .fa.pull-right,.gform-settings__wrapper .fa.pull-right,.gform_wrapper .fa.pull-right,.gforms_edit_form .fa.pull-right,.gforms_form_settings_wrap .fa.pull-right,.gforms_help .fa.pull-right{margin-left:.3em}.gf_entry_wrap .fa-spin,.gform-settings__wrapper .fa-spin,.gform_wrapper .fa-spin,.gforms_edit_form .fa-spin,.gforms_form_settings_wrap .fa-spin,.gforms_help .fa-spin{animation:fa-spin 2s infinite linear}.gf_entry_wrap .fa-pulse,.gform-settings__wrapper .fa-pulse,.gform_wrapper .fa-pulse,.gforms_edit_form .fa-pulse,.gforms_form_settings_wrap .fa-pulse,.gforms_help .fa-pulse{animation:fa-spin 1s infinite steps(8)}.gf_entry_wrap .fa-rotate-90,.gform-settings__wrapper .fa-rotate-90,.gform_wrapper .fa-rotate-90,.gforms_edit_form .fa-rotate-90,.gforms_form_settings_wrap .fa-rotate-90,.gforms_help .fa-rotate-90{transform:rotate(90deg)}.gf_entry_wrap .fa-rotate-180,.gform-settings__wrapper .fa-rotate-180,.gform_wrapper .fa-rotate-180,.gforms_edit_form .fa-rotate-180,.gforms_form_settings_wrap .fa-rotate-180,.gforms_help .fa-rotate-180{transform:rotate(180deg)}.gf_entry_wrap .fa-rotate-270,.gform-settings__wrapper .fa-rotate-270,.gform_wrapper .fa-rotate-270,.gforms_edit_form .fa-rotate-270,.gforms_form_settings_wrap .fa-rotate-270,.gforms_help .fa-rotate-270{transform:rotate(270deg)}.gf_entry_wrap .fa-flip-horizontal,.gform-settings__wrapper .fa-flip-horizontal,.gform_wrapper .fa-flip-horizontal,.gforms_edit_form .fa-flip-horizontal,.gforms_form_settings_wrap .fa-flip-horizontal,.gforms_help .fa-flip-horizontal{transform:scale(-1,1)}.gf_entry_wrap .fa-flip-vertical,.gform-settings__wrapper .fa-flip-vertical,.gform_wrapper .fa-flip-vertical,.gforms_edit_form .fa-flip-vertical,.gforms_form_settings_wrap .fa-flip-vertical,.gforms_help .fa-flip-vertical{transform:scale(1,-1)}.gf_entry_wrap :root .fa-flip-horizontal,.gf_entry_wrap :root .fa-flip-vertical,.gf_entry_wrap :root .fa-rotate-180,.gf_entry_wrap :root .fa-rotate-270,.gf_entry_wrap :root .fa-rotate-90,.gform-settings__wrapper :root .fa-flip-horizontal,.gform-settings__wrapper :root .fa-flip-vertical,.gform-settings__wrapper :root .fa-rotate-180,.gform-settings__wrapper :root .fa-rotate-270,.gform-settings__wrapper :root .fa-rotate-90,.gform_wrapper :root .fa-flip-horizontal,.gform_wrapper :root .fa-flip-vertical,.gform_wrapper :root .fa-rotate-180,.gform_wrapper :root .fa-rotate-270,.gform_wrapper :root .fa-rotate-90,.gforms_edit_form :root .fa-flip-horizontal,.gforms_edit_form :root .fa-flip-vertical,.gforms_edit_form :root .fa-rotate-180,.gforms_edit_form :root .fa-rotate-270,.gforms_edit_form :root .fa-rotate-90,.gforms_form_settings_wrap :root .fa-flip-horizontal,.gforms_form_settings_wrap :root .fa-flip-vertical,.gforms_form_settings_wrap :root .fa-rotate-180,.gforms_form_settings_wrap :root .fa-rotate-270,.gforms_form_settings_wrap :root .fa-rotate-90,.gforms_help :root .fa-flip-horizontal,.gforms_help :root .fa-flip-vertical,.gforms_help :root .fa-rotate-180,.gforms_help :root .fa-rotate-270,.gforms_help :root .fa-rotate-90{filter:none}.gf_entry_wrap .fa-stack,.gform-settings__wrapper .fa-stack,.gform_wrapper .fa-stack,.gforms_edit_form .fa-stack,.gforms_form_settings_wrap .fa-stack,.gforms_help .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.gf_entry_wrap .fa-stack-1x,.gf_entry_wrap .fa-stack-2x,.gform-settings__wrapper .fa-stack-1x,.gform-settings__wrapper .fa-stack-2x,.gform_wrapper .fa-stack-1x,.gform_wrapper .fa-stack-2x,.gforms_edit_form .fa-stack-1x,.gforms_edit_form .fa-stack-2x,.gforms_form_settings_wrap .fa-stack-1x,.gforms_form_settings_wrap .fa-stack-2x,.gforms_help .fa-stack-1x,.gforms_help .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.gf_entry_wrap .fa-stack-1x,.gform-settings__wrapper .fa-stack-1x,.gform_wrapper .fa-stack-1x,.gforms_edit_form .fa-stack-1x,.gforms_form_settings_wrap .fa-stack-1x,.gforms_help .fa-stack-1x{line-height:inherit}.gf_entry_wrap .fa-stack-2x,.gform-settings__wrapper .fa-stack-2x,.gform_wrapper .fa-stack-2x,.gforms_edit_form .fa-stack-2x,.gforms_form_settings_wrap .fa-stack-2x,.gforms_help .fa-stack-2x{font-size:2em}.gf_entry_wrap .fa-inverse,.gform-settings__wrapper .fa-inverse,.gform_wrapper .fa-inverse,.gforms_edit_form .fa-inverse,.gforms_form_settings_wrap .fa-inverse,.gforms_help .fa-inverse{color:#fff}.gf_entry_wrap .fa-glass:before,.gform-settings__wrapper .fa-glass:before,.gform_wrapper .fa-glass:before,.gforms_edit_form .fa-glass:before,.gforms_form_settings_wrap .fa-glass:before,.gforms_help .fa-glass:before{content:"\f000"}.gf_entry_wrap .fa-music:before,.gform-settings__wrapper .fa-music:before,.gform_wrapper .fa-music:before,.gforms_edit_form .fa-music:before,.gforms_form_settings_wrap .fa-music:before,.gforms_help .fa-music:before{content:"\f001"}.gf_entry_wrap .fa-search:before,.gform-settings__wrapper .fa-search:before,.gform_wrapper .fa-search:before,.gforms_edit_form .fa-search:before,.gforms_form_settings_wrap .fa-search:before,.gforms_help .fa-search:before{content:"\f002"}.gf_entry_wrap .fa-envelope-o:before,.gform-settings__wrapper .fa-envelope-o:before,.gform_wrapper .fa-envelope-o:before,.gforms_edit_form .fa-envelope-o:before,.gforms_form_settings_wrap .fa-envelope-o:before,.gforms_help .fa-envelope-o:before{content:"\f003"}.gf_entry_wrap .fa-heart:before,.gform-settings__wrapper .fa-heart:before,.gform_wrapper .fa-heart:before,.gforms_edit_form .fa-heart:before,.gforms_form_settings_wrap .fa-heart:before,.gforms_help .fa-heart:before{content:"\f004"}.gf_entry_wrap .fa-star:before,.gform-settings__wrapper .fa-star:before,.gform_wrapper .fa-star:before,.gforms_edit_form .fa-star:before,.gforms_form_settings_wrap .fa-star:before,.gforms_help .fa-star:before{content:"\f005"}.gf_entry_wrap .fa-star-o:before,.gform-settings__wrapper .fa-star-o:before,.gform_wrapper .fa-star-o:before,.gforms_edit_form .fa-star-o:before,.gforms_form_settings_wrap .fa-star-o:before,.gforms_help .fa-star-o:before{content:"\f006"}.gf_entry_wrap .fa-user:before,.gform-settings__wrapper .fa-user:before,.gform_wrapper .fa-user:before,.gforms_edit_form .fa-user:before,.gforms_form_settings_wrap .fa-user:before,.gforms_help .fa-user:before{content:"\f007"}.gf_entry_wrap .fa-film:before,.gform-settings__wrapper .fa-film:before,.gform_wrapper .fa-film:before,.gforms_edit_form .fa-film:before,.gforms_form_settings_wrap .fa-film:before,.gforms_help .fa-film:before{content:"\f008"}.gf_entry_wrap .fa-th-large:before,.gform-settings__wrapper .fa-th-large:before,.gform_wrapper .fa-th-large:before,.gforms_edit_form .fa-th-large:before,.gforms_form_settings_wrap .fa-th-large:before,.gforms_help .fa-th-large:before{content:"\f009"}.gf_entry_wrap .fa-th:before,.gform-settings__wrapper .fa-th:before,.gform_wrapper .fa-th:before,.gforms_edit_form .fa-th:before,.gforms_form_settings_wrap .fa-th:before,.gforms_help .fa-th:before{content:"\f00a"}.gf_entry_wrap .fa-th-list:before,.gform-settings__wrapper .fa-th-list:before,.gform_wrapper .fa-th-list:before,.gforms_edit_form .fa-th-list:before,.gforms_form_settings_wrap .fa-th-list:before,.gforms_help .fa-th-list:before{content:"\f00b"}.gf_entry_wrap .fa-check:before,.gform-settings__wrapper .fa-check:before,.gform_wrapper .fa-check:before,.gforms_edit_form .fa-check:before,.gforms_form_settings_wrap .fa-check:before,.gforms_help .fa-check:before{content:"\f00c"}.gf_entry_wrap .fa-close:before,.gf_entry_wrap .fa-remove:before,.gf_entry_wrap .fa-times:before,.gform-settings__wrapper .fa-close:before,.gform-settings__wrapper .fa-remove:before,.gform-settings__wrapper .fa-times:before,.gform_wrapper .fa-close:before,.gform_wrapper .fa-remove:before,.gform_wrapper .fa-times:before,.gforms_edit_form .fa-close:before,.gforms_edit_form .fa-remove:before,.gforms_edit_form .fa-times:before,.gforms_form_settings_wrap .fa-close:before,.gforms_form_settings_wrap .fa-remove:before,.gforms_form_settings_wrap .fa-times:before,.gforms_help .fa-close:before,.gforms_help .fa-remove:before,.gforms_help .fa-times:before{content:"\f00d"}.gf_entry_wrap .fa-search-plus:before,.gform-settings__wrapper .fa-search-plus:before,.gform_wrapper .fa-search-plus:before,.gforms_edit_form .fa-search-plus:before,.gforms_form_settings_wrap .fa-search-plus:before,.gforms_help .fa-search-plus:before{content:"\f00e"}.gf_entry_wrap .fa-search-minus:before,.gform-settings__wrapper .fa-search-minus:before,.gform_wrapper .fa-search-minus:before,.gforms_edit_form .fa-search-minus:before,.gforms_form_settings_wrap .fa-search-minus:before,.gforms_help .fa-search-minus:before{content:"\f010"}.gf_entry_wrap .fa-power-off:before,.gform-settings__wrapper .fa-power-off:before,.gform_wrapper .fa-power-off:before,.gforms_edit_form .fa-power-off:before,.gforms_form_settings_wrap .fa-power-off:before,.gforms_help .fa-power-off:before{content:"\f011"}.gf_entry_wrap .fa-signal:before,.gform-settings__wrapper .fa-signal:before,.gform_wrapper .fa-signal:before,.gforms_edit_form .fa-signal:before,.gforms_form_settings_wrap .fa-signal:before,.gforms_help .fa-signal:before{content:"\f012"}.gf_entry_wrap .fa-cog:before,.gf_entry_wrap .fa-gear:before,.gform-settings__wrapper .fa-cog:before,.gform-settings__wrapper .fa-gear:before,.gform_wrapper .fa-cog:before,.gform_wrapper .fa-gear:before,.gforms_edit_form .fa-cog:before,.gforms_edit_form .fa-gear:before,.gforms_form_settings_wrap .fa-cog:before,.gforms_form_settings_wrap .fa-gear:before,.gforms_help .fa-cog:before,.gforms_help .fa-gear:before{content:"\f013"}.gf_entry_wrap .fa-trash-o:before,.gform-settings__wrapper .fa-trash-o:before,.gform_wrapper .fa-trash-o:before,.gforms_edit_form .fa-trash-o:before,.gforms_form_settings_wrap .fa-trash-o:before,.gforms_help .fa-trash-o:before{content:"\f014"}.gf_entry_wrap .fa-home:before,.gform-settings__wrapper .fa-home:before,.gform_wrapper .fa-home:before,.gforms_edit_form .fa-home:before,.gforms_form_settings_wrap .fa-home:before,.gforms_help .fa-home:before{content:"\f015"}.gf_entry_wrap .fa-file-o:before,.gform-settings__wrapper .fa-file-o:before,.gform_wrapper .fa-file-o:before,.gforms_edit_form .fa-file-o:before,.gforms_form_settings_wrap .fa-file-o:before,.gforms_help .fa-file-o:before{content:"\f016"}.gf_entry_wrap .fa-clock-o:before,.gform-settings__wrapper .fa-clock-o:before,.gform_wrapper .fa-clock-o:before,.gforms_edit_form .fa-clock-o:before,.gforms_form_settings_wrap .fa-clock-o:before,.gforms_help .fa-clock-o:before{content:"\f017"}.gf_entry_wrap .fa-road:before,.gform-settings__wrapper .fa-road:before,.gform_wrapper .fa-road:before,.gforms_edit_form .fa-road:before,.gforms_form_settings_wrap .fa-road:before,.gforms_help .fa-road:before{content:"\f018"}.gf_entry_wrap .fa-download:before,.gform-settings__wrapper .fa-download:before,.gform_wrapper .fa-download:before,.gforms_edit_form .fa-download:before,.gforms_form_settings_wrap .fa-download:before,.gforms_help .fa-download:before{content:"\f019"}.gf_entry_wrap .fa-arrow-circle-o-down:before,.gform-settings__wrapper .fa-arrow-circle-o-down:before,.gform_wrapper .fa-arrow-circle-o-down:before,.gforms_edit_form .fa-arrow-circle-o-down:before,.gforms_form_settings_wrap .fa-arrow-circle-o-down:before,.gforms_help .fa-arrow-circle-o-down:before{content:"\f01a"}.gf_entry_wrap .fa-arrow-circle-o-up:before,.gform-settings__wrapper .fa-arrow-circle-o-up:before,.gform_wrapper .fa-arrow-circle-o-up:before,.gforms_edit_form .fa-arrow-circle-o-up:before,.gforms_form_settings_wrap .fa-arrow-circle-o-up:before,.gforms_help .fa-arrow-circle-o-up:before{content:"\f01b"}.gf_entry_wrap .fa-inbox:before,.gform-settings__wrapper .fa-inbox:before,.gform_wrapper .fa-inbox:before,.gforms_edit_form .fa-inbox:before,.gforms_form_settings_wrap .fa-inbox:before,.gforms_help .fa-inbox:before{content:"\f01c"}.gf_entry_wrap .fa-play-circle-o:before,.gform-settings__wrapper .fa-play-circle-o:before,.gform_wrapper .fa-play-circle-o:before,.gforms_edit_form .fa-play-circle-o:before,.gforms_form_settings_wrap .fa-play-circle-o:before,.gforms_help .fa-play-circle-o:before{content:"\f01d"}.gf_entry_wrap .fa-repeat:before,.gf_entry_wrap .fa-rotate-right:before,.gform-settings__wrapper .fa-repeat:before,.gform-settings__wrapper .fa-rotate-right:before,.gform_wrapper .fa-repeat:before,.gform_wrapper .fa-rotate-right:before,.gforms_edit_form .fa-repeat:before,.gforms_edit_form .fa-rotate-right:before,.gforms_form_settings_wrap .fa-repeat:before,.gforms_form_settings_wrap .fa-rotate-right:before,.gforms_help .fa-repeat:before,.gforms_help .fa-rotate-right:before{content:"\f01e"}.gf_entry_wrap .fa-refresh:before,.gform-settings__wrapper .fa-refresh:before,.gform_wrapper .fa-refresh:before,.gforms_edit_form .fa-refresh:before,.gforms_form_settings_wrap .fa-refresh:before,.gforms_help .fa-refresh:before{content:"\f021"}.gf_entry_wrap .fa-list-alt:before,.gform-settings__wrapper .fa-list-alt:before,.gform_wrapper .fa-list-alt:before,.gforms_edit_form .fa-list-alt:before,.gforms_form_settings_wrap .fa-list-alt:before,.gforms_help .fa-list-alt:before{content:"\f022"}.gf_entry_wrap .fa-lock:before,.gform-settings__wrapper .fa-lock:before,.gform_wrapper .fa-lock:before,.gforms_edit_form .fa-lock:before,.gforms_form_settings_wrap .fa-lock:before,.gforms_help .fa-lock:before{content:"\f023"}.gf_entry_wrap .fa-flag:before,.gform-settings__wrapper .fa-flag:before,.gform_wrapper .fa-flag:before,.gforms_edit_form .fa-flag:before,.gforms_form_settings_wrap .fa-flag:before,.gforms_help .fa-flag:before{content:"\f024"}.gf_entry_wrap .fa-headphones:before,.gform-settings__wrapper .fa-headphones:before,.gform_wrapper .fa-headphones:before,.gforms_edit_form .fa-headphones:before,.gforms_form_settings_wrap .fa-headphones:before,.gforms_help .fa-headphones:before{content:"\f025"}.gf_entry_wrap .fa-volume-off:before,.gform-settings__wrapper .fa-volume-off:before,.gform_wrapper .fa-volume-off:before,.gforms_edit_form .fa-volume-off:before,.gforms_form_settings_wrap .fa-volume-off:before,.gforms_help .fa-volume-off:before{content:"\f026"}.gf_entry_wrap .fa-volume-down:before,.gform-settings__wrapper .fa-volume-down:before,.gform_wrapper .fa-volume-down:before,.gforms_edit_form .fa-volume-down:before,.gforms_form_settings_wrap .fa-volume-down:before,.gforms_help .fa-volume-down:before{content:"\f027"}.gf_entry_wrap .fa-volume-up:before,.gform-settings__wrapper .fa-volume-up:before,.gform_wrapper .fa-volume-up:before,.gforms_edit_form .fa-volume-up:before,.gforms_form_settings_wrap .fa-volume-up:before,.gforms_help .fa-volume-up:before{content:"\f028"}.gf_entry_wrap .fa-qrcode:before,.gform-settings__wrapper .fa-qrcode:before,.gform_wrapper .fa-qrcode:before,.gforms_edit_form .fa-qrcode:before,.gforms_form_settings_wrap .fa-qrcode:before,.gforms_help .fa-qrcode:before{content:"\f029"}.gf_entry_wrap .fa-barcode:before,.gform-settings__wrapper .fa-barcode:before,.gform_wrapper .fa-barcode:before,.gforms_edit_form .fa-barcode:before,.gforms_form_settings_wrap .fa-barcode:before,.gforms_help .fa-barcode:before{content:"\f02a"}.gf_entry_wrap .fa-tag:before,.gform-settings__wrapper .fa-tag:before,.gform_wrapper .fa-tag:before,.gforms_edit_form .fa-tag:before,.gforms_form_settings_wrap .fa-tag:before,.gforms_help .fa-tag:before{content:"\f02b"}.gf_entry_wrap .fa-tags:before,.gform-settings__wrapper .fa-tags:before,.gform_wrapper .fa-tags:before,.gforms_edit_form .fa-tags:before,.gforms_form_settings_wrap .fa-tags:before,.gforms_help .fa-tags:before{content:"\f02c"}.gf_entry_wrap .fa-book:before,.gform-settings__wrapper .fa-book:before,.gform_wrapper .fa-book:before,.gforms_edit_form .fa-book:before,.gforms_form_settings_wrap .fa-book:before,.gforms_help .fa-book:before{content:"\f02d"}.gf_entry_wrap .fa-bookmark:before,.gform-settings__wrapper .fa-bookmark:before,.gform_wrapper .fa-bookmark:before,.gforms_edit_form .fa-bookmark:before,.gforms_form_settings_wrap .fa-bookmark:before,.gforms_help .fa-bookmark:before{content:"\f02e"}.gf_entry_wrap .fa-print:before,.gform-settings__wrapper .fa-print:before,.gform_wrapper .fa-print:before,.gforms_edit_form .fa-print:before,.gforms_form_settings_wrap .fa-print:before,.gforms_help .fa-print:before{content:"\f02f"}.gf_entry_wrap .fa-camera:before,.gform-settings__wrapper .fa-camera:before,.gform_wrapper .fa-camera:before,.gforms_edit_form .fa-camera:before,.gforms_form_settings_wrap .fa-camera:before,.gforms_help .fa-camera:before{content:"\f030"}.gf_entry_wrap .fa-font:before,.gform-settings__wrapper .fa-font:before,.gform_wrapper .fa-font:before,.gforms_edit_form .fa-font:before,.gforms_form_settings_wrap .fa-font:before,.gforms_help .fa-font:before{content:"\f031"}.gf_entry_wrap .fa-bold:before,.gform-settings__wrapper .fa-bold:before,.gform_wrapper .fa-bold:before,.gforms_edit_form .fa-bold:before,.gforms_form_settings_wrap .fa-bold:before,.gforms_help .fa-bold:before{content:"\f032"}.gf_entry_wrap .fa-italic:before,.gform-settings__wrapper .fa-italic:before,.gform_wrapper .fa-italic:before,.gforms_edit_form .fa-italic:before,.gforms_form_settings_wrap .fa-italic:before,.gforms_help .fa-italic:before{content:"\f033"}.gf_entry_wrap .fa-text-height:before,.gform-settings__wrapper .fa-text-height:before,.gform_wrapper .fa-text-height:before,.gforms_edit_form .fa-text-height:before,.gforms_form_settings_wrap .fa-text-height:before,.gforms_help .fa-text-height:before{content:"\f034"}.gf_entry_wrap .fa-text-width:before,.gform-settings__wrapper .fa-text-width:before,.gform_wrapper .fa-text-width:before,.gforms_edit_form .fa-text-width:before,.gforms_form_settings_wrap .fa-text-width:before,.gforms_help .fa-text-width:before{content:"\f035"}.gf_entry_wrap .fa-align-left:before,.gform-settings__wrapper .fa-align-left:before,.gform_wrapper .fa-align-left:before,.gforms_edit_form .fa-align-left:before,.gforms_form_settings_wrap .fa-align-left:before,.gforms_help .fa-align-left:before{content:"\f036"}.gf_entry_wrap .fa-align-center:before,.gform-settings__wrapper .fa-align-center:before,.gform_wrapper .fa-align-center:before,.gforms_edit_form .fa-align-center:before,.gforms_form_settings_wrap .fa-align-center:before,.gforms_help .fa-align-center:before{content:"\f037"}.gf_entry_wrap .fa-align-right:before,.gform-settings__wrapper .fa-align-right:before,.gform_wrapper .fa-align-right:before,.gforms_edit_form .fa-align-right:before,.gforms_form_settings_wrap .fa-align-right:before,.gforms_help .fa-align-right:before{content:"\f038"}.gf_entry_wrap .fa-align-justify:before,.gform-settings__wrapper .fa-align-justify:before,.gform_wrapper .fa-align-justify:before,.gforms_edit_form .fa-align-justify:before,.gforms_form_settings_wrap .fa-align-justify:before,.gforms_help .fa-align-justify:before{content:"\f039"}.gf_entry_wrap .fa-list:before,.gform-settings__wrapper .fa-list:before,.gform_wrapper .fa-list:before,.gforms_edit_form .fa-list:before,.gforms_form_settings_wrap .fa-list:before,.gforms_help .fa-list:before{content:"\f03a"}.gf_entry_wrap .fa-dedent:before,.gf_entry_wrap .fa-outdent:before,.gform-settings__wrapper .fa-dedent:before,.gform-settings__wrapper .fa-outdent:before,.gform_wrapper .fa-dedent:before,.gform_wrapper .fa-outdent:before,.gforms_edit_form .fa-dedent:before,.gforms_edit_form .fa-outdent:before,.gforms_form_settings_wrap .fa-dedent:before,.gforms_form_settings_wrap .fa-outdent:before,.gforms_help .fa-dedent:before,.gforms_help .fa-outdent:before{content:"\f03b"}.gf_entry_wrap .fa-indent:before,.gform-settings__wrapper .fa-indent:before,.gform_wrapper .fa-indent:before,.gforms_edit_form .fa-indent:before,.gforms_form_settings_wrap .fa-indent:before,.gforms_help .fa-indent:before{content:"\f03c"}.gf_entry_wrap .fa-video-camera:before,.gform-settings__wrapper .fa-video-camera:before,.gform_wrapper .fa-video-camera:before,.gforms_edit_form .fa-video-camera:before,.gforms_form_settings_wrap .fa-video-camera:before,.gforms_help .fa-video-camera:before{content:"\f03d"}.gf_entry_wrap .fa-image:before,.gf_entry_wrap .fa-photo:before,.gf_entry_wrap .fa-picture-o:before,.gform-settings__wrapper .fa-image:before,.gform-settings__wrapper .fa-photo:before,.gform-settings__wrapper .fa-picture-o:before,.gform_wrapper .fa-image:before,.gform_wrapper .fa-photo:before,.gform_wrapper .fa-picture-o:before,.gforms_edit_form .fa-image:before,.gforms_edit_form .fa-photo:before,.gforms_edit_form .fa-picture-o:before,.gforms_form_settings_wrap .fa-image:before,.gforms_form_settings_wrap .fa-photo:before,.gforms_form_settings_wrap .fa-picture-o:before,.gforms_help .fa-image:before,.gforms_help .fa-photo:before,.gforms_help .fa-picture-o:before{content:"\f03e"}.gf_entry_wrap .fa-pencil:before,.gform-settings__wrapper .fa-pencil:before,.gform_wrapper .fa-pencil:before,.gforms_edit_form .fa-pencil:before,.gforms_form_settings_wrap .fa-pencil:before,.gforms_help .fa-pencil:before{content:"\f040"}.gf_entry_wrap .fa-map-marker:before,.gform-settings__wrapper .fa-map-marker:before,.gform_wrapper .fa-map-marker:before,.gforms_edit_form .fa-map-marker:before,.gforms_form_settings_wrap .fa-map-marker:before,.gforms_help .fa-map-marker:before{content:"\f041"}.gf_entry_wrap .fa-adjust:before,.gform-settings__wrapper .fa-adjust:before,.gform_wrapper .fa-adjust:before,.gforms_edit_form .fa-adjust:before,.gforms_form_settings_wrap .fa-adjust:before,.gforms_help .fa-adjust:before{content:"\f042"}.gf_entry_wrap .fa-tint:before,.gform-settings__wrapper .fa-tint:before,.gform_wrapper .fa-tint:before,.gforms_edit_form .fa-tint:before,.gforms_form_settings_wrap .fa-tint:before,.gforms_help .fa-tint:before{content:"\f043"}.gf_entry_wrap .fa-edit:before,.gf_entry_wrap .fa-pencil-square-o:before,.gform-settings__wrapper .fa-edit:before,.gform-settings__wrapper .fa-pencil-square-o:before,.gform_wrapper .fa-edit:before,.gform_wrapper .fa-pencil-square-o:before,.gforms_edit_form .fa-edit:before,.gforms_edit_form .fa-pencil-square-o:before,.gforms_form_settings_wrap .fa-edit:before,.gforms_form_settings_wrap .fa-pencil-square-o:before,.gforms_help .fa-edit:before,.gforms_help .fa-pencil-square-o:before{content:"\f044"}.gf_entry_wrap .fa-share-square-o:before,.gform-settings__wrapper .fa-share-square-o:before,.gform_wrapper .fa-share-square-o:before,.gforms_edit_form .fa-share-square-o:before,.gforms_form_settings_wrap .fa-share-square-o:before,.gforms_help .fa-share-square-o:before{content:"\f045"}.gf_entry_wrap .fa-check-square-o:before,.gform-settings__wrapper .fa-check-square-o:before,.gform_wrapper .fa-check-square-o:before,.gforms_edit_form .fa-check-square-o:before,.gforms_form_settings_wrap .fa-check-square-o:before,.gforms_help .fa-check-square-o:before{content:"\f046"}.gf_entry_wrap .fa-arrows:before,.gform-settings__wrapper .fa-arrows:before,.gform_wrapper .fa-arrows:before,.gforms_edit_form .fa-arrows:before,.gforms_form_settings_wrap .fa-arrows:before,.gforms_help .fa-arrows:before{content:"\f047"}.gf_entry_wrap .fa-step-backward:before,.gform-settings__wrapper .fa-step-backward:before,.gform_wrapper .fa-step-backward:before,.gforms_edit_form .fa-step-backward:before,.gforms_form_settings_wrap .fa-step-backward:before,.gforms_help .fa-step-backward:before{content:"\f048"}.gf_entry_wrap .fa-fast-backward:before,.gform-settings__wrapper .fa-fast-backward:before,.gform_wrapper .fa-fast-backward:before,.gforms_edit_form .fa-fast-backward:before,.gforms_form_settings_wrap .fa-fast-backward:before,.gforms_help .fa-fast-backward:before{content:"\f049"}.gf_entry_wrap .fa-backward:before,.gform-settings__wrapper .fa-backward:before,.gform_wrapper .fa-backward:before,.gforms_edit_form .fa-backward:before,.gforms_form_settings_wrap .fa-backward:before,.gforms_help .fa-backward:before{content:"\f04a"}.gf_entry_wrap .fa-play:before,.gform-settings__wrapper .fa-play:before,.gform_wrapper .fa-play:before,.gforms_edit_form .fa-play:before,.gforms_form_settings_wrap .fa-play:before,.gforms_help .fa-play:before{content:"\f04b"}.gf_entry_wrap .fa-pause:before,.gform-settings__wrapper .fa-pause:before,.gform_wrapper .fa-pause:before,.gforms_edit_form .fa-pause:before,.gforms_form_settings_wrap .fa-pause:before,.gforms_help .fa-pause:before{content:"\f04c"}.gf_entry_wrap .fa-stop:before,.gform-settings__wrapper .fa-stop:before,.gform_wrapper .fa-stop:before,.gforms_edit_form .fa-stop:before,.gforms_form_settings_wrap .fa-stop:before,.gforms_help .fa-stop:before{content:"\f04d"}.gf_entry_wrap .fa-forward:before,.gform-settings__wrapper .fa-forward:before,.gform_wrapper .fa-forward:before,.gforms_edit_form .fa-forward:before,.gforms_form_settings_wrap .fa-forward:before,.gforms_help .fa-forward:before{content:"\f04e"}.gf_entry_wrap .fa-fast-forward:before,.gform-settings__wrapper .fa-fast-forward:before,.gform_wrapper .fa-fast-forward:before,.gforms_edit_form .fa-fast-forward:before,.gforms_form_settings_wrap .fa-fast-forward:before,.gforms_help .fa-fast-forward:before{content:"\f050"}.gf_entry_wrap .fa-step-forward:before,.gform-settings__wrapper .fa-step-forward:before,.gform_wrapper .fa-step-forward:before,.gforms_edit_form .fa-step-forward:before,.gforms_form_settings_wrap .fa-step-forward:before,.gforms_help .fa-step-forward:before{content:"\f051"}.gf_entry_wrap .fa-eject:before,.gform-settings__wrapper .fa-eject:before,.gform_wrapper .fa-eject:before,.gforms_edit_form .fa-eject:before,.gforms_form_settings_wrap .fa-eject:before,.gforms_help .fa-eject:before{content:"\f052"}.gf_entry_wrap .fa-chevron-left:before,.gform-settings__wrapper .fa-chevron-left:before,.gform_wrapper .fa-chevron-left:before,.gforms_edit_form .fa-chevron-left:before,.gforms_form_settings_wrap .fa-chevron-left:before,.gforms_help .fa-chevron-left:before{content:"\f053"}.gf_entry_wrap .fa-chevron-right:before,.gform-settings__wrapper .fa-chevron-right:before,.gform_wrapper .fa-chevron-right:before,.gforms_edit_form .fa-chevron-right:before,.gforms_form_settings_wrap .fa-chevron-right:before,.gforms_help .fa-chevron-right:before{content:"\f054"}.gf_entry_wrap .fa-plus-circle:before,.gform-settings__wrapper .fa-plus-circle:before,.gform_wrapper .fa-plus-circle:before,.gforms_edit_form .fa-plus-circle:before,.gforms_form_settings_wrap .fa-plus-circle:before,.gforms_help .fa-plus-circle:before{content:"\f055"}.gf_entry_wrap .fa-minus-circle:before,.gform-settings__wrapper .fa-minus-circle:before,.gform_wrapper .fa-minus-circle:before,.gforms_edit_form .fa-minus-circle:before,.gforms_form_settings_wrap .fa-minus-circle:before,.gforms_help .fa-minus-circle:before{content:"\f056"}.gf_entry_wrap .fa-times-circle:before,.gform-settings__wrapper .fa-times-circle:before,.gform_wrapper .fa-times-circle:before,.gforms_edit_form .fa-times-circle:before,.gforms_form_settings_wrap .fa-times-circle:before,.gforms_help .fa-times-circle:before{content:"\f057"}.gf_entry_wrap .fa-check-circle:before,.gform-settings__wrapper .fa-check-circle:before,.gform_wrapper .fa-check-circle:before,.gforms_edit_form .fa-check-circle:before,.gforms_form_settings_wrap .fa-check-circle:before,.gforms_help .fa-check-circle:before{content:"\f058"}.gf_entry_wrap .fa-question-circle:before,.gform-settings__wrapper .fa-question-circle:before,.gform_wrapper .fa-question-circle:before,.gforms_edit_form .fa-question-circle:before,.gforms_form_settings_wrap .fa-question-circle:before,.gforms_help .fa-question-circle:before{content:"\f059"}.gf_entry_wrap .fa-info-circle:before,.gform-settings__wrapper .fa-info-circle:before,.gform_wrapper .fa-info-circle:before,.gforms_edit_form .fa-info-circle:before,.gforms_form_settings_wrap .fa-info-circle:before,.gforms_help .fa-info-circle:before{content:"\f05a"}.gf_entry_wrap .fa-crosshairs:before,.gform-settings__wrapper .fa-crosshairs:before,.gform_wrapper .fa-crosshairs:before,.gforms_edit_form .fa-crosshairs:before,.gforms_form_settings_wrap .fa-crosshairs:before,.gforms_help .fa-crosshairs:before{content:"\f05b"}.gf_entry_wrap .fa-times-circle-o:before,.gform-settings__wrapper .fa-times-circle-o:before,.gform_wrapper .fa-times-circle-o:before,.gforms_edit_form .fa-times-circle-o:before,.gforms_form_settings_wrap .fa-times-circle-o:before,.gforms_help .fa-times-circle-o:before{content:"\f05c"}.gf_entry_wrap .fa-check-circle-o:before,.gform-settings__wrapper .fa-check-circle-o:before,.gform_wrapper .fa-check-circle-o:before,.gforms_edit_form .fa-check-circle-o:before,.gforms_form_settings_wrap .fa-check-circle-o:before,.gforms_help .fa-check-circle-o:before{content:"\f05d"}.gf_entry_wrap .fa-ban:before,.gform-settings__wrapper .fa-ban:before,.gform_wrapper .fa-ban:before,.gforms_edit_form .fa-ban:before,.gforms_form_settings_wrap .fa-ban:before,.gforms_help .fa-ban:before{content:"\f05e"}.gf_entry_wrap .fa-arrow-left:before,.gform-settings__wrapper .fa-arrow-left:before,.gform_wrapper .fa-arrow-left:before,.gforms_edit_form .fa-arrow-left:before,.gforms_form_settings_wrap .fa-arrow-left:before,.gforms_help .fa-arrow-left:before{content:"\f060"}.gf_entry_wrap .fa-arrow-right:before,.gform-settings__wrapper .fa-arrow-right:before,.gform_wrapper .fa-arrow-right:before,.gforms_edit_form .fa-arrow-right:before,.gforms_form_settings_wrap .fa-arrow-right:before,.gforms_help .fa-arrow-right:before{content:"\f061"}.gf_entry_wrap .fa-arrow-up:before,.gform-settings__wrapper .fa-arrow-up:before,.gform_wrapper .fa-arrow-up:before,.gforms_edit_form .fa-arrow-up:before,.gforms_form_settings_wrap .fa-arrow-up:before,.gforms_help .fa-arrow-up:before{content:"\f062"}.gf_entry_wrap .fa-arrow-down:before,.gform-settings__wrapper .fa-arrow-down:before,.gform_wrapper .fa-arrow-down:before,.gforms_edit_form .fa-arrow-down:before,.gforms_form_settings_wrap .fa-arrow-down:before,.gforms_help .fa-arrow-down:before{content:"\f063"}.gf_entry_wrap .fa-mail-forward:before,.gf_entry_wrap .fa-share:before,.gform-settings__wrapper .fa-mail-forward:before,.gform-settings__wrapper .fa-share:before,.gform_wrapper .fa-mail-forward:before,.gform_wrapper .fa-share:before,.gforms_edit_form .fa-mail-forward:before,.gforms_edit_form .fa-share:before,.gforms_form_settings_wrap .fa-mail-forward:before,.gforms_form_settings_wrap .fa-share:before,.gforms_help .fa-mail-forward:before,.gforms_help .fa-share:before{content:"\f064"}.gf_entry_wrap .fa-expand:before,.gform-settings__wrapper .fa-expand:before,.gform_wrapper .fa-expand:before,.gforms_edit_form .fa-expand:before,.gforms_form_settings_wrap .fa-expand:before,.gforms_help .fa-expand:before{content:"\f065"}.gf_entry_wrap .fa-compress:before,.gform-settings__wrapper .fa-compress:before,.gform_wrapper .fa-compress:before,.gforms_edit_form .fa-compress:before,.gforms_form_settings_wrap .fa-compress:before,.gforms_help .fa-compress:before{content:"\f066"}.gf_entry_wrap .fa-plus:before,.gform-settings__wrapper .fa-plus:before,.gform_wrapper .fa-plus:before,.gforms_edit_form .fa-plus:before,.gforms_form_settings_wrap .fa-plus:before,.gforms_help .fa-plus:before{content:"\f067"}.gf_entry_wrap .fa-minus:before,.gform-settings__wrapper .fa-minus:before,.gform_wrapper .fa-minus:before,.gforms_edit_form .fa-minus:before,.gforms_form_settings_wrap .fa-minus:before,.gforms_help .fa-minus:before{content:"\f068"}.gf_entry_wrap .fa-asterisk:before,.gform-settings__wrapper .fa-asterisk:before,.gform_wrapper .fa-asterisk:before,.gforms_edit_form .fa-asterisk:before,.gforms_form_settings_wrap .fa-asterisk:before,.gforms_help .fa-asterisk:before{content:"\f069"}.gf_entry_wrap .fa-exclamation-circle:before,.gform-settings__wrapper .fa-exclamation-circle:before,.gform_wrapper .fa-exclamation-circle:before,.gforms_edit_form .fa-exclamation-circle:before,.gforms_form_settings_wrap .fa-exclamation-circle:before,.gforms_help .fa-exclamation-circle:before{content:"\f06a"}.gf_entry_wrap .fa-gift:before,.gform-settings__wrapper .fa-gift:before,.gform_wrapper .fa-gift:before,.gforms_edit_form .fa-gift:before,.gforms_form_settings_wrap .fa-gift:before,.gforms_help .fa-gift:before{content:"\f06b"}.gf_entry_wrap .fa-leaf:before,.gform-settings__wrapper .fa-leaf:before,.gform_wrapper .fa-leaf:before,.gforms_edit_form .fa-leaf:before,.gforms_form_settings_wrap .fa-leaf:before,.gforms_help .fa-leaf:before{content:"\f06c"}.gf_entry_wrap .fa-fire:before,.gform-settings__wrapper .fa-fire:before,.gform_wrapper .fa-fire:before,.gforms_edit_form .fa-fire:before,.gforms_form_settings_wrap .fa-fire:before,.gforms_help .fa-fire:before{content:"\f06d"}.gf_entry_wrap .fa-eye:before,.gform-settings__wrapper .fa-eye:before,.gform_wrapper .fa-eye:before,.gforms_edit_form .fa-eye:before,.gforms_form_settings_wrap .fa-eye:before,.gforms_help .fa-eye:before{content:"\f06e"}.gf_entry_wrap .fa-eye-slash:before,.gform-settings__wrapper .fa-eye-slash:before,.gform_wrapper .fa-eye-slash:before,.gforms_edit_form .fa-eye-slash:before,.gforms_form_settings_wrap .fa-eye-slash:before,.gforms_help .fa-eye-slash:before{content:"\f070"}.gf_entry_wrap .fa-exclamation-triangle:before,.gf_entry_wrap .fa-warning:before,.gform-settings__wrapper .fa-exclamation-triangle:before,.gform-settings__wrapper .fa-warning:before,.gform_wrapper .fa-exclamation-triangle:before,.gform_wrapper .fa-warning:before,.gforms_edit_form .fa-exclamation-triangle:before,.gforms_edit_form .fa-warning:before,.gforms_form_settings_wrap .fa-exclamation-triangle:before,.gforms_form_settings_wrap .fa-warning:before,.gforms_help .fa-exclamation-triangle:before,.gforms_help .fa-warning:before{content:"\f071"}.gf_entry_wrap .fa-plane:before,.gform-settings__wrapper .fa-plane:before,.gform_wrapper .fa-plane:before,.gforms_edit_form .fa-plane:before,.gforms_form_settings_wrap .fa-plane:before,.gforms_help .fa-plane:before{content:"\f072"}.gf_entry_wrap .fa-calendar:before,.gform-settings__wrapper .fa-calendar:before,.gform_wrapper .fa-calendar:before,.gforms_edit_form .fa-calendar:before,.gforms_form_settings_wrap .fa-calendar:before,.gforms_help .fa-calendar:before{content:"\f073"}.gf_entry_wrap .fa-random:before,.gform-settings__wrapper .fa-random:before,.gform_wrapper .fa-random:before,.gforms_edit_form .fa-random:before,.gforms_form_settings_wrap .fa-random:before,.gforms_help .fa-random:before{content:"\f074"}.gf_entry_wrap .fa-comment:before,.gform-settings__wrapper .fa-comment:before,.gform_wrapper .fa-comment:before,.gforms_edit_form .fa-comment:before,.gforms_form_settings_wrap .fa-comment:before,.gforms_help .fa-comment:before{content:"\f075"}.gf_entry_wrap .fa-magnet:before,.gform-settings__wrapper .fa-magnet:before,.gform_wrapper .fa-magnet:before,.gforms_edit_form .fa-magnet:before,.gforms_form_settings_wrap .fa-magnet:before,.gforms_help .fa-magnet:before{content:"\f076"}.gf_entry_wrap .fa-chevron-up:before,.gform-settings__wrapper .fa-chevron-up:before,.gform_wrapper .fa-chevron-up:before,.gforms_edit_form .fa-chevron-up:before,.gforms_form_settings_wrap .fa-chevron-up:before,.gforms_help .fa-chevron-up:before{content:"\f077"}.gf_entry_wrap .fa-chevron-down:before,.gform-settings__wrapper .fa-chevron-down:before,.gform_wrapper .fa-chevron-down:before,.gforms_edit_form .fa-chevron-down:before,.gforms_form_settings_wrap .fa-chevron-down:before,.gforms_help .fa-chevron-down:before{content:"\f078"}.gf_entry_wrap .fa-retweet:before,.gform-settings__wrapper .fa-retweet:before,.gform_wrapper .fa-retweet:before,.gforms_edit_form .fa-retweet:before,.gforms_form_settings_wrap .fa-retweet:before,.gforms_help .fa-retweet:before{content:"\f079"}.gf_entry_wrap .fa-shopping-cart:before,.gform-settings__wrapper .fa-shopping-cart:before,.gform_wrapper .fa-shopping-cart:before,.gforms_edit_form .fa-shopping-cart:before,.gforms_form_settings_wrap .fa-shopping-cart:before,.gforms_help .fa-shopping-cart:before{content:"\f07a"}.gf_entry_wrap .fa-folder:before,.gform-settings__wrapper .fa-folder:before,.gform_wrapper .fa-folder:before,.gforms_edit_form .fa-folder:before,.gforms_form_settings_wrap .fa-folder:before,.gforms_help .fa-folder:before{content:"\f07b"}.gf_entry_wrap .fa-folder-open:before,.gform-settings__wrapper .fa-folder-open:before,.gform_wrapper .fa-folder-open:before,.gforms_edit_form .fa-folder-open:before,.gforms_form_settings_wrap .fa-folder-open:before,.gforms_help .fa-folder-open:before{content:"\f07c"}.gf_entry_wrap .fa-arrows-v:before,.gform-settings__wrapper .fa-arrows-v:before,.gform_wrapper .fa-arrows-v:before,.gforms_edit_form .fa-arrows-v:before,.gforms_form_settings_wrap .fa-arrows-v:before,.gforms_help .fa-arrows-v:before{content:"\f07d"}.gf_entry_wrap .fa-arrows-h:before,.gform-settings__wrapper .fa-arrows-h:before,.gform_wrapper .fa-arrows-h:before,.gforms_edit_form .fa-arrows-h:before,.gforms_form_settings_wrap .fa-arrows-h:before,.gforms_help .fa-arrows-h:before{content:"\f07e"}.gf_entry_wrap .fa-bar-chart-o:before,.gf_entry_wrap .fa-bar-chart:before,.gform-settings__wrapper .fa-bar-chart-o:before,.gform-settings__wrapper .fa-bar-chart:before,.gform_wrapper .fa-bar-chart-o:before,.gform_wrapper .fa-bar-chart:before,.gforms_edit_form .fa-bar-chart-o:before,.gforms_edit_form .fa-bar-chart:before,.gforms_form_settings_wrap .fa-bar-chart-o:before,.gforms_form_settings_wrap .fa-bar-chart:before,.gforms_help .fa-bar-chart-o:before,.gforms_help .fa-bar-chart:before{content:"\f080"}.gf_entry_wrap .fa-twitter-square:before,.gform-settings__wrapper .fa-twitter-square:before,.gform_wrapper .fa-twitter-square:before,.gforms_edit_form .fa-twitter-square:before,.gforms_form_settings_wrap .fa-twitter-square:before,.gforms_help .fa-twitter-square:before{content:"\f081"}.gf_entry_wrap .fa-facebook-square:before,.gform-settings__wrapper .fa-facebook-square:before,.gform_wrapper .fa-facebook-square:before,.gforms_edit_form .fa-facebook-square:before,.gforms_form_settings_wrap .fa-facebook-square:before,.gforms_help .fa-facebook-square:before{content:"\f082"}.gf_entry_wrap .fa-camera-retro:before,.gform-settings__wrapper .fa-camera-retro:before,.gform_wrapper .fa-camera-retro:before,.gforms_edit_form .fa-camera-retro:before,.gforms_form_settings_wrap .fa-camera-retro:before,.gforms_help .fa-camera-retro:before{content:"\f083"}.gf_entry_wrap .fa-key:before,.gform-settings__wrapper .fa-key:before,.gform_wrapper .fa-key:before,.gforms_edit_form .fa-key:before,.gforms_form_settings_wrap .fa-key:before,.gforms_help .fa-key:before{content:"\f084"}.gf_entry_wrap .fa-cogs:before,.gf_entry_wrap .fa-gears:before,.gform-settings__wrapper .fa-cogs:before,.gform-settings__wrapper .fa-gears:before,.gform_wrapper .fa-cogs:before,.gform_wrapper .fa-gears:before,.gforms_edit_form .fa-cogs:before,.gforms_edit_form .fa-gears:before,.gforms_form_settings_wrap .fa-cogs:before,.gforms_form_settings_wrap .fa-gears:before,.gforms_help .fa-cogs:before,.gforms_help .fa-gears:before{content:"\f085"}.gf_entry_wrap .fa-comments:before,.gform-settings__wrapper .fa-comments:before,.gform_wrapper .fa-comments:before,.gforms_edit_form .fa-comments:before,.gforms_form_settings_wrap .fa-comments:before,.gforms_help .fa-comments:before{content:"\f086"}.gf_entry_wrap .fa-thumbs-o-up:before,.gform-settings__wrapper .fa-thumbs-o-up:before,.gform_wrapper .fa-thumbs-o-up:before,.gforms_edit_form .fa-thumbs-o-up:before,.gforms_form_settings_wrap .fa-thumbs-o-up:before,.gforms_help .fa-thumbs-o-up:before{content:"\f087"}.gf_entry_wrap .fa-thumbs-o-down:before,.gform-settings__wrapper .fa-thumbs-o-down:before,.gform_wrapper .fa-thumbs-o-down:before,.gforms_edit_form .fa-thumbs-o-down:before,.gforms_form_settings_wrap .fa-thumbs-o-down:before,.gforms_help .fa-thumbs-o-down:before{content:"\f088"}.gf_entry_wrap .fa-star-half:before,.gform-settings__wrapper .fa-star-half:before,.gform_wrapper .fa-star-half:before,.gforms_edit_form .fa-star-half:before,.gforms_form_settings_wrap .fa-star-half:before,.gforms_help .fa-star-half:before{content:"\f089"}.gf_entry_wrap .fa-heart-o:before,.gform-settings__wrapper .fa-heart-o:before,.gform_wrapper .fa-heart-o:before,.gforms_edit_form .fa-heart-o:before,.gforms_form_settings_wrap .fa-heart-o:before,.gforms_help .fa-heart-o:before{content:"\f08a"}.gf_entry_wrap .fa-sign-out:before,.gform-settings__wrapper .fa-sign-out:before,.gform_wrapper .fa-sign-out:before,.gforms_edit_form .fa-sign-out:before,.gforms_form_settings_wrap .fa-sign-out:before,.gforms_help .fa-sign-out:before{content:"\f08b"}.gf_entry_wrap .fa-linkedin-square:before,.gform-settings__wrapper .fa-linkedin-square:before,.gform_wrapper .fa-linkedin-square:before,.gforms_edit_form .fa-linkedin-square:before,.gforms_form_settings_wrap .fa-linkedin-square:before,.gforms_help .fa-linkedin-square:before{content:"\f08c"}.gf_entry_wrap .fa-thumb-tack:before,.gform-settings__wrapper .fa-thumb-tack:before,.gform_wrapper .fa-thumb-tack:before,.gforms_edit_form .fa-thumb-tack:before,.gforms_form_settings_wrap .fa-thumb-tack:before,.gforms_help .fa-thumb-tack:before{content:"\f08d"}.gf_entry_wrap .fa-external-link:before,.gform-settings__wrapper .fa-external-link:before,.gform_wrapper .fa-external-link:before,.gforms_edit_form .fa-external-link:before,.gforms_form_settings_wrap .fa-external-link:before,.gforms_help .fa-external-link:before{content:"\f08e"}.gf_entry_wrap .fa-sign-in:before,.gform-settings__wrapper .fa-sign-in:before,.gform_wrapper .fa-sign-in:before,.gforms_edit_form .fa-sign-in:before,.gforms_form_settings_wrap .fa-sign-in:before,.gforms_help .fa-sign-in:before{content:"\f090"}.gf_entry_wrap .fa-trophy:before,.gform-settings__wrapper .fa-trophy:before,.gform_wrapper .fa-trophy:before,.gforms_edit_form .fa-trophy:before,.gforms_form_settings_wrap .fa-trophy:before,.gforms_help .fa-trophy:before{content:"\f091"}.gf_entry_wrap .fa-github-square:before,.gform-settings__wrapper .fa-github-square:before,.gform_wrapper .fa-github-square:before,.gforms_edit_form .fa-github-square:before,.gforms_form_settings_wrap .fa-github-square:before,.gforms_help .fa-github-square:before{content:"\f092"}.gf_entry_wrap .fa-upload:before,.gform-settings__wrapper .fa-upload:before,.gform_wrapper .fa-upload:before,.gforms_edit_form .fa-upload:before,.gforms_form_settings_wrap .fa-upload:before,.gforms_help .fa-upload:before{content:"\f093"}.gf_entry_wrap .fa-lemon-o:before,.gform-settings__wrapper .fa-lemon-o:before,.gform_wrapper .fa-lemon-o:before,.gforms_edit_form .fa-lemon-o:before,.gforms_form_settings_wrap .fa-lemon-o:before,.gforms_help .fa-lemon-o:before{content:"\f094"}.gf_entry_wrap .fa-phone:before,.gform-settings__wrapper .fa-phone:before,.gform_wrapper .fa-phone:before,.gforms_edit_form .fa-phone:before,.gforms_form_settings_wrap .fa-phone:before,.gforms_help .fa-phone:before{content:"\f095"}.gf_entry_wrap .fa-square-o:before,.gform-settings__wrapper .fa-square-o:before,.gform_wrapper .fa-square-o:before,.gforms_edit_form .fa-square-o:before,.gforms_form_settings_wrap .fa-square-o:before,.gforms_help .fa-square-o:before{content:"\f096"}.gf_entry_wrap .fa-bookmark-o:before,.gform-settings__wrapper .fa-bookmark-o:before,.gform_wrapper .fa-bookmark-o:before,.gforms_edit_form .fa-bookmark-o:before,.gforms_form_settings_wrap .fa-bookmark-o:before,.gforms_help .fa-bookmark-o:before{content:"\f097"}.gf_entry_wrap .fa-phone-square:before,.gform-settings__wrapper .fa-phone-square:before,.gform_wrapper .fa-phone-square:before,.gforms_edit_form .fa-phone-square:before,.gforms_form_settings_wrap .fa-phone-square:before,.gforms_help .fa-phone-square:before{content:"\f098"}.gf_entry_wrap .fa-twitter:before,.gform-settings__wrapper .fa-twitter:before,.gform_wrapper .fa-twitter:before,.gforms_edit_form .fa-twitter:before,.gforms_form_settings_wrap .fa-twitter:before,.gforms_help .fa-twitter:before{content:"\f099"}.gf_entry_wrap .fa-facebook-f:before,.gf_entry_wrap .fa-facebook:before,.gform-settings__wrapper .fa-facebook-f:before,.gform-settings__wrapper .fa-facebook:before,.gform_wrapper .fa-facebook-f:before,.gform_wrapper .fa-facebook:before,.gforms_edit_form .fa-facebook-f:before,.gforms_edit_form .fa-facebook:before,.gforms_form_settings_wrap .fa-facebook-f:before,.gforms_form_settings_wrap .fa-facebook:before,.gforms_help .fa-facebook-f:before,.gforms_help .fa-facebook:before{content:"\f09a"}.gf_entry_wrap .fa-github:before,.gform-settings__wrapper .fa-github:before,.gform_wrapper .fa-github:before,.gforms_edit_form .fa-github:before,.gforms_form_settings_wrap .fa-github:before,.gforms_help .fa-github:before{content:"\f09b"}.gf_entry_wrap .fa-unlock:before,.gform-settings__wrapper .fa-unlock:before,.gform_wrapper .fa-unlock:before,.gforms_edit_form .fa-unlock:before,.gforms_form_settings_wrap .fa-unlock:before,.gforms_help .fa-unlock:before{content:"\f09c"}.gf_entry_wrap .fa-credit-card:before,.gform-settings__wrapper .fa-credit-card:before,.gform_wrapper .fa-credit-card:before,.gforms_edit_form .fa-credit-card:before,.gforms_form_settings_wrap .fa-credit-card:before,.gforms_help .fa-credit-card:before{content:"\f09d"}.gf_entry_wrap .fa-feed:before,.gf_entry_wrap .fa-rss:before,.gform-settings__wrapper .fa-feed:before,.gform-settings__wrapper .fa-rss:before,.gform_wrapper .fa-feed:before,.gform_wrapper .fa-rss:before,.gforms_edit_form .fa-feed:before,.gforms_edit_form .fa-rss:before,.gforms_form_settings_wrap .fa-feed:before,.gforms_form_settings_wrap .fa-rss:before,.gforms_help .fa-feed:before,.gforms_help .fa-rss:before{content:"\f09e"}.gf_entry_wrap .fa-hdd-o:before,.gform-settings__wrapper .fa-hdd-o:before,.gform_wrapper .fa-hdd-o:before,.gforms_edit_form .fa-hdd-o:before,.gforms_form_settings_wrap .fa-hdd-o:before,.gforms_help .fa-hdd-o:before{content:"\f0a0"}.gf_entry_wrap .fa-bullhorn:before,.gform-settings__wrapper .fa-bullhorn:before,.gform_wrapper .fa-bullhorn:before,.gforms_edit_form .fa-bullhorn:before,.gforms_form_settings_wrap .fa-bullhorn:before,.gforms_help .fa-bullhorn:before{content:"\f0a1"}.gf_entry_wrap .fa-bell:before,.gform-settings__wrapper .fa-bell:before,.gform_wrapper .fa-bell:before,.gforms_edit_form .fa-bell:before,.gforms_form_settings_wrap .fa-bell:before,.gforms_help .fa-bell:before{content:"\f0f3"}.gf_entry_wrap .fa-certificate:before,.gform-settings__wrapper .fa-certificate:before,.gform_wrapper .fa-certificate:before,.gforms_edit_form .fa-certificate:before,.gforms_form_settings_wrap .fa-certificate:before,.gforms_help .fa-certificate:before{content:"\f0a3"}.gf_entry_wrap .fa-hand-o-right:before,.gform-settings__wrapper .fa-hand-o-right:before,.gform_wrapper .fa-hand-o-right:before,.gforms_edit_form .fa-hand-o-right:before,.gforms_form_settings_wrap .fa-hand-o-right:before,.gforms_help .fa-hand-o-right:before{content:"\f0a4"}.gf_entry_wrap .fa-hand-o-left:before,.gform-settings__wrapper .fa-hand-o-left:before,.gform_wrapper .fa-hand-o-left:before,.gforms_edit_form .fa-hand-o-left:before,.gforms_form_settings_wrap .fa-hand-o-left:before,.gforms_help .fa-hand-o-left:before{content:"\f0a5"}.gf_entry_wrap .fa-hand-o-up:before,.gform-settings__wrapper .fa-hand-o-up:before,.gform_wrapper .fa-hand-o-up:before,.gforms_edit_form .fa-hand-o-up:before,.gforms_form_settings_wrap .fa-hand-o-up:before,.gforms_help .fa-hand-o-up:before{content:"\f0a6"}.gf_entry_wrap .fa-hand-o-down:before,.gform-settings__wrapper .fa-hand-o-down:before,.gform_wrapper .fa-hand-o-down:before,.gforms_edit_form .fa-hand-o-down:before,.gforms_form_settings_wrap .fa-hand-o-down:before,.gforms_help .fa-hand-o-down:before{content:"\f0a7"}.gf_entry_wrap .fa-arrow-circle-left:before,.gform-settings__wrapper .fa-arrow-circle-left:before,.gform_wrapper .fa-arrow-circle-left:before,.gforms_edit_form .fa-arrow-circle-left:before,.gforms_form_settings_wrap .fa-arrow-circle-left:before,.gforms_help .fa-arrow-circle-left:before{content:"\f0a8"}.gf_entry_wrap .fa-arrow-circle-right:before,.gform-settings__wrapper .fa-arrow-circle-right:before,.gform_wrapper .fa-arrow-circle-right:before,.gforms_edit_form .fa-arrow-circle-right:before,.gforms_form_settings_wrap .fa-arrow-circle-right:before,.gforms_help .fa-arrow-circle-right:before{content:"\f0a9"}.gf_entry_wrap .fa-arrow-circle-up:before,.gform-settings__wrapper .fa-arrow-circle-up:before,.gform_wrapper .fa-arrow-circle-up:before,.gforms_edit_form .fa-arrow-circle-up:before,.gforms_form_settings_wrap .fa-arrow-circle-up:before,.gforms_help .fa-arrow-circle-up:before{content:"\f0aa"}.gf_entry_wrap .fa-arrow-circle-down:before,.gform-settings__wrapper .fa-arrow-circle-down:before,.gform_wrapper .fa-arrow-circle-down:before,.gforms_edit_form .fa-arrow-circle-down:before,.gforms_form_settings_wrap .fa-arrow-circle-down:before,.gforms_help .fa-arrow-circle-down:before{content:"\f0ab"}.gf_entry_wrap .fa-globe:before,.gform-settings__wrapper .fa-globe:before,.gform_wrapper .fa-globe:before,.gforms_edit_form .fa-globe:before,.gforms_form_settings_wrap .fa-globe:before,.gforms_help .fa-globe:before{content:"\f0ac"}.gf_entry_wrap .fa-wrench:before,.gform-settings__wrapper .fa-wrench:before,.gform_wrapper .fa-wrench:before,.gforms_edit_form .fa-wrench:before,.gforms_form_settings_wrap .fa-wrench:before,.gforms_help .fa-wrench:before{content:"\f0ad"}.gf_entry_wrap .fa-tasks:before,.gform-settings__wrapper .fa-tasks:before,.gform_wrapper .fa-tasks:before,.gforms_edit_form .fa-tasks:before,.gforms_form_settings_wrap .fa-tasks:before,.gforms_help .fa-tasks:before{content:"\f0ae"}.gf_entry_wrap .fa-filter:before,.gform-settings__wrapper .fa-filter:before,.gform_wrapper .fa-filter:before,.gforms_edit_form .fa-filter:before,.gforms_form_settings_wrap .fa-filter:before,.gforms_help .fa-filter:before{content:"\f0b0"}.gf_entry_wrap .fa-briefcase:before,.gform-settings__wrapper .fa-briefcase:before,.gform_wrapper .fa-briefcase:before,.gforms_edit_form .fa-briefcase:before,.gforms_form_settings_wrap .fa-briefcase:before,.gforms_help .fa-briefcase:before{content:"\f0b1"}.gf_entry_wrap .fa-arrows-alt:before,.gform-settings__wrapper .fa-arrows-alt:before,.gform_wrapper .fa-arrows-alt:before,.gforms_edit_form .fa-arrows-alt:before,.gforms_form_settings_wrap .fa-arrows-alt:before,.gforms_help .fa-arrows-alt:before{content:"\f0b2"}.gf_entry_wrap .fa-group:before,.gf_entry_wrap .fa-users:before,.gform-settings__wrapper .fa-group:before,.gform-settings__wrapper .fa-users:before,.gform_wrapper .fa-group:before,.gform_wrapper .fa-users:before,.gforms_edit_form .fa-group:before,.gforms_edit_form .fa-users:before,.gforms_form_settings_wrap .fa-group:before,.gforms_form_settings_wrap .fa-users:before,.gforms_help .fa-group:before,.gforms_help .fa-users:before{content:"\f0c0"}.gf_entry_wrap .fa-chain:before,.gf_entry_wrap .fa-link:before,.gform-settings__wrapper .fa-chain:before,.gform-settings__wrapper .fa-link:before,.gform_wrapper .fa-chain:before,.gform_wrapper .fa-link:before,.gforms_edit_form .fa-chain:before,.gforms_edit_form .fa-link:before,.gforms_form_settings_wrap .fa-chain:before,.gforms_form_settings_wrap .fa-link:before,.gforms_help .fa-chain:before,.gforms_help .fa-link:before{content:"\f0c1"}.gf_entry_wrap .fa-cloud:before,.gform-settings__wrapper .fa-cloud:before,.gform_wrapper .fa-cloud:before,.gforms_edit_form .fa-cloud:before,.gforms_form_settings_wrap .fa-cloud:before,.gforms_help .fa-cloud:before{content:"\f0c2"}.gf_entry_wrap .fa-flask:before,.gform-settings__wrapper .fa-flask:before,.gform_wrapper .fa-flask:before,.gforms_edit_form .fa-flask:before,.gforms_form_settings_wrap .fa-flask:before,.gforms_help .fa-flask:before{content:"\f0c3"}.gf_entry_wrap .fa-cut:before,.gf_entry_wrap .fa-scissors:before,.gform-settings__wrapper .fa-cut:before,.gform-settings__wrapper .fa-scissors:before,.gform_wrapper .fa-cut:before,.gform_wrapper .fa-scissors:before,.gforms_edit_form .fa-cut:before,.gforms_edit_form .fa-scissors:before,.gforms_form_settings_wrap .fa-cut:before,.gforms_form_settings_wrap .fa-scissors:before,.gforms_help .fa-cut:before,.gforms_help .fa-scissors:before{content:"\f0c4"}.gf_entry_wrap .fa-copy:before,.gf_entry_wrap .fa-files-o:before,.gform-settings__wrapper .fa-copy:before,.gform-settings__wrapper .fa-files-o:before,.gform_wrapper .fa-copy:before,.gform_wrapper .fa-files-o:before,.gforms_edit_form .fa-copy:before,.gforms_edit_form .fa-files-o:before,.gforms_form_settings_wrap .fa-copy:before,.gforms_form_settings_wrap .fa-files-o:before,.gforms_help .fa-copy:before,.gforms_help .fa-files-o:before{content:"\f0c5"}.gf_entry_wrap .fa-paperclip:before,.gform-settings__wrapper .fa-paperclip:before,.gform_wrapper .fa-paperclip:before,.gforms_edit_form .fa-paperclip:before,.gforms_form_settings_wrap .fa-paperclip:before,.gforms_help .fa-paperclip:before{content:"\f0c6"}.gf_entry_wrap .fa-floppy-o:before,.gf_entry_wrap .fa-save:before,.gform-settings__wrapper .fa-floppy-o:before,.gform-settings__wrapper .fa-save:before,.gform_wrapper .fa-floppy-o:before,.gform_wrapper .fa-save:before,.gforms_edit_form .fa-floppy-o:before,.gforms_edit_form .fa-save:before,.gforms_form_settings_wrap .fa-floppy-o:before,.gforms_form_settings_wrap .fa-save:before,.gforms_help .fa-floppy-o:before,.gforms_help .fa-save:before{content:"\f0c7"}.gf_entry_wrap .fa-square:before,.gform-settings__wrapper .fa-square:before,.gform_wrapper .fa-square:before,.gforms_edit_form .fa-square:before,.gforms_form_settings_wrap .fa-square:before,.gforms_help .fa-square:before{content:"\f0c8"}.gf_entry_wrap .fa-bars:before,.gf_entry_wrap .fa-navicon:before,.gf_entry_wrap .fa-reorder:before,.gform-settings__wrapper .fa-bars:before,.gform-settings__wrapper .fa-navicon:before,.gform-settings__wrapper .fa-reorder:before,.gform_wrapper .fa-bars:before,.gform_wrapper .fa-navicon:before,.gform_wrapper .fa-reorder:before,.gforms_edit_form .fa-bars:before,.gforms_edit_form .fa-navicon:before,.gforms_edit_form .fa-reorder:before,.gforms_form_settings_wrap .fa-bars:before,.gforms_form_settings_wrap .fa-navicon:before,.gforms_form_settings_wrap .fa-reorder:before,.gforms_help .fa-bars:before,.gforms_help .fa-navicon:before,.gforms_help .fa-reorder:before{content:"\f0c9"}.gf_entry_wrap .fa-list-ul:before,.gform-settings__wrapper .fa-list-ul:before,.gform_wrapper .fa-list-ul:before,.gforms_edit_form .fa-list-ul:before,.gforms_form_settings_wrap .fa-list-ul:before,.gforms_help .fa-list-ul:before{content:"\f0ca"}.gf_entry_wrap .fa-list-ol:before,.gform-settings__wrapper .fa-list-ol:before,.gform_wrapper .fa-list-ol:before,.gforms_edit_form .fa-list-ol:before,.gforms_form_settings_wrap .fa-list-ol:before,.gforms_help .fa-list-ol:before{content:"\f0cb"}.gf_entry_wrap .fa-strikethrough:before,.gform-settings__wrapper .fa-strikethrough:before,.gform_wrapper .fa-strikethrough:before,.gforms_edit_form .fa-strikethrough:before,.gforms_form_settings_wrap .fa-strikethrough:before,.gforms_help .fa-strikethrough:before{content:"\f0cc"}.gf_entry_wrap .fa-underline:before,.gform-settings__wrapper .fa-underline:before,.gform_wrapper .fa-underline:before,.gforms_edit_form .fa-underline:before,.gforms_form_settings_wrap .fa-underline:before,.gforms_help .fa-underline:before{content:"\f0cd"}.gf_entry_wrap .fa-table:before,.gform-settings__wrapper .fa-table:before,.gform_wrapper .fa-table:before,.gforms_edit_form .fa-table:before,.gforms_form_settings_wrap .fa-table:before,.gforms_help .fa-table:before{content:"\f0ce"}.gf_entry_wrap .fa-magic:before,.gform-settings__wrapper .fa-magic:before,.gform_wrapper .fa-magic:before,.gforms_edit_form .fa-magic:before,.gforms_form_settings_wrap .fa-magic:before,.gforms_help .fa-magic:before{content:"\f0d0"}.gf_entry_wrap .fa-truck:before,.gform-settings__wrapper .fa-truck:before,.gform_wrapper .fa-truck:before,.gforms_edit_form .fa-truck:before,.gforms_form_settings_wrap .fa-truck:before,.gforms_help .fa-truck:before{content:"\f0d1"}.gf_entry_wrap .fa-pinterest:before,.gform-settings__wrapper .fa-pinterest:before,.gform_wrapper .fa-pinterest:before,.gforms_edit_form .fa-pinterest:before,.gforms_form_settings_wrap .fa-pinterest:before,.gforms_help .fa-pinterest:before{content:"\f0d2"}.gf_entry_wrap .fa-pinterest-square:before,.gform-settings__wrapper .fa-pinterest-square:before,.gform_wrapper .fa-pinterest-square:before,.gforms_edit_form .fa-pinterest-square:before,.gforms_form_settings_wrap .fa-pinterest-square:before,.gforms_help .fa-pinterest-square:before{content:"\f0d3"}.gf_entry_wrap .fa-google-plus-square:before,.gform-settings__wrapper .fa-google-plus-square:before,.gform_wrapper .fa-google-plus-square:before,.gforms_edit_form .fa-google-plus-square:before,.gforms_form_settings_wrap .fa-google-plus-square:before,.gforms_help .fa-google-plus-square:before{content:"\f0d4"}.gf_entry_wrap .fa-google-plus:before,.gform-settings__wrapper .fa-google-plus:before,.gform_wrapper .fa-google-plus:before,.gforms_edit_form .fa-google-plus:before,.gforms_form_settings_wrap .fa-google-plus:before,.gforms_help .fa-google-plus:before{content:"\f0d5"}.gf_entry_wrap .fa-money:before,.gform-settings__wrapper .fa-money:before,.gform_wrapper .fa-money:before,.gforms_edit_form .fa-money:before,.gforms_form_settings_wrap .fa-money:before,.gforms_help .fa-money:before{content:"\f0d6"}.gf_entry_wrap .fa-caret-down:before,.gform-settings__wrapper .fa-caret-down:before,.gform_wrapper .fa-caret-down:before,.gforms_edit_form .fa-caret-down:before,.gforms_form_settings_wrap .fa-caret-down:before,.gforms_help .fa-caret-down:before{content:"\f0d7"}.gf_entry_wrap .fa-caret-up:before,.gform-settings__wrapper .fa-caret-up:before,.gform_wrapper .fa-caret-up:before,.gforms_edit_form .fa-caret-up:before,.gforms_form_settings_wrap .fa-caret-up:before,.gforms_help .fa-caret-up:before{content:"\f0d8"}.gf_entry_wrap .fa-caret-left:before,.gform-settings__wrapper .fa-caret-left:before,.gform_wrapper .fa-caret-left:before,.gforms_edit_form .fa-caret-left:before,.gforms_form_settings_wrap .fa-caret-left:before,.gforms_help .fa-caret-left:before{content:"\f0d9"}.gf_entry_wrap .fa-caret-right:before,.gform-settings__wrapper .fa-caret-right:before,.gform_wrapper .fa-caret-right:before,.gforms_edit_form .fa-caret-right:before,.gforms_form_settings_wrap .fa-caret-right:before,.gforms_help .fa-caret-right:before{content:"\f0da"}.gf_entry_wrap .fa-columns:before,.gform-settings__wrapper .fa-columns:before,.gform_wrapper .fa-columns:before,.gforms_edit_form .fa-columns:before,.gforms_form_settings_wrap .fa-columns:before,.gforms_help .fa-columns:before{content:"\f0db"}.gf_entry_wrap .fa-sort:before,.gf_entry_wrap .fa-unsorted:before,.gform-settings__wrapper .fa-sort:before,.gform-settings__wrapper .fa-unsorted:before,.gform_wrapper .fa-sort:before,.gform_wrapper .fa-unsorted:before,.gforms_edit_form .fa-sort:before,.gforms_edit_form .fa-unsorted:before,.gforms_form_settings_wrap .fa-sort:before,.gforms_form_settings_wrap .fa-unsorted:before,.gforms_help .fa-sort:before,.gforms_help .fa-unsorted:before{content:"\f0dc"}.gf_entry_wrap .fa-sort-desc:before,.gf_entry_wrap .fa-sort-down:before,.gform-settings__wrapper .fa-sort-desc:before,.gform-settings__wrapper .fa-sort-down:before,.gform_wrapper .fa-sort-desc:before,.gform_wrapper .fa-sort-down:before,.gforms_edit_form .fa-sort-desc:before,.gforms_edit_form .fa-sort-down:before,.gforms_form_settings_wrap .fa-sort-desc:before,.gforms_form_settings_wrap .fa-sort-down:before,.gforms_help .fa-sort-desc:before,.gforms_help .fa-sort-down:before{content:"\f0dd"}.gf_entry_wrap .fa-sort-asc:before,.gf_entry_wrap .fa-sort-up:before,.gform-settings__wrapper .fa-sort-asc:before,.gform-settings__wrapper .fa-sort-up:before,.gform_wrapper .fa-sort-asc:before,.gform_wrapper .fa-sort-up:before,.gforms_edit_form .fa-sort-asc:before,.gforms_edit_form .fa-sort-up:before,.gforms_form_settings_wrap .fa-sort-asc:before,.gforms_form_settings_wrap .fa-sort-up:before,.gforms_help .fa-sort-asc:before,.gforms_help .fa-sort-up:before{content:"\f0de"}.gf_entry_wrap .fa-envelope:before,.gform-settings__wrapper .fa-envelope:before,.gform_wrapper .fa-envelope:before,.gforms_edit_form .fa-envelope:before,.gforms_form_settings_wrap .fa-envelope:before,.gforms_help .fa-envelope:before{content:"\f0e0"}.gf_entry_wrap .fa-linkedin:before,.gform-settings__wrapper .fa-linkedin:before,.gform_wrapper .fa-linkedin:before,.gforms_edit_form .fa-linkedin:before,.gforms_form_settings_wrap .fa-linkedin:before,.gforms_help .fa-linkedin:before{content:"\f0e1"}.gf_entry_wrap .fa-rotate-left:before,.gf_entry_wrap .fa-undo:before,.gform-settings__wrapper .fa-rotate-left:before,.gform-settings__wrapper .fa-undo:before,.gform_wrapper .fa-rotate-left:before,.gform_wrapper .fa-undo:before,.gforms_edit_form .fa-rotate-left:before,.gforms_edit_form .fa-undo:before,.gforms_form_settings_wrap .fa-rotate-left:before,.gforms_form_settings_wrap .fa-undo:before,.gforms_help .fa-rotate-left:before,.gforms_help .fa-undo:before{content:"\f0e2"}.gf_entry_wrap .fa-gavel:before,.gf_entry_wrap .fa-legal:before,.gform-settings__wrapper .fa-gavel:before,.gform-settings__wrapper .fa-legal:before,.gform_wrapper .fa-gavel:before,.gform_wrapper .fa-legal:before,.gforms_edit_form .fa-gavel:before,.gforms_edit_form .fa-legal:before,.gforms_form_settings_wrap .fa-gavel:before,.gforms_form_settings_wrap .fa-legal:before,.gforms_help .fa-gavel:before,.gforms_help .fa-legal:before{content:"\f0e3"}.gf_entry_wrap .fa-dashboard:before,.gf_entry_wrap .fa-tachometer:before,.gform-settings__wrapper .fa-dashboard:before,.gform-settings__wrapper .fa-tachometer:before,.gform_wrapper .fa-dashboard:before,.gform_wrapper .fa-tachometer:before,.gforms_edit_form .fa-dashboard:before,.gforms_edit_form .fa-tachometer:before,.gforms_form_settings_wrap .fa-dashboard:before,.gforms_form_settings_wrap .fa-tachometer:before,.gforms_help .fa-dashboard:before,.gforms_help .fa-tachometer:before{content:"\f0e4"}.gf_entry_wrap .fa-comment-o:before,.gform-settings__wrapper .fa-comment-o:before,.gform_wrapper .fa-comment-o:before,.gforms_edit_form .fa-comment-o:before,.gforms_form_settings_wrap .fa-comment-o:before,.gforms_help .fa-comment-o:before{content:"\f0e5"}.gf_entry_wrap .fa-comments-o:before,.gform-settings__wrapper .fa-comments-o:before,.gform_wrapper .fa-comments-o:before,.gforms_edit_form .fa-comments-o:before,.gforms_form_settings_wrap .fa-comments-o:before,.gforms_help .fa-comments-o:before{content:"\f0e6"}.gf_entry_wrap .fa-bolt:before,.gf_entry_wrap .fa-flash:before,.gform-settings__wrapper .fa-bolt:before,.gform-settings__wrapper .fa-flash:before,.gform_wrapper .fa-bolt:before,.gform_wrapper .fa-flash:before,.gforms_edit_form .fa-bolt:before,.gforms_edit_form .fa-flash:before,.gforms_form_settings_wrap .fa-bolt:before,.gforms_form_settings_wrap .fa-flash:before,.gforms_help .fa-bolt:before,.gforms_help .fa-flash:before{content:"\f0e7"}.gf_entry_wrap .fa-sitemap:before,.gform-settings__wrapper .fa-sitemap:before,.gform_wrapper .fa-sitemap:before,.gforms_edit_form .fa-sitemap:before,.gforms_form_settings_wrap .fa-sitemap:before,.gforms_help .fa-sitemap:before{content:"\f0e8"}.gf_entry_wrap .fa-umbrella:before,.gform-settings__wrapper .fa-umbrella:before,.gform_wrapper .fa-umbrella:before,.gforms_edit_form .fa-umbrella:before,.gforms_form_settings_wrap .fa-umbrella:before,.gforms_help .fa-umbrella:before{content:"\f0e9"}.gf_entry_wrap .fa-clipboard:before,.gf_entry_wrap .fa-paste:before,.gform-settings__wrapper .fa-clipboard:before,.gform-settings__wrapper .fa-paste:before,.gform_wrapper .fa-clipboard:before,.gform_wrapper .fa-paste:before,.gforms_edit_form .fa-clipboard:before,.gforms_edit_form .fa-paste:before,.gforms_form_settings_wrap .fa-clipboard:before,.gforms_form_settings_wrap .fa-paste:before,.gforms_help .fa-clipboard:before,.gforms_help .fa-paste:before{content:"\f0ea"}.gf_entry_wrap .fa-lightbulb-o:before,.gform-settings__wrapper .fa-lightbulb-o:before,.gform_wrapper .fa-lightbulb-o:before,.gforms_edit_form .fa-lightbulb-o:before,.gforms_form_settings_wrap .fa-lightbulb-o:before,.gforms_help .fa-lightbulb-o:before{content:"\f0eb"}.gf_entry_wrap .fa-exchange:before,.gform-settings__wrapper .fa-exchange:before,.gform_wrapper .fa-exchange:before,.gforms_edit_form .fa-exchange:before,.gforms_form_settings_wrap .fa-exchange:before,.gforms_help .fa-exchange:before{content:"\f0ec"}.gf_entry_wrap .fa-cloud-download:before,.gform-settings__wrapper .fa-cloud-download:before,.gform_wrapper .fa-cloud-download:before,.gforms_edit_form .fa-cloud-download:before,.gforms_form_settings_wrap .fa-cloud-download:before,.gforms_help .fa-cloud-download:before{content:"\f0ed"}.gf_entry_wrap .fa-cloud-upload:before,.gform-settings__wrapper .fa-cloud-upload:before,.gform_wrapper .fa-cloud-upload:before,.gforms_edit_form .fa-cloud-upload:before,.gforms_form_settings_wrap .fa-cloud-upload:before,.gforms_help .fa-cloud-upload:before{content:"\f0ee"}.gf_entry_wrap .fa-user-md:before,.gform-settings__wrapper .fa-user-md:before,.gform_wrapper .fa-user-md:before,.gforms_edit_form .fa-user-md:before,.gforms_form_settings_wrap .fa-user-md:before,.gforms_help .fa-user-md:before{content:"\f0f0"}.gf_entry_wrap .fa-stethoscope:before,.gform-settings__wrapper .fa-stethoscope:before,.gform_wrapper .fa-stethoscope:before,.gforms_edit_form .fa-stethoscope:before,.gforms_form_settings_wrap .fa-stethoscope:before,.gforms_help .fa-stethoscope:before{content:"\f0f1"}.gf_entry_wrap .fa-suitcase:before,.gform-settings__wrapper .fa-suitcase:before,.gform_wrapper .fa-suitcase:before,.gforms_edit_form .fa-suitcase:before,.gforms_form_settings_wrap .fa-suitcase:before,.gforms_help .fa-suitcase:before{content:"\f0f2"}.gf_entry_wrap .fa-bell-o:before,.gform-settings__wrapper .fa-bell-o:before,.gform_wrapper .fa-bell-o:before,.gforms_edit_form .fa-bell-o:before,.gforms_form_settings_wrap .fa-bell-o:before,.gforms_help .fa-bell-o:before{content:"\f0a2"}.gf_entry_wrap .fa-coffee:before,.gform-settings__wrapper .fa-coffee:before,.gform_wrapper .fa-coffee:before,.gforms_edit_form .fa-coffee:before,.gforms_form_settings_wrap .fa-coffee:before,.gforms_help .fa-coffee:before{content:"\f0f4"}.gf_entry_wrap .fa-cutlery:before,.gform-settings__wrapper .fa-cutlery:before,.gform_wrapper .fa-cutlery:before,.gforms_edit_form .fa-cutlery:before,.gforms_form_settings_wrap .fa-cutlery:before,.gforms_help .fa-cutlery:before{content:"\f0f5"}.gf_entry_wrap .fa-file-text-o:before,.gform-settings__wrapper .fa-file-text-o:before,.gform_wrapper .fa-file-text-o:before,.gforms_edit_form .fa-file-text-o:before,.gforms_form_settings_wrap .fa-file-text-o:before,.gforms_help .fa-file-text-o:before{content:"\f0f6"}.gf_entry_wrap .fa-building-o:before,.gform-settings__wrapper .fa-building-o:before,.gform_wrapper .fa-building-o:before,.gforms_edit_form .fa-building-o:before,.gforms_form_settings_wrap .fa-building-o:before,.gforms_help .fa-building-o:before{content:"\f0f7"}.gf_entry_wrap .fa-hospital-o:before,.gform-settings__wrapper .fa-hospital-o:before,.gform_wrapper .fa-hospital-o:before,.gforms_edit_form .fa-hospital-o:before,.gforms_form_settings_wrap .fa-hospital-o:before,.gforms_help .fa-hospital-o:before{content:"\f0f8"}.gf_entry_wrap .fa-ambulance:before,.gform-settings__wrapper .fa-ambulance:before,.gform_wrapper .fa-ambulance:before,.gforms_edit_form .fa-ambulance:before,.gforms_form_settings_wrap .fa-ambulance:before,.gforms_help .fa-ambulance:before{content:"\f0f9"}.gf_entry_wrap .fa-medkit:before,.gform-settings__wrapper .fa-medkit:before,.gform_wrapper .fa-medkit:before,.gforms_edit_form .fa-medkit:before,.gforms_form_settings_wrap .fa-medkit:before,.gforms_help .fa-medkit:before{content:"\f0fa"}.gf_entry_wrap .fa-fighter-jet:before,.gform-settings__wrapper .fa-fighter-jet:before,.gform_wrapper .fa-fighter-jet:before,.gforms_edit_form .fa-fighter-jet:before,.gforms_form_settings_wrap .fa-fighter-jet:before,.gforms_help .fa-fighter-jet:before{content:"\f0fb"}.gf_entry_wrap .fa-beer:before,.gform-settings__wrapper .fa-beer:before,.gform_wrapper .fa-beer:before,.gforms_edit_form .fa-beer:before,.gforms_form_settings_wrap .fa-beer:before,.gforms_help .fa-beer:before{content:"\f0fc"}.gf_entry_wrap .fa-h-square:before,.gform-settings__wrapper .fa-h-square:before,.gform_wrapper .fa-h-square:before,.gforms_edit_form .fa-h-square:before,.gforms_form_settings_wrap .fa-h-square:before,.gforms_help .fa-h-square:before{content:"\f0fd"}.gf_entry_wrap .fa-plus-square:before,.gform-settings__wrapper .fa-plus-square:before,.gform_wrapper .fa-plus-square:before,.gforms_edit_form .fa-plus-square:before,.gforms_form_settings_wrap .fa-plus-square:before,.gforms_help .fa-plus-square:before{content:"\f0fe"}.gf_entry_wrap .fa-angle-double-left:before,.gform-settings__wrapper .fa-angle-double-left:before,.gform_wrapper .fa-angle-double-left:before,.gforms_edit_form .fa-angle-double-left:before,.gforms_form_settings_wrap .fa-angle-double-left:before,.gforms_help .fa-angle-double-left:before{content:"\f100"}.gf_entry_wrap .fa-angle-double-right:before,.gform-settings__wrapper .fa-angle-double-right:before,.gform_wrapper .fa-angle-double-right:before,.gforms_edit_form .fa-angle-double-right:before,.gforms_form_settings_wrap .fa-angle-double-right:before,.gforms_help .fa-angle-double-right:before{content:"\f101"}.gf_entry_wrap .fa-angle-double-up:before,.gform-settings__wrapper .fa-angle-double-up:before,.gform_wrapper .fa-angle-double-up:before,.gforms_edit_form .fa-angle-double-up:before,.gforms_form_settings_wrap .fa-angle-double-up:before,.gforms_help .fa-angle-double-up:before{content:"\f102"}.gf_entry_wrap .fa-angle-double-down:before,.gform-settings__wrapper .fa-angle-double-down:before,.gform_wrapper .fa-angle-double-down:before,.gforms_edit_form .fa-angle-double-down:before,.gforms_form_settings_wrap .fa-angle-double-down:before,.gforms_help .fa-angle-double-down:before{content:"\f103"}.gf_entry_wrap .fa-angle-left:before,.gform-settings__wrapper .fa-angle-left:before,.gform_wrapper .fa-angle-left:before,.gforms_edit_form .fa-angle-left:before,.gforms_form_settings_wrap .fa-angle-left:before,.gforms_help .fa-angle-left:before{content:"\f104"}.gf_entry_wrap .fa-angle-right:before,.gform-settings__wrapper .fa-angle-right:before,.gform_wrapper .fa-angle-right:before,.gforms_edit_form .fa-angle-right:before,.gforms_form_settings_wrap .fa-angle-right:before,.gforms_help .fa-angle-right:before{content:"\f105"}.gf_entry_wrap .fa-angle-up:before,.gform-settings__wrapper .fa-angle-up:before,.gform_wrapper .fa-angle-up:before,.gforms_edit_form .fa-angle-up:before,.gforms_form_settings_wrap .fa-angle-up:before,.gforms_help .fa-angle-up:before{content:"\f106"}.gf_entry_wrap .fa-angle-down:before,.gform-settings__wrapper .fa-angle-down:before,.gform_wrapper .fa-angle-down:before,.gforms_edit_form .fa-angle-down:before,.gforms_form_settings_wrap .fa-angle-down:before,.gforms_help .fa-angle-down:before{content:"\f107"}.gf_entry_wrap .fa-desktop:before,.gform-settings__wrapper .fa-desktop:before,.gform_wrapper .fa-desktop:before,.gforms_edit_form .fa-desktop:before,.gforms_form_settings_wrap .fa-desktop:before,.gforms_help .fa-desktop:before{content:"\f108"}.gf_entry_wrap .fa-laptop:before,.gform-settings__wrapper .fa-laptop:before,.gform_wrapper .fa-laptop:before,.gforms_edit_form .fa-laptop:before,.gforms_form_settings_wrap .fa-laptop:before,.gforms_help .fa-laptop:before{content:"\f109"}.gf_entry_wrap .fa-tablet:before,.gform-settings__wrapper .fa-tablet:before,.gform_wrapper .fa-tablet:before,.gforms_edit_form .fa-tablet:before,.gforms_form_settings_wrap .fa-tablet:before,.gforms_help .fa-tablet:before{content:"\f10a"}.gf_entry_wrap .fa-mobile-phone:before,.gf_entry_wrap .fa-mobile:before,.gform-settings__wrapper .fa-mobile-phone:before,.gform-settings__wrapper .fa-mobile:before,.gform_wrapper .fa-mobile-phone:before,.gform_wrapper .fa-mobile:before,.gforms_edit_form .fa-mobile-phone:before,.gforms_edit_form .fa-mobile:before,.gforms_form_settings_wrap .fa-mobile-phone:before,.gforms_form_settings_wrap .fa-mobile:before,.gforms_help .fa-mobile-phone:before,.gforms_help .fa-mobile:before{content:"\f10b"}.gf_entry_wrap .fa-circle-o:before,.gform-settings__wrapper .fa-circle-o:before,.gform_wrapper .fa-circle-o:before,.gforms_edit_form .fa-circle-o:before,.gforms_form_settings_wrap .fa-circle-o:before,.gforms_help .fa-circle-o:before{content:"\f10c"}.gf_entry_wrap .fa-quote-left:before,.gform-settings__wrapper .fa-quote-left:before,.gform_wrapper .fa-quote-left:before,.gforms_edit_form .fa-quote-left:before,.gforms_form_settings_wrap .fa-quote-left:before,.gforms_help .fa-quote-left:before{content:"\f10d"}.gf_entry_wrap .fa-quote-right:before,.gform-settings__wrapper .fa-quote-right:before,.gform_wrapper .fa-quote-right:before,.gforms_edit_form .fa-quote-right:before,.gforms_form_settings_wrap .fa-quote-right:before,.gforms_help .fa-quote-right:before{content:"\f10e"}.gf_entry_wrap .fa-spinner:before,.gform-settings__wrapper .fa-spinner:before,.gform_wrapper .fa-spinner:before,.gforms_edit_form .fa-spinner:before,.gforms_form_settings_wrap .fa-spinner:before,.gforms_help .fa-spinner:before{content:"\f110"}.gf_entry_wrap .fa-circle:before,.gform-settings__wrapper .fa-circle:before,.gform_wrapper .fa-circle:before,.gforms_edit_form .fa-circle:before,.gforms_form_settings_wrap .fa-circle:before,.gforms_help .fa-circle:before{content:"\f111"}.gf_entry_wrap .fa-mail-reply:before,.gf_entry_wrap .fa-reply:before,.gform-settings__wrapper .fa-mail-reply:before,.gform-settings__wrapper .fa-reply:before,.gform_wrapper .fa-mail-reply:before,.gform_wrapper .fa-reply:before,.gforms_edit_form .fa-mail-reply:before,.gforms_edit_form .fa-reply:before,.gforms_form_settings_wrap .fa-mail-reply:before,.gforms_form_settings_wrap .fa-reply:before,.gforms_help .fa-mail-reply:before,.gforms_help .fa-reply:before{content:"\f112"}.gf_entry_wrap .fa-github-alt:before,.gform-settings__wrapper .fa-github-alt:before,.gform_wrapper .fa-github-alt:before,.gforms_edit_form .fa-github-alt:before,.gforms_form_settings_wrap .fa-github-alt:before,.gforms_help .fa-github-alt:before{content:"\f113"}.gf_entry_wrap .fa-folder-o:before,.gform-settings__wrapper .fa-folder-o:before,.gform_wrapper .fa-folder-o:before,.gforms_edit_form .fa-folder-o:before,.gforms_form_settings_wrap .fa-folder-o:before,.gforms_help .fa-folder-o:before{content:"\f114"}.gf_entry_wrap .fa-folder-open-o:before,.gform-settings__wrapper .fa-folder-open-o:before,.gform_wrapper .fa-folder-open-o:before,.gforms_edit_form .fa-folder-open-o:before,.gforms_form_settings_wrap .fa-folder-open-o:before,.gforms_help .fa-folder-open-o:before{content:"\f115"}.gf_entry_wrap .fa-smile-o:before,.gform-settings__wrapper .fa-smile-o:before,.gform_wrapper .fa-smile-o:before,.gforms_edit_form .fa-smile-o:before,.gforms_form_settings_wrap .fa-smile-o:before,.gforms_help .fa-smile-o:before{content:"\f118"}.gf_entry_wrap .fa-frown-o:before,.gform-settings__wrapper .fa-frown-o:before,.gform_wrapper .fa-frown-o:before,.gforms_edit_form .fa-frown-o:before,.gforms_form_settings_wrap .fa-frown-o:before,.gforms_help .fa-frown-o:before{content:"\f119"}.gf_entry_wrap .fa-meh-o:before,.gform-settings__wrapper .fa-meh-o:before,.gform_wrapper .fa-meh-o:before,.gforms_edit_form .fa-meh-o:before,.gforms_form_settings_wrap .fa-meh-o:before,.gforms_help .fa-meh-o:before{content:"\f11a"}.gf_entry_wrap .fa-gamepad:before,.gform-settings__wrapper .fa-gamepad:before,.gform_wrapper .fa-gamepad:before,.gforms_edit_form .fa-gamepad:before,.gforms_form_settings_wrap .fa-gamepad:before,.gforms_help .fa-gamepad:before{content:"\f11b"}.gf_entry_wrap .fa-keyboard-o:before,.gform-settings__wrapper .fa-keyboard-o:before,.gform_wrapper .fa-keyboard-o:before,.gforms_edit_form .fa-keyboard-o:before,.gforms_form_settings_wrap .fa-keyboard-o:before,.gforms_help .fa-keyboard-o:before{content:"\f11c"}.gf_entry_wrap .fa-flag-o:before,.gform-settings__wrapper .fa-flag-o:before,.gform_wrapper .fa-flag-o:before,.gforms_edit_form .fa-flag-o:before,.gforms_form_settings_wrap .fa-flag-o:before,.gforms_help .fa-flag-o:before{content:"\f11d"}.gf_entry_wrap .fa-flag-checkered:before,.gform-settings__wrapper .fa-flag-checkered:before,.gform_wrapper .fa-flag-checkered:before,.gforms_edit_form .fa-flag-checkered:before,.gforms_form_settings_wrap .fa-flag-checkered:before,.gforms_help .fa-flag-checkered:before{content:"\f11e"}.gf_entry_wrap .fa-terminal:before,.gform-settings__wrapper .fa-terminal:before,.gform_wrapper .fa-terminal:before,.gforms_edit_form .fa-terminal:before,.gforms_form_settings_wrap .fa-terminal:before,.gforms_help .fa-terminal:before{content:"\f120"}.gf_entry_wrap .fa-code:before,.gform-settings__wrapper .fa-code:before,.gform_wrapper .fa-code:before,.gforms_edit_form .fa-code:before,.gforms_form_settings_wrap .fa-code:before,.gforms_help .fa-code:before{content:"\f121"}.gf_entry_wrap .fa-mail-reply-all:before,.gf_entry_wrap .fa-reply-all:before,.gform-settings__wrapper .fa-mail-reply-all:before,.gform-settings__wrapper .fa-reply-all:before,.gform_wrapper .fa-mail-reply-all:before,.gform_wrapper .fa-reply-all:before,.gforms_edit_form .fa-mail-reply-all:before,.gforms_edit_form .fa-reply-all:before,.gforms_form_settings_wrap .fa-mail-reply-all:before,.gforms_form_settings_wrap .fa-reply-all:before,.gforms_help .fa-mail-reply-all:before,.gforms_help .fa-reply-all:before{content:"\f122"}.gf_entry_wrap .fa-star-half-empty:before,.gf_entry_wrap .fa-star-half-full:before,.gf_entry_wrap .fa-star-half-o:before,.gform-settings__wrapper .fa-star-half-empty:before,.gform-settings__wrapper .fa-star-half-full:before,.gform-settings__wrapper .fa-star-half-o:before,.gform_wrapper .fa-star-half-empty:before,.gform_wrapper .fa-star-half-full:before,.gform_wrapper .fa-star-half-o:before,.gforms_edit_form .fa-star-half-empty:before,.gforms_edit_form .fa-star-half-full:before,.gforms_edit_form .fa-star-half-o:before,.gforms_form_settings_wrap .fa-star-half-empty:before,.gforms_form_settings_wrap .fa-star-half-full:before,.gforms_form_settings_wrap .fa-star-half-o:before,.gforms_help .fa-star-half-empty:before,.gforms_help .fa-star-half-full:before,.gforms_help .fa-star-half-o:before{content:"\f123"}.gf_entry_wrap .fa-location-arrow:before,.gform-settings__wrapper .fa-location-arrow:before,.gform_wrapper .fa-location-arrow:before,.gforms_edit_form .fa-location-arrow:before,.gforms_form_settings_wrap .fa-location-arrow:before,.gforms_help .fa-location-arrow:before{content:"\f124"}.gf_entry_wrap .fa-crop:before,.gform-settings__wrapper .fa-crop:before,.gform_wrapper .fa-crop:before,.gforms_edit_form .fa-crop:before,.gforms_form_settings_wrap .fa-crop:before,.gforms_help .fa-crop:before{content:"\f125"}.gf_entry_wrap .fa-code-fork:before,.gform-settings__wrapper .fa-code-fork:before,.gform_wrapper .fa-code-fork:before,.gforms_edit_form .fa-code-fork:before,.gforms_form_settings_wrap .fa-code-fork:before,.gforms_help .fa-code-fork:before{content:"\f126"}.gf_entry_wrap .fa-chain-broken:before,.gf_entry_wrap .fa-unlink:before,.gform-settings__wrapper .fa-chain-broken:before,.gform-settings__wrapper .fa-unlink:before,.gform_wrapper .fa-chain-broken:before,.gform_wrapper .fa-unlink:before,.gforms_edit_form .fa-chain-broken:before,.gforms_edit_form .fa-unlink:before,.gforms_form_settings_wrap .fa-chain-broken:before,.gforms_form_settings_wrap .fa-unlink:before,.gforms_help .fa-chain-broken:before,.gforms_help .fa-unlink:before{content:"\f127"}.gf_entry_wrap .fa-question:before,.gform-settings__wrapper .fa-question:before,.gform_wrapper .fa-question:before,.gforms_edit_form .fa-question:before,.gforms_form_settings_wrap .fa-question:before,.gforms_help .fa-question:before{content:"\f128"}.gf_entry_wrap .fa-info:before,.gform-settings__wrapper .fa-info:before,.gform_wrapper .fa-info:before,.gforms_edit_form .fa-info:before,.gforms_form_settings_wrap .fa-info:before,.gforms_help .fa-info:before{content:"\f129"}.gf_entry_wrap .fa-exclamation:before,.gform-settings__wrapper .fa-exclamation:before,.gform_wrapper .fa-exclamation:before,.gforms_edit_form .fa-exclamation:before,.gforms_form_settings_wrap .fa-exclamation:before,.gforms_help .fa-exclamation:before{content:"\f12a"}.gf_entry_wrap .fa-superscript:before,.gform-settings__wrapper .fa-superscript:before,.gform_wrapper .fa-superscript:before,.gforms_edit_form .fa-superscript:before,.gforms_form_settings_wrap .fa-superscript:before,.gforms_help .fa-superscript:before{content:"\f12b"}.gf_entry_wrap .fa-subscript:before,.gform-settings__wrapper .fa-subscript:before,.gform_wrapper .fa-subscript:before,.gforms_edit_form .fa-subscript:before,.gforms_form_settings_wrap .fa-subscript:before,.gforms_help .fa-subscript:before{content:"\f12c"}.gf_entry_wrap .fa-eraser:before,.gform-settings__wrapper .fa-eraser:before,.gform_wrapper .fa-eraser:before,.gforms_edit_form .fa-eraser:before,.gforms_form_settings_wrap .fa-eraser:before,.gforms_help .fa-eraser:before{content:"\f12d"}.gf_entry_wrap .fa-puzzle-piece:before,.gform-settings__wrapper .fa-puzzle-piece:before,.gform_wrapper .fa-puzzle-piece:before,.gforms_edit_form .fa-puzzle-piece:before,.gforms_form_settings_wrap .fa-puzzle-piece:before,.gforms_help .fa-puzzle-piece:before{content:"\f12e"}.gf_entry_wrap .fa-microphone:before,.gform-settings__wrapper .fa-microphone:before,.gform_wrapper .fa-microphone:before,.gforms_edit_form .fa-microphone:before,.gforms_form_settings_wrap .fa-microphone:before,.gforms_help .fa-microphone:before{content:"\f130"}.gf_entry_wrap .fa-microphone-slash:before,.gform-settings__wrapper .fa-microphone-slash:before,.gform_wrapper .fa-microphone-slash:before,.gforms_edit_form .fa-microphone-slash:before,.gforms_form_settings_wrap .fa-microphone-slash:before,.gforms_help .fa-microphone-slash:before{content:"\f131"}.gf_entry_wrap .fa-shield:before,.gform-settings__wrapper .fa-shield:before,.gform_wrapper .fa-shield:before,.gforms_edit_form .fa-shield:before,.gforms_form_settings_wrap .fa-shield:before,.gforms_help .fa-shield:before{content:"\f132"}.gf_entry_wrap .fa-calendar-o:before,.gform-settings__wrapper .fa-calendar-o:before,.gform_wrapper .fa-calendar-o:before,.gforms_edit_form .fa-calendar-o:before,.gforms_form_settings_wrap .fa-calendar-o:before,.gforms_help .fa-calendar-o:before{content:"\f133"}.gf_entry_wrap .fa-fire-extinguisher:before,.gform-settings__wrapper .fa-fire-extinguisher:before,.gform_wrapper .fa-fire-extinguisher:before,.gforms_edit_form .fa-fire-extinguisher:before,.gforms_form_settings_wrap .fa-fire-extinguisher:before,.gforms_help .fa-fire-extinguisher:before{content:"\f134"}.gf_entry_wrap .fa-rocket:before,.gform-settings__wrapper .fa-rocket:before,.gform_wrapper .fa-rocket:before,.gforms_edit_form .fa-rocket:before,.gforms_form_settings_wrap .fa-rocket:before,.gforms_help .fa-rocket:before{content:"\f135"}.gf_entry_wrap .fa-maxcdn:before,.gform-settings__wrapper .fa-maxcdn:before,.gform_wrapper .fa-maxcdn:before,.gforms_edit_form .fa-maxcdn:before,.gforms_form_settings_wrap .fa-maxcdn:before,.gforms_help .fa-maxcdn:before{content:"\f136"}.gf_entry_wrap .fa-chevron-circle-left:before,.gform-settings__wrapper .fa-chevron-circle-left:before,.gform_wrapper .fa-chevron-circle-left:before,.gforms_edit_form .fa-chevron-circle-left:before,.gforms_form_settings_wrap .fa-chevron-circle-left:before,.gforms_help .fa-chevron-circle-left:before{content:"\f137"}.gf_entry_wrap .fa-chevron-circle-right:before,.gform-settings__wrapper .fa-chevron-circle-right:before,.gform_wrapper .fa-chevron-circle-right:before,.gforms_edit_form .fa-chevron-circle-right:before,.gforms_form_settings_wrap .fa-chevron-circle-right:before,.gforms_help .fa-chevron-circle-right:before{content:"\f138"}.gf_entry_wrap .fa-chevron-circle-up:before,.gform-settings__wrapper .fa-chevron-circle-up:before,.gform_wrapper .fa-chevron-circle-up:before,.gforms_edit_form .fa-chevron-circle-up:before,.gforms_form_settings_wrap .fa-chevron-circle-up:before,.gforms_help .fa-chevron-circle-up:before{content:"\f139"}.gf_entry_wrap .fa-chevron-circle-down:before,.gform-settings__wrapper .fa-chevron-circle-down:before,.gform_wrapper .fa-chevron-circle-down:before,.gforms_edit_form .fa-chevron-circle-down:before,.gforms_form_settings_wrap .fa-chevron-circle-down:before,.gforms_help .fa-chevron-circle-down:before{content:"\f13a"}.gf_entry_wrap .fa-html5:before,.gform-settings__wrapper .fa-html5:before,.gform_wrapper .fa-html5:before,.gforms_edit_form .fa-html5:before,.gforms_form_settings_wrap .fa-html5:before,.gforms_help .fa-html5:before{content:"\f13b"}.gf_entry_wrap .fa-css3:before,.gform-settings__wrapper .fa-css3:before,.gform_wrapper .fa-css3:before,.gforms_edit_form .fa-css3:before,.gforms_form_settings_wrap .fa-css3:before,.gforms_help .fa-css3:before{content:"\f13c"}.gf_entry_wrap .fa-anchor:before,.gform-settings__wrapper .fa-anchor:before,.gform_wrapper .fa-anchor:before,.gforms_edit_form .fa-anchor:before,.gforms_form_settings_wrap .fa-anchor:before,.gforms_help .fa-anchor:before{content:"\f13d"}.gf_entry_wrap .fa-unlock-alt:before,.gform-settings__wrapper .fa-unlock-alt:before,.gform_wrapper .fa-unlock-alt:before,.gforms_edit_form .fa-unlock-alt:before,.gforms_form_settings_wrap .fa-unlock-alt:before,.gforms_help .fa-unlock-alt:before{content:"\f13e"}.gf_entry_wrap .fa-bullseye:before,.gform-settings__wrapper .fa-bullseye:before,.gform_wrapper .fa-bullseye:before,.gforms_edit_form .fa-bullseye:before,.gforms_form_settings_wrap .fa-bullseye:before,.gforms_help .fa-bullseye:before{content:"\f140"}.gf_entry_wrap .fa-ellipsis-h:before,.gform-settings__wrapper .fa-ellipsis-h:before,.gform_wrapper .fa-ellipsis-h:before,.gforms_edit_form .fa-ellipsis-h:before,.gforms_form_settings_wrap .fa-ellipsis-h:before,.gforms_help .fa-ellipsis-h:before{content:"\f141"}.gf_entry_wrap .fa-ellipsis-v:before,.gform-settings__wrapper .fa-ellipsis-v:before,.gform_wrapper .fa-ellipsis-v:before,.gforms_edit_form .fa-ellipsis-v:before,.gforms_form_settings_wrap .fa-ellipsis-v:before,.gforms_help .fa-ellipsis-v:before{content:"\f142"}.gf_entry_wrap .fa-rss-square:before,.gform-settings__wrapper .fa-rss-square:before,.gform_wrapper .fa-rss-square:before,.gforms_edit_form .fa-rss-square:before,.gforms_form_settings_wrap .fa-rss-square:before,.gforms_help .fa-rss-square:before{content:"\f143"}.gf_entry_wrap .fa-play-circle:before,.gform-settings__wrapper .fa-play-circle:before,.gform_wrapper .fa-play-circle:before,.gforms_edit_form .fa-play-circle:before,.gforms_form_settings_wrap .fa-play-circle:before,.gforms_help .fa-play-circle:before{content:"\f144"}.gf_entry_wrap .fa-ticket:before,.gform-settings__wrapper .fa-ticket:before,.gform_wrapper .fa-ticket:before,.gforms_edit_form .fa-ticket:before,.gforms_form_settings_wrap .fa-ticket:before,.gforms_help .fa-ticket:before{content:"\f145"}.gf_entry_wrap .fa-minus-square:before,.gform-settings__wrapper .fa-minus-square:before,.gform_wrapper .fa-minus-square:before,.gforms_edit_form .fa-minus-square:before,.gforms_form_settings_wrap .fa-minus-square:before,.gforms_help .fa-minus-square:before{content:"\f146"}.gf_entry_wrap .fa-minus-square-o:before,.gform-settings__wrapper .fa-minus-square-o:before,.gform_wrapper .fa-minus-square-o:before,.gforms_edit_form .fa-minus-square-o:before,.gforms_form_settings_wrap .fa-minus-square-o:before,.gforms_help .fa-minus-square-o:before{content:"\f147"}.gf_entry_wrap .fa-level-up:before,.gform-settings__wrapper .fa-level-up:before,.gform_wrapper .fa-level-up:before,.gforms_edit_form .fa-level-up:before,.gforms_form_settings_wrap .fa-level-up:before,.gforms_help .fa-level-up:before{content:"\f148"}.gf_entry_wrap .fa-level-down:before,.gform-settings__wrapper .fa-level-down:before,.gform_wrapper .fa-level-down:before,.gforms_edit_form .fa-level-down:before,.gforms_form_settings_wrap .fa-level-down:before,.gforms_help .fa-level-down:before{content:"\f149"}.gf_entry_wrap .fa-check-square:before,.gform-settings__wrapper .fa-check-square:before,.gform_wrapper .fa-check-square:before,.gforms_edit_form .fa-check-square:before,.gforms_form_settings_wrap .fa-check-square:before,.gforms_help .fa-check-square:before{content:"\f14a"}.gf_entry_wrap .fa-pencil-square:before,.gform-settings__wrapper .fa-pencil-square:before,.gform_wrapper .fa-pencil-square:before,.gforms_edit_form .fa-pencil-square:before,.gforms_form_settings_wrap .fa-pencil-square:before,.gforms_help .fa-pencil-square:before{content:"\f14b"}.gf_entry_wrap .fa-external-link-square:before,.gform-settings__wrapper .fa-external-link-square:before,.gform_wrapper .fa-external-link-square:before,.gforms_edit_form .fa-external-link-square:before,.gforms_form_settings_wrap .fa-external-link-square:before,.gforms_help .fa-external-link-square:before{content:"\f14c"}.gf_entry_wrap .fa-share-square:before,.gform-settings__wrapper .fa-share-square:before,.gform_wrapper .fa-share-square:before,.gforms_edit_form .fa-share-square:before,.gforms_form_settings_wrap .fa-share-square:before,.gforms_help .fa-share-square:before{content:"\f14d"}.gf_entry_wrap .fa-compass:before,.gform-settings__wrapper .fa-compass:before,.gform_wrapper .fa-compass:before,.gforms_edit_form .fa-compass:before,.gforms_form_settings_wrap .fa-compass:before,.gforms_help .fa-compass:before{content:"\f14e"}.gf_entry_wrap .fa-caret-square-o-down:before,.gf_entry_wrap .fa-toggle-down:before,.gform-settings__wrapper .fa-caret-square-o-down:before,.gform-settings__wrapper .fa-toggle-down:before,.gform_wrapper .fa-caret-square-o-down:before,.gform_wrapper .fa-toggle-down:before,.gforms_edit_form .fa-caret-square-o-down:before,.gforms_edit_form .fa-toggle-down:before,.gforms_form_settings_wrap .fa-caret-square-o-down:before,.gforms_form_settings_wrap .fa-toggle-down:before,.gforms_help .fa-caret-square-o-down:before,.gforms_help .fa-toggle-down:before{content:"\f150"}.gf_entry_wrap .fa-caret-square-o-up:before,.gf_entry_wrap .fa-toggle-up:before,.gform-settings__wrapper .fa-caret-square-o-up:before,.gform-settings__wrapper .fa-toggle-up:before,.gform_wrapper .fa-caret-square-o-up:before,.gform_wrapper .fa-toggle-up:before,.gforms_edit_form .fa-caret-square-o-up:before,.gforms_edit_form .fa-toggle-up:before,.gforms_form_settings_wrap .fa-caret-square-o-up:before,.gforms_form_settings_wrap .fa-toggle-up:before,.gforms_help .fa-caret-square-o-up:before,.gforms_help .fa-toggle-up:before{content:"\f151"}.gf_entry_wrap .fa-caret-square-o-right:before,.gf_entry_wrap .fa-toggle-right:before,.gform-settings__wrapper .fa-caret-square-o-right:before,.gform-settings__wrapper .fa-toggle-right:before,.gform_wrapper .fa-caret-square-o-right:before,.gform_wrapper .fa-toggle-right:before,.gforms_edit_form .fa-caret-square-o-right:before,.gforms_edit_form .fa-toggle-right:before,.gforms_form_settings_wrap .fa-caret-square-o-right:before,.gforms_form_settings_wrap .fa-toggle-right:before,.gforms_help .fa-caret-square-o-right:before,.gforms_help .fa-toggle-right:before{content:"\f152"}.gf_entry_wrap .fa-eur:before,.gf_entry_wrap .fa-euro:before,.gform-settings__wrapper .fa-eur:before,.gform-settings__wrapper .fa-euro:before,.gform_wrapper .fa-eur:before,.gform_wrapper .fa-euro:before,.gforms_edit_form .fa-eur:before,.gforms_edit_form .fa-euro:before,.gforms_form_settings_wrap .fa-eur:before,.gforms_form_settings_wrap .fa-euro:before,.gforms_help .fa-eur:before,.gforms_help .fa-euro:before{content:"\f153"}.gf_entry_wrap .fa-gbp:before,.gform-settings__wrapper .fa-gbp:before,.gform_wrapper .fa-gbp:before,.gforms_edit_form .fa-gbp:before,.gforms_form_settings_wrap .fa-gbp:before,.gforms_help .fa-gbp:before{content:"\f154"}.gf_entry_wrap .fa-dollar:before,.gf_entry_wrap .fa-usd:before,.gform-settings__wrapper .fa-dollar:before,.gform-settings__wrapper .fa-usd:before,.gform_wrapper .fa-dollar:before,.gform_wrapper .fa-usd:before,.gforms_edit_form .fa-dollar:before,.gforms_edit_form .fa-usd:before,.gforms_form_settings_wrap .fa-dollar:before,.gforms_form_settings_wrap .fa-usd:before,.gforms_help .fa-dollar:before,.gforms_help .fa-usd:before{content:"\f155"}.gf_entry_wrap .fa-inr:before,.gf_entry_wrap .fa-rupee:before,.gform-settings__wrapper .fa-inr:before,.gform-settings__wrapper .fa-rupee:before,.gform_wrapper .fa-inr:before,.gform_wrapper .fa-rupee:before,.gforms_edit_form .fa-inr:before,.gforms_edit_form .fa-rupee:before,.gforms_form_settings_wrap .fa-inr:before,.gforms_form_settings_wrap .fa-rupee:before,.gforms_help .fa-inr:before,.gforms_help .fa-rupee:before{content:"\f156"}.gf_entry_wrap .fa-cny:before,.gf_entry_wrap .fa-jpy:before,.gf_entry_wrap .fa-rmb:before,.gf_entry_wrap .fa-yen:before,.gform-settings__wrapper .fa-cny:before,.gform-settings__wrapper .fa-jpy:before,.gform-settings__wrapper .fa-rmb:before,.gform-settings__wrapper .fa-yen:before,.gform_wrapper .fa-cny:before,.gform_wrapper .fa-jpy:before,.gform_wrapper .fa-rmb:before,.gform_wrapper .fa-yen:before,.gforms_edit_form .fa-cny:before,.gforms_edit_form .fa-jpy:before,.gforms_edit_form .fa-rmb:before,.gforms_edit_form .fa-yen:before,.gforms_form_settings_wrap .fa-cny:before,.gforms_form_settings_wrap .fa-jpy:before,.gforms_form_settings_wrap .fa-rmb:before,.gforms_form_settings_wrap .fa-yen:before,.gforms_help .fa-cny:before,.gforms_help .fa-jpy:before,.gforms_help .fa-rmb:before,.gforms_help .fa-yen:before{content:"\f157"}.gf_entry_wrap .fa-rouble:before,.gf_entry_wrap .fa-rub:before,.gf_entry_wrap .fa-ruble:before,.gform-settings__wrapper .fa-rouble:before,.gform-settings__wrapper .fa-rub:before,.gform-settings__wrapper .fa-ruble:before,.gform_wrapper .fa-rouble:before,.gform_wrapper .fa-rub:before,.gform_wrapper .fa-ruble:before,.gforms_edit_form .fa-rouble:before,.gforms_edit_form .fa-rub:before,.gforms_edit_form .fa-ruble:before,.gforms_form_settings_wrap .fa-rouble:before,.gforms_form_settings_wrap .fa-rub:before,.gforms_form_settings_wrap .fa-ruble:before,.gforms_help .fa-rouble:before,.gforms_help .fa-rub:before,.gforms_help .fa-ruble:before{content:"\f158"}.gf_entry_wrap .fa-krw:before,.gf_entry_wrap .fa-won:before,.gform-settings__wrapper .fa-krw:before,.gform-settings__wrapper .fa-won:before,.gform_wrapper .fa-krw:before,.gform_wrapper .fa-won:before,.gforms_edit_form .fa-krw:before,.gforms_edit_form .fa-won:before,.gforms_form_settings_wrap .fa-krw:before,.gforms_form_settings_wrap .fa-won:before,.gforms_help .fa-krw:before,.gforms_help .fa-won:before{content:"\f159"}.gf_entry_wrap .fa-bitcoin:before,.gf_entry_wrap .fa-btc:before,.gform-settings__wrapper .fa-bitcoin:before,.gform-settings__wrapper .fa-btc:before,.gform_wrapper .fa-bitcoin:before,.gform_wrapper .fa-btc:before,.gforms_edit_form .fa-bitcoin:before,.gforms_edit_form .fa-btc:before,.gforms_form_settings_wrap .fa-bitcoin:before,.gforms_form_settings_wrap .fa-btc:before,.gforms_help .fa-bitcoin:before,.gforms_help .fa-btc:before{content:"\f15a"}.gf_entry_wrap .fa-file:before,.gform-settings__wrapper .fa-file:before,.gform_wrapper .fa-file:before,.gforms_edit_form .fa-file:before,.gforms_form_settings_wrap .fa-file:before,.gforms_help .fa-file:before{content:"\f15b"}.gf_entry_wrap .fa-file-text:before,.gform-settings__wrapper .fa-file-text:before,.gform_wrapper .fa-file-text:before,.gforms_edit_form .fa-file-text:before,.gforms_form_settings_wrap .fa-file-text:before,.gforms_help .fa-file-text:before{content:"\f15c"}.gf_entry_wrap .fa-sort-alpha-asc:before,.gform-settings__wrapper .fa-sort-alpha-asc:before,.gform_wrapper .fa-sort-alpha-asc:before,.gforms_edit_form .fa-sort-alpha-asc:before,.gforms_form_settings_wrap .fa-sort-alpha-asc:before,.gforms_help .fa-sort-alpha-asc:before{content:"\f15d"}.gf_entry_wrap .fa-sort-alpha-desc:before,.gform-settings__wrapper .fa-sort-alpha-desc:before,.gform_wrapper .fa-sort-alpha-desc:before,.gforms_edit_form .fa-sort-alpha-desc:before,.gforms_form_settings_wrap .fa-sort-alpha-desc:before,.gforms_help .fa-sort-alpha-desc:before{content:"\f15e"}.gf_entry_wrap .fa-sort-amount-asc:before,.gform-settings__wrapper .fa-sort-amount-asc:before,.gform_wrapper .fa-sort-amount-asc:before,.gforms_edit_form .fa-sort-amount-asc:before,.gforms_form_settings_wrap .fa-sort-amount-asc:before,.gforms_help .fa-sort-amount-asc:before{content:"\f160"}.gf_entry_wrap .fa-sort-amount-desc:before,.gform-settings__wrapper .fa-sort-amount-desc:before,.gform_wrapper .fa-sort-amount-desc:before,.gforms_edit_form .fa-sort-amount-desc:before,.gforms_form_settings_wrap .fa-sort-amount-desc:before,.gforms_help .fa-sort-amount-desc:before{content:"\f161"}.gf_entry_wrap .fa-sort-numeric-asc:before,.gform-settings__wrapper .fa-sort-numeric-asc:before,.gform_wrapper .fa-sort-numeric-asc:before,.gforms_edit_form .fa-sort-numeric-asc:before,.gforms_form_settings_wrap .fa-sort-numeric-asc:before,.gforms_help .fa-sort-numeric-asc:before{content:"\f162"}.gf_entry_wrap .fa-sort-numeric-desc:before,.gform-settings__wrapper .fa-sort-numeric-desc:before,.gform_wrapper .fa-sort-numeric-desc:before,.gforms_edit_form .fa-sort-numeric-desc:before,.gforms_form_settings_wrap .fa-sort-numeric-desc:before,.gforms_help .fa-sort-numeric-desc:before{content:"\f163"}.gf_entry_wrap .fa-thumbs-up:before,.gform-settings__wrapper .fa-thumbs-up:before,.gform_wrapper .fa-thumbs-up:before,.gforms_edit_form .fa-thumbs-up:before,.gforms_form_settings_wrap .fa-thumbs-up:before,.gforms_help .fa-thumbs-up:before{content:"\f164"}.gf_entry_wrap .fa-thumbs-down:before,.gform-settings__wrapper .fa-thumbs-down:before,.gform_wrapper .fa-thumbs-down:before,.gforms_edit_form .fa-thumbs-down:before,.gforms_form_settings_wrap .fa-thumbs-down:before,.gforms_help .fa-thumbs-down:before{content:"\f165"}.gf_entry_wrap .fa-youtube-square:before,.gform-settings__wrapper .fa-youtube-square:before,.gform_wrapper .fa-youtube-square:before,.gforms_edit_form .fa-youtube-square:before,.gforms_form_settings_wrap .fa-youtube-square:before,.gforms_help .fa-youtube-square:before{content:"\f166"}.gf_entry_wrap .fa-youtube:before,.gform-settings__wrapper .fa-youtube:before,.gform_wrapper .fa-youtube:before,.gforms_edit_form .fa-youtube:before,.gforms_form_settings_wrap .fa-youtube:before,.gforms_help .fa-youtube:before{content:"\f167"}.gf_entry_wrap .fa-xing:before,.gform-settings__wrapper .fa-xing:before,.gform_wrapper .fa-xing:before,.gforms_edit_form .fa-xing:before,.gforms_form_settings_wrap .fa-xing:before,.gforms_help .fa-xing:before{content:"\f168"}.gf_entry_wrap .fa-xing-square:before,.gform-settings__wrapper .fa-xing-square:before,.gform_wrapper .fa-xing-square:before,.gforms_edit_form .fa-xing-square:before,.gforms_form_settings_wrap .fa-xing-square:before,.gforms_help .fa-xing-square:before{content:"\f169"}.gf_entry_wrap .fa-youtube-play:before,.gform-settings__wrapper .fa-youtube-play:before,.gform_wrapper .fa-youtube-play:before,.gforms_edit_form .fa-youtube-play:before,.gforms_form_settings_wrap .fa-youtube-play:before,.gforms_help .fa-youtube-play:before{content:"\f16a"}.gf_entry_wrap .fa-dropbox:before,.gform-settings__wrapper .fa-dropbox:before,.gform_wrapper .fa-dropbox:before,.gforms_edit_form .fa-dropbox:before,.gforms_form_settings_wrap .fa-dropbox:before,.gforms_help .fa-dropbox:before{content:"\f16b"}.gf_entry_wrap .fa-stack-overflow:before,.gform-settings__wrapper .fa-stack-overflow:before,.gform_wrapper .fa-stack-overflow:before,.gforms_edit_form .fa-stack-overflow:before,.gforms_form_settings_wrap .fa-stack-overflow:before,.gforms_help .fa-stack-overflow:before{content:"\f16c"}.gf_entry_wrap .fa-instagram:before,.gform-settings__wrapper .fa-instagram:before,.gform_wrapper .fa-instagram:before,.gforms_edit_form .fa-instagram:before,.gforms_form_settings_wrap .fa-instagram:before,.gforms_help .fa-instagram:before{content:"\f16d"}.gf_entry_wrap .fa-flickr:before,.gform-settings__wrapper .fa-flickr:before,.gform_wrapper .fa-flickr:before,.gforms_edit_form .fa-flickr:before,.gforms_form_settings_wrap .fa-flickr:before,.gforms_help .fa-flickr:before{content:"\f16e"}.gf_entry_wrap .fa-adn:before,.gform-settings__wrapper .fa-adn:before,.gform_wrapper .fa-adn:before,.gforms_edit_form .fa-adn:before,.gforms_form_settings_wrap .fa-adn:before,.gforms_help .fa-adn:before{content:"\f170"}.gf_entry_wrap .fa-bitbucket:before,.gform-settings__wrapper .fa-bitbucket:before,.gform_wrapper .fa-bitbucket:before,.gforms_edit_form .fa-bitbucket:before,.gforms_form_settings_wrap .fa-bitbucket:before,.gforms_help .fa-bitbucket:before{content:"\f171"}.gf_entry_wrap .fa-bitbucket-square:before,.gform-settings__wrapper .fa-bitbucket-square:before,.gform_wrapper .fa-bitbucket-square:before,.gforms_edit_form .fa-bitbucket-square:before,.gforms_form_settings_wrap .fa-bitbucket-square:before,.gforms_help .fa-bitbucket-square:before{content:"\f172"}.gf_entry_wrap .fa-tumblr:before,.gform-settings__wrapper .fa-tumblr:before,.gform_wrapper .fa-tumblr:before,.gforms_edit_form .fa-tumblr:before,.gforms_form_settings_wrap .fa-tumblr:before,.gforms_help .fa-tumblr:before{content:"\f173"}.gf_entry_wrap .fa-tumblr-square:before,.gform-settings__wrapper .fa-tumblr-square:before,.gform_wrapper .fa-tumblr-square:before,.gforms_edit_form .fa-tumblr-square:before,.gforms_form_settings_wrap .fa-tumblr-square:before,.gforms_help .fa-tumblr-square:before{content:"\f174"}.gf_entry_wrap .fa-long-arrow-down:before,.gform-settings__wrapper .fa-long-arrow-down:before,.gform_wrapper .fa-long-arrow-down:before,.gforms_edit_form .fa-long-arrow-down:before,.gforms_form_settings_wrap .fa-long-arrow-down:before,.gforms_help .fa-long-arrow-down:before{content:"\f175"}.gf_entry_wrap .fa-long-arrow-up:before,.gform-settings__wrapper .fa-long-arrow-up:before,.gform_wrapper .fa-long-arrow-up:before,.gforms_edit_form .fa-long-arrow-up:before,.gforms_form_settings_wrap .fa-long-arrow-up:before,.gforms_help .fa-long-arrow-up:before{content:"\f176"}.gf_entry_wrap .fa-long-arrow-left:before,.gform-settings__wrapper .fa-long-arrow-left:before,.gform_wrapper .fa-long-arrow-left:before,.gforms_edit_form .fa-long-arrow-left:before,.gforms_form_settings_wrap .fa-long-arrow-left:before,.gforms_help .fa-long-arrow-left:before{content:"\f177"}.gf_entry_wrap .fa-long-arrow-right:before,.gform-settings__wrapper .fa-long-arrow-right:before,.gform_wrapper .fa-long-arrow-right:before,.gforms_edit_form .fa-long-arrow-right:before,.gforms_form_settings_wrap .fa-long-arrow-right:before,.gforms_help .fa-long-arrow-right:before{content:"\f178"}.gf_entry_wrap .fa-apple:before,.gform-settings__wrapper .fa-apple:before,.gform_wrapper .fa-apple:before,.gforms_edit_form .fa-apple:before,.gforms_form_settings_wrap .fa-apple:before,.gforms_help .fa-apple:before{content:"\f179"}.gf_entry_wrap .fa-windows:before,.gform-settings__wrapper .fa-windows:before,.gform_wrapper .fa-windows:before,.gforms_edit_form .fa-windows:before,.gforms_form_settings_wrap .fa-windows:before,.gforms_help .fa-windows:before{content:"\f17a"}.gf_entry_wrap .fa-android:before,.gform-settings__wrapper .fa-android:before,.gform_wrapper .fa-android:before,.gforms_edit_form .fa-android:before,.gforms_form_settings_wrap .fa-android:before,.gforms_help .fa-android:before{content:"\f17b"}.gf_entry_wrap .fa-linux:before,.gform-settings__wrapper .fa-linux:before,.gform_wrapper .fa-linux:before,.gforms_edit_form .fa-linux:before,.gforms_form_settings_wrap .fa-linux:before,.gforms_help .fa-linux:before{content:"\f17c"}.gf_entry_wrap .fa-dribbble:before,.gform-settings__wrapper .fa-dribbble:before,.gform_wrapper .fa-dribbble:before,.gforms_edit_form .fa-dribbble:before,.gforms_form_settings_wrap .fa-dribbble:before,.gforms_help .fa-dribbble:before{content:"\f17d"}.gf_entry_wrap .fa-skype:before,.gform-settings__wrapper .fa-skype:before,.gform_wrapper .fa-skype:before,.gforms_edit_form .fa-skype:before,.gforms_form_settings_wrap .fa-skype:before,.gforms_help .fa-skype:before{content:"\f17e"}.gf_entry_wrap .fa-foursquare:before,.gform-settings__wrapper .fa-foursquare:before,.gform_wrapper .fa-foursquare:before,.gforms_edit_form .fa-foursquare:before,.gforms_form_settings_wrap .fa-foursquare:before,.gforms_help .fa-foursquare:before{content:"\f180"}.gf_entry_wrap .fa-trello:before,.gform-settings__wrapper .fa-trello:before,.gform_wrapper .fa-trello:before,.gforms_edit_form .fa-trello:before,.gforms_form_settings_wrap .fa-trello:before,.gforms_help .fa-trello:before{content:"\f181"}.gf_entry_wrap .fa-female:before,.gform-settings__wrapper .fa-female:before,.gform_wrapper .fa-female:before,.gforms_edit_form .fa-female:before,.gforms_form_settings_wrap .fa-female:before,.gforms_help .fa-female:before{content:"\f182"}.gf_entry_wrap .fa-male:before,.gform-settings__wrapper .fa-male:before,.gform_wrapper .fa-male:before,.gforms_edit_form .fa-male:before,.gforms_form_settings_wrap .fa-male:before,.gforms_help .fa-male:before{content:"\f183"}.gf_entry_wrap .fa-gittip:before,.gf_entry_wrap .fa-gratipay:before,.gform-settings__wrapper .fa-gittip:before,.gform-settings__wrapper .fa-gratipay:before,.gform_wrapper .fa-gittip:before,.gform_wrapper .fa-gratipay:before,.gforms_edit_form .fa-gittip:before,.gforms_edit_form .fa-gratipay:before,.gforms_form_settings_wrap .fa-gittip:before,.gforms_form_settings_wrap .fa-gratipay:before,.gforms_help .fa-gittip:before,.gforms_help .fa-gratipay:before{content:"\f184"}.gf_entry_wrap .fa-sun-o:before,.gform-settings__wrapper .fa-sun-o:before,.gform_wrapper .fa-sun-o:before,.gforms_edit_form .fa-sun-o:before,.gforms_form_settings_wrap .fa-sun-o:before,.gforms_help .fa-sun-o:before{content:"\f185"}.gf_entry_wrap .fa-moon-o:before,.gform-settings__wrapper .fa-moon-o:before,.gform_wrapper .fa-moon-o:before,.gforms_edit_form .fa-moon-o:before,.gforms_form_settings_wrap .fa-moon-o:before,.gforms_help .fa-moon-o:before{content:"\f186"}.gf_entry_wrap .fa-archive:before,.gform-settings__wrapper .fa-archive:before,.gform_wrapper .fa-archive:before,.gforms_edit_form .fa-archive:before,.gforms_form_settings_wrap .fa-archive:before,.gforms_help .fa-archive:before{content:"\f187"}.gf_entry_wrap .fa-bug:before,.gform-settings__wrapper .fa-bug:before,.gform_wrapper .fa-bug:before,.gforms_edit_form .fa-bug:before,.gforms_form_settings_wrap .fa-bug:before,.gforms_help .fa-bug:before{content:"\f188"}.gf_entry_wrap .fa-vk:before,.gform-settings__wrapper .fa-vk:before,.gform_wrapper .fa-vk:before,.gforms_edit_form .fa-vk:before,.gforms_form_settings_wrap .fa-vk:before,.gforms_help .fa-vk:before{content:"\f189"}.gf_entry_wrap .fa-weibo:before,.gform-settings__wrapper .fa-weibo:before,.gform_wrapper .fa-weibo:before,.gforms_edit_form .fa-weibo:before,.gforms_form_settings_wrap .fa-weibo:before,.gforms_help .fa-weibo:before{content:"\f18a"}.gf_entry_wrap .fa-renren:before,.gform-settings__wrapper .fa-renren:before,.gform_wrapper .fa-renren:before,.gforms_edit_form .fa-renren:before,.gforms_form_settings_wrap .fa-renren:before,.gforms_help .fa-renren:before{content:"\f18b"}.gf_entry_wrap .fa-pagelines:before,.gform-settings__wrapper .fa-pagelines:before,.gform_wrapper .fa-pagelines:before,.gforms_edit_form .fa-pagelines:before,.gforms_form_settings_wrap .fa-pagelines:before,.gforms_help .fa-pagelines:before{content:"\f18c"}.gf_entry_wrap .fa-stack-exchange:before,.gform-settings__wrapper .fa-stack-exchange:before,.gform_wrapper .fa-stack-exchange:before,.gforms_edit_form .fa-stack-exchange:before,.gforms_form_settings_wrap .fa-stack-exchange:before,.gforms_help .fa-stack-exchange:before{content:"\f18d"}.gf_entry_wrap .fa-arrow-circle-o-right:before,.gform-settings__wrapper .fa-arrow-circle-o-right:before,.gform_wrapper .fa-arrow-circle-o-right:before,.gforms_edit_form .fa-arrow-circle-o-right:before,.gforms_form_settings_wrap .fa-arrow-circle-o-right:before,.gforms_help .fa-arrow-circle-o-right:before{content:"\f18e"}.gf_entry_wrap .fa-arrow-circle-o-left:before,.gform-settings__wrapper .fa-arrow-circle-o-left:before,.gform_wrapper .fa-arrow-circle-o-left:before,.gforms_edit_form .fa-arrow-circle-o-left:before,.gforms_form_settings_wrap .fa-arrow-circle-o-left:before,.gforms_help .fa-arrow-circle-o-left:before{content:"\f190"}.gf_entry_wrap .fa-caret-square-o-left:before,.gf_entry_wrap .fa-toggle-left:before,.gform-settings__wrapper .fa-caret-square-o-left:before,.gform-settings__wrapper .fa-toggle-left:before,.gform_wrapper .fa-caret-square-o-left:before,.gform_wrapper .fa-toggle-left:before,.gforms_edit_form .fa-caret-square-o-left:before,.gforms_edit_form .fa-toggle-left:before,.gforms_form_settings_wrap .fa-caret-square-o-left:before,.gforms_form_settings_wrap .fa-toggle-left:before,.gforms_help .fa-caret-square-o-left:before,.gforms_help .fa-toggle-left:before{content:"\f191"}.gf_entry_wrap .fa-dot-circle-o:before,.gform-settings__wrapper .fa-dot-circle-o:before,.gform_wrapper .fa-dot-circle-o:before,.gforms_edit_form .fa-dot-circle-o:before,.gforms_form_settings_wrap .fa-dot-circle-o:before,.gforms_help .fa-dot-circle-o:before{content:"\f192"}.gf_entry_wrap .fa-wheelchair:before,.gform-settings__wrapper .fa-wheelchair:before,.gform_wrapper .fa-wheelchair:before,.gforms_edit_form .fa-wheelchair:before,.gforms_form_settings_wrap .fa-wheelchair:before,.gforms_help .fa-wheelchair:before{content:"\f193"}.gf_entry_wrap .fa-vimeo-square:before,.gform-settings__wrapper .fa-vimeo-square:before,.gform_wrapper .fa-vimeo-square:before,.gforms_edit_form .fa-vimeo-square:before,.gforms_form_settings_wrap .fa-vimeo-square:before,.gforms_help .fa-vimeo-square:before{content:"\f194"}.gf_entry_wrap .fa-try:before,.gf_entry_wrap .fa-turkish-lira:before,.gform-settings__wrapper .fa-try:before,.gform-settings__wrapper .fa-turkish-lira:before,.gform_wrapper .fa-try:before,.gform_wrapper .fa-turkish-lira:before,.gforms_edit_form .fa-try:before,.gforms_edit_form .fa-turkish-lira:before,.gforms_form_settings_wrap .fa-try:before,.gforms_form_settings_wrap .fa-turkish-lira:before,.gforms_help .fa-try:before,.gforms_help .fa-turkish-lira:before{content:"\f195"}.gf_entry_wrap .fa-plus-square-o:before,.gform-settings__wrapper .fa-plus-square-o:before,.gform_wrapper .fa-plus-square-o:before,.gforms_edit_form .fa-plus-square-o:before,.gforms_form_settings_wrap .fa-plus-square-o:before,.gforms_help .fa-plus-square-o:before{content:"\f196"}.gf_entry_wrap .fa-space-shuttle:before,.gform-settings__wrapper .fa-space-shuttle:before,.gform_wrapper .fa-space-shuttle:before,.gforms_edit_form .fa-space-shuttle:before,.gforms_form_settings_wrap .fa-space-shuttle:before,.gforms_help .fa-space-shuttle:before{content:"\f197"}.gf_entry_wrap .fa-slack:before,.gform-settings__wrapper .fa-slack:before,.gform_wrapper .fa-slack:before,.gforms_edit_form .fa-slack:before,.gforms_form_settings_wrap .fa-slack:before,.gforms_help .fa-slack:before{content:"\f198"}.gf_entry_wrap .fa-envelope-square:before,.gform-settings__wrapper .fa-envelope-square:before,.gform_wrapper .fa-envelope-square:before,.gforms_edit_form .fa-envelope-square:before,.gforms_form_settings_wrap .fa-envelope-square:before,.gforms_help .fa-envelope-square:before{content:"\f199"}.gf_entry_wrap .fa-wordpress:before,.gform-settings__wrapper .fa-wordpress:before,.gform_wrapper .fa-wordpress:before,.gforms_edit_form .fa-wordpress:before,.gforms_form_settings_wrap .fa-wordpress:before,.gforms_help .fa-wordpress:before{content:"\f19a"}.gf_entry_wrap .fa-openid:before,.gform-settings__wrapper .fa-openid:before,.gform_wrapper .fa-openid:before,.gforms_edit_form .fa-openid:before,.gforms_form_settings_wrap .fa-openid:before,.gforms_help .fa-openid:before{content:"\f19b"}.gf_entry_wrap .fa-bank:before,.gf_entry_wrap .fa-institution:before,.gf_entry_wrap .fa-university:before,.gform-settings__wrapper .fa-bank:before,.gform-settings__wrapper .fa-institution:before,.gform-settings__wrapper .fa-university:before,.gform_wrapper .fa-bank:before,.gform_wrapper .fa-institution:before,.gform_wrapper .fa-university:before,.gforms_edit_form .fa-bank:before,.gforms_edit_form .fa-institution:before,.gforms_edit_form .fa-university:before,.gforms_form_settings_wrap .fa-bank:before,.gforms_form_settings_wrap .fa-institution:before,.gforms_form_settings_wrap .fa-university:before,.gforms_help .fa-bank:before,.gforms_help .fa-institution:before,.gforms_help .fa-university:before{content:"\f19c"}.gf_entry_wrap .fa-graduation-cap:before,.gf_entry_wrap .fa-mortar-board:before,.gform-settings__wrapper .fa-graduation-cap:before,.gform-settings__wrapper .fa-mortar-board:before,.gform_wrapper .fa-graduation-cap:before,.gform_wrapper .fa-mortar-board:before,.gforms_edit_form .fa-graduation-cap:before,.gforms_edit_form .fa-mortar-board:before,.gforms_form_settings_wrap .fa-graduation-cap:before,.gforms_form_settings_wrap .fa-mortar-board:before,.gforms_help .fa-graduation-cap:before,.gforms_help .fa-mortar-board:before{content:"\f19d"}.gf_entry_wrap .fa-yahoo:before,.gform-settings__wrapper .fa-yahoo:before,.gform_wrapper .fa-yahoo:before,.gforms_edit_form .fa-yahoo:before,.gforms_form_settings_wrap .fa-yahoo:before,.gforms_help .fa-yahoo:before{content:"\f19e"}.gf_entry_wrap .fa-google:before,.gform-settings__wrapper .fa-google:before,.gform_wrapper .fa-google:before,.gforms_edit_form .fa-google:before,.gforms_form_settings_wrap .fa-google:before,.gforms_help .fa-google:before{content:"\f1a0"}.gf_entry_wrap .fa-reddit:before,.gform-settings__wrapper .fa-reddit:before,.gform_wrapper .fa-reddit:before,.gforms_edit_form .fa-reddit:before,.gforms_form_settings_wrap .fa-reddit:before,.gforms_help .fa-reddit:before{content:"\f1a1"}.gf_entry_wrap .fa-reddit-square:before,.gform-settings__wrapper .fa-reddit-square:before,.gform_wrapper .fa-reddit-square:before,.gforms_edit_form .fa-reddit-square:before,.gforms_form_settings_wrap .fa-reddit-square:before,.gforms_help .fa-reddit-square:before{content:"\f1a2"}.gf_entry_wrap .fa-stumbleupon-circle:before,.gform-settings__wrapper .fa-stumbleupon-circle:before,.gform_wrapper .fa-stumbleupon-circle:before,.gforms_edit_form .fa-stumbleupon-circle:before,.gforms_form_settings_wrap .fa-stumbleupon-circle:before,.gforms_help .fa-stumbleupon-circle:before{content:"\f1a3"}.gf_entry_wrap .fa-stumbleupon:before,.gform-settings__wrapper .fa-stumbleupon:before,.gform_wrapper .fa-stumbleupon:before,.gforms_edit_form .fa-stumbleupon:before,.gforms_form_settings_wrap .fa-stumbleupon:before,.gforms_help .fa-stumbleupon:before{content:"\f1a4"}.gf_entry_wrap .fa-delicious:before,.gform-settings__wrapper .fa-delicious:before,.gform_wrapper .fa-delicious:before,.gforms_edit_form .fa-delicious:before,.gforms_form_settings_wrap .fa-delicious:before,.gforms_help .fa-delicious:before{content:"\f1a5"}.gf_entry_wrap .fa-digg:before,.gform-settings__wrapper .fa-digg:before,.gform_wrapper .fa-digg:before,.gforms_edit_form .fa-digg:before,.gforms_form_settings_wrap .fa-digg:before,.gforms_help .fa-digg:before{content:"\f1a6"}.gf_entry_wrap .fa-pied-piper-pp:before,.gform-settings__wrapper .fa-pied-piper-pp:before,.gform_wrapper .fa-pied-piper-pp:before,.gforms_edit_form .fa-pied-piper-pp:before,.gforms_form_settings_wrap .fa-pied-piper-pp:before,.gforms_help .fa-pied-piper-pp:before{content:"\f1a7"}.gf_entry_wrap .fa-pied-piper-alt:before,.gform-settings__wrapper .fa-pied-piper-alt:before,.gform_wrapper .fa-pied-piper-alt:before,.gforms_edit_form .fa-pied-piper-alt:before,.gforms_form_settings_wrap .fa-pied-piper-alt:before,.gforms_help .fa-pied-piper-alt:before{content:"\f1a8"}.gf_entry_wrap .fa-drupal:before,.gform-settings__wrapper .fa-drupal:before,.gform_wrapper .fa-drupal:before,.gforms_edit_form .fa-drupal:before,.gforms_form_settings_wrap .fa-drupal:before,.gforms_help .fa-drupal:before{content:"\f1a9"}.gf_entry_wrap .fa-joomla:before,.gform-settings__wrapper .fa-joomla:before,.gform_wrapper .fa-joomla:before,.gforms_edit_form .fa-joomla:before,.gforms_form_settings_wrap .fa-joomla:before,.gforms_help .fa-joomla:before{content:"\f1aa"}.gf_entry_wrap .fa-language:before,.gform-settings__wrapper .fa-language:before,.gform_wrapper .fa-language:before,.gforms_edit_form .fa-language:before,.gforms_form_settings_wrap .fa-language:before,.gforms_help .fa-language:before{content:"\f1ab"}.gf_entry_wrap .fa-fax:before,.gform-settings__wrapper .fa-fax:before,.gform_wrapper .fa-fax:before,.gforms_edit_form .fa-fax:before,.gforms_form_settings_wrap .fa-fax:before,.gforms_help .fa-fax:before{content:"\f1ac"}.gf_entry_wrap .fa-building:before,.gform-settings__wrapper .fa-building:before,.gform_wrapper .fa-building:before,.gforms_edit_form .fa-building:before,.gforms_form_settings_wrap .fa-building:before,.gforms_help .fa-building:before{content:"\f1ad"}.gf_entry_wrap .fa-child:before,.gform-settings__wrapper .fa-child:before,.gform_wrapper .fa-child:before,.gforms_edit_form .fa-child:before,.gforms_form_settings_wrap .fa-child:before,.gforms_help .fa-child:before{content:"\f1ae"}.gf_entry_wrap .fa-paw:before,.gform-settings__wrapper .fa-paw:before,.gform_wrapper .fa-paw:before,.gforms_edit_form .fa-paw:before,.gforms_form_settings_wrap .fa-paw:before,.gforms_help .fa-paw:before{content:"\f1b0"}.gf_entry_wrap .fa-spoon:before,.gform-settings__wrapper .fa-spoon:before,.gform_wrapper .fa-spoon:before,.gforms_edit_form .fa-spoon:before,.gforms_form_settings_wrap .fa-spoon:before,.gforms_help .fa-spoon:before{content:"\f1b1"}.gf_entry_wrap .fa-cube:before,.gform-settings__wrapper .fa-cube:before,.gform_wrapper .fa-cube:before,.gforms_edit_form .fa-cube:before,.gforms_form_settings_wrap .fa-cube:before,.gforms_help .fa-cube:before{content:"\f1b2"}.gf_entry_wrap .fa-cubes:before,.gform-settings__wrapper .fa-cubes:before,.gform_wrapper .fa-cubes:before,.gforms_edit_form .fa-cubes:before,.gforms_form_settings_wrap .fa-cubes:before,.gforms_help .fa-cubes:before{content:"\f1b3"}.gf_entry_wrap .fa-behance:before,.gform-settings__wrapper .fa-behance:before,.gform_wrapper .fa-behance:before,.gforms_edit_form .fa-behance:before,.gforms_form_settings_wrap .fa-behance:before,.gforms_help .fa-behance:before{content:"\f1b4"}.gf_entry_wrap .fa-behance-square:before,.gform-settings__wrapper .fa-behance-square:before,.gform_wrapper .fa-behance-square:before,.gforms_edit_form .fa-behance-square:before,.gforms_form_settings_wrap .fa-behance-square:before,.gforms_help .fa-behance-square:before{content:"\f1b5"}.gf_entry_wrap .fa-steam:before,.gform-settings__wrapper .fa-steam:before,.gform_wrapper .fa-steam:before,.gforms_edit_form .fa-steam:before,.gforms_form_settings_wrap .fa-steam:before,.gforms_help .fa-steam:before{content:"\f1b6"}.gf_entry_wrap .fa-steam-square:before,.gform-settings__wrapper .fa-steam-square:before,.gform_wrapper .fa-steam-square:before,.gforms_edit_form .fa-steam-square:before,.gforms_form_settings_wrap .fa-steam-square:before,.gforms_help .fa-steam-square:before{content:"\f1b7"}.gf_entry_wrap .fa-recycle:before,.gform-settings__wrapper .fa-recycle:before,.gform_wrapper .fa-recycle:before,.gforms_edit_form .fa-recycle:before,.gforms_form_settings_wrap .fa-recycle:before,.gforms_help .fa-recycle:before{content:"\f1b8"}.gf_entry_wrap .fa-automobile:before,.gf_entry_wrap .fa-car:before,.gform-settings__wrapper .fa-automobile:before,.gform-settings__wrapper .fa-car:before,.gform_wrapper .fa-automobile:before,.gform_wrapper .fa-car:before,.gforms_edit_form .fa-automobile:before,.gforms_edit_form .fa-car:before,.gforms_form_settings_wrap .fa-automobile:before,.gforms_form_settings_wrap .fa-car:before,.gforms_help .fa-automobile:before,.gforms_help .fa-car:before{content:"\f1b9"}.gf_entry_wrap .fa-cab:before,.gf_entry_wrap .fa-taxi:before,.gform-settings__wrapper .fa-cab:before,.gform-settings__wrapper .fa-taxi:before,.gform_wrapper .fa-cab:before,.gform_wrapper .fa-taxi:before,.gforms_edit_form .fa-cab:before,.gforms_edit_form .fa-taxi:before,.gforms_form_settings_wrap .fa-cab:before,.gforms_form_settings_wrap .fa-taxi:before,.gforms_help .fa-cab:before,.gforms_help .fa-taxi:before{content:"\f1ba"}.gf_entry_wrap .fa-tree:before,.gform-settings__wrapper .fa-tree:before,.gform_wrapper .fa-tree:before,.gforms_edit_form .fa-tree:before,.gforms_form_settings_wrap .fa-tree:before,.gforms_help .fa-tree:before{content:"\f1bb"}.gf_entry_wrap .fa-spotify:before,.gform-settings__wrapper .fa-spotify:before,.gform_wrapper .fa-spotify:before,.gforms_edit_form .fa-spotify:before,.gforms_form_settings_wrap .fa-spotify:before,.gforms_help .fa-spotify:before{content:"\f1bc"}.gf_entry_wrap .fa-deviantart:before,.gform-settings__wrapper .fa-deviantart:before,.gform_wrapper .fa-deviantart:before,.gforms_edit_form .fa-deviantart:before,.gforms_form_settings_wrap .fa-deviantart:before,.gforms_help .fa-deviantart:before{content:"\f1bd"}.gf_entry_wrap .fa-soundcloud:before,.gform-settings__wrapper .fa-soundcloud:before,.gform_wrapper .fa-soundcloud:before,.gforms_edit_form .fa-soundcloud:before,.gforms_form_settings_wrap .fa-soundcloud:before,.gforms_help .fa-soundcloud:before{content:"\f1be"}.gf_entry_wrap .fa-database:before,.gform-settings__wrapper .fa-database:before,.gform_wrapper .fa-database:before,.gforms_edit_form .fa-database:before,.gforms_form_settings_wrap .fa-database:before,.gforms_help .fa-database:before{content:"\f1c0"}.gf_entry_wrap .fa-file-pdf-o:before,.gform-settings__wrapper .fa-file-pdf-o:before,.gform_wrapper .fa-file-pdf-o:before,.gforms_edit_form .fa-file-pdf-o:before,.gforms_form_settings_wrap .fa-file-pdf-o:before,.gforms_help .fa-file-pdf-o:before{content:"\f1c1"}.gf_entry_wrap .fa-file-word-o:before,.gform-settings__wrapper .fa-file-word-o:before,.gform_wrapper .fa-file-word-o:before,.gforms_edit_form .fa-file-word-o:before,.gforms_form_settings_wrap .fa-file-word-o:before,.gforms_help .fa-file-word-o:before{content:"\f1c2"}.gf_entry_wrap .fa-file-excel-o:before,.gform-settings__wrapper .fa-file-excel-o:before,.gform_wrapper .fa-file-excel-o:before,.gforms_edit_form .fa-file-excel-o:before,.gforms_form_settings_wrap .fa-file-excel-o:before,.gforms_help .fa-file-excel-o:before{content:"\f1c3"}.gf_entry_wrap .fa-file-powerpoint-o:before,.gform-settings__wrapper .fa-file-powerpoint-o:before,.gform_wrapper .fa-file-powerpoint-o:before,.gforms_edit_form .fa-file-powerpoint-o:before,.gforms_form_settings_wrap .fa-file-powerpoint-o:before,.gforms_help .fa-file-powerpoint-o:before{content:"\f1c4"}.gf_entry_wrap .fa-file-image-o:before,.gf_entry_wrap .fa-file-photo-o:before,.gf_entry_wrap .fa-file-picture-o:before,.gform-settings__wrapper .fa-file-image-o:before,.gform-settings__wrapper .fa-file-photo-o:before,.gform-settings__wrapper .fa-file-picture-o:before,.gform_wrapper .fa-file-image-o:before,.gform_wrapper .fa-file-photo-o:before,.gform_wrapper .fa-file-picture-o:before,.gforms_edit_form .fa-file-image-o:before,.gforms_edit_form .fa-file-photo-o:before,.gforms_edit_form .fa-file-picture-o:before,.gforms_form_settings_wrap .fa-file-image-o:before,.gforms_form_settings_wrap .fa-file-photo-o:before,.gforms_form_settings_wrap .fa-file-picture-o:before,.gforms_help .fa-file-image-o:before,.gforms_help .fa-file-photo-o:before,.gforms_help .fa-file-picture-o:before{content:"\f1c5"}.gf_entry_wrap .fa-file-archive-o:before,.gf_entry_wrap .fa-file-zip-o:before,.gform-settings__wrapper .fa-file-archive-o:before,.gform-settings__wrapper .fa-file-zip-o:before,.gform_wrapper .fa-file-archive-o:before,.gform_wrapper .fa-file-zip-o:before,.gforms_edit_form .fa-file-archive-o:before,.gforms_edit_form .fa-file-zip-o:before,.gforms_form_settings_wrap .fa-file-archive-o:before,.gforms_form_settings_wrap .fa-file-zip-o:before,.gforms_help .fa-file-archive-o:before,.gforms_help .fa-file-zip-o:before{content:"\f1c6"}.gf_entry_wrap .fa-file-audio-o:before,.gf_entry_wrap .fa-file-sound-o:before,.gform-settings__wrapper .fa-file-audio-o:before,.gform-settings__wrapper .fa-file-sound-o:before,.gform_wrapper .fa-file-audio-o:before,.gform_wrapper .fa-file-sound-o:before,.gforms_edit_form .fa-file-audio-o:before,.gforms_edit_form .fa-file-sound-o:before,.gforms_form_settings_wrap .fa-file-audio-o:before,.gforms_form_settings_wrap .fa-file-sound-o:before,.gforms_help .fa-file-audio-o:before,.gforms_help .fa-file-sound-o:before{content:"\f1c7"}.gf_entry_wrap .fa-file-movie-o:before,.gf_entry_wrap .fa-file-video-o:before,.gform-settings__wrapper .fa-file-movie-o:before,.gform-settings__wrapper .fa-file-video-o:before,.gform_wrapper .fa-file-movie-o:before,.gform_wrapper .fa-file-video-o:before,.gforms_edit_form .fa-file-movie-o:before,.gforms_edit_form .fa-file-video-o:before,.gforms_form_settings_wrap .fa-file-movie-o:before,.gforms_form_settings_wrap .fa-file-video-o:before,.gforms_help .fa-file-movie-o:before,.gforms_help .fa-file-video-o:before{content:"\f1c8"}.gf_entry_wrap .fa-file-code-o:before,.gform-settings__wrapper .fa-file-code-o:before,.gform_wrapper .fa-file-code-o:before,.gforms_edit_form .fa-file-code-o:before,.gforms_form_settings_wrap .fa-file-code-o:before,.gforms_help .fa-file-code-o:before{content:"\f1c9"}.gf_entry_wrap .fa-vine:before,.gform-settings__wrapper .fa-vine:before,.gform_wrapper .fa-vine:before,.gforms_edit_form .fa-vine:before,.gforms_form_settings_wrap .fa-vine:before,.gforms_help .fa-vine:before{content:"\f1ca"}.gf_entry_wrap .fa-codepen:before,.gform-settings__wrapper .fa-codepen:before,.gform_wrapper .fa-codepen:before,.gforms_edit_form .fa-codepen:before,.gforms_form_settings_wrap .fa-codepen:before,.gforms_help .fa-codepen:before{content:"\f1cb"}.gf_entry_wrap .fa-jsfiddle:before,.gform-settings__wrapper .fa-jsfiddle:before,.gform_wrapper .fa-jsfiddle:before,.gforms_edit_form .fa-jsfiddle:before,.gforms_form_settings_wrap .fa-jsfiddle:before,.gforms_help .fa-jsfiddle:before{content:"\f1cc"}.gf_entry_wrap .fa-life-bouy:before,.gf_entry_wrap .fa-life-buoy:before,.gf_entry_wrap .fa-life-ring:before,.gf_entry_wrap .fa-life-saver:before,.gf_entry_wrap .fa-support:before,.gform-settings__wrapper .fa-life-bouy:before,.gform-settings__wrapper .fa-life-buoy:before,.gform-settings__wrapper .fa-life-ring:before,.gform-settings__wrapper .fa-life-saver:before,.gform-settings__wrapper .fa-support:before,.gform_wrapper .fa-life-bouy:before,.gform_wrapper .fa-life-buoy:before,.gform_wrapper .fa-life-ring:before,.gform_wrapper .fa-life-saver:before,.gform_wrapper .fa-support:before,.gforms_edit_form .fa-life-bouy:before,.gforms_edit_form .fa-life-buoy:before,.gforms_edit_form .fa-life-ring:before,.gforms_edit_form .fa-life-saver:before,.gforms_edit_form .fa-support:before,.gforms_form_settings_wrap .fa-life-bouy:before,.gforms_form_settings_wrap .fa-life-buoy:before,.gforms_form_settings_wrap .fa-life-ring:before,.gforms_form_settings_wrap .fa-life-saver:before,.gforms_form_settings_wrap .fa-support:before,.gforms_help .fa-life-bouy:before,.gforms_help .fa-life-buoy:before,.gforms_help .fa-life-ring:before,.gforms_help .fa-life-saver:before,.gforms_help .fa-support:before{content:"\f1cd"}.gf_entry_wrap .fa-circle-o-notch:before,.gform-settings__wrapper .fa-circle-o-notch:before,.gform_wrapper .fa-circle-o-notch:before,.gforms_edit_form .fa-circle-o-notch:before,.gforms_form_settings_wrap .fa-circle-o-notch:before,.gforms_help .fa-circle-o-notch:before{content:"\f1ce"}.gf_entry_wrap .fa-ra:before,.gf_entry_wrap .fa-rebel:before,.gf_entry_wrap .fa-resistance:before,.gform-settings__wrapper .fa-ra:before,.gform-settings__wrapper .fa-rebel:before,.gform-settings__wrapper .fa-resistance:before,.gform_wrapper .fa-ra:before,.gform_wrapper .fa-rebel:before,.gform_wrapper .fa-resistance:before,.gforms_edit_form .fa-ra:before,.gforms_edit_form .fa-rebel:before,.gforms_edit_form .fa-resistance:before,.gforms_form_settings_wrap .fa-ra:before,.gforms_form_settings_wrap .fa-rebel:before,.gforms_form_settings_wrap .fa-resistance:before,.gforms_help .fa-ra:before,.gforms_help .fa-rebel:before,.gforms_help .fa-resistance:before{content:"\f1d0"}.gf_entry_wrap .fa-empire:before,.gf_entry_wrap .fa-ge:before,.gform-settings__wrapper .fa-empire:before,.gform-settings__wrapper .fa-ge:before,.gform_wrapper .fa-empire:before,.gform_wrapper .fa-ge:before,.gforms_edit_form .fa-empire:before,.gforms_edit_form .fa-ge:before,.gforms_form_settings_wrap .fa-empire:before,.gforms_form_settings_wrap .fa-ge:before,.gforms_help .fa-empire:before,.gforms_help .fa-ge:before{content:"\f1d1"}.gf_entry_wrap .fa-git-square:before,.gform-settings__wrapper .fa-git-square:before,.gform_wrapper .fa-git-square:before,.gforms_edit_form .fa-git-square:before,.gforms_form_settings_wrap .fa-git-square:before,.gforms_help .fa-git-square:before{content:"\f1d2"}.gf_entry_wrap .fa-git:before,.gform-settings__wrapper .fa-git:before,.gform_wrapper .fa-git:before,.gforms_edit_form .fa-git:before,.gforms_form_settings_wrap .fa-git:before,.gforms_help .fa-git:before{content:"\f1d3"}.gf_entry_wrap .fa-hacker-news:before,.gf_entry_wrap .fa-y-combinator-square:before,.gf_entry_wrap .fa-yc-square:before,.gform-settings__wrapper .fa-hacker-news:before,.gform-settings__wrapper .fa-y-combinator-square:before,.gform-settings__wrapper .fa-yc-square:before,.gform_wrapper .fa-hacker-news:before,.gform_wrapper .fa-y-combinator-square:before,.gform_wrapper .fa-yc-square:before,.gforms_edit_form .fa-hacker-news:before,.gforms_edit_form .fa-y-combinator-square:before,.gforms_edit_form .fa-yc-square:before,.gforms_form_settings_wrap .fa-hacker-news:before,.gforms_form_settings_wrap .fa-y-combinator-square:before,.gforms_form_settings_wrap .fa-yc-square:before,.gforms_help .fa-hacker-news:before,.gforms_help .fa-y-combinator-square:before,.gforms_help .fa-yc-square:before{content:"\f1d4"}.gf_entry_wrap .fa-tencent-weibo:before,.gform-settings__wrapper .fa-tencent-weibo:before,.gform_wrapper .fa-tencent-weibo:before,.gforms_edit_form .fa-tencent-weibo:before,.gforms_form_settings_wrap .fa-tencent-weibo:before,.gforms_help .fa-tencent-weibo:before{content:"\f1d5"}.gf_entry_wrap .fa-qq:before,.gform-settings__wrapper .fa-qq:before,.gform_wrapper .fa-qq:before,.gforms_edit_form .fa-qq:before,.gforms_form_settings_wrap .fa-qq:before,.gforms_help .fa-qq:before{content:"\f1d6"}.gf_entry_wrap .fa-wechat:before,.gf_entry_wrap .fa-weixin:before,.gform-settings__wrapper .fa-wechat:before,.gform-settings__wrapper .fa-weixin:before,.gform_wrapper .fa-wechat:before,.gform_wrapper .fa-weixin:before,.gforms_edit_form .fa-wechat:before,.gforms_edit_form .fa-weixin:before,.gforms_form_settings_wrap .fa-wechat:before,.gforms_form_settings_wrap .fa-weixin:before,.gforms_help .fa-wechat:before,.gforms_help .fa-weixin:before{content:"\f1d7"}.gf_entry_wrap .fa-paper-plane:before,.gf_entry_wrap .fa-send:before,.gform-settings__wrapper .fa-paper-plane:before,.gform-settings__wrapper .fa-send:before,.gform_wrapper .fa-paper-plane:before,.gform_wrapper .fa-send:before,.gforms_edit_form .fa-paper-plane:before,.gforms_edit_form .fa-send:before,.gforms_form_settings_wrap .fa-paper-plane:before,.gforms_form_settings_wrap .fa-send:before,.gforms_help .fa-paper-plane:before,.gforms_help .fa-send:before{content:"\f1d8"}.gf_entry_wrap .fa-paper-plane-o:before,.gf_entry_wrap .fa-send-o:before,.gform-settings__wrapper .fa-paper-plane-o:before,.gform-settings__wrapper .fa-send-o:before,.gform_wrapper .fa-paper-plane-o:before,.gform_wrapper .fa-send-o:before,.gforms_edit_form .fa-paper-plane-o:before,.gforms_edit_form .fa-send-o:before,.gforms_form_settings_wrap .fa-paper-plane-o:before,.gforms_form_settings_wrap .fa-send-o:before,.gforms_help .fa-paper-plane-o:before,.gforms_help .fa-send-o:before{content:"\f1d9"}.gf_entry_wrap .fa-history:before,.gform-settings__wrapper .fa-history:before,.gform_wrapper .fa-history:before,.gforms_edit_form .fa-history:before,.gforms_form_settings_wrap .fa-history:before,.gforms_help .fa-history:before{content:"\f1da"}.gf_entry_wrap .fa-circle-thin:before,.gform-settings__wrapper .fa-circle-thin:before,.gform_wrapper .fa-circle-thin:before,.gforms_edit_form .fa-circle-thin:before,.gforms_form_settings_wrap .fa-circle-thin:before,.gforms_help .fa-circle-thin:before{content:"\f1db"}.gf_entry_wrap .fa-header:before,.gform-settings__wrapper .fa-header:before,.gform_wrapper .fa-header:before,.gforms_edit_form .fa-header:before,.gforms_form_settings_wrap .fa-header:before,.gforms_help .fa-header:before{content:"\f1dc"}.gf_entry_wrap .fa-paragraph:before,.gform-settings__wrapper .fa-paragraph:before,.gform_wrapper .fa-paragraph:before,.gforms_edit_form .fa-paragraph:before,.gforms_form_settings_wrap .fa-paragraph:before,.gforms_help .fa-paragraph:before{content:"\f1dd"}.gf_entry_wrap .fa-sliders:before,.gform-settings__wrapper .fa-sliders:before,.gform_wrapper .fa-sliders:before,.gforms_edit_form .fa-sliders:before,.gforms_form_settings_wrap .fa-sliders:before,.gforms_help .fa-sliders:before{content:"\f1de"}.gf_entry_wrap .fa-share-alt:before,.gform-settings__wrapper .fa-share-alt:before,.gform_wrapper .fa-share-alt:before,.gforms_edit_form .fa-share-alt:before,.gforms_form_settings_wrap .fa-share-alt:before,.gforms_help .fa-share-alt:before{content:"\f1e0"}.gf_entry_wrap .fa-share-alt-square:before,.gform-settings__wrapper .fa-share-alt-square:before,.gform_wrapper .fa-share-alt-square:before,.gforms_edit_form .fa-share-alt-square:before,.gforms_form_settings_wrap .fa-share-alt-square:before,.gforms_help .fa-share-alt-square:before{content:"\f1e1"}.gf_entry_wrap .fa-bomb:before,.gform-settings__wrapper .fa-bomb:before,.gform_wrapper .fa-bomb:before,.gforms_edit_form .fa-bomb:before,.gforms_form_settings_wrap .fa-bomb:before,.gforms_help .fa-bomb:before{content:"\f1e2"}.gf_entry_wrap .fa-futbol-o:before,.gf_entry_wrap .fa-soccer-ball-o:before,.gform-settings__wrapper .fa-futbol-o:before,.gform-settings__wrapper .fa-soccer-ball-o:before,.gform_wrapper .fa-futbol-o:before,.gform_wrapper .fa-soccer-ball-o:before,.gforms_edit_form .fa-futbol-o:before,.gforms_edit_form .fa-soccer-ball-o:before,.gforms_form_settings_wrap .fa-futbol-o:before,.gforms_form_settings_wrap .fa-soccer-ball-o:before,.gforms_help .fa-futbol-o:before,.gforms_help .fa-soccer-ball-o:before{content:"\f1e3"}.gf_entry_wrap .fa-tty:before,.gform-settings__wrapper .fa-tty:before,.gform_wrapper .fa-tty:before,.gforms_edit_form .fa-tty:before,.gforms_form_settings_wrap .fa-tty:before,.gforms_help .fa-tty:before{content:"\f1e4"}.gf_entry_wrap .fa-binoculars:before,.gform-settings__wrapper .fa-binoculars:before,.gform_wrapper .fa-binoculars:before,.gforms_edit_form .fa-binoculars:before,.gforms_form_settings_wrap .fa-binoculars:before,.gforms_help .fa-binoculars:before{content:"\f1e5"}.gf_entry_wrap .fa-plug:before,.gform-settings__wrapper .fa-plug:before,.gform_wrapper .fa-plug:before,.gforms_edit_form .fa-plug:before,.gforms_form_settings_wrap .fa-plug:before,.gforms_help .fa-plug:before{content:"\f1e6"}.gf_entry_wrap .fa-slideshare:before,.gform-settings__wrapper .fa-slideshare:before,.gform_wrapper .fa-slideshare:before,.gforms_edit_form .fa-slideshare:before,.gforms_form_settings_wrap .fa-slideshare:before,.gforms_help .fa-slideshare:before{content:"\f1e7"}.gf_entry_wrap .fa-twitch:before,.gform-settings__wrapper .fa-twitch:before,.gform_wrapper .fa-twitch:before,.gforms_edit_form .fa-twitch:before,.gforms_form_settings_wrap .fa-twitch:before,.gforms_help .fa-twitch:before{content:"\f1e8"}.gf_entry_wrap .fa-yelp:before,.gform-settings__wrapper .fa-yelp:before,.gform_wrapper .fa-yelp:before,.gforms_edit_form .fa-yelp:before,.gforms_form_settings_wrap .fa-yelp:before,.gforms_help .fa-yelp:before{content:"\f1e9"}.gf_entry_wrap .fa-newspaper-o:before,.gform-settings__wrapper .fa-newspaper-o:before,.gform_wrapper .fa-newspaper-o:before,.gforms_edit_form .fa-newspaper-o:before,.gforms_form_settings_wrap .fa-newspaper-o:before,.gforms_help .fa-newspaper-o:before{content:"\f1ea"}.gf_entry_wrap .fa-wifi:before,.gform-settings__wrapper .fa-wifi:before,.gform_wrapper .fa-wifi:before,.gforms_edit_form .fa-wifi:before,.gforms_form_settings_wrap .fa-wifi:before,.gforms_help .fa-wifi:before{content:"\f1eb"}.gf_entry_wrap .fa-calculator:before,.gform-settings__wrapper .fa-calculator:before,.gform_wrapper .fa-calculator:before,.gforms_edit_form .fa-calculator:before,.gforms_form_settings_wrap .fa-calculator:before,.gforms_help .fa-calculator:before{content:"\f1ec"}.gf_entry_wrap .fa-paypal:before,.gform-settings__wrapper .fa-paypal:before,.gform_wrapper .fa-paypal:before,.gforms_edit_form .fa-paypal:before,.gforms_form_settings_wrap .fa-paypal:before,.gforms_help .fa-paypal:before{content:"\f1ed"}.gf_entry_wrap .fa-google-wallet:before,.gform-settings__wrapper .fa-google-wallet:before,.gform_wrapper .fa-google-wallet:before,.gforms_edit_form .fa-google-wallet:before,.gforms_form_settings_wrap .fa-google-wallet:before,.gforms_help .fa-google-wallet:before{content:"\f1ee"}.gf_entry_wrap .fa-cc-visa:before,.gform-settings__wrapper .fa-cc-visa:before,.gform_wrapper .fa-cc-visa:before,.gforms_edit_form .fa-cc-visa:before,.gforms_form_settings_wrap .fa-cc-visa:before,.gforms_help .fa-cc-visa:before{content:"\f1f0"}.gf_entry_wrap .fa-cc-mastercard:before,.gform-settings__wrapper .fa-cc-mastercard:before,.gform_wrapper .fa-cc-mastercard:before,.gforms_edit_form .fa-cc-mastercard:before,.gforms_form_settings_wrap .fa-cc-mastercard:before,.gforms_help .fa-cc-mastercard:before{content:"\f1f1"}.gf_entry_wrap .fa-cc-discover:before,.gform-settings__wrapper .fa-cc-discover:before,.gform_wrapper .fa-cc-discover:before,.gforms_edit_form .fa-cc-discover:before,.gforms_form_settings_wrap .fa-cc-discover:before,.gforms_help .fa-cc-discover:before{content:"\f1f2"}.gf_entry_wrap .fa-cc-amex:before,.gform-settings__wrapper .fa-cc-amex:before,.gform_wrapper .fa-cc-amex:before,.gforms_edit_form .fa-cc-amex:before,.gforms_form_settings_wrap .fa-cc-amex:before,.gforms_help .fa-cc-amex:before{content:"\f1f3"}.gf_entry_wrap .fa-cc-paypal:before,.gform-settings__wrapper .fa-cc-paypal:before,.gform_wrapper .fa-cc-paypal:before,.gforms_edit_form .fa-cc-paypal:before,.gforms_form_settings_wrap .fa-cc-paypal:before,.gforms_help .fa-cc-paypal:before{content:"\f1f4"}.gf_entry_wrap .fa-cc-stripe:before,.gform-settings__wrapper .fa-cc-stripe:before,.gform_wrapper .fa-cc-stripe:before,.gforms_edit_form .fa-cc-stripe:before,.gforms_form_settings_wrap .fa-cc-stripe:before,.gforms_help .fa-cc-stripe:before{content:"\f1f5"}.gf_entry_wrap .fa-bell-slash:before,.gform-settings__wrapper .fa-bell-slash:before,.gform_wrapper .fa-bell-slash:before,.gforms_edit_form .fa-bell-slash:before,.gforms_form_settings_wrap .fa-bell-slash:before,.gforms_help .fa-bell-slash:before{content:"\f1f6"}.gf_entry_wrap .fa-bell-slash-o:before,.gform-settings__wrapper .fa-bell-slash-o:before,.gform_wrapper .fa-bell-slash-o:before,.gforms_edit_form .fa-bell-slash-o:before,.gforms_form_settings_wrap .fa-bell-slash-o:before,.gforms_help .fa-bell-slash-o:before{content:"\f1f7"}.gf_entry_wrap .fa-trash:before,.gform-settings__wrapper .fa-trash:before,.gform_wrapper .fa-trash:before,.gforms_edit_form .fa-trash:before,.gforms_form_settings_wrap .fa-trash:before,.gforms_help .fa-trash:before{content:"\f1f8"}.gf_entry_wrap .fa-copyright:before,.gform-settings__wrapper .fa-copyright:before,.gform_wrapper .fa-copyright:before,.gforms_edit_form .fa-copyright:before,.gforms_form_settings_wrap .fa-copyright:before,.gforms_help .fa-copyright:before{content:"\f1f9"}.gf_entry_wrap .fa-at:before,.gform-settings__wrapper .fa-at:before,.gform_wrapper .fa-at:before,.gforms_edit_form .fa-at:before,.gforms_form_settings_wrap .fa-at:before,.gforms_help .fa-at:before{content:"\f1fa"}.gf_entry_wrap .fa-eyedropper:before,.gform-settings__wrapper .fa-eyedropper:before,.gform_wrapper .fa-eyedropper:before,.gforms_edit_form .fa-eyedropper:before,.gforms_form_settings_wrap .fa-eyedropper:before,.gforms_help .fa-eyedropper:before{content:"\f1fb"}.gf_entry_wrap .fa-paint-brush:before,.gform-settings__wrapper .fa-paint-brush:before,.gform_wrapper .fa-paint-brush:before,.gforms_edit_form .fa-paint-brush:before,.gforms_form_settings_wrap .fa-paint-brush:before,.gforms_help .fa-paint-brush:before{content:"\f1fc"}.gf_entry_wrap .fa-birthday-cake:before,.gform-settings__wrapper .fa-birthday-cake:before,.gform_wrapper .fa-birthday-cake:before,.gforms_edit_form .fa-birthday-cake:before,.gforms_form_settings_wrap .fa-birthday-cake:before,.gforms_help .fa-birthday-cake:before{content:"\f1fd"}.gf_entry_wrap .fa-area-chart:before,.gform-settings__wrapper .fa-area-chart:before,.gform_wrapper .fa-area-chart:before,.gforms_edit_form .fa-area-chart:before,.gforms_form_settings_wrap .fa-area-chart:before,.gforms_help .fa-area-chart:before{content:"\f1fe"}.gf_entry_wrap .fa-pie-chart:before,.gform-settings__wrapper .fa-pie-chart:before,.gform_wrapper .fa-pie-chart:before,.gforms_edit_form .fa-pie-chart:before,.gforms_form_settings_wrap .fa-pie-chart:before,.gforms_help .fa-pie-chart:before{content:"\f200"}.gf_entry_wrap .fa-line-chart:before,.gform-settings__wrapper .fa-line-chart:before,.gform_wrapper .fa-line-chart:before,.gforms_edit_form .fa-line-chart:before,.gforms_form_settings_wrap .fa-line-chart:before,.gforms_help .fa-line-chart:before{content:"\f201"}.gf_entry_wrap .fa-lastfm:before,.gform-settings__wrapper .fa-lastfm:before,.gform_wrapper .fa-lastfm:before,.gforms_edit_form .fa-lastfm:before,.gforms_form_settings_wrap .fa-lastfm:before,.gforms_help .fa-lastfm:before{content:"\f202"}.gf_entry_wrap .fa-lastfm-square:before,.gform-settings__wrapper .fa-lastfm-square:before,.gform_wrapper .fa-lastfm-square:before,.gforms_edit_form .fa-lastfm-square:before,.gforms_form_settings_wrap .fa-lastfm-square:before,.gforms_help .fa-lastfm-square:before{content:"\f203"}.gf_entry_wrap .fa-toggle-off:before,.gform-settings__wrapper .fa-toggle-off:before,.gform_wrapper .fa-toggle-off:before,.gforms_edit_form .fa-toggle-off:before,.gforms_form_settings_wrap .fa-toggle-off:before,.gforms_help .fa-toggle-off:before{content:"\f204"}.gf_entry_wrap .fa-toggle-on:before,.gform-settings__wrapper .fa-toggle-on:before,.gform_wrapper .fa-toggle-on:before,.gforms_edit_form .fa-toggle-on:before,.gforms_form_settings_wrap .fa-toggle-on:before,.gforms_help .fa-toggle-on:before{content:"\f205"}.gf_entry_wrap .fa-bicycle:before,.gform-settings__wrapper .fa-bicycle:before,.gform_wrapper .fa-bicycle:before,.gforms_edit_form .fa-bicycle:before,.gforms_form_settings_wrap .fa-bicycle:before,.gforms_help .fa-bicycle:before{content:"\f206"}.gf_entry_wrap .fa-bus:before,.gform-settings__wrapper .fa-bus:before,.gform_wrapper .fa-bus:before,.gforms_edit_form .fa-bus:before,.gforms_form_settings_wrap .fa-bus:before,.gforms_help .fa-bus:before{content:"\f207"}.gf_entry_wrap .fa-ioxhost:before,.gform-settings__wrapper .fa-ioxhost:before,.gform_wrapper .fa-ioxhost:before,.gforms_edit_form .fa-ioxhost:before,.gforms_form_settings_wrap .fa-ioxhost:before,.gforms_help .fa-ioxhost:before{content:"\f208"}.gf_entry_wrap .fa-angellist:before,.gform-settings__wrapper .fa-angellist:before,.gform_wrapper .fa-angellist:before,.gforms_edit_form .fa-angellist:before,.gforms_form_settings_wrap .fa-angellist:before,.gforms_help .fa-angellist:before{content:"\f209"}.gf_entry_wrap .fa-cc:before,.gform-settings__wrapper .fa-cc:before,.gform_wrapper .fa-cc:before,.gforms_edit_form .fa-cc:before,.gforms_form_settings_wrap .fa-cc:before,.gforms_help .fa-cc:before{content:"\f20a"}.gf_entry_wrap .fa-ils:before,.gf_entry_wrap .fa-shekel:before,.gf_entry_wrap .fa-sheqel:before,.gform-settings__wrapper .fa-ils:before,.gform-settings__wrapper .fa-shekel:before,.gform-settings__wrapper .fa-sheqel:before,.gform_wrapper .fa-ils:before,.gform_wrapper .fa-shekel:before,.gform_wrapper .fa-sheqel:before,.gforms_edit_form .fa-ils:before,.gforms_edit_form .fa-shekel:before,.gforms_edit_form .fa-sheqel:before,.gforms_form_settings_wrap .fa-ils:before,.gforms_form_settings_wrap .fa-shekel:before,.gforms_form_settings_wrap .fa-sheqel:before,.gforms_help .fa-ils:before,.gforms_help .fa-shekel:before,.gforms_help .fa-sheqel:before{content:"\f20b"}.gf_entry_wrap .fa-meanpath:before,.gform-settings__wrapper .fa-meanpath:before,.gform_wrapper .fa-meanpath:before,.gforms_edit_form .fa-meanpath:before,.gforms_form_settings_wrap .fa-meanpath:before,.gforms_help .fa-meanpath:before{content:"\f20c"}.gf_entry_wrap .fa-buysellads:before,.gform-settings__wrapper .fa-buysellads:before,.gform_wrapper .fa-buysellads:before,.gforms_edit_form .fa-buysellads:before,.gforms_form_settings_wrap .fa-buysellads:before,.gforms_help .fa-buysellads:before{content:"\f20d"}.gf_entry_wrap .fa-connectdevelop:before,.gform-settings__wrapper .fa-connectdevelop:before,.gform_wrapper .fa-connectdevelop:before,.gforms_edit_form .fa-connectdevelop:before,.gforms_form_settings_wrap .fa-connectdevelop:before,.gforms_help .fa-connectdevelop:before{content:"\f20e"}.gf_entry_wrap .fa-dashcube:before,.gform-settings__wrapper .fa-dashcube:before,.gform_wrapper .fa-dashcube:before,.gforms_edit_form .fa-dashcube:before,.gforms_form_settings_wrap .fa-dashcube:before,.gforms_help .fa-dashcube:before{content:"\f210"}.gf_entry_wrap .fa-forumbee:before,.gform-settings__wrapper .fa-forumbee:before,.gform_wrapper .fa-forumbee:before,.gforms_edit_form .fa-forumbee:before,.gforms_form_settings_wrap .fa-forumbee:before,.gforms_help .fa-forumbee:before{content:"\f211"}.gf_entry_wrap .fa-leanpub:before,.gform-settings__wrapper .fa-leanpub:before,.gform_wrapper .fa-leanpub:before,.gforms_edit_form .fa-leanpub:before,.gforms_form_settings_wrap .fa-leanpub:before,.gforms_help .fa-leanpub:before{content:"\f212"}.gf_entry_wrap .fa-sellsy:before,.gform-settings__wrapper .fa-sellsy:before,.gform_wrapper .fa-sellsy:before,.gforms_edit_form .fa-sellsy:before,.gforms_form_settings_wrap .fa-sellsy:before,.gforms_help .fa-sellsy:before{content:"\f213"}.gf_entry_wrap .fa-shirtsinbulk:before,.gform-settings__wrapper .fa-shirtsinbulk:before,.gform_wrapper .fa-shirtsinbulk:before,.gforms_edit_form .fa-shirtsinbulk:before,.gforms_form_settings_wrap .fa-shirtsinbulk:before,.gforms_help .fa-shirtsinbulk:before{content:"\f214"}.gf_entry_wrap .fa-simplybuilt:before,.gform-settings__wrapper .fa-simplybuilt:before,.gform_wrapper .fa-simplybuilt:before,.gforms_edit_form .fa-simplybuilt:before,.gforms_form_settings_wrap .fa-simplybuilt:before,.gforms_help .fa-simplybuilt:before{content:"\f215"}.gf_entry_wrap .fa-skyatlas:before,.gform-settings__wrapper .fa-skyatlas:before,.gform_wrapper .fa-skyatlas:before,.gforms_edit_form .fa-skyatlas:before,.gforms_form_settings_wrap .fa-skyatlas:before,.gforms_help .fa-skyatlas:before{content:"\f216"}.gf_entry_wrap .fa-cart-plus:before,.gform-settings__wrapper .fa-cart-plus:before,.gform_wrapper .fa-cart-plus:before,.gforms_edit_form .fa-cart-plus:before,.gforms_form_settings_wrap .fa-cart-plus:before,.gforms_help .fa-cart-plus:before{content:"\f217"}.gf_entry_wrap .fa-cart-arrow-down:before,.gform-settings__wrapper .fa-cart-arrow-down:before,.gform_wrapper .fa-cart-arrow-down:before,.gforms_edit_form .fa-cart-arrow-down:before,.gforms_form_settings_wrap .fa-cart-arrow-down:before,.gforms_help .fa-cart-arrow-down:before{content:"\f218"}.gf_entry_wrap .fa-diamond:before,.gform-settings__wrapper .fa-diamond:before,.gform_wrapper .fa-diamond:before,.gforms_edit_form .fa-diamond:before,.gforms_form_settings_wrap .fa-diamond:before,.gforms_help .fa-diamond:before{content:"\f219"}.gf_entry_wrap .fa-ship:before,.gform-settings__wrapper .fa-ship:before,.gform_wrapper .fa-ship:before,.gforms_edit_form .fa-ship:before,.gforms_form_settings_wrap .fa-ship:before,.gforms_help .fa-ship:before{content:"\f21a"}.gf_entry_wrap .fa-user-secret:before,.gform-settings__wrapper .fa-user-secret:before,.gform_wrapper .fa-user-secret:before,.gforms_edit_form .fa-user-secret:before,.gforms_form_settings_wrap .fa-user-secret:before,.gforms_help .fa-user-secret:before{content:"\f21b"}.gf_entry_wrap .fa-motorcycle:before,.gform-settings__wrapper .fa-motorcycle:before,.gform_wrapper .fa-motorcycle:before,.gforms_edit_form .fa-motorcycle:before,.gforms_form_settings_wrap .fa-motorcycle:before,.gforms_help .fa-motorcycle:before{content:"\f21c"}.gf_entry_wrap .fa-street-view:before,.gform-settings__wrapper .fa-street-view:before,.gform_wrapper .fa-street-view:before,.gforms_edit_form .fa-street-view:before,.gforms_form_settings_wrap .fa-street-view:before,.gforms_help .fa-street-view:before{content:"\f21d"}.gf_entry_wrap .fa-heartbeat:before,.gform-settings__wrapper .fa-heartbeat:before,.gform_wrapper .fa-heartbeat:before,.gforms_edit_form .fa-heartbeat:before,.gforms_form_settings_wrap .fa-heartbeat:before,.gforms_help .fa-heartbeat:before{content:"\f21e"}.gf_entry_wrap .fa-venus:before,.gform-settings__wrapper .fa-venus:before,.gform_wrapper .fa-venus:before,.gforms_edit_form .fa-venus:before,.gforms_form_settings_wrap .fa-venus:before,.gforms_help .fa-venus:before{content:"\f221"}.gf_entry_wrap .fa-mars:before,.gform-settings__wrapper .fa-mars:before,.gform_wrapper .fa-mars:before,.gforms_edit_form .fa-mars:before,.gforms_form_settings_wrap .fa-mars:before,.gforms_help .fa-mars:before{content:"\f222"}.gf_entry_wrap .fa-mercury:before,.gform-settings__wrapper .fa-mercury:before,.gform_wrapper .fa-mercury:before,.gforms_edit_form .fa-mercury:before,.gforms_form_settings_wrap .fa-mercury:before,.gforms_help .fa-mercury:before{content:"\f223"}.gf_entry_wrap .fa-intersex:before,.gf_entry_wrap .fa-transgender:before,.gform-settings__wrapper .fa-intersex:before,.gform-settings__wrapper .fa-transgender:before,.gform_wrapper .fa-intersex:before,.gform_wrapper .fa-transgender:before,.gforms_edit_form .fa-intersex:before,.gforms_edit_form .fa-transgender:before,.gforms_form_settings_wrap .fa-intersex:before,.gforms_form_settings_wrap .fa-transgender:before,.gforms_help .fa-intersex:before,.gforms_help .fa-transgender:before{content:"\f224"}.gf_entry_wrap .fa-transgender-alt:before,.gform-settings__wrapper .fa-transgender-alt:before,.gform_wrapper .fa-transgender-alt:before,.gforms_edit_form .fa-transgender-alt:before,.gforms_form_settings_wrap .fa-transgender-alt:before,.gforms_help .fa-transgender-alt:before{content:"\f225"}.gf_entry_wrap .fa-venus-double:before,.gform-settings__wrapper .fa-venus-double:before,.gform_wrapper .fa-venus-double:before,.gforms_edit_form .fa-venus-double:before,.gforms_form_settings_wrap .fa-venus-double:before,.gforms_help .fa-venus-double:before{content:"\f226"}.gf_entry_wrap .fa-mars-double:before,.gform-settings__wrapper .fa-mars-double:before,.gform_wrapper .fa-mars-double:before,.gforms_edit_form .fa-mars-double:before,.gforms_form_settings_wrap .fa-mars-double:before,.gforms_help .fa-mars-double:before{content:"\f227"}.gf_entry_wrap .fa-venus-mars:before,.gform-settings__wrapper .fa-venus-mars:before,.gform_wrapper .fa-venus-mars:before,.gforms_edit_form .fa-venus-mars:before,.gforms_form_settings_wrap .fa-venus-mars:before,.gforms_help .fa-venus-mars:before{content:"\f228"}.gf_entry_wrap .fa-mars-stroke:before,.gform-settings__wrapper .fa-mars-stroke:before,.gform_wrapper .fa-mars-stroke:before,.gforms_edit_form .fa-mars-stroke:before,.gforms_form_settings_wrap .fa-mars-stroke:before,.gforms_help .fa-mars-stroke:before{content:"\f229"}.gf_entry_wrap .fa-mars-stroke-v:before,.gform-settings__wrapper .fa-mars-stroke-v:before,.gform_wrapper .fa-mars-stroke-v:before,.gforms_edit_form .fa-mars-stroke-v:before,.gforms_form_settings_wrap .fa-mars-stroke-v:before,.gforms_help .fa-mars-stroke-v:before{content:"\f22a"}.gf_entry_wrap .fa-mars-stroke-h:before,.gform-settings__wrapper .fa-mars-stroke-h:before,.gform_wrapper .fa-mars-stroke-h:before,.gforms_edit_form .fa-mars-stroke-h:before,.gforms_form_settings_wrap .fa-mars-stroke-h:before,.gforms_help .fa-mars-stroke-h:before{content:"\f22b"}.gf_entry_wrap .fa-neuter:before,.gform-settings__wrapper .fa-neuter:before,.gform_wrapper .fa-neuter:before,.gforms_edit_form .fa-neuter:before,.gforms_form_settings_wrap .fa-neuter:before,.gforms_help .fa-neuter:before{content:"\f22c"}.gf_entry_wrap .fa-genderless:before,.gform-settings__wrapper .fa-genderless:before,.gform_wrapper .fa-genderless:before,.gforms_edit_form .fa-genderless:before,.gforms_form_settings_wrap .fa-genderless:before,.gforms_help .fa-genderless:before{content:"\f22d"}.gf_entry_wrap .fa-facebook-official:before,.gform-settings__wrapper .fa-facebook-official:before,.gform_wrapper .fa-facebook-official:before,.gforms_edit_form .fa-facebook-official:before,.gforms_form_settings_wrap .fa-facebook-official:before,.gforms_help .fa-facebook-official:before{content:"\f230"}.gf_entry_wrap .fa-pinterest-p:before,.gform-settings__wrapper .fa-pinterest-p:before,.gform_wrapper .fa-pinterest-p:before,.gforms_edit_form .fa-pinterest-p:before,.gforms_form_settings_wrap .fa-pinterest-p:before,.gforms_help .fa-pinterest-p:before{content:"\f231"}.gf_entry_wrap .fa-whatsapp:before,.gform-settings__wrapper .fa-whatsapp:before,.gform_wrapper .fa-whatsapp:before,.gforms_edit_form .fa-whatsapp:before,.gforms_form_settings_wrap .fa-whatsapp:before,.gforms_help .fa-whatsapp:before{content:"\f232"}.gf_entry_wrap .fa-server:before,.gform-settings__wrapper .fa-server:before,.gform_wrapper .fa-server:before,.gforms_edit_form .fa-server:before,.gforms_form_settings_wrap .fa-server:before,.gforms_help .fa-server:before{content:"\f233"}.gf_entry_wrap .fa-user-plus:before,.gform-settings__wrapper .fa-user-plus:before,.gform_wrapper .fa-user-plus:before,.gforms_edit_form .fa-user-plus:before,.gforms_form_settings_wrap .fa-user-plus:before,.gforms_help .fa-user-plus:before{content:"\f234"}.gf_entry_wrap .fa-user-times:before,.gform-settings__wrapper .fa-user-times:before,.gform_wrapper .fa-user-times:before,.gforms_edit_form .fa-user-times:before,.gforms_form_settings_wrap .fa-user-times:before,.gforms_help .fa-user-times:before{content:"\f235"}.gf_entry_wrap .fa-bed:before,.gf_entry_wrap .fa-hotel:before,.gform-settings__wrapper .fa-bed:before,.gform-settings__wrapper .fa-hotel:before,.gform_wrapper .fa-bed:before,.gform_wrapper .fa-hotel:before,.gforms_edit_form .fa-bed:before,.gforms_edit_form .fa-hotel:before,.gforms_form_settings_wrap .fa-bed:before,.gforms_form_settings_wrap .fa-hotel:before,.gforms_help .fa-bed:before,.gforms_help .fa-hotel:before{content:"\f236"}.gf_entry_wrap .fa-viacoin:before,.gform-settings__wrapper .fa-viacoin:before,.gform_wrapper .fa-viacoin:before,.gforms_edit_form .fa-viacoin:before,.gforms_form_settings_wrap .fa-viacoin:before,.gforms_help .fa-viacoin:before{content:"\f237"}.gf_entry_wrap .fa-train:before,.gform-settings__wrapper .fa-train:before,.gform_wrapper .fa-train:before,.gforms_edit_form .fa-train:before,.gforms_form_settings_wrap .fa-train:before,.gforms_help .fa-train:before{content:"\f238"}.gf_entry_wrap .fa-subway:before,.gform-settings__wrapper .fa-subway:before,.gform_wrapper .fa-subway:before,.gforms_edit_form .fa-subway:before,.gforms_form_settings_wrap .fa-subway:before,.gforms_help .fa-subway:before{content:"\f239"}.gf_entry_wrap .fa-medium:before,.gform-settings__wrapper .fa-medium:before,.gform_wrapper .fa-medium:before,.gforms_edit_form .fa-medium:before,.gforms_form_settings_wrap .fa-medium:before,.gforms_help .fa-medium:before{content:"\f23a"}.gf_entry_wrap .fa-y-combinator:before,.gf_entry_wrap .fa-yc:before,.gform-settings__wrapper .fa-y-combinator:before,.gform-settings__wrapper .fa-yc:before,.gform_wrapper .fa-y-combinator:before,.gform_wrapper .fa-yc:before,.gforms_edit_form .fa-y-combinator:before,.gforms_edit_form .fa-yc:before,.gforms_form_settings_wrap .fa-y-combinator:before,.gforms_form_settings_wrap .fa-yc:before,.gforms_help .fa-y-combinator:before,.gforms_help .fa-yc:before{content:"\f23b"}.gf_entry_wrap .fa-optin-monster:before,.gform-settings__wrapper .fa-optin-monster:before,.gform_wrapper .fa-optin-monster:before,.gforms_edit_form .fa-optin-monster:before,.gforms_form_settings_wrap .fa-optin-monster:before,.gforms_help .fa-optin-monster:before{content:"\f23c"}.gf_entry_wrap .fa-opencart:before,.gform-settings__wrapper .fa-opencart:before,.gform_wrapper .fa-opencart:before,.gforms_edit_form .fa-opencart:before,.gforms_form_settings_wrap .fa-opencart:before,.gforms_help .fa-opencart:before{content:"\f23d"}.gf_entry_wrap .fa-expeditedssl:before,.gform-settings__wrapper .fa-expeditedssl:before,.gform_wrapper .fa-expeditedssl:before,.gforms_edit_form .fa-expeditedssl:before,.gforms_form_settings_wrap .fa-expeditedssl:before,.gforms_help .fa-expeditedssl:before{content:"\f23e"}.gf_entry_wrap .fa-battery-4:before,.gf_entry_wrap .fa-battery-full:before,.gf_entry_wrap .fa-battery:before,.gform-settings__wrapper .fa-battery-4:before,.gform-settings__wrapper .fa-battery-full:before,.gform-settings__wrapper .fa-battery:before,.gform_wrapper .fa-battery-4:before,.gform_wrapper .fa-battery-full:before,.gform_wrapper .fa-battery:before,.gforms_edit_form .fa-battery-4:before,.gforms_edit_form .fa-battery-full:before,.gforms_edit_form .fa-battery:before,.gforms_form_settings_wrap .fa-battery-4:before,.gforms_form_settings_wrap .fa-battery-full:before,.gforms_form_settings_wrap .fa-battery:before,.gforms_help .fa-battery-4:before,.gforms_help .fa-battery-full:before,.gforms_help .fa-battery:before{content:"\f240"}.gf_entry_wrap .fa-battery-3:before,.gf_entry_wrap .fa-battery-three-quarters:before,.gform-settings__wrapper .fa-battery-3:before,.gform-settings__wrapper .fa-battery-three-quarters:before,.gform_wrapper .fa-battery-3:before,.gform_wrapper .fa-battery-three-quarters:before,.gforms_edit_form .fa-battery-3:before,.gforms_edit_form .fa-battery-three-quarters:before,.gforms_form_settings_wrap .fa-battery-3:before,.gforms_form_settings_wrap .fa-battery-three-quarters:before,.gforms_help .fa-battery-3:before,.gforms_help .fa-battery-three-quarters:before{content:"\f241"}.gf_entry_wrap .fa-battery-2:before,.gf_entry_wrap .fa-battery-half:before,.gform-settings__wrapper .fa-battery-2:before,.gform-settings__wrapper .fa-battery-half:before,.gform_wrapper .fa-battery-2:before,.gform_wrapper .fa-battery-half:before,.gforms_edit_form .fa-battery-2:before,.gforms_edit_form .fa-battery-half:before,.gforms_form_settings_wrap .fa-battery-2:before,.gforms_form_settings_wrap .fa-battery-half:before,.gforms_help .fa-battery-2:before,.gforms_help .fa-battery-half:before{content:"\f242"}.gf_entry_wrap .fa-battery-1:before,.gf_entry_wrap .fa-battery-quarter:before,.gform-settings__wrapper .fa-battery-1:before,.gform-settings__wrapper .fa-battery-quarter:before,.gform_wrapper .fa-battery-1:before,.gform_wrapper .fa-battery-quarter:before,.gforms_edit_form .fa-battery-1:before,.gforms_edit_form .fa-battery-quarter:before,.gforms_form_settings_wrap .fa-battery-1:before,.gforms_form_settings_wrap .fa-battery-quarter:before,.gforms_help .fa-battery-1:before,.gforms_help .fa-battery-quarter:before{content:"\f243"}.gf_entry_wrap .fa-battery-0:before,.gf_entry_wrap .fa-battery-empty:before,.gform-settings__wrapper .fa-battery-0:before,.gform-settings__wrapper .fa-battery-empty:before,.gform_wrapper .fa-battery-0:before,.gform_wrapper .fa-battery-empty:before,.gforms_edit_form .fa-battery-0:before,.gforms_edit_form .fa-battery-empty:before,.gforms_form_settings_wrap .fa-battery-0:before,.gforms_form_settings_wrap .fa-battery-empty:before,.gforms_help .fa-battery-0:before,.gforms_help .fa-battery-empty:before{content:"\f244"}.gf_entry_wrap .fa-mouse-pointer:before,.gform-settings__wrapper .fa-mouse-pointer:before,.gform_wrapper .fa-mouse-pointer:before,.gforms_edit_form .fa-mouse-pointer:before,.gforms_form_settings_wrap .fa-mouse-pointer:before,.gforms_help .fa-mouse-pointer:before{content:"\f245"}.gf_entry_wrap .fa-i-cursor:before,.gform-settings__wrapper .fa-i-cursor:before,.gform_wrapper .fa-i-cursor:before,.gforms_edit_form .fa-i-cursor:before,.gforms_form_settings_wrap .fa-i-cursor:before,.gforms_help .fa-i-cursor:before{content:"\f246"}.gf_entry_wrap .fa-object-group:before,.gform-settings__wrapper .fa-object-group:before,.gform_wrapper .fa-object-group:before,.gforms_edit_form .fa-object-group:before,.gforms_form_settings_wrap .fa-object-group:before,.gforms_help .fa-object-group:before{content:"\f247"}.gf_entry_wrap .fa-object-ungroup:before,.gform-settings__wrapper .fa-object-ungroup:before,.gform_wrapper .fa-object-ungroup:before,.gforms_edit_form .fa-object-ungroup:before,.gforms_form_settings_wrap .fa-object-ungroup:before,.gforms_help .fa-object-ungroup:before{content:"\f248"}.gf_entry_wrap .fa-sticky-note:before,.gform-settings__wrapper .fa-sticky-note:before,.gform_wrapper .fa-sticky-note:before,.gforms_edit_form .fa-sticky-note:before,.gforms_form_settings_wrap .fa-sticky-note:before,.gforms_help .fa-sticky-note:before{content:"\f249"}.gf_entry_wrap .fa-sticky-note-o:before,.gform-settings__wrapper .fa-sticky-note-o:before,.gform_wrapper .fa-sticky-note-o:before,.gforms_edit_form .fa-sticky-note-o:before,.gforms_form_settings_wrap .fa-sticky-note-o:before,.gforms_help .fa-sticky-note-o:before{content:"\f24a"}.gf_entry_wrap .fa-cc-jcb:before,.gform-settings__wrapper .fa-cc-jcb:before,.gform_wrapper .fa-cc-jcb:before,.gforms_edit_form .fa-cc-jcb:before,.gforms_form_settings_wrap .fa-cc-jcb:before,.gforms_help .fa-cc-jcb:before{content:"\f24b"}.gf_entry_wrap .fa-cc-diners-club:before,.gform-settings__wrapper .fa-cc-diners-club:before,.gform_wrapper .fa-cc-diners-club:before,.gforms_edit_form .fa-cc-diners-club:before,.gforms_form_settings_wrap .fa-cc-diners-club:before,.gforms_help .fa-cc-diners-club:before{content:"\f24c"}.gf_entry_wrap .fa-clone:before,.gform-settings__wrapper .fa-clone:before,.gform_wrapper .fa-clone:before,.gforms_edit_form .fa-clone:before,.gforms_form_settings_wrap .fa-clone:before,.gforms_help .fa-clone:before{content:"\f24d"}.gf_entry_wrap .fa-balance-scale:before,.gform-settings__wrapper .fa-balance-scale:before,.gform_wrapper .fa-balance-scale:before,.gforms_edit_form .fa-balance-scale:before,.gforms_form_settings_wrap .fa-balance-scale:before,.gforms_help .fa-balance-scale:before{content:"\f24e"}.gf_entry_wrap .fa-hourglass-o:before,.gform-settings__wrapper .fa-hourglass-o:before,.gform_wrapper .fa-hourglass-o:before,.gforms_edit_form .fa-hourglass-o:before,.gforms_form_settings_wrap .fa-hourglass-o:before,.gforms_help .fa-hourglass-o:before{content:"\f250"}.gf_entry_wrap .fa-hourglass-1:before,.gf_entry_wrap .fa-hourglass-start:before,.gform-settings__wrapper .fa-hourglass-1:before,.gform-settings__wrapper .fa-hourglass-start:before,.gform_wrapper .fa-hourglass-1:before,.gform_wrapper .fa-hourglass-start:before,.gforms_edit_form .fa-hourglass-1:before,.gforms_edit_form .fa-hourglass-start:before,.gforms_form_settings_wrap .fa-hourglass-1:before,.gforms_form_settings_wrap .fa-hourglass-start:before,.gforms_help .fa-hourglass-1:before,.gforms_help .fa-hourglass-start:before{content:"\f251"}.gf_entry_wrap .fa-hourglass-2:before,.gf_entry_wrap .fa-hourglass-half:before,.gform-settings__wrapper .fa-hourglass-2:before,.gform-settings__wrapper .fa-hourglass-half:before,.gform_wrapper .fa-hourglass-2:before,.gform_wrapper .fa-hourglass-half:before,.gforms_edit_form .fa-hourglass-2:before,.gforms_edit_form .fa-hourglass-half:before,.gforms_form_settings_wrap .fa-hourglass-2:before,.gforms_form_settings_wrap .fa-hourglass-half:before,.gforms_help .fa-hourglass-2:before,.gforms_help .fa-hourglass-half:before{content:"\f252"}.gf_entry_wrap .fa-hourglass-3:before,.gf_entry_wrap .fa-hourglass-end:before,.gform-settings__wrapper .fa-hourglass-3:before,.gform-settings__wrapper .fa-hourglass-end:before,.gform_wrapper .fa-hourglass-3:before,.gform_wrapper .fa-hourglass-end:before,.gforms_edit_form .fa-hourglass-3:before,.gforms_edit_form .fa-hourglass-end:before,.gforms_form_settings_wrap .fa-hourglass-3:before,.gforms_form_settings_wrap .fa-hourglass-end:before,.gforms_help .fa-hourglass-3:before,.gforms_help .fa-hourglass-end:before{content:"\f253"}.gf_entry_wrap .fa-hourglass:before,.gform-settings__wrapper .fa-hourglass:before,.gform_wrapper .fa-hourglass:before,.gforms_edit_form .fa-hourglass:before,.gforms_form_settings_wrap .fa-hourglass:before,.gforms_help .fa-hourglass:before{content:"\f254"}.gf_entry_wrap .fa-hand-grab-o:before,.gf_entry_wrap .fa-hand-rock-o:before,.gform-settings__wrapper .fa-hand-grab-o:before,.gform-settings__wrapper .fa-hand-rock-o:before,.gform_wrapper .fa-hand-grab-o:before,.gform_wrapper .fa-hand-rock-o:before,.gforms_edit_form .fa-hand-grab-o:before,.gforms_edit_form .fa-hand-rock-o:before,.gforms_form_settings_wrap .fa-hand-grab-o:before,.gforms_form_settings_wrap .fa-hand-rock-o:before,.gforms_help .fa-hand-grab-o:before,.gforms_help .fa-hand-rock-o:before{content:"\f255"}.gf_entry_wrap .fa-hand-paper-o:before,.gf_entry_wrap .fa-hand-stop-o:before,.gform-settings__wrapper .fa-hand-paper-o:before,.gform-settings__wrapper .fa-hand-stop-o:before,.gform_wrapper .fa-hand-paper-o:before,.gform_wrapper .fa-hand-stop-o:before,.gforms_edit_form .fa-hand-paper-o:before,.gforms_edit_form .fa-hand-stop-o:before,.gforms_form_settings_wrap .fa-hand-paper-o:before,.gforms_form_settings_wrap .fa-hand-stop-o:before,.gforms_help .fa-hand-paper-o:before,.gforms_help .fa-hand-stop-o:before{content:"\f256"}.gf_entry_wrap .fa-hand-scissors-o:before,.gform-settings__wrapper .fa-hand-scissors-o:before,.gform_wrapper .fa-hand-scissors-o:before,.gforms_edit_form .fa-hand-scissors-o:before,.gforms_form_settings_wrap .fa-hand-scissors-o:before,.gforms_help .fa-hand-scissors-o:before{content:"\f257"}.gf_entry_wrap .fa-hand-lizard-o:before,.gform-settings__wrapper .fa-hand-lizard-o:before,.gform_wrapper .fa-hand-lizard-o:before,.gforms_edit_form .fa-hand-lizard-o:before,.gforms_form_settings_wrap .fa-hand-lizard-o:before,.gforms_help .fa-hand-lizard-o:before{content:"\f258"}.gf_entry_wrap .fa-hand-spock-o:before,.gform-settings__wrapper .fa-hand-spock-o:before,.gform_wrapper .fa-hand-spock-o:before,.gforms_edit_form .fa-hand-spock-o:before,.gforms_form_settings_wrap .fa-hand-spock-o:before,.gforms_help .fa-hand-spock-o:before{content:"\f259"}.gf_entry_wrap .fa-hand-pointer-o:before,.gform-settings__wrapper .fa-hand-pointer-o:before,.gform_wrapper .fa-hand-pointer-o:before,.gforms_edit_form .fa-hand-pointer-o:before,.gforms_form_settings_wrap .fa-hand-pointer-o:before,.gforms_help .fa-hand-pointer-o:before{content:"\f25a"}.gf_entry_wrap .fa-hand-peace-o:before,.gform-settings__wrapper .fa-hand-peace-o:before,.gform_wrapper .fa-hand-peace-o:before,.gforms_edit_form .fa-hand-peace-o:before,.gforms_form_settings_wrap .fa-hand-peace-o:before,.gforms_help .fa-hand-peace-o:before{content:"\f25b"}.gf_entry_wrap .fa-trademark:before,.gform-settings__wrapper .fa-trademark:before,.gform_wrapper .fa-trademark:before,.gforms_edit_form .fa-trademark:before,.gforms_form_settings_wrap .fa-trademark:before,.gforms_help .fa-trademark:before{content:"\f25c"}.gf_entry_wrap .fa-registered:before,.gform-settings__wrapper .fa-registered:before,.gform_wrapper .fa-registered:before,.gforms_edit_form .fa-registered:before,.gforms_form_settings_wrap .fa-registered:before,.gforms_help .fa-registered:before{content:"\f25d"}.gf_entry_wrap .fa-creative-commons:before,.gform-settings__wrapper .fa-creative-commons:before,.gform_wrapper .fa-creative-commons:before,.gforms_edit_form .fa-creative-commons:before,.gforms_form_settings_wrap .fa-creative-commons:before,.gforms_help .fa-creative-commons:before{content:"\f25e"}.gf_entry_wrap .fa-gg:before,.gform-settings__wrapper .fa-gg:before,.gform_wrapper .fa-gg:before,.gforms_edit_form .fa-gg:before,.gforms_form_settings_wrap .fa-gg:before,.gforms_help .fa-gg:before{content:"\f260"}.gf_entry_wrap .fa-gg-circle:before,.gform-settings__wrapper .fa-gg-circle:before,.gform_wrapper .fa-gg-circle:before,.gforms_edit_form .fa-gg-circle:before,.gforms_form_settings_wrap .fa-gg-circle:before,.gforms_help .fa-gg-circle:before{content:"\f261"}.gf_entry_wrap .fa-tripadvisor:before,.gform-settings__wrapper .fa-tripadvisor:before,.gform_wrapper .fa-tripadvisor:before,.gforms_edit_form .fa-tripadvisor:before,.gforms_form_settings_wrap .fa-tripadvisor:before,.gforms_help .fa-tripadvisor:before{content:"\f262"}.gf_entry_wrap .fa-odnoklassniki:before,.gform-settings__wrapper .fa-odnoklassniki:before,.gform_wrapper .fa-odnoklassniki:before,.gforms_edit_form .fa-odnoklassniki:before,.gforms_form_settings_wrap .fa-odnoklassniki:before,.gforms_help .fa-odnoklassniki:before{content:"\f263"}.gf_entry_wrap .fa-odnoklassniki-square:before,.gform-settings__wrapper .fa-odnoklassniki-square:before,.gform_wrapper .fa-odnoklassniki-square:before,.gforms_edit_form .fa-odnoklassniki-square:before,.gforms_form_settings_wrap .fa-odnoklassniki-square:before,.gforms_help .fa-odnoklassniki-square:before{content:"\f264"}.gf_entry_wrap .fa-get-pocket:before,.gform-settings__wrapper .fa-get-pocket:before,.gform_wrapper .fa-get-pocket:before,.gforms_edit_form .fa-get-pocket:before,.gforms_form_settings_wrap .fa-get-pocket:before,.gforms_help .fa-get-pocket:before{content:"\f265"}.gf_entry_wrap .fa-wikipedia-w:before,.gform-settings__wrapper .fa-wikipedia-w:before,.gform_wrapper .fa-wikipedia-w:before,.gforms_edit_form .fa-wikipedia-w:before,.gforms_form_settings_wrap .fa-wikipedia-w:before,.gforms_help .fa-wikipedia-w:before{content:"\f266"}.gf_entry_wrap .fa-safari:before,.gform-settings__wrapper .fa-safari:before,.gform_wrapper .fa-safari:before,.gforms_edit_form .fa-safari:before,.gforms_form_settings_wrap .fa-safari:before,.gforms_help .fa-safari:before{content:"\f267"}.gf_entry_wrap .fa-chrome:before,.gform-settings__wrapper .fa-chrome:before,.gform_wrapper .fa-chrome:before,.gforms_edit_form .fa-chrome:before,.gforms_form_settings_wrap .fa-chrome:before,.gforms_help .fa-chrome:before{content:"\f268"}.gf_entry_wrap .fa-firefox:before,.gform-settings__wrapper .fa-firefox:before,.gform_wrapper .fa-firefox:before,.gforms_edit_form .fa-firefox:before,.gforms_form_settings_wrap .fa-firefox:before,.gforms_help .fa-firefox:before{content:"\f269"}.gf_entry_wrap .fa-opera:before,.gform-settings__wrapper .fa-opera:before,.gform_wrapper .fa-opera:before,.gforms_edit_form .fa-opera:before,.gforms_form_settings_wrap .fa-opera:before,.gforms_help .fa-opera:before{content:"\f26a"}.gf_entry_wrap .fa-internet-explorer:before,.gform-settings__wrapper .fa-internet-explorer:before,.gform_wrapper .fa-internet-explorer:before,.gforms_edit_form .fa-internet-explorer:before,.gforms_form_settings_wrap .fa-internet-explorer:before,.gforms_help .fa-internet-explorer:before{content:"\f26b"}.gf_entry_wrap .fa-television:before,.gf_entry_wrap .fa-tv:before,.gform-settings__wrapper .fa-television:before,.gform-settings__wrapper .fa-tv:before,.gform_wrapper .fa-television:before,.gform_wrapper .fa-tv:before,.gforms_edit_form .fa-television:before,.gforms_edit_form .fa-tv:before,.gforms_form_settings_wrap .fa-television:before,.gforms_form_settings_wrap .fa-tv:before,.gforms_help .fa-television:before,.gforms_help .fa-tv:before{content:"\f26c"}.gf_entry_wrap .fa-contao:before,.gform-settings__wrapper .fa-contao:before,.gform_wrapper .fa-contao:before,.gforms_edit_form .fa-contao:before,.gforms_form_settings_wrap .fa-contao:before,.gforms_help .fa-contao:before{content:"\f26d"}.gf_entry_wrap .fa-500px:before,.gform-settings__wrapper .fa-500px:before,.gform_wrapper .fa-500px:before,.gforms_edit_form .fa-500px:before,.gforms_form_settings_wrap .fa-500px:before,.gforms_help .fa-500px:before{content:"\f26e"}.gf_entry_wrap .fa-amazon:before,.gform-settings__wrapper .fa-amazon:before,.gform_wrapper .fa-amazon:before,.gforms_edit_form .fa-amazon:before,.gforms_form_settings_wrap .fa-amazon:before,.gforms_help .fa-amazon:before{content:"\f270"}.gf_entry_wrap .fa-calendar-plus-o:before,.gform-settings__wrapper .fa-calendar-plus-o:before,.gform_wrapper .fa-calendar-plus-o:before,.gforms_edit_form .fa-calendar-plus-o:before,.gforms_form_settings_wrap .fa-calendar-plus-o:before,.gforms_help .fa-calendar-plus-o:before{content:"\f271"}.gf_entry_wrap .fa-calendar-minus-o:before,.gform-settings__wrapper .fa-calendar-minus-o:before,.gform_wrapper .fa-calendar-minus-o:before,.gforms_edit_form .fa-calendar-minus-o:before,.gforms_form_settings_wrap .fa-calendar-minus-o:before,.gforms_help .fa-calendar-minus-o:before{content:"\f272"}.gf_entry_wrap .fa-calendar-times-o:before,.gform-settings__wrapper .fa-calendar-times-o:before,.gform_wrapper .fa-calendar-times-o:before,.gforms_edit_form .fa-calendar-times-o:before,.gforms_form_settings_wrap .fa-calendar-times-o:before,.gforms_help .fa-calendar-times-o:before{content:"\f273"}.gf_entry_wrap .fa-calendar-check-o:before,.gform-settings__wrapper .fa-calendar-check-o:before,.gform_wrapper .fa-calendar-check-o:before,.gforms_edit_form .fa-calendar-check-o:before,.gforms_form_settings_wrap .fa-calendar-check-o:before,.gforms_help .fa-calendar-check-o:before{content:"\f274"}.gf_entry_wrap .fa-industry:before,.gform-settings__wrapper .fa-industry:before,.gform_wrapper .fa-industry:before,.gforms_edit_form .fa-industry:before,.gforms_form_settings_wrap .fa-industry:before,.gforms_help .fa-industry:before{content:"\f275"}.gf_entry_wrap .fa-map-pin:before,.gform-settings__wrapper .fa-map-pin:before,.gform_wrapper .fa-map-pin:before,.gforms_edit_form .fa-map-pin:before,.gforms_form_settings_wrap .fa-map-pin:before,.gforms_help .fa-map-pin:before{content:"\f276"}.gf_entry_wrap .fa-map-signs:before,.gform-settings__wrapper .fa-map-signs:before,.gform_wrapper .fa-map-signs:before,.gforms_edit_form .fa-map-signs:before,.gforms_form_settings_wrap .fa-map-signs:before,.gforms_help .fa-map-signs:before{content:"\f277"}.gf_entry_wrap .fa-map-o:before,.gform-settings__wrapper .fa-map-o:before,.gform_wrapper .fa-map-o:before,.gforms_edit_form .fa-map-o:before,.gforms_form_settings_wrap .fa-map-o:before,.gforms_help .fa-map-o:before{content:"\f278"}.gf_entry_wrap .fa-map:before,.gform-settings__wrapper .fa-map:before,.gform_wrapper .fa-map:before,.gforms_edit_form .fa-map:before,.gforms_form_settings_wrap .fa-map:before,.gforms_help .fa-map:before{content:"\f279"}.gf_entry_wrap .fa-commenting:before,.gform-settings__wrapper .fa-commenting:before,.gform_wrapper .fa-commenting:before,.gforms_edit_form .fa-commenting:before,.gforms_form_settings_wrap .fa-commenting:before,.gforms_help .fa-commenting:before{content:"\f27a"}.gf_entry_wrap .fa-commenting-o:before,.gform-settings__wrapper .fa-commenting-o:before,.gform_wrapper .fa-commenting-o:before,.gforms_edit_form .fa-commenting-o:before,.gforms_form_settings_wrap .fa-commenting-o:before,.gforms_help .fa-commenting-o:before{content:"\f27b"}.gf_entry_wrap .fa-houzz:before,.gform-settings__wrapper .fa-houzz:before,.gform_wrapper .fa-houzz:before,.gforms_edit_form .fa-houzz:before,.gforms_form_settings_wrap .fa-houzz:before,.gforms_help .fa-houzz:before{content:"\f27c"}.gf_entry_wrap .fa-vimeo:before,.gform-settings__wrapper .fa-vimeo:before,.gform_wrapper .fa-vimeo:before,.gforms_edit_form .fa-vimeo:before,.gforms_form_settings_wrap .fa-vimeo:before,.gforms_help .fa-vimeo:before{content:"\f27d"}.gf_entry_wrap .fa-black-tie:before,.gform-settings__wrapper .fa-black-tie:before,.gform_wrapper .fa-black-tie:before,.gforms_edit_form .fa-black-tie:before,.gforms_form_settings_wrap .fa-black-tie:before,.gforms_help .fa-black-tie:before{content:"\f27e"}.gf_entry_wrap .fa-fonticons:before,.gform-settings__wrapper .fa-fonticons:before,.gform_wrapper .fa-fonticons:before,.gforms_edit_form .fa-fonticons:before,.gforms_form_settings_wrap .fa-fonticons:before,.gforms_help .fa-fonticons:before{content:"\f280"}.gf_entry_wrap .fa-reddit-alien:before,.gform-settings__wrapper .fa-reddit-alien:before,.gform_wrapper .fa-reddit-alien:before,.gforms_edit_form .fa-reddit-alien:before,.gforms_form_settings_wrap .fa-reddit-alien:before,.gforms_help .fa-reddit-alien:before{content:"\f281"}.gf_entry_wrap .fa-edge:before,.gform-settings__wrapper .fa-edge:before,.gform_wrapper .fa-edge:before,.gforms_edit_form .fa-edge:before,.gforms_form_settings_wrap .fa-edge:before,.gforms_help .fa-edge:before{content:"\f282"}.gf_entry_wrap .fa-credit-card-alt:before,.gform-settings__wrapper .fa-credit-card-alt:before,.gform_wrapper .fa-credit-card-alt:before,.gforms_edit_form .fa-credit-card-alt:before,.gforms_form_settings_wrap .fa-credit-card-alt:before,.gforms_help .fa-credit-card-alt:before{content:"\f283"}.gf_entry_wrap .fa-codiepie:before,.gform-settings__wrapper .fa-codiepie:before,.gform_wrapper .fa-codiepie:before,.gforms_edit_form .fa-codiepie:before,.gforms_form_settings_wrap .fa-codiepie:before,.gforms_help .fa-codiepie:before{content:"\f284"}.gf_entry_wrap .fa-modx:before,.gform-settings__wrapper .fa-modx:before,.gform_wrapper .fa-modx:before,.gforms_edit_form .fa-modx:before,.gforms_form_settings_wrap .fa-modx:before,.gforms_help .fa-modx:before{content:"\f285"}.gf_entry_wrap .fa-fort-awesome:before,.gform-settings__wrapper .fa-fort-awesome:before,.gform_wrapper .fa-fort-awesome:before,.gforms_edit_form .fa-fort-awesome:before,.gforms_form_settings_wrap .fa-fort-awesome:before,.gforms_help .fa-fort-awesome:before{content:"\f286"}.gf_entry_wrap .fa-usb:before,.gform-settings__wrapper .fa-usb:before,.gform_wrapper .fa-usb:before,.gforms_edit_form .fa-usb:before,.gforms_form_settings_wrap .fa-usb:before,.gforms_help .fa-usb:before{content:"\f287"}.gf_entry_wrap .fa-product-hunt:before,.gform-settings__wrapper .fa-product-hunt:before,.gform_wrapper .fa-product-hunt:before,.gforms_edit_form .fa-product-hunt:before,.gforms_form_settings_wrap .fa-product-hunt:before,.gforms_help .fa-product-hunt:before{content:"\f288"}.gf_entry_wrap .fa-mixcloud:before,.gform-settings__wrapper .fa-mixcloud:before,.gform_wrapper .fa-mixcloud:before,.gforms_edit_form .fa-mixcloud:before,.gforms_form_settings_wrap .fa-mixcloud:before,.gforms_help .fa-mixcloud:before{content:"\f289"}.gf_entry_wrap .fa-scribd:before,.gform-settings__wrapper .fa-scribd:before,.gform_wrapper .fa-scribd:before,.gforms_edit_form .fa-scribd:before,.gforms_form_settings_wrap .fa-scribd:before,.gforms_help .fa-scribd:before{content:"\f28a"}.gf_entry_wrap .fa-pause-circle:before,.gform-settings__wrapper .fa-pause-circle:before,.gform_wrapper .fa-pause-circle:before,.gforms_edit_form .fa-pause-circle:before,.gforms_form_settings_wrap .fa-pause-circle:before,.gforms_help .fa-pause-circle:before{content:"\f28b"}.gf_entry_wrap .fa-pause-circle-o:before,.gform-settings__wrapper .fa-pause-circle-o:before,.gform_wrapper .fa-pause-circle-o:before,.gforms_edit_form .fa-pause-circle-o:before,.gforms_form_settings_wrap .fa-pause-circle-o:before,.gforms_help .fa-pause-circle-o:before{content:"\f28c"}.gf_entry_wrap .fa-stop-circle:before,.gform-settings__wrapper .fa-stop-circle:before,.gform_wrapper .fa-stop-circle:before,.gforms_edit_form .fa-stop-circle:before,.gforms_form_settings_wrap .fa-stop-circle:before,.gforms_help .fa-stop-circle:before{content:"\f28d"}.gf_entry_wrap .fa-stop-circle-o:before,.gform-settings__wrapper .fa-stop-circle-o:before,.gform_wrapper .fa-stop-circle-o:before,.gforms_edit_form .fa-stop-circle-o:before,.gforms_form_settings_wrap .fa-stop-circle-o:before,.gforms_help .fa-stop-circle-o:before{content:"\f28e"}.gf_entry_wrap .fa-shopping-bag:before,.gform-settings__wrapper .fa-shopping-bag:before,.gform_wrapper .fa-shopping-bag:before,.gforms_edit_form .fa-shopping-bag:before,.gforms_form_settings_wrap .fa-shopping-bag:before,.gforms_help .fa-shopping-bag:before{content:"\f290"}.gf_entry_wrap .fa-shopping-basket:before,.gform-settings__wrapper .fa-shopping-basket:before,.gform_wrapper .fa-shopping-basket:before,.gforms_edit_form .fa-shopping-basket:before,.gforms_form_settings_wrap .fa-shopping-basket:before,.gforms_help .fa-shopping-basket:before{content:"\f291"}.gf_entry_wrap .fa-hashtag:before,.gform-settings__wrapper .fa-hashtag:before,.gform_wrapper .fa-hashtag:before,.gforms_edit_form .fa-hashtag:before,.gforms_form_settings_wrap .fa-hashtag:before,.gforms_help .fa-hashtag:before{content:"\f292"}.gf_entry_wrap .fa-bluetooth:before,.gform-settings__wrapper .fa-bluetooth:before,.gform_wrapper .fa-bluetooth:before,.gforms_edit_form .fa-bluetooth:before,.gforms_form_settings_wrap .fa-bluetooth:before,.gforms_help .fa-bluetooth:before{content:"\f293"}.gf_entry_wrap .fa-bluetooth-b:before,.gform-settings__wrapper .fa-bluetooth-b:before,.gform_wrapper .fa-bluetooth-b:before,.gforms_edit_form .fa-bluetooth-b:before,.gforms_form_settings_wrap .fa-bluetooth-b:before,.gforms_help .fa-bluetooth-b:before{content:"\f294"}.gf_entry_wrap .fa-percent:before,.gform-settings__wrapper .fa-percent:before,.gform_wrapper .fa-percent:before,.gforms_edit_form .fa-percent:before,.gforms_form_settings_wrap .fa-percent:before,.gforms_help .fa-percent:before{content:"\f295"}.gf_entry_wrap .fa-gitlab:before,.gform-settings__wrapper .fa-gitlab:before,.gform_wrapper .fa-gitlab:before,.gforms_edit_form .fa-gitlab:before,.gforms_form_settings_wrap .fa-gitlab:before,.gforms_help .fa-gitlab:before{content:"\f296"}.gf_entry_wrap .fa-wpbeginner:before,.gform-settings__wrapper .fa-wpbeginner:before,.gform_wrapper .fa-wpbeginner:before,.gforms_edit_form .fa-wpbeginner:before,.gforms_form_settings_wrap .fa-wpbeginner:before,.gforms_help .fa-wpbeginner:before{content:"\f297"}.gf_entry_wrap .fa-wpforms:before,.gform-settings__wrapper .fa-wpforms:before,.gform_wrapper .fa-wpforms:before,.gforms_edit_form .fa-wpforms:before,.gforms_form_settings_wrap .fa-wpforms:before,.gforms_help .fa-wpforms:before{content:"\f298"}.gf_entry_wrap .fa-envira:before,.gform-settings__wrapper .fa-envira:before,.gform_wrapper .fa-envira:before,.gforms_edit_form .fa-envira:before,.gforms_form_settings_wrap .fa-envira:before,.gforms_help .fa-envira:before{content:"\f299"}.gf_entry_wrap .fa-universal-access:before,.gform-settings__wrapper .fa-universal-access:before,.gform_wrapper .fa-universal-access:before,.gforms_edit_form .fa-universal-access:before,.gforms_form_settings_wrap .fa-universal-access:before,.gforms_help .fa-universal-access:before{content:"\f29a"}.gf_entry_wrap .fa-wheelchair-alt:before,.gform-settings__wrapper .fa-wheelchair-alt:before,.gform_wrapper .fa-wheelchair-alt:before,.gforms_edit_form .fa-wheelchair-alt:before,.gforms_form_settings_wrap .fa-wheelchair-alt:before,.gforms_help .fa-wheelchair-alt:before{content:"\f29b"}.gf_entry_wrap .fa-question-circle-o:before,.gform-settings__wrapper .fa-question-circle-o:before,.gform_wrapper .fa-question-circle-o:before,.gforms_edit_form .fa-question-circle-o:before,.gforms_form_settings_wrap .fa-question-circle-o:before,.gforms_help .fa-question-circle-o:before{content:"\f29c"}.gf_entry_wrap .fa-blind:before,.gform-settings__wrapper .fa-blind:before,.gform_wrapper .fa-blind:before,.gforms_edit_form .fa-blind:before,.gforms_form_settings_wrap .fa-blind:before,.gforms_help .fa-blind:before{content:"\f29d"}.gf_entry_wrap .fa-audio-description:before,.gform-settings__wrapper .fa-audio-description:before,.gform_wrapper .fa-audio-description:before,.gforms_edit_form .fa-audio-description:before,.gforms_form_settings_wrap .fa-audio-description:before,.gforms_help .fa-audio-description:before{content:"\f29e"}.gf_entry_wrap .fa-volume-control-phone:before,.gform-settings__wrapper .fa-volume-control-phone:before,.gform_wrapper .fa-volume-control-phone:before,.gforms_edit_form .fa-volume-control-phone:before,.gforms_form_settings_wrap .fa-volume-control-phone:before,.gforms_help .fa-volume-control-phone:before{content:"\f2a0"}.gf_entry_wrap .fa-braille:before,.gform-settings__wrapper .fa-braille:before,.gform_wrapper .fa-braille:before,.gforms_edit_form .fa-braille:before,.gforms_form_settings_wrap .fa-braille:before,.gforms_help .fa-braille:before{content:"\f2a1"}.gf_entry_wrap .fa-assistive-listening-systems:before,.gform-settings__wrapper .fa-assistive-listening-systems:before,.gform_wrapper .fa-assistive-listening-systems:before,.gforms_edit_form .fa-assistive-listening-systems:before,.gforms_form_settings_wrap .fa-assistive-listening-systems:before,.gforms_help .fa-assistive-listening-systems:before{content:"\f2a2"}.gf_entry_wrap .fa-american-sign-language-interpreting:before,.gf_entry_wrap .fa-asl-interpreting:before,.gform-settings__wrapper .fa-american-sign-language-interpreting:before,.gform-settings__wrapper .fa-asl-interpreting:before,.gform_wrapper .fa-american-sign-language-interpreting:before,.gform_wrapper .fa-asl-interpreting:before,.gforms_edit_form .fa-american-sign-language-interpreting:before,.gforms_edit_form .fa-asl-interpreting:before,.gforms_form_settings_wrap .fa-american-sign-language-interpreting:before,.gforms_form_settings_wrap .fa-asl-interpreting:before,.gforms_help .fa-american-sign-language-interpreting:before,.gforms_help .fa-asl-interpreting:before{content:"\f2a3"}.gf_entry_wrap .fa-deaf:before,.gf_entry_wrap .fa-deafness:before,.gf_entry_wrap .fa-hard-of-hearing:before,.gform-settings__wrapper .fa-deaf:before,.gform-settings__wrapper .fa-deafness:before,.gform-settings__wrapper .fa-hard-of-hearing:before,.gform_wrapper .fa-deaf:before,.gform_wrapper .fa-deafness:before,.gform_wrapper .fa-hard-of-hearing:before,.gforms_edit_form .fa-deaf:before,.gforms_edit_form .fa-deafness:before,.gforms_edit_form .fa-hard-of-hearing:before,.gforms_form_settings_wrap .fa-deaf:before,.gforms_form_settings_wrap .fa-deafness:before,.gforms_form_settings_wrap .fa-hard-of-hearing:before,.gforms_help .fa-deaf:before,.gforms_help .fa-deafness:before,.gforms_help .fa-hard-of-hearing:before{content:"\f2a4"}.gf_entry_wrap .fa-glide:before,.gform-settings__wrapper .fa-glide:before,.gform_wrapper .fa-glide:before,.gforms_edit_form .fa-glide:before,.gforms_form_settings_wrap .fa-glide:before,.gforms_help .fa-glide:before{content:"\f2a5"}.gf_entry_wrap .fa-glide-g:before,.gform-settings__wrapper .fa-glide-g:before,.gform_wrapper .fa-glide-g:before,.gforms_edit_form .fa-glide-g:before,.gforms_form_settings_wrap .fa-glide-g:before,.gforms_help .fa-glide-g:before{content:"\f2a6"}.gf_entry_wrap .fa-sign-language:before,.gf_entry_wrap .fa-signing:before,.gform-settings__wrapper .fa-sign-language:before,.gform-settings__wrapper .fa-signing:before,.gform_wrapper .fa-sign-language:before,.gform_wrapper .fa-signing:before,.gforms_edit_form .fa-sign-language:before,.gforms_edit_form .fa-signing:before,.gforms_form_settings_wrap .fa-sign-language:before,.gforms_form_settings_wrap .fa-signing:before,.gforms_help .fa-sign-language:before,.gforms_help .fa-signing:before{content:"\f2a7"}.gf_entry_wrap .fa-low-vision:before,.gform-settings__wrapper .fa-low-vision:before,.gform_wrapper .fa-low-vision:before,.gforms_edit_form .fa-low-vision:before,.gforms_form_settings_wrap .fa-low-vision:before,.gforms_help .fa-low-vision:before{content:"\f2a8"}.gf_entry_wrap .fa-viadeo:before,.gform-settings__wrapper .fa-viadeo:before,.gform_wrapper .fa-viadeo:before,.gforms_edit_form .fa-viadeo:before,.gforms_form_settings_wrap .fa-viadeo:before,.gforms_help .fa-viadeo:before{content:"\f2a9"}.gf_entry_wrap .fa-viadeo-square:before,.gform-settings__wrapper .fa-viadeo-square:before,.gform_wrapper .fa-viadeo-square:before,.gforms_edit_form .fa-viadeo-square:before,.gforms_form_settings_wrap .fa-viadeo-square:before,.gforms_help .fa-viadeo-square:before{content:"\f2aa"}.gf_entry_wrap .fa-snapchat:before,.gform-settings__wrapper .fa-snapchat:before,.gform_wrapper .fa-snapchat:before,.gforms_edit_form .fa-snapchat:before,.gforms_form_settings_wrap .fa-snapchat:before,.gforms_help .fa-snapchat:before{content:"\f2ab"}.gf_entry_wrap .fa-snapchat-ghost:before,.gform-settings__wrapper .fa-snapchat-ghost:before,.gform_wrapper .fa-snapchat-ghost:before,.gforms_edit_form .fa-snapchat-ghost:before,.gforms_form_settings_wrap .fa-snapchat-ghost:before,.gforms_help .fa-snapchat-ghost:before{content:"\f2ac"}.gf_entry_wrap .fa-snapchat-square:before,.gform-settings__wrapper .fa-snapchat-square:before,.gform_wrapper .fa-snapchat-square:before,.gforms_edit_form .fa-snapchat-square:before,.gforms_form_settings_wrap .fa-snapchat-square:before,.gforms_help .fa-snapchat-square:before{content:"\f2ad"}.gf_entry_wrap .fa-pied-piper:before,.gform-settings__wrapper .fa-pied-piper:before,.gform_wrapper .fa-pied-piper:before,.gforms_edit_form .fa-pied-piper:before,.gforms_form_settings_wrap .fa-pied-piper:before,.gforms_help .fa-pied-piper:before{content:"\f2ae"}.gf_entry_wrap .fa-first-order:before,.gform-settings__wrapper .fa-first-order:before,.gform_wrapper .fa-first-order:before,.gforms_edit_form .fa-first-order:before,.gforms_form_settings_wrap .fa-first-order:before,.gforms_help .fa-first-order:before{content:"\f2b0"}.gf_entry_wrap .fa-yoast:before,.gform-settings__wrapper .fa-yoast:before,.gform_wrapper .fa-yoast:before,.gforms_edit_form .fa-yoast:before,.gforms_form_settings_wrap .fa-yoast:before,.gforms_help .fa-yoast:before{content:"\f2b1"}.gf_entry_wrap .fa-themeisle:before,.gform-settings__wrapper .fa-themeisle:before,.gform_wrapper .fa-themeisle:before,.gforms_edit_form .fa-themeisle:before,.gforms_form_settings_wrap .fa-themeisle:before,.gforms_help .fa-themeisle:before{content:"\f2b2"}.gf_entry_wrap .fa-google-plus-circle:before,.gf_entry_wrap .fa-google-plus-official:before,.gform-settings__wrapper .fa-google-plus-circle:before,.gform-settings__wrapper .fa-google-plus-official:before,.gform_wrapper .fa-google-plus-circle:before,.gform_wrapper .fa-google-plus-official:before,.gforms_edit_form .fa-google-plus-circle:before,.gforms_edit_form .fa-google-plus-official:before,.gforms_form_settings_wrap .fa-google-plus-circle:before,.gforms_form_settings_wrap .fa-google-plus-official:before,.gforms_help .fa-google-plus-circle:before,.gforms_help .fa-google-plus-official:before{content:"\f2b3"}.gf_entry_wrap .fa-fa:before,.gf_entry_wrap .fa-font-awesome:before,.gform-settings__wrapper .fa-fa:before,.gform-settings__wrapper .fa-font-awesome:before,.gform_wrapper .fa-fa:before,.gform_wrapper .fa-font-awesome:before,.gforms_edit_form .fa-fa:before,.gforms_edit_form .fa-font-awesome:before,.gforms_form_settings_wrap .fa-fa:before,.gforms_form_settings_wrap .fa-font-awesome:before,.gforms_help .fa-fa:before,.gforms_help .fa-font-awesome:before{content:"\f2b4"}.gf_entry_wrap .fa-handshake-o:before,.gform-settings__wrapper .fa-handshake-o:before,.gform_wrapper .fa-handshake-o:before,.gforms_edit_form .fa-handshake-o:before,.gforms_form_settings_wrap .fa-handshake-o:before,.gforms_help .fa-handshake-o:before{content:"\f2b5"}.gf_entry_wrap .fa-envelope-open:before,.gform-settings__wrapper .fa-envelope-open:before,.gform_wrapper .fa-envelope-open:before,.gforms_edit_form .fa-envelope-open:before,.gforms_form_settings_wrap .fa-envelope-open:before,.gforms_help .fa-envelope-open:before{content:"\f2b6"}.gf_entry_wrap .fa-envelope-open-o:before,.gform-settings__wrapper .fa-envelope-open-o:before,.gform_wrapper .fa-envelope-open-o:before,.gforms_edit_form .fa-envelope-open-o:before,.gforms_form_settings_wrap .fa-envelope-open-o:before,.gforms_help .fa-envelope-open-o:before{content:"\f2b7"}.gf_entry_wrap .fa-linode:before,.gform-settings__wrapper .fa-linode:before,.gform_wrapper .fa-linode:before,.gforms_edit_form .fa-linode:before,.gforms_form_settings_wrap .fa-linode:before,.gforms_help .fa-linode:before{content:"\f2b8"}.gf_entry_wrap .fa-address-book:before,.gform-settings__wrapper .fa-address-book:before,.gform_wrapper .fa-address-book:before,.gforms_edit_form .fa-address-book:before,.gforms_form_settings_wrap .fa-address-book:before,.gforms_help .fa-address-book:before{content:"\f2b9"}.gf_entry_wrap .fa-address-book-o:before,.gform-settings__wrapper .fa-address-book-o:before,.gform_wrapper .fa-address-book-o:before,.gforms_edit_form .fa-address-book-o:before,.gforms_form_settings_wrap .fa-address-book-o:before,.gforms_help .fa-address-book-o:before{content:"\f2ba"}.gf_entry_wrap .fa-address-card:before,.gf_entry_wrap .fa-vcard:before,.gform-settings__wrapper .fa-address-card:before,.gform-settings__wrapper .fa-vcard:before,.gform_wrapper .fa-address-card:before,.gform_wrapper .fa-vcard:before,.gforms_edit_form .fa-address-card:before,.gforms_edit_form .fa-vcard:before,.gforms_form_settings_wrap .fa-address-card:before,.gforms_form_settings_wrap .fa-vcard:before,.gforms_help .fa-address-card:before,.gforms_help .fa-vcard:before{content:"\f2bb"}.gf_entry_wrap .fa-address-card-o:before,.gf_entry_wrap .fa-vcard-o:before,.gform-settings__wrapper .fa-address-card-o:before,.gform-settings__wrapper .fa-vcard-o:before,.gform_wrapper .fa-address-card-o:before,.gform_wrapper .fa-vcard-o:before,.gforms_edit_form .fa-address-card-o:before,.gforms_edit_form .fa-vcard-o:before,.gforms_form_settings_wrap .fa-address-card-o:before,.gforms_form_settings_wrap .fa-vcard-o:before,.gforms_help .fa-address-card-o:before,.gforms_help .fa-vcard-o:before{content:"\f2bc"}.gf_entry_wrap .fa-user-circle:before,.gform-settings__wrapper .fa-user-circle:before,.gform_wrapper .fa-user-circle:before,.gforms_edit_form .fa-user-circle:before,.gforms_form_settings_wrap .fa-user-circle:before,.gforms_help .fa-user-circle:before{content:"\f2bd"}.gf_entry_wrap .fa-user-circle-o:before,.gform-settings__wrapper .fa-user-circle-o:before,.gform_wrapper .fa-user-circle-o:before,.gforms_edit_form .fa-user-circle-o:before,.gforms_form_settings_wrap .fa-user-circle-o:before,.gforms_help .fa-user-circle-o:before{content:"\f2be"}.gf_entry_wrap .fa-user-o:before,.gform-settings__wrapper .fa-user-o:before,.gform_wrapper .fa-user-o:before,.gforms_edit_form .fa-user-o:before,.gforms_form_settings_wrap .fa-user-o:before,.gforms_help .fa-user-o:before{content:"\f2c0"}.gf_entry_wrap .fa-id-badge:before,.gform-settings__wrapper .fa-id-badge:before,.gform_wrapper .fa-id-badge:before,.gforms_edit_form .fa-id-badge:before,.gforms_form_settings_wrap .fa-id-badge:before,.gforms_help .fa-id-badge:before{content:"\f2c1"}.gf_entry_wrap .fa-drivers-license:before,.gf_entry_wrap .fa-id-card:before,.gform-settings__wrapper .fa-drivers-license:before,.gform-settings__wrapper .fa-id-card:before,.gform_wrapper .fa-drivers-license:before,.gform_wrapper .fa-id-card:before,.gforms_edit_form .fa-drivers-license:before,.gforms_edit_form .fa-id-card:before,.gforms_form_settings_wrap .fa-drivers-license:before,.gforms_form_settings_wrap .fa-id-card:before,.gforms_help .fa-drivers-license:before,.gforms_help .fa-id-card:before{content:"\f2c2"}.gf_entry_wrap .fa-drivers-license-o:before,.gf_entry_wrap .fa-id-card-o:before,.gform-settings__wrapper .fa-drivers-license-o:before,.gform-settings__wrapper .fa-id-card-o:before,.gform_wrapper .fa-drivers-license-o:before,.gform_wrapper .fa-id-card-o:before,.gforms_edit_form .fa-drivers-license-o:before,.gforms_edit_form .fa-id-card-o:before,.gforms_form_settings_wrap .fa-drivers-license-o:before,.gforms_form_settings_wrap .fa-id-card-o:before,.gforms_help .fa-drivers-license-o:before,.gforms_help .fa-id-card-o:before{content:"\f2c3"}.gf_entry_wrap .fa-quora:before,.gform-settings__wrapper .fa-quora:before,.gform_wrapper .fa-quora:before,.gforms_edit_form .fa-quora:before,.gforms_form_settings_wrap .fa-quora:before,.gforms_help .fa-quora:before{content:"\f2c4"}.gf_entry_wrap .fa-free-code-camp:before,.gform-settings__wrapper .fa-free-code-camp:before,.gform_wrapper .fa-free-code-camp:before,.gforms_edit_form .fa-free-code-camp:before,.gforms_form_settings_wrap .fa-free-code-camp:before,.gforms_help .fa-free-code-camp:before{content:"\f2c5"}.gf_entry_wrap .fa-telegram:before,.gform-settings__wrapper .fa-telegram:before,.gform_wrapper .fa-telegram:before,.gforms_edit_form .fa-telegram:before,.gforms_form_settings_wrap .fa-telegram:before,.gforms_help .fa-telegram:before{content:"\f2c6"}.gf_entry_wrap .fa-thermometer-4:before,.gf_entry_wrap .fa-thermometer-full:before,.gf_entry_wrap .fa-thermometer:before,.gform-settings__wrapper .fa-thermometer-4:before,.gform-settings__wrapper .fa-thermometer-full:before,.gform-settings__wrapper .fa-thermometer:before,.gform_wrapper .fa-thermometer-4:before,.gform_wrapper .fa-thermometer-full:before,.gform_wrapper .fa-thermometer:before,.gforms_edit_form .fa-thermometer-4:before,.gforms_edit_form .fa-thermometer-full:before,.gforms_edit_form .fa-thermometer:before,.gforms_form_settings_wrap .fa-thermometer-4:before,.gforms_form_settings_wrap .fa-thermometer-full:before,.gforms_form_settings_wrap .fa-thermometer:before,.gforms_help .fa-thermometer-4:before,.gforms_help .fa-thermometer-full:before,.gforms_help .fa-thermometer:before{content:"\f2c7"}.gf_entry_wrap .fa-thermometer-3:before,.gf_entry_wrap .fa-thermometer-three-quarters:before,.gform-settings__wrapper .fa-thermometer-3:before,.gform-settings__wrapper .fa-thermometer-three-quarters:before,.gform_wrapper .fa-thermometer-3:before,.gform_wrapper .fa-thermometer-three-quarters:before,.gforms_edit_form .fa-thermometer-3:before,.gforms_edit_form .fa-thermometer-three-quarters:before,.gforms_form_settings_wrap .fa-thermometer-3:before,.gforms_form_settings_wrap .fa-thermometer-three-quarters:before,.gforms_help .fa-thermometer-3:before,.gforms_help .fa-thermometer-three-quarters:before{content:"\f2c8"}.gf_entry_wrap .fa-thermometer-2:before,.gf_entry_wrap .fa-thermometer-half:before,.gform-settings__wrapper .fa-thermometer-2:before,.gform-settings__wrapper .fa-thermometer-half:before,.gform_wrapper .fa-thermometer-2:before,.gform_wrapper .fa-thermometer-half:before,.gforms_edit_form .fa-thermometer-2:before,.gforms_edit_form .fa-thermometer-half:before,.gforms_form_settings_wrap .fa-thermometer-2:before,.gforms_form_settings_wrap .fa-thermometer-half:before,.gforms_help .fa-thermometer-2:before,.gforms_help .fa-thermometer-half:before{content:"\f2c9"}.gf_entry_wrap .fa-thermometer-1:before,.gf_entry_wrap .fa-thermometer-quarter:before,.gform-settings__wrapper .fa-thermometer-1:before,.gform-settings__wrapper .fa-thermometer-quarter:before,.gform_wrapper .fa-thermometer-1:before,.gform_wrapper .fa-thermometer-quarter:before,.gforms_edit_form .fa-thermometer-1:before,.gforms_edit_form .fa-thermometer-quarter:before,.gforms_form_settings_wrap .fa-thermometer-1:before,.gforms_form_settings_wrap .fa-thermometer-quarter:before,.gforms_help .fa-thermometer-1:before,.gforms_help .fa-thermometer-quarter:before{content:"\f2ca"}.gf_entry_wrap .fa-thermometer-0:before,.gf_entry_wrap .fa-thermometer-empty:before,.gform-settings__wrapper .fa-thermometer-0:before,.gform-settings__wrapper .fa-thermometer-empty:before,.gform_wrapper .fa-thermometer-0:before,.gform_wrapper .fa-thermometer-empty:before,.gforms_edit_form .fa-thermometer-0:before,.gforms_edit_form .fa-thermometer-empty:before,.gforms_form_settings_wrap .fa-thermometer-0:before,.gforms_form_settings_wrap .fa-thermometer-empty:before,.gforms_help .fa-thermometer-0:before,.gforms_help .fa-thermometer-empty:before{content:"\f2cb"}.gf_entry_wrap .fa-shower:before,.gform-settings__wrapper .fa-shower:before,.gform_wrapper .fa-shower:before,.gforms_edit_form .fa-shower:before,.gforms_form_settings_wrap .fa-shower:before,.gforms_help .fa-shower:before{content:"\f2cc"}.gf_entry_wrap .fa-bath:before,.gf_entry_wrap .fa-bathtub:before,.gf_entry_wrap .fa-s15:before,.gform-settings__wrapper .fa-bath:before,.gform-settings__wrapper .fa-bathtub:before,.gform-settings__wrapper .fa-s15:before,.gform_wrapper .fa-bath:before,.gform_wrapper .fa-bathtub:before,.gform_wrapper .fa-s15:before,.gforms_edit_form .fa-bath:before,.gforms_edit_form .fa-bathtub:before,.gforms_edit_form .fa-s15:before,.gforms_form_settings_wrap .fa-bath:before,.gforms_form_settings_wrap .fa-bathtub:before,.gforms_form_settings_wrap .fa-s15:before,.gforms_help .fa-bath:before,.gforms_help .fa-bathtub:before,.gforms_help .fa-s15:before{content:"\f2cd"}.gf_entry_wrap .fa-podcast:before,.gform-settings__wrapper .fa-podcast:before,.gform_wrapper .fa-podcast:before,.gforms_edit_form .fa-podcast:before,.gforms_form_settings_wrap .fa-podcast:before,.gforms_help .fa-podcast:before{content:"\f2ce"}.gf_entry_wrap .fa-window-maximize:before,.gform-settings__wrapper .fa-window-maximize:before,.gform_wrapper .fa-window-maximize:before,.gforms_edit_form .fa-window-maximize:before,.gforms_form_settings_wrap .fa-window-maximize:before,.gforms_help .fa-window-maximize:before{content:"\f2d0"}.gf_entry_wrap .fa-window-minimize:before,.gform-settings__wrapper .fa-window-minimize:before,.gform_wrapper .fa-window-minimize:before,.gforms_edit_form .fa-window-minimize:before,.gforms_form_settings_wrap .fa-window-minimize:before,.gforms_help .fa-window-minimize:before{content:"\f2d1"}.gf_entry_wrap .fa-window-restore:before,.gform-settings__wrapper .fa-window-restore:before,.gform_wrapper .fa-window-restore:before,.gforms_edit_form .fa-window-restore:before,.gforms_form_settings_wrap .fa-window-restore:before,.gforms_help .fa-window-restore:before{content:"\f2d2"}.gf_entry_wrap .fa-times-rectangle:before,.gf_entry_wrap .fa-window-close:before,.gform-settings__wrapper .fa-times-rectangle:before,.gform-settings__wrapper .fa-window-close:before,.gform_wrapper .fa-times-rectangle:before,.gform_wrapper .fa-window-close:before,.gforms_edit_form .fa-times-rectangle:before,.gforms_edit_form .fa-window-close:before,.gforms_form_settings_wrap .fa-times-rectangle:before,.gforms_form_settings_wrap .fa-window-close:before,.gforms_help .fa-times-rectangle:before,.gforms_help .fa-window-close:before{content:"\f2d3"}.gf_entry_wrap .fa-times-rectangle-o:before,.gf_entry_wrap .fa-window-close-o:before,.gform-settings__wrapper .fa-times-rectangle-o:before,.gform-settings__wrapper .fa-window-close-o:before,.gform_wrapper .fa-times-rectangle-o:before,.gform_wrapper .fa-window-close-o:before,.gforms_edit_form .fa-times-rectangle-o:before,.gforms_edit_form .fa-window-close-o:before,.gforms_form_settings_wrap .fa-times-rectangle-o:before,.gforms_form_settings_wrap .fa-window-close-o:before,.gforms_help .fa-times-rectangle-o:before,.gforms_help .fa-window-close-o:before{content:"\f2d4"}.gf_entry_wrap .fa-bandcamp:before,.gform-settings__wrapper .fa-bandcamp:before,.gform_wrapper .fa-bandcamp:before,.gforms_edit_form .fa-bandcamp:before,.gforms_form_settings_wrap .fa-bandcamp:before,.gforms_help .fa-bandcamp:before{content:"\f2d5"}.gf_entry_wrap .fa-grav:before,.gform-settings__wrapper .fa-grav:before,.gform_wrapper .fa-grav:before,.gforms_edit_form .fa-grav:before,.gforms_form_settings_wrap .fa-grav:before,.gforms_help .fa-grav:before{content:"\f2d6"}.gf_entry_wrap .fa-etsy:before,.gform-settings__wrapper .fa-etsy:before,.gform_wrapper .fa-etsy:before,.gforms_edit_form .fa-etsy:before,.gforms_form_settings_wrap .fa-etsy:before,.gforms_help .fa-etsy:before{content:"\f2d7"}.gf_entry_wrap .fa-imdb:before,.gform-settings__wrapper .fa-imdb:before,.gform_wrapper .fa-imdb:before,.gforms_edit_form .fa-imdb:before,.gforms_form_settings_wrap .fa-imdb:before,.gforms_help .fa-imdb:before{content:"\f2d8"}.gf_entry_wrap .fa-ravelry:before,.gform-settings__wrapper .fa-ravelry:before,.gform_wrapper .fa-ravelry:before,.gforms_edit_form .fa-ravelry:before,.gforms_form_settings_wrap .fa-ravelry:before,.gforms_help .fa-ravelry:before{content:"\f2d9"}.gf_entry_wrap .fa-eercast:before,.gform-settings__wrapper .fa-eercast:before,.gform_wrapper .fa-eercast:before,.gforms_edit_form .fa-eercast:before,.gforms_form_settings_wrap .fa-eercast:before,.gforms_help .fa-eercast:before{content:"\f2da"}.gf_entry_wrap .fa-microchip:before,.gform-settings__wrapper .fa-microchip:before,.gform_wrapper .fa-microchip:before,.gforms_edit_form .fa-microchip:before,.gforms_form_settings_wrap .fa-microchip:before,.gforms_help .fa-microchip:before{content:"\f2db"}.gf_entry_wrap .fa-snowflake-o:before,.gform-settings__wrapper .fa-snowflake-o:before,.gform_wrapper .fa-snowflake-o:before,.gforms_edit_form .fa-snowflake-o:before,.gforms_form_settings_wrap .fa-snowflake-o:before,.gforms_help .fa-snowflake-o:before{content:"\f2dc"}.gf_entry_wrap .fa-superpowers:before,.gform-settings__wrapper .fa-superpowers:before,.gform_wrapper .fa-superpowers:before,.gforms_edit_form .fa-superpowers:before,.gforms_form_settings_wrap .fa-superpowers:before,.gforms_help .fa-superpowers:before{content:"\f2dd"}.gf_entry_wrap .fa-wpexplorer:before,.gform-settings__wrapper .fa-wpexplorer:before,.gform_wrapper .fa-wpexplorer:before,.gforms_edit_form .fa-wpexplorer:before,.gforms_form_settings_wrap .fa-wpexplorer:before,.gforms_help .fa-wpexplorer:before{content:"\f2de"}.gf_entry_wrap .fa-meetup:before,.gform-settings__wrapper .fa-meetup:before,.gform_wrapper .fa-meetup:before,.gforms_edit_form .fa-meetup:before,.gforms_form_settings_wrap .fa-meetup:before,.gforms_help .fa-meetup:before{content:"\f2e0"}.gf_entry_wrap .sr-only,.gform-settings__wrapper .sr-only,.gform_wrapper .sr-only,.gforms_edit_form .sr-only,.gforms_form_settings_wrap .sr-only,.gforms_help .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.gf_entry_wrap .sr-only-focusable:active,.gf_entry_wrap .sr-only-focusable:focus,.gform-settings__wrapper .sr-only-focusable:active,.gform-settings__wrapper .sr-only-focusable:focus,.gform_wrapper .sr-only-focusable:active,.gform_wrapper .sr-only-focusable:focus,.gforms_edit_form .sr-only-focusable:active,.gforms_edit_form .sr-only-focusable:focus,.gforms_form_settings_wrap .sr-only-focusable:active,.gforms_form_settings_wrap .sr-only-focusable:focus,.gforms_help .sr-only-focusable:active,.gforms_help .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.gv-table-view .flow_approval_links {
padding-right: 1em;
}
.gv-table-view .fa {
display: inline-block;
font: normal normal normal 14px/1 GFFontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.gv-table-view .fa-check:before {
content: "\f00c";
color: green;
}
.gv-table-view .fa-times:before {
content: "\f00d";
color: red;
}
.a-stats {
--akismet-color-mid-green: #357b49;
--akismet-color-white: #fff;
--akismet-color-light-grey: #f6f7f7;
max-width: 350px;
width: auto;
}
.a-stats * {
all: unset;
box-sizing: border-box;
}
.a-stats strong {
font-weight: 600;
}
.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
background: var(--akismet-color-mid-green);
border: none;
box-shadow: none;
border-radius: 8px;
color: var(--akismet-color-white);
cursor: pointer;
display: block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
font-weight: 500;
padding: 12px;
text-align: center;
text-decoration: none;
transition: all 0.2s ease;
}
.widget .a-stats a.a-stats__link:focus {
background: var(--akismet-color-mid-green);
color: var(--akismet-color-white);
text-decoration: none;
}
.a-stats a.a-stats__link:hover {
filter: brightness(110%);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}
.a-stats .count {
color: var(--akismet-color-white);
display: block;
font-size: 1.5em;
line-height: 1.4;
padding: 0 13px;
white-space: nowrap;
}
.gform-legacy-datepicker.ui-datepicker{height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;min-width:216px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.gform-legacy-datepicker.ui-datepicker a{text-decoration:none}.gform-legacy-datepicker.ui-datepicker table{border-collapse:collapse;width:100%}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-header,.gform-legacy-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-header{background-color:#666;border-color:#666;border-style:solid;border-width:1px 0 0 0;-moz-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);-webkit-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);color:#e0e0e0;filter:dropshadow(color=#000, offx=1, offy=-1);font-weight:700;line-height:31px;min-height:31px!important;text-shadow:1px -1px 0 #000}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-header .ui-icon{display:none}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-title{text-align:center}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-title select{margin-top:2.5%}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-next,.gform-legacy-datepicker.ui-datepicker .ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url('https://owl.fusion-ev.com/modules/gravityforms/legacy/images/datepicker/arrow.png');background-repeat:no-repeat;line-height:600%;overflow:hidden}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-prev{float:left;background-position:center -30px}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-next{float:right;background-position:center 0}.gform-legacy-datepicker.ui-datepicker thead{background:#f7f7f7;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-o-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:linear-gradient(to bottom,#f7f7f7 0,#f1f1f1 100%);border-bottom:1px solid #bbb}.gform-legacy-datepicker.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=0)}.gform-legacy-datepicker.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.gform-legacy-datepicker.ui-datepicker tbody td:last-child{border-right:0px}.gform-legacy-datepicker.ui-datepicker tbody tr{border-bottom:1px solid #bbb}.gform-legacy-datepicker.ui-datepicker tbody tr:last-child{border-bottom:0}.gform-legacy-datepicker.ui-datepicker td a,.gform-legacy-datepicker.ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:100%;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=1)}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-default{background:#ededed;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#ededed 0,#dedede 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(100%,#dedede));background:-webkit-linear-gradient(top,#ededed 0,#dedede 100%);background:-o-linear-gradient(top,#ededed 0,#dedede 100%);background:-ms-linear-gradient(top,#ededed 0,#dedede 100%);background:linear-gradient(to bottom,#ededed 0,#dedede 100%);-webkit-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5)}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-active{background:#fff2aa;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 #fff;filter:dropshadow(color=#FFF, offx=0, offy=1);position:relative;margin:-1px}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}.gform-legacy-datepicker.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}.gform-legacy-datepicker.ui-datepicker table.ui-datepicker-calendar{margin:0!important}body #ui-datepicker-div.gform-legacy-datepicker[style]{z-index:9999!important}.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-month,.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-year{border-width:1px;display:inline-block;font-size:.75rem;line-height:1;padding-bottom:3px;padding-left:3px;padding-top:3px}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-month{max-height:25px;max-width:40%}.gform-legacy-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-year{max-height:25px;max-width:30%}

@font-face{font-family:dashicons;src:url("https://owl.fusion-ev.com/components/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("https://owl.fusion-ev.com/components/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("https://owl.fusion-ev.com/components/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
.ui-datepicker-inline.gform-theme-datepicker{box-shadow:none}.ui-datepicker-inline.gform-legacy-datepicker{width:216px}.gpld-inline-datepicker{max-width:398px;width:100%}.gpld-inline-datepicker .ui-datepicker-inline .ui-datepicker-calendar{width:100%}.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td,.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) th{width:14.28%;height:auto;position:relative;padding:0}.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) td:before,.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) th:before{content:'';display:block;padding-top:100%}.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default,.gpld-inline-datepicker .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span{width:auto!important;height:auto!important;position:absolute;top:calc(15% - 3px);right:calc(15% - 3px);bottom:calc(15% - 3px);left:calc(15% - 3px);line-height:1}

.gf_stylespro .gfield,.gf_stylespro .gform_fields{margin:0;float:left;display:block;width:100%}.gf_stylespro .gf_left{clear:left}.gf_stylespro .gf_right{clear:right;float:right}.gf_stylespro .gform_fields{width:100%;margin-right:0;padding:0}.ginput_container{line-height:0}.ginput_container>*{line-height:1}.gf_stylespro.gf_stylespro_wrapper,.gf_stylespro_wrapper{padding:1em 0 1em 2%;display:inline-block;width:100%}.gf_stylespro .gform_description{display:block;margin-bottom:2em;margin-right:2%}.gf_stylespro .instruction{margin-top:.5em;font-size:.9em}.gf_stylespro .gform_title{padding-top:1em;font-family:inherit;margin-right:2%}.gf_stylespro .gf_progressbar_title,.gf_stylespro .gsection_title{font-family:inherit;color:inherit;font-size:1.7em}.gf_stylespro .chosen-choices,.gf_stylespro .chosen-container-multi .chosen-choices>li,.gf_stylespro .chosen-results,.gf_stylespro .gfield,.gf_stylespro .gfield_checkbox>li,.gf_stylespro .gfield_radio>li{list-style:none;margin-left:0}.gf_stylespro .gfield_checkbox .ginput_container,.gf_stylespro .gfield_radio .ginput_container{margin-top:-.5em}.gf_stylespro .gfield_checkbox,.gf_stylespro .gfield_radio{margin-top:-.3em}.gf_stylespro input,.gf_stylespro select,.gf_stylespro textarea{background:0 0;-webkit-appearance:none}.gf_stylespro .gform_body,.gf_stylespro .gform_footer,.gf_stylespro .gform_header{float:left}.gf_stylespro .gfield_list{width:100%;margin:0}.gf_stylespro .gfield_list,.gf_stylespro .gfield_list td{border:0}.gf_stylespro .gfield_list_cell,.gf_stylespro .gfield_list_icons{padding:.3em 0}.gf_stylespro .gfield_list_cell{padding-right:.3em}.gf_stylespro .gfield_list_icons{padding-left:.3em}.gf_stylespro .gfield_list_icons{width:52px}.gfield_list th{border:0;padding:0 .5em 0 0}.gf_stylespro input[type=date]:focus,.gf_stylespro input[type=datetime-local]:focus,.gf_stylespro input[type=email]:focus,.gf_stylespro input[type=month]:focus,.gf_stylespro input[type=number]:focus,.gf_stylespro input[type=password]:focus,.gf_stylespro input[type=search]:focus,.gf_stylespro input[type=tel]:focus,.gf_stylespro input[type=text]:focus,.gf_stylespro input[type=time]:focus,.gf_stylespro input[type=url]:focus,.gf_stylespro input[type=week]:focus,.gf_stylespro textarea:focus{background:0 0}.form_saved_message input[type=submit],.gf_stylespro input[type=button],.gf_stylespro input[type=submit]{padding:.5em 1em;display:inline-block;white-space:normal;overflow:initial}.gf_stylespro .button+.button,.gform_page_footer .button+input[type=image]{margin-left:1.5em}.gform_page_footer input[type=image]{padding:0;background:0 0;vertical-align:middle}.gf_stylespro .ui-datepicker-trigger{margin-left:.3em;vertical-align:middle}.gf_stylespro .clear-multi>div{display:inline-block;margin-right:.5em;vertical-align:top}.gf_stylespro .gfield_date_day input[type=text],.gf_stylespro .gfield_date_month input[type=text],.gf_stylespro .ginput_container_time input[type=number],.gf_stylespro .ginput_container_time input[type=text]{width:2.2em;max-width:100%;box-sizing:content-box}.gf_stylespro .gfield_date_year input[type=text],.gf_stylespro .ginput_container_time input,.gf_stylespro .ginput_container_time select,.gf_stylespro .ginput_container_time.has_gfsp_icn select{width:3.5em;max-width:100%}.gf_stylespro .gfield_date_day input[type=number],.gf_stylespro .gfield_date_month input[type=number]{width:4.2em}.gf_stylespro .gfield_date_year input[type=number]{width:5.5em}.gf_stylespro .clear-multi input,.gf_stylespro .clear-multi input[type=text]{display:block}.gf_stylespro .ginput_container_date select{padding-right:1.1em}#top .gf_stylespro .ginput_container_date input,.gf_stylespro .ginput_container_date input[type=text],.gf_stylespro .ginput_container_time input[type=number],.gf_stylespro .ginput_container_time input[type=text]{display:inline-block}#top .gf_stylespro .gfield_date_year input[type=text],#top .gf_stylespro .ginput_container_time input,#top .gf_stylespro .ginput_container_time select{width:3.5em;box-sizing:border-box;display:inline-block;margin-bottom:.25em}.ginput_container_date label,.ginput_container_time label{display:block;margin-top:.15em}.gf_stylespro .ginput_container_time.gfield_time_hour{margin-right:0}.has_gfsp_icn.ginput_container_date:first-child label,.has_gfsp_icn.ginput_container_time:first-child label{margin-left:2.2em}.gf_icon_after .has_gfsp_icn.ginput_container_date:first-child label,.gf_icon_after .has_gfsp_icn.ginput_container_time:first-child label{margin-left:0}.gf_hide_complex_label .ginput_container_date label{display:none}.gf_stylespro .gform_body{width:100%;float:left;display:block}.gf_stylespro .gsection{margin:1.5em 0 1em 0;border-bottom:1px solid silver}.gf_stylespro .gfield h2.gsection_title{margin:0 0 .5rem 0;padding:0}.gf_stylespro .gfield{margin-bottom:1.5em;max-width:98%}.gf_stylespro .gfield_label{margin-bottom:.2em;display:block;font-size:1em}.gf_stylespro .ginput_container>ul{margin:-.3em 0 0 0;margin-left:0!important;padding:0;list-style:none}.gf_stylespro .gform_footer{margin-top:.5em;padding:1em 0;border-top:1px solid #d6d6d6;float:left;width:98%;margin-right:2%}.gf_stylespro ::-webkit-input-placeholder{opacity:1;-webkit-opacity:1;-khtml-opacity:1;color:#adadad}.gf_stylespro :-moz-placeholder{opacity:1;color:#adadad}.gf_stylespro ::-moz-placeholder{opacity:1;color:#adadad}.gf_stylespro :-ms-input-placeholder{opacity:1;color:#adadad}.gf_stylespro .gf_placeholder,.gf_stylespro placeholder{opacity:1;color:#adadad}.gf_stylespro .chosen-choices,.gf_stylespro input,.gf_stylespro input[type=email],.gf_stylespro input[type=number],.gf_stylespro input[type=password],.gf_stylespro input[type=search],.gf_stylespro input[type=tel],.gf_stylespro input[type=text],.gf_stylespro input[type=url],.gf_stylespro select,.gf_stylespro textarea,.gfsp_icon{background:0 0;border:1px solid silver;padding:.5em .5em;font-size:1em;line-height:normal;outline:0;margin:0;height:auto;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;display:inline-block;box-sizing:border-box}.gfsp_icon{border:none}.gf_stylespro select{-webkit-appearance:none;-moz-appearance:none;background:url(https://owl.fusion-ev.com/modules/gfstylespro/icons/caret.svg) center right;background-size:.7em;background-repeat:no-repeat}.gf_stylespro select::-ms-expand{display:none}.ginput_container_multiselect select{background:0 0}.gf_stylespro_wrapper .gf_stylespro input[type=checkbox],.gf_stylespro_wrapper .gf_stylespro input[type=radio]{margin:0;padding:0}.gf_stylespro input[type=checkbox]:not(old),.gf_stylespro input[type=radio]:not(old){position:absolute;width:0;margin:0;padding:0;font-size:1em;opacity:0}.gf_stylespro input[type=checkbox]:not(old)+label,.gf_stylespro input[type=radio]:not(old)+label{display:inline-block;line-height:1.2em;margin-top:.15em;margin-bottom:.15em}.gf_stylespro input[type=checkbox]:not(old)+label:before,.gf_stylespro input[type=radio]:not(old)+label:before{font-family:sans-serif,Segoe UI Symbol;content:' ';font-weight:700;color:silver;padding:0;display:inline-block;border-radius:.25em;-webkit-border-radius:.25em;-moz-border-radius:.25em;background:#e0e0e0;text-align:center;line-height:1;width:1em;margin-right:.3em;background-image:-moz-linear-gradient(#f0f0f0,#e0e0e0);background-image:-ms-linear-gradient(#f0f0f0,#e0e0e0);background-image:-o-linear-gradient(#f0f0f0,#e0e0e0);background-image:-webkit-linear-gradient(#f0f0f0,#e0e0e0);background-image:linear-gradient(#f0f0f0,#e0e0e0);width:1em;height:1em;vertical-align:middle;text-indent:0}.gf_stylespro input[type=checkbox]:not(old):checked+label:before,.gf_stylespro input[type=radio]:not(old):checked+label:before{background-image:-moz-linear-gradient(#e0e0e0,#f0f0f0);background-image:-ms-linear-gradient(#e0e0e0,#f0f0f0);background-image:-o-linear-gradient(#e0e0e0,#f0f0f0);background-image:-webkit-linear-gradient(#e0e0e0,#f0f0f0);background-image:linear-gradient(#e0e0e0,#f0f0f0);color:#9c6;text-shadow:0 0 .0714em #73994d;-moz-box-shadow:0 0 4px;-webkit-box-shadow:0 0 4px;box-shadow:0 0 4px;overflow:visible}.gf_stylespro input[type=checkbox]:not(old):checked+label:before{content:'\2713\fe0e'}.gf_stylespro input[type=radio]:not(old):checked+label:before{content:'\2717\fe0e'}.gf_stylespro input[type=checkbox]:disabled+label,.gf_stylespro input[type=radio]:disabled+label{opacity:.5}.ginput_container_fileupload .gfsp_icon,.ginput_container_fileupload input,.ginput_container_post_image .gfsp_icon,.ginput_container_post_image input{vertical-align:middle}.gf_stylespro .gform_button_select_files{border:1px solid}.gf_stylespro .gfield_checkbox li:last-child,.gf_stylespro .gfield_radio li:last-child{margin-bottom:-.2em}.gf_stylespro .gf_newline{clear:left}.gf_stylespro .gf_half,.gf_stylespro .gf_left_half,.gf_stylespro .gf_right_half{width:48%;display:inline-block;margin-right:2%;vertical-align:top}.gf_stylespro .gf_inline{display:inline-block;margin-right:2%;width:auto;min-width:1em}.gf_stylespro .gf_left_third,.gf_stylespro .gf_middle_third,.gf_stylespro .gf_right_third,.gf_stylespro .gf_third{display:inline-block;margin-right:2%;width:31.33%}.gf_stylespro .gf_left,.gf_stylespro .gf_left_half,.gf_stylespro .gf_left_third{clear:left}.gf_stylespro .gf_right,.gf_stylespro .gf_right_half,.gf_stylespro .gf_right_third{clear:right}.gf_stylespro .gf_right+.gf_inline,.gf_stylespro .gf_right_half+.gf_inline,.gf_stylespro .gf_right_third+.gf_inline{clear:both}.gf_stylespro .gf_third_two{width:64.66%;margin-right:2%}.gf_stylespro .gf_third.gf_two{width:64.66%;margin-right:2%}.gf_stylespro .gf_quarter{width:23%;display:inline-block;margin-right:2%}.gf_stylespro .gf_left_third.gf_newline,.gf_stylespro .gf_middle_third.gf_newline,.gf_stylespro .gf_newline,.gf_stylespro .gf_right_third.gf_newline{display:block;float:left;clear:both}.gf_stylespro .gf_label_inline .gfield_label,.gf_stylespro .gf_label_inline .ginput_container{display:inline-block;vertical-align:initial}.gf_stylespro .gf_label_inline .gfield_label{margin-right:1em}.gf_stylespro .gf_list_inline .gfield_checkbox>li,.gf_stylespro .gf_list_inline .gfield_radio>li{display:inline-block;margin-right:1em}.gf_stylespro .gf_list_2col .gfield_checkbox>li,.gf_stylespro .gf_list_2col .gfield_radio>li{width:48%;display:inline-block;margin-right:3%;vertical-align:top}.gf_stylespro .gf_list_2col .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_2col .gfield_radio>li:nth-child(even){margin-right:0}.gf_stylespro .gf_list_3col .gfield_checkbox>li,.gf_stylespro .gf_list_3col .gfield_radio>li{width:31.33%;display:inline-block;margin-right:3%;vertical-align:top}.gf_stylespro .gf_list_3col .gfield_checkbox>li:nth-child(3n),.gf_stylespro .gf_list_3col .gfield_radio>li:nth-child(3n){margin-right:0}.gf_stylespro .gf_list_4col .gfield_checkbox>li,.gf_stylespro .gf_list_4col .gfield_radio>li{width:23.5%;display:inline-block;margin-right:2%;vertical-align:top}.gf_stylespro .gf_list_4col .gfield_checkbox>li:nth-child(4n),.gf_stylespro .gf_list_4col .gfield_radio>li:nth-child(4n){margin-right:0}.gf_stylespro .gf_list_5col .gfield_checkbox>li,.gf_stylespro .gf_list_5col .gfield_radio>li{width:18.35%;display:inline-block;margin-right:2%;vertical-align:top}.gf_stylespro .gf_list_5col .gfield_checkbox>li:nth-child(5n),.gf_stylespro .gf_list_5col .gfield_radio>li:nth-child(5n){margin-right:0}.gf_stylespro .gf_list_6col .gfield_checkbox>li,.gf_stylespro .gf_list_6col .gfield_radio>li{width:15%;display:inline-block;margin-right:2%;vertical-align:top}.gf_stylespro .gf_list_6col .gfield_checkbox>li:nth-child(6n),.gf_stylespro .gf_list_6col .gfield_radio>li:nth-child(6n){margin-right:0}.gf_stylespro .gfield_checkbox,.gf_stylespro .gfield_radio{letter-spacing:-.5em}.gf_stylespro .gfield_checkbox>li,.gf_stylespro .gfield_radio>li{letter-spacing:normal}.o_small[class*=gf_list_] .gfsp_choice_img{text-align:center}.gf_stylespro .gf_hide_label .gsection_title,.gf_stylespro .gf_hide_label>label,.gf_stylespro .hidden_label .gfield_label,.gf_stylespro .left_label .gf_hide_label .gfield_label,.gf_stylespro .right_label .gf_hide_label .gfield_label{display:none}.gf_stylespro .gfield_checkbox>li,.gf_stylespro .gfield_radio>li{position:relative}.gf_stylespro .ginput_complex label{font-size:.8em;line-height:1;display:block;margin-top:.5em;margin-bottom:.7em}.gf_stylespro .ginput_counter{font-size:.7em;font-style:italic;padding:0 .5em;line-height:1}.gf_stylespro .gfield_description{font-size:.8em;padding:.1em .5em;opacity:.75}.gf_stylespro .field_description_above .gfield_description{margin-bottom:.4em}.gf_stylespro .field_description_below .gfield_description,.gf_stylespro .ginput_counter,.gf_stylespro .validation_message{margin-top:.5em;display:inline-block;width:100%}.gf_stylespro .ginput_container .small{width:3em;box-sizing:content-box}.gf_stylespro .gchoice_other_label+input.small{width:10em;vertical-align:middle}.gf_icn_inset .has_gfsp_icn input.small{width:5.2em}.gf_stylespro .medium{width:10em;max-width:100%}.gf_stylespro .large{width:16em;max-width:100%}.gf_stylespro .gfield_chainedselect,.gf_stylespro .large.full{width:100%;max-width:100%}.gf_stylespro .gfield textarea{width:100%}.gf_stylespro .gfield textarea.small{height:4em}.gf_stylespro .gfield textarea.medium{height:7em}.gf_stylespro .gfield textarea.large{height:10em}.gf_stylespro input[type=file]{min-width:10em;width:100%}.ginput_container_fileupload,.ginput_container_post_image{width:100%;max-width:100%}.ginput_container_fileupload.ginput_complex>.ginput_full,.ginput_container_post_image.ginput_complex>.ginput_full{width:100%}.ginput_container_fileupload .gfsp_icon::before,.ginput_container_post_image .gfsp_icon::before{padding:.3em 0;display:inline-block}.gform_drop_area .gfsp_icon::before{padding:.14em 0}.gf_browser_gecko .ginput_container_fileupload .gfsp_icon::before,.gf_browser_gecko .ginput_container_post_image .gfsp_icon::before{padding:.2em 0}.gf_browser_chrome .gform_drop_area .gfsp_icon::before,.gform_drop_area .gfsp_icon::before{padding:.14em 0}.gf_stylespro .gf_name_has_2.ginput_complex>*,.gf_stylespro .ginput_complex .ginput_left,.gf_stylespro .ginput_complex .ginput_right{width:48%;float:left}.gf_stylespro .gf_name_has_3.ginput_complex>*{width:31.3%;float:left}.gf_stylespro .gf_name_has_4.ginput_complex>*{width:23%}.gf_stylespro .gf_name_has_5.ginput_complex>*{width:18%}.gf_stylespro .ginput_complex{width:102%;display:block;float:left;margin-bottom:-1em}.gf_stylespro .gf_name_has_1.ginput_complex>span,.gf_stylespro .ginput_complex>span{margin-right:2%;display:block;float:left;margin-bottom:.4em;width:98%}.gf_stylespro .ginput_complex input,.gf_stylespro .ginput_complex select{width:100%}.gf_stylespro .validation_error{color:#f15555;padding:1em;border:1px solid;margin-bottom:2em;margin-right:2%}.gf_stylespro .gfield .validation_message{color:#f15555}.gf_stylespro .gfield_description.validation_message{color:#f15555}.gf_stylespro .ginput_complex+.gfield_description.validation_message{float:left;width:100%}.gf_stylespro .ginput_container_list input[type=text]{width:100%}.gf_stylespro .gform_drop_area{padding:24px;border:1px dashed #ccc;text-align:center;color:#aaa;background:rgba(0,0,0,.02);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:.5em}.gf_stylespro .validation_message li,.gf_stylespro .validation_message ul{list-style:none;margin:0;padding:0}.gf_stylespro .validation_message ul{margin-bottom:.5em}.gf_stylespro .ginput_preview,.gf_stylespro .validation_message{font-size:.87em}.gfsp_popup .validation_error{margin:0;position:fixed;top:30%;left:50%;margin-left:-20%;width:40%;background:#fff;padding:1em 1em;box-sizing:border-box;box-shadow:0 0 7px;z-index:1}.gfsp_popup{position:fixed;background:rgba(255,255,255,.75);left:0;top:0;height:100%;width:100%;z-index:1}.gf_stylespro .left_label .gfield_label,.gf_stylespro .left_label .ginput_complex,.gf_stylespro .right_label .gfield_label,.gf_stylespro .right_label .ginput_complex{vertical-align:inherit}.gf_stylespro .left_label .gfield_label,.gf_stylespro .right_label .gfield_label{width:29%;display:inline-block;vertical-align:middle}.gf_stylespro .right_label .gfield_label{text-align:right;padding-right:1em}.gf_stylespro .left_label .ginput_container,.gf_stylespro .right_label .ginput_container{width:70%;display:inline-block;vertical-align:middle}.gf_stylespro .left_label .ginput_container_address,.gf_stylespro .left_label .ginput_container_checkbox,.gf_stylespro .left_label .ginput_container_radio,.gf_stylespro .right_label .ginput_container_address,.gf_stylespro .right_label .ginput_container_checkbox,.gf_stylespro .right_label .ginput_container_radio{vertical-align:top}.gf_stylespro .left_label .gf_third.gf_two,.gf_stylespro .left_label .gfield,.gf_stylespro .right_label .gf_third.gf_two,.gf_stylespro .right_label .gfield{margin-bottom:1.5em}.gf_stylespro .left_label .gfield_description,.gf_stylespro .right_label .gfield_description{margin-left:29%}.gf_stylespro .left_label .ginput_complex,.gf_stylespro .right_label .ginput_complex{display:inline-block;float:none}@media (max-width:479px){.gf_stylespro .left_label .ginput_container,.gf_stylespro .right_label .ginput_container{width:63%}.gf_stylespro .left_label .gfield_label,.gf_stylespro .right_label .gfield_label{width:34%;margin-right:2%}.gf_stylespro .left_label .gfield_description,.gf_stylespro .right_label .gfield_description{margin-left:0}.gf_stylespro .right_label .gfield_label{text-align:right;padding-right:0}}.gf_stylespro .gf_step{width:auto!important;margin:0 1em .625em 0;font-size:1em;height:1.25em;line-height:1.25;-moz-opacity:.2;-khtml-opacity:.2;opacity:.2;display:-moz-inline-stack;display:inline-block;zoom:1}.gf_stylespro .gf_step.gf_step_active{-moz-opacity:1;-khtml-opacity:1;opacity:1}.gf_stylespro .gf_page_steps{width:98%;margin:0 0 1.5em;padding:0 0 .25em;border-bottom:1px dotted #ccc}.gf_stylespro .gf_step_clear{display:block;clear:both;height:1px;overflow:hidden}.gf_stylespro .gf_step span.gf_step_number{font-size:1.5em;font-weight:700}.gf_stylespro .gf_step_label{margin-left:.2em}.gf_stylespro .gf_progressbar{width:98%;height:30px;overflow:hidden;border:1px solid #eee;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#e8e8e8;color:#000;background:-moz-linear-gradient(-45deg,rgba(255,255,255,1) 0,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 51%,rgba(255,255,255,1) 100%);background:-webkit-gradient(left top,right bottom,color-stop(0,rgba(255,255,255,1)),color-stop(49%,rgba(250,250,250,1)),color-stop(51%,rgba(240,240,240,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(-45deg,rgba(255,255,255,1) 0,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 51%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(-45deg,rgba(255,255,255,1) 0,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 51%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(-45deg,rgba(255,255,255,1) 0,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 51%,rgba(255,255,255,1) 100%);background:linear-gradient(135deg,#fff 0,#fafafa 49%,#f0f0f0 51%,#fff 100%);background-size:230% 100%;background-position:-179%;margin-bottom:1.5em}.gf_stylespro .gf_progressbar_percentage{height:30px;text-align:right;text-shadow:0 1px 1px rgba(0,0,0,.5);line-height:2.072;padding-right:5px;font-size:14px;color:#fff}.gf_stylespro .percentbar_blue{background-color:#0072bc}.gf_stylespro .percentbar_gray{background-color:#8b8b8b}.gf_stylespro .percentbar_green{background-color:#00ac00}.gf_stylespro .percentbar_orange{background-color:#ffaf1a;color:#000;text-shadow:none}.gf_stylespro .percentbar_red{background-color:#e51919}.gf_stylespro button,.gf_stylespro input.button{text-align:center;cursor:pointer}.gf_stylespro .gform_page_footer{clear:left;margin-top:2em;border-top:1px dotted #ccc;padding-top:1em;width:98%}.gf_stylespro .gform_page_fields{display:block;clear:left;float:left;margin-bottom:1em;width:100%}.ui-datepicker-title select{padding:.5em;margin-bottom:2.5%;width:auto;background:#fff;font-size:1em}.gf_stylespro .datepicker_with_icon{max-width:calc(100% - 1.5em)}.gf_stylespro .gf_hide_label,.gf_stylespro .hidden_label{margin-top:.7em}.gf_stylespro_wrapper .gf_invisible,.gf_stylespro_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}.gf_stylespro_wrapper .gform_validation_container{display:none}.gf_hide_complex_label .ginput_complex label{display:none}.gf_hide_complex_label .ginput_complex>span{margin-bottom:1em}.gf_stylespro option{text-shadow:none;color:initial}.gf_stylespro_wrapper .gf_hidden,.gf_stylespro_wrapper .gfield.gf_hidden,.gf_stylespro_wrapper .gform_hidden,.gf_stylespro_wrapper input.gform_hidden,.gf_stylespro_wrapper input[type=hidden]{display:none!important;max-height:1px!important;overflow:hidden}.gf_stylespro .gsurvey-rank-choice>img{margin-right:.3em;vertical-align:top}.gf_stylespro .gsurvey-rank-choice{margin:.7em 0;list-style:none}.gf_stylespro .gsurvey-rank-choice:last-child{margin-bottom:0}.gf_stylespro .gsurvey-rating:not(:checked)>label:before{content:'\00a0\00a0\00a0\00a0'!important;background:0 0!important;padding:0;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.gf_stylespro .gsurvey-rating input[type=radio]:not(old)+label{opacity:1;line-height:18px;margin-bottom:0;margin-top:0}.gf_stylespro table.gsurvey-likert{margin-bottom:0}.gf_stylespro_wrapper .gravity-select-parent .select-arrow{width:1.7em}.gf_stylespro .collapsible-sections-collapsible-body,.gf_stylespro .collapsible-sections-field{clear:both;float:none;max-width:98%}.collapsible-sections-end-field+.gfield{margin-top:1.5em}#estimation_popup.wpe_bootstraped .gf_stylespro_wrapper ul li.gfield{max-width:98%}.gf_stylespro .gfield:before,.gf_stylespro .ginput_container>ul>li:before{content:none}#tve_editor .gform_fields{margin-left:0;padding:0}#tve_editor .ginput_container>ul>li,.bSe ul .gfield{padding-left:0}.gform_card_icon_container{margin:8px 0 6px;height:32px}.gform_card_icon{margin-right:4px;text-indent:-9000px;background-image:url(https://owl.fusion-ev.com/modules/gfstylespro/images/gf-creditcards.svg);background-repeat:no-repeat;width:40px;height:32px;float:left}.gform_card_icon_container div.gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after{display:block;content:'';position:absolute;background:url(https://owl.fusion-ev.com/modules/gfstylespro/images/gf-creditcards-check.svg) center center no-repeat;width:13px;height:10px;bottom:4px;right:-2px}.ginput_container_creditcard .ginput_card_security_code_icon{width:40px;height:32px;display:inline-block;background-image:url(https://owl.fusion-ev.com/modules/gfstylespro/images/gf-creditcards.svg);background-repeat:no-repeat;background-position:-382px 0;position:relative;top:-3.5px}.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard{float:left;position:relative;top:4px!important}.gf_stylespro_wrapper .ginput_complex .ginput_cardinfo_right{min-width:85px}.gf_stylespro_wrapper .ginput_complex .ginput_cardextras{display:block;overflow:hidden}.gf_stylespro_wrapper .ginput_complex .ginput_cardinfo_left .ginput_card_expiration_container{position:relative;display:block}.gf_stylespro_wrapper .ginput_complex .ginput_cardinfo_left .ginput_card_expiration_container select{width:5em;line-height:1.3;max-width:47%}.gf_stylespro_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{width:5em;max-width:75%;line-height:1.3;display:inline-block}.ginput_cardinfo_left,.ginput_cardinfo_right{display:inline-block;width:49%;margin-right:2%;min-width:10em;vertical-align:top}.ginput_cardinfo_right{margin-right:0}.gf_stylespro_wrapper li.gfield.gfield_creditcard_warning{padding:16px 16px 14px;border-top:2px solid #790000;border-bottom:4px solid #790000;background-color:rgba(255,223,224,.25);width:calc(100% - 16px)}.gf_stylespro_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{font-weight:700;font-family:inherit;line-height:1.5;color:#790000;max-width:100%;position:relative}.gf_stylespro_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{display:block;padding:0 0 14px 24px;margin-bottom:16px;line-height:1.5;letter-spacing:.1pt;border-bottom:1px solid #790000;text-transform:uppercase;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-size:1em auto;background-repeat:no-repeat;background-position:left center}li.gfield+li.gfield.gfield_creditcard_warning{margin-top:.7em}@media (max-width:480px){.ginput_cardinfo_left,.ginput_cardinfo_right{width:100%;margin-right:0}}.gf_stylespro .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gf_stylespro .chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.gf_stylespro .chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.gf_stylespro .chosen-container.chosen-with-drop .chosen-drop{display:block}.gf_stylespro .chosen-container a{cursor:pointer}.gf_stylespro .chosen-container .chosen-single .group-name,.gf_stylespro .chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.gf_stylespro .chosen-container .chosen-single .group-name:after,.gf_stylespro .chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.gf_stylespro .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.gf_stylespro .chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0;padding:0;padding:5px 4px}.gf_stylespro .chosen-container-single .chosen-default{color:#999}.gf_stylespro .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.gf_stylespro .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.gf_stylespro .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://owl.fusion-ev.com/modules/gfstylespro/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gf_stylespro .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gf_stylespro .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gf_stylespro .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.gf_stylespro .chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://owl.fusion-ev.com/modules/gfstylespro/images/chosen-sprite.png) no-repeat 0 2px}.gf_stylespro .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.gf_stylespro .chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(https://owl.fusion-ev.com/modules/gfstylespro/images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.gf_stylespro .chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box}.gf_stylespro .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}.gf_stylespro .chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.gf_stylespro .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.gf_stylespro .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.gf_stylespro .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.gf_stylespro .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gf_stylespro .chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.gf_stylespro .chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.gf_stylespro .chosen-container .chosen-results li.group-option{padding-left:15px}.gf_stylespro .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gf_stylespro .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;cursor:text}.gf_stylespro .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gf_stylespro .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gf_stylespro .chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:2px;right:3px;display:block;width:12px;height:12px;background:url(https://owl.fusion-ev.com/modules/gfstylespro/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gf_stylespro .chosen-container-multi .chosen-results{margin:0;padding:0}.gf_stylespro .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.gf_stylespro .chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gf_stylespro .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.gf_stylespro .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.gf_stylespro .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gf_stylespro .chosen-container-active .chosen-choices{border-color:#5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gf_stylespro .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.gf_stylespro .chosen-disabled{opacity:.5!important;cursor:default}.gf_stylespro .chosen-disabled .chosen-single{cursor:default}.gf_stylespro .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gf_stylespro .chosen-container .chosen-results-scroll-down span,.gf_stylespro .chosen-container .chosen-results-scroll-up span,.gf_stylespro .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gf_stylespro .chosen-container-single .chosen-search input[type=text],.gf_stylespro .chosen-container-single .chosen-single abbr,.gf_stylespro .chosen-container-single .chosen-single div b,.gf_stylespro .chosen-rtl .chosen-search input[type=text]{background-image:url(https://owl.fusion-ev.com/modules/gfstylespro/images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}body .gf_stylespro .chosen-container a.chosen-single{border-radius:inherit}body .gf_stylespro ul.chosen-results li{line-height:inherit}@media only screen and (max-width:641px){.gf_stylespro .chosen-container.chosen-container-single[style]{width:100%!important}.gf_stylespro .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gf_stylespro .chosen-container-single .chosen-single div b{position:relative;top:7px}.gf_stylespro div.chosen-container.chosen-container-multi[style]{width:100%!important}.gf_stylespro .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gf_stylespro .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{width:100%;line-height:inherit;float:none}.gf_stylespro .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gf_stylespro .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gf_stylespro .ginput_container span:not(.ginput_price):not(.gfsp_icon):not(.ginput_card_security_code_icon){margin-bottom:8px;display:block}}.ginput_container>i.fa{margin-right:-2.2em;position:absolute;padding:.5em .3em .5em .5em;line-height:1.2}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_toggle input[type=radio]:not(old)+label{position:relative}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_toggle input[type=radio]:not(old)+label:before{content:'';position:relative;display:inline-block;margin-right:.7em;margin-left:3px;vertical-align:middle;padding:0;background:#a2a2a2;width:2.1em;height:.84em;margin-top:.5em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;margin-bottom:.5em}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old):checked+label:after,.gf_stylespro .gfsp_toggle input[type=radio]:not(old):checked+label:after{-webkit-transform:translateX(1.4em);-ms-transform:translateX(1.4em);transform:translateX(1.4em);background:#6abefb}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old):checked+label:before,.gf_stylespro .gfsp_toggle input[type=radio]:not(old):checked+label:before{content:'';box-shadow:none;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background:#aed6ff;box-shadow:none;border:0}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle input[type=radio]:not(old)+label:after{position:absolute;content:"";height:20px;width:20px;left:-2px;margin-top:5px;background-color:#b7b7b7;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;box-shadow:0 2px 5px #e6e6e6;width:1.25em;height:1.25em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;margin-top:.35em;top:0}.gf_stylespro .gfsp_toggle .gfsp_choice_icn input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle .gfsp_choice_icn input[type=radio]:not(old)+label:after,.gf_stylespro .gfsp_toggle .gfsp_choice_img input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle .gfsp_choice_img input[type=radio]:not(old)+label:after{top:calc(50% - 1em)}.gf_stylespro .gfsp_toggle.gfield_price .gfsp_choice_icn input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle.gfield_price .gfsp_choice_icn input[type=radio]:not(old)+label:after,.gf_stylespro .gfsp_toggle.gfield_price .gfsp_choice_img input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle.gfield_price .gfsp_choice_img input[type=radio]:not(old)+label:after{top:0}.gf_stylespro .gfsp_draw input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_draw input[type=radio]:not(old)+label{position:relative;padding-left:1.8em;margin-top:.3em;margin-bottom:.3em}.gf_stylespro .gfsp_draw input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_draw input[type=radio]:not(old)+label:before{content:'\2713\fe0e';width:1em;box-sizing:border-box;position:absolute;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;vertical-align:middle;padding:0;color:#d4d4d4;background:0 0;line-height:1;opacity:.55;font-size:1.7em;position:absolute;left:0;box-shadow:none;text-shadow:none;border:0}.gf_stylespro .gfsp_draw input[type=checkbox]:not(old):checked+label:after,.gf_stylespro .gfsp_draw input[type=radio]:not(old):checked+label:after{width:70%;-webkit-transition:.7s ease-in;-moz-transition:.7s ease-in;-o-transition:.7s ease-in;transition:.7s ease-in}.gf_stylespro .gfsp_draw input[type=checkbox]:not(old):checked+label:before,.gf_stylespro .gfsp_draw input[type=radio]:not(old):checked+label:before{content:'\2713';background:0 0;line-height:1;opacity:.25;text-shadow:none;box-shadow:none}.gf_stylespro .gfsp_draw input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_draw input[type=radio]:not(old)+label:after{position:absolute;content:'\2713';width:0;padding:0;-webkit-transition:.7s ease-out;-moz-transition:.7s ease-out;-o-transition:.7s ease-out;transition:.7s ease-out;top:0;overflow:hidden;font-size:1.7em;line-height:1;text-shadow:none;vertical-align:middle;left:.1em}.gf_stylespro .gfsp_dot input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_dot input[type=radio]:not(old)+label{line-height:1.8;padding:0 1em 0 0;-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;margin-top:.25em;margin-bottom:.25em;-ms-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-left:0;text-indent:0;text-transform:none}.gf_stylespro .gfsp_dot input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_dot input[type=radio]:not(old)+label:before{overflow:visible;background:#fff;padding:9px;width:auto;height:auto;vertical-align:middle;-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;-ms-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#fff;margin-right:.5em;margin-bottom:.25em;box-shadow:0 0 0 3px inset,0 0 0 5px #4a92ff inset;border:2px solid;box-shadow:0 0 0 10px inset,0 0 0 15px #4a92ff inset;border:2px solid #4a92ff;-ms-transition:.3s all cubic-bezier(.43,-.92,.69,.47);-moz-transition:.3s all cubic-bezier(.43,-.92,.69,.47);-webkit-transition:.3s all cubic-bezier(.43,-.92,.69,.47);-o-transition:.3s all cubic-bezier(.43,-.92,.69,.47);transition:.3s all cubic-bezier(.43,-.92,.69,.47)}.gf_stylespro .gfsp_dot input[type=checkbox]:not(old):checked+label,.gf_stylespro .gfsp_dot input[type=radio]:not(old):checked+label{opacity:1}.gf_stylespro .gfsp_dot input[type=checkbox]:not(old):checked+label:before,.gf_stylespro .gfsp_dot input[type=radio]:not(old):checked+label:before{content:'';color:#fff;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-opacity:.1;-khtml-opacity:.1;opacity:1;box-shadow:0 0 0 4px inset,0 0 0 15px #4a92ff inset;border:2px solid #4a92ff;-moz-transition:.3s all cubic-bezier(0,.26,.18,1.88);-webkit-transition:.3s all cubic-bezier(0,.26,.18,1.88);-o-transition:.3s all cubic-bezier(0,.26,.18,1.88);transition:.3s all cubic-bezier(0,.26,.18,1.88)}.gf_stylespro .gfsp_dot input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_dot input[type=radio]:not(old)+label:before{content:''}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_ios input[type=radio]:not(old)+label{line-height:1.8;line-height:1.5}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_ios input[type=radio]:not(old)+label{position:relative;margin-top:.45em;margin-bottom:.45em}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_ios input[type=radio]:not(old)+label:before{content:'';font-family:Arial;position:relative;left:0;margin-top:0;margin-bottom:4px;margin-right:.5em;vertical-align:middle;padding:0;background:#efefef;line-height:0;border:1px solid #d8d8d8;box-shadow:none;display:inline-block;float:left;width:2.75em;height:1.5em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;opacity:1}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old):checked+label:after,.gf_stylespro .gfsp_ios input[type=radio]:not(old):checked+label:after{-webkit-transform:translateX(1.35em);-ms-transform:translateX(1.35em);transform:translateX(1.35em)}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old):checked+label:before,.gf_stylespro .gfsp_ios input[type=radio]:not(old):checked+label:before{content:'';box-shadow:none;-moz-transition:.5s all;-webkit-transition:.5s all;-o-transition:.5s all;transition:.5s all;background:#54f184;box-shadow:none;border-color:rgba(216,216,216,.7)}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_ios input[type=radio]:not(old)+label:after{position:absolute;font-family:Arial;content:"";height:20px;line-height:0;width:20px;left:2px;margin-top:2px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;box-shadow:0 2px 5px #e6e6e6;background:#fff;-o-transition:transform .5s cubic-bezier(.175,.885,.32,1.275),padding .5s ease,margin .15s ease,width .15s ease;-moz-transition:transform .5s cubic-bezier(.175,.885,.32,1.275),padding .5s ease,margin .15s ease,width .15s ease;-webkit-transition:transform .5s cubic-bezier(.175,.885,.32,1.275),padding .5s ease,margin .15s ease,width .15s ease;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),padding .5s ease,margin .15s ease,width .15s ease;top:0;width:1.25em;height:1.25em;margin-top:.1em}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old)+label:active:after,.gf_stylespro .gfsp_ios input[type=radio]:not(old)+label:active:after{width:30px;padding-left:5px}.gf_stylespro .gfsp_ios input[type=checkbox]:not(old):checked+label:active:after,.gf_stylespro .gfsp_ios input[type=radio]:not(old):checked+label:active:after{margin-left:-10px}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_flip input[type=radio]:not(old)+label{position:relative;-webkit-perspective:100px;perspective:100px;perspective-origin:1.5em 1.5em}_:-ms-lang(x),.gf_stylespro .gfsp_flip input[type=checkbox]:not(old) + label,.gf_stylespro .gfsp_flip input[type=radio   ]:not(old) + label{perspective:0}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_flip input[type=radio]:not(old)+label:before{font-family:sans-serif,Segoe UI Symbol;content:"\2718\fe0e";padding:.5em 1em;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:1.5;margin-right:.6em;color:#ffa6a6;top:0;background:#dc2f2f;left:0;-o-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;display:inline-table;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:none}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_flip input[type=radio]:not(old)+label:after{position:absolute;content:'\2714\fe0e';font-family:sans-serif,Segoe UI Symbol;padding:.5em 1em;line-height:1.5;top:0;background:#53ee7c;left:0;-moz-transition:.5s all;-o-transition:.5s all;-webkit-transition:.5s all;transition:.5s all;-ms-transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);color:#d0ffd4;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-shadow:none;box-shadow:none}.gf_stylespro .gfsp_flip .gfsp_choice_icn label:after,.gf_stylespro .gfsp_flip .gfsp_choice_icn label:before,.gf_stylespro .gfsp_flip .gfsp_choice_img label:after,.gf_stylespro .gfsp_flip .gfsp_choice_img label:before{position:absolute;margin-top:.2em}.gf_stylespro .gfsp_flip .o_label{margin-left:3.4em}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old):checked+label:after,.gf_stylespro .gfsp_flip input[type=radio]:not(old):checked+label:after{-ms-transform:rotateY(0);-webkit-transform:rotateY(0);transform:rotateY(0)}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old):checked+label:before,.gf_stylespro .gfsp_flip input[type=radio]:not(old):checked+label:before{-ms-transform:rotateY(160deg);-webkit-transform:rotateY(160deg);transform:rotateY(160deg)}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:active:before,.gf_stylespro .gfsp_flip input[type=radio]:not(old)+label:active:before{-ms-transform:rotateY(20deg);-webkit-transform:rotateY(20deg);transform:rotateY(20deg)}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old):checked+label:active:before,.gf_stylespro .gfsp_flip input[type=radio]:not(old):checked+label:active:before{-ms-transform:rotateY(160deg);-webkit-transform:rotateY(160deg);transform:rotateY(160deg)}.gf_stylespro .gfsp_flip input[type=checkbox]:not(old):checked+label:active:after,.gf_stylespro .gfsp_flip input[type=radio]:not(old):checked+label:active:after{-ms-transform:rotateY(-20deg);-webkit-transform:rotateY(-20deg);transform:rotateY(-20deg)}.gf_stylespro .gfsp_default input[type=checkbox],.gf_stylespro .gfsp_default input[type=radio],.gf_stylespro .gravityflow-status-box input[type=radio]{display:inline-block;width:initial;width:1em;margin:0;opacity:1;vertical-align:middle;box-shadow:none;margin-right:.3em}.gfsp_default .ginput_container label{vertical-align:middle}.gf_stylespro .gfsp_default input[type=checkbox]+label:before,.gf_stylespro .gfsp_default input[type=radio]+label:before{display:none}.gf_stylespro .gfsp_default input[type=checkbox],.gf_stylespro .gravityflow-status-box input[type=checkbox]{-webkit-appearance:checkbox;vertical-align:middle;position:initial}.gf_stylespro .gfsp_default input[type=radio],.gf_stylespro .gravityflow-status-box input[type=radio]{-webkit-appearance:radio;position:initial}.gfsp_label_img{vertical-align:initial;max-width:100%;height:auto}.o_label .o_img_wr,.o_label>i{padding-right:.4rem}.o_after .o_label .o_img_wr,.o_after .o_label>i{padding-left:.4rem;padding-right:0}.o_label>*{display:inline-block}.o_label,.o_label>*{display:inline-block;height:auto;vertical-align:middle}.gf_list_2col.gfield_price[class*=product] .o_label,.gf_list_2col:not(.gfield_price) .o_label,.gf_list_3col.gfield_price[class*=product] .o_label,.gf_list_3col:not(.gfield_price) .o_label,.gf_list_4col.gfield_price[class*=product] .o_label,.gf_list_4col:not(.gfield_price) .o_label,.gf_list_5col.gfield_price[class*=product] .o_label,.gf_list_5col:not(.gfield_price) .o_label,.gf_list_6col.gfield_price[class*=product] .o_label,.gf_list_6col:not(.gfield_price) .o_label{width:100%;padding:.2em 0;width:calc(100% - 1.3em)}.gf_list_6col.gfield_price[class*=product] .o_label,.gf_list_6col:not(.gfield_price) .o_label{width:calc(100% - 2.7em)}.gf_list_2col.gfsp_flip:not(.gfield_price) .o_label,.gf_list_3col.gfsp_flip:not(.gfield_price) .o_label,.gf_list_4col.gfsp_flip:not(.gfield_price) .o_label,.gf_list_5col.gfsp_flip:not(.gfield_price) .o_label,.gf_list_6col.gfsp_flip:not(.gfield_price) .o_label{width:calc(100% - 3.4em)}.gf_list_2col.gfsp_ios:not(.gfield_price) .o_label,.gf_list_2col.gfsp_toggle:not(.gfield_price) .o_label,.gf_list_3col.gfsp_ios:not(.gfield_price) .o_label,.gf_list_3col.gfsp_toggle:not(.gfield_price) .o_label,.gf_list_4col.gfsp_ios:not(.gfield_price) .o_label,.gf_list_4col.gfsp_toggle:not(.gfield_price) .o_label,.gf_list_5col.gfsp_ios:not(.gfield_price) .o_label,.gf_list_5col.gfsp_toggle:not(.gfield_price) .o_label,.gf_list_6col.gfsp_ios:not(.gfield_price) .o_label,.gf_list_6col.gfsp_toggle:not(.gfield_price) .o_label{width:calc(100% - 3.4em)}.gf_list_2col.gfsp_o_shade:not(.gfield_price) .o_label,.gf_list_3col.gfsp_o_shade:not(.gfield_price) .o_label,.gf_list_4col.gfsp_o_shade:not(.gfield_price) .o_label,.gf_list_5col.gfsp_o_shade:not(.gfield_price) .o_label,.gf_list_6col.gfsp_o_shade:not(.gfield_price) .o_label{width:100%;padding:.2em 0;width:calc(100% - 1.3em)}.gf_list_2col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_2col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_2col:not(.gfield_price) .gfsp_choice_img label,.gf_list_3col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_3col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_3col:not(.gfield_price) .gfsp_choice_img label,.gf_list_4col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_4col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_4col:not(.gfield_price) .gfsp_choice_img label,.gf_list_5col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_5col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_5col:not(.gfield_price) .gfsp_choice_img label,.gf_list_6col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_6col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_6col:not(.gfield_price) .gfsp_choice_img label{display:block;min-width:100px}.gf_list_2col.gfsp_default .gfsp_choice_icn label,.gf_list_2col.gfsp_default .gfsp_choice_img label,.gf_list_2col.gfsp_default.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_3col.gfsp_default .gfsp_choice_icn label,.gf_list_3col.gfsp_default .gfsp_choice_img label,.gf_list_3col.gfsp_default.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_4col.gfsp_default .gfsp_choice_icn label,.gf_list_4col.gfsp_default .gfsp_choice_img label,.gf_list_4col.gfsp_default.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_5col.gfsp_default .gfsp_choice_icn label,.gf_list_5col.gfsp_default .gfsp_choice_img label,.gf_list_5col.gfsp_default.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_6col.gfsp_default .gfsp_choice_icn label,.gf_list_6col.gfsp_default .gfsp_choice_img label,.gf_list_6col.gfsp_default.gfield_price[class*=product] [class*=gfsp_choice_] label{display:inline-block;min-width:10px;max-width:calc(100% - 1.5em)}.gf_list_6col.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_6col:not(.gfield_price) .gfsp_choice_icn label,.gf_list_6col:not(.gfield_price) .gfsp_choice_img label{min-width:10px}.gfsp_o_frame.gf_list_inline li{vertical-align:top;margin-bottom:.5em}.gfsp_o_frame .o_label{text-align:center;max-width:100%;min-width:110px}.gfsp_o_frame.gf_list_6col .o_label{min-width:10px}.gfsp_o_frame.o_small .o_label>i{padding:1em 0}.gf_list_2col.gfield_price[class*=product] .o_label,.gf_list_3col.gfield_price[class*=product] .o_label,.gf_list_4col.gfield_price[class*=product] .o_label,.gf_list_5col.gfield_price[class*=product] .o_label,.gf_list_6col.gfield_price[class*=product] .o_label,.gf_stylespro .gfsp_o_frame.gf_list_2col:not(.gfield_price) .o_label,.gf_stylespro .gfsp_o_frame.gf_list_3col:not(.gfield_price) .o_label,.gf_stylespro .gfsp_o_frame.gf_list_4col:not(.gfield_price) .o_label,.gf_stylespro .gfsp_o_frame.gf_list_5col:not(.gfield_price) .o_label,.gf_stylespro .gfsp_o_frame.gf_list_6col:not(.gfield_price) .o_label{max-width:100%;width:100%}.gfsp_o_frame .o_label .o_img_wr,.gfsp_o_frame .o_label>i{padding:0;max-width:220px}.gfsp_o_frame .o_label>i{padding:.5em 0;width:100%;background:#fff}.gfsp_o_frame .ginput_container label{border:1px solid;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer}.gf_stylespro .gfsp_o_frame input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_frame input[type=radio]:not(old)+label{padding:4px 4px 0 4px;box-sizing:border-box}.gf_stylespro .gfsp_o_frame.o_after input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_frame.o_after input[type=radio]:not(old)+label{padding-bottom:4px;padding-top:0}.gfsp_o_frame.o_after .o_label+.ginput_price,.gfsp_o_frame.o_after .o_text{padding-bottom:.4em}.gf_stylespro .gfsp_o_frame li:not(.gfsp_choice_icn):not(.gfsp_choice_img) .o_label+.ginput_price,.gf_stylespro .gfsp_o_frame li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{padding-bottom:2px}.gfsp_o_frame input:checked+label{border-color:transparent;-moz-box-shadow:5px 5px 5px #e3e3e3;box-shadow:5px 5px 5px #e3e3e3;background:#5ac26f;color:#5ac26f}.gfsp_o_frame .o_label+.ginput_price,.gfsp_o_frame .o_text{padding:.2em;display:block;-webkit-transition:.7s all;-moz-transition:.7s all;-o-transition:.7s all;transition:.7s all}.gfsp_o_frame .ginput_price{text-align:center;font-weight:700;padding-left:1em}.gfsp_o_frame .o_text:before{content:'\2714\fe0e';font-family:sans-serif,Segoe UI Symbol;opacity:.3;font-size:1.5em;line-height:0;vertical-align:sub;padding-right:.25em}.gfsp_o_frame input:checked+label .o_text{color:#fff;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.gfsp_o_frame input:checked+label .ginput_price{color:#fff}.gfsp_o_frame.o_after input:checked+label .o_text{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.gfsp_o_frame.gf_list_3col.o_small .o_label .o_img_wr,.gfsp_o_frame.gf_list_4col.o_small .o_label .o_img_wr,.gfsp_o_frame.gf_list_5col.o_small .o_label .o_img_wr,.gfsp_o_frame.gf_list_6col.o_small .o_label .o_img_wr{padding:1.5em 1.5em .75em 1.5em}.gfsp_o_frame.o-ticktopright .o_label{background:inherit;overflow:hidden;position:relative}.gfsp_o_frame.o-ticktopright .o_label:after{position:absolute;top:.5em;right:.3em;line-height:1;font-size:1.5em;color:#fff;display:inline-block;content:'\2714\fe0e';font-family:sans-serif,Segoe UI Symbol;opacity:0}.gfsp_o_frame.o-ticktopright .o_label:before{content:"";position:absolute;background:inherit;height:5em;width:6em;top:-2.15em;right:-2.7em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);-moz-box-shadow:0 5px 5px rgba(0,0,0,.1);box-shadow:0 5px 5px rgba(0,0,0,.1);color:#fff;opacity:0}.gfsp_o_frame.o-ticktopright input:not(:checked)+label:hover .o_label:after,.gfsp_o_frame.o-ticktopright input:not(:checked)+label:hover .o_label:before{opacity:.35;color:#000}.gfsp_o_frame.o-ticktopright input:checked+label .o_label:after,.gfsp_o_frame.o-ticktopright input:checked+label .o_label:before{opacity:1}.gfsp_o_frame.o-ticktopright.o_after input:checked+label .o_text{text-align:left;padding-right:3em;padding-left:.5em}.gfsp_o_frame .gfsp_choice_icn input:not(old)+label:before,.gfsp_o_frame .gfsp_choice_img input:not(old)+label:before{display:none}.gf_stylespro .gfsp_o_frame input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_o_frame input[type=radio]:not(old)+label:before{content:'\2714\fe0e';background:0 0;box-shadow:none;opacity:.15;font-size:1.5em;vertical-align:sub;padding:0;margin-right:.25em}.gf_stylespro .gfsp_o_frame .gfsp_choice_icn input+label:before{display:none}.gfsp_o_frame li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{content:'\2714\fe0e';padding:.2em .5em}.gfsp_o_frame li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{content:'\2714\fe0e';background:#5ac26f;color:#fff}.gfsp_o_frame li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label:before{background:0 0;box-shadow:none;color:#fff;border:0;opacity:1}.gfsp_o_frame.o_small input[type=checkbox]:not(old)+label,.gfsp_o_frame.o_small input[type=radio]:not(old)+label{max-width:220px;margin-left:auto;margin-right:auto}.gf_stylespro .gfsp_o_frame input:checked+label .o_text:before{opacity:1}.gfsp_o_frame.gf_list_2col .ginput_container label,.gfsp_o_frame.gf_list_3col .ginput_container label,.gfsp_o_frame.gf_list_4col .ginput_container label,.gfsp_o_frame.gf_list_5col .ginput_container label,.gfsp_o_frame.gf_list_6col .ginput_container label{width:100%;text-align:center}.o_label .o_img_wr{width:100%;max-width:250px;line-height:0}.o_large .o_label .o_img_wr{max-width:320px}.gfsp_o_frame.gf_list_2col .o_label .o_img_wr,.gfsp_o_frame.gf_list_2col .o_label>i,.gfsp_o_frame.gf_list_3col .o_label .o_img_wr,.gfsp_o_frame.gf_list_3col .o_label>i,.gfsp_o_frame.gf_list_4col .o_label .o_img_wr,.gfsp_o_frame.gf_list_4col .o_label>i,.gfsp_o_frame.gf_list_5col .o_label .o_img_wr,.gfsp_o_frame.gf_list_5col .o_label>i,.gfsp_o_frame.gf_list_6col .o_label .o_img_wr,.gfsp_o_frame.gf_list_6col .o_label>i{max-width:100%}.gfsp_o_frame.gf_list_inline.o_large .o_label .o_img_wr,.gfsp_o_frame.gf_list_inline.o_large .o_label>i{min-width:200px}.o_label>i,.o_medium .o_label>i{font-size:60px}.o_small .o_label .o_img_wr{max-width:110px}.o_small .o_label>i{font-size:30px}.o_large .o_label>i{font-size:80px}.gf_stylespro .o-custom-border input+label{border-color:rgba(255,255,255,0);border-width:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.gf_stylespro .o-custom-border input+label:hover{box-shadow:0 2px 11px 0 rgba(0,0,0,.2);transition:.2s all}.gf_stylespro .gfield.o-notick input+label:before,.o-notick .o_text:before{display:none}.gf_stylespro .gfield.o-shadowbox input:checked+label,.gfield.o-shadowbox input:checked+label .o_text{background:0 0;color:inherit}.gf_stylespro .o-custom-border input:checked+label,.gf_stylespro .o-custom-border li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{border-color:#4a92ff}.gf_stylespro .gf_list_inline.gfsp_o_shade .gfield_checkbox>li,.gf_stylespro .gf_list_inline.gfsp_o_shade .gfield_radio>li{margin-right:2em}.gfsp_o_shade.gf_list_2col li:not(.gfsp_choice_icn):not(.gfsp_choice_img),.gfsp_o_shade.gf_list_2col:not(.gfield_price) .o_label,.gfsp_o_shade.gf_list_3col li:not(.gfsp_choice_icn):not(.gfsp_choice_img),.gfsp_o_shade.gf_list_3col:not(.gfield_price) .o_label,.gfsp_o_shade.gf_list_4col li:not(.gfsp_choice_icn):not(.gfsp_choice_img),.gfsp_o_shade.gf_list_4col:not(.gfield_price) .o_label,.gfsp_o_shade.gf_list_5col li:not(.gfsp_choice_icn):not(.gfsp_choice_img),.gfsp_o_shade.gf_list_5col:not(.gfield_price) .o_label,.gfsp_o_shade.gf_list_6col li:not(.gfsp_choice_icn):not(.gfsp_choice_img),.gfsp_o_shade.gf_list_6col:not(.gfield_price) .o_label{max-width:100%;text-align:center}.gfsp_o_shade .o_img_wr{max-width:210px}.gfsp_o_shade .o_img_wr,.gfsp_o_shade .o_label>i{overflow:hidden;box-shadow:0 0 0 #a2a2a2,0 5px 9px rgba(255,255,255,0);-webkit-transition:.7s all;-moz-transition:.7s all;-o-transition:.7s all;transition:.7s all;border:5px solid #fff;box-shadow:0 0 0 1px #e1e1e1;margin-bottom:.7rem;padding:0}.gfsp_o_shade .o_label,.gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{margin-bottom:.7em}.gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) label{max-width:80%;width:280px}.gfsp_o_shade.gf_list_inline li:not(.gfsp_choice_icn):not(.gfsp_choice_img) label{max-width:100%;width:100%}.gfsp_o_shade .o_label>i{font-size:65px;padding:calc(33% - .5em);text-align:center;padding:30%}.gfsp_o_shade.o_small .o_label{max-width:100%}.gfsp_o_shade.o_small .o_label .o_img_wr{max-width:110px}.gfsp_o_shade.o_small .o_label>i{font-size:25px;text-align:center;padding:38px}.gfsp_o_shade.o_large .o_label{max-width:100%}.gfsp_o_shade.o_large .o_label .o_img_wr{width:100%;max-width:250px}.gfsp_o_shade.o_large .o_label>i{font-size:85px;text-align:center;padding:64px}.gfsp_o_shade.gf_list_2col .o_img_wr,.gfsp_o_shade.gf_list_3col .o_img_wr,.gfsp_o_shade.gf_list_4col .o_img_wr,.gfsp_o_shade.gf_list_5col .o_img_wr,.gfsp_o_shade.gf_list_6col .o_img_wr{max-width:80%;width:220px;padding:0}.gfsp_o_shade.gf_list_6col .o_img_wr{max-width:100%}.gfsp_o_shade:not(.gf_list_2col):not(.gf_list_3col):not(.gf_list_4col):not(.gf_list_5col):not(.gf_list_6col):not(.gf_list_inline) label{min-width:200px}.gf_stylespro .gfsp_o_shade.gf_list_inline .ginput_container label{min-width:120px}.gfsp_o_shade.gf_list_2col .o_label>i,.gfsp_o_shade.gf_list_3col .o_label>i{padding:15%;padding:calc(25% - .2em)}.gfsp_o_shade.gf_list_4col .o_label>i,.gfsp_o_shade.gf_list_5col .o_label>i,.gfsp_o_shade.gf_list_6col .o_label>i{padding:15%;padding:calc(25% - .25em)}.gfsp_o_shade.gf_list_2col.o_small .o_label>i,.gfsp_o_shade.gf_list_3col.o_small .o_label>i,.gfsp_o_shade.gf_list_4col.o_small .o_label>i,.gfsp_o_shade.gf_list_5col.o_small .o_label>i,.gfsp_o_shade.gf_list_6col.o_small .o_label>i{padding:10%}.gfsp_o_shade input:checked+label .o_img_wr,.gfsp_o_shade input:checked+label .o_label>i{box-shadow:5px 5px rgba(177,177,177,.53),0 5px 12px #a2a2a2}.gfsp_o_shade .ginput_container label{border:1px solid;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer}.gf_stylespro .gfsp_o_shade input label,.gf_stylespro .gfsp_o_shade input+label{padding:0;border:0;text-align:center}.gfsp_o_shade .o_label+.ginput_price,.gfsp_o_shade .o_text{display:block;-webkit-transition:.7s all;-moz-transition:.7s all;-o-transition:.7s all;transition:.7s all}.gfsp_o_shade .ginput_price{text-align:center;font-weight:700;padding-left:1em}.gfsp_o_shade .o_text:before{content:'\2714\fe0e';opacity:0;font-size:1.5em;line-height:0;vertical-align:sub;padding-right:.25em;margin-right:-1em;-webkit-transition:.7s;-moz-transition:.7s;-o-transition:.7s;transition:.7s}.gfsp_o_shade .gfsp_choice_icn input:not(old)+label:before,.gfsp_o_shade .gfsp_choice_img input:not(old)+label:before{display:none}.gf_stylespro .gfsp_o_shade input[type=checkbox]:not(old)+label:before,.gf_stylespro .gfsp_o_shade input[type=radio]:not(old)+label:before{content:'\2714\fe0e';background:0 0;box-shadow:none;opacity:.15;font-size:1.5em;line-height:0;vertical-align:sub;padding:0;margin-right:.25em}.gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{content:'\2714\fe0e';padding:.2em .5em;border:1px solid #e1e1e1;border:5px solid #fff}.gfsp_o_shade.o-round li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;box-shadow:0 0 0 1px #e1e1e1;-webkit-transition:.7s all;-moz-transition:.7s all;-o-transition:.7s all;transition:.7s all}.gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label,.gfsp_o_shade.o-round li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{content:'\2714\fe0e';box-shadow:4px 4px rgba(177,177,177,.53),0 4px 8px #a2a2a2}.gf_stylespro .gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) label:before{background:0 0;box-shadow:none;text-shadow:none;margin-right:-.6em;color:#828080;opacity:0;height:auto;font-size:1.5em}.gfsp_o_shade li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label:before{background:0 0;box-shadow:none;text-shadow:none;color:#828080;opacity:100;margin-right:.25em;-webkit-transition:.7s;-moz-transition:.7s;-o-transition:.7s;transition:.7s;border:0}.gf_stylespro .gfsp_o_shade input:checked+label .o_text:before{opacity:1;margin-right:0}.gfsp_o_list .o_label+.ginput_price,.gfsp_o_list .o_text{max-width:80%;vertical-align:middle}.gfsp_o_list .o_label>i{font-size:21px}.gfsp_o_list.o_large .o_img_wr,.gfsp_o_list.o_large .o_label>i{font-size:47px;line-height:78px;width:80px;height:80px}.gfsp_o_list .o_label+.ginput_price,.gfsp_o_list .o_text{width:70%}.gfsp_o_list .ginput_container label{line-height:2;cursor:pointer}.gfsp_o_list.o_small .o_img_wr,.gfsp_o_list.o_small .o_label>i{font-size:16px;line-height:1.6;width:30px;height:30px}.gfsp_o_list input:checked+label .o_label>i{border-color:#fff;background-color:rgba(255,255,255,.49);text-shadow:0 0 15px #fff}.gfsp_o_list .ginput_container label{border:1px solid silver;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;width:100%;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer}.gf_stylespro .gfsp_o_list input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_list input[type=radio]:not(old)+label{padding:9px 18px;line-height:2;box-sizing:border-box}.gfsp_o_list input:checked+label{background:#4a92ff}.gfsp_o_list .ginput_price{text-align:center;font-weight:700;padding-left:1em}.gfsp_o_list .o_img_wr,.gfsp_o_list .o_label>i{width:50px;height:50px;overflow:hidden;margin-right:10px;vertical-align:middle;line-height:47px;text-align:center;border:2px solid;padding:0}.gfsp_o_list input:checked+label{color:#fff}.gfsp_o_list.o_after input:checked+label .o_text{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.gf_hide_o_text .o_label+.ginput_price,.gf_hide_o_text .o_text{display:none}.gf_stylespro .gfsp_o_frame.gf_hide_o_text input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_frame.gf_hide_o_text input[type=radio]:not(old)+label{padding-top:4px;padding-bottom:4px}.gf_stylespro .gfsp_o_list input:not(old)+label:before{display:none}.gfsp_o_list input+label:after{content:' ';background:0 0;box-shadow:none;opacity:.15;font-size:25px;float:right;height:30px;width:30px;line-height:29px;border:2px solid;text-align:center;margin-top:10px}.gfsp_o_list li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label:after{margin-top:1px}.gfsp_o_list input+label:hover:after,.gfsp_o_list input:checked+label:after{font-family:sans-serif,Segoe UI Symbol;content:'\2714\fe0e'}.gfsp_o_list input:checked+label .o_text,.gfsp_o_list input:checked+label:after,.gfsp_o_list li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{color:#fff;opacity:1}.gfsp_o_list input:checked+label:after{background:#fff;color:#4a92ff}.gfsp_o_list input:checked+label .o_img_wr{border-color:#fff}.gfsp_o_list.o_large li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{line-height:31px;padding:10px 18px}.gfsp_o_list.o_large input+label:after{float:right}.gfsp_o_list.o_small li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label{line-height:31px;padding:10px 18px}.gfsp_o_list.o_small input+label:after{float:right}.gf_stylespro .gfsp_o_list input:checked+label .o_text:after{opacity:1}.gfsp_o_list.o_after input+label:after{float:left;margin-right:10px}.gfsp_o_list.o_after .o_img_wr,.gfsp_o_list.o_after .o_label>i{margin-right:0;padding:0}.gfsp_o_list .o_label{width:100%}.gfsp_o_list.o_after .o_text{vertical-align:middle;width:100%;max-width:80%;max-width:calc(100% - 50px)}.gfsp_o_list.o_large.o_after .o_text{max-width:80%;max-width:calc(100% - 80px)}.gfsp_o_list.o_small.o_after .o_text{max-width:80%;max-width:calc(100% - 30px)}.o-round .o_img_wr,.o-round .o_label>i{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.o-join .gfield_radio,.o-join .gfield_radio li,.o-join .ginput_container label{margin-bottom:0!important;margin-top:0!important}.o-join .ginput_container{border-right:0;max-width:100%}.o-join .ginput_container label{border:0}.gf_stylespro .o-join.gf_list_2col .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_2col .gfield_radio>li{width:50%;margin-right:0}.o-join.gf_list_2col .gfield_radio>li:nth-child(odd){border-right:1px solid #dedede}.gf_stylespro .o-join.gf_list_3col .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_3col .gfield_radio>li{width:33.3%;margin-right:0}.o-join.gf_list_3col .gfield_radio>li:nth-child(1n+1){border-right:1px solid #dedede}.o-join.gf_list_3col .gfield_radio>li:nth-child(3n){border-right:0}.gf_stylespro .o-join.gf_list_4col .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_4col .gfield_radio>li{width:25%;margin-right:0}.o-join.gf_list_4col .gfield_radio>li{border-left:1px solid #dedede}.o-join.gf_list_4col .gfield_radio>li:nth-child(4n+1){border:0}.gf_stylespro .o-join.gf_list_5col .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_5col .gfield_radio>li{width:20%;margin-right:0}.o-join.gf_list_5col .gfield_radio>li{border-right:1px solid #dedede}.o-join.gf_list_5col .gfield_radio>li:nth-child(5n){border-right:0}.gf_stylespro .o-join.gf_list_6col .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_6col .gfield_radio>li{width:16.6%;margin-right:0}.o-join.gf_list_6col .gfield_radio>li{border-right:1px solid #dedede}.o-join.gf_list_6col .gfield_radio>li:nth-child(6n){border-right:0}.gfsp_o_list input+label:after,.gfsp_o_list li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label:after{position:absolute;right:.5em;top:50%;margin-top:-.6em}.gfsp_o_list.o_after input+label:after,.gfsp_o_list.o_after li:not(.gfsp_choice_icn):not(.gfsp_choice_img) input+label:after{right:auto;left:.5em}.gf_stylespro .gfsp_o_list input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_list input[type=radio]:not(old)+label{padding-right:55px;position:relative}.gf_stylespro .gfsp_o_list.o_after input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_list.o_after input[type=radio]:not(old)+label{padding-left:55px;padding-right:18px}.gfsp_icon{position:relative;width:2.2em;overflow:hidden;vertical-align:bottom}.gfsp_icon i{position:absolute;left:0;width:100%;top:50%;text-align:center;margin-top:-25%}.gfsp_icon i.fa{font-family:inherit!important;line-height:normal}.gfsp_icon .fa:before{font-family:FontAwesome}.gfsp_icon:before{content:'M';opacity:0!important}.gf_icn_large .gfsp_icon i:before{font-size:1.4em;line-height:.8}.gf_stylespro .has_gfsp_icn .large.full,.gf_stylespro .has_gfsp_icn input,.gf_stylespro .has_gfsp_icn select{max-width:85%;max-width:calc(100% - 2.2em);display:inline-block}.gf_stylespro .ginput_complex.has_gfsp_icn input,.gf_stylespro .ginput_complex.has_gfsp_icn select,.gf_stylespro .ginput_container_date.has_gfsp_icn input,.gf_stylespro .ginput_container_date.has_gfsp_icn select{max-width:100%}.gf_stylespro .ginput_complex.has_gfsp_icn span:first-child input,.gf_stylespro .ginput_complex.has_gfsp_icn span:first-child select,.gf_stylespro .ginput_container_date.has_gfsp_icn span:first-child input,.gf_stylespro .ginput_container_date.has_gfsp_icn span:first-child select,.gf_stylespro .ginput_container_email.has_gfsp_icn input,.gf_stylespro .ginput_container_password.has_gfsp_icn input{max-width:85%;max-width:calc(100% - 2.2em);display:inline-block}.gf_stylespro .gf_icn_inset .ginput_complex.has_gfsp_icn span:first-child input,.gf_stylespro .gf_icn_inset .ginput_complex.has_gfsp_icn span:first-child select,.gf_stylespro .gf_icn_inset .has_gfsp_icn .large.full,.gf_stylespro .gf_icn_inset .has_gfsp_icn input,.gf_stylespro .gf_icn_inset .has_gfsp_icn select{max-width:100%;box-sizing:border-box}.gf_stylespro .has_gfsp_icn .chosen-container{max-width:calc(100% - 2.24em)}.gf_icn_inset .gfsp_icon{position:absolute;pointer-events:none}.gf_icn_inset:not(.gf_icon_after) .ginput_complex span:first-child>input,.gf_icn_inset:not(.gf_icon_after) .ginput_complex span:first-child>select,.gf_icn_inset:not(.gf_icon_after) .ginput_complex.ginput_container_email input,.gf_icn_inset:not(.gf_icon_after) .ginput_container:not(.ginput_complex):not(.ginput_container_date):not(.ginput_container_time) input,.gf_icn_inset:not(.gf_icon_after) .ginput_container:not(.ginput_complex):not(.ginput_container_date):not(.ginput_container_time) select,.gf_icn_inset:not(.gf_icon_after) .ginput_container_date input.datepicker,.gf_icn_inset:not(.gf_icon_after) .ginput_container_date:first-child input,.gf_icn_inset:not(.gf_icon_after) .ginput_container_date:first-child>select,.gf_icn_inset:not(.gf_icon_after) .ginput_container_time:first-child>input{padding-left:2.7em}.gf_icn_inset.gf_icon_after .ginput_complex.ginput_container_email input,.gf_icn_inset.gf_icon_after .ginput_container.ginput_complex span:first-child input,.gf_icn_inset.gf_icon_after .ginput_container:not(.ginput_complex):not(.ginput_container_date):not(.ginput_container_time) input,.gf_icn_inset.gf_icon_after .ginput_container_date.has_gfsp_icn:last-child>input{padding-right:2.7em}.gf_icn_inset.gf_icon_after .ginput_container_date.has_gfsp_icn:last-child>input,.gf_icn_inset.gf_icon_after .ginput_container_time:last-child>select,.gf_icn_inset:not(.gf_icon_after) .ginput_container_date.has_gfsp_icn:first-child>input,.gf_icn_inset:not(.gf_icon_after) .ginput_container_time:first-child>input{width:5.5em}.gf_icn_inset.gf_icon_after .ginput_container.ginput_complex span:first-child select,.gf_icn_inset.gf_icon_after .ginput_container:not(.ginput_complex):not(.ginput_container_date):not(.ginput_container_time) select,.gf_icn_inset.gf_icon_after .ginput_container_date:last-child>select,.gf_icn_inset.gf_icon_after .ginput_container_time:last-child>select{padding-right:3.4em;background-position:center right 2.2em}.gf_icn_inset .gfsp_icon:after{content:" ";border-right:2px solid rgba(154,154,154,.37);display:block;height:1em;top:50%;transform:translateY(-50%);position:absolute;right:0}.gf_icn_inset.gf_icon_after .gfsp_icon:after{right:inherit;left:0}.gf_icn_inset.gf_icon_after .gfsp_icon{margin-left:-2.2em}.gf_icn_border .gfsp_icon{border:1px solid silver;text-shadow:2px 2px 4px rgba(0,0,0,.08)}html:not([dir=rtl]) .gf_icn_border.gf_icon_after .gfsp_icon,html:not([dir=rtl]) .gf_icn_bs.gf_icon_after .gfsp_icon{border-left-width:0}.gf_icn_bs .gfsp_icon{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;background-color:#eee;border:1px solid #ccc}html:not([dir=rtl]) .gf_icn_bs:not(.gf_icon_after) .gfsp_icon{border-right-width:0}html:not([dir=rtl]) .gf_icn_bs.gf_icon_after .gfsp_icon{border-left-width:0}.gf_icn_bs.gf_icon_after .gfsp_icon{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.form_saved_message input[type=text]{margin-bottom:1em;margin-top:1em;background:#fff}.form_saved_message{padding:1em;background:#f9f9f9;border:2px solid silver;text-align:center;line-height:2em}.gform_save_link{margin-left:1em;margin-top:.5em;display:inline-block}@media (max-width:768px){.gf_stylespro .gf_half,.gf_stylespro .gf_left_half,.gf_stylespro .gf_right_half,.gf_stylespro .gf_third_two{width:100%;margin-right:0;float:left}.gf_stylespro .gf_right.gf_left_third,.gf_stylespro .gf_right.gf_middle_third,.gf_stylespro .gf_right.gf_quarter,.gf_stylespro .gf_right.gf_right_third,.gf_stylespro .gf_right.gf_third{float:right}.gf_stylespro .gf_left_third,.gf_stylespro .gf_middle_third,.gf_stylespro .gf_quarter,.gf_stylespro .gf_right_third,.gf_stylespro .gf_third{float:left;width:48%;margin-right:2%}.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_radio>li,.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_radio>li,.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_radio>li,.gf_stylespro .o-join.gf_list_4col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_4col:not(.gf_list_col-ex_medium) .gfield_radio>li,.gf_stylespro .o-join.gf_list_5col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_5col:not(.gf_list_col-ex_medium) .gfield_radio>li{width:48%;margin-right:4%}.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(3n),.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(3n),.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(4n),.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(4n),.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(5n),.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(5n){margin-right:4%}.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_medium) .gfield_radio>li,.gf_stylespro .o-join.gf_list_6col:not(.gf_list_col-ex_medium) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_6col:not(.gf_list_col-ex_medium) .gfield_radio>li{width:32%;margin-right:1.3%}.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(6n),.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(6n){margin-right:1.3%}.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(even),.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_4col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(even),.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_5col:not(.gf_list_col-ex_medium) .gfield_radio>li:nth-child(even){margin-right:0}.gfsp_popup .validation_error{margin:0;position:fixed;top:30%;left:50%;margin-left:-35%;width:70%;background:#fff;padding:1em 1em;box-sizing:border-box;box-shadow:0 0 7px;z-index:1}.form_sublabel_above table.gfield_list td:before,.form_sublabel_below table.gfield_list td:after{content:attr(data-label);display:block;padding:.5em 0}.gfield .gfield_list .gfield_list_icons:after,.gfield .gfield_list .gfield_list_icons:before{content:none}.gf_stylespro .gfield_list td{display:block;padding:.5em}.gfield_list thead{position:absolute;top:-9999px;left:-9999px}.gfield_list tr{margin-bottom:1.5em;display:block;border:1px solid #ccc;border-top:2px solid #ccc;border-bottom:4px solid #ccc;padding:0}.gfield_list .gfield_list_icons{width:100%;background-color:#eee;text-align:center}.gfield_list_icons>*{vertical-align:middle;padding:.5em;box-sizing:content-box;margin-right:.2em;margin-left:.2em}}@media (max-width:480px){.gf_stylespro .gf_left_third,.gf_stylespro .gf_middle_third,.gf_stylespro .gf_right_third,.gf_stylespro .gf_third,.gf_stylespro .gf_third.gf_two,.gf_stylespro .gf_third_two{width:100%;margin-right:0}.gf_stylespro .gf_right.gf_left_third,.gf_stylespro .gf_right.gf_middle_third,.gf_stylespro .gf_right.gf_right_third,.gf_stylespro .gf_right.gf_third{float:left}.gf_stylespro .gf_quarter{width:47%;margin-right:3%}.gf_stylespro .medium{max-width:100%;width:8.5em}.gf_stylespro .gf_inline{display:inline-block;margin-right:4%;width:auto;min-width:1em}.gf_stylespro .ginput_complex .ginput_left,.gf_stylespro .ginput_complex .ginput_right,.gf_stylespro .ginput_container.ginput_container_name>span{width:96%}.gf_stylespro .ginput_complex{width:104%;display:block;float:left;margin-bottom:-1em}.gf_stylespro .gf_name_has_1.ginput_complex>span,.gf_stylespro .ginput_complex>span{margin-right:4%;display:block;float:left;margin-bottom:.4em;width:96%}.gf_stylespro .gf_list_2col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .gf_list_2col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .gf_list_inline:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .gf_list_inline:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .o-join.gf_list_2col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_2col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .o-join.gf_list_3col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_3col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .o-join.gf_list_4col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_4col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .o-join.gf_list_5col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_5col:not(.gf_list_col-ex_small) .gfield_radio>li{width:100%;margin-right:0;border:0}.gf_stylespro .gf_list_2col:not(.gf_list_col-ex_small) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_2col:not(.gf_list_col-ex_small) .gfield_radio>li:nth-child(even),.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_checkbox>li:nth-child(3n),.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_radio>li:nth-child(3n){margin-right:0}.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_3col:not(.gf_list_col-ex_small) .gfield_radio>li:nth-child(even){margin-right:0}.gfsp_popup .validation_error{left:50%;margin-left:-40%;width:80%}.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_radio>li,.gf_stylespro .o-join.gf_list_6col:not(.gf_list_col-ex_small) .gfield_checkbox>li,.gf_stylespro .o-join.gf_list_6col:not(.gf_list_col-ex_small) .gfield_radio>li{width:48%;margin-right:4%}.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_checkbox>li:nth-child(6n),.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_radio>li:nth-child(6n){margin-right:4%}.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_checkbox>li:nth-child(even),.gf_stylespro .gf_list_6col:not(.gf_list_col-ex_small) .gfield_radio>li:nth-child(even){margin-right:0}.gf_list_col-ex_medium.gfield_price[class*=product] .o_label,.gf_list_col-ex_medium.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_col-ex_medium:not(.gfield_price) .gfsp_choice_img label,.gf_list_col-ex_small.gfield_price[class*=product] .o_label,.gf_list_col-ex_small.gfield_price[class*=product] [class*=gfsp_choice_] label,.gf_list_col-ex_small:not(.gfield_price) .gfsp_choice_icn label,.gf_stylespro .gfsp_o_frame.gf_list_col-ex_medium .o_label,.gf_stylespro .gfsp_o_frame.gf_list_col-ex_small .o_label{min-width:auto}}.gform_login_widget .gform_fields,.gform_login_widget .ginput_container>ul{list-style:none}.gform_login_widget .gfield{margin-bottom:1em}.gform_login_widget .gfield_label{font-weight:700;display:block;margin-bottom:.5em}.gform_login_widget .gform_footer input.button{margin:0 16px 0 0}.gform_login_widget .gform_footer{margin:1em 0;clear:both;width:100%}.gf_inline_form .gform_body,.gf_inline_form .gform_page,.gf_inline_form .gform_page_fields{width:auto;float:none;display:inline-block;vertical-align:text-top}.gf_inline_form .gform_footer,.gf_inline_form .gform_page_footer{float:none;display:inline-block;width:auto;vertical-align:top;border:0;margin-top:0;padding-top:.7em;padding-left:1.5em}.gf_inline_form .gf_inline{margin-right:1.5em;float:none;display:inline-block;vertical-align:top}.gf_inline_form{text-align:center}.gf_inline_form .left_label,.gf_inline_form .right_label{padding-top:.7em}.gf_inline_form .left_label .gfield_label,.gf_inline_form .right_label .gfield_label{width:auto}.gf_stylespro .left_label .ginput_container,.gf_stylespro .right_label .ginput_container{padding-left:.7em}.gf_stylespro .left_label .gf_hide_label .ginput_container,.gf_stylespro .right_label .gf_hide_label .ginput_container{padding-left:0}.gfield_html.gf_scroll_text,.gsection.gf_scroll_text{height:240px;padding:1em;background-color:#fff;overflow-y:scroll;overflow-x:hidden;border:1px solid #ccc}.gfield_html ol,.gfield_html ul,.gsection ol,.gsection ul{margin:0 0 1em 1em}.gfield_password_strength{border:1px solid #ddd;margin-top:1em;padding:.3em .5em;text-align:center;background-color:#eee;border-bottom:3px solid #ddd;display:inline-block;width:100%}.gfield_password_strength.bad{background-color:#ffb78c;border-color:#ff853c;border-bottom:3px solid #ff853c}.gfield_password_strength.good{background-color:#ffec8b;border-color:#fc0;border-bottom:3px solid #fc0}.gfield_password_strength.mismatch,.gfield_password_strength.short{background-color:#ffa0a0;border-color:#f04040;border-bottom:3px solid #f04040}.gfield_password_strength.strong{background-color:#c3ff88;border-color:#8dff1c;border-bottom:3px solid #8dff1c}.gchoice_other_label+input{width:calc(100% - 2.8em);vertical-align:top}.gf_stylespro .gfsp_dot input[type=radio]+.gchoice_other_label{padding-right:.1em}.gfsp_toggle .gchoice_other_label+input{width:calc(100% - 3em)}.gfsp_ios .gchoice_other_label+input{width:calc(100% - 3.3em)}.gfsp_flip .gchoice_other_label+input{width:calc(100% - 4em)}.gf_stylespro input[type=radio]:not(old)+.gchoice_other_label{padding-right:0;vertical-align:middle}.gf_stylespro .gfsp_dot input[type=radio]+.gchoice_other_label{padding-right:.1em}html:not([dir=rtl]) .gf_stylespro .gf_icn_border.gf_icon_after input,html:not([dir=rtl]) .gf_stylespro .gf_icn_border.gf_icon_after select,html:not([dir=rtl]) .gf_stylespro .gf_icn_bs.gf_icon_after input,html:not([dir=rtl]) .gf_stylespro .gf_icn_bs.gf_icon_after select{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:1px}html:not([dir=rtl]) .gf_stylespro .gf_icn_border .gfsp_icon+input,html:not([dir=rtl]) .gf_stylespro .gf_icn_border .gfsp_icon+select,html:not([dir=rtl]) .gf_stylespro .gf_icn_bs .gfsp_icon+input,html:not([dir=rtl]) .gf_stylespro .gf_icn_bs .gfsp_icon+select{border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:1px}html:not([dir=rtl]) .gf_stylespro .gf_icn_border:not(.gf_icon_after) .gfsp_icon,html:not([dir=rtl]) .gf_stylespro .gf_icn_bs:not(.gf_icon_after) .gfsp_icon{border-right-width:0}.gf_stylespro .gf_icn_bs .gfsp_icon{border-color:#ccc}.gfsp_icn_img{background-size:contain;height:1em;margin-left:.5em;background-repeat:no-repeat}.gf_icn_large .gfsp_icn_img{height:1.5em;margin-left:0;margin-top:-35%}.sp_image.ornament_size_small img{width:auto;height:auto;max-width:70px;max-height:70px}.sp_image.ornament_size_medium img{width:auto;height:auto;max-width:200px;max-height:200px}.sp_image.ornament_size_large img{width:auto;height:auto;max-width:450px;max-height:450px}.sp_icon.ornament_size_small{font-size:50px}.sp_icon.ornament_size_medium{font-size:130px}.sp_icon.ornament_size_large{font-size:250px}.gf_stylespro .gfield_consent_description{max-height:240px;overflow-y:auto;padding:.5em}.gf_stylespro .screen-reader-text,.gf_stylespro label.hidden_sub_label,.gf_stylespro label.screen-reader-text,.ginput_container_consent button.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.gf_browser_ie .gf_stylespro .gfsp_label_img{pointer-events:none}.gf_footer_center .gform_footer,.gf_footer_center .gform_page_footer{text-align:center}.gf_footer_left .gform_footer,.gf_footer_left .gform_page_footer{text-align:left}.gf_footer_right .gform_footer,.gf_footer_right .gform_page_footer{text-align:right}.gf_footer_spread .gform_page_footer .gform_button,.gf_footer_spread .gform_page_footer .gform_next_button,.gf_footer_spread .gform_save_link{float:right}.gf_footer_spread .gform_page_footer .gform_next_button{margin-left:1.5em}.gf_footer_full .gform_footer .gform_button,.gf_footer_full .gform_page_footer .gform_next_button{width:100%;margin-left:auto;margin-right:auto}.gf_footer_full .gform_page_footer .gform_previous_button{width:49%;margin-left:auto;margin-right:auto}.gf_footer_full .gform_page_footer .gform_previous_button+.gform_button,.gf_footer_full .gform_page_footer .gform_previous_button+.gform_next_button{width:49%;float:right;margin-left:auto;margin-right:auto}.gf_footer_full .gform_save_link{margin-left:0}.gf_footer_center_left .gform_footer,.gf_footer_center_left .gform_page_footer,.gf_footer_center_right .gform_footer,.gf_footer_center_right .gform_page_footer{text-align:center}.gf_footer_center_left .gform_page_footer .gform_previous_button{float:left}.gf_footer_center_right .gform_page_footer .gform_previous_button{float:right}.gf_footer_clean .gform_footer,.gf_footer_clean .gform_page_footer{border:0;padding-top:0}.gform_ajax_spinner{vertical-align:middle;margin-left:.3em}.gfsp_o_frame.o-textoverlay .o_label,.gfsp_o_frame.o-textoverlay .o_label+.ginput_price{position:relative;padding:0;background:inherit}.gfsp_o_frame.o-textoverlay .ginput_container label{position:relative}.gfsp_o_frame.o-textoverlay .o_label+.ginput_price,.gfsp_o_frame.o-textoverlay .o_text{position:absolute;width:100%;bottom:3em;text-align:left;color:#fff;line-height:1.3;z-index:1;background-color:rgba(0,0,0,.2);border-radius:0;transition:.2s ease-out;padding:.5em}.o-textoverlay input:checked+label .o_text{border-radius:0}.gfsp_o_frame.o-textoverlay .o_label+.ginput_price{bottom:0}.o-textoverlay.o_after .o_text{bottom:auto;top:10%}.gfsp_o_frame.o-textoverlay.o-notick .o_label+.ginput_price,.gfsp_o_frame.o-textoverlay.o-notick .o_text{text-align:center}.gfsp_o_frame.o-textoverlay input+label:hover .ginput_price,.gfsp_o_frame.o-textoverlay input+label:hover .o_text{background-color:rgba(0,0,0,.44)}.gfsp_o_frame.o-textoverlay input:checked+label .ginput_price,.gfsp_o_frame.o-textoverlay input:checked+label .o_text{background:inherit}.gf_stylespro .gfsp_o_frame.o-textoverlay input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_frame.o-textoverlay input[type=radio]:not(old)+label{padding:0;border-radius:10px;overflow:hidden}.o-textoverlay.o-overlaymid .o_label+.ginput_price,.o-textoverlay.o-overlaymid .o_text{bottom:50%;transform:translateY(50%);text-align:center;top:auto}.o-textoverlay.o-overlaymid .o_label+.ginput_price{bottom:0;transform:none}.o-overlaymid.o_after .o_label+.ginput_price{top:0;bottom:auto}.gf_stylespro .o-textoverlay.o-round input[type=checkbox]:not(old)+label,.gf_stylespro .o-textoverlay.o-round input[type=radio]:not(old)+label{border-radius:50%}.o-textoverlay.o-text_block .o_label+.ginput_price,.o-textoverlay.o-text_block .o_text{position:absolute;width:75%;margin:auto;top:auto;left:50%;bottom:50%;text-align:center;transform:translateY(50%) translateX(-50%)}.o-textoverlay.o-text_block input+label .o_text{padding:.75em 1.35em;border-radius:5px}.o-textoverlay.o-text_block .o_label+.ginput_price{left:50%;transform:translateX(-50%);bottom:1em}.gfsp_o_frame.o-textoverlay.o-ticktopright input:checked+label .o_text{text-align:center;padding-right:.5em;padding-left:.5em}.gfsp_o_frame.o-tickover .o_label:after{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);padding:.55em;line-height:.9;border-radius:2em;box-shadow:10px 10px 10px rgba(0,0,0,.24);z-index:2}.gfsp_o_frame.o-tickover .o_label:before{content:"";position:absolute;background:inherit;height:3em;width:3em;top:50%;right:50%;transform:translate(50%,-50%);border-radius:2em}.gfsp_o_frame.o-tickover label .o_label:before{background:#000;opacity:0;transform:translate(50%,-250%);transition:.5s all;z-index:1}.gfsp_o_frame.o-tickover label:hover .o_label:before{background:#000;transform:translate(50%,-50%)}.gfsp_o_frame.o-tickover input:checked+label .o_label:before{background:#000;transform:translate(50%,-50%) scale(15);opacity:0;transition:background .1s,transform 1s,opacity 2s;background-color:inherit}.gfsp_o_frame.o-tickover input:checked+label .o_label:after{background:inherit;opacity:.8}.gfsp_o_frame.o-tickovercnr label .o_label:before{top:1em;left:1em;right:auto;transform:translate(-3em,0) rotate(45deg)}.gfsp_o_frame.o-tickovercnr label:hover .o_label:before{top:1em;left:1em;transform:translate(0,0);opacity:1}.gfsp_o_frame.o-tickovercnr .o_label:after{top:0;left:0;right:auto;transform:translate(.7em,.7em)}.o_after.o-tickovercnr .o_label:after{top:auto;bottom:0;transform:translate(.7em,-.7em)}.o_after.o-tickovercnr label .o_label:before,.o_after.o-tickovercnr label:hover .o_label:before{top:auto;bottom:1em}.o_after.gfsp_o_frame.o-tickover input:checked+label .o_text{text-align:center;padding-right:0;padding-left:0}.o-tickover.e-ticksq .o_label:after,.o-tickover.e-ticksq .o_label:before{border-radius:5px}.e-overlaystick.o-textoverlay .o_text{bottom:0}.o-overlaymid.e-overlaystick .o_label+.ginput_price,.o-overlaymid.e-overlaystick .o_text{transform:initial}.e-overlaystick.o-textoverlay .o_label+.ginput_price{top:0;bottom:auto}.e-overlaystick.o_after .o_text{bottom:auto;top:0}.e-overlaystick.o_after .o_label+.ginput_price{top:auto;bottom:0}.gfsp_o_frame.o-notick .o_text_empty,.gfsp_o_frame.o-notick.o_after input[type=radio]:checked+label .o_label+.ginput_price,.gfsp_o_frame.o-textoverlay.o-notick .o_text_empty{padding:0}.gf_stylespro .gfsp_o_frame.e-shadelarge input[type=checkbox]:not(old)+label,.gf_stylespro .gfsp_o_frame.e-shadelarge input[type=radio]:not(old)+label{padding:0}.gf_stylespro .gfsp_o_frame.e-shadelarge input+label{box-shadow:0 0 3px -10px;transition:box-shadow .5s}.gf_stylespro .gfsp_o_frame.e-shadelarge input:hover+label{box-shadow:0 0 15px -5px}.gf_stylespro .gfsp_o_frame.e-shadelarge input:checked+label{box-shadow:0 0 30px -5px,0 10px 40px -10px rgba(0,0,0,.26)}.gf_stylespro .gfsp_o_frame.e-shadelarge .ginput_container label{margin-bottom:15px}.gf_stylespro .gfsp_o_frame.e-nopad .o_label,.gf_stylespro .gfsp_o_frame.e-nopad input:not(old)+label{padding:0}.gf_stylespro .gfsp_o_frame.e-nopad input+label{box-shadow:0 0}.gf_stylespro .gfsp_o_frame.e-nopad input:checked+label{box-shadow:0 0 15px -1px rgba(115,115,115,.47)}.gf_stylespro .gfsp_o_frame.e-noborder .ginput_container label{border:0}.gf_stylespro .gfsp_o_frame.e-nullborder .ginput_container label{border:5px solid transparent}.gf_stylespro .gfsp_o_frame.e-thickborder .ginput_container label{border-width:3px}.gfsp_o_frame.e-hborder .ginput_container label{border:5px solid transparent;border-radius:0}.gfsp_o_frame.e-hborder input+label,.gfsp_o_frame.e-hborder input:checked+label{box-shadow:none}.gfsp_o_frame.e-hborder .ginput_container label:hover{border-color:rgba(128,128,128,.54)}.e-bw2col .o_label .o_img_wr,.e-bw2col .o_label>i{filter:grayscale(1) contrast(.5) brightness(1.39);transition:filter .2s ease-out}.e-bw2col label:hover .o_label .o_img_wr,.e-bw2col label:hover .o_label>i{filter:grayscale(.5) contrast(.7) brightness(1.25)}.e-bw2col input:checked+label .o_img_wr,.e-bw2col input:checked+label .o_label>i{filter:none}.gf_stylespro .gfield.e-fade input+label{opacity:.5}.gf_stylespro .gfield.e-fade input:checked+label{opacity:1}.e-bw2col.o-textoverlay input+label .o_text,.e-fade.o-textoverlay input+label .o_text{background-color:rgba(0,0,0,.4)}.e-blur input+label .o_img_wr,.e-blur input+label .o_label>i{filter:blur(3px)}.e-blur input+label:hover .o_label>i,.e-blur input[type=checkbox]+label:hover .o_img_wr{filter:blur(1.5px)}.e-blur input:checked+label .o_img_wr,.e-blur input:checked+label .o_label>i{filter:blur(0)}.e-blur.e-bw2col .o_label .o_img_wr,.e-blur.e-bw2col .o_label>i{filter:blur(3px) grayscale(1) contrast(.5) brightness(1.39);transition:filter .2s ease-out}.e-blur.e-bw2col label:hover .o_label .o_img_wr,.e-blur.e-bw2col label:hover .o_label>i{filter:blur(1.5px) grayscale(.3) contrast(.7) brightness(1.25)}.e-blur.e-bw2col input:checked+label .o_label .o_img_wr,.e-blur.e-bw2col input:checked+label .o_label>i{filter:none}.gf_stylespro .e-ripple.o-textoverlay input+label .o_text:after{content:" ";display:block;width:100%;height:100%;position:absolute;left:0;top:0;border-radius:8px;background-color:inherit;opacity:.5;background:0 0}.gf_stylespro .e-ripple.o-textoverlay input:checked+label .o_text:after{background-color:inherit}@keyframes o-frame-ripple{0%{opacity:0;transform:scale(.1)}10%{opacity:.9;transform:scale(1)}100%{opacity:0;transform:scale(4)}}.gf_stylespro .e-ripple input:checked+label .o_text:after{animation:o-frame-ripple 1s forwards;animation-timing-function:cubic-bezier(.23,.49,.26,.94)}.gf_stylespro_wrapper .gfield_required .gfield_required_custom,.gf_stylespro_wrapper .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gf_stylespro_wrapper .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-left:.125em}.gf_stylespro_wrapper .gform_validation_errors{background:#fff9f9;border-radius:5px;border:1.5px solid var(--gfsp--warning-color,#c02b0a);box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);margin-bottom:8px;margin-top:8px;padding:16px 16px 16px 48px;position:relative;width:100%}.gf_stylespro_wrapper .gform_validation_errors>h2{color:var(--gfsp--warning-color,#c02b0a);font-size:13.2px;font-weight:500;line-height:17.6px;margin:0 0 12px 0}.gf_stylespro_wrapper .gform_validation_errors>h2:before{display:none}.gf_stylespro_wrapper .gform_validation_errors>h2 .gform-icon{font-size:28px;left:12px;position:absolute;top:12px}.gf_stylespro_wrapper .gform_validation_errors>h2.hide_summary{margin:0}.gf_stylespro_wrapper .gform_validation_errors>ol{padding-left:20px}.gf_stylespro_wrapper .gform_validation_errors>ol a{color:var(--gfsp--warning-color,#c02b0a);font-size:13.2px;text-decoration:none}.gf_stylespro_wrapper .gform_validation_errors>ol li{color:var(--gfsp--warning-color,#c02b0a);font-size:13.2px;list-style-type:disc!important;margin:0 0 8px 0}.gf_stylespro_wrapper .gform_validation_errors>ol li:last-of-type{margin-bottom:0}.gf_stylespro_wrapper .gfield_required{color:var(--gfsp--warning-color,#c02b0a);display:inline-block;font-size:13.008px;padding-left:.125em}.gf_stylespro_wrapper .gfield_required .gfield_required_custom,.gf_stylespro_wrapper .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gf_stylespro_wrapper .gform_required_legend .gfield_required{padding-left:0}.gf_stylespro_wrapper .validation_error{border-bottom:2px solid var(--gfsp--warning-color,#c02b0a);border-top:2px solid var(--gfsp--warning-color,#c02b0a);color:var(--gfsp--warning-color,#c02b0a);font-size:1em;font-weight:700;margin-bottom:32px;padding:16px;text-align:center}.gf_stylespro_wrapper .gfield_error .gfield_repeater_cell label,.gf_stylespro_wrapper .gfield_error legend,.gf_stylespro_wrapper .gfield_validation_message,.gf_stylespro_wrapper .validation_message,.gf_stylespro_wrapper [aria-invalid=true]+label,.gf_stylespro_wrapper label+[aria-invalid=true]{color:var(--gfsp--warning-color,#c02b0a)}.gf_stylespro_wrapper .gfield_validation_message,.gf_stylespro_wrapper .validation_message{background:var(--gfsp--warning-bg-color,#fff9f9);border:1px solid var(--gfsp--warning-color,#c02b0a);font-size:14.992px;margin-top:8px;padding:12.992px 24px}.gf_stylespro_wrapper .gfield_error [aria-invalid=true]{border:1px solid var(--gfsp--warning-color,#c02b0a)}.gform-icon.gform-icon--close:before{content:"X";color:var(--gfsp--warning-bg-color,#fff9f9);background-color:var(--gfsp--warning-color,#c02b0a);border-radius:50%;height:2em;width:2em;display:inline-flex;line-height:2;font-size:.35em;align-items:center;justify-content:center}.gf_stylespro .ginput_container>.validation_message{margin-top:8px}.gform_wrapper .validation_message--hidden-on-empty:empty{display:none}.gf_stylespro .gform_fileupload_rules{display:block;margin-top:.75em}.gf_stylespro .gfield[class*=gfsp_] .gfield_consent_label{display:inline-block}.gf_stylespro .gfield.gfsp_default input+label.gfield_consent_label,.gf_stylespro.sp_inherit input+label.gfield_consent_label{display:inline}:root{--gfsp--field-v-padding:8px}.gf_stylespro_wrapper{background-color:var(--gfsp--bg-color,initial);background-image:var(--gfsp--bg-img,none);background-size:var(--gfsp--bg-size,initial);padding:var(--gfsp--wr-padding,none)}.gf_stylespro_wrapper .gf_stylespro ::-webkit-input-placeholder{color:var(--gfsp--placeholder-color,#999)}.gf_stylespro_wrapper .gf_stylespro ::placeholder{color:var(--gfsp--placeholder-color,#999)}.gf_stylespro_wrapper .gf_stylespro :-ms-input-placeholder{color:var(--gfsp--placeholder-color,#999)}.gf_stylespro_wrapper .gf_stylespro{font-size:var(--gfsp--base-font-size,15px)}.gf_stylespro_wrapper .gf_stylespro .gfield_label{font-size:var(--gfsp--label-font-size,1em)}.gf_stylespro_wrapper .gf_stylespro .gfield_label{font-size:var(--gfsp--label-font-size,1em);font-weight:var(--gfsp--label-font-weight,normal);font-style:var(--gfsp--label-font-style,normal);text-decoration:var(--gfsp--label-text-decoration,none);background-color:var(--gfsp--label-bg-color,none);text-align:var(--gfsp--label-align,inherit);padding:var(--gfsp--label-padding,0);margin-bottom:var(--gfsp--label-margin-bottom,8px)}.gf_stylespro .gfield_description,.gf_stylespro_wrapper .gf_stylespro .ginput_complex label,.gf_stylespro_wrapper .gf_stylespro .ginput_counter{font-family:var(--gfsp--font,inherit);color:var(--gfsp--label-font-color,inherit)}.gf_stylespro_wrapper .gf_stylespro .gfield{margin-bottom:var(--gfsp--field-margin-bottom,0)}.gf_stylespro .gfsp_icon{color:var(--gfsp--field-icon-color,inherit)}.gf_stylespro .o-custom-bg input[type]:checked+label,.gf_stylespro .o-custom-bg li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{background:var(--gfsp--o-bg-color,#5ac26f)}.gf_stylespro .o-custom-bg input:checked+label:after{color:var(--gfsp--o-bg-color,#5ac26f)}.gf_stylespro .o-custom-border input:checked+label,.gf_stylespro .o-custom-border li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked+label{border-color:var(--gfsp--o-bg-color,#4a92ff)}.gfsp_o_frame input:checked+label .o_label>i{color:var(--gfsp--o-bg-color,#5ac26f)}.gf_stylespro .o-custom-bg input:checked+label .ginput_price,.gf_stylespro .o-custom-bg input:checked+label .o_text,.gf_stylespro .o-custom-bg input[type]:checked+label,.gf_stylespro .o-custom-bg input[type]:checked+label:before,.gf_stylespro .o-custom-bg.o-ticktopright .o_label:after{color:var(--gfsp--o-bg-text-color,#fff)}.gf_stylespro .chosen-choices,.gf_stylespro .gfsp_icon,.gf_stylespro input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not(.chosen-search-input),.gf_stylespro input[type=email],.gf_stylespro input[type=number],.gf_stylespro input[type=password],.gf_stylespro input[type=search],.gf_stylespro input[type=tel],.gf_stylespro input[type=text],.gf_stylespro input[type=url],.gf_stylespro select,.gf_stylespro textarea{padding-top:var(--gfsp--field-v-padding);padding-bottom:var(--gfsp--field-v-padding);border-width:var(--gfsp--field-border-width,1px);line-height:1.44}.gf_stylespro .validation_error,.gf_stylespro_wrapper .gf_stylespro .gfield_description.validation_message,.gf_stylespro_wrapper .gfield_validation_message,.gf_stylespro_wrapper .gform_validation_errors,.gf_stylespro_wrapper .validation_message{color:var(--gfsp--warning-color,#c02b0a);border-color:var(--gfsp--warning-color,#c02b0a);background-color:var(--gfsp--warning-bg-color,#fff9f9)}.gf_stylespro .gfield_required,.gf_stylespro_wrapper .gfield_error .gfield_repeater_cell label,.gf_stylespro_wrapper .gfield_error legend,.gf_stylespro_wrapper .gfield_validation_message,.gf_stylespro_wrapper .gform_validation_errors>h2,.gf_stylespro_wrapper .gform_validation_errors>ol,.gf_stylespro_wrapper .gform_validation_errors>ol a,.gf_stylespro_wrapper .gform_validation_errors>ol li,.gf_stylespro_wrapper .validation_message,.gf_stylespro_wrapper [aria-invalid=true]+label,.gf_stylespro_wrapper label+[aria-invalid=true]{color:var(--gfsp--warning-color,#c02b0a)}.gf_stylespro_wrapper .validation_error{border-bottom-color:var(--gfsp--warning-color,#c02b0a);border-top-color:var(--gfsp--warning-color,#c02b0a);color:var(--gfsp--warning-color,#c02b0a)}.gf_stylespro_wrapper .gf_stylespro .gfield_description{font:var(--gfsp--desc-font,inherit);font-size:var(--gfsp--desc-font-size,15px);color:var(--gfsp--desc-color,inherit);text-align:var(--gfsp--desc-align,inherit);padding:var(--gfsp--desc-padding,13px 0 0 0);margin-bottom:var(--gfsp--desc-margin-bottom,0);background-color:var(--gfsp--desc-bg-color,none);font-weight:var(--gfsp--desc-font-weight,normal);font-style:var(--gfsp--desc-font-style,normal);text-decoration:var(--gfsp--desc-text-decoration,none)}.gf_stylespro_wrapper .gf_stylespro .gfield_validation_message{padding:var(--gfsp--desc-padding,12.992px 24px)}.gform_legacy_markup.gf_stylespro .gfield_description{padding:var(--gfsp--desc-padding,.1em .5em)}.gfsp_ios{--gfsp-choice-style-color:#54f184}.gfsp_toggle{--gfsp-choice-style-color:#6abefb}.gfsp_flip{--gfsp-choice-style-color:#53ee7c}.gfsp_dot{--gfsp-choice-style-color:#4a92ff}.gf_stylespro .gfsp_flip input[type]:not(old)+label:after,.gf_stylespro .gfsp_ios input[type]:not(old):checked+label:before,.gf_stylespro .gfsp_toggle input[type]:not(old):checked+label:after{background-color:var(--gfsp-choice-style-color)}.gf_stylespro .gfsp_toggle input[type]:not(old):checked+label:before{background-color:var(--gfsp-choice-style-color-muted,#aed6ff)}.gf_stylespro .gfsp_draw input[type]:not(old)+label:after{color:var(--gfsp-choice-style-color)}.gf_stylespro .gfsp_dot input[type]:not(old)+label:before{box-shadow:0 0 0 10px inset,0 0 0 15px var(--gfsp-choice-style-color) inset;border-color:var(--gfsp-choice-style-color)}.gf_stylespro .gfsp_dot input[type]:not(old):checked+label:before{box-shadow:0 0 0 4px inset,0 0 0 15px var(--gfsp-choice-style-color) inset;border-color:var(--gfsp-choice-style-color)}.gf_stylespro_wrapper.gform_wrapper .chosen-choices,.gf_stylespro_wrapper.gform_wrapper .gfsp_icon,.gf_stylespro_wrapper.gform_wrapper input[type=email],.gf_stylespro_wrapper.gform_wrapper input[type=number],.gf_stylespro_wrapper.gform_wrapper input[type=password],.gf_stylespro_wrapper.gform_wrapper input[type=search],.gf_stylespro_wrapper.gform_wrapper input[type=tel],.gf_stylespro_wrapper.gform_wrapper input[type=text],.gf_stylespro_wrapper.gform_wrapper input[type=url],.gf_stylespro_wrapper.gform_wrapper select,.gf_stylespro_wrapper.gform_wrapper textarea{font-size:var(--gfsp--field-font-size,15px);padding-top:var(--gfsp--field-v-padding);padding-bottom:var(--gfsp--field-v-padding)}
.sp_modern .ginput_container,.sp_modern .ginput_product_price,.sp_modern .ginput_shipping_price,.sp_modern .ginput_total,.sp_modern button,.sp_modern input,.sp_modern input[type=checkbox]:not(old)+label,.sp_modern input[type=radio]:not(old)+label,.sp_modern select,.sp_modern textarea{color:grey}.sp_modern,.sp_modern .gfield_description,.sp_modern .gfield_label,.sp_modern .ginput_complex label,.sp_modern .ginput_counter{color:#858585;color:var(--gfsp--base-color)}.sp_modern .ginput_complex label,.sp_modern .ginput_counter{-moz-opacity:.75;-khtml-opacity:.75;opacity:.75}.sp_modern .chosen-choices,.sp_modern input,.sp_modern input[type=email],.sp_modern input[type=number],.sp_modern input[type=password],.sp_modern input[type=search],.sp_modern input[type=tel],.sp_modern input[type=text],.sp_modern input[type=url],.sp_modern select,.sp_modern textarea{border:1px solid silver;border-color:#d9d9d9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.sp_modern input:focus,.sp_modern input:hover,.sp_modern select:focus,.sp_modern select:hover,.sp_modern textarea:focus,.sp_modern textarea:hover{color:#7b7b7b;border-color:#a2a2a2}.sp_modern .button{color:grey;border:1px solid #f8f8f8;-moz-box-shadow:.15em .15em .5em -.15em;-webkit-box-shadow:.15em .15em .5em -.15em;box-shadow:.15em .15em .5em -.15em;border-bottom-color:#c9c9c9;border-right-color:#c9c9c9;-ms-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.sp_modern .button:active{background:#e2e2e2;color:#797979}.sp_modern .button:hover{background:#eee;-moz-box-shadow:0 .55em .8em -.3em;-webkit-box-shadow:0 .55em .8em -.3em;box-shadow:0 .55em .8em -.3em}.sp_modern input[type=checkbox]:not(old)+label,.sp_modern input[type=radio]:not(old)+label{line-height:1.8;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:0 .25em 0 0;border:1px solid #d9d9d9;-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;margin-top:.25em;margin-bottom:.25em;-ms-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;margin-left:0;text-indent:0}.sp_modern input[type=checkbox]:not(old)+label:before,.sp_modern input[type=radio]:not(old)+label:before{overflow:visible;background:#eaeaea;padding:.5em;width:auto;height:auto;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;vertical-align:inherit;-moz-opacity:.15;-khtml-opacity:.15;opacity:.15;-ms-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;border-right:1px solid #d7d7d7;display:inline-block;line-height:1;margin-right:.5em}.sp_modern input:checked+label{background:#fbfbfb}.sp_modern input[type=checkbox]:not(old):checked+label,.sp_modern input[type=radio]:not(old):checked+label{opacity:1}.sp_modern input[type=checkbox]:not(old):checked+label:before,.sp_modern input[type=radio]:not(old):checked+label:before{color:#000;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;background:#eaeaea;-moz-opacity:.1;-khtml-opacity:.1;opacity:1}.sp_modern input[type=checkbox]:not(old)+label:before{content:'\2713\fe0e'}.sp_modern input[type=radio]:not(old)+label:before{content:'\2717\fe0e'}.sp_modern .gfield_consent_label{display:inline-block}.sp_modern .gfsp_toggle input[type=checkbox]:not(old)+label,.sp_modern .gfsp_toggle input[type=radio]:not(old)+label{padding-left:.35em;padding-right:.5em}.gf_stylespro .gfsp_toggle input[type=checkbox]:not(old)+label:after,.gf_stylespro .gfsp_toggle input[type=radio]:not(old)+label:after{left:.25em}.sp_modern .gfield_description{background:rgba(0,0,0,.02) none repeat scroll 0 0}.sp_modern .validation_message{font-weight:700}.sp_modern .gfield_error .gfield_label{color:#f15555}.sp_modern .gfield_error .chosen-choices,.sp_modern .gfield_error input,.sp_modern .gfield_error input[type=email],.sp_modern .gfield_error input[type=number],.sp_modern .gfield_error input[type=password],.sp_modern .gfield_error input[type=search],.sp_modern .gfield_error input[type=tel],.sp_modern .gfield_error input[type=text],.sp_modern .gfield_error input[type=url],.sp_modern .gfield_error select,.sp_modern .gfield_error textarea{background-color:#fff7f7}.sp_modern .chosen-container-multi .chosen-choices li.search-choice{background:#f9f9f9;box-shadow:none;border:1px solid #ececec;border-radius:2px}.sp_modern .gf_icn_bs .gfsp_icon{border-radius:4px 0 0 4px}.sp_modern .gf_icon_after .gfsp_icon{border-radius:0 4px 4px 0}.sp_modern .gf_icn_border .has_gfsp_icn input,.sp_modern .gf_icn_bs .has_gfsp_icn input{border-radius:4px 0 0 4px}.sp_modern .gf_icn_bs.gf_icon_after input .sp_modern .gf_icn_border.gf_icon_after input{border-radius:4px 0 0 4px}.sp_modern .gf_icn_border .gfsp_icon{border-color:#d9d9d9}.sp_modern .gfsp_choice_icn label:before,.sp_modern .gfsp_choice_img label:before{margin-left:-1.9em;border:1px solid #737373}.sp_modern .gfsp_choice_icn :checked+label:before,.sp_modern .gfsp_choice_img :checked+label:before{border:1px solid #e8e8e8}.sp_modern .gfsp_choice_icn input[type=checkbox]:not(old)+label,.sp_modern .gfsp_choice_icn input[type=radio]:not(old)+label,.sp_modern .gfsp_choice_img input[type=checkbox]:not(old)+label,.sp_modern .gfsp_choice_img input[type=radio]:not(old)+label{margin-left:1.8em}.sp_modern .gfsp_o_frame input:checked+label{background:#1ba943}.sp_modern .gfsp_default input[type=checkbox]:not(old)+label,.sp_modern .gfsp_default input[type=radio]:not(old)+label,.sp_modern .gfsp_dot input[type=checkbox]:not(old)+label,.sp_modern .gfsp_dot input[type=radio]:not(old)+label,.sp_modern .gfsp_draw input[type=checkbox]:not(old)+label,.sp_modern .gfsp_draw input[type=radio]:not(old)+label,.sp_modern .gfsp_ios input[type=checkbox]:not(old)+label,.sp_modern .gfsp_ios input[type=radio]:not(old)+label,.sp_modern .gfsp_o_shade input[type=checkbox]:not(old)+label,.sp_modern .gfsp_o_shade input[type=radio]:not(old)+label,.sp_modern .gfsp_toggle input[type=checkbox]:not(old)+label,.sp_modern .gfsp_toggle input[type=radio]:not(old)+label{background:0 0;border:none}.sp_modern .gfsp_o_frame input[type=checkbox]:not(old)+label,.sp_modern .gfsp_o_frame input[type=radio]:not(old)+label,.sp_modern .gfsp_o_list input[type=checkbox]:not(old)+label,.sp_modern .gfsp_o_list input[type=radio]:not(old)+label,.sp_modern .gfsp_o_shade input[type=checkbox]:not(old)+label,.sp_modern .gfsp_o_shade input[type=radio]:not(old)+label{margin-left:0}.sp_modern .gfsp_o_list input[type=checkbox]:not(old)+label,.sp_modern .gfsp_o_list input[type=radio]:not(old)+label{border:none}.sp_modern .gfsp_o_list input:checked+label{background:#4a92ff}.sp_modern input[type=radio]:not(old)+.gchoice_other_label{border:none}.sp_modern input[type=radio]:not(old)+.gchoice_other_label:before{border:1px solid #212121}.sp_modern input[type=radio]:not(old):checked+.gchoice_other_label:before{border:1px solid #ececec}.gchoice_other_label+input{width:calc(100% - 2.3em)}.sp_modern .ginput_container_fileupload .gfsp_icon::before,.sp_modern .ginput_container_post_image .gfsp_icon::before{padding:.165em 0;display:inline-block}.sp_modern .gform_drop_area .gfsp_icon::before{padding:.1em}.sp_modern .gform_drop_area .gfsp_icon{vertical-align:middle}.gf_noeffect input[type=checkbox]:not(old)+label,.gf_noeffect input[type=radio]:not(old)+label{opacity:initial}.sp_modern .gfsp_o_frame input[type=checkbox]:not(old):checked+label:before,.sp_modern .gfsp_o_frame input[type=radio]:not(old):checked+label:before{color:var(--gfsp--o-bg-text-color,#fff)}.sp_modern_wrapper{--gfsp--placeholder-color:rgba(191, 191, 191, 0.40);--gfsp--base-color:#858585;--gfsp--warning-color:#f15555}
.gf_stylespro.sp_modern input,.gf_stylespro.sp_modern select,.gf_stylespro.sp_modern textarea,.gf_stylespro.sp_modern .ginput_total,.gf_stylespro.sp_modern .ginput_product_price,.gf_stylespro.sp_modern .ginput_shipping_price,.sp_modern .gfsp_icon,.gf_stylespro.sp_modern input[type=checkbox]:not(old) + label,.gf_stylespro.sp_modern input[type=radio   ]:not(old) + label,.gf_stylespro.sp_modern .ginput_container {color:#808080;font-size:13px; }.gf_stylespro.sp_modern *::-webkit-input-placeholder {color:rgba(128, 128, 128, 0.47); }.gf_stylespro.sp_modern *:-moz-placeholder {color:rgba(128, 128, 128, 0.47); }.gf_stylespro.sp_modern *::-moz-placeholder {color:rgba(128, 128, 128, 0.47); }.gf_stylespro.sp_modern *:-ms-input-placeholder {color:rgba(128, 128, 128, 0.47); }.gf_stylespro.sp_modern placeholder, .gf_stylespro.sp_modern .gf_placeholder {color:rgba(128, 128, 128, 0.47); }.gf_stylespro.sp_modern {color:#561765;font-size:13px; }.gf_stylespro.sp_modern .button,.gf_stylespro.sp_modern .gfield_label {color:#561765;font-size:13px;font-weight:bold; }.gf_stylespro.sp_modern .ginput_complex label {color:#561765; }.sp_modern .gfield_description,.gf_stylespro.sp_modern .ginput_counter {color:#561765;}.gf_stylespro.sp_modern .gfield { margin-bottom:0.5em;}.sp_modern input,.sp_modern select,.sp_modern textarea,.sp_modern input[type="text"],.sp_modern input[type="tel"],.sp_modern input[type="email"],.sp_modern input[type="url"],.sp_modern input[type="password"],.sp_modern input[type="search"],.sp_modern input[type="number"],.sp_modern .chosen-choices {background-color:rgb(245, 245, 245);}.sp_modern input:focus,.sp_modern select:focus,.sp_modern textarea:focus,.sp_modern input[type="text"]:focus,.sp_modern input[type="tel"]:focus,.sp_modern input[type="email"]:focus,.sp_modern input[type="url"]:focus,.sp_modern input[type="password"]:focus,.sp_modern input[type="search"]:focus,.sp_modern input[type="number"]:focus{background-color:rgb(255, 255, 255);border-color:rgb(175, 175, 175);}
@font-face{font-family:'FontAwesome';src:url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://owl.fusion-ev.com/modules/gfstylespro/fonts/font-awesome-4.7.0/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}
@-webkit-keyframes gppa-pulse{0%{opacity:.6}50%{opacity:.1}100%{opacity:.6}}@keyframes gppa-pulse{0%{opacity:.6}50%{opacity:.25}100%{opacity:.6}}@keyframes spinner{to{transform:rotate(360deg)}}.gppa-loading:not(.gppa-empty){-webkit-animation:gppa-pulse 1s infinite ease-in-out;-o-animation:gppa-pulse 1s infinite ease-in-out;-ms-animation:gppa-pulse 1s infinite ease-in-out;-moz-animation:gppa-pulse 1s infinite ease-in-out;animation:gppa-pulse 1s infinite ease-in-out;cursor:wait}.gppa-loading *{pointer-events:none}.gppa-loading.gppa-empty,.gppa-loading.gppa-empty span[data-gppa-live-merge-tag] .gppa-loading .gppa-requires-interaction,.gppa-spinner{position:relative;width:1rem;min-height:1rem;display:inline-block;text-indent:-999rem}.gppa-loading.ginput_container{display:block}.gppa-loading .gppa-requires-interaction:before,.gppa-loading.gppa-empty span[data-gppa-live-merge-tag]:before,.gppa-loading.gppa-empty:before,.gppa-spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:1rem;height:1rem;margin-top:-.5rem;margin-left:-.5rem;border-radius:50%;border-top:.1rem solid #000;border-right:.1rem solid transparent;animation:spinner .6s linear infinite;cursor:wait}.gform_footer input[type=submit][disabled],.gform_page_footer input[type=button][disabled],.gform_page_footer input[type=submit][disabled]{cursor:wait}.gform-theme--foundation .gform-field-label span[data-gppa-live-merge-tag]{display:contents}

.ginput_container_number input[type="number"][readonly] {
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: textfield;
}

@font-face{font-family:eicons;src:url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(https://owl.fusion-ev.com/modules/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}

.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-kit-57{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-29c951b7:#4054B2;--e-global-color-273cfe3d:#23A455;--e-global-color-47e9b431:#000;--e-global-color-2d6d80b9:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-57 e-page-transition{background-color:#FFBC7D;}.elementor-kit-57 button,.elementor-kit-57 input[type="button"],.elementor-kit-57 input[type="submit"],.elementor-kit-57 .elementor-button{box-shadow:1px 1px 3px 0px rgba(0,0,0,0.5);border-radius:5px 5px 5px 5px;padding:10px 20px 10px 20px;}.elementor-kit-57 button:hover,.elementor-kit-57 button:focus,.elementor-kit-57 input[type="button"]:hover,.elementor-kit-57 input[type="button"]:focus,.elementor-kit-57 input[type="submit"]:hover,.elementor-kit-57 input[type="submit"]:focus,.elementor-kit-57 .elementor-button:hover,.elementor-kit-57 .elementor-button:focus{box-shadow:3px 3px 3px 0px rgba(0, 0, 0, 0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}#page-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}
.elementor-43 .elementor-element.elementor-element-d28ccfb > .elementor-element-populated{text-align:center;}.elementor-43 .elementor-element.elementor-element-5561ce6d > .elementor-container{max-width:800px;}
.um-popup-overlay{background:rgba(0,0,0,.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:1999992}.um-popup *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-popup{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;top:10%;margin-left:-250px;width:500px;background:#fff;box-shadow:0 1px 3px #111;z-index:1999993;box-sizing:border-box;overflow:auto;color:#888;padding:0!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-popup.loading{background:#fff url(https://owl.fusion-ev.com/modules/ultimate-member/assets/img/loading.gif) no-repeat center;min-height:100px}.um-popup a{outline:0!important}.um-modal-overlay{background:rgba(0,0,0,.85);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}.um-modal *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-modal-hidden-content{display:none}.um-modal-close{display:block;position:fixed;right:0;top:0;font-size:24px;text-decoration:none!important;color:#fff!important;padding:0 10px}.um-modal{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;display:none;z-index:1999993;box-sizing:border-box;bottom:-50px}.um-modal.normal{width:500px;margin-left:-250px}.um-modal.large{width:730px;margin-left:-365px}.um-modal.small{width:400px;margin-left:-200px}.um-modal-body{min-height:3px;padding:20px;box-sizing:border-box!important;width:100%;background:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.um-modal-body.photo{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.12) inset;background:#888;padding:0}.um-modal-body.photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;overflow:hidden;opacity:0}.um-modal.loading .um-modal-body{background:#fff url(https://owl.fusion-ev.com/modules/ultimate-member/assets/img/loading.gif) no-repeat center;min-height:150px}.um-modal div.um{margin-bottom:20px!important}.um-modal-header{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;height:44px;line-height:44px;color:#fff;padding:0 20px;box-sizing:border-box;font-size:17px}.um-modal-footer{margin-top:20px}.um-modal-left{float:left}.um-modal-right{float:right}.um-modal-btn.disabled,.um-modal-btn.disabled:hover{opacity:.5;cursor:default!important}.um-modal-btn{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;text-align:center;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s;text-decoration:none!important}a.um-modal-btn:visited{color:#fff}.um-modal-btn:hover{background:#44b0ec;color:#fff}.um-modal-btn.alt{color:#666;background:#eee}.um-modal-btn.alt:hover{background:#e5e5e5}.um-modal .um-single-image-preview.crop img{float:left}

.um .ui-draggable-handle{-ms-touch-action:none;touch-action:none}.um .ui-helper-hidden{display:none}.um .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.um .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.um .ui-helper-clearfix:before,.um .ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.um .ui-helper-clearfix:after{clear:both}.um .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.um .ui-front{z-index:100}.um .ui-state-disabled{cursor:default!important;pointer-events:none}.um .ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.um .ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.um .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.um .ui-resizable{position:relative}.um .ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.um .ui-resizable-disabled .ui-resizable-handle,.um .ui-resizable-autohide .ui-resizable-handle{display:none}.um .ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.um .ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.um .ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.um .ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.um .ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.um .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.um .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.um .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.um .ui-selectable{-ms-touch-action:none;touch-action:none}.um .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.um .ui-sortable-handle{-ms-touch-action:none;touch-action:none}.um .ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.um .ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.um .ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.um .ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.um .ui-menu .ui-menu{position:absolute}.um .ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.um .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.um .ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.um .ui-menu .ui-state-focus,.um .ui-menu .ui-state-active{margin:-1px}.um .ui-menu-icons{position:relative}.um .ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.um .ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.um .ui-menu .ui-menu-icon{left:auto;right:0}.um .ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.um .ui-button,.um .ui-button:link,.um .ui-button:visited,.um .ui-button:hover,.um .ui-button:active{text-decoration:none}.um .ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.um .ui-button.ui-button-icon-only{text-indent:0}.um .ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.um .ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.um .ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.um .ui-button::-moz-focus-inner,button.um .ui-button::-moz-focus-inner{border:0;padding:0}.um .ui-controlgroup{vertical-align:middle;display:inline-block}.um .ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.um .ui-controlgroup > .ui-controlgroup-item:focus,.um .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.um .ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.um .ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.um .ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.um .ui-controlgroup .ui-controlgroup-label span{font-size:80%}.um .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.um .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.um .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.um .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.um .ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.um .ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.um .ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.um .ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.um .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.um .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.um .ui-checkboxradio-disabled{pointer-events:none}.um .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.um .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.um .ui-datepicker .ui-datepicker-prev,.um .ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.um .ui-datepicker .ui-datepicker-prev-hover,.um .ui-datepicker .ui-datepicker-next-hover{top:1px}.um .ui-datepicker .ui-datepicker-prev{left:2px}.um .ui-datepicker .ui-datepicker-next{right:2px}.um .ui-datepicker .ui-datepicker-prev-hover{left:1px}.um .ui-datepicker .ui-datepicker-next-hover{right:1px}.um .ui-datepicker .ui-datepicker-prev span,.um .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.um .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.um .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.um .ui-datepicker select.ui-datepicker-month,.um .ui-datepicker select.ui-datepicker-year{width:45%}.um .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.um .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.um .ui-datepicker td{border:0;padding:1px}.um .ui-datepicker td span,.um .ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.um .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.um .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.um .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.um .ui-datepicker.ui-datepicker-multi{width:auto}.um .ui-datepicker-multi .ui-datepicker-group{float:left}.um .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.um .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.um .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.um .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.um .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.um .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.um .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.um .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.um .ui-datepicker-rtl{direction:rtl}.um .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.um .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.um .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.um .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.um .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.um .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.um .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.um .ui-datepicker-rtl .ui-datepicker-group{float:right}.um .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.um .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.um .ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.um .ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.um .ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.um .ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.um .ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.um .ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.um .ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.um .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.um .ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.um .ui-dialog .ui-resizable-n{height:2px;top:0}.um .ui-dialog .ui-resizable-e{width:2px;right:0}.um .ui-dialog .ui-resizable-s{height:2px;bottom:0}.um .ui-dialog .ui-resizable-w{width:2px;left:0}.um .ui-dialog .ui-resizable-se,.um .ui-dialog .ui-resizable-sw,.um .ui-dialog .ui-resizable-ne,.um .ui-dialog .ui-resizable-nw{width:7px;height:7px}.um .ui-dialog .ui-resizable-se{right:0;bottom:0}.um .ui-dialog .ui-resizable-sw{left:0;bottom:0}.um .ui-dialog .ui-resizable-ne{right:0;top:0}.um .ui-dialog .ui-resizable-nw{left:0;top:0}.um .ui-draggable .ui-dialog-titlebar{cursor:move}.um .ui-progressbar{height:2em;text-align:left;overflow:hidden}.um .ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.um .ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.um .ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.um .ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.um .ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.um .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.um .ui-selectmenu-open{display:block}.um .ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.um .ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.um .ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.um .ui-slider{position:relative;text-align:left}.um .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.um .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.um .ui-slider.ui-state-disabled .ui-slider-handle,.um .ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.um .ui-slider-horizontal{height:.8em}.um .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.um .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.um .ui-slider-horizontal .ui-slider-range-min{left:0}.um .ui-slider-horizontal .ui-slider-range-max{right:0}.um .ui-slider-vertical{width:.8em;height:100px}.um .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.um .ui-slider-vertical .ui-slider-range{left:0;width:100%}.um .ui-slider-vertical .ui-slider-range-min{bottom:0}.um .ui-slider-vertical .ui-slider-range-max{top:0}.um .ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.um .ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.um .ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.um .ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.um .ui-spinner-up{top:0}.um .ui-spinner-down{bottom:0}.um .ui-tabs{position:relative;padding:.2em}.um .ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.um .ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.um .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.um .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.um .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.um .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.um .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.um .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.um .ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.um .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .um .ui-tooltip{border-width:2px}.um .ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.um .ui-widget .ui-widget{font-size:1em}.um .ui-widget input,.um .ui-widget select,.um .ui-widget textarea,.um .ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.um .ui-widget.ui-widget-content{border:1px solid #c5c5c5}.um .ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.um .ui-widget-content a{color:#333}.um .ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.um .ui-widget-header a{color:#333}.um .ui-state-default,.um .ui-widget-content .ui-state-default,.um .ui-widget-header .ui-state-default,.um .ui-button,html .um .ui-button.ui-state-disabled:hover,html .um .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.um .ui-state-default a,.um .ui-state-default a:link,.um .ui-state-default a:visited,a.um .ui-button,a:link.um .ui-button,a:visited.um .ui-button,.um .ui-button{color:#454545;text-decoration:none}.um .ui-state-hover,.um .ui-widget-content .ui-state-hover,.um .ui-widget-header .ui-state-hover,.um .ui-state-focus,.um .ui-widget-content .ui-state-focus,.um .ui-widget-header .ui-state-focus,.um .ui-button:hover,.um .ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.um .ui-state-hover a,.um .ui-state-hover a:hover,.um .ui-state-hover a:link,.um .ui-state-hover a:visited,.um .ui-state-focus a,.um .ui-state-focus a:hover,.um .ui-state-focus a:link,.um .ui-state-focus a:visited,a.um .ui-button:hover,a.um .ui-button:focus{color:#2b2b2b;text-decoration:none}.um .ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.um .ui-state-active,.um .ui-widget-content .ui-state-active,.um .ui-widget-header .ui-state-active,a.um .ui-button:active,.um .ui-button:active,.um .ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.um .ui-icon-background,.um .ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.um .ui-state-active a,.um .ui-state-active a:link,.um .ui-state-active a:visited{color:#fff;text-decoration:none}.um .ui-state-highlight,.um .ui-widget-content .ui-state-highlight,.um .ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.um .ui-state-checked{border:1px solid #dad55e;background:#fffa90}.um .ui-state-highlight a,.um .ui-widget-content .ui-state-highlight a,.um .ui-widget-header .ui-state-highlight a{color:#777620}.um .ui-state-error,.um .ui-widget-content .ui-state-error,.um .ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.um .ui-state-error a,.um .ui-widget-content .ui-state-error a,.um .ui-widget-header .ui-state-error a{color:#5f3f3f}.um .ui-state-error-text,.um .ui-widget-content .ui-state-error-text,.um .ui-widget-header .ui-state-error-text{color:#5f3f3f}.um .ui-priority-primary,.um .ui-widget-content .ui-priority-primary,.um .ui-widget-header .ui-priority-primary{font-weight:bold}.um .ui-priority-secondary,.um .ui-widget-content .ui-priority-secondary,.um .ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.um .ui-state-disabled,.um .ui-widget-content .ui-state-disabled,.um .ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.um .ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.um .ui-icon{width:16px;height:16px}.um .ui-icon,.um .ui-widget-content .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_444444_256x240.png")}.um .ui-widget-header .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_444444_256x240.png")}.um .ui-state-hover .ui-icon,.um .ui-state-focus .ui-icon,.um .ui-button:hover .ui-icon,.um .ui-button:focus .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_555555_256x240.png")}.um .ui-state-active .ui-icon,.um .ui-button:active .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_ffffff_256x240.png")}.um .ui-state-highlight .ui-icon,.um .ui-button .ui-state-highlight.ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_777620_256x240.png")}.um .ui-state-error .ui-icon,.um .ui-state-error-text .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_cc0000_256x240.png")}.um .ui-button .ui-icon{background-image:url("https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/jquery-ui/images/ui-icons_777777_256x240.png")}.um .ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.um .ui-icon-caret-1-n{background-position:0 0}.um .ui-icon-caret-1-ne{background-position:-16px 0}.um .ui-icon-caret-1-e{background-position:-32px 0}.um .ui-icon-caret-1-se{background-position:-48px 0}.um .ui-icon-caret-1-s{background-position:-65px 0}.um .ui-icon-caret-1-sw{background-position:-80px 0}.um .ui-icon-caret-1-w{background-position:-96px 0}.um .ui-icon-caret-1-nw{background-position:-112px 0}.um .ui-icon-caret-2-n-s{background-position:-128px 0}.um .ui-icon-caret-2-e-w{background-position:-144px 0}.um .ui-icon-triangle-1-n{background-position:0 -16px}.um .ui-icon-triangle-1-ne{background-position:-16px -16px}.um .ui-icon-triangle-1-e{background-position:-32px -16px}.um .ui-icon-triangle-1-se{background-position:-48px -16px}.um .ui-icon-triangle-1-s{background-position:-65px -16px}.um .ui-icon-triangle-1-sw{background-position:-80px -16px}.um .ui-icon-triangle-1-w{background-position:-96px -16px}.um .ui-icon-triangle-1-nw{background-position:-112px -16px}.um .ui-icon-triangle-2-n-s{background-position:-128px -16px}.um .ui-icon-triangle-2-e-w{background-position:-144px -16px}.um .ui-icon-arrow-1-n{background-position:0 -32px}.um .ui-icon-arrow-1-ne{background-position:-16px -32px}.um .ui-icon-arrow-1-e{background-position:-32px -32px}.um .ui-icon-arrow-1-se{background-position:-48px -32px}.um .ui-icon-arrow-1-s{background-position:-65px -32px}.um .ui-icon-arrow-1-sw{background-position:-80px -32px}.um .ui-icon-arrow-1-w{background-position:-96px -32px}.um .ui-icon-arrow-1-nw{background-position:-112px -32px}.um .ui-icon-arrow-2-n-s{background-position:-128px -32px}.um .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.um .ui-icon-arrow-2-e-w{background-position:-160px -32px}.um .ui-icon-arrow-2-se-nw{background-position:-176px -32px}.um .ui-icon-arrowstop-1-n{background-position:-192px -32px}.um .ui-icon-arrowstop-1-e{background-position:-208px -32px}.um .ui-icon-arrowstop-1-s{background-position:-224px -32px}.um .ui-icon-arrowstop-1-w{background-position:-240px -32px}.um .ui-icon-arrowthick-1-n{background-position:1px -48px}.um .ui-icon-arrowthick-1-ne{background-position:-16px -48px}.um .ui-icon-arrowthick-1-e{background-position:-32px -48px}.um .ui-icon-arrowthick-1-se{background-position:-48px -48px}.um .ui-icon-arrowthick-1-s{background-position:-64px -48px}.um .ui-icon-arrowthick-1-sw{background-position:-80px -48px}.um .ui-icon-arrowthick-1-w{background-position:-96px -48px}.um .ui-icon-arrowthick-1-nw{background-position:-112px -48px}.um .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.um .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.um .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.um .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.um .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.um .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.um .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.um .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.um .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.um .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.um .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.um .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.um .ui-icon-arrowreturn-1-w{background-position:-64px -64px}.um .ui-icon-arrowreturn-1-n{background-position:-80px -64px}.um .ui-icon-arrowreturn-1-e{background-position:-96px -64px}.um .ui-icon-arrowreturn-1-s{background-position:-112px -64px}.um .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.um .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.um .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.um .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.um .ui-icon-arrow-4{background-position:0 -80px}.um .ui-icon-arrow-4-diag{background-position:-16px -80px}.um .ui-icon-extlink{background-position:-32px -80px}.um .ui-icon-newwin{background-position:-48px -80px}.um .ui-icon-refresh{background-position:-64px -80px}.um .ui-icon-shuffle{background-position:-80px -80px}.um .ui-icon-transfer-e-w{background-position:-96px -80px}.um .ui-icon-transferthick-e-w{background-position:-112px -80px}.um .ui-icon-folder-collapsed{background-position:0 -96px}.um .ui-icon-folder-open{background-position:-16px -96px}.um .ui-icon-document{background-position:-32px -96px}.um .ui-icon-document-b{background-position:-48px -96px}.um .ui-icon-note{background-position:-64px -96px}.um .ui-icon-mail-closed{background-position:-80px -96px}.um .ui-icon-mail-open{background-position:-96px -96px}.um .ui-icon-suitcase{background-position:-112px -96px}.um .ui-icon-comment{background-position:-128px -96px}.um .ui-icon-person{background-position:-144px -96px}.um .ui-icon-print{background-position:-160px -96px}.um .ui-icon-trash{background-position:-176px -96px}.um .ui-icon-locked{background-position:-192px -96px}.um .ui-icon-unlocked{background-position:-208px -96px}.um .ui-icon-bookmark{background-position:-224px -96px}.um .ui-icon-tag{background-position:-240px -96px}.um .ui-icon-home{background-position:0 -112px}.um .ui-icon-flag{background-position:-16px -112px}.um .ui-icon-calendar{background-position:-32px -112px}.um .ui-icon-cart{background-position:-48px -112px}.um .ui-icon-pencil{background-position:-64px -112px}.um .ui-icon-clock{background-position:-80px -112px}.um .ui-icon-disk{background-position:-96px -112px}.um .ui-icon-calculator{background-position:-112px -112px}.um .ui-icon-zoomin{background-position:-128px -112px}.um .ui-icon-zoomout{background-position:-144px -112px}.um .ui-icon-search{background-position:-160px -112px}.um .ui-icon-wrench{background-position:-176px -112px}.um .ui-icon-gear{background-position:-192px -112px}.um .ui-icon-heart{background-position:-208px -112px}.um .ui-icon-star{background-position:-224px -112px}.um .ui-icon-link{background-position:-240px -112px}.um .ui-icon-cancel{background-position:0 -128px}.um .ui-icon-plus{background-position:-16px -128px}.um .ui-icon-plusthick{background-position:-32px -128px}.um .ui-icon-minus{background-position:-48px -128px}.um .ui-icon-minusthick{background-position:-64px -128px}.um .ui-icon-close{background-position:-80px -128px}.um .ui-icon-closethick{background-position:-96px -128px}.um .ui-icon-key{background-position:-112px -128px}.um .ui-icon-lightbulb{background-position:-128px -128px}.um .ui-icon-scissors{background-position:-144px -128px}.um .ui-icon-clipboard{background-position:-160px -128px}.um .ui-icon-copy{background-position:-176px -128px}.um .ui-icon-contact{background-position:-192px -128px}.um .ui-icon-image{background-position:-208px -128px}.um .ui-icon-video{background-position:-224px -128px}.um .ui-icon-script{background-position:-240px -128px}.um .ui-icon-alert{background-position:0 -144px}.um .ui-icon-info{background-position:-16px -144px}.um .ui-icon-notice{background-position:-32px -144px}.um .ui-icon-help{background-position:-48px -144px}.um .ui-icon-check{background-position:-64px -144px}.um .ui-icon-bullet{background-position:-80px -144px}.um .ui-icon-radio-on{background-position:-96px -144px}.um .ui-icon-radio-off{background-position:-112px -144px}.um .ui-icon-pin-w{background-position:-128px -144px}.um .ui-icon-pin-s{background-position:-144px -144px}.um .ui-icon-play{background-position:0 -160px}.um .ui-icon-pause{background-position:-16px -160px}.um .ui-icon-seek-next{background-position:-32px -160px}.um .ui-icon-seek-prev{background-position:-48px -160px}.um .ui-icon-seek-end{background-position:-64px -160px}.um .ui-icon-seek-start{background-position:-80px -160px}.um .ui-icon-seek-first{background-position:-80px -160px}.um .ui-icon-stop{background-position:-96px -160px}.um .ui-icon-eject{background-position:-112px -160px}.um .ui-icon-volume-off{background-position:-128px -160px}.um .ui-icon-volume-on{background-position:-144px -160px}.um .ui-icon-power{background-position:0 -176px}.um .ui-icon-signal-diag{background-position:-16px -176px}.um .ui-icon-signal{background-position:-32px -176px}.um .ui-icon-battery-0{background-position:-48px -176px}.um .ui-icon-battery-1{background-position:-64px -176px}.um .ui-icon-battery-2{background-position:-80px -176px}.um .ui-icon-battery-3{background-position:-96px -176px}.um .ui-icon-circle-plus{background-position:0 -192px}.um .ui-icon-circle-minus{background-position:-16px -192px}.um .ui-icon-circle-close{background-position:-32px -192px}.um .ui-icon-circle-triangle-e{background-position:-48px -192px}.um .ui-icon-circle-triangle-s{background-position:-64px -192px}.um .ui-icon-circle-triangle-w{background-position:-80px -192px}.um .ui-icon-circle-triangle-n{background-position:-96px -192px}.um .ui-icon-circle-arrow-e{background-position:-112px -192px}.um .ui-icon-circle-arrow-s{background-position:-128px -192px}.um .ui-icon-circle-arrow-w{background-position:-144px -192px}.um .ui-icon-circle-arrow-n{background-position:-160px -192px}.um .ui-icon-circle-zoomin{background-position:-176px -192px}.um .ui-icon-circle-zoomout{background-position:-192px -192px}.um .ui-icon-circle-check{background-position:-208px -192px}.um .ui-icon-circlesmall-plus{background-position:0 -208px}.um .ui-icon-circlesmall-minus{background-position:-16px -208px}.um .ui-icon-circlesmall-close{background-position:-32px -208px}.um .ui-icon-squaresmall-plus{background-position:-48px -208px}.um .ui-icon-squaresmall-minus{background-position:-64px -208px}.um .ui-icon-squaresmall-close{background-position:-80px -208px}.um .ui-icon-grip-dotted-vertical{background-position:0 -224px}.um .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.um .ui-icon-grip-solid-vertical{background-position:-32px -224px}.um .ui-icon-grip-solid-horizontal{background-position:-48px -224px}.um .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.um .ui-icon-grip-diagonal-se{background-position:-80px -224px}.um .ui-corner-all,.um .ui-corner-top,.um .ui-corner-left,.um .ui-corner-tl{border-top-left-radius:3px}.um .ui-corner-all,.um .ui-corner-top,.um .ui-corner-right,.um .ui-corner-tr{border-top-right-radius:3px}.um .ui-corner-all,.um .ui-corner-bottom,.um .ui-corner-left,.um .ui-corner-bl{border-bottom-left-radius:3px}.um .ui-corner-all,.um .ui-corner-bottom,.um .ui-corner-right,.um .ui-corner-br{border-bottom-right-radius:3px}.um .ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.um .ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.tipsy{font-size:10px;position:absolute;padding:5px;z-index:100000}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px 8px;text-align:center}.tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}
@font-face{font-family:raty;font-style:normal;font-weight:400;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/raty/font/raty.eot);src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/raty/font/raty.eot?#iefix) format("embedded-opentype");src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/raty/font/raty.svg#raty) format("svg");src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/raty/font/raty.ttf) format("truetype");src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/raty/font/raty.woff) format("woff");font-display:swap}.cancel-off-png,.cancel-on-png,.star-half-png,.star-off-png,.star-on-png{font-family:raty;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:.2em;color:#ccc}.star-half-png,.star-on-png{color:#ffbe32}.cancel-on-png:before{content:"\e600"}.cancel-off-png:before{content:"\e601"}.star-on-png:before{content:"\f005"}.star-off-png:before{content:"\f006"}.star-half-png:before{content:"\f123"}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.um .um-single-file-preview,.um .um-single-image-preview{margin-bottom:20px}.um .um-single-image-preview>img{max-height:300px;display:inline-block;overflow:hidden;margin:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.um-single-file-preview,.um-single-image-preview{display:none;text-align:center;position:relative}.um-single-file-preview.show,.um-single-image-preview.show{display:block}.um-single-image-preview>img{max-width:100%;max-height:inherit}.um-single-file-preview a.cancel,.um-single-image-preview a.cancel{position:absolute;top:-15px;right:-15px;width:30px;height:30px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;background:#ddd;cursor:pointer;text-decoration:none!important;z-index:666;opacity:.75}.um-single-file-preview a.cancel i,.um-single-image-preview a.cancel i{font-size:16px;color:#888;position:relative;display:block;width:100%;height:100%;line-height:30px;overflow:hidden}.um-single-file-preview a.cancel i:before,.um-single-image-preview a.cancel i:before{line-height:inherit}.um-single-fileinfo{padding:26px 0 20px 0;display:inline-block;max-width:100%}.um-single-fileinfo span.icon{font-size:40px;display:inline-block;width:100px;height:70px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#666;color:#fff!important}.um-single-fileinfo span.icon i{display:block;height:70px;line-height:70px;overflow:hidden}.um-single-fileinfo span.icon i:before{line-height:inherit}.um-single-fileinfo span.filename{display:block;font-size:16px;color:#888;padding-top:5px}.um-single-fileinfo a{text-decoration:none!important;opacity:.9}.um-single-fileinfo a:hover{opacity:1}div.um-modal .upload-statusbar{margin:20px 0 0 0}div.um-modal .upload-filename{display:none!important}div.um-modal .upload-progress{position:relative;width:100%;box-sizing:border-box}div.um-modal .upload-bar{width:0;height:10px;color:#666;background:#7acf58;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-modal .ajax-upload-dragdrop{width:100%;text-align:center;vertical-align:middle;padding:20px;box-sizing:border-box;border:2px dashed #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:18px;line-height:1em}div.um-modal .ajax-upload-dragdrop span.str{display:block;margin:0 0 15px 0}div.um-modal .ajax-upload-dragdrop span.icon{display:block;font-size:80px;line-height:80px;vertical-align:middle;margin-bottom:10px}div.um-modal .ajax-upload-dragdrop span.help{display:block;font-size:14px;color:#aaa;margin:0 0 12px 0}div.um-modal .upload{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s}div.um-modal .upload:hover{background:#44b0ec}.um-modal input[type=file]::-webkit-file-upload-button{cursor:pointer}
#um_confirm_block{display:none}#um_confirm_block_back{background-color:rgba(0,0,0,.2);width:100%;height:100%;position:fixed;left:0;top:0;z-index:2147483646}.um_confirm{position:fixed;color:#fff;width:400px;background-color:#000;left:50%;top:50%;z-index:2147483647}.um_confirm #um_confirm_title{background-color:rgba(0,0,0,.4);border-bottom:1px solid #5c5c5c;color:#ccc;font-weight:700;height:15px;padding:10px;text-align:center;width:calc(100% - 20px)}.um_confirm #um_confirm_message{width:calc(100% - 40px);text-align:center;padding:20px}.um_confirm #um_confirm_buttons{height:40px;width:100%}.um_confirm .um_confirm_button{border-top:1px solid #5c5c5c;color:#aaa;font-size:15px;font-weight:700;float:left;line-height:40px;text-align:center;width:50%;cursor:pointer}.um_confirm .um_confirm_button:hover{background-color:rgba(0,0,0,.6);border-top:1px solid #fff;color:#fff}
.um .picker{font-size:16px;text-align:left;line-height:1.2;color:#fff;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.um .picker__box ul li[role=presentation]{margin:10px 0 0 0}.um .picker__input{cursor:default}.um .picker__input.picker__input--active{border-color:#0089ec}.um .picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.um .picker__frame,.um .picker__holder{bottom:0;left:0;right:0;top:100%}.um .picker__holder{position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}.um .picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:400px;width:100%;-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}@media (min-height:33.875em){.um .picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height:40.125em){.um .picker__frame{margin-bottom:15%!important}}.um .picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.um .picker__wrap{display:block}}.um .picker__box{display:table-cell;vertical-align:middle}@media (min-height:33.875em){.um .picker__box{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}@media (min-height:40.125em){.um .picker__box{border-bottom-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}.um .picker--opened .picker__holder{top:0;background:0 0;zoom:1;background:rgba(0,0,0,.7);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.um .picker--opened .picker__frame{top:0;-moz-opacity:1;opacity:1}@media (min-height:33.875em){.um .picker--opened .picker__frame{top:auto;bottom:0}}
.um .picker__header{text-align:center;position:relative;margin-top:.75em;border-radius:2px 2px 0 0;padding:15px 0;font-size:18px}.um .picker__month,.um .picker__year{display:inline-block;margin-left:10px;margin-right:10px}.um .picker__select--month,.um .picker__select--year{margin-left:.25em;margin-right:.25em;font-size:16px;color:#999;background:#fff!important;outline:0!important;border:0!important}@media (min-width:24.5em){.um .picker__select--month,.um .picker__select--year{margin-top:-.5em}}.um .picker__select--month{width:35%}.um .picker__select--year{width:22.5%}.um .picker__nav--next,.um .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um-popup .picker__nav--next,.um-popup .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um .picker__nav--prev{left:0;padding-right:1.25em}.um-popup .picker__nav--prev{left:0;padding-right:1.25em}@media (min-width:24.5em){.um .picker__nav--prev{padding-right:1.5em}.um-popup .picker__nav--prev{padding-right:1.5em}}.um .picker__nav--next{right:0;padding-left:1.25em}.um-popup .picker__nav--next{right:0;padding-left:1.25em}@media (min-width:24.5em){.um .picker__nav--next{padding-left:1.5em}.um-popup .picker__nav--next{padding-left:1.5em}}.um .picker__nav--next:before,.um .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um-popup .picker__nav--next:before,.um-popup .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um-popup .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um .picker__nav--next:hover,.um .picker__nav--prev:hover{cursor:pointer;color:#fff}.um-popup .picker__nav--next:hover,.um-popup .picker__nav--prev:hover{cursor:pointer;color:#fff}.um .picker__nav--disabled,.um .picker__nav--disabled:before,.um .picker__nav--disabled:before:hover,.um .picker__nav--disabled:hover{cursor:default;background:0 0}.um-popup .picker__nav--disabled,.um-popup .picker__nav--disabled:before,.um-popup .picker__nav--disabled:before:hover,.um-popup .picker__nav--disabled:hover{cursor:default;background:0 0}.um .picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:5px;border:none;margin-bottom:0}.um .picker__table td{margin:0;padding:0 10px;text-align:center;border:0}.um .picker__weekday{width:14.285714286%;color:#fff;text-align:center;padding:5px 0!important}.um .picker__day{padding:10px 0;line-height:1em!important}.um .picker__day--today{position:relative}.um .picker__day--outfocus{opacity:.75}.um .picker__day--infocus:hover,.um .picker__day--outfocus:hover{border-radius:2px;cursor:pointer}.um .picker--focused .picker__day--highlighted,.um .picker__day--highlighted:hover{border-radius:2px}.um .picker__day--disabled,.um .picker__day--disabled:hover{cursor:default;background:0 0!important;opacity:.3}.um .picker__footer{text-align:center;height:50px!important;line-height:50px!important;margin-top:5px;border-radius:0 0 2px 2px}.um .picker__button--clear,.um .picker__button--today{margin:0!important;width:50%;display:inline-block;background:0 0!important;box-shadow:none!important;border:0!important;outline:0!important;box-sizing:border-box!important}.um .picker__button--clear:focus,.um .picker__button--clear:hover,.um .picker__button--today:focus,.um .picker__button--today:hover{cursor:pointer}
.um .picker__list{list-style:none;list-style:none!important;padding:5px!important;margin:0!important}.um .picker__list-item{position:relative;border-radius:2px;display:inline-block;width:25%;text-align:center;box-sizing:border-box;padding:6px 0!important;margin:5px 0!important}.um .picker__list-item:hover{cursor:pointer;z-index:10}.um .picker__list-item--highlighted{z-index:10}.um .picker--focused .picker__list-item--highlighted,.um .picker__list-item--highlighted:hover{cursor:pointer;font-weight:700}.um .picker--focused .picker__list-item--selected,.um .picker__list-item--selected,.um .picker__list-item--selected:hover{z-index:10}.um .picker--focused .picker__list-item--disabled,.um .picker__list-item--disabled,.um .picker__list-item--disabled:hover{color:#a9e792;cursor:default;background:0 0;z-index:auto}.um .picker--time .picker__button--clear{width:100%;display:inline-block;background:0 0;box-shadow:none!important;border:0!important;outline:0!important;background:0 0!important;border-radius:0 0 2px 2px;color:#fff!important}.um .picker--time .picker__button--clear:focus,.um .picker--time .picker__button--clear:hover{cursor:pointer}.um .picker--time .picker__frame{min-width:256px;max-width:400px}.um .picker--time .picker__box{font-size:15px;padding:0;border-radius:2px!important}.um .picker__box ul li[role=presentation]{margin:10px 0 0 0}@media (min-height:40.125em){.um .picker--time .picker__frame{margin-bottom:10%!important}}
@charset "UTF-8";@font-face{font-family:Ionicons;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0);src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.woff?v=2.0.0) format("woff"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.ttf?v=2.0.0) format("truetype"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-display:swap;font-weight:400;font-style:normal}[class*=" um-icon-"]:before,[class^=um-icon-]:before{font-family:Ionicons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-icon-alert:before{content:"\f101"}.um-icon-alert-circled:before{content:"\f100"}.um-icon-android-add:before{content:"\f2c7"}.um-icon-android-add-circle:before{content:"\f359"}.um-icon-android-alarm-clock:before{content:"\f35a"}.um-icon-android-alert:before{content:"\f35b"}.um-icon-android-apps:before{content:"\f35c"}.um-icon-android-archive:before{content:"\f2c9"}.um-icon-android-arrow-back:before{content:"\f2ca"}.um-icon-android-arrow-down:before{content:"\f35d"}.um-icon-android-arrow-dropdown:before{content:"\f35f"}.um-icon-android-arrow-dropdown-circle:before{content:"\f35e"}.um-icon-android-arrow-dropleft:before{content:"\f361"}.um-icon-android-arrow-dropleft-circle:before{content:"\f360"}.um-icon-android-arrow-dropright:before{content:"\f363"}.um-icon-android-arrow-dropright-circle:before{content:"\f362"}.um-icon-android-arrow-dropup:before{content:"\f365"}.um-icon-android-arrow-dropup-circle:before{content:"\f364"}.um-icon-android-arrow-forward:before{content:"\f30f"}.um-icon-android-arrow-up:before{content:"\f366"}.um-icon-android-attach:before{content:"\f367"}.um-icon-android-bar:before{content:"\f368"}.um-icon-android-bicycle:before{content:"\f369"}.um-icon-android-boat:before{content:"\f36a"}.um-icon-android-bookmark:before{content:"\f36b"}.um-icon-android-bulb:before{content:"\f36c"}.um-icon-android-bus:before{content:"\f36d"}.um-icon-android-calendar:before{content:"\f2d1"}.um-icon-android-call:before{content:"\f2d2"}.um-icon-android-camera:before{content:"\f2d3"}.um-icon-android-cancel:before{content:"\f36e"}.um-icon-android-car:before{content:"\f36f"}.um-icon-android-cart:before{content:"\f370"}.um-icon-android-chat:before{content:"\f2d4"}.um-icon-android-checkbox:before{content:"\f374"}.um-icon-android-checkbox-blank:before{content:"\f371"}.um-icon-android-checkbox-outline:before{content:"\f373"}.um-icon-android-checkbox-outline-blank:before{content:"\f372"}.um-icon-android-checkmark-circle:before{content:"\f375"}.um-icon-android-clipboard:before{content:"\f376"}.um-icon-android-close:before{content:"\f2d7"}.um-icon-android-cloud:before{content:"\f37a"}.um-icon-android-cloud-circle:before{content:"\f377"}.um-icon-android-cloud-done:before{content:"\f378"}.um-icon-android-cloud-outline:before{content:"\f379"}.um-icon-android-color-palette:before{content:"\f37b"}.um-icon-android-compass:before{content:"\f37c"}.um-icon-android-contact:before{content:"\f2d8"}.um-icon-android-contacts:before{content:"\f2d9"}.um-icon-android-contract:before{content:"\f37d"}.um-icon-android-create:before{content:"\f37e"}.um-icon-android-delete:before{content:"\f37f"}.um-icon-android-desktop:before{content:"\f380"}.um-icon-android-document:before{content:"\f381"}.um-icon-android-done:before{content:"\f383"}.um-icon-android-done-all:before{content:"\f382"}.um-icon-android-download:before{content:"\f2dd"}.um-icon-android-drafts:before{content:"\f384"}.um-icon-android-exit:before{content:"\f385"}.um-icon-android-expand:before{content:"\f386"}.um-icon-android-favorite:before{content:"\f388"}.um-icon-android-favorite-outline:before{content:"\f387"}.um-icon-android-film:before{content:"\f389"}.um-icon-android-folder:before{content:"\f2e0"}.um-icon-android-folder-open:before{content:"\f38a"}.um-icon-android-funnel:before{content:"\f38b"}.um-icon-android-globe:before{content:"\f38c"}.um-icon-android-hand:before{content:"\f2e3"}.um-icon-android-hangout:before{content:"\f38d"}.um-icon-android-happy:before{content:"\f38e"}.um-icon-android-home:before{content:"\f38f"}.um-icon-android-image:before{content:"\f2e4"}.um-icon-android-laptop:before{content:"\f390"}.um-icon-android-list:before{content:"\f391"}.um-icon-android-locate:before{content:"\f2e9"}.um-icon-android-lock:before{content:"\f392"}.um-icon-android-mail:before{content:"\f2eb"}.um-icon-android-map:before{content:"\f393"}.um-icon-android-menu:before{content:"\f394"}.um-icon-android-microphone:before{content:"\f2ec"}.um-icon-android-microphone-off:before{content:"\f395"}.um-icon-android-more-horizontal:before{content:"\f396"}.um-icon-android-more-vertical:before{content:"\f397"}.um-icon-android-navigate:before{content:"\f398"}.um-icon-android-notifications:before{content:"\f39b"}.um-icon-android-notifications-none:before{content:"\f399"}.um-icon-android-notifications-off:before{content:"\f39a"}.um-icon-android-open:before{content:"\f39c"}.um-icon-android-options:before{content:"\f39d"}.um-icon-android-people:before{content:"\f39e"}.um-icon-android-person:before{content:"\f3a0"}.um-icon-android-person-add:before{content:"\f39f"}.um-icon-android-phone-landscape:before{content:"\f3a1"}.um-icon-android-phone-portrait:before{content:"\f3a2"}.um-icon-android-pin:before{content:"\f3a3"}.um-icon-android-plane:before{content:"\f3a4"}.um-icon-android-playstore:before{content:"\f2f0"}.um-icon-android-print:before{content:"\f3a5"}.um-icon-android-radio-button-off:before{content:"\f3a6"}.um-icon-android-radio-button-on:before{content:"\f3a7"}.um-icon-android-refresh:before{content:"\f3a8"}.um-icon-android-remove:before{content:"\f2f4"}.um-icon-android-remove-circle:before{content:"\f3a9"}.um-icon-android-restaurant:before{content:"\f3aa"}.um-icon-android-sad:before{content:"\f3ab"}.um-icon-android-search:before{content:"\f2f5"}.um-icon-android-send:before{content:"\f2f6"}.um-icon-android-settings:before{content:"\f2f7"}.um-icon-android-share:before{content:"\f2f8"}.um-icon-android-share-alt:before{content:"\f3ac"}.um-icon-android-star:before{content:"\f2fc"}.um-icon-android-star-half:before{content:"\f3ad"}.um-icon-android-star-outline:before{content:"\f3ae"}.um-icon-android-stopwatch:before{content:"\f2fd"}.um-icon-android-subway:before{content:"\f3af"}.um-icon-android-sunny:before{content:"\f3b0"}.um-icon-android-sync:before{content:"\f3b1"}.um-icon-android-textsms:before{content:"\f3b2"}.um-icon-android-time:before{content:"\f3b3"}.um-icon-android-train:before{content:"\f3b4"}.um-icon-android-unlock:before{content:"\f3b5"}.um-icon-android-upload:before{content:"\f3b6"}.um-icon-android-volume-down:before{content:"\f3b7"}.um-icon-android-volume-mute:before{content:"\f3b8"}.um-icon-android-volume-off:before{content:"\f3b9"}.um-icon-android-volume-up:before{content:"\f3ba"}.um-icon-android-walk:before{content:"\f3bb"}.um-icon-android-warning:before{content:"\f3bc"}.um-icon-android-watch:before{content:"\f3bd"}.um-icon-android-wifi:before{content:"\f305"}.um-icon-aperture:before{content:"\f313"}.um-icon-archive:before{content:"\f102"}.um-icon-arrow-down-a:before{content:"\f103"}.um-icon-arrow-down-b:before{content:"\f104"}.um-icon-arrow-down-c:before{content:"\f105"}.um-icon-arrow-expand:before{content:"\f25e"}.um-icon-arrow-graph-down-left:before{content:"\f25f"}.um-icon-arrow-graph-down-right:before{content:"\f260"}.um-icon-arrow-graph-up-left:before{content:"\f261"}.um-icon-arrow-graph-up-right:before{content:"\f262"}.um-icon-arrow-left-a:before{content:"\f106"}.um-icon-arrow-left-b:before{content:"\f107"}.um-icon-arrow-left-c:before{content:"\f108"}.um-icon-arrow-move:before{content:"\f263"}.um-icon-arrow-resize:before{content:"\f264"}.um-icon-arrow-return-left:before{content:"\f265"}.um-icon-arrow-return-right:before{content:"\f266"}.um-icon-arrow-right-a:before{content:"\f109"}.um-icon-arrow-right-b:before{content:"\f10a"}.um-icon-arrow-right-c:before{content:"\f10b"}.um-icon-arrow-shrink:before{content:"\f267"}.um-icon-arrow-swap:before{content:"\f268"}.um-icon-arrow-up-a:before{content:"\f10c"}.um-icon-arrow-up-b:before{content:"\f10d"}.um-icon-arrow-up-c:before{content:"\f10e"}.um-icon-asterisk:before{content:"\f314"}.um-icon-at:before{content:"\f10f"}.um-icon-backspace:before{content:"\f3bf"}.um-icon-backspace-outline:before{content:"\f3be"}.um-icon-bag:before{content:"\f110"}.um-icon-battery-charging:before{content:"\f111"}.um-icon-battery-empty:before{content:"\f112"}.um-icon-battery-full:before{content:"\f113"}.um-icon-battery-half:before{content:"\f114"}.um-icon-battery-low:before{content:"\f115"}.um-icon-beaker:before{content:"\f269"}.um-icon-beer:before{content:"\f26a"}.um-icon-bluetooth:before{content:"\f116"}.um-icon-bonfire:before{content:"\f315"}.um-icon-bookmark:before{content:"\f26b"}.um-icon-bowtie:before{content:"\f3c0"}.um-icon-briefcase:before{content:"\f26c"}.um-icon-bug:before{content:"\f2be"}.um-icon-calculator:before{content:"\f26d"}.um-icon-calendar:before{content:"\f117"}.um-icon-camera:before{content:"\f118"}.um-icon-card:before{content:"\f119"}.um-icon-cash:before{content:"\f316"}.um-icon-chatbox:before{content:"\f11b"}.um-icon-chatbox-working:before{content:"\f11a"}.um-icon-chatboxes:before{content:"\f11c"}.um-icon-chatbubble:before{content:"\f11e"}.um-icon-chatbubble-working:before{content:"\f11d"}.um-icon-chatbubbles:before{content:"\f11f"}.um-icon-checkmark:before{content:"\f122"}.um-icon-checkmark-circled:before{content:"\f120"}.um-icon-checkmark-round:before{content:"\f121"}.um-icon-chevron-down:before{content:"\f123"}.um-icon-chevron-left:before{content:"\f124"}.um-icon-chevron-right:before{content:"\f125"}.um-icon-chevron-up:before{content:"\f126"}.um-icon-clipboard:before{content:"\f127"}.um-icon-clock:before{content:"\f26e"}.um-icon-close:before{content:"\f12a"}.um-icon-close-circled:before{content:"\f128"}.um-icon-close-round:before{content:"\f129"}.um-icon-closed-captioning:before{content:"\f317"}.um-icon-cloud:before{content:"\f12b"}.um-icon-code:before{content:"\f271"}.um-icon-code-download:before{content:"\f26f"}.um-icon-code-working:before{content:"\f270"}.um-icon-coffee:before{content:"\f272"}.um-icon-compass:before{content:"\f273"}.um-icon-compose:before{content:"\f12c"}.um-icon-connection-bars:before{content:"\f274"}.um-icon-contrast:before{content:"\f275"}.um-icon-crop:before{content:"\f3c1"}.um-icon-cube:before{content:"\f318"}.um-icon-disc:before{content:"\f12d"}.um-icon-document:before{content:"\f12f"}.um-icon-document-text:before{content:"\f12e"}.um-icon-drag:before{content:"\f130"}.um-icon-earth:before{content:"\f276"}.um-icon-easel:before{content:"\f3c2"}.um-icon-edit:before{content:"\f2bf"}.um-icon-egg:before{content:"\f277"}.um-icon-eject:before{content:"\f131"}.um-icon-email:before{content:"\f132"}.um-icon-email-unread:before{content:"\f3c3"}.um-icon-erlenmeyer-flask:before{content:"\f3c5"}.um-icon-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.um-icon-eye:before{content:"\f133"}.um-icon-eye-disabled:before{content:"\f306"}.um-icon-female:before{content:"\f278"}.um-icon-filing:before{content:"\f134"}.um-icon-film-marker:before{content:"\f135"}.um-icon-fireball:before{content:"\f319"}.um-icon-flag:before{content:"\f279"}.um-icon-flame:before{content:"\f31a"}.um-icon-flash:before{content:"\f137"}.um-icon-flash-off:before{content:"\f136"}.um-icon-folder:before{content:"\f139"}.um-icon-fork:before{content:"\f27a"}.um-icon-fork-repo:before{content:"\f2c0"}.um-icon-forward:before{content:"\f13a"}.um-icon-funnel:before{content:"\f31b"}.um-icon-gear-a:before{content:"\f13d"}.um-icon-gear-b:before{content:"\f13e"}.um-icon-grid:before{content:"\f13f"}.um-icon-hammer:before{content:"\f27b"}.um-icon-happy:before{content:"\f31c"}.um-icon-happy-outline:before{content:"\f3c6"}.um-icon-headphone:before{content:"\f140"}.um-icon-heart:before{content:"\f141"}.um-icon-heart-broken:before{content:"\f31d"}.um-icon-help:before{content:"\f143"}.um-icon-help-buoy:before{content:"\f27c"}.um-icon-help-circled:before{content:"\f142"}.um-icon-home:before{content:"\f144"}.um-icon-icecream:before{content:"\f27d"}.um-icon-image:before{content:"\f147"}.um-icon-images:before{content:"\f148"}.um-icon-information:before{content:"\f14a"}.um-icon-information-circled:before{content:"\f149"}.um-icon-ionic:before{content:"\f14b"}.um-icon-ios-alarm:before{content:"\f3c8"}.um-icon-ios-alarm-outline:before{content:"\f3c7"}.um-icon-ios-albums:before{content:"\f3ca"}.um-icon-ios-albums-outline:before{content:"\f3c9"}.um-icon-ios-americanfootball:before{content:"\f3cc"}.um-icon-ios-americanfootball-outline:before{content:"\f3cb"}.um-icon-ios-analytics:before{content:"\f3ce"}.um-icon-ios-analytics-outline:before{content:"\f3cd"}.um-icon-ios-arrow-back:before{content:"\f3cf"}.um-icon-ios-arrow-down:before{content:"\f3d0"}.um-icon-ios-arrow-forward:before{content:"\f3d1"}.um-icon-ios-arrow-left:before{content:"\f3d2"}.um-icon-ios-arrow-right:before{content:"\f3d3"}.um-icon-ios-arrow-thin-down:before{content:"\f3d4"}.um-icon-ios-arrow-thin-left:before{content:"\f3d5"}.um-icon-ios-arrow-thin-right:before{content:"\f3d6"}.um-icon-ios-arrow-thin-up:before{content:"\f3d7"}.um-icon-ios-arrow-up:before{content:"\f3d8"}.um-icon-ios-at:before{content:"\f3da"}.um-icon-ios-at-outline:before{content:"\f3d9"}.um-icon-ios-barcode:before{content:"\f3dc"}.um-icon-ios-barcode-outline:before{content:"\f3db"}.um-icon-ios-baseball:before{content:"\f3de"}.um-icon-ios-baseball-outline:before{content:"\f3dd"}.um-icon-ios-basketball:before{content:"\f3e0"}.um-icon-ios-basketball-outline:before{content:"\f3df"}.um-icon-ios-bell:before{content:"\f3e2"}.um-icon-ios-bell-outline:before{content:"\f3e1"}.um-icon-ios-body:before{content:"\f3e4"}.um-icon-ios-body-outline:before{content:"\f3e3"}.um-icon-ios-bolt:before{content:"\f3e6"}.um-icon-ios-bolt-outline:before{content:"\f3e5"}.um-icon-ios-book:before{content:"\f3e8"}.um-icon-ios-book-outline:before{content:"\f3e7"}.um-icon-ios-bookmarks:before{content:"\f3ea"}.um-icon-ios-bookmarks-outline:before{content:"\f3e9"}.um-icon-ios-box:before{content:"\f3ec"}.um-icon-ios-box-outline:before{content:"\f3eb"}.um-icon-ios-briefcase:before{content:"\f3ee"}.um-icon-ios-briefcase-outline:before{content:"\f3ed"}.um-icon-ios-browsers:before{content:"\f3f0"}.um-icon-ios-browsers-outline:before{content:"\f3ef"}.um-icon-ios-calculator:before{content:"\f3f2"}.um-icon-ios-calculator-outline:before{content:"\f3f1"}.um-icon-ios-calendar:before{content:"\f3f4"}.um-icon-ios-calendar-outline:before{content:"\f3f3"}.um-icon-ios-camera:before{content:"\f3f6"}.um-icon-ios-camera-outline:before{content:"\f3f5"}.um-icon-ios-cart:before{content:"\f3f8"}.um-icon-ios-cart-outline:before{content:"\f3f7"}.um-icon-ios-chatboxes:before{content:"\f3fa"}.um-icon-ios-chatboxes-outline:before{content:"\f3f9"}.um-icon-ios-chatbubble:before{content:"\f3fc"}.um-icon-ios-chatbubble-outline:before{content:"\f3fb"}.um-icon-ios-checkmark:before{content:"\f3ff"}.um-icon-ios-checkmark-empty:before{content:"\f3fd"}.um-icon-ios-checkmark-outline:before{content:"\f3fe"}.um-icon-ios-circle-filled:before{content:"\f400"}.um-icon-ios-circle-outline:before{content:"\f401"}.um-icon-ios-clock:before{content:"\f403"}.um-icon-ios-clock-outline:before{content:"\f402"}.um-icon-ios-close:before{content:"\f406"}.um-icon-ios-close-empty:before{content:"\f404"}.um-icon-ios-close-outline:before{content:"\f405"}.um-icon-ios-cloud:before{content:"\f40c"}.um-icon-ios-cloud-download:before{content:"\f408"}.um-icon-ios-cloud-download-outline:before{content:"\f407"}.um-icon-ios-cloud-outline:before{content:"\f409"}.um-icon-ios-cloud-upload:before{content:"\f40b"}.um-icon-ios-cloud-upload-outline:before{content:"\f40a"}.um-icon-ios-cloudy:before{content:"\f410"}.um-icon-ios-cloudy-night:before{content:"\f40e"}.um-icon-ios-cloudy-night-outline:before{content:"\f40d"}.um-icon-ios-cloudy-outline:before{content:"\f40f"}.um-icon-ios-cog:before{content:"\f412"}.um-icon-ios-cog-outline:before{content:"\f411"}.um-icon-ios-color-filter:before{content:"\f414"}.um-icon-ios-color-filter-outline:before{content:"\f413"}.um-icon-ios-color-wand:before{content:"\f416"}.um-icon-ios-color-wand-outline:before{content:"\f415"}.um-icon-ios-compose:before{content:"\f418"}.um-icon-ios-compose-outline:before{content:"\f417"}.um-icon-ios-contact:before{content:"\f41a"}.um-icon-ios-contact-outline:before{content:"\f419"}.um-icon-ios-copy:before{content:"\f41c"}.um-icon-ios-copy-outline:before{content:"\f41b"}.um-icon-ios-crop:before{content:"\f41e"}.um-icon-ios-crop-strong:before{content:"\f41d"}.um-icon-ios-download:before{content:"\f420"}.um-icon-ios-download-outline:before{content:"\f41f"}.um-icon-ios-drag:before{content:"\f421"}.um-icon-ios-email:before{content:"\f423"}.um-icon-ios-email-outline:before{content:"\f422"}.um-icon-ios-eye:before{content:"\f425"}.um-icon-ios-eye-outline:before{content:"\f424"}.um-icon-ios-fastforward:before{content:"\f427"}.um-icon-ios-fastforward-outline:before{content:"\f426"}.um-icon-ios-filing:before{content:"\f429"}.um-icon-ios-filing-outline:before{content:"\f428"}.um-icon-ios-film:before{content:"\f42b"}.um-icon-ios-film-outline:before{content:"\f42a"}.um-icon-ios-flag:before{content:"\f42d"}.um-icon-ios-flag-outline:before{content:"\f42c"}.um-icon-ios-flame:before{content:"\f42f"}.um-icon-ios-flame-outline:before{content:"\f42e"}.um-icon-ios-flask:before{content:"\f431"}.um-icon-ios-flask-outline:before{content:"\f430"}.um-icon-ios-flower:before{content:"\f433"}.um-icon-ios-flower-outline:before{content:"\f432"}.um-icon-ios-folder:before{content:"\f435"}.um-icon-ios-folder-outline:before{content:"\f434"}.um-icon-ios-football:before{content:"\f437"}.um-icon-ios-football-outline:before{content:"\f436"}.um-icon-ios-game-controller-a:before{content:"\f439"}.um-icon-ios-game-controller-a-outline:before{content:"\f438"}.um-icon-ios-game-controller-b:before{content:"\f43b"}.um-icon-ios-game-controller-b-outline:before{content:"\f43a"}.um-icon-ios-gear:before{content:"\f43d"}.um-icon-ios-gear-outline:before{content:"\f43c"}.um-icon-ios-glasses:before{content:"\f43f"}.um-icon-ios-glasses-outline:before{content:"\f43e"}.um-icon-ios-grid-view:before{content:"\f441"}.um-icon-ios-grid-view-outline:before{content:"\f440"}.um-icon-ios-heart:before{content:"\f443"}.um-icon-ios-heart-outline:before{content:"\f442"}.um-icon-ios-help:before{content:"\f446"}.um-icon-ios-help-empty:before{content:"\f444"}.um-icon-ios-help-outline:before{content:"\f445"}.um-icon-ios-home:before{content:"\f448"}.um-icon-ios-home-outline:before{content:"\f447"}.um-icon-ios-infinite:before{content:"\f44a"}.um-icon-ios-infinite-outline:before{content:"\f449"}.um-icon-ios-information:before{content:"\f44d"}.um-icon-ios-information-empty:before{content:"\f44b"}.um-icon-ios-information-outline:before{content:"\f44c"}.um-icon-ios-ionic-outline:before{content:"\f44e"}.um-icon-ios-keypad:before{content:"\f450"}.um-icon-ios-keypad-outline:before{content:"\f44f"}.um-icon-ios-lightbulb:before{content:"\f452"}.um-icon-ios-lightbulb-outline:before{content:"\f451"}.um-icon-ios-list:before{content:"\f454"}.um-icon-ios-list-outline:before{content:"\f453"}.um-icon-ios-location:before{content:"\f456"}.um-icon-ios-location-outline:before{content:"\f455"}.um-icon-ios-locked:before{content:"\f458"}.um-icon-ios-locked-outline:before{content:"\f457"}.um-icon-ios-loop:before{content:"\f45a"}.um-icon-ios-loop-strong:before{content:"\f459"}.um-icon-ios-medical:before{content:"\f45c"}.um-icon-ios-medical-outline:before{content:"\f45b"}.um-icon-ios-medkit:before{content:"\f45e"}.um-icon-ios-medkit-outline:before{content:"\f45d"}.um-icon-ios-mic:before{content:"\f461"}.um-icon-ios-mic-off:before{content:"\f45f"}.um-icon-ios-mic-outline:before{content:"\f460"}.um-icon-ios-minus:before{content:"\f464"}.um-icon-ios-minus-empty:before{content:"\f462"}.um-icon-ios-minus-outline:before{content:"\f463"}.um-icon-ios-monitor:before{content:"\f466"}.um-icon-ios-monitor-outline:before{content:"\f465"}.um-icon-ios-moon:before{content:"\f468"}.um-icon-ios-moon-outline:before{content:"\f467"}.um-icon-ios-more:before{content:"\f46a"}.um-icon-ios-more-outline:before{content:"\f469"}.um-icon-ios-musical-note:before{content:"\f46b"}.um-icon-ios-musical-notes:before{content:"\f46c"}.um-icon-ios-navigate:before{content:"\f46e"}.um-icon-ios-navigate-outline:before{content:"\f46d"}.um-icon-ios-nutrition:before{content:"\f470"}.um-icon-ios-nutrition-outline:before{content:"\f46f"}.um-icon-ios-paper:before{content:"\f472"}.um-icon-ios-paper-outline:before{content:"\f471"}.um-icon-ios-paperplane:before{content:"\f474"}.um-icon-ios-paperplane-outline:before{content:"\f473"}.um-icon-ios-partlysunny:before{content:"\f476"}.um-icon-ios-partlysunny-outline:before{content:"\f475"}.um-icon-ios-pause:before{content:"\f478"}.um-icon-ios-pause-outline:before{content:"\f477"}.um-icon-ios-paw:before{content:"\f47a"}.um-icon-ios-paw-outline:before{content:"\f479"}.um-icon-ios-people:before{content:"\f47c"}.um-icon-ios-people-outline:before{content:"\f47b"}.um-icon-ios-person:before{content:"\f47e"}.um-icon-ios-person-outline:before{content:"\f47d"}.um-icon-ios-personadd:before{content:"\f480"}.um-icon-ios-personadd-outline:before{content:"\f47f"}.um-icon-ios-photos:before{content:"\f482"}.um-icon-ios-photos-outline:before{content:"\f481"}.um-icon-ios-pie:before{content:"\f484"}.um-icon-ios-pie-outline:before{content:"\f483"}.um-icon-ios-pint:before{content:"\f486"}.um-icon-ios-pint-outline:before{content:"\f485"}.um-icon-ios-play:before{content:"\f488"}.um-icon-ios-play-outline:before{content:"\f487"}.um-icon-ios-plus:before{content:"\f48b"}.um-icon-ios-plus-empty:before{content:"\f489"}.um-icon-ios-plus-outline:before{content:"\f48a"}.um-icon-ios-pricetag:before{content:"\f48d"}.um-icon-ios-pricetag-outline:before{content:"\f48c"}.um-icon-ios-pricetags:before{content:"\f48f"}.um-icon-ios-pricetags-outline:before{content:"\f48e"}.um-icon-ios-printer:before{content:"\f491"}.um-icon-ios-printer-outline:before{content:"\f490"}.um-icon-ios-pulse:before{content:"\f493"}.um-icon-ios-pulse-strong:before{content:"\f492"}.um-icon-ios-rainy:before{content:"\f495"}.um-icon-ios-rainy-outline:before{content:"\f494"}.um-icon-ios-recording:before{content:"\f497"}.um-icon-ios-recording-outline:before{content:"\f496"}.um-icon-ios-redo:before{content:"\f499"}.um-icon-ios-redo-outline:before{content:"\f498"}.um-icon-ios-refresh:before{content:"\f49c"}.um-icon-ios-refresh-empty:before{content:"\f49a"}.um-icon-ios-refresh-outline:before{content:"\f49b"}.um-icon-ios-reload:before{content:"\f49d"}.um-icon-ios-reverse-camera:before{content:"\f49f"}.um-icon-ios-reverse-camera-outline:before{content:"\f49e"}.um-icon-ios-rewind:before{content:"\f4a1"}.um-icon-ios-rewind-outline:before{content:"\f4a0"}.um-icon-ios-rose:before{content:"\f4a3"}.um-icon-ios-rose-outline:before{content:"\f4a2"}.um-icon-ios-search:before{content:"\f4a5"}.um-icon-ios-search-strong:before{content:"\f4a4"}.um-icon-ios-settings:before{content:"\f4a7"}.um-icon-ios-settings-strong:before{content:"\f4a6"}.um-icon-ios-shuffle:before{content:"\f4a9"}.um-icon-ios-shuffle-strong:before{content:"\f4a8"}.um-icon-ios-skipbackward:before{content:"\f4ab"}.um-icon-ios-skipbackward-outline:before{content:"\f4aa"}.um-icon-ios-skipforward:before{content:"\f4ad"}.um-icon-ios-skipforward-outline:before{content:"\f4ac"}.um-icon-ios-snowy:before{content:"\f4ae"}.um-icon-ios-speedometer:before{content:"\f4b0"}.um-icon-ios-speedometer-outline:before{content:"\f4af"}.um-icon-ios-star:before{content:"\f4b3"}.um-icon-ios-star-half:before{content:"\f4b1"}.um-icon-ios-star-outline:before{content:"\f4b2"}.um-icon-ios-stopwatch:before{content:"\f4b5"}.um-icon-ios-stopwatch-outline:before{content:"\f4b4"}.um-icon-ios-sunny:before{content:"\f4b7"}.um-icon-ios-sunny-outline:before{content:"\f4b6"}.um-icon-ios-telephone:before{content:"\f4b9"}.um-icon-ios-telephone-outline:before{content:"\f4b8"}.um-icon-ios-tennisball:before{content:"\f4bb"}.um-icon-ios-tennisball-outline:before{content:"\f4ba"}.um-icon-ios-thunderstorm:before{content:"\f4bd"}.um-icon-ios-thunderstorm-outline:before{content:"\f4bc"}.um-icon-ios-time:before{content:"\f4bf"}.um-icon-ios-time-outline:before{content:"\f4be"}.um-icon-ios-timer:before{content:"\f4c1"}.um-icon-ios-timer-outline:before{content:"\f4c0"}.um-icon-ios-toggle:before{content:"\f4c3"}.um-icon-ios-toggle-outline:before{content:"\f4c2"}.um-icon-ios-trash:before{content:"\f4c5"}.um-icon-ios-trash-outline:before{content:"\f4c4"}.um-icon-ios-undo:before{content:"\f4c7"}.um-icon-ios-undo-outline:before{content:"\f4c6"}.um-icon-ios-unlocked:before{content:"\f4c9"}.um-icon-ios-unlocked-outline:before{content:"\f4c8"}.um-icon-ios-upload:before{content:"\f4cb"}.um-icon-ios-upload-outline:before{content:"\f4ca"}.um-icon-ios-videocam:before{content:"\f4cd"}.um-icon-ios-videocam-outline:before{content:"\f4cc"}.um-icon-ios-volume-high:before{content:"\f4ce"}.um-icon-ios-volume-low:before{content:"\f4cf"}.um-icon-ios-wineglass:before{content:"\f4d1"}.um-icon-ios-wineglass-outline:before{content:"\f4d0"}.um-icon-ios-world:before{content:"\f4d3"}.um-icon-ios-world-outline:before{content:"\f4d2"}.um-icon-ipad:before{content:"\f1f9"}.um-icon-iphone:before{content:"\f1fa"}.um-icon-ipod:before{content:"\f1fb"}.um-icon-jet:before{content:"\f295"}.um-icon-key:before{content:"\f296"}.um-icon-knife:before{content:"\f297"}.um-icon-laptop:before{content:"\f1fc"}.um-icon-leaf:before{content:"\f1fd"}.um-icon-levels:before{content:"\f298"}.um-icon-lightbulb:before{content:"\f299"}.um-icon-link:before{content:"\f1fe"}.um-icon-load-a:before{content:"\f29a"}.um-icon-load-b:before{content:"\f29b"}.um-icon-load-c:before{content:"\f29c"}.um-icon-load-d:before{content:"\f29d"}.um-icon-location:before{content:"\f1ff"}.um-icon-lock-combination:before{content:"\f4d4"}.um-icon-locked:before{content:"\f200"}.um-icon-log-in:before{content:"\f29e"}.um-icon-log-out:before{content:"\f29f"}.um-icon-loop:before{content:"\f201"}.um-icon-magnet:before{content:"\f2a0"}.um-icon-male:before{content:"\f2a1"}.um-icon-man:before{content:"\f202"}.um-icon-map:before{content:"\f203"}.um-icon-medkit:before{content:"\f2a2"}.um-icon-merge:before{content:"\f33f"}.um-icon-mic-a:before{content:"\f204"}.um-icon-mic-b:before{content:"\f205"}.um-icon-mic-c:before{content:"\f206"}.um-icon-minus:before{content:"\f209"}.um-icon-minus-circled:before{content:"\f207"}.um-icon-minus-round:before{content:"\f208"}.um-icon-model-s:before{content:"\f2c1"}.um-icon-monitor:before{content:"\f20a"}.um-icon-more:before{content:"\f20b"}.um-icon-mouse:before{content:"\f340"}.um-icon-music-note:before{content:"\f20c"}.um-icon-navicon:before{content:"\f20e"}.um-icon-navicon-round:before{content:"\f20d"}.um-icon-navigate:before{content:"\f2a3"}.um-icon-network:before{content:"\f341"}.um-icon-no-smoking:before{content:"\f2c2"}.um-icon-nuclear:before{content:"\f2a4"}.um-icon-outlet:before{content:"\f342"}.um-icon-paintbrush:before{content:"\f4d5"}.um-icon-paintbucket:before{content:"\f4d6"}.um-icon-paper-airplane:before{content:"\f2c3"}.um-icon-paperclip:before{content:"\f20f"}.um-icon-pause:before{content:"\f210"}.um-icon-person:before{content:"\f213"}.um-icon-person-add:before{content:"\f211"}.um-icon-person-stalker:before{content:"\f212"}.um-icon-pie-graph:before{content:"\f2a5"}.um-icon-pin:before{content:"\f2a6"}.um-icon-pinpoint:before{content:"\f2a7"}.um-icon-pizza:before{content:"\f2a8"}.um-icon-plane:before{content:"\f214"}.um-icon-planet:before{content:"\f343"}.um-icon-play:before{content:"\f215"}.um-icon-playstation:before{content:"\f30a"}.um-icon-plus:before{content:"\f218"}.um-icon-plus-circled:before{content:"\f216"}.um-icon-plus-round:before{content:"\f217"}.um-icon-podium:before{content:"\f344"}.um-icon-pound:before{content:"\f219"}.um-icon-power:before{content:"\f2a9"}.um-icon-pricetag:before{content:"\f2aa"}.um-icon-pricetags:before{content:"\f2ab"}.um-icon-printer:before{content:"\f21a"}.um-icon-pull-request:before{content:"\f345"}.um-icon-qr-scanner:before{content:"\f346"}.um-icon-quote:before{content:"\f347"}.um-icon-radio-waves:before{content:"\f2ac"}.um-icon-record:before{content:"\f21b"}.um-icon-refresh:before{content:"\f21c"}.um-icon-reply:before{content:"\f21e"}.um-icon-reply-all:before{content:"\f21d"}.um-icon-ribbon-a:before{content:"\f348"}.um-icon-ribbon-b:before{content:"\f349"}.um-icon-sad:before{content:"\f34a"}.um-icon-sad-outline:before{content:"\f4d7"}.um-icon-scissors:before{content:"\f34b"}.um-icon-search:before{content:"\f21f"}.um-icon-settings:before{content:"\f2ad"}.um-icon-share:before{content:"\f220"}.um-icon-shuffle:before{content:"\f221"}.um-icon-skip-backward:before{content:"\f222"}.um-icon-skip-forward:before{content:"\f223"}.um-icon-social-android:before{content:"\f225"}.um-icon-social-android-outline:before{content:"\f224"}.um-icon-social-angular:before{content:"\f4d9"}.um-icon-social-angular-outline:before{content:"\f4d8"}.um-icon-social-apple:before{content:"\f227"}.um-icon-social-apple-outline:before{content:"\f226"}.um-icon-social-bitcoin:before{content:"\f2af"}.um-icon-social-bitcoin-outline:before{content:"\f2ae"}.um-icon-social-buffer:before{content:"\f229"}.um-icon-social-buffer-outline:before{content:"\f228"}.um-icon-social-chrome:before{content:"\f4db"}.um-icon-social-chrome-outline:before{content:"\f4da"}.um-icon-social-codepen:before{content:"\f4dd"}.um-icon-social-codepen-outline:before{content:"\f4dc"}.um-icon-social-css3:before{content:"\f4df"}.um-icon-social-css3-outline:before{content:"\f4de"}.um-icon-social-designernews:before{content:"\f22b"}.um-icon-social-designernews-outline:before{content:"\f22a"}.um-icon-social-dribbble:before{content:"\f22d"}.um-icon-social-dribbble-outline:before{content:"\f22c"}.um-icon-social-dropbox:before{content:"\f22f"}.um-icon-social-dropbox-outline:before{content:"\f22e"}.um-icon-social-euro:before{content:"\f4e1"}.um-icon-social-euro-outline:before{content:"\f4e0"}.um-icon-social-facebook:before{content:"\f231"}.um-icon-social-facebook-outline:before{content:"\f230"}.um-icon-social-foursquare:before{content:"\f34d"}.um-icon-social-foursquare-outline:before{content:"\f34c"}.um-icon-social-freebsd-devil:before{content:"\f2c4"}.um-icon-social-github:before{content:"\f233"}.um-icon-social-github-outline:before{content:"\f232"}.um-icon-social-google:before{content:"\f34f"}.um-icon-social-google-outline:before{content:"\f34e"}.um-icon-social-googleplus:before{content:"\f235"}.um-icon-social-googleplus-outline:before{content:"\f234"}.um-icon-social-hackernews:before{content:"\f237"}.um-icon-social-hackernews-outline:before{content:"\f236"}.um-icon-social-html5:before{content:"\f4e3"}.um-icon-social-html5-outline:before{content:"\f4e2"}.um-icon-social-instagram:before{content:"\f351"}.um-icon-social-instagram-outline:before{content:"\f350"}.um-icon-social-javascript:before{content:"\f4e5"}.um-icon-social-javascript-outline:before{content:"\f4e4"}.um-icon-social-linkedin:before{content:"\f239"}.um-icon-social-linkedin-outline:before{content:"\f238"}.um-icon-social-markdown:before{content:"\f4e6"}.um-icon-social-nodejs:before{content:"\f4e7"}.um-icon-social-octocat:before{content:"\f4e8"}.um-icon-social-pinterest:before{content:"\f2b1"}.um-icon-social-pinterest-outline:before{content:"\f2b0"}.um-icon-social-python:before{content:"\f4e9"}.um-icon-social-reddit:before{content:"\f23b"}.um-icon-social-reddit-outline:before{content:"\f23a"}.um-icon-social-rss:before{content:"\f23d"}.um-icon-social-rss-outline:before{content:"\f23c"}.um-icon-social-sass:before{content:"\f4ea"}.um-icon-social-skype:before{content:"\f23f"}.um-icon-social-skype-outline:before{content:"\f23e"}.um-icon-social-snapchat:before{content:"\f4ec"}.um-icon-social-snapchat-outline:before{content:"\f4eb"}.um-icon-social-tumblr:before{content:"\f241"}.um-icon-social-tumblr-outline:before{content:"\f240"}.um-icon-social-tux:before{content:"\f2c5"}.um-icon-social-twitch:before{content:"\f4ee"}.um-icon-social-twitch-outline:before{content:"\f4ed"}.um-icon-social-twitter:before{content:"\f243"}.um-icon-social-twitter-outline:before{content:"\f242"}.um-icon-social-usd:before{content:"\f353"}.um-icon-social-usd-outline:before{content:"\f352"}.um-icon-social-vimeo:before{content:"\f245"}.um-icon-social-vimeo-outline:before{content:"\f244"}.um-icon-social-whatsapp:before{content:"\f4f0"}.um-icon-social-whatsapp-outline:before{content:"\f4ef"}.um-icon-social-windows:before{content:"\f247"}.um-icon-social-windows-outline:before{content:"\f246"}.um-icon-social-wordpress:before{content:"\f249"}.um-icon-social-wordpress-outline:before{content:"\f248"}.um-icon-social-yahoo:before{content:"\f24b"}.um-icon-social-yahoo-outline:before{content:"\f24a"}.um-icon-social-yen:before{content:"\f4f2"}.um-icon-social-yen-outline:before{content:"\f4f1"}.um-icon-social-youtube:before{content:"\f24d"}.um-icon-social-youtube-outline:before{content:"\f24c"}.um-icon-soup-can:before{content:"\f4f4"}.um-icon-soup-can-outline:before{content:"\f4f3"}.um-icon-speakerphone:before{content:"\f2b2"}.um-icon-speedometer:before{content:"\f2b3"}.um-icon-spoon:before{content:"\f2b4"}.um-icon-star:before{content:"\f24e"}.um-icon-stats-bars:before{content:"\f2b5"}.um-icon-steam:before{content:"\f30b"}.um-icon-stop:before{content:"\f24f"}.um-icon-thermometer:before{content:"\f2b6"}.um-icon-thumbsdown:before{content:"\f250"}.um-icon-thumbsup:before{content:"\f251"}.um-icon-toggle:before{content:"\f355"}.um-icon-toggle-filled:before{content:"\f354"}.um-icon-transgender:before{content:"\f4f5"}.um-icon-trash-a:before{content:"\f252"}.um-icon-trash-b:before{content:"\f253"}.um-icon-trophy:before{content:"\f356"}.um-icon-tshirt:before{content:"\f4f7"}.um-icon-tshirt-outline:before{content:"\f4f6"}.um-icon-umbrella:before{content:"\f2b7"}.um-icon-university:before{content:"\f357"}.um-icon-unlocked:before{content:"\f254"}.um-icon-upload:before{content:"\f255"}.um-icon-usb:before{content:"\f2b8"}.um-icon-videocamera:before{content:"\f256"}.um-icon-volume-high:before{content:"\f257"}.um-icon-volume-low:before{content:"\f258"}.um-icon-volume-medium:before{content:"\f259"}.um-icon-volume-mute:before{content:"\f25a"}.um-icon-wand:before{content:"\f358"}.um-icon-waterdrop:before{content:"\f25b"}.um-icon-wifi:before{content:"\f25c"}.um-icon-wineglass:before{content:"\f2b9"}.um-icon-woman:before{content:"\f25d"}.um-icon-wrench:before{content:"\f2ba"}.um-icon-xbox:before{content:"\f30c"}
@charset "UTF-8";@font-face{font-family:FontAwesome;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0);src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0#iefix) format("embedded-opentype"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-display:swap;font-weight:400;font-style:normal}[class*=" um-faicon-"]:before,[class^=um-faicon-]:before{font-family:FontAwesome!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-faicon-sticky-note:before{content:"\f249"}.um-faicon-glass:before{content:"\f000"}.um-faicon-music:before{content:"\f001"}.um-faicon-search:before{content:"\f002"}.um-faicon-envelope-o:before{content:"\f003"}.um-faicon-heart:before{content:"\f004"}.um-faicon-star:before{content:"\f005"}.um-faicon-star-o:before{content:"\f006"}.um-faicon-user:before{content:"\f007"}.um-faicon-film:before{content:"\f008"}.um-faicon-th-large:before{content:"\f009"}.um-faicon-th:before{content:"\f00a"}.um-faicon-th-list:before{content:"\f00b"}.um-faicon-check:before{content:"\f00c"}.um-faicon-close:before,.um-faicon-remove:before,.um-faicon-times:before{content:"\f00d"}.um-faicon-search-plus:before{content:"\f00e"}.um-faicon-search-minus:before{content:"\f010"}.um-faicon-power-off:before{content:"\f011"}.um-faicon-signal:before{content:"\f012"}.um-faicon-cog:before,.um-faicon-gear:before{content:"\f013"}.um-faicon-trash-o:before{content:"\f014"}.um-faicon-home:before{content:"\f015"}.um-faicon-file-o:before{content:"\f016"}.um-faicon-clock-o:before{content:"\f017"}.um-faicon-road:before{content:"\f018"}.um-faicon-download:before{content:"\f019"}.um-faicon-arrow-circle-o-down:before{content:"\f01a"}.um-faicon-arrow-circle-o-up:before{content:"\f01b"}.um-faicon-inbox:before{content:"\f01c"}.um-faicon-play-circle-o:before{content:"\f01d"}.um-faicon-repeat:before,.um-faicon-rotate-right:before{content:"\f01e"}.um-faicon-refresh:before{content:"\f021"}.um-faicon-list-alt:before{content:"\f022"}.um-faicon-lock:before{content:"\f023"}.um-faicon-flag:before{content:"\f024"}.um-faicon-headphones:before{content:"\f025"}.um-faicon-volume-off:before{content:"\f026"}.um-faicon-volume-down:before{content:"\f027"}.um-faicon-volume-up:before{content:"\f028"}.um-faicon-qrcode:before{content:"\f029"}.um-faicon-barcode:before{content:"\f02a"}.um-faicon-tag:before{content:"\f02b"}.um-faicon-tags:before{content:"\f02c"}.um-faicon-book:before{content:"\f02d"}.um-faicon-bookmark:before{content:"\f02e"}.um-faicon-print:before{content:"\f02f"}.um-faicon-camera:before{content:"\f030"}.um-faicon-font:before{content:"\f031"}.um-faicon-bold:before{content:"\f032"}.um-faicon-italic:before{content:"\f033"}.um-faicon-text-height:before{content:"\f034"}.um-faicon-text-width:before{content:"\f035"}.um-faicon-align-left:before{content:"\f036"}.um-faicon-align-center:before{content:"\f037"}.um-faicon-align-right:before{content:"\f038"}.um-faicon-align-justify:before{content:"\f039"}.um-faicon-list:before{content:"\f03a"}.um-faicon-dedent:before,.um-faicon-outdent:before{content:"\f03b"}.um-faicon-indent:before{content:"\f03c"}.um-faicon-video-camera:before{content:"\f03d"}.um-faicon-image:before,.um-faicon-photo:before,.um-faicon-picture-o:before{content:"\f03e"}.um-faicon-pencil:before{content:"\f040"}.um-faicon-map-marker:before{content:"\f041"}.um-faicon-adjust:before{content:"\f042"}.um-faicon-tint:before{content:"\f043"}.um-faicon-edit:before,.um-faicon-pencil-square-o:before{content:"\f044"}.um-faicon-share-square-o:before{content:"\f045"}.um-faicon-check-square-o:before{content:"\f046"}.um-faicon-arrows:before{content:"\f047"}.um-faicon-step-backward:before{content:"\f048"}.um-faicon-fast-backward:before{content:"\f049"}.um-faicon-backward:before{content:"\f04a"}.um-faicon-play:before{content:"\f04b"}.um-faicon-pause:before{content:"\f04c"}.um-faicon-stop:before{content:"\f04d"}.um-faicon-forward:before{content:"\f04e"}.um-faicon-fast-forward:before{content:"\f050"}.um-faicon-step-forward:before{content:"\f051"}.um-faicon-eject:before{content:"\f052"}.um-faicon-chevron-left:before{content:"\f053"}.um-faicon-chevron-right:before{content:"\f054"}.um-faicon-plus-circle:before{content:"\f055"}.um-faicon-minus-circle:before{content:"\f056"}.um-faicon-times-circle:before{content:"\f057"}.um-faicon-check-circle:before{content:"\f058"}.um-faicon-question-circle:before{content:"\f059"}.um-faicon-info-circle:before{content:"\f05a"}.um-faicon-crosshairs:before{content:"\f05b"}.um-faicon-times-circle-o:before{content:"\f05c"}.um-faicon-check-circle-o:before{content:"\f05d"}.um-faicon-ban:before{content:"\f05e"}.um-faicon-arrow-left:before{content:"\f060"}.um-faicon-arrow-right:before{content:"\f061"}.um-faicon-arrow-up:before{content:"\f062"}.um-faicon-arrow-down:before{content:"\f063"}.um-faicon-mail-forward:before,.um-faicon-share:before{content:"\f064"}.um-faicon-expand:before{content:"\f065"}.um-faicon-compress:before{content:"\f066"}.um-faicon-plus:before{content:"\f067"}.um-faicon-minus:before{content:"\f068"}.um-faicon-asterisk:before{content:"\f069"}.um-faicon-exclamation-circle:before{content:"\f06a"}.um-faicon-gift:before{content:"\f06b"}.um-faicon-leaf:before{content:"\f06c"}.um-faicon-fire:before{content:"\f06d"}.um-faicon-eye:before{content:"\f06e"}.um-faicon-eye-slash:before{content:"\f070"}.um-faicon-exclamation-triangle:before,.um-faicon-warning:before{content:"\f071"}.um-faicon-plane:before{content:"\f072"}.um-faicon-calendar:before{content:"\f073"}.um-faicon-random:before{content:"\f074"}.um-faicon-comment:before{content:"\f075"}.um-faicon-magnet:before{content:"\f076"}.um-faicon-chevron-up:before{content:"\f077"}.um-faicon-chevron-down:before{content:"\f078"}.um-faicon-retweet:before{content:"\f079"}.um-faicon-shopping-cart:before{content:"\f07a"}.um-faicon-folder:before{content:"\f07b"}.um-faicon-folder-open:before{content:"\f07c"}.um-faicon-arrows-v:before{content:"\f07d"}.um-faicon-arrows-h:before{content:"\f07e"}.um-faicon-bar-chart-o:before,.um-faicon-bar-chart:before{content:"\f080"}.um-faicon-twitter-square:before{content:"\f081"}.um-faicon-facebook-square:before{content:"\f082"}.um-faicon-camera-retro:before{content:"\f083"}.um-faicon-key:before{content:"\f084"}.um-faicon-cogs:before,.um-faicon-gears:before{content:"\f085"}.um-faicon-comments:before{content:"\f086"}.um-faicon-thumbs-o-up:before{content:"\f087"}.um-faicon-thumbs-o-down:before{content:"\f088"}.um-faicon-star-half:before{content:"\f089"}.um-faicon-heart-o:before{content:"\f08a"}.um-faicon-sign-out:before{content:"\f08b"}.um-faicon-linkedin-square:before{content:"\f08c"}.um-faicon-thumb-tack:before{content:"\f08d"}.um-faicon-external-link:before{content:"\f08e"}.um-faicon-sign-in:before{content:"\f090"}.um-faicon-trophy:before{content:"\f091"}.um-faicon-github-square:before{content:"\f092"}.um-faicon-upload:before{content:"\f093"}.um-faicon-lemon-o:before{content:"\f094"}.um-faicon-phone:before{content:"\f095"}.um-faicon-square-o:before{content:"\f096"}.um-faicon-bookmark-o:before{content:"\f097"}.um-faicon-phone-square:before{content:"\f098"}.um-faicon-twitter:before{content:"\f099"}.um-faicon-facebook:before{content:"\f09a"}.um-faicon-github:before{content:"\f09b"}.um-faicon-unlock:before{content:"\f09c"}.um-faicon-credit-card:before{content:"\f09d"}.um-faicon-rss:before{content:"\f09e"}.um-faicon-hdd-o:before{content:"\f0a0"}.um-faicon-bullhorn:before{content:"\f0a1"}.um-faicon-bell:before{content:"\f0f3"}.um-faicon-certificate:before{content:"\f0a3"}.um-faicon-hand-o-right:before{content:"\f0a4"}.um-faicon-hand-o-left:before{content:"\f0a5"}.um-faicon-hand-o-up:before{content:"\f0a6"}.um-faicon-hand-o-down:before{content:"\f0a7"}.um-faicon-arrow-circle-left:before{content:"\f0a8"}.um-faicon-arrow-circle-right:before{content:"\f0a9"}.um-faicon-arrow-circle-up:before{content:"\f0aa"}.um-faicon-arrow-circle-down:before{content:"\f0ab"}.um-faicon-globe:before{content:"\f0ac"}.um-faicon-wrench:before{content:"\f0ad"}.um-faicon-tasks:before{content:"\f0ae"}.um-faicon-filter:before{content:"\f0b0"}.um-faicon-briefcase:before{content:"\f0b1"}.um-faicon-arrows-alt:before{content:"\f0b2"}.um-faicon-group:before,.um-faicon-users:before{content:"\f0c0"}.um-faicon-chain:before,.um-faicon-link:before{content:"\f0c1"}.um-faicon-cloud:before{content:"\f0c2"}.um-faicon-flask:before{content:"\f0c3"}.um-faicon-cut:before,.um-faicon-scissors:before{content:"\f0c4"}.um-faicon-copy:before,.um-faicon-files-o:before{content:"\f0c5"}.um-faicon-paperclip:before{content:"\f0c6"}.um-faicon-floppy-o:before,.um-faicon-save:before{content:"\f0c7"}.um-faicon-square:before{content:"\f0c8"}.um-faicon-bars:before,.um-faicon-navicon:before,.um-faicon-reorder:before{content:"\f0c9"}.um-faicon-list-ul:before{content:"\f0ca"}.um-faicon-list-ol:before{content:"\f0cb"}.um-faicon-strikethrough:before{content:"\f0cc"}.um-faicon-underline:before{content:"\f0cd"}.um-faicon-table:before{content:"\f0ce"}.um-faicon-magic:before{content:"\f0d0"}.um-faicon-truck:before{content:"\f0d1"}.um-faicon-pinterest:before{content:"\f0d2"}.um-faicon-pinterest-square:before{content:"\f0d3"}.um-faicon-google-plus-square:before{content:"\f0d4"}.um-faicon-google-plus:before{content:"\f0d5"}.um-faicon-money:before{content:"\f0d6"}.um-faicon-caret-down:before{content:"\f0d7"}.um-faicon-caret-up:before{content:"\f0d8"}.um-faicon-caret-left:before{content:"\f0d9"}.um-faicon-caret-right:before{content:"\f0da"}.um-faicon-columns:before{content:"\f0db"}.um-faicon-sort:before,.um-faicon-unsorted:before{content:"\f0dc"}.um-faicon-sort-desc:before,.um-faicon-sort-down:before{content:"\f0dd"}.um-faicon-sort-asc:before,.um-faicon-sort-up:before{content:"\f0de"}.um-faicon-envelope:before{content:"\f0e0"}.um-faicon-linkedin:before{content:"\f0e1"}.um-faicon-rotate-left:before,.um-faicon-undo:before{content:"\f0e2"}.um-faicon-gavel:before,.um-faicon-legal:before{content:"\f0e3"}.um-faicon-dashboard:before,.um-faicon-tachometer:before{content:"\f0e4"}.um-faicon-comment-o:before{content:"\f0e5"}.um-faicon-comments-o:before{content:"\f0e6"}.um-faicon-bolt:before,.um-faicon-flash:before{content:"\f0e7"}.um-faicon-sitemap:before{content:"\f0e8"}.um-faicon-umbrella:before{content:"\f0e9"}.um-faicon-clipboard:before,.um-faicon-paste:before{content:"\f0ea"}.um-faicon-lightbulb-o:before{content:"\f0eb"}.um-faicon-exchange:before{content:"\f0ec"}.um-faicon-cloud-download:before{content:"\f0ed"}.um-faicon-cloud-upload:before{content:"\f0ee"}.um-faicon-user-md:before{content:"\f0f0"}.um-faicon-stethoscope:before{content:"\f0f1"}.um-faicon-suitcase:before{content:"\f0f2"}.um-faicon-bell-o:before{content:"\f0a2"}.um-faicon-coffee:before{content:"\f0f4"}.um-faicon-cutlery:before{content:"\f0f5"}.um-faicon-file-text-o:before{content:"\f0f6"}.um-faicon-building-o:before{content:"\f0f7"}.um-faicon-hospital-o:before{content:"\f0f8"}.um-faicon-ambulance:before{content:"\f0f9"}.um-faicon-medkit:before{content:"\f0fa"}.um-faicon-fighter-jet:before{content:"\f0fb"}.um-faicon-beer:before{content:"\f0fc"}.um-faicon-h-square:before{content:"\f0fd"}.um-faicon-plus-square:before{content:"\f0fe"}.um-faicon-angle-double-left:before{content:"\f100"}.um-faicon-angle-double-right:before{content:"\f101"}.um-faicon-angle-double-up:before{content:"\f102"}.um-faicon-angle-double-down:before{content:"\f103"}.um-faicon-angle-left:before{content:"\f104"}.um-faicon-angle-right:before{content:"\f105"}.um-faicon-angle-up:before{content:"\f106"}.um-faicon-angle-down:before{content:"\f107"}.um-faicon-desktop:before{content:"\f108"}.um-faicon-laptop:before{content:"\f109"}.um-faicon-tablet:before{content:"\f10a"}.um-faicon-mobile-phone:before,.um-faicon-mobile:before{content:"\f10b"}.um-faicon-circle-o:before{content:"\f10c"}.um-faicon-quote-left:before{content:"\f10d"}.um-faicon-quote-right:before{content:"\f10e"}.um-faicon-spinner:before{content:"\f110"}.um-faicon-spin{-webkit-animation:um-faicon-spin 2s infinite linear;animation:um-faicon-spin 2s infinite linear}.um-faicon-circle:before{content:"\f111"}.um-faicon-mail-reply:before,.um-faicon-reply:before{content:"\f112"}.um-faicon-github-alt:before{content:"\f113"}.um-faicon-folder-o:before{content:"\f114"}.um-faicon-folder-open-o:before{content:"\f115"}.um-faicon-smile-o:before{content:"\f118"}.um-faicon-frown-o:before{content:"\f119"}.um-faicon-meh-o:before{content:"\f11a"}.um-faicon-gamepad:before{content:"\f11b"}.um-faicon-keyboard-o:before{content:"\f11c"}.um-faicon-flag-o:before{content:"\f11d"}.um-faicon-flag-checkered:before{content:"\f11e"}.um-faicon-terminal:before{content:"\f120"}.um-faicon-code:before{content:"\f121"}.um-faicon-mail-reply-all:before,.um-faicon-reply-all:before{content:"\f122"}.um-faicon-star-half-empty:before,.um-faicon-star-half-full:before,.um-faicon-star-half-o:before{content:"\f123"}.um-faicon-location-arrow:before{content:"\f124"}.um-faicon-crop:before{content:"\f125"}.um-faicon-code-fork:before{content:"\f126"}.um-faicon-chain-broken:before,.um-faicon-unlink:before{content:"\f127"}.um-faicon-question:before{content:"\f128"}.um-faicon-info:before{content:"\f129"}.um-faicon-exclamation:before{content:"\f12a"}.um-faicon-superscript:before{content:"\f12b"}.um-faicon-subscript:before{content:"\f12c"}.um-faicon-eraser:before{content:"\f12d"}.um-faicon-puzzle-piece:before{content:"\f12e"}.um-faicon-microphone:before{content:"\f130"}.um-faicon-microphone-slash:before{content:"\f131"}.um-faicon-shield:before{content:"\f132"}.um-faicon-calendar-o:before{content:"\f133"}.um-faicon-fire-extinguisher:before{content:"\f134"}.um-faicon-rocket:before{content:"\f135"}.um-faicon-maxcdn:before{content:"\f136"}.um-faicon-chevron-circle-left:before{content:"\f137"}.um-faicon-chevron-circle-right:before{content:"\f138"}.um-faicon-chevron-circle-up:before{content:"\f139"}.um-faicon-chevron-circle-down:before{content:"\f13a"}.um-faicon-html5:before{content:"\f13b"}.um-faicon-css3:before{content:"\f13c"}.um-faicon-anchor:before{content:"\f13d"}.um-faicon-unlock-alt:before{content:"\f13e"}.um-faicon-bullseye:before{content:"\f140"}.um-faicon-ellipsis-h:before{content:"\f141"}.um-faicon-ellipsis-v:before{content:"\f142"}.um-faicon-rss-square:before{content:"\f143"}.um-faicon-play-circle:before{content:"\f144"}.um-faicon-ticket:before{content:"\f145"}.um-faicon-minus-square:before{content:"\f146"}.um-faicon-minus-square-o:before{content:"\f147"}.um-faicon-level-up:before{content:"\f148"}.um-faicon-level-down:before{content:"\f149"}.um-faicon-check-square:before{content:"\f14a"}.um-faicon-pencil-square:before{content:"\f14b"}.um-faicon-external-link-square:before{content:"\f14c"}.um-faicon-share-square:before{content:"\f14d"}.um-faicon-compass:before{content:"\f14e"}.um-faicon-caret-square-o-down:before,.um-faicon-toggle-down:before{content:"\f150"}.um-faicon-caret-square-o-up:before,.um-faicon-toggle-up:before{content:"\f151"}.um-faicon-caret-square-o-right:before,.um-faicon-toggle-right:before{content:"\f152"}.um-faicon-eur:before,.um-faicon-euro:before{content:"\f153"}.um-faicon-gbp:before{content:"\f154"}.um-faicon-dollar:before,.um-faicon-usd:before{content:"\f155"}.um-faicon-inr:before,.um-faicon-rupee:before{content:"\f156"}.um-faicon-cny:before,.um-faicon-jpy:before,.um-faicon-rmb:before,.um-faicon-yen:before{content:"\f157"}.um-faicon-rouble:before,.um-faicon-rub:before,.um-faicon-ruble:before{content:"\f158"}.um-faicon-krw:before,.um-faicon-won:before{content:"\f159"}.um-faicon-bitcoin:before,.um-faicon-btc:before{content:"\f15a"}.um-faicon-file:before{content:"\f15b"}.um-faicon-file-text:before{content:"\f15c"}.um-faicon-sort-alpha-asc:before{content:"\f15d"}.um-faicon-sort-alpha-desc:before{content:"\f15e"}.um-faicon-sort-amount-asc:before{content:"\f160"}.um-faicon-sort-amount-desc:before{content:"\f161"}.um-faicon-sort-numeric-asc:before{content:"\f162"}.um-faicon-sort-numeric-desc:before{content:"\f163"}.um-faicon-thumbs-up:before{content:"\f164"}.um-faicon-thumbs-down:before{content:"\f165"}.um-faicon-youtube-square:before{content:"\f166"}.um-faicon-youtube:before{content:"\f167"}.um-faicon-xing:before{content:"\f168"}.um-faicon-xing-square:before{content:"\f169"}.um-faicon-youtube-play:before{content:"\f16a"}.um-faicon-dropbox:before{content:"\f16b"}.um-faicon-stack-overflow:before{content:"\f16c"}.um-faicon-instagram:before{content:"\f16d"}.um-faicon-flickr:before{content:"\f16e"}.um-faicon-adn:before{content:"\f170"}.um-faicon-bitbucket:before{content:"\f171"}.um-faicon-bitbucket-square:before{content:"\f172"}.um-faicon-tumblr:before{content:"\f173"}.um-faicon-tumblr-square:before{content:"\f174"}.um-faicon-long-arrow-down:before{content:"\f175"}.um-faicon-long-arrow-up:before{content:"\f176"}.um-faicon-long-arrow-left:before{content:"\f177"}.um-faicon-long-arrow-right:before{content:"\f178"}.um-faicon-apple:before{content:"\f179"}.um-faicon-windows:before{content:"\f17a"}.um-faicon-android:before{content:"\f17b"}.um-faicon-linux:before{content:"\f17c"}.um-faicon-dribbble:before{content:"\f17d"}.um-faicon-skype:before{content:"\f17e"}.um-faicon-foursquare:before{content:"\f180"}.um-faicon-trello:before{content:"\f181"}.um-faicon-female:before{content:"\f182"}.um-faicon-male:before{content:"\f183"}.um-faicon-gittip:before{content:"\f184"}.um-faicon-sun-o:before{content:"\f185"}.um-faicon-moon-o:before{content:"\f186"}.um-faicon-archive:before{content:"\f187"}.um-faicon-bug:before{content:"\f188"}.um-faicon-vk:before{content:"\f189"}.um-faicon-weibo:before{content:"\f18a"}.um-faicon-renren:before{content:"\f18b"}.um-faicon-pagelines:before{content:"\f18c"}.um-faicon-stack-exchange:before{content:"\f18d"}.um-faicon-arrow-circle-o-right:before{content:"\f18e"}.um-faicon-arrow-circle-o-left:before{content:"\f190"}.um-faicon-caret-square-o-left:before,.um-faicon-toggle-left:before{content:"\f191"}.um-faicon-dot-circle-o:before{content:"\f192"}.um-faicon-wheelchair:before{content:"\f193"}.um-faicon-vimeo-square:before{content:"\f194"}.um-faicon-try:before,.um-faicon-turkish-lira:before{content:"\f195"}.um-faicon-plus-square-o:before{content:"\f196"}.um-faicon-space-shuttle:before{content:"\f197"}.um-faicon-slack:before{content:"\f198"}.um-faicon-envelope-square:before{content:"\f199"}.um-faicon-wordpress:before{content:"\f19a"}.um-faicon-openid:before{content:"\f19b"}.um-faicon-bank:before,.um-faicon-institution:before,.um-faicon-university:before{content:"\f19c"}.um-faicon-graduation-cap:before,.um-faicon-mortar-board:before{content:"\f19d"}.um-faicon-yahoo:before{content:"\f19e"}.um-faicon-google:before{content:"\f1a0"}.um-faicon-reddit:before{content:"\f1a1"}.um-faicon-reddit-square:before{content:"\f1a2"}.um-faicon-stumbleupon-circle:before{content:"\f1a3"}.um-faicon-stumbleupon:before{content:"\f1a4"}.um-faicon-delicious:before{content:"\f1a5"}.um-faicon-digg:before{content:"\f1a6"}.um-faicon-pied-piper:before{content:"\f1a7"}.um-faicon-pied-piper-alt:before{content:"\f1a8"}.um-faicon-drupal:before{content:"\f1a9"}.um-faicon-joomla:before{content:"\f1aa"}.um-faicon-language:before{content:"\f1ab"}.um-faicon-fax:before{content:"\f1ac"}.um-faicon-building:before{content:"\f1ad"}.um-faicon-child:before{content:"\f1ae"}.um-faicon-paw:before{content:"\f1b0"}.um-faicon-spoon:before{content:"\f1b1"}.um-faicon-cube:before{content:"\f1b2"}.um-faicon-cubes:before{content:"\f1b3"}.um-faicon-behance:before{content:"\f1b4"}.um-faicon-behance-square:before{content:"\f1b5"}.um-faicon-steam:before{content:"\f1b6"}.um-faicon-steam-square:before{content:"\f1b7"}.um-faicon-recycle:before{content:"\f1b8"}.um-faicon-automobile:before,.um-faicon-car:before{content:"\f1b9"}.um-faicon-cab:before,.um-faicon-taxi:before{content:"\f1ba"}.um-faicon-tree:before{content:"\f1bb"}.um-faicon-spotify:before{content:"\f1bc"}.um-faicon-deviantart:before{content:"\f1bd"}.um-faicon-soundcloud:before{content:"\f1be"}.um-faicon-database:before{content:"\f1c0"}.um-faicon-file-pdf-o:before{content:"\f1c1"}.um-faicon-file-word-o:before{content:"\f1c2"}.um-faicon-file-excel-o:before{content:"\f1c3"}.um-faicon-file-powerpoint-o:before{content:"\f1c4"}.um-faicon-file-image-o:before,.um-faicon-file-photo-o:before,.um-faicon-file-picture-o:before{content:"\f1c5"}.um-faicon-file-archive-o:before,.um-faicon-file-zip-o:before{content:"\f1c6"}.um-faicon-file-audio-o:before,.um-faicon-file-sound-o:before{content:"\f1c7"}.um-faicon-file-movie-o:before,.um-faicon-file-video-o:before{content:"\f1c8"}.um-faicon-file-code-o:before{content:"\f1c9"}.um-faicon-vine:before{content:"\f1ca"}.um-faicon-codepen:before{content:"\f1cb"}.um-faicon-jsfiddle:before{content:"\f1cc"}.um-faicon-life-bouy:before,.um-faicon-life-buoy:before,.um-faicon-life-ring:before,.um-faicon-life-saver:before,.um-faicon-support:before{content:"\f1cd"}.um-faicon-circle-o-notch:before{content:"\f1ce"}.um-faicon-ra:before,.um-faicon-rebel:before{content:"\f1d0"}.um-faicon-empire:before,.um-faicon-ge:before{content:"\f1d1"}.um-faicon-git-square:before{content:"\f1d2"}.um-faicon-git:before{content:"\f1d3"}.um-faicon-hacker-news:before{content:"\f1d4"}.um-faicon-tencent-weibo:before{content:"\f1d5"}.um-faicon-qq:before{content:"\f1d6"}.um-faicon-wechat:before,.um-faicon-weixin:before{content:"\f1d7"}.um-faicon-paper-plane:before,.um-faicon-send:before{content:"\f1d8"}.um-faicon-paper-plane-o:before,.um-faicon-send-o:before{content:"\f1d9"}.um-faicon-history:before{content:"\f1da"}.um-faicon-circle-thin:before{content:"\f1db"}.um-faicon-header:before{content:"\f1dc"}.um-faicon-paragraph:before{content:"\f1dd"}.um-faicon-sliders:before{content:"\f1de"}.um-faicon-share-alt:before{content:"\f1e0"}.um-faicon-share-alt-square:before{content:"\f1e1"}.um-faicon-bomb:before{content:"\f1e2"}.um-faicon-futbol-o:before,.um-faicon-soccer-ball-o:before{content:"\f1e3"}.um-faicon-tty:before{content:"\f1e4"}.um-faicon-binoculars:before{content:"\f1e5"}.um-faicon-plug:before{content:"\f1e6"}.um-faicon-slideshare:before{content:"\f1e7"}.um-faicon-twitch:before{content:"\f1e8"}.um-faicon-yelp:before{content:"\f1e9"}.um-faicon-newspaper-o:before{content:"\f1ea"}.um-faicon-wifi:before{content:"\f1eb"}.um-faicon-calculator:before{content:"\f1ec"}.um-faicon-paypal:before{content:"\f1ed"}.um-faicon-google-wallet:before{content:"\f1ee"}.um-faicon-cc-visa:before{content:"\f1f0"}.um-faicon-cc-mastercard:before{content:"\f1f1"}.um-faicon-cc-discover:before{content:"\f1f2"}.um-faicon-cc-amex:before{content:"\f1f3"}.um-faicon-cc-paypal:before{content:"\f1f4"}.um-faicon-cc-stripe:before{content:"\f1f5"}.um-faicon-bell-slash:before{content:"\f1f6"}.um-faicon-bell-slash-o:before{content:"\f1f7"}.um-faicon-trash:before{content:"\f1f8"}.um-faicon-copyright:before{content:"\f1f9"}.um-faicon-at:before{content:"\f1fa"}.um-faicon-eyedropper:before{content:"\f1fb"}.um-faicon-paint-brush:before{content:"\f1fc"}.um-faicon-birthday-cake:before{content:"\f1fd"}.um-faicon-area-chart:before{content:"\f1fe"}.um-faicon-pie-chart:before{content:"\f200"}.um-faicon-line-chart:before{content:"\f201"}.um-faicon-lastfm:before{content:"\f202"}.um-faicon-lastfm-square:before{content:"\f203"}.um-faicon-toggle-off:before{content:"\f204"}.um-faicon-toggle-on:before{content:"\f205"}.um-faicon-bicycle:before{content:"\f206"}.um-faicon-bus:before{content:"\f207"}.um-faicon-ioxhost:before{content:"\f208"}.um-faicon-angellist:before{content:"\f209"}.um-faicon-cc:before{content:"\f20a"}.um-faicon-ils:before,.um-faicon-shekel:before,.um-faicon-sheqel:before{content:"\f20b"}.um-faicon-meanpath:before{content:"\f20c"}@-moz-keyframes um-faicon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes um-faicon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes um-faicon-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes um-faicon-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes um-faicon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
.um,.um-icon-within{}.um .fa,.um-icon-within .fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style,900)}.um .fa,.um .fa-brands,.um .fa-classic,.um .fa-regular,.um .fa-sharp,.um .fa-solid,.um .fab,.um .far,.um .fas,.um-icon-within .fa,.um-icon-within .fa-brands,.um-icon-within .fa-classic,.um-icon-within .fa-regular,.um-icon-within .fa-sharp,.um-icon-within .fa-solid,.um-icon-within .fab,.um-icon-within .far,.um-icon-within .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.um .fa-classic,.um .fa-regular,.um .fa-solid,.um .far,.um .fas,.um-icon-within .fa-classic,.um-icon-within .fa-regular,.um-icon-within .fa-solid,.um-icon-within .far,.um-icon-within .fas{font-family:"Font Awesome 6 Free"}.um .fa-brands,.um .fab,.um-icon-within .fa-brands,.um-icon-within .fab{font-family:"Font Awesome 6 Brands"}.um .fa-1x,.um-icon-within .fa-1x{font-size:1em}.um .fa-2x,.um-icon-within .fa-2x{font-size:2em}.um .fa-3x,.um-icon-within .fa-3x{font-size:3em}.um .fa-4x,.um-icon-within .fa-4x{font-size:4em}.um .fa-5x,.um-icon-within .fa-5x{font-size:5em}.um .fa-6x,.um-icon-within .fa-6x{font-size:6em}.um .fa-7x,.um-icon-within .fa-7x{font-size:7em}.um .fa-8x,.um-icon-within .fa-8x{font-size:8em}.um .fa-9x,.um-icon-within .fa-9x{font-size:9em}.um .fa-10x,.um-icon-within .fa-10x{font-size:10em}.um .fa-2xs,.um-icon-within .fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.um .fa-xs,.um-icon-within .fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.um .fa-sm,.um-icon-within .fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.um .fa-lg,.um-icon-within .fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.um .fa-xl,.um-icon-within .fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.um .fa-2xl,.um-icon-within .fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.um .fa-fw,.um-icon-within .fa-fw{text-align:center;width:1.25em}.um .fa-ul,.um-icon-within .fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.um .fa-ul>li,.um-icon-within .fa-ul>li{position:relative}.um .fa-li,.um-icon-within .fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.um .fa-border,.um-icon-within .fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.um .fa-pull-left,.um-icon-within .fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.um .fa-pull-right,.um-icon-within .fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.um .fa-beat,.um-icon-within .fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.um .fa-bounce,.um-icon-within .fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.um .fa-fade,.um-icon-within .fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.um .fa-beat-fade,.um-icon-within .fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.um .fa-flip,.um-icon-within .fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.um .fa-shake,.um-icon-within .fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.um .fa-spin,.um-icon-within .fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.um .fa-spin-reverse,.um-icon-within .fa-spin-reverse{--fa-animation-direction:reverse}.um .fa-pulse,.um .fa-spin-pulse,.um-icon-within .fa-pulse,.um-icon-within .fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.um .fa-beat,.um .fa-beat-fade,.um .fa-bounce,.um .fa-fade,.um .fa-flip,.um .fa-pulse,.um .fa-shake,.um .fa-spin,.um .fa-spin-pulse,.um-icon-within .fa-beat,.um-icon-within .fa-beat-fade,.um-icon-within .fa-bounce,.um-icon-within .fa-fade,.um-icon-within .fa-flip,.um-icon-within .fa-pulse,.um-icon-within .fa-shake,.um-icon-within .fa-spin,.um-icon-within .fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.um .fa-rotate-90,.um-icon-within .fa-rotate-90{transform:rotate(90deg)}.um .fa-rotate-180,.um-icon-within .fa-rotate-180{transform:rotate(180deg)}.um .fa-rotate-270,.um-icon-within .fa-rotate-270{transform:rotate(270deg)}.um .fa-flip-horizontal,.um-icon-within .fa-flip-horizontal{transform:scale(-1,1)}.um .fa-flip-vertical,.um-icon-within .fa-flip-vertical{transform:scale(1,-1)}.um .fa-flip-both,.um .fa-flip-horizontal.fa-flip-vertical,.um-icon-within .fa-flip-both,.um-icon-within .fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.um .fa-rotate-by,.um-icon-within .fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.um .fa-stack,.um-icon-within .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.um .fa-stack-1x,.um .fa-stack-2x,.um-icon-within .fa-stack-1x,.um-icon-within .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.um .fa-stack-1x,.um-icon-within .fa-stack-1x{line-height:inherit}.um .fa-stack-2x,.um-icon-within .fa-stack-2x{font-size:2em}.um .fa-inverse,.um-icon-within .fa-inverse{color:var(--fa-inverse,#fff)}.um .fa-0::before,.um-icon-within .fa-0::before{content:"\30 "}.um .fa-1::before,.um-icon-within .fa-1::before{content:"\31 "}.um .fa-2::before,.um-icon-within .fa-2::before{content:"\32 "}.um .fa-3::before,.um-icon-within .fa-3::before{content:"\33 "}.um .fa-4::before,.um-icon-within .fa-4::before{content:"\34 "}.um .fa-5::before,.um-icon-within .fa-5::before{content:"\35 "}.um .fa-6::before,.um-icon-within .fa-6::before{content:"\36 "}.um .fa-7::before,.um-icon-within .fa-7::before{content:"\37 "}.um .fa-8::before,.um-icon-within .fa-8::before{content:"\38 "}.um .fa-9::before,.um-icon-within .fa-9::before{content:"\39 "}.um .fa-fill-drip::before,.um-icon-within .fa-fill-drip::before{content:"\f576"}.um .fa-arrows-to-circle::before,.um-icon-within .fa-arrows-to-circle::before{content:"\e4bd"}.um .fa-circle-chevron-right::before,.um-icon-within .fa-circle-chevron-right::before{content:"\f138"}.um .fa-chevron-circle-right::before,.um-icon-within .fa-chevron-circle-right::before{content:"\f138"}.um .fa-at::before,.um-icon-within .fa-at::before{content:"\@"}.um .fa-trash-can::before,.um-icon-within .fa-trash-can::before{content:"\f2ed"}.um .fa-trash-alt::before,.um-icon-within .fa-trash-alt::before{content:"\f2ed"}.um .fa-text-height::before,.um-icon-within .fa-text-height::before{content:"\f034"}.um .fa-user-xmark::before,.um-icon-within .fa-user-xmark::before{content:"\f235"}.um .fa-user-times::before,.um-icon-within .fa-user-times::before{content:"\f235"}.um .fa-stethoscope::before,.um-icon-within .fa-stethoscope::before{content:"\f0f1"}.um .fa-message::before,.um-icon-within .fa-message::before{content:"\f27a"}.um .fa-comment-alt::before,.um-icon-within .fa-comment-alt::before{content:"\f27a"}.um .fa-info::before,.um-icon-within .fa-info::before{content:"\f129"}.um .fa-down-left-and-up-right-to-center::before,.um-icon-within .fa-down-left-and-up-right-to-center::before{content:"\f422"}.um .fa-compress-alt::before,.um-icon-within .fa-compress-alt::before{content:"\f422"}.um .fa-explosion::before,.um-icon-within .fa-explosion::before{content:"\e4e9"}.um .fa-file-lines::before,.um-icon-within .fa-file-lines::before{content:"\f15c"}.um .fa-file-alt::before,.um-icon-within .fa-file-alt::before{content:"\f15c"}.um .fa-file-text::before,.um-icon-within .fa-file-text::before{content:"\f15c"}.um .fa-wave-square::before,.um-icon-within .fa-wave-square::before{content:"\f83e"}.um .fa-ring::before,.um-icon-within .fa-ring::before{content:"\f70b"}.um .fa-building-un::before,.um-icon-within .fa-building-un::before{content:"\e4d9"}.um .fa-dice-three::before,.um-icon-within .fa-dice-three::before{content:"\f527"}.um .fa-calendar-days::before,.um-icon-within .fa-calendar-days::before{content:"\f073"}.um .fa-calendar-alt::before,.um-icon-within .fa-calendar-alt::before{content:"\f073"}.um .fa-anchor-circle-check::before,.um-icon-within .fa-anchor-circle-check::before{content:"\e4aa"}.um .fa-building-circle-arrow-right::before,.um-icon-within .fa-building-circle-arrow-right::before{content:"\e4d1"}.um .fa-volleyball::before,.um-icon-within .fa-volleyball::before{content:"\f45f"}.um .fa-volleyball-ball::before,.um-icon-within .fa-volleyball-ball::before{content:"\f45f"}.um .fa-arrows-up-to-line::before,.um-icon-within .fa-arrows-up-to-line::before{content:"\e4c2"}.um .fa-sort-down::before,.um-icon-within .fa-sort-down::before{content:"\f0dd"}.um .fa-sort-desc::before,.um-icon-within .fa-sort-desc::before{content:"\f0dd"}.um .fa-circle-minus::before,.um-icon-within .fa-circle-minus::before{content:"\f056"}.um .fa-minus-circle::before,.um-icon-within .fa-minus-circle::before{content:"\f056"}.um .fa-door-open::before,.um-icon-within .fa-door-open::before{content:"\f52b"}.um .fa-right-from-bracket::before,.um-icon-within .fa-right-from-bracket::before{content:"\f2f5"}.um .fa-sign-out-alt::before,.um-icon-within .fa-sign-out-alt::before{content:"\f2f5"}.um .fa-atom::before,.um-icon-within .fa-atom::before{content:"\f5d2"}.um .fa-soap::before,.um-icon-within .fa-soap::before{content:"\e06e"}.um .fa-icons::before,.um-icon-within .fa-icons::before{content:"\f86d"}.um .fa-heart-music-camera-bolt::before,.um-icon-within .fa-heart-music-camera-bolt::before{content:"\f86d"}.um .fa-microphone-lines-slash::before,.um-icon-within .fa-microphone-lines-slash::before{content:"\f539"}.um .fa-microphone-alt-slash::before,.um-icon-within .fa-microphone-alt-slash::before{content:"\f539"}.um .fa-bridge-circle-check::before,.um-icon-within .fa-bridge-circle-check::before{content:"\e4c9"}.um .fa-pump-medical::before,.um-icon-within .fa-pump-medical::before{content:"\e06a"}.um .fa-fingerprint::before,.um-icon-within .fa-fingerprint::before{content:"\f577"}.um .fa-hand-point-right::before,.um-icon-within .fa-hand-point-right::before{content:"\f0a4"}.um .fa-magnifying-glass-location::before,.um-icon-within .fa-magnifying-glass-location::before{content:"\f689"}.um .fa-search-location::before,.um-icon-within .fa-search-location::before{content:"\f689"}.um .fa-forward-step::before,.um-icon-within .fa-forward-step::before{content:"\f051"}.um .fa-step-forward::before,.um-icon-within .fa-step-forward::before{content:"\f051"}.um .fa-face-smile-beam::before,.um-icon-within .fa-face-smile-beam::before{content:"\f5b8"}.um .fa-smile-beam::before,.um-icon-within .fa-smile-beam::before{content:"\f5b8"}.um .fa-flag-checkered::before,.um-icon-within .fa-flag-checkered::before{content:"\f11e"}.um .fa-football::before,.um-icon-within .fa-football::before{content:"\f44e"}.um .fa-football-ball::before,.um-icon-within .fa-football-ball::before{content:"\f44e"}.um .fa-school-circle-exclamation::before,.um-icon-within .fa-school-circle-exclamation::before{content:"\e56c"}.um .fa-crop::before,.um-icon-within .fa-crop::before{content:"\f125"}.um .fa-angles-down::before,.um-icon-within .fa-angles-down::before{content:"\f103"}.um .fa-angle-double-down::before,.um-icon-within .fa-angle-double-down::before{content:"\f103"}.um .fa-users-rectangle::before,.um-icon-within .fa-users-rectangle::before{content:"\e594"}.um .fa-people-roof::before,.um-icon-within .fa-people-roof::before{content:"\e537"}.um .fa-people-line::before,.um-icon-within .fa-people-line::before{content:"\e534"}.um .fa-beer-mug-empty::before,.um-icon-within .fa-beer-mug-empty::before{content:"\f0fc"}.um .fa-beer::before,.um-icon-within .fa-beer::before{content:"\f0fc"}.um .fa-diagram-predecessor::before,.um-icon-within .fa-diagram-predecessor::before{content:"\e477"}.um .fa-arrow-up-long::before,.um-icon-within .fa-arrow-up-long::before{content:"\f176"}.um .fa-long-arrow-up::before,.um-icon-within .fa-long-arrow-up::before{content:"\f176"}.um .fa-fire-flame-simple::before,.um-icon-within .fa-fire-flame-simple::before{content:"\f46a"}.um .fa-burn::before,.um-icon-within .fa-burn::before{content:"\f46a"}.um .fa-person::before,.um-icon-within .fa-person::before{content:"\f183"}.um .fa-male::before,.um-icon-within .fa-male::before{content:"\f183"}.um .fa-laptop::before,.um-icon-within .fa-laptop::before{content:"\f109"}.um .fa-file-csv::before,.um-icon-within .fa-file-csv::before{content:"\f6dd"}.um .fa-menorah::before,.um-icon-within .fa-menorah::before{content:"\f676"}.um .fa-truck-plane::before,.um-icon-within .fa-truck-plane::before{content:"\e58f"}.um .fa-record-vinyl::before,.um-icon-within .fa-record-vinyl::before{content:"\f8d9"}.um .fa-face-grin-stars::before,.um-icon-within .fa-face-grin-stars::before{content:"\f587"}.um .fa-grin-stars::before,.um-icon-within .fa-grin-stars::before{content:"\f587"}.um .fa-bong::before,.um-icon-within .fa-bong::before{content:"\f55c"}.um .fa-spaghetti-monster-flying::before,.um-icon-within .fa-spaghetti-monster-flying::before{content:"\f67b"}.um .fa-pastafarianism::before,.um-icon-within .fa-pastafarianism::before{content:"\f67b"}.um .fa-arrow-down-up-across-line::before,.um-icon-within .fa-arrow-down-up-across-line::before{content:"\e4af"}.um .fa-spoon::before,.um-icon-within .fa-spoon::before{content:"\f2e5"}.um .fa-utensil-spoon::before,.um-icon-within .fa-utensil-spoon::before{content:"\f2e5"}.um .fa-jar-wheat::before,.um-icon-within .fa-jar-wheat::before{content:"\e517"}.um .fa-envelopes-bulk::before,.um-icon-within .fa-envelopes-bulk::before{content:"\f674"}.um .fa-mail-bulk::before,.um-icon-within .fa-mail-bulk::before{content:"\f674"}.um .fa-file-circle-exclamation::before,.um-icon-within .fa-file-circle-exclamation::before{content:"\e4eb"}.um .fa-circle-h::before,.um-icon-within .fa-circle-h::before{content:"\f47e"}.um .fa-hospital-symbol::before,.um-icon-within .fa-hospital-symbol::before{content:"\f47e"}.um .fa-pager::before,.um-icon-within .fa-pager::before{content:"\f815"}.um .fa-address-book::before,.um-icon-within .fa-address-book::before{content:"\f2b9"}.um .fa-contact-book::before,.um-icon-within .fa-contact-book::before{content:"\f2b9"}.um .fa-strikethrough::before,.um-icon-within .fa-strikethrough::before{content:"\f0cc"}.um .fa-k::before,.um-icon-within .fa-k::before{content:"K"}.um .fa-landmark-flag::before,.um-icon-within .fa-landmark-flag::before{content:"\e51c"}.um .fa-pencil::before,.um-icon-within .fa-pencil::before{content:"\f303"}.um .fa-pencil-alt::before,.um-icon-within .fa-pencil-alt::before{content:"\f303"}.um .fa-backward::before,.um-icon-within .fa-backward::before{content:"\f04a"}.um .fa-caret-right::before,.um-icon-within .fa-caret-right::before{content:"\f0da"}.um .fa-comments::before,.um-icon-within .fa-comments::before{content:"\f086"}.um .fa-paste::before,.um-icon-within .fa-paste::before{content:"\f0ea"}.um .fa-file-clipboard::before,.um-icon-within .fa-file-clipboard::before{content:"\f0ea"}.um .fa-code-pull-request::before,.um-icon-within .fa-code-pull-request::before{content:"\e13c"}.um .fa-clipboard-list::before,.um-icon-within .fa-clipboard-list::before{content:"\f46d"}.um .fa-truck-ramp-box::before,.um-icon-within .fa-truck-ramp-box::before{content:"\f4de"}.um .fa-truck-loading::before,.um-icon-within .fa-truck-loading::before{content:"\f4de"}.um .fa-user-check::before,.um-icon-within .fa-user-check::before{content:"\f4fc"}.um .fa-vial-virus::before,.um-icon-within .fa-vial-virus::before{content:"\e597"}.um .fa-sheet-plastic::before,.um-icon-within .fa-sheet-plastic::before{content:"\e571"}.um .fa-blog::before,.um-icon-within .fa-blog::before{content:"\f781"}.um .fa-user-ninja::before,.um-icon-within .fa-user-ninja::before{content:"\f504"}.um .fa-person-arrow-up-from-line::before,.um-icon-within .fa-person-arrow-up-from-line::before{content:"\e539"}.um .fa-scroll-torah::before,.um-icon-within .fa-scroll-torah::before{content:"\f6a0"}.um .fa-torah::before,.um-icon-within .fa-torah::before{content:"\f6a0"}.um .fa-broom-ball::before,.um-icon-within .fa-broom-ball::before{content:"\f458"}.um .fa-quidditch::before,.um-icon-within .fa-quidditch::before{content:"\f458"}.um .fa-quidditch-broom-ball::before,.um-icon-within .fa-quidditch-broom-ball::before{content:"\f458"}.um .fa-toggle-off::before,.um-icon-within .fa-toggle-off::before{content:"\f204"}.um .fa-box-archive::before,.um-icon-within .fa-box-archive::before{content:"\f187"}.um .fa-archive::before,.um-icon-within .fa-archive::before{content:"\f187"}.um .fa-person-drowning::before,.um-icon-within .fa-person-drowning::before{content:"\e545"}.um .fa-arrow-down-9-1::before,.um-icon-within .fa-arrow-down-9-1::before{content:"\f886"}.um .fa-sort-numeric-desc::before,.um-icon-within .fa-sort-numeric-desc::before{content:"\f886"}.um .fa-sort-numeric-down-alt::before,.um-icon-within .fa-sort-numeric-down-alt::before{content:"\f886"}.um .fa-face-grin-tongue-squint::before,.um-icon-within .fa-face-grin-tongue-squint::before{content:"\f58a"}.um .fa-grin-tongue-squint::before,.um-icon-within .fa-grin-tongue-squint::before{content:"\f58a"}.um .fa-spray-can::before,.um-icon-within .fa-spray-can::before{content:"\f5bd"}.um .fa-truck-monster::before,.um-icon-within .fa-truck-monster::before{content:"\f63b"}.um .fa-w::before,.um-icon-within .fa-w::before{content:"W"}.um .fa-earth-africa::before,.um-icon-within .fa-earth-africa::before{content:"\f57c"}.um .fa-globe-africa::before,.um-icon-within .fa-globe-africa::before{content:"\f57c"}.um .fa-rainbow::before,.um-icon-within .fa-rainbow::before{content:"\f75b"}.um .fa-circle-notch::before,.um-icon-within .fa-circle-notch::before{content:"\f1ce"}.um .fa-tablet-screen-button::before,.um-icon-within .fa-tablet-screen-button::before{content:"\f3fa"}.um .fa-tablet-alt::before,.um-icon-within .fa-tablet-alt::before{content:"\f3fa"}.um .fa-paw::before,.um-icon-within .fa-paw::before{content:"\f1b0"}.um .fa-cloud::before,.um-icon-within .fa-cloud::before{content:"\f0c2"}.um .fa-trowel-bricks::before,.um-icon-within .fa-trowel-bricks::before{content:"\e58a"}.um .fa-face-flushed::before,.um-icon-within .fa-face-flushed::before{content:"\f579"}.um .fa-flushed::before,.um-icon-within .fa-flushed::before{content:"\f579"}.um .fa-hospital-user::before,.um-icon-within .fa-hospital-user::before{content:"\f80d"}.um .fa-tent-arrow-left-right::before,.um-icon-within .fa-tent-arrow-left-right::before{content:"\e57f"}.um .fa-gavel::before,.um-icon-within .fa-gavel::before{content:"\f0e3"}.um .fa-legal::before,.um-icon-within .fa-legal::before{content:"\f0e3"}.um .fa-binoculars::before,.um-icon-within .fa-binoculars::before{content:"\f1e5"}.um .fa-microphone-slash::before,.um-icon-within .fa-microphone-slash::before{content:"\f131"}.um .fa-box-tissue::before,.um-icon-within .fa-box-tissue::before{content:"\e05b"}.um .fa-motorcycle::before,.um-icon-within .fa-motorcycle::before{content:"\f21c"}.um .fa-bell-concierge::before,.um-icon-within .fa-bell-concierge::before{content:"\f562"}.um .fa-concierge-bell::before,.um-icon-within .fa-concierge-bell::before{content:"\f562"}.um .fa-pen-ruler::before,.um-icon-within .fa-pen-ruler::before{content:"\f5ae"}.um .fa-pencil-ruler::before,.um-icon-within .fa-pencil-ruler::before{content:"\f5ae"}.um .fa-people-arrows::before,.um-icon-within .fa-people-arrows::before{content:"\e068"}.um .fa-people-arrows-left-right::before,.um-icon-within .fa-people-arrows-left-right::before{content:"\e068"}.um .fa-mars-and-venus-burst::before,.um-icon-within .fa-mars-and-venus-burst::before{content:"\e523"}.um .fa-square-caret-right::before,.um-icon-within .fa-square-caret-right::before{content:"\f152"}.um .fa-caret-square-right::before,.um-icon-within .fa-caret-square-right::before{content:"\f152"}.um .fa-scissors::before,.um-icon-within .fa-scissors::before{content:"\f0c4"}.um .fa-cut::before,.um-icon-within .fa-cut::before{content:"\f0c4"}.um .fa-sun-plant-wilt::before,.um-icon-within .fa-sun-plant-wilt::before{content:"\e57a"}.um .fa-toilets-portable::before,.um-icon-within .fa-toilets-portable::before{content:"\e584"}.um .fa-hockey-puck::before,.um-icon-within .fa-hockey-puck::before{content:"\f453"}.um .fa-table::before,.um-icon-within .fa-table::before{content:"\f0ce"}.um .fa-magnifying-glass-arrow-right::before,.um-icon-within .fa-magnifying-glass-arrow-right::before{content:"\e521"}.um .fa-tachograph-digital::before,.um-icon-within .fa-tachograph-digital::before{content:"\f566"}.um .fa-digital-tachograph::before,.um-icon-within .fa-digital-tachograph::before{content:"\f566"}.um .fa-users-slash::before,.um-icon-within .fa-users-slash::before{content:"\e073"}.um .fa-clover::before,.um-icon-within .fa-clover::before{content:"\e139"}.um .fa-reply::before,.um-icon-within .fa-reply::before{content:"\f3e5"}.um .fa-mail-reply::before,.um-icon-within .fa-mail-reply::before{content:"\f3e5"}.um .fa-star-and-crescent::before,.um-icon-within .fa-star-and-crescent::before{content:"\f699"}.um .fa-house-fire::before,.um-icon-within .fa-house-fire::before{content:"\e50c"}.um .fa-square-minus::before,.um-icon-within .fa-square-minus::before{content:"\f146"}.um .fa-minus-square::before,.um-icon-within .fa-minus-square::before{content:"\f146"}.um .fa-helicopter::before,.um-icon-within .fa-helicopter::before{content:"\f533"}.um .fa-compass::before,.um-icon-within .fa-compass::before{content:"\f14e"}.um .fa-square-caret-down::before,.um-icon-within .fa-square-caret-down::before{content:"\f150"}.um .fa-caret-square-down::before,.um-icon-within .fa-caret-square-down::before{content:"\f150"}.um .fa-file-circle-question::before,.um-icon-within .fa-file-circle-question::before{content:"\e4ef"}.um .fa-laptop-code::before,.um-icon-within .fa-laptop-code::before{content:"\f5fc"}.um .fa-swatchbook::before,.um-icon-within .fa-swatchbook::before{content:"\f5c3"}.um .fa-prescription-bottle::before,.um-icon-within .fa-prescription-bottle::before{content:"\f485"}.um .fa-bars::before,.um-icon-within .fa-bars::before{content:"\f0c9"}.um .fa-navicon::before,.um-icon-within .fa-navicon::before{content:"\f0c9"}.um .fa-people-group::before,.um-icon-within .fa-people-group::before{content:"\e533"}.um .fa-hourglass-end::before,.um-icon-within .fa-hourglass-end::before{content:"\f253"}.um .fa-hourglass-3::before,.um-icon-within .fa-hourglass-3::before{content:"\f253"}.um .fa-heart-crack::before,.um-icon-within .fa-heart-crack::before{content:"\f7a9"}.um .fa-heart-broken::before,.um-icon-within .fa-heart-broken::before{content:"\f7a9"}.um .fa-square-up-right::before,.um-icon-within .fa-square-up-right::before{content:"\f360"}.um .fa-external-link-square-alt::before,.um-icon-within .fa-external-link-square-alt::before{content:"\f360"}.um .fa-face-kiss-beam::before,.um-icon-within .fa-face-kiss-beam::before{content:"\f597"}.um .fa-kiss-beam::before,.um-icon-within .fa-kiss-beam::before{content:"\f597"}.um .fa-film::before,.um-icon-within .fa-film::before{content:"\f008"}.um .fa-ruler-horizontal::before,.um-icon-within .fa-ruler-horizontal::before{content:"\f547"}.um .fa-people-robbery::before,.um-icon-within .fa-people-robbery::before{content:"\e536"}.um .fa-lightbulb::before,.um-icon-within .fa-lightbulb::before{content:"\f0eb"}.um .fa-caret-left::before,.um-icon-within .fa-caret-left::before{content:"\f0d9"}.um .fa-circle-exclamation::before,.um-icon-within .fa-circle-exclamation::before{content:"\f06a"}.um .fa-exclamation-circle::before,.um-icon-within .fa-exclamation-circle::before{content:"\f06a"}.um .fa-school-circle-xmark::before,.um-icon-within .fa-school-circle-xmark::before{content:"\e56d"}.um .fa-arrow-right-from-bracket::before,.um-icon-within .fa-arrow-right-from-bracket::before{content:"\f08b"}.um .fa-sign-out::before,.um-icon-within .fa-sign-out::before{content:"\f08b"}.um .fa-circle-chevron-down::before,.um-icon-within .fa-circle-chevron-down::before{content:"\f13a"}.um .fa-chevron-circle-down::before,.um-icon-within .fa-chevron-circle-down::before{content:"\f13a"}.um .fa-unlock-keyhole::before,.um-icon-within .fa-unlock-keyhole::before{content:"\f13e"}.um .fa-unlock-alt::before,.um-icon-within .fa-unlock-alt::before{content:"\f13e"}.um .fa-cloud-showers-heavy::before,.um-icon-within .fa-cloud-showers-heavy::before{content:"\f740"}.um .fa-headphones-simple::before,.um-icon-within .fa-headphones-simple::before{content:"\f58f"}.um .fa-headphones-alt::before,.um-icon-within .fa-headphones-alt::before{content:"\f58f"}.um .fa-sitemap::before,.um-icon-within .fa-sitemap::before{content:"\f0e8"}.um .fa-circle-dollar-to-slot::before,.um-icon-within .fa-circle-dollar-to-slot::before{content:"\f4b9"}.um .fa-donate::before,.um-icon-within .fa-donate::before{content:"\f4b9"}.um .fa-memory::before,.um-icon-within .fa-memory::before{content:"\f538"}.um .fa-road-spikes::before,.um-icon-within .fa-road-spikes::before{content:"\e568"}.um .fa-fire-burner::before,.um-icon-within .fa-fire-burner::before{content:"\e4f1"}.um .fa-flag::before,.um-icon-within .fa-flag::before{content:"\f024"}.um .fa-hanukiah::before,.um-icon-within .fa-hanukiah::before{content:"\f6e6"}.um .fa-feather::before,.um-icon-within .fa-feather::before{content:"\f52d"}.um .fa-volume-low::before,.um-icon-within .fa-volume-low::before{content:"\f027"}.um .fa-volume-down::before,.um-icon-within .fa-volume-down::before{content:"\f027"}.um .fa-comment-slash::before,.um-icon-within .fa-comment-slash::before{content:"\f4b3"}.um .fa-cloud-sun-rain::before,.um-icon-within .fa-cloud-sun-rain::before{content:"\f743"}.um .fa-compress::before,.um-icon-within .fa-compress::before{content:"\f066"}.um .fa-wheat-awn::before,.um-icon-within .fa-wheat-awn::before{content:"\e2cd"}.um .fa-wheat-alt::before,.um-icon-within .fa-wheat-alt::before{content:"\e2cd"}.um .fa-ankh::before,.um-icon-within .fa-ankh::before{content:"\f644"}.um .fa-hands-holding-child::before,.um-icon-within .fa-hands-holding-child::before{content:"\e4fa"}.um .fa-asterisk::before,.um-icon-within .fa-asterisk::before{content:"\*"}.um .fa-square-check::before,.um-icon-within .fa-square-check::before{content:"\f14a"}.um .fa-check-square::before,.um-icon-within .fa-check-square::before{content:"\f14a"}.um .fa-peseta-sign::before,.um-icon-within .fa-peseta-sign::before{content:"\e221"}.um .fa-heading::before,.um-icon-within .fa-heading::before{content:"\f1dc"}.um .fa-header::before,.um-icon-within .fa-header::before{content:"\f1dc"}.um .fa-ghost::before,.um-icon-within .fa-ghost::before{content:"\f6e2"}.um .fa-list::before,.um-icon-within .fa-list::before{content:"\f03a"}.um .fa-list-squares::before,.um-icon-within .fa-list-squares::before{content:"\f03a"}.um .fa-square-phone-flip::before,.um-icon-within .fa-square-phone-flip::before{content:"\f87b"}.um .fa-phone-square-alt::before,.um-icon-within .fa-phone-square-alt::before{content:"\f87b"}.um .fa-cart-plus::before,.um-icon-within .fa-cart-plus::before{content:"\f217"}.um .fa-gamepad::before,.um-icon-within .fa-gamepad::before{content:"\f11b"}.um .fa-circle-dot::before,.um-icon-within .fa-circle-dot::before{content:"\f192"}.um .fa-dot-circle::before,.um-icon-within .fa-dot-circle::before{content:"\f192"}.um .fa-face-dizzy::before,.um-icon-within .fa-face-dizzy::before{content:"\f567"}.um .fa-dizzy::before,.um-icon-within .fa-dizzy::before{content:"\f567"}.um .fa-egg::before,.um-icon-within .fa-egg::before{content:"\f7fb"}.um .fa-house-medical-circle-xmark::before,.um-icon-within .fa-house-medical-circle-xmark::before{content:"\e513"}.um .fa-campground::before,.um-icon-within .fa-campground::before{content:"\f6bb"}.um .fa-folder-plus::before,.um-icon-within .fa-folder-plus::before{content:"\f65e"}.um .fa-futbol::before,.um-icon-within .fa-futbol::before{content:"\f1e3"}.um .fa-futbol-ball::before,.um-icon-within .fa-futbol-ball::before{content:"\f1e3"}.um .fa-soccer-ball::before,.um-icon-within .fa-soccer-ball::before{content:"\f1e3"}.um .fa-paintbrush::before,.um-icon-within .fa-paintbrush::before{content:"\f1fc"}.um .fa-paint-brush::before,.um-icon-within .fa-paint-brush::before{content:"\f1fc"}.um .fa-lock::before,.um-icon-within .fa-lock::before{content:"\f023"}.um .fa-gas-pump::before,.um-icon-within .fa-gas-pump::before{content:"\f52f"}.um .fa-hot-tub-person::before,.um-icon-within .fa-hot-tub-person::before{content:"\f593"}.um .fa-hot-tub::before,.um-icon-within .fa-hot-tub::before{content:"\f593"}.um .fa-map-location::before,.um-icon-within .fa-map-location::before{content:"\f59f"}.um .fa-map-marked::before,.um-icon-within .fa-map-marked::before{content:"\f59f"}.um .fa-house-flood-water::before,.um-icon-within .fa-house-flood-water::before{content:"\e50e"}.um .fa-tree::before,.um-icon-within .fa-tree::before{content:"\f1bb"}.um .fa-bridge-lock::before,.um-icon-within .fa-bridge-lock::before{content:"\e4cc"}.um .fa-sack-dollar::before,.um-icon-within .fa-sack-dollar::before{content:"\f81d"}.um .fa-pen-to-square::before,.um-icon-within .fa-pen-to-square::before{content:"\f044"}.um .fa-edit::before,.um-icon-within .fa-edit::before{content:"\f044"}.um .fa-car-side::before,.um-icon-within .fa-car-side::before{content:"\f5e4"}.um .fa-share-nodes::before,.um-icon-within .fa-share-nodes::before{content:"\f1e0"}.um .fa-share-alt::before,.um-icon-within .fa-share-alt::before{content:"\f1e0"}.um .fa-heart-circle-minus::before,.um-icon-within .fa-heart-circle-minus::before{content:"\e4ff"}.um .fa-hourglass-half::before,.um-icon-within .fa-hourglass-half::before{content:"\f252"}.um .fa-hourglass-2::before,.um-icon-within .fa-hourglass-2::before{content:"\f252"}.um .fa-microscope::before,.um-icon-within .fa-microscope::before{content:"\f610"}.um .fa-sink::before,.um-icon-within .fa-sink::before{content:"\e06d"}.um .fa-bag-shopping::before,.um-icon-within .fa-bag-shopping::before{content:"\f290"}.um .fa-shopping-bag::before,.um-icon-within .fa-shopping-bag::before{content:"\f290"}.um .fa-arrow-down-z-a::before,.um-icon-within .fa-arrow-down-z-a::before{content:"\f881"}.um .fa-sort-alpha-desc::before,.um-icon-within .fa-sort-alpha-desc::before{content:"\f881"}.um .fa-sort-alpha-down-alt::before,.um-icon-within .fa-sort-alpha-down-alt::before{content:"\f881"}.um .fa-mitten::before,.um-icon-within .fa-mitten::before{content:"\f7b5"}.um .fa-person-rays::before,.um-icon-within .fa-person-rays::before{content:"\e54d"}.um .fa-users::before,.um-icon-within .fa-users::before{content:"\f0c0"}.um .fa-eye-slash::before,.um-icon-within .fa-eye-slash::before{content:"\f070"}.um .fa-flask-vial::before,.um-icon-within .fa-flask-vial::before{content:"\e4f3"}.um .fa-hand::before,.um-icon-within .fa-hand::before{content:"\f256"}.um .fa-hand-paper::before,.um-icon-within .fa-hand-paper::before{content:"\f256"}.um .fa-om::before,.um-icon-within .fa-om::before{content:"\f679"}.um .fa-worm::before,.um-icon-within .fa-worm::before{content:"\e599"}.um .fa-house-circle-xmark::before,.um-icon-within .fa-house-circle-xmark::before{content:"\e50b"}.um .fa-plug::before,.um-icon-within .fa-plug::before{content:"\f1e6"}.um .fa-chevron-up::before,.um-icon-within .fa-chevron-up::before{content:"\f077"}.um .fa-hand-spock::before,.um-icon-within .fa-hand-spock::before{content:"\f259"}.um .fa-stopwatch::before,.um-icon-within .fa-stopwatch::before{content:"\f2f2"}.um .fa-face-kiss::before,.um-icon-within .fa-face-kiss::before{content:"\f596"}.um .fa-kiss::before,.um-icon-within .fa-kiss::before{content:"\f596"}.um .fa-bridge-circle-xmark::before,.um-icon-within .fa-bridge-circle-xmark::before{content:"\e4cb"}.um .fa-face-grin-tongue::before,.um-icon-within .fa-face-grin-tongue::before{content:"\f589"}.um .fa-grin-tongue::before,.um-icon-within .fa-grin-tongue::before{content:"\f589"}.um .fa-chess-bishop::before,.um-icon-within .fa-chess-bishop::before{content:"\f43a"}.um .fa-face-grin-wink::before,.um-icon-within .fa-face-grin-wink::before{content:"\f58c"}.um .fa-grin-wink::before,.um-icon-within .fa-grin-wink::before{content:"\f58c"}.um .fa-ear-deaf::before,.um-icon-within .fa-ear-deaf::before{content:"\f2a4"}.um .fa-deaf::before,.um-icon-within .fa-deaf::before{content:"\f2a4"}.um .fa-deafness::before,.um-icon-within .fa-deafness::before{content:"\f2a4"}.um .fa-hard-of-hearing::before,.um-icon-within .fa-hard-of-hearing::before{content:"\f2a4"}.um .fa-road-circle-check::before,.um-icon-within .fa-road-circle-check::before{content:"\e564"}.um .fa-dice-five::before,.um-icon-within .fa-dice-five::before{content:"\f523"}.um .fa-square-rss::before,.um-icon-within .fa-square-rss::before{content:"\f143"}.um .fa-rss-square::before,.um-icon-within .fa-rss-square::before{content:"\f143"}.um .fa-land-mine-on::before,.um-icon-within .fa-land-mine-on::before{content:"\e51b"}.um .fa-i-cursor::before,.um-icon-within .fa-i-cursor::before{content:"\f246"}.um .fa-stamp::before,.um-icon-within .fa-stamp::before{content:"\f5bf"}.um .fa-stairs::before,.um-icon-within .fa-stairs::before{content:"\e289"}.um .fa-i::before,.um-icon-within .fa-i::before{content:"I"}.um .fa-hryvnia-sign::before,.um-icon-within .fa-hryvnia-sign::before{content:"\f6f2"}.um .fa-hryvnia::before,.um-icon-within .fa-hryvnia::before{content:"\f6f2"}.um .fa-pills::before,.um-icon-within .fa-pills::before{content:"\f484"}.um .fa-face-grin-wide::before,.um-icon-within .fa-face-grin-wide::before{content:"\f581"}.um .fa-grin-alt::before,.um-icon-within .fa-grin-alt::before{content:"\f581"}.um .fa-tooth::before,.um-icon-within .fa-tooth::before{content:"\f5c9"}.um .fa-v::before,.um-icon-within .fa-v::before{content:"V"}.um .fa-bangladeshi-taka-sign::before,.um-icon-within .fa-bangladeshi-taka-sign::before{content:"\e2e6"}.um .fa-bicycle::before,.um-icon-within .fa-bicycle::before{content:"\f206"}.um .fa-staff-snake::before,.um-icon-within .fa-staff-snake::before{content:"\e579"}.um .fa-rod-asclepius::before,.um-icon-within .fa-rod-asclepius::before{content:"\e579"}.um .fa-rod-snake::before,.um-icon-within .fa-rod-snake::before{content:"\e579"}.um .fa-staff-aesculapius::before,.um-icon-within .fa-staff-aesculapius::before{content:"\e579"}.um .fa-head-side-cough-slash::before,.um-icon-within .fa-head-side-cough-slash::before{content:"\e062"}.um .fa-truck-medical::before,.um-icon-within .fa-truck-medical::before{content:"\f0f9"}.um .fa-ambulance::before,.um-icon-within .fa-ambulance::before{content:"\f0f9"}.um .fa-wheat-awn-circle-exclamation::before,.um-icon-within .fa-wheat-awn-circle-exclamation::before{content:"\e598"}.um .fa-snowman::before,.um-icon-within .fa-snowman::before{content:"\f7d0"}.um .fa-mortar-pestle::before,.um-icon-within .fa-mortar-pestle::before{content:"\f5a7"}.um .fa-road-barrier::before,.um-icon-within .fa-road-barrier::before{content:"\e562"}.um .fa-school::before,.um-icon-within .fa-school::before{content:"\f549"}.um .fa-igloo::before,.um-icon-within .fa-igloo::before{content:"\f7ae"}.um .fa-joint::before,.um-icon-within .fa-joint::before{content:"\f595"}.um .fa-angle-right::before,.um-icon-within .fa-angle-right::before{content:"\f105"}.um .fa-horse::before,.um-icon-within .fa-horse::before{content:"\f6f0"}.um .fa-q::before,.um-icon-within .fa-q::before{content:"Q"}.um .fa-g::before,.um-icon-within .fa-g::before{content:"G"}.um .fa-notes-medical::before,.um-icon-within .fa-notes-medical::before{content:"\f481"}.um .fa-temperature-half::before,.um-icon-within .fa-temperature-half::before{content:"\f2c9"}.um .fa-temperature-2::before,.um-icon-within .fa-temperature-2::before{content:"\f2c9"}.um .fa-thermometer-2::before,.um-icon-within .fa-thermometer-2::before{content:"\f2c9"}.um .fa-thermometer-half::before,.um-icon-within .fa-thermometer-half::before{content:"\f2c9"}.um .fa-dong-sign::before,.um-icon-within .fa-dong-sign::before{content:"\e169"}.um .fa-capsules::before,.um-icon-within .fa-capsules::before{content:"\f46b"}.um .fa-poo-storm::before,.um-icon-within .fa-poo-storm::before{content:"\f75a"}.um .fa-poo-bolt::before,.um-icon-within .fa-poo-bolt::before{content:"\f75a"}.um .fa-face-frown-open::before,.um-icon-within .fa-face-frown-open::before{content:"\f57a"}.um .fa-frown-open::before,.um-icon-within .fa-frown-open::before{content:"\f57a"}.um .fa-hand-point-up::before,.um-icon-within .fa-hand-point-up::before{content:"\f0a6"}.um .fa-money-bill::before,.um-icon-within .fa-money-bill::before{content:"\f0d6"}.um .fa-bookmark::before,.um-icon-within .fa-bookmark::before{content:"\f02e"}.um .fa-align-justify::before,.um-icon-within .fa-align-justify::before{content:"\f039"}.um .fa-umbrella-beach::before,.um-icon-within .fa-umbrella-beach::before{content:"\f5ca"}.um .fa-helmet-un::before,.um-icon-within .fa-helmet-un::before{content:"\e503"}.um .fa-bullseye::before,.um-icon-within .fa-bullseye::before{content:"\f140"}.um .fa-bacon::before,.um-icon-within .fa-bacon::before{content:"\f7e5"}.um .fa-hand-point-down::before,.um-icon-within .fa-hand-point-down::before{content:"\f0a7"}.um .fa-arrow-up-from-bracket::before,.um-icon-within .fa-arrow-up-from-bracket::before{content:"\e09a"}.um .fa-folder::before,.um-icon-within .fa-folder::before{content:"\f07b"}.um .fa-folder-blank::before,.um-icon-within .fa-folder-blank::before{content:"\f07b"}.um .fa-file-waveform::before,.um-icon-within .fa-file-waveform::before{content:"\f478"}.um .fa-file-medical-alt::before,.um-icon-within .fa-file-medical-alt::before{content:"\f478"}.um .fa-radiation::before,.um-icon-within .fa-radiation::before{content:"\f7b9"}.um .fa-chart-simple::before,.um-icon-within .fa-chart-simple::before{content:"\e473"}.um .fa-mars-stroke::before,.um-icon-within .fa-mars-stroke::before{content:"\f229"}.um .fa-vial::before,.um-icon-within .fa-vial::before{content:"\f492"}.um .fa-gauge::before,.um-icon-within .fa-gauge::before{content:"\f624"}.um .fa-dashboard::before,.um-icon-within .fa-dashboard::before{content:"\f624"}.um .fa-gauge-med::before,.um-icon-within .fa-gauge-med::before{content:"\f624"}.um .fa-tachometer-alt-average::before,.um-icon-within .fa-tachometer-alt-average::before{content:"\f624"}.um .fa-wand-magic-sparkles::before,.um-icon-within .fa-wand-magic-sparkles::before{content:"\e2ca"}.um .fa-magic-wand-sparkles::before,.um-icon-within .fa-magic-wand-sparkles::before{content:"\e2ca"}.um .fa-e::before,.um-icon-within .fa-e::before{content:"E"}.um .fa-pen-clip::before,.um-icon-within .fa-pen-clip::before{content:"\f305"}.um .fa-pen-alt::before,.um-icon-within .fa-pen-alt::before{content:"\f305"}.um .fa-bridge-circle-exclamation::before,.um-icon-within .fa-bridge-circle-exclamation::before{content:"\e4ca"}.um .fa-user::before,.um-icon-within .fa-user::before{content:"\f007"}.um .fa-school-circle-check::before,.um-icon-within .fa-school-circle-check::before{content:"\e56b"}.um .fa-dumpster::before,.um-icon-within .fa-dumpster::before{content:"\f793"}.um .fa-van-shuttle::before,.um-icon-within .fa-van-shuttle::before{content:"\f5b6"}.um .fa-shuttle-van::before,.um-icon-within .fa-shuttle-van::before{content:"\f5b6"}.um .fa-building-user::before,.um-icon-within .fa-building-user::before{content:"\e4da"}.um .fa-square-caret-left::before,.um-icon-within .fa-square-caret-left::before{content:"\f191"}.um .fa-caret-square-left::before,.um-icon-within .fa-caret-square-left::before{content:"\f191"}.um .fa-highlighter::before,.um-icon-within .fa-highlighter::before{content:"\f591"}.um .fa-key::before,.um-icon-within .fa-key::before{content:"\f084"}.um .fa-bullhorn::before,.um-icon-within .fa-bullhorn::before{content:"\f0a1"}.um .fa-globe::before,.um-icon-within .fa-globe::before{content:"\f0ac"}.um .fa-synagogue::before,.um-icon-within .fa-synagogue::before{content:"\f69b"}.um .fa-person-half-dress::before,.um-icon-within .fa-person-half-dress::before{content:"\e548"}.um .fa-road-bridge::before,.um-icon-within .fa-road-bridge::before{content:"\e563"}.um .fa-location-arrow::before,.um-icon-within .fa-location-arrow::before{content:"\f124"}.um .fa-c::before,.um-icon-within .fa-c::before{content:"C"}.um .fa-tablet-button::before,.um-icon-within .fa-tablet-button::before{content:"\f10a"}.um .fa-building-lock::before,.um-icon-within .fa-building-lock::before{content:"\e4d6"}.um .fa-pizza-slice::before,.um-icon-within .fa-pizza-slice::before{content:"\f818"}.um .fa-money-bill-wave::before,.um-icon-within .fa-money-bill-wave::before{content:"\f53a"}.um .fa-chart-area::before,.um-icon-within .fa-chart-area::before{content:"\f1fe"}.um .fa-area-chart::before,.um-icon-within .fa-area-chart::before{content:"\f1fe"}.um .fa-house-flag::before,.um-icon-within .fa-house-flag::before{content:"\e50d"}.um .fa-person-circle-minus::before,.um-icon-within .fa-person-circle-minus::before{content:"\e540"}.um .fa-ban::before,.um-icon-within .fa-ban::before{content:"\f05e"}.um .fa-cancel::before,.um-icon-within .fa-cancel::before{content:"\f05e"}.um .fa-camera-rotate::before,.um-icon-within .fa-camera-rotate::before{content:"\e0d8"}.um .fa-spray-can-sparkles::before,.um-icon-within .fa-spray-can-sparkles::before{content:"\f5d0"}.um .fa-air-freshener::before,.um-icon-within .fa-air-freshener::before{content:"\f5d0"}.um .fa-star::before,.um-icon-within .fa-star::before{content:"\f005"}.um .fa-repeat::before,.um-icon-within .fa-repeat::before{content:"\f363"}.um .fa-cross::before,.um-icon-within .fa-cross::before{content:"\f654"}.um .fa-box::before,.um-icon-within .fa-box::before{content:"\f466"}.um .fa-venus-mars::before,.um-icon-within .fa-venus-mars::before{content:"\f228"}.um .fa-arrow-pointer::before,.um-icon-within .fa-arrow-pointer::before{content:"\f245"}.um .fa-mouse-pointer::before,.um-icon-within .fa-mouse-pointer::before{content:"\f245"}.um .fa-maximize::before,.um-icon-within .fa-maximize::before{content:"\f31e"}.um .fa-expand-arrows-alt::before,.um-icon-within .fa-expand-arrows-alt::before{content:"\f31e"}.um .fa-charging-station::before,.um-icon-within .fa-charging-station::before{content:"\f5e7"}.um .fa-shapes::before,.um-icon-within .fa-shapes::before{content:"\f61f"}.um .fa-triangle-circle-square::before,.um-icon-within .fa-triangle-circle-square::before{content:"\f61f"}.um .fa-shuffle::before,.um-icon-within .fa-shuffle::before{content:"\f074"}.um .fa-random::before,.um-icon-within .fa-random::before{content:"\f074"}.um .fa-person-running::before,.um-icon-within .fa-person-running::before{content:"\f70c"}.um .fa-running::before,.um-icon-within .fa-running::before{content:"\f70c"}.um .fa-mobile-retro::before,.um-icon-within .fa-mobile-retro::before{content:"\e527"}.um .fa-grip-lines-vertical::before,.um-icon-within .fa-grip-lines-vertical::before{content:"\f7a5"}.um .fa-spider::before,.um-icon-within .fa-spider::before{content:"\f717"}.um .fa-hands-bound::before,.um-icon-within .fa-hands-bound::before{content:"\e4f9"}.um .fa-file-invoice-dollar::before,.um-icon-within .fa-file-invoice-dollar::before{content:"\f571"}.um .fa-plane-circle-exclamation::before,.um-icon-within .fa-plane-circle-exclamation::before{content:"\e556"}.um .fa-x-ray::before,.um-icon-within .fa-x-ray::before{content:"\f497"}.um .fa-spell-check::before,.um-icon-within .fa-spell-check::before{content:"\f891"}.um .fa-slash::before,.um-icon-within .fa-slash::before{content:"\f715"}.um .fa-computer-mouse::before,.um-icon-within .fa-computer-mouse::before{content:"\f8cc"}.um .fa-mouse::before,.um-icon-within .fa-mouse::before{content:"\f8cc"}.um .fa-arrow-right-to-bracket::before,.um-icon-within .fa-arrow-right-to-bracket::before{content:"\f090"}.um .fa-sign-in::before,.um-icon-within .fa-sign-in::before{content:"\f090"}.um .fa-shop-slash::before,.um-icon-within .fa-shop-slash::before{content:"\e070"}.um .fa-store-alt-slash::before,.um-icon-within .fa-store-alt-slash::before{content:"\e070"}.um .fa-server::before,.um-icon-within .fa-server::before{content:"\f233"}.um .fa-virus-covid-slash::before,.um-icon-within .fa-virus-covid-slash::before{content:"\e4a9"}.um .fa-shop-lock::before,.um-icon-within .fa-shop-lock::before{content:"\e4a5"}.um .fa-hourglass-start::before,.um-icon-within .fa-hourglass-start::before{content:"\f251"}.um .fa-hourglass-1::before,.um-icon-within .fa-hourglass-1::before{content:"\f251"}.um .fa-blender-phone::before,.um-icon-within .fa-blender-phone::before{content:"\f6b6"}.um .fa-building-wheat::before,.um-icon-within .fa-building-wheat::before{content:"\e4db"}.um .fa-person-breastfeeding::before,.um-icon-within .fa-person-breastfeeding::before{content:"\e53a"}.um .fa-right-to-bracket::before,.um-icon-within .fa-right-to-bracket::before{content:"\f2f6"}.um .fa-sign-in-alt::before,.um-icon-within .fa-sign-in-alt::before{content:"\f2f6"}.um .fa-venus::before,.um-icon-within .fa-venus::before{content:"\f221"}.um .fa-passport::before,.um-icon-within .fa-passport::before{content:"\f5ab"}.um .fa-heart-pulse::before,.um-icon-within .fa-heart-pulse::before{content:"\f21e"}.um .fa-heartbeat::before,.um-icon-within .fa-heartbeat::before{content:"\f21e"}.um .fa-people-carry-box::before,.um-icon-within .fa-people-carry-box::before{content:"\f4ce"}.um .fa-people-carry::before,.um-icon-within .fa-people-carry::before{content:"\f4ce"}.um .fa-temperature-high::before,.um-icon-within .fa-temperature-high::before{content:"\f769"}.um .fa-microchip::before,.um-icon-within .fa-microchip::before{content:"\f2db"}.um .fa-crown::before,.um-icon-within .fa-crown::before{content:"\f521"}.um .fa-weight-hanging::before,.um-icon-within .fa-weight-hanging::before{content:"\f5cd"}.um .fa-xmarks-lines::before,.um-icon-within .fa-xmarks-lines::before{content:"\e59a"}.um .fa-file-prescription::before,.um-icon-within .fa-file-prescription::before{content:"\f572"}.um .fa-weight-scale::before,.um-icon-within .fa-weight-scale::before{content:"\f496"}.um .fa-weight::before,.um-icon-within .fa-weight::before{content:"\f496"}.um .fa-user-group::before,.um-icon-within .fa-user-group::before{content:"\f500"}.um .fa-user-friends::before,.um-icon-within .fa-user-friends::before{content:"\f500"}.um .fa-arrow-up-a-z::before,.um-icon-within .fa-arrow-up-a-z::before{content:"\f15e"}.um .fa-sort-alpha-up::before,.um-icon-within .fa-sort-alpha-up::before{content:"\f15e"}.um .fa-chess-knight::before,.um-icon-within .fa-chess-knight::before{content:"\f441"}.um .fa-face-laugh-squint::before,.um-icon-within .fa-face-laugh-squint::before{content:"\f59b"}.um .fa-laugh-squint::before,.um-icon-within .fa-laugh-squint::before{content:"\f59b"}.um .fa-wheelchair::before,.um-icon-within .fa-wheelchair::before{content:"\f193"}.um .fa-circle-arrow-up::before,.um-icon-within .fa-circle-arrow-up::before{content:"\f0aa"}.um .fa-arrow-circle-up::before,.um-icon-within .fa-arrow-circle-up::before{content:"\f0aa"}.um .fa-toggle-on::before,.um-icon-within .fa-toggle-on::before{content:"\f205"}.um .fa-person-walking::before,.um-icon-within .fa-person-walking::before{content:"\f554"}.um .fa-walking::before,.um-icon-within .fa-walking::before{content:"\f554"}.um .fa-l::before,.um-icon-within .fa-l::before{content:"L"}.um .fa-fire::before,.um-icon-within .fa-fire::before{content:"\f06d"}.um .fa-bed-pulse::before,.um-icon-within .fa-bed-pulse::before{content:"\f487"}.um .fa-procedures::before,.um-icon-within .fa-procedures::before{content:"\f487"}.um .fa-shuttle-space::before,.um-icon-within .fa-shuttle-space::before{content:"\f197"}.um .fa-space-shuttle::before,.um-icon-within .fa-space-shuttle::before{content:"\f197"}.um .fa-face-laugh::before,.um-icon-within .fa-face-laugh::before{content:"\f599"}.um .fa-laugh::before,.um-icon-within .fa-laugh::before{content:"\f599"}.um .fa-folder-open::before,.um-icon-within .fa-folder-open::before{content:"\f07c"}.um .fa-heart-circle-plus::before,.um-icon-within .fa-heart-circle-plus::before{content:"\e500"}.um .fa-code-fork::before,.um-icon-within .fa-code-fork::before{content:"\e13b"}.um .fa-city::before,.um-icon-within .fa-city::before{content:"\f64f"}.um .fa-microphone-lines::before,.um-icon-within .fa-microphone-lines::before{content:"\f3c9"}.um .fa-microphone-alt::before,.um-icon-within .fa-microphone-alt::before{content:"\f3c9"}.um .fa-pepper-hot::before,.um-icon-within .fa-pepper-hot::before{content:"\f816"}.um .fa-unlock::before,.um-icon-within .fa-unlock::before{content:"\f09c"}.um .fa-colon-sign::before,.um-icon-within .fa-colon-sign::before{content:"\e140"}.um .fa-headset::before,.um-icon-within .fa-headset::before{content:"\f590"}.um .fa-store-slash::before,.um-icon-within .fa-store-slash::before{content:"\e071"}.um .fa-road-circle-xmark::before,.um-icon-within .fa-road-circle-xmark::before{content:"\e566"}.um .fa-user-minus::before,.um-icon-within .fa-user-minus::before{content:"\f503"}.um .fa-mars-stroke-up::before,.um-icon-within .fa-mars-stroke-up::before{content:"\f22a"}.um .fa-mars-stroke-v::before,.um-icon-within .fa-mars-stroke-v::before{content:"\f22a"}.um .fa-champagne-glasses::before,.um-icon-within .fa-champagne-glasses::before{content:"\f79f"}.um .fa-glass-cheers::before,.um-icon-within .fa-glass-cheers::before{content:"\f79f"}.um .fa-clipboard::before,.um-icon-within .fa-clipboard::before{content:"\f328"}.um .fa-house-circle-exclamation::before,.um-icon-within .fa-house-circle-exclamation::before{content:"\e50a"}.um .fa-file-arrow-up::before,.um-icon-within .fa-file-arrow-up::before{content:"\f574"}.um .fa-file-upload::before,.um-icon-within .fa-file-upload::before{content:"\f574"}.um .fa-wifi::before,.um-icon-within .fa-wifi::before{content:"\f1eb"}.um .fa-wifi-3::before,.um-icon-within .fa-wifi-3::before{content:"\f1eb"}.um .fa-wifi-strong::before,.um-icon-within .fa-wifi-strong::before{content:"\f1eb"}.um .fa-bath::before,.um-icon-within .fa-bath::before{content:"\f2cd"}.um .fa-bathtub::before,.um-icon-within .fa-bathtub::before{content:"\f2cd"}.um .fa-underline::before,.um-icon-within .fa-underline::before{content:"\f0cd"}.um .fa-user-pen::before,.um-icon-within .fa-user-pen::before{content:"\f4ff"}.um .fa-user-edit::before,.um-icon-within .fa-user-edit::before{content:"\f4ff"}.um .fa-signature::before,.um-icon-within .fa-signature::before{content:"\f5b7"}.um .fa-stroopwafel::before,.um-icon-within .fa-stroopwafel::before{content:"\f551"}.um .fa-bold::before,.um-icon-within .fa-bold::before{content:"\f032"}.um .fa-anchor-lock::before,.um-icon-within .fa-anchor-lock::before{content:"\e4ad"}.um .fa-building-ngo::before,.um-icon-within .fa-building-ngo::before{content:"\e4d7"}.um .fa-manat-sign::before,.um-icon-within .fa-manat-sign::before{content:"\e1d5"}.um .fa-not-equal::before,.um-icon-within .fa-not-equal::before{content:"\f53e"}.um .fa-border-top-left::before,.um-icon-within .fa-border-top-left::before{content:"\f853"}.um .fa-border-style::before,.um-icon-within .fa-border-style::before{content:"\f853"}.um .fa-map-location-dot::before,.um-icon-within .fa-map-location-dot::before{content:"\f5a0"}.um .fa-map-marked-alt::before,.um-icon-within .fa-map-marked-alt::before{content:"\f5a0"}.um .fa-jedi::before,.um-icon-within .fa-jedi::before{content:"\f669"}.um .fa-square-poll-vertical::before,.um-icon-within .fa-square-poll-vertical::before{content:"\f681"}.um .fa-poll::before,.um-icon-within .fa-poll::before{content:"\f681"}.um .fa-mug-hot::before,.um-icon-within .fa-mug-hot::before{content:"\f7b6"}.um .fa-car-battery::before,.um-icon-within .fa-car-battery::before{content:"\f5df"}.um .fa-battery-car::before,.um-icon-within .fa-battery-car::before{content:"\f5df"}.um .fa-gift::before,.um-icon-within .fa-gift::before{content:"\f06b"}.um .fa-dice-two::before,.um-icon-within .fa-dice-two::before{content:"\f528"}.um .fa-chess-queen::before,.um-icon-within .fa-chess-queen::before{content:"\f445"}.um .fa-glasses::before,.um-icon-within .fa-glasses::before{content:"\f530"}.um .fa-chess-board::before,.um-icon-within .fa-chess-board::before{content:"\f43c"}.um .fa-building-circle-check::before,.um-icon-within .fa-building-circle-check::before{content:"\e4d2"}.um .fa-person-chalkboard::before,.um-icon-within .fa-person-chalkboard::before{content:"\e53d"}.um .fa-mars-stroke-right::before,.um-icon-within .fa-mars-stroke-right::before{content:"\f22b"}.um .fa-mars-stroke-h::before,.um-icon-within .fa-mars-stroke-h::before{content:"\f22b"}.um .fa-hand-back-fist::before,.um-icon-within .fa-hand-back-fist::before{content:"\f255"}.um .fa-hand-rock::before,.um-icon-within .fa-hand-rock::before{content:"\f255"}.um .fa-square-caret-up::before,.um-icon-within .fa-square-caret-up::before{content:"\f151"}.um .fa-caret-square-up::before,.um-icon-within .fa-caret-square-up::before{content:"\f151"}.um .fa-cloud-showers-water::before,.um-icon-within .fa-cloud-showers-water::before{content:"\e4e4"}.um .fa-chart-bar::before,.um-icon-within .fa-chart-bar::before{content:"\f080"}.um .fa-bar-chart::before,.um-icon-within .fa-bar-chart::before{content:"\f080"}.um .fa-hands-bubbles::before,.um-icon-within .fa-hands-bubbles::before{content:"\e05e"}.um .fa-hands-wash::before,.um-icon-within .fa-hands-wash::before{content:"\e05e"}.um .fa-less-than-equal::before,.um-icon-within .fa-less-than-equal::before{content:"\f537"}.um .fa-train::before,.um-icon-within .fa-train::before{content:"\f238"}.um .fa-eye-low-vision::before,.um-icon-within .fa-eye-low-vision::before{content:"\f2a8"}.um .fa-low-vision::before,.um-icon-within .fa-low-vision::before{content:"\f2a8"}.um .fa-crow::before,.um-icon-within .fa-crow::before{content:"\f520"}.um .fa-sailboat::before,.um-icon-within .fa-sailboat::before{content:"\e445"}.um .fa-window-restore::before,.um-icon-within .fa-window-restore::before{content:"\f2d2"}.um .fa-square-plus::before,.um-icon-within .fa-square-plus::before{content:"\f0fe"}.um .fa-plus-square::before,.um-icon-within .fa-plus-square::before{content:"\f0fe"}.um .fa-torii-gate::before,.um-icon-within .fa-torii-gate::before{content:"\f6a1"}.um .fa-frog::before,.um-icon-within .fa-frog::before{content:"\f52e"}.um .fa-bucket::before,.um-icon-within .fa-bucket::before{content:"\e4cf"}.um .fa-image::before,.um-icon-within .fa-image::before{content:"\f03e"}.um .fa-microphone::before,.um-icon-within .fa-microphone::before{content:"\f130"}.um .fa-cow::before,.um-icon-within .fa-cow::before{content:"\f6c8"}.um .fa-caret-up::before,.um-icon-within .fa-caret-up::before{content:"\f0d8"}.um .fa-screwdriver::before,.um-icon-within .fa-screwdriver::before{content:"\f54a"}.um .fa-folder-closed::before,.um-icon-within .fa-folder-closed::before{content:"\e185"}.um .fa-house-tsunami::before,.um-icon-within .fa-house-tsunami::before{content:"\e515"}.um .fa-square-nfi::before,.um-icon-within .fa-square-nfi::before{content:"\e576"}.um .fa-arrow-up-from-ground-water::before,.um-icon-within .fa-arrow-up-from-ground-water::before{content:"\e4b5"}.um .fa-martini-glass::before,.um-icon-within .fa-martini-glass::before{content:"\f57b"}.um .fa-glass-martini-alt::before,.um-icon-within .fa-glass-martini-alt::before{content:"\f57b"}.um .fa-rotate-left::before,.um-icon-within .fa-rotate-left::before{content:"\f2ea"}.um .fa-rotate-back::before,.um-icon-within .fa-rotate-back::before{content:"\f2ea"}.um .fa-rotate-backward::before,.um-icon-within .fa-rotate-backward::before{content:"\f2ea"}.um .fa-undo-alt::before,.um-icon-within .fa-undo-alt::before{content:"\f2ea"}.um .fa-table-columns::before,.um-icon-within .fa-table-columns::before{content:"\f0db"}.um .fa-columns::before,.um-icon-within .fa-columns::before{content:"\f0db"}.um .fa-lemon::before,.um-icon-within .fa-lemon::before{content:"\f094"}.um .fa-head-side-mask::before,.um-icon-within .fa-head-side-mask::before{content:"\e063"}.um .fa-handshake::before,.um-icon-within .fa-handshake::before{content:"\f2b5"}.um .fa-gem::before,.um-icon-within .fa-gem::before{content:"\f3a5"}.um .fa-dolly::before,.um-icon-within .fa-dolly::before{content:"\f472"}.um .fa-dolly-box::before,.um-icon-within .fa-dolly-box::before{content:"\f472"}.um .fa-smoking::before,.um-icon-within .fa-smoking::before{content:"\f48d"}.um .fa-minimize::before,.um-icon-within .fa-minimize::before{content:"\f78c"}.um .fa-compress-arrows-alt::before,.um-icon-within .fa-compress-arrows-alt::before{content:"\f78c"}.um .fa-monument::before,.um-icon-within .fa-monument::before{content:"\f5a6"}.um .fa-snowplow::before,.um-icon-within .fa-snowplow::before{content:"\f7d2"}.um .fa-angles-right::before,.um-icon-within .fa-angles-right::before{content:"\f101"}.um .fa-angle-double-right::before,.um-icon-within .fa-angle-double-right::before{content:"\f101"}.um .fa-cannabis::before,.um-icon-within .fa-cannabis::before{content:"\f55f"}.um .fa-circle-play::before,.um-icon-within .fa-circle-play::before{content:"\f144"}.um .fa-play-circle::before,.um-icon-within .fa-play-circle::before{content:"\f144"}.um .fa-tablets::before,.um-icon-within .fa-tablets::before{content:"\f490"}.um .fa-ethernet::before,.um-icon-within .fa-ethernet::before{content:"\f796"}.um .fa-euro-sign::before,.um-icon-within .fa-euro-sign::before{content:"\f153"}.um .fa-eur::before,.um-icon-within .fa-eur::before{content:"\f153"}.um .fa-euro::before,.um-icon-within .fa-euro::before{content:"\f153"}.um .fa-chair::before,.um-icon-within .fa-chair::before{content:"\f6c0"}.um .fa-circle-check::before,.um-icon-within .fa-circle-check::before{content:"\f058"}.um .fa-check-circle::before,.um-icon-within .fa-check-circle::before{content:"\f058"}.um .fa-circle-stop::before,.um-icon-within .fa-circle-stop::before{content:"\f28d"}.um .fa-stop-circle::before,.um-icon-within .fa-stop-circle::before{content:"\f28d"}.um .fa-compass-drafting::before,.um-icon-within .fa-compass-drafting::before{content:"\f568"}.um .fa-drafting-compass::before,.um-icon-within .fa-drafting-compass::before{content:"\f568"}.um .fa-plate-wheat::before,.um-icon-within .fa-plate-wheat::before{content:"\e55a"}.um .fa-icicles::before,.um-icon-within .fa-icicles::before{content:"\f7ad"}.um .fa-person-shelter::before,.um-icon-within .fa-person-shelter::before{content:"\e54f"}.um .fa-neuter::before,.um-icon-within .fa-neuter::before{content:"\f22c"}.um .fa-id-badge::before,.um-icon-within .fa-id-badge::before{content:"\f2c1"}.um .fa-marker::before,.um-icon-within .fa-marker::before{content:"\f5a1"}.um .fa-face-laugh-beam::before,.um-icon-within .fa-face-laugh-beam::before{content:"\f59a"}.um .fa-laugh-beam::before,.um-icon-within .fa-laugh-beam::before{content:"\f59a"}.um .fa-helicopter-symbol::before,.um-icon-within .fa-helicopter-symbol::before{content:"\e502"}.um .fa-universal-access::before,.um-icon-within .fa-universal-access::before{content:"\f29a"}.um .fa-circle-chevron-up::before,.um-icon-within .fa-circle-chevron-up::before{content:"\f139"}.um .fa-chevron-circle-up::before,.um-icon-within .fa-chevron-circle-up::before{content:"\f139"}.um .fa-lari-sign::before,.um-icon-within .fa-lari-sign::before{content:"\e1c8"}.um .fa-volcano::before,.um-icon-within .fa-volcano::before{content:"\f770"}.um .fa-person-walking-dashed-line-arrow-right::before,.um-icon-within .fa-person-walking-dashed-line-arrow-right::before{content:"\e553"}.um .fa-sterling-sign::before,.um-icon-within .fa-sterling-sign::before{content:"\f154"}.um .fa-gbp::before,.um-icon-within .fa-gbp::before{content:"\f154"}.um .fa-pound-sign::before,.um-icon-within .fa-pound-sign::before{content:"\f154"}.um .fa-viruses::before,.um-icon-within .fa-viruses::before{content:"\e076"}.um .fa-square-person-confined::before,.um-icon-within .fa-square-person-confined::before{content:"\e577"}.um .fa-user-tie::before,.um-icon-within .fa-user-tie::before{content:"\f508"}.um .fa-arrow-down-long::before,.um-icon-within .fa-arrow-down-long::before{content:"\f175"}.um .fa-long-arrow-down::before,.um-icon-within .fa-long-arrow-down::before{content:"\f175"}.um .fa-tent-arrow-down-to-line::before,.um-icon-within .fa-tent-arrow-down-to-line::before{content:"\e57e"}.um .fa-certificate::before,.um-icon-within .fa-certificate::before{content:"\f0a3"}.um .fa-reply-all::before,.um-icon-within .fa-reply-all::before{content:"\f122"}.um .fa-mail-reply-all::before,.um-icon-within .fa-mail-reply-all::before{content:"\f122"}.um .fa-suitcase::before,.um-icon-within .fa-suitcase::before{content:"\f0f2"}.um .fa-person-skating::before,.um-icon-within .fa-person-skating::before{content:"\f7c5"}.um .fa-skating::before,.um-icon-within .fa-skating::before{content:"\f7c5"}.um .fa-filter-circle-dollar::before,.um-icon-within .fa-filter-circle-dollar::before{content:"\f662"}.um .fa-funnel-dollar::before,.um-icon-within .fa-funnel-dollar::before{content:"\f662"}.um .fa-camera-retro::before,.um-icon-within .fa-camera-retro::before{content:"\f083"}.um .fa-circle-arrow-down::before,.um-icon-within .fa-circle-arrow-down::before{content:"\f0ab"}.um .fa-arrow-circle-down::before,.um-icon-within .fa-arrow-circle-down::before{content:"\f0ab"}.um .fa-file-import::before,.um-icon-within .fa-file-import::before{content:"\f56f"}.um .fa-arrow-right-to-file::before,.um-icon-within .fa-arrow-right-to-file::before{content:"\f56f"}.um .fa-square-arrow-up-right::before,.um-icon-within .fa-square-arrow-up-right::before{content:"\f14c"}.um .fa-external-link-square::before,.um-icon-within .fa-external-link-square::before{content:"\f14c"}.um .fa-box-open::before,.um-icon-within .fa-box-open::before{content:"\f49e"}.um .fa-scroll::before,.um-icon-within .fa-scroll::before{content:"\f70e"}.um .fa-spa::before,.um-icon-within .fa-spa::before{content:"\f5bb"}.um .fa-location-pin-lock::before,.um-icon-within .fa-location-pin-lock::before{content:"\e51f"}.um .fa-pause::before,.um-icon-within .fa-pause::before{content:"\f04c"}.um .fa-hill-avalanche::before,.um-icon-within .fa-hill-avalanche::before{content:"\e507"}.um .fa-temperature-empty::before,.um-icon-within .fa-temperature-empty::before{content:"\f2cb"}.um .fa-temperature-0::before,.um-icon-within .fa-temperature-0::before{content:"\f2cb"}.um .fa-thermometer-0::before,.um-icon-within .fa-thermometer-0::before{content:"\f2cb"}.um .fa-thermometer-empty::before,.um-icon-within .fa-thermometer-empty::before{content:"\f2cb"}.um .fa-bomb::before,.um-icon-within .fa-bomb::before{content:"\f1e2"}.um .fa-registered::before,.um-icon-within .fa-registered::before{content:"\f25d"}.um .fa-address-card::before,.um-icon-within .fa-address-card::before{content:"\f2bb"}.um .fa-contact-card::before,.um-icon-within .fa-contact-card::before{content:"\f2bb"}.um .fa-vcard::before,.um-icon-within .fa-vcard::before{content:"\f2bb"}.um .fa-scale-unbalanced-flip::before,.um-icon-within .fa-scale-unbalanced-flip::before{content:"\f516"}.um .fa-balance-scale-right::before,.um-icon-within .fa-balance-scale-right::before{content:"\f516"}.um .fa-subscript::before,.um-icon-within .fa-subscript::before{content:"\f12c"}.um .fa-diamond-turn-right::before,.um-icon-within .fa-diamond-turn-right::before{content:"\f5eb"}.um .fa-directions::before,.um-icon-within .fa-directions::before{content:"\f5eb"}.um .fa-burst::before,.um-icon-within .fa-burst::before{content:"\e4dc"}.um .fa-house-laptop::before,.um-icon-within .fa-house-laptop::before{content:"\e066"}.um .fa-laptop-house::before,.um-icon-within .fa-laptop-house::before{content:"\e066"}.um .fa-face-tired::before,.um-icon-within .fa-face-tired::before{content:"\f5c8"}.um .fa-tired::before,.um-icon-within .fa-tired::before{content:"\f5c8"}.um .fa-money-bills::before,.um-icon-within .fa-money-bills::before{content:"\e1f3"}.um .fa-smog::before,.um-icon-within .fa-smog::before{content:"\f75f"}.um .fa-crutch::before,.um-icon-within .fa-crutch::before{content:"\f7f7"}.um .fa-cloud-arrow-up::before,.um-icon-within .fa-cloud-arrow-up::before{content:"\f0ee"}.um .fa-cloud-upload::before,.um-icon-within .fa-cloud-upload::before{content:"\f0ee"}.um .fa-cloud-upload-alt::before,.um-icon-within .fa-cloud-upload-alt::before{content:"\f0ee"}.um .fa-palette::before,.um-icon-within .fa-palette::before{content:"\f53f"}.um .fa-arrows-turn-right::before,.um-icon-within .fa-arrows-turn-right::before{content:"\e4c0"}.um .fa-vest::before,.um-icon-within .fa-vest::before{content:"\e085"}.um .fa-ferry::before,.um-icon-within .fa-ferry::before{content:"\e4ea"}.um .fa-arrows-down-to-people::before,.um-icon-within .fa-arrows-down-to-people::before{content:"\e4b9"}.um .fa-seedling::before,.um-icon-within .fa-seedling::before{content:"\f4d8"}.um .fa-sprout::before,.um-icon-within .fa-sprout::before{content:"\f4d8"}.um .fa-left-right::before,.um-icon-within .fa-left-right::before{content:"\f337"}.um .fa-arrows-alt-h::before,.um-icon-within .fa-arrows-alt-h::before{content:"\f337"}.um .fa-boxes-packing::before,.um-icon-within .fa-boxes-packing::before{content:"\e4c7"}.um .fa-circle-arrow-left::before,.um-icon-within .fa-circle-arrow-left::before{content:"\f0a8"}.um .fa-arrow-circle-left::before,.um-icon-within .fa-arrow-circle-left::before{content:"\f0a8"}.um .fa-group-arrows-rotate::before,.um-icon-within .fa-group-arrows-rotate::before{content:"\e4f6"}.um .fa-bowl-food::before,.um-icon-within .fa-bowl-food::before{content:"\e4c6"}.um .fa-candy-cane::before,.um-icon-within .fa-candy-cane::before{content:"\f786"}.um .fa-arrow-down-wide-short::before,.um-icon-within .fa-arrow-down-wide-short::before{content:"\f160"}.um .fa-sort-amount-asc::before,.um-icon-within .fa-sort-amount-asc::before{content:"\f160"}.um .fa-sort-amount-down::before,.um-icon-within .fa-sort-amount-down::before{content:"\f160"}.um .fa-cloud-bolt::before,.um-icon-within .fa-cloud-bolt::before{content:"\f76c"}.um .fa-thunderstorm::before,.um-icon-within .fa-thunderstorm::before{content:"\f76c"}.um .fa-text-slash::before,.um-icon-within .fa-text-slash::before{content:"\f87d"}.um .fa-remove-format::before,.um-icon-within .fa-remove-format::before{content:"\f87d"}.um .fa-face-smile-wink::before,.um-icon-within .fa-face-smile-wink::before{content:"\f4da"}.um .fa-smile-wink::before,.um-icon-within .fa-smile-wink::before{content:"\f4da"}.um .fa-file-word::before,.um-icon-within .fa-file-word::before{content:"\f1c2"}.um .fa-file-powerpoint::before,.um-icon-within .fa-file-powerpoint::before{content:"\f1c4"}.um .fa-arrows-left-right::before,.um-icon-within .fa-arrows-left-right::before{content:"\f07e"}.um .fa-arrows-h::before,.um-icon-within .fa-arrows-h::before{content:"\f07e"}.um .fa-house-lock::before,.um-icon-within .fa-house-lock::before{content:"\e510"}.um .fa-cloud-arrow-down::before,.um-icon-within .fa-cloud-arrow-down::before{content:"\f0ed"}.um .fa-cloud-download::before,.um-icon-within .fa-cloud-download::before{content:"\f0ed"}.um .fa-cloud-download-alt::before,.um-icon-within .fa-cloud-download-alt::before{content:"\f0ed"}.um .fa-children::before,.um-icon-within .fa-children::before{content:"\e4e1"}.um .fa-chalkboard::before,.um-icon-within .fa-chalkboard::before{content:"\f51b"}.um .fa-blackboard::before,.um-icon-within .fa-blackboard::before{content:"\f51b"}.um .fa-user-large-slash::before,.um-icon-within .fa-user-large-slash::before{content:"\f4fa"}.um .fa-user-alt-slash::before,.um-icon-within .fa-user-alt-slash::before{content:"\f4fa"}.um .fa-envelope-open::before,.um-icon-within .fa-envelope-open::before{content:"\f2b6"}.um .fa-handshake-simple-slash::before,.um-icon-within .fa-handshake-simple-slash::before{content:"\e05f"}.um .fa-handshake-alt-slash::before,.um-icon-within .fa-handshake-alt-slash::before{content:"\e05f"}.um .fa-mattress-pillow::before,.um-icon-within .fa-mattress-pillow::before{content:"\e525"}.um .fa-guarani-sign::before,.um-icon-within .fa-guarani-sign::before{content:"\e19a"}.um .fa-arrows-rotate::before,.um-icon-within .fa-arrows-rotate::before{content:"\f021"}.um .fa-refresh::before,.um-icon-within .fa-refresh::before{content:"\f021"}.um .fa-sync::before,.um-icon-within .fa-sync::before{content:"\f021"}.um .fa-fire-extinguisher::before,.um-icon-within .fa-fire-extinguisher::before{content:"\f134"}.um .fa-cruzeiro-sign::before,.um-icon-within .fa-cruzeiro-sign::before{content:"\e152"}.um .fa-greater-than-equal::before,.um-icon-within .fa-greater-than-equal::before{content:"\f532"}.um .fa-shield-halved::before,.um-icon-within .fa-shield-halved::before{content:"\f3ed"}.um .fa-shield-alt::before,.um-icon-within .fa-shield-alt::before{content:"\f3ed"}.um .fa-book-atlas::before,.um-icon-within .fa-book-atlas::before{content:"\f558"}.um .fa-atlas::before,.um-icon-within .fa-atlas::before{content:"\f558"}.um .fa-virus::before,.um-icon-within .fa-virus::before{content:"\e074"}.um .fa-envelope-circle-check::before,.um-icon-within .fa-envelope-circle-check::before{content:"\e4e8"}.um .fa-layer-group::before,.um-icon-within .fa-layer-group::before{content:"\f5fd"}.um .fa-arrows-to-dot::before,.um-icon-within .fa-arrows-to-dot::before{content:"\e4be"}.um .fa-archway::before,.um-icon-within .fa-archway::before{content:"\f557"}.um .fa-heart-circle-check::before,.um-icon-within .fa-heart-circle-check::before{content:"\e4fd"}.um .fa-house-chimney-crack::before,.um-icon-within .fa-house-chimney-crack::before{content:"\f6f1"}.um .fa-house-damage::before,.um-icon-within .fa-house-damage::before{content:"\f6f1"}.um .fa-file-zipper::before,.um-icon-within .fa-file-zipper::before{content:"\f1c6"}.um .fa-file-archive::before,.um-icon-within .fa-file-archive::before{content:"\f1c6"}.um .fa-square::before,.um-icon-within .fa-square::before{content:"\f0c8"}.um .fa-martini-glass-empty::before,.um-icon-within .fa-martini-glass-empty::before{content:"\f000"}.um .fa-glass-martini::before,.um-icon-within .fa-glass-martini::before{content:"\f000"}.um .fa-couch::before,.um-icon-within .fa-couch::before{content:"\f4b8"}.um .fa-cedi-sign::before,.um-icon-within .fa-cedi-sign::before{content:"\e0df"}.um .fa-italic::before,.um-icon-within .fa-italic::before{content:"\f033"}.um .fa-table-cells-column-lock::before,.um-icon-within .fa-table-cells-column-lock::before{content:"\e678"}.um .fa-church::before,.um-icon-within .fa-church::before{content:"\f51d"}.um .fa-comments-dollar::before,.um-icon-within .fa-comments-dollar::before{content:"\f653"}.um .fa-democrat::before,.um-icon-within .fa-democrat::before{content:"\f747"}.um .fa-z::before,.um-icon-within .fa-z::before{content:"Z"}.um .fa-person-skiing::before,.um-icon-within .fa-person-skiing::before{content:"\f7c9"}.um .fa-skiing::before,.um-icon-within .fa-skiing::before{content:"\f7c9"}.um .fa-road-lock::before,.um-icon-within .fa-road-lock::before{content:"\e567"}.um .fa-a::before,.um-icon-within .fa-a::before{content:"A"}.um .fa-temperature-arrow-down::before,.um-icon-within .fa-temperature-arrow-down::before{content:"\e03f"}.um .fa-temperature-down::before,.um-icon-within .fa-temperature-down::before{content:"\e03f"}.um .fa-feather-pointed::before,.um-icon-within .fa-feather-pointed::before{content:"\f56b"}.um .fa-feather-alt::before,.um-icon-within .fa-feather-alt::before{content:"\f56b"}.um .fa-p::before,.um-icon-within .fa-p::before{content:"P"}.um .fa-snowflake::before,.um-icon-within .fa-snowflake::before{content:"\f2dc"}.um .fa-newspaper::before,.um-icon-within .fa-newspaper::before{content:"\f1ea"}.um .fa-rectangle-ad::before,.um-icon-within .fa-rectangle-ad::before{content:"\f641"}.um .fa-ad::before,.um-icon-within .fa-ad::before{content:"\f641"}.um .fa-circle-arrow-right::before,.um-icon-within .fa-circle-arrow-right::before{content:"\f0a9"}.um .fa-arrow-circle-right::before,.um-icon-within .fa-arrow-circle-right::before{content:"\f0a9"}.um .fa-filter-circle-xmark::before,.um-icon-within .fa-filter-circle-xmark::before{content:"\e17b"}.um .fa-locust::before,.um-icon-within .fa-locust::before{content:"\e520"}.um .fa-sort::before,.um-icon-within .fa-sort::before{content:"\f0dc"}.um .fa-unsorted::before,.um-icon-within .fa-unsorted::before{content:"\f0dc"}.um .fa-list-ol::before,.um-icon-within .fa-list-ol::before{content:"\f0cb"}.um .fa-list-1-2::before,.um-icon-within .fa-list-1-2::before{content:"\f0cb"}.um .fa-list-numeric::before,.um-icon-within .fa-list-numeric::before{content:"\f0cb"}.um .fa-person-dress-burst::before,.um-icon-within .fa-person-dress-burst::before{content:"\e544"}.um .fa-money-check-dollar::before,.um-icon-within .fa-money-check-dollar::before{content:"\f53d"}.um .fa-money-check-alt::before,.um-icon-within .fa-money-check-alt::before{content:"\f53d"}.um .fa-vector-square::before,.um-icon-within .fa-vector-square::before{content:"\f5cb"}.um .fa-bread-slice::before,.um-icon-within .fa-bread-slice::before{content:"\f7ec"}.um .fa-language::before,.um-icon-within .fa-language::before{content:"\f1ab"}.um .fa-face-kiss-wink-heart::before,.um-icon-within .fa-face-kiss-wink-heart::before{content:"\f598"}.um .fa-kiss-wink-heart::before,.um-icon-within .fa-kiss-wink-heart::before{content:"\f598"}.um .fa-filter::before,.um-icon-within .fa-filter::before{content:"\f0b0"}.um .fa-question::before,.um-icon-within .fa-question::before{content:"\?"}.um .fa-file-signature::before,.um-icon-within .fa-file-signature::before{content:"\f573"}.um .fa-up-down-left-right::before,.um-icon-within .fa-up-down-left-right::before{content:"\f0b2"}.um .fa-arrows-alt::before,.um-icon-within .fa-arrows-alt::before{content:"\f0b2"}.um .fa-house-chimney-user::before,.um-icon-within .fa-house-chimney-user::before{content:"\e065"}.um .fa-hand-holding-heart::before,.um-icon-within .fa-hand-holding-heart::before{content:"\f4be"}.um .fa-puzzle-piece::before,.um-icon-within .fa-puzzle-piece::before{content:"\f12e"}.um .fa-money-check::before,.um-icon-within .fa-money-check::before{content:"\f53c"}.um .fa-star-half-stroke::before,.um-icon-within .fa-star-half-stroke::before{content:"\f5c0"}.um .fa-star-half-alt::before,.um-icon-within .fa-star-half-alt::before{content:"\f5c0"}.um .fa-code::before,.um-icon-within .fa-code::before{content:"\f121"}.um .fa-whiskey-glass::before,.um-icon-within .fa-whiskey-glass::before{content:"\f7a0"}.um .fa-glass-whiskey::before,.um-icon-within .fa-glass-whiskey::before{content:"\f7a0"}.um .fa-building-circle-exclamation::before,.um-icon-within .fa-building-circle-exclamation::before{content:"\e4d3"}.um .fa-magnifying-glass-chart::before,.um-icon-within .fa-magnifying-glass-chart::before{content:"\e522"}.um .fa-arrow-up-right-from-square::before,.um-icon-within .fa-arrow-up-right-from-square::before{content:"\f08e"}.um .fa-external-link::before,.um-icon-within .fa-external-link::before{content:"\f08e"}.um .fa-cubes-stacked::before,.um-icon-within .fa-cubes-stacked::before{content:"\e4e6"}.um .fa-won-sign::before,.um-icon-within .fa-won-sign::before{content:"\f159"}.um .fa-krw::before,.um-icon-within .fa-krw::before{content:"\f159"}.um .fa-won::before,.um-icon-within .fa-won::before{content:"\f159"}.um .fa-virus-covid::before,.um-icon-within .fa-virus-covid::before{content:"\e4a8"}.um .fa-austral-sign::before,.um-icon-within .fa-austral-sign::before{content:"\e0a9"}.um .fa-f::before,.um-icon-within .fa-f::before{content:"F"}.um .fa-leaf::before,.um-icon-within .fa-leaf::before{content:"\f06c"}.um .fa-road::before,.um-icon-within .fa-road::before{content:"\f018"}.um .fa-taxi::before,.um-icon-within .fa-taxi::before{content:"\f1ba"}.um .fa-cab::before,.um-icon-within .fa-cab::before{content:"\f1ba"}.um .fa-person-circle-plus::before,.um-icon-within .fa-person-circle-plus::before{content:"\e541"}.um .fa-chart-pie::before,.um-icon-within .fa-chart-pie::before{content:"\f200"}.um .fa-pie-chart::before,.um-icon-within .fa-pie-chart::before{content:"\f200"}.um .fa-bolt-lightning::before,.um-icon-within .fa-bolt-lightning::before{content:"\e0b7"}.um .fa-sack-xmark::before,.um-icon-within .fa-sack-xmark::before{content:"\e56a"}.um .fa-file-excel::before,.um-icon-within .fa-file-excel::before{content:"\f1c3"}.um .fa-file-contract::before,.um-icon-within .fa-file-contract::before{content:"\f56c"}.um .fa-fish-fins::before,.um-icon-within .fa-fish-fins::before{content:"\e4f2"}.um .fa-building-flag::before,.um-icon-within .fa-building-flag::before{content:"\e4d5"}.um .fa-face-grin-beam::before,.um-icon-within .fa-face-grin-beam::before{content:"\f582"}.um .fa-grin-beam::before,.um-icon-within .fa-grin-beam::before{content:"\f582"}.um .fa-object-ungroup::before,.um-icon-within .fa-object-ungroup::before{content:"\f248"}.um .fa-poop::before,.um-icon-within .fa-poop::before{content:"\f619"}.um .fa-location-pin::before,.um-icon-within .fa-location-pin::before{content:"\f041"}.um .fa-map-marker::before,.um-icon-within .fa-map-marker::before{content:"\f041"}.um .fa-kaaba::before,.um-icon-within .fa-kaaba::before{content:"\f66b"}.um .fa-toilet-paper::before,.um-icon-within .fa-toilet-paper::before{content:"\f71e"}.um .fa-helmet-safety::before,.um-icon-within .fa-helmet-safety::before{content:"\f807"}.um .fa-hard-hat::before,.um-icon-within .fa-hard-hat::before{content:"\f807"}.um .fa-hat-hard::before,.um-icon-within .fa-hat-hard::before{content:"\f807"}.um .fa-eject::before,.um-icon-within .fa-eject::before{content:"\f052"}.um .fa-circle-right::before,.um-icon-within .fa-circle-right::before{content:"\f35a"}.um .fa-arrow-alt-circle-right::before,.um-icon-within .fa-arrow-alt-circle-right::before{content:"\f35a"}.um .fa-plane-circle-check::before,.um-icon-within .fa-plane-circle-check::before{content:"\e555"}.um .fa-face-rolling-eyes::before,.um-icon-within .fa-face-rolling-eyes::before{content:"\f5a5"}.um .fa-meh-rolling-eyes::before,.um-icon-within .fa-meh-rolling-eyes::before{content:"\f5a5"}.um .fa-object-group::before,.um-icon-within .fa-object-group::before{content:"\f247"}.um .fa-chart-line::before,.um-icon-within .fa-chart-line::before{content:"\f201"}.um .fa-line-chart::before,.um-icon-within .fa-line-chart::before{content:"\f201"}.um .fa-mask-ventilator::before,.um-icon-within .fa-mask-ventilator::before{content:"\e524"}.um .fa-arrow-right::before,.um-icon-within .fa-arrow-right::before{content:"\f061"}.um .fa-signs-post::before,.um-icon-within .fa-signs-post::before{content:"\f277"}.um .fa-map-signs::before,.um-icon-within .fa-map-signs::before{content:"\f277"}.um .fa-cash-register::before,.um-icon-within .fa-cash-register::before{content:"\f788"}.um .fa-person-circle-question::before,.um-icon-within .fa-person-circle-question::before{content:"\e542"}.um .fa-h::before,.um-icon-within .fa-h::before{content:"H"}.um .fa-tarp::before,.um-icon-within .fa-tarp::before{content:"\e57b"}.um .fa-screwdriver-wrench::before,.um-icon-within .fa-screwdriver-wrench::before{content:"\f7d9"}.um .fa-tools::before,.um-icon-within .fa-tools::before{content:"\f7d9"}.um .fa-arrows-to-eye::before,.um-icon-within .fa-arrows-to-eye::before{content:"\e4bf"}.um .fa-plug-circle-bolt::before,.um-icon-within .fa-plug-circle-bolt::before{content:"\e55b"}.um .fa-heart::before,.um-icon-within .fa-heart::before{content:"\f004"}.um .fa-mars-and-venus::before,.um-icon-within .fa-mars-and-venus::before{content:"\f224"}.um .fa-house-user::before,.um-icon-within .fa-house-user::before{content:"\e1b0"}.um .fa-home-user::before,.um-icon-within .fa-home-user::before{content:"\e1b0"}.um .fa-dumpster-fire::before,.um-icon-within .fa-dumpster-fire::before{content:"\f794"}.um .fa-house-crack::before,.um-icon-within .fa-house-crack::before{content:"\e3b1"}.um .fa-martini-glass-citrus::before,.um-icon-within .fa-martini-glass-citrus::before{content:"\f561"}.um .fa-cocktail::before,.um-icon-within .fa-cocktail::before{content:"\f561"}.um .fa-face-surprise::before,.um-icon-within .fa-face-surprise::before{content:"\f5c2"}.um .fa-surprise::before,.um-icon-within .fa-surprise::before{content:"\f5c2"}.um .fa-bottle-water::before,.um-icon-within .fa-bottle-water::before{content:"\e4c5"}.um .fa-circle-pause::before,.um-icon-within .fa-circle-pause::before{content:"\f28b"}.um .fa-pause-circle::before,.um-icon-within .fa-pause-circle::before{content:"\f28b"}.um .fa-toilet-paper-slash::before,.um-icon-within .fa-toilet-paper-slash::before{content:"\e072"}.um .fa-apple-whole::before,.um-icon-within .fa-apple-whole::before{content:"\f5d1"}.um .fa-apple-alt::before,.um-icon-within .fa-apple-alt::before{content:"\f5d1"}.um .fa-kitchen-set::before,.um-icon-within .fa-kitchen-set::before{content:"\e51a"}.um .fa-r::before,.um-icon-within .fa-r::before{content:"R"}.um .fa-temperature-quarter::before,.um-icon-within .fa-temperature-quarter::before{content:"\f2ca"}.um .fa-temperature-1::before,.um-icon-within .fa-temperature-1::before{content:"\f2ca"}.um .fa-thermometer-1::before,.um-icon-within .fa-thermometer-1::before{content:"\f2ca"}.um .fa-thermometer-quarter::before,.um-icon-within .fa-thermometer-quarter::before{content:"\f2ca"}.um .fa-cube::before,.um-icon-within .fa-cube::before{content:"\f1b2"}.um .fa-bitcoin-sign::before,.um-icon-within .fa-bitcoin-sign::before{content:"\e0b4"}.um .fa-shield-dog::before,.um-icon-within .fa-shield-dog::before{content:"\e573"}.um .fa-solar-panel::before,.um-icon-within .fa-solar-panel::before{content:"\f5ba"}.um .fa-lock-open::before,.um-icon-within .fa-lock-open::before{content:"\f3c1"}.um .fa-elevator::before,.um-icon-within .fa-elevator::before{content:"\e16d"}.um .fa-money-bill-transfer::before,.um-icon-within .fa-money-bill-transfer::before{content:"\e528"}.um .fa-money-bill-trend-up::before,.um-icon-within .fa-money-bill-trend-up::before{content:"\e529"}.um .fa-house-flood-water-circle-arrow-right::before,.um-icon-within .fa-house-flood-water-circle-arrow-right::before{content:"\e50f"}.um .fa-square-poll-horizontal::before,.um-icon-within .fa-square-poll-horizontal::before{content:"\f682"}.um .fa-poll-h::before,.um-icon-within .fa-poll-h::before{content:"\f682"}.um .fa-circle::before,.um-icon-within .fa-circle::before{content:"\f111"}.um .fa-backward-fast::before,.um-icon-within .fa-backward-fast::before{content:"\f049"}.um .fa-fast-backward::before,.um-icon-within .fa-fast-backward::before{content:"\f049"}.um .fa-recycle::before,.um-icon-within .fa-recycle::before{content:"\f1b8"}.um .fa-user-astronaut::before,.um-icon-within .fa-user-astronaut::before{content:"\f4fb"}.um .fa-plane-slash::before,.um-icon-within .fa-plane-slash::before{content:"\e069"}.um .fa-trademark::before,.um-icon-within .fa-trademark::before{content:"\f25c"}.um .fa-basketball::before,.um-icon-within .fa-basketball::before{content:"\f434"}.um .fa-basketball-ball::before,.um-icon-within .fa-basketball-ball::before{content:"\f434"}.um .fa-satellite-dish::before,.um-icon-within .fa-satellite-dish::before{content:"\f7c0"}.um .fa-circle-up::before,.um-icon-within .fa-circle-up::before{content:"\f35b"}.um .fa-arrow-alt-circle-up::before,.um-icon-within .fa-arrow-alt-circle-up::before{content:"\f35b"}.um .fa-mobile-screen-button::before,.um-icon-within .fa-mobile-screen-button::before{content:"\f3cd"}.um .fa-mobile-alt::before,.um-icon-within .fa-mobile-alt::before{content:"\f3cd"}.um .fa-volume-high::before,.um-icon-within .fa-volume-high::before{content:"\f028"}.um .fa-volume-up::before,.um-icon-within .fa-volume-up::before{content:"\f028"}.um .fa-users-rays::before,.um-icon-within .fa-users-rays::before{content:"\e593"}.um .fa-wallet::before,.um-icon-within .fa-wallet::before{content:"\f555"}.um .fa-clipboard-check::before,.um-icon-within .fa-clipboard-check::before{content:"\f46c"}.um .fa-file-audio::before,.um-icon-within .fa-file-audio::before{content:"\f1c7"}.um .fa-burger::before,.um-icon-within .fa-burger::before{content:"\f805"}.um .fa-hamburger::before,.um-icon-within .fa-hamburger::before{content:"\f805"}.um .fa-wrench::before,.um-icon-within .fa-wrench::before{content:"\f0ad"}.um .fa-bugs::before,.um-icon-within .fa-bugs::before{content:"\e4d0"}.um .fa-rupee-sign::before,.um-icon-within .fa-rupee-sign::before{content:"\f156"}.um .fa-rupee::before,.um-icon-within .fa-rupee::before{content:"\f156"}.um .fa-file-image::before,.um-icon-within .fa-file-image::before{content:"\f1c5"}.um .fa-circle-question::before,.um-icon-within .fa-circle-question::before{content:"\f059"}.um .fa-question-circle::before,.um-icon-within .fa-question-circle::before{content:"\f059"}.um .fa-plane-departure::before,.um-icon-within .fa-plane-departure::before{content:"\f5b0"}.um .fa-handshake-slash::before,.um-icon-within .fa-handshake-slash::before{content:"\e060"}.um .fa-book-bookmark::before,.um-icon-within .fa-book-bookmark::before{content:"\e0bb"}.um .fa-code-branch::before,.um-icon-within .fa-code-branch::before{content:"\f126"}.um .fa-hat-cowboy::before,.um-icon-within .fa-hat-cowboy::before{content:"\f8c0"}.um .fa-bridge::before,.um-icon-within .fa-bridge::before{content:"\e4c8"}.um .fa-phone-flip::before,.um-icon-within .fa-phone-flip::before{content:"\f879"}.um .fa-phone-alt::before,.um-icon-within .fa-phone-alt::before{content:"\f879"}.um .fa-truck-front::before,.um-icon-within .fa-truck-front::before{content:"\e2b7"}.um .fa-cat::before,.um-icon-within .fa-cat::before{content:"\f6be"}.um .fa-anchor-circle-exclamation::before,.um-icon-within .fa-anchor-circle-exclamation::before{content:"\e4ab"}.um .fa-truck-field::before,.um-icon-within .fa-truck-field::before{content:"\e58d"}.um .fa-route::before,.um-icon-within .fa-route::before{content:"\f4d7"}.um .fa-clipboard-question::before,.um-icon-within .fa-clipboard-question::before{content:"\e4e3"}.um .fa-panorama::before,.um-icon-within .fa-panorama::before{content:"\e209"}.um .fa-comment-medical::before,.um-icon-within .fa-comment-medical::before{content:"\f7f5"}.um .fa-teeth-open::before,.um-icon-within .fa-teeth-open::before{content:"\f62f"}.um .fa-file-circle-minus::before,.um-icon-within .fa-file-circle-minus::before{content:"\e4ed"}.um .fa-tags::before,.um-icon-within .fa-tags::before{content:"\f02c"}.um .fa-wine-glass::before,.um-icon-within .fa-wine-glass::before{content:"\f4e3"}.um .fa-forward-fast::before,.um-icon-within .fa-forward-fast::before{content:"\f050"}.um .fa-fast-forward::before,.um-icon-within .fa-fast-forward::before{content:"\f050"}.um .fa-face-meh-blank::before,.um-icon-within .fa-face-meh-blank::before{content:"\f5a4"}.um .fa-meh-blank::before,.um-icon-within .fa-meh-blank::before{content:"\f5a4"}.um .fa-square-parking::before,.um-icon-within .fa-square-parking::before{content:"\f540"}.um .fa-parking::before,.um-icon-within .fa-parking::before{content:"\f540"}.um .fa-house-signal::before,.um-icon-within .fa-house-signal::before{content:"\e012"}.um .fa-bars-progress::before,.um-icon-within .fa-bars-progress::before{content:"\f828"}.um .fa-tasks-alt::before,.um-icon-within .fa-tasks-alt::before{content:"\f828"}.um .fa-faucet-drip::before,.um-icon-within .fa-faucet-drip::before{content:"\e006"}.um .fa-cart-flatbed::before,.um-icon-within .fa-cart-flatbed::before{content:"\f474"}.um .fa-dolly-flatbed::before,.um-icon-within .fa-dolly-flatbed::before{content:"\f474"}.um .fa-ban-smoking::before,.um-icon-within .fa-ban-smoking::before{content:"\f54d"}.um .fa-smoking-ban::before,.um-icon-within .fa-smoking-ban::before{content:"\f54d"}.um .fa-terminal::before,.um-icon-within .fa-terminal::before{content:"\f120"}.um .fa-mobile-button::before,.um-icon-within .fa-mobile-button::before{content:"\f10b"}.um .fa-house-medical-flag::before,.um-icon-within .fa-house-medical-flag::before{content:"\e514"}.um .fa-basket-shopping::before,.um-icon-within .fa-basket-shopping::before{content:"\f291"}.um .fa-shopping-basket::before,.um-icon-within .fa-shopping-basket::before{content:"\f291"}.um .fa-tape::before,.um-icon-within .fa-tape::before{content:"\f4db"}.um .fa-bus-simple::before,.um-icon-within .fa-bus-simple::before{content:"\f55e"}.um .fa-bus-alt::before,.um-icon-within .fa-bus-alt::before{content:"\f55e"}.um .fa-eye::before,.um-icon-within .fa-eye::before{content:"\f06e"}.um .fa-face-sad-cry::before,.um-icon-within .fa-face-sad-cry::before{content:"\f5b3"}.um .fa-sad-cry::before,.um-icon-within .fa-sad-cry::before{content:"\f5b3"}.um .fa-audio-description::before,.um-icon-within .fa-audio-description::before{content:"\f29e"}.um .fa-person-military-to-person::before,.um-icon-within .fa-person-military-to-person::before{content:"\e54c"}.um .fa-file-shield::before,.um-icon-within .fa-file-shield::before{content:"\e4f0"}.um .fa-user-slash::before,.um-icon-within .fa-user-slash::before{content:"\f506"}.um .fa-pen::before,.um-icon-within .fa-pen::before{content:"\f304"}.um .fa-tower-observation::before,.um-icon-within .fa-tower-observation::before{content:"\e586"}.um .fa-file-code::before,.um-icon-within .fa-file-code::before{content:"\f1c9"}.um .fa-signal::before,.um-icon-within .fa-signal::before{content:"\f012"}.um .fa-signal-5::before,.um-icon-within .fa-signal-5::before{content:"\f012"}.um .fa-signal-perfect::before,.um-icon-within .fa-signal-perfect::before{content:"\f012"}.um .fa-bus::before,.um-icon-within .fa-bus::before{content:"\f207"}.um .fa-heart-circle-xmark::before,.um-icon-within .fa-heart-circle-xmark::before{content:"\e501"}.um .fa-house-chimney::before,.um-icon-within .fa-house-chimney::before{content:"\e3af"}.um .fa-home-lg::before,.um-icon-within .fa-home-lg::before{content:"\e3af"}.um .fa-window-maximize::before,.um-icon-within .fa-window-maximize::before{content:"\f2d0"}.um .fa-face-frown::before,.um-icon-within .fa-face-frown::before{content:"\f119"}.um .fa-frown::before,.um-icon-within .fa-frown::before{content:"\f119"}.um .fa-prescription::before,.um-icon-within .fa-prescription::before{content:"\f5b1"}.um .fa-shop::before,.um-icon-within .fa-shop::before{content:"\f54f"}.um .fa-store-alt::before,.um-icon-within .fa-store-alt::before{content:"\f54f"}.um .fa-floppy-disk::before,.um-icon-within .fa-floppy-disk::before{content:"\f0c7"}.um .fa-save::before,.um-icon-within .fa-save::before{content:"\f0c7"}.um .fa-vihara::before,.um-icon-within .fa-vihara::before{content:"\f6a7"}.um .fa-scale-unbalanced::before,.um-icon-within .fa-scale-unbalanced::before{content:"\f515"}.um .fa-balance-scale-left::before,.um-icon-within .fa-balance-scale-left::before{content:"\f515"}.um .fa-sort-up::before,.um-icon-within .fa-sort-up::before{content:"\f0de"}.um .fa-sort-asc::before,.um-icon-within .fa-sort-asc::before{content:"\f0de"}.um .fa-comment-dots::before,.um-icon-within .fa-comment-dots::before{content:"\f4ad"}.um .fa-commenting::before,.um-icon-within .fa-commenting::before{content:"\f4ad"}.um .fa-plant-wilt::before,.um-icon-within .fa-plant-wilt::before{content:"\e5aa"}.um .fa-diamond::before,.um-icon-within .fa-diamond::before{content:"\f219"}.um .fa-face-grin-squint::before,.um-icon-within .fa-face-grin-squint::before{content:"\f585"}.um .fa-grin-squint::before,.um-icon-within .fa-grin-squint::before{content:"\f585"}.um .fa-hand-holding-dollar::before,.um-icon-within .fa-hand-holding-dollar::before{content:"\f4c0"}.um .fa-hand-holding-usd::before,.um-icon-within .fa-hand-holding-usd::before{content:"\f4c0"}.um .fa-bacterium::before,.um-icon-within .fa-bacterium::before{content:"\e05a"}.um .fa-hand-pointer::before,.um-icon-within .fa-hand-pointer::before{content:"\f25a"}.um .fa-drum-steelpan::before,.um-icon-within .fa-drum-steelpan::before{content:"\f56a"}.um .fa-hand-scissors::before,.um-icon-within .fa-hand-scissors::before{content:"\f257"}.um .fa-hands-praying::before,.um-icon-within .fa-hands-praying::before{content:"\f684"}.um .fa-praying-hands::before,.um-icon-within .fa-praying-hands::before{content:"\f684"}.um .fa-arrow-rotate-right::before,.um-icon-within .fa-arrow-rotate-right::before{content:"\f01e"}.um .fa-arrow-right-rotate::before,.um-icon-within .fa-arrow-right-rotate::before{content:"\f01e"}.um .fa-arrow-rotate-forward::before,.um-icon-within .fa-arrow-rotate-forward::before{content:"\f01e"}.um .fa-redo::before,.um-icon-within .fa-redo::before{content:"\f01e"}.um .fa-biohazard::before,.um-icon-within .fa-biohazard::before{content:"\f780"}.um .fa-location-crosshairs::before,.um-icon-within .fa-location-crosshairs::before{content:"\f601"}.um .fa-location::before,.um-icon-within .fa-location::before{content:"\f601"}.um .fa-mars-double::before,.um-icon-within .fa-mars-double::before{content:"\f227"}.um .fa-child-dress::before,.um-icon-within .fa-child-dress::before{content:"\e59c"}.um .fa-users-between-lines::before,.um-icon-within .fa-users-between-lines::before{content:"\e591"}.um .fa-lungs-virus::before,.um-icon-within .fa-lungs-virus::before{content:"\e067"}.um .fa-face-grin-tears::before,.um-icon-within .fa-face-grin-tears::before{content:"\f588"}.um .fa-grin-tears::before,.um-icon-within .fa-grin-tears::before{content:"\f588"}.um .fa-phone::before,.um-icon-within .fa-phone::before{content:"\f095"}.um .fa-calendar-xmark::before,.um-icon-within .fa-calendar-xmark::before{content:"\f273"}.um .fa-calendar-times::before,.um-icon-within .fa-calendar-times::before{content:"\f273"}.um .fa-child-reaching::before,.um-icon-within .fa-child-reaching::before{content:"\e59d"}.um .fa-head-side-virus::before,.um-icon-within .fa-head-side-virus::before{content:"\e064"}.um .fa-user-gear::before,.um-icon-within .fa-user-gear::before{content:"\f4fe"}.um .fa-user-cog::before,.um-icon-within .fa-user-cog::before{content:"\f4fe"}.um .fa-arrow-up-1-9::before,.um-icon-within .fa-arrow-up-1-9::before{content:"\f163"}.um .fa-sort-numeric-up::before,.um-icon-within .fa-sort-numeric-up::before{content:"\f163"}.um .fa-door-closed::before,.um-icon-within .fa-door-closed::before{content:"\f52a"}.um .fa-shield-virus::before,.um-icon-within .fa-shield-virus::before{content:"\e06c"}.um .fa-dice-six::before,.um-icon-within .fa-dice-six::before{content:"\f526"}.um .fa-mosquito-net::before,.um-icon-within .fa-mosquito-net::before{content:"\e52c"}.um .fa-bridge-water::before,.um-icon-within .fa-bridge-water::before{content:"\e4ce"}.um .fa-person-booth::before,.um-icon-within .fa-person-booth::before{content:"\f756"}.um .fa-text-width::before,.um-icon-within .fa-text-width::before{content:"\f035"}.um .fa-hat-wizard::before,.um-icon-within .fa-hat-wizard::before{content:"\f6e8"}.um .fa-pen-fancy::before,.um-icon-within .fa-pen-fancy::before{content:"\f5ac"}.um .fa-person-digging::before,.um-icon-within .fa-person-digging::before{content:"\f85e"}.um .fa-digging::before,.um-icon-within .fa-digging::before{content:"\f85e"}.um .fa-trash::before,.um-icon-within .fa-trash::before{content:"\f1f8"}.um .fa-gauge-simple::before,.um-icon-within .fa-gauge-simple::before{content:"\f629"}.um .fa-gauge-simple-med::before,.um-icon-within .fa-gauge-simple-med::before{content:"\f629"}.um .fa-tachometer-average::before,.um-icon-within .fa-tachometer-average::before{content:"\f629"}.um .fa-book-medical::before,.um-icon-within .fa-book-medical::before{content:"\f7e6"}.um .fa-poo::before,.um-icon-within .fa-poo::before{content:"\f2fe"}.um .fa-quote-right::before,.um-icon-within .fa-quote-right::before{content:"\f10e"}.um .fa-quote-right-alt::before,.um-icon-within .fa-quote-right-alt::before{content:"\f10e"}.um .fa-shirt::before,.um-icon-within .fa-shirt::before{content:"\f553"}.um .fa-t-shirt::before,.um-icon-within .fa-t-shirt::before{content:"\f553"}.um .fa-tshirt::before,.um-icon-within .fa-tshirt::before{content:"\f553"}.um .fa-cubes::before,.um-icon-within .fa-cubes::before{content:"\f1b3"}.um .fa-divide::before,.um-icon-within .fa-divide::before{content:"\f529"}.um .fa-tenge-sign::before,.um-icon-within .fa-tenge-sign::before{content:"\f7d7"}.um .fa-tenge::before,.um-icon-within .fa-tenge::before{content:"\f7d7"}.um .fa-headphones::before,.um-icon-within .fa-headphones::before{content:"\f025"}.um .fa-hands-holding::before,.um-icon-within .fa-hands-holding::before{content:"\f4c2"}.um .fa-hands-clapping::before,.um-icon-within .fa-hands-clapping::before{content:"\e1a8"}.um .fa-republican::before,.um-icon-within .fa-republican::before{content:"\f75e"}.um .fa-arrow-left::before,.um-icon-within .fa-arrow-left::before{content:"\f060"}.um .fa-person-circle-xmark::before,.um-icon-within .fa-person-circle-xmark::before{content:"\e543"}.um .fa-ruler::before,.um-icon-within .fa-ruler::before{content:"\f545"}.um .fa-align-left::before,.um-icon-within .fa-align-left::before{content:"\f036"}.um .fa-dice-d6::before,.um-icon-within .fa-dice-d6::before{content:"\f6d1"}.um .fa-restroom::before,.um-icon-within .fa-restroom::before{content:"\f7bd"}.um .fa-j::before,.um-icon-within .fa-j::before{content:"J"}.um .fa-users-viewfinder::before,.um-icon-within .fa-users-viewfinder::before{content:"\e595"}.um .fa-file-video::before,.um-icon-within .fa-file-video::before{content:"\f1c8"}.um .fa-up-right-from-square::before,.um-icon-within .fa-up-right-from-square::before{content:"\f35d"}.um .fa-external-link-alt::before,.um-icon-within .fa-external-link-alt::before{content:"\f35d"}.um .fa-table-cells::before,.um-icon-within .fa-table-cells::before{content:"\f00a"}.um .fa-th::before,.um-icon-within .fa-th::before{content:"\f00a"}.um .fa-file-pdf::before,.um-icon-within .fa-file-pdf::before{content:"\f1c1"}.um .fa-book-bible::before,.um-icon-within .fa-book-bible::before{content:"\f647"}.um .fa-bible::before,.um-icon-within .fa-bible::before{content:"\f647"}.um .fa-o::before,.um-icon-within .fa-o::before{content:"O"}.um .fa-suitcase-medical::before,.um-icon-within .fa-suitcase-medical::before{content:"\f0fa"}.um .fa-medkit::before,.um-icon-within .fa-medkit::before{content:"\f0fa"}.um .fa-user-secret::before,.um-icon-within .fa-user-secret::before{content:"\f21b"}.um .fa-otter::before,.um-icon-within .fa-otter::before{content:"\f700"}.um .fa-person-dress::before,.um-icon-within .fa-person-dress::before{content:"\f182"}.um .fa-female::before,.um-icon-within .fa-female::before{content:"\f182"}.um .fa-comment-dollar::before,.um-icon-within .fa-comment-dollar::before{content:"\f651"}.um .fa-business-time::before,.um-icon-within .fa-business-time::before{content:"\f64a"}.um .fa-briefcase-clock::before,.um-icon-within .fa-briefcase-clock::before{content:"\f64a"}.um .fa-table-cells-large::before,.um-icon-within .fa-table-cells-large::before{content:"\f009"}.um .fa-th-large::before,.um-icon-within .fa-th-large::before{content:"\f009"}.um .fa-book-tanakh::before,.um-icon-within .fa-book-tanakh::before{content:"\f827"}.um .fa-tanakh::before,.um-icon-within .fa-tanakh::before{content:"\f827"}.um .fa-phone-volume::before,.um-icon-within .fa-phone-volume::before{content:"\f2a0"}.um .fa-volume-control-phone::before,.um-icon-within .fa-volume-control-phone::before{content:"\f2a0"}.um .fa-hat-cowboy-side::before,.um-icon-within .fa-hat-cowboy-side::before{content:"\f8c1"}.um .fa-clipboard-user::before,.um-icon-within .fa-clipboard-user::before{content:"\f7f3"}.um .fa-child::before,.um-icon-within .fa-child::before{content:"\f1ae"}.um .fa-lira-sign::before,.um-icon-within .fa-lira-sign::before{content:"\f195"}.um .fa-satellite::before,.um-icon-within .fa-satellite::before{content:"\f7bf"}.um .fa-plane-lock::before,.um-icon-within .fa-plane-lock::before{content:"\e558"}.um .fa-tag::before,.um-icon-within .fa-tag::before{content:"\f02b"}.um .fa-comment::before,.um-icon-within .fa-comment::before{content:"\f075"}.um .fa-cake-candles::before,.um-icon-within .fa-cake-candles::before{content:"\f1fd"}.um .fa-birthday-cake::before,.um-icon-within .fa-birthday-cake::before{content:"\f1fd"}.um .fa-cake::before,.um-icon-within .fa-cake::before{content:"\f1fd"}.um .fa-envelope::before,.um-icon-within .fa-envelope::before{content:"\f0e0"}.um .fa-angles-up::before,.um-icon-within .fa-angles-up::before{content:"\f102"}.um .fa-angle-double-up::before,.um-icon-within .fa-angle-double-up::before{content:"\f102"}.um .fa-paperclip::before,.um-icon-within .fa-paperclip::before{content:"\f0c6"}.um .fa-arrow-right-to-city::before,.um-icon-within .fa-arrow-right-to-city::before{content:"\e4b3"}.um .fa-ribbon::before,.um-icon-within .fa-ribbon::before{content:"\f4d6"}.um .fa-lungs::before,.um-icon-within .fa-lungs::before{content:"\f604"}.um .fa-arrow-up-9-1::before,.um-icon-within .fa-arrow-up-9-1::before{content:"\f887"}.um .fa-sort-numeric-up-alt::before,.um-icon-within .fa-sort-numeric-up-alt::before{content:"\f887"}.um .fa-litecoin-sign::before,.um-icon-within .fa-litecoin-sign::before{content:"\e1d3"}.um .fa-border-none::before,.um-icon-within .fa-border-none::before{content:"\f850"}.um .fa-circle-nodes::before,.um-icon-within .fa-circle-nodes::before{content:"\e4e2"}.um .fa-parachute-box::before,.um-icon-within .fa-parachute-box::before{content:"\f4cd"}.um .fa-indent::before,.um-icon-within .fa-indent::before{content:"\f03c"}.um .fa-truck-field-un::before,.um-icon-within .fa-truck-field-un::before{content:"\e58e"}.um .fa-hourglass::before,.um-icon-within .fa-hourglass::before{content:"\f254"}.um .fa-hourglass-empty::before,.um-icon-within .fa-hourglass-empty::before{content:"\f254"}.um .fa-mountain::before,.um-icon-within .fa-mountain::before{content:"\f6fc"}.um .fa-user-doctor::before,.um-icon-within .fa-user-doctor::before{content:"\f0f0"}.um .fa-user-md::before,.um-icon-within .fa-user-md::before{content:"\f0f0"}.um .fa-circle-info::before,.um-icon-within .fa-circle-info::before{content:"\f05a"}.um .fa-info-circle::before,.um-icon-within .fa-info-circle::before{content:"\f05a"}.um .fa-cloud-meatball::before,.um-icon-within .fa-cloud-meatball::before{content:"\f73b"}.um .fa-camera::before,.um-icon-within .fa-camera::before{content:"\f030"}.um .fa-camera-alt::before,.um-icon-within .fa-camera-alt::before{content:"\f030"}.um .fa-square-virus::before,.um-icon-within .fa-square-virus::before{content:"\e578"}.um .fa-meteor::before,.um-icon-within .fa-meteor::before{content:"\f753"}.um .fa-car-on::before,.um-icon-within .fa-car-on::before{content:"\e4dd"}.um .fa-sleigh::before,.um-icon-within .fa-sleigh::before{content:"\f7cc"}.um .fa-arrow-down-1-9::before,.um-icon-within .fa-arrow-down-1-9::before{content:"\f162"}.um .fa-sort-numeric-asc::before,.um-icon-within .fa-sort-numeric-asc::before{content:"\f162"}.um .fa-sort-numeric-down::before,.um-icon-within .fa-sort-numeric-down::before{content:"\f162"}.um .fa-hand-holding-droplet::before,.um-icon-within .fa-hand-holding-droplet::before{content:"\f4c1"}.um .fa-hand-holding-water::before,.um-icon-within .fa-hand-holding-water::before{content:"\f4c1"}.um .fa-water::before,.um-icon-within .fa-water::before{content:"\f773"}.um .fa-calendar-check::before,.um-icon-within .fa-calendar-check::before{content:"\f274"}.um .fa-braille::before,.um-icon-within .fa-braille::before{content:"\f2a1"}.um .fa-prescription-bottle-medical::before,.um-icon-within .fa-prescription-bottle-medical::before{content:"\f486"}.um .fa-prescription-bottle-alt::before,.um-icon-within .fa-prescription-bottle-alt::before{content:"\f486"}.um .fa-landmark::before,.um-icon-within .fa-landmark::before{content:"\f66f"}.um .fa-truck::before,.um-icon-within .fa-truck::before{content:"\f0d1"}.um .fa-crosshairs::before,.um-icon-within .fa-crosshairs::before{content:"\f05b"}.um .fa-person-cane::before,.um-icon-within .fa-person-cane::before{content:"\e53c"}.um .fa-tent::before,.um-icon-within .fa-tent::before{content:"\e57d"}.um .fa-vest-patches::before,.um-icon-within .fa-vest-patches::before{content:"\e086"}.um .fa-check-double::before,.um-icon-within .fa-check-double::before{content:"\f560"}.um .fa-arrow-down-a-z::before,.um-icon-within .fa-arrow-down-a-z::before{content:"\f15d"}.um .fa-sort-alpha-asc::before,.um-icon-within .fa-sort-alpha-asc::before{content:"\f15d"}.um .fa-sort-alpha-down::before,.um-icon-within .fa-sort-alpha-down::before{content:"\f15d"}.um .fa-money-bill-wheat::before,.um-icon-within .fa-money-bill-wheat::before{content:"\e52a"}.um .fa-cookie::before,.um-icon-within .fa-cookie::before{content:"\f563"}.um .fa-arrow-rotate-left::before,.um-icon-within .fa-arrow-rotate-left::before{content:"\f0e2"}.um .fa-arrow-left-rotate::before,.um-icon-within .fa-arrow-left-rotate::before{content:"\f0e2"}.um .fa-arrow-rotate-back::before,.um-icon-within .fa-arrow-rotate-back::before{content:"\f0e2"}.um .fa-arrow-rotate-backward::before,.um-icon-within .fa-arrow-rotate-backward::before{content:"\f0e2"}.um .fa-undo::before,.um-icon-within .fa-undo::before{content:"\f0e2"}.um .fa-hard-drive::before,.um-icon-within .fa-hard-drive::before{content:"\f0a0"}.um .fa-hdd::before,.um-icon-within .fa-hdd::before{content:"\f0a0"}.um .fa-face-grin-squint-tears::before,.um-icon-within .fa-face-grin-squint-tears::before{content:"\f586"}.um .fa-grin-squint-tears::before,.um-icon-within .fa-grin-squint-tears::before{content:"\f586"}.um .fa-dumbbell::before,.um-icon-within .fa-dumbbell::before{content:"\f44b"}.um .fa-rectangle-list::before,.um-icon-within .fa-rectangle-list::before{content:"\f022"}.um .fa-list-alt::before,.um-icon-within .fa-list-alt::before{content:"\f022"}.um .fa-tarp-droplet::before,.um-icon-within .fa-tarp-droplet::before{content:"\e57c"}.um .fa-house-medical-circle-check::before,.um-icon-within .fa-house-medical-circle-check::before{content:"\e511"}.um .fa-person-skiing-nordic::before,.um-icon-within .fa-person-skiing-nordic::before{content:"\f7ca"}.um .fa-skiing-nordic::before,.um-icon-within .fa-skiing-nordic::before{content:"\f7ca"}.um .fa-calendar-plus::before,.um-icon-within .fa-calendar-plus::before{content:"\f271"}.um .fa-plane-arrival::before,.um-icon-within .fa-plane-arrival::before{content:"\f5af"}.um .fa-circle-left::before,.um-icon-within .fa-circle-left::before{content:"\f359"}.um .fa-arrow-alt-circle-left::before,.um-icon-within .fa-arrow-alt-circle-left::before{content:"\f359"}.um .fa-train-subway::before,.um-icon-within .fa-train-subway::before{content:"\f239"}.um .fa-subway::before,.um-icon-within .fa-subway::before{content:"\f239"}.um .fa-chart-gantt::before,.um-icon-within .fa-chart-gantt::before{content:"\e0e4"}.um .fa-indian-rupee-sign::before,.um-icon-within .fa-indian-rupee-sign::before{content:"\e1bc"}.um .fa-indian-rupee::before,.um-icon-within .fa-indian-rupee::before{content:"\e1bc"}.um .fa-inr::before,.um-icon-within .fa-inr::before{content:"\e1bc"}.um .fa-crop-simple::before,.um-icon-within .fa-crop-simple::before{content:"\f565"}.um .fa-crop-alt::before,.um-icon-within .fa-crop-alt::before{content:"\f565"}.um .fa-money-bill-1::before,.um-icon-within .fa-money-bill-1::before{content:"\f3d1"}.um .fa-money-bill-alt::before,.um-icon-within .fa-money-bill-alt::before{content:"\f3d1"}.um .fa-left-long::before,.um-icon-within .fa-left-long::before{content:"\f30a"}.um .fa-long-arrow-alt-left::before,.um-icon-within .fa-long-arrow-alt-left::before{content:"\f30a"}.um .fa-dna::before,.um-icon-within .fa-dna::before{content:"\f471"}.um .fa-virus-slash::before,.um-icon-within .fa-virus-slash::before{content:"\e075"}.um .fa-minus::before,.um-icon-within .fa-minus::before{content:"\f068"}.um .fa-subtract::before,.um-icon-within .fa-subtract::before{content:"\f068"}.um .fa-chess::before,.um-icon-within .fa-chess::before{content:"\f439"}.um .fa-arrow-left-long::before,.um-icon-within .fa-arrow-left-long::before{content:"\f177"}.um .fa-long-arrow-left::before,.um-icon-within .fa-long-arrow-left::before{content:"\f177"}.um .fa-plug-circle-check::before,.um-icon-within .fa-plug-circle-check::before{content:"\e55c"}.um .fa-street-view::before,.um-icon-within .fa-street-view::before{content:"\f21d"}.um .fa-franc-sign::before,.um-icon-within .fa-franc-sign::before{content:"\e18f"}.um .fa-volume-off::before,.um-icon-within .fa-volume-off::before{content:"\f026"}.um .fa-hands-asl-interpreting::before,.um-icon-within .fa-hands-asl-interpreting::before{content:"\f2a3"}.um .fa-american-sign-language-interpreting::before,.um-icon-within .fa-american-sign-language-interpreting::before{content:"\f2a3"}.um .fa-asl-interpreting::before,.um-icon-within .fa-asl-interpreting::before{content:"\f2a3"}.um .fa-hands-american-sign-language-interpreting::before,.um-icon-within .fa-hands-american-sign-language-interpreting::before{content:"\f2a3"}.um .fa-gear::before,.um-icon-within .fa-gear::before{content:"\f013"}.um .fa-cog::before,.um-icon-within .fa-cog::before{content:"\f013"}.um .fa-droplet-slash::before,.um-icon-within .fa-droplet-slash::before{content:"\f5c7"}.um .fa-tint-slash::before,.um-icon-within .fa-tint-slash::before{content:"\f5c7"}.um .fa-mosque::before,.um-icon-within .fa-mosque::before{content:"\f678"}.um .fa-mosquito::before,.um-icon-within .fa-mosquito::before{content:"\e52b"}.um .fa-star-of-david::before,.um-icon-within .fa-star-of-david::before{content:"\f69a"}.um .fa-person-military-rifle::before,.um-icon-within .fa-person-military-rifle::before{content:"\e54b"}.um .fa-cart-shopping::before,.um-icon-within .fa-cart-shopping::before{content:"\f07a"}.um .fa-shopping-cart::before,.um-icon-within .fa-shopping-cart::before{content:"\f07a"}.um .fa-vials::before,.um-icon-within .fa-vials::before{content:"\f493"}.um .fa-plug-circle-plus::before,.um-icon-within .fa-plug-circle-plus::before{content:"\e55f"}.um .fa-place-of-worship::before,.um-icon-within .fa-place-of-worship::before{content:"\f67f"}.um .fa-grip-vertical::before,.um-icon-within .fa-grip-vertical::before{content:"\f58e"}.um .fa-arrow-turn-up::before,.um-icon-within .fa-arrow-turn-up::before{content:"\f148"}.um .fa-level-up::before,.um-icon-within .fa-level-up::before{content:"\f148"}.um .fa-u::before,.um-icon-within .fa-u::before{content:"U"}.um .fa-square-root-variable::before,.um-icon-within .fa-square-root-variable::before{content:"\f698"}.um .fa-square-root-alt::before,.um-icon-within .fa-square-root-alt::before{content:"\f698"}.um .fa-clock::before,.um-icon-within .fa-clock::before{content:"\f017"}.um .fa-clock-four::before,.um-icon-within .fa-clock-four::before{content:"\f017"}.um .fa-backward-step::before,.um-icon-within .fa-backward-step::before{content:"\f048"}.um .fa-step-backward::before,.um-icon-within .fa-step-backward::before{content:"\f048"}.um .fa-pallet::before,.um-icon-within .fa-pallet::before{content:"\f482"}.um .fa-faucet::before,.um-icon-within .fa-faucet::before{content:"\e005"}.um .fa-baseball-bat-ball::before,.um-icon-within .fa-baseball-bat-ball::before{content:"\f432"}.um .fa-s::before,.um-icon-within .fa-s::before{content:"S"}.um .fa-timeline::before,.um-icon-within .fa-timeline::before{content:"\e29c"}.um .fa-keyboard::before,.um-icon-within .fa-keyboard::before{content:"\f11c"}.um .fa-caret-down::before,.um-icon-within .fa-caret-down::before{content:"\f0d7"}.um .fa-house-chimney-medical::before,.um-icon-within .fa-house-chimney-medical::before{content:"\f7f2"}.um .fa-clinic-medical::before,.um-icon-within .fa-clinic-medical::before{content:"\f7f2"}.um .fa-temperature-three-quarters::before,.um-icon-within .fa-temperature-three-quarters::before{content:"\f2c8"}.um .fa-temperature-3::before,.um-icon-within .fa-temperature-3::before{content:"\f2c8"}.um .fa-thermometer-3::before,.um-icon-within .fa-thermometer-3::before{content:"\f2c8"}.um .fa-thermometer-three-quarters::before,.um-icon-within .fa-thermometer-three-quarters::before{content:"\f2c8"}.um .fa-mobile-screen::before,.um-icon-within .fa-mobile-screen::before{content:"\f3cf"}.um .fa-mobile-android-alt::before,.um-icon-within .fa-mobile-android-alt::before{content:"\f3cf"}.um .fa-plane-up::before,.um-icon-within .fa-plane-up::before{content:"\e22d"}.um .fa-piggy-bank::before,.um-icon-within .fa-piggy-bank::before{content:"\f4d3"}.um .fa-battery-half::before,.um-icon-within .fa-battery-half::before{content:"\f242"}.um .fa-battery-3::before,.um-icon-within .fa-battery-3::before{content:"\f242"}.um .fa-mountain-city::before,.um-icon-within .fa-mountain-city::before{content:"\e52e"}.um .fa-coins::before,.um-icon-within .fa-coins::before{content:"\f51e"}.um .fa-khanda::before,.um-icon-within .fa-khanda::before{content:"\f66d"}.um .fa-sliders::before,.um-icon-within .fa-sliders::before{content:"\f1de"}.um .fa-sliders-h::before,.um-icon-within .fa-sliders-h::before{content:"\f1de"}.um .fa-folder-tree::before,.um-icon-within .fa-folder-tree::before{content:"\f802"}.um .fa-network-wired::before,.um-icon-within .fa-network-wired::before{content:"\f6ff"}.um .fa-map-pin::before,.um-icon-within .fa-map-pin::before{content:"\f276"}.um .fa-hamsa::before,.um-icon-within .fa-hamsa::before{content:"\f665"}.um .fa-cent-sign::before,.um-icon-within .fa-cent-sign::before{content:"\e3f5"}.um .fa-flask::before,.um-icon-within .fa-flask::before{content:"\f0c3"}.um .fa-person-pregnant::before,.um-icon-within .fa-person-pregnant::before{content:"\e31e"}.um .fa-wand-sparkles::before,.um-icon-within .fa-wand-sparkles::before{content:"\f72b"}.um .fa-ellipsis-vertical::before,.um-icon-within .fa-ellipsis-vertical::before{content:"\f142"}.um .fa-ellipsis-v::before,.um-icon-within .fa-ellipsis-v::before{content:"\f142"}.um .fa-ticket::before,.um-icon-within .fa-ticket::before{content:"\f145"}.um .fa-power-off::before,.um-icon-within .fa-power-off::before{content:"\f011"}.um .fa-right-long::before,.um-icon-within .fa-right-long::before{content:"\f30b"}.um .fa-long-arrow-alt-right::before,.um-icon-within .fa-long-arrow-alt-right::before{content:"\f30b"}.um .fa-flag-usa::before,.um-icon-within .fa-flag-usa::before{content:"\f74d"}.um .fa-laptop-file::before,.um-icon-within .fa-laptop-file::before{content:"\e51d"}.um .fa-tty::before,.um-icon-within .fa-tty::before{content:"\f1e4"}.um .fa-teletype::before,.um-icon-within .fa-teletype::before{content:"\f1e4"}.um .fa-diagram-next::before,.um-icon-within .fa-diagram-next::before{content:"\e476"}.um .fa-person-rifle::before,.um-icon-within .fa-person-rifle::before{content:"\e54e"}.um .fa-house-medical-circle-exclamation::before,.um-icon-within .fa-house-medical-circle-exclamation::before{content:"\e512"}.um .fa-closed-captioning::before,.um-icon-within .fa-closed-captioning::before{content:"\f20a"}.um .fa-person-hiking::before,.um-icon-within .fa-person-hiking::before{content:"\f6ec"}.um .fa-hiking::before,.um-icon-within .fa-hiking::before{content:"\f6ec"}.um .fa-venus-double::before,.um-icon-within .fa-venus-double::before{content:"\f226"}.um .fa-images::before,.um-icon-within .fa-images::before{content:"\f302"}.um .fa-calculator::before,.um-icon-within .fa-calculator::before{content:"\f1ec"}.um .fa-people-pulling::before,.um-icon-within .fa-people-pulling::before{content:"\e535"}.um .fa-n::before,.um-icon-within .fa-n::before{content:"N"}.um .fa-cable-car::before,.um-icon-within .fa-cable-car::before{content:"\f7da"}.um .fa-tram::before,.um-icon-within .fa-tram::before{content:"\f7da"}.um .fa-cloud-rain::before,.um-icon-within .fa-cloud-rain::before{content:"\f73d"}.um .fa-building-circle-xmark::before,.um-icon-within .fa-building-circle-xmark::before{content:"\e4d4"}.um .fa-ship::before,.um-icon-within .fa-ship::before{content:"\f21a"}.um .fa-arrows-down-to-line::before,.um-icon-within .fa-arrows-down-to-line::before{content:"\e4b8"}.um .fa-download::before,.um-icon-within .fa-download::before{content:"\f019"}.um .fa-face-grin::before,.um-icon-within .fa-face-grin::before{content:"\f580"}.um .fa-grin::before,.um-icon-within .fa-grin::before{content:"\f580"}.um .fa-delete-left::before,.um-icon-within .fa-delete-left::before{content:"\f55a"}.um .fa-backspace::before,.um-icon-within .fa-backspace::before{content:"\f55a"}.um .fa-eye-dropper::before,.um-icon-within .fa-eye-dropper::before{content:"\f1fb"}.um .fa-eye-dropper-empty::before,.um-icon-within .fa-eye-dropper-empty::before{content:"\f1fb"}.um .fa-eyedropper::before,.um-icon-within .fa-eyedropper::before{content:"\f1fb"}.um .fa-file-circle-check::before,.um-icon-within .fa-file-circle-check::before{content:"\e5a0"}.um .fa-forward::before,.um-icon-within .fa-forward::before{content:"\f04e"}.um .fa-mobile::before,.um-icon-within .fa-mobile::before{content:"\f3ce"}.um .fa-mobile-android::before,.um-icon-within .fa-mobile-android::before{content:"\f3ce"}.um .fa-mobile-phone::before,.um-icon-within .fa-mobile-phone::before{content:"\f3ce"}.um .fa-face-meh::before,.um-icon-within .fa-face-meh::before{content:"\f11a"}.um .fa-meh::before,.um-icon-within .fa-meh::before{content:"\f11a"}.um .fa-align-center::before,.um-icon-within .fa-align-center::before{content:"\f037"}.um .fa-book-skull::before,.um-icon-within .fa-book-skull::before{content:"\f6b7"}.um .fa-book-dead::before,.um-icon-within .fa-book-dead::before{content:"\f6b7"}.um .fa-id-card::before,.um-icon-within .fa-id-card::before{content:"\f2c2"}.um .fa-drivers-license::before,.um-icon-within .fa-drivers-license::before{content:"\f2c2"}.um .fa-outdent::before,.um-icon-within .fa-outdent::before{content:"\f03b"}.um .fa-dedent::before,.um-icon-within .fa-dedent::before{content:"\f03b"}.um .fa-heart-circle-exclamation::before,.um-icon-within .fa-heart-circle-exclamation::before{content:"\e4fe"}.um .fa-house::before,.um-icon-within .fa-house::before{content:"\f015"}.um .fa-home::before,.um-icon-within .fa-home::before{content:"\f015"}.um .fa-home-alt::before,.um-icon-within .fa-home-alt::before{content:"\f015"}.um .fa-home-lg-alt::before,.um-icon-within .fa-home-lg-alt::before{content:"\f015"}.um .fa-calendar-week::before,.um-icon-within .fa-calendar-week::before{content:"\f784"}.um .fa-laptop-medical::before,.um-icon-within .fa-laptop-medical::before{content:"\f812"}.um .fa-b::before,.um-icon-within .fa-b::before{content:"B"}.um .fa-file-medical::before,.um-icon-within .fa-file-medical::before{content:"\f477"}.um .fa-dice-one::before,.um-icon-within .fa-dice-one::before{content:"\f525"}.um .fa-kiwi-bird::before,.um-icon-within .fa-kiwi-bird::before{content:"\f535"}.um .fa-arrow-right-arrow-left::before,.um-icon-within .fa-arrow-right-arrow-left::before{content:"\f0ec"}.um .fa-exchange::before,.um-icon-within .fa-exchange::before{content:"\f0ec"}.um .fa-rotate-right::before,.um-icon-within .fa-rotate-right::before{content:"\f2f9"}.um .fa-redo-alt::before,.um-icon-within .fa-redo-alt::before{content:"\f2f9"}.um .fa-rotate-forward::before,.um-icon-within .fa-rotate-forward::before{content:"\f2f9"}.um .fa-utensils::before,.um-icon-within .fa-utensils::before{content:"\f2e7"}.um .fa-cutlery::before,.um-icon-within .fa-cutlery::before{content:"\f2e7"}.um .fa-arrow-up-wide-short::before,.um-icon-within .fa-arrow-up-wide-short::before{content:"\f161"}.um .fa-sort-amount-up::before,.um-icon-within .fa-sort-amount-up::before{content:"\f161"}.um .fa-mill-sign::before,.um-icon-within .fa-mill-sign::before{content:"\e1ed"}.um .fa-bowl-rice::before,.um-icon-within .fa-bowl-rice::before{content:"\e2eb"}.um .fa-skull::before,.um-icon-within .fa-skull::before{content:"\f54c"}.um .fa-tower-broadcast::before,.um-icon-within .fa-tower-broadcast::before{content:"\f519"}.um .fa-broadcast-tower::before,.um-icon-within .fa-broadcast-tower::before{content:"\f519"}.um .fa-truck-pickup::before,.um-icon-within .fa-truck-pickup::before{content:"\f63c"}.um .fa-up-long::before,.um-icon-within .fa-up-long::before{content:"\f30c"}.um .fa-long-arrow-alt-up::before,.um-icon-within .fa-long-arrow-alt-up::before{content:"\f30c"}.um .fa-stop::before,.um-icon-within .fa-stop::before{content:"\f04d"}.um .fa-code-merge::before,.um-icon-within .fa-code-merge::before{content:"\f387"}.um .fa-upload::before,.um-icon-within .fa-upload::before{content:"\f093"}.um .fa-hurricane::before,.um-icon-within .fa-hurricane::before{content:"\f751"}.um .fa-mound::before,.um-icon-within .fa-mound::before{content:"\e52d"}.um .fa-toilet-portable::before,.um-icon-within .fa-toilet-portable::before{content:"\e583"}.um .fa-compact-disc::before,.um-icon-within .fa-compact-disc::before{content:"\f51f"}.um .fa-file-arrow-down::before,.um-icon-within .fa-file-arrow-down::before{content:"\f56d"}.um .fa-file-download::before,.um-icon-within .fa-file-download::before{content:"\f56d"}.um .fa-caravan::before,.um-icon-within .fa-caravan::before{content:"\f8ff"}.um .fa-shield-cat::before,.um-icon-within .fa-shield-cat::before{content:"\e572"}.um .fa-bolt::before,.um-icon-within .fa-bolt::before{content:"\f0e7"}.um .fa-zap::before,.um-icon-within .fa-zap::before{content:"\f0e7"}.um .fa-glass-water::before,.um-icon-within .fa-glass-water::before{content:"\e4f4"}.um .fa-oil-well::before,.um-icon-within .fa-oil-well::before{content:"\e532"}.um .fa-vault::before,.um-icon-within .fa-vault::before{content:"\e2c5"}.um .fa-mars::before,.um-icon-within .fa-mars::before{content:"\f222"}.um .fa-toilet::before,.um-icon-within .fa-toilet::before{content:"\f7d8"}.um .fa-plane-circle-xmark::before,.um-icon-within .fa-plane-circle-xmark::before{content:"\e557"}.um .fa-yen-sign::before,.um-icon-within .fa-yen-sign::before{content:"\f157"}.um .fa-cny::before,.um-icon-within .fa-cny::before{content:"\f157"}.um .fa-jpy::before,.um-icon-within .fa-jpy::before{content:"\f157"}.um .fa-rmb::before,.um-icon-within .fa-rmb::before{content:"\f157"}.um .fa-yen::before,.um-icon-within .fa-yen::before{content:"\f157"}.um .fa-ruble-sign::before,.um-icon-within .fa-ruble-sign::before{content:"\f158"}.um .fa-rouble::before,.um-icon-within .fa-rouble::before{content:"\f158"}.um .fa-rub::before,.um-icon-within .fa-rub::before{content:"\f158"}.um .fa-ruble::before,.um-icon-within .fa-ruble::before{content:"\f158"}.um .fa-sun::before,.um-icon-within .fa-sun::before{content:"\f185"}.um .fa-guitar::before,.um-icon-within .fa-guitar::before{content:"\f7a6"}.um .fa-face-laugh-wink::before,.um-icon-within .fa-face-laugh-wink::before{content:"\f59c"}.um .fa-laugh-wink::before,.um-icon-within .fa-laugh-wink::before{content:"\f59c"}.um .fa-horse-head::before,.um-icon-within .fa-horse-head::before{content:"\f7ab"}.um .fa-bore-hole::before,.um-icon-within .fa-bore-hole::before{content:"\e4c3"}.um .fa-industry::before,.um-icon-within .fa-industry::before{content:"\f275"}.um .fa-circle-down::before,.um-icon-within .fa-circle-down::before{content:"\f358"}.um .fa-arrow-alt-circle-down::before,.um-icon-within .fa-arrow-alt-circle-down::before{content:"\f358"}.um .fa-arrows-turn-to-dots::before,.um-icon-within .fa-arrows-turn-to-dots::before{content:"\e4c1"}.um .fa-florin-sign::before,.um-icon-within .fa-florin-sign::before{content:"\e184"}.um .fa-arrow-down-short-wide::before,.um-icon-within .fa-arrow-down-short-wide::before{content:"\f884"}.um .fa-sort-amount-desc::before,.um-icon-within .fa-sort-amount-desc::before{content:"\f884"}.um .fa-sort-amount-down-alt::before,.um-icon-within .fa-sort-amount-down-alt::before{content:"\f884"}.um .fa-less-than::before,.um-icon-within .fa-less-than::before{content:"\<"}.um .fa-angle-down::before,.um-icon-within .fa-angle-down::before{content:"\f107"}.um .fa-car-tunnel::before,.um-icon-within .fa-car-tunnel::before{content:"\e4de"}.um .fa-head-side-cough::before,.um-icon-within .fa-head-side-cough::before{content:"\e061"}.um .fa-grip-lines::before,.um-icon-within .fa-grip-lines::before{content:"\f7a4"}.um .fa-thumbs-down::before,.um-icon-within .fa-thumbs-down::before{content:"\f165"}.um .fa-user-lock::before,.um-icon-within .fa-user-lock::before{content:"\f502"}.um .fa-arrow-right-long::before,.um-icon-within .fa-arrow-right-long::before{content:"\f178"}.um .fa-long-arrow-right::before,.um-icon-within .fa-long-arrow-right::before{content:"\f178"}.um .fa-anchor-circle-xmark::before,.um-icon-within .fa-anchor-circle-xmark::before{content:"\e4ac"}.um .fa-ellipsis::before,.um-icon-within .fa-ellipsis::before{content:"\f141"}.um .fa-ellipsis-h::before,.um-icon-within .fa-ellipsis-h::before{content:"\f141"}.um .fa-chess-pawn::before,.um-icon-within .fa-chess-pawn::before{content:"\f443"}.um .fa-kit-medical::before,.um-icon-within .fa-kit-medical::before{content:"\f479"}.um .fa-first-aid::before,.um-icon-within .fa-first-aid::before{content:"\f479"}.um .fa-person-through-window::before,.um-icon-within .fa-person-through-window::before{content:"\e5a9"}.um .fa-toolbox::before,.um-icon-within .fa-toolbox::before{content:"\f552"}.um .fa-hands-holding-circle::before,.um-icon-within .fa-hands-holding-circle::before{content:"\e4fb"}.um .fa-bug::before,.um-icon-within .fa-bug::before{content:"\f188"}.um .fa-credit-card::before,.um-icon-within .fa-credit-card::before{content:"\f09d"}.um .fa-credit-card-alt::before,.um-icon-within .fa-credit-card-alt::before{content:"\f09d"}.um .fa-car::before,.um-icon-within .fa-car::before{content:"\f1b9"}.um .fa-automobile::before,.um-icon-within .fa-automobile::before{content:"\f1b9"}.um .fa-hand-holding-hand::before,.um-icon-within .fa-hand-holding-hand::before{content:"\e4f7"}.um .fa-book-open-reader::before,.um-icon-within .fa-book-open-reader::before{content:"\f5da"}.um .fa-book-reader::before,.um-icon-within .fa-book-reader::before{content:"\f5da"}.um .fa-mountain-sun::before,.um-icon-within .fa-mountain-sun::before{content:"\e52f"}.um .fa-arrows-left-right-to-line::before,.um-icon-within .fa-arrows-left-right-to-line::before{content:"\e4ba"}.um .fa-dice-d20::before,.um-icon-within .fa-dice-d20::before{content:"\f6cf"}.um .fa-truck-droplet::before,.um-icon-within .fa-truck-droplet::before{content:"\e58c"}.um .fa-file-circle-xmark::before,.um-icon-within .fa-file-circle-xmark::before{content:"\e5a1"}.um .fa-temperature-arrow-up::before,.um-icon-within .fa-temperature-arrow-up::before{content:"\e040"}.um .fa-temperature-up::before,.um-icon-within .fa-temperature-up::before{content:"\e040"}.um .fa-medal::before,.um-icon-within .fa-medal::before{content:"\f5a2"}.um .fa-bed::before,.um-icon-within .fa-bed::before{content:"\f236"}.um .fa-square-h::before,.um-icon-within .fa-square-h::before{content:"\f0fd"}.um .fa-h-square::before,.um-icon-within .fa-h-square::before{content:"\f0fd"}.um .fa-podcast::before,.um-icon-within .fa-podcast::before{content:"\f2ce"}.um .fa-temperature-full::before,.um-icon-within .fa-temperature-full::before{content:"\f2c7"}.um .fa-temperature-4::before,.um-icon-within .fa-temperature-4::before{content:"\f2c7"}.um .fa-thermometer-4::before,.um-icon-within .fa-thermometer-4::before{content:"\f2c7"}.um .fa-thermometer-full::before,.um-icon-within .fa-thermometer-full::before{content:"\f2c7"}.um .fa-bell::before,.um-icon-within .fa-bell::before{content:"\f0f3"}.um .fa-superscript::before,.um-icon-within .fa-superscript::before{content:"\f12b"}.um .fa-plug-circle-xmark::before,.um-icon-within .fa-plug-circle-xmark::before{content:"\e560"}.um .fa-star-of-life::before,.um-icon-within .fa-star-of-life::before{content:"\f621"}.um .fa-phone-slash::before,.um-icon-within .fa-phone-slash::before{content:"\f3dd"}.um .fa-paint-roller::before,.um-icon-within .fa-paint-roller::before{content:"\f5aa"}.um .fa-handshake-angle::before,.um-icon-within .fa-handshake-angle::before{content:"\f4c4"}.um .fa-hands-helping::before,.um-icon-within .fa-hands-helping::before{content:"\f4c4"}.um .fa-location-dot::before,.um-icon-within .fa-location-dot::before{content:"\f3c5"}.um .fa-map-marker-alt::before,.um-icon-within .fa-map-marker-alt::before{content:"\f3c5"}.um .fa-file::before,.um-icon-within .fa-file::before{content:"\f15b"}.um .fa-greater-than::before,.um-icon-within .fa-greater-than::before{content:"\>"}.um .fa-person-swimming::before,.um-icon-within .fa-person-swimming::before{content:"\f5c4"}.um .fa-swimmer::before,.um-icon-within .fa-swimmer::before{content:"\f5c4"}.um .fa-arrow-down::before,.um-icon-within .fa-arrow-down::before{content:"\f063"}.um .fa-droplet::before,.um-icon-within .fa-droplet::before{content:"\f043"}.um .fa-tint::before,.um-icon-within .fa-tint::before{content:"\f043"}.um .fa-eraser::before,.um-icon-within .fa-eraser::before{content:"\f12d"}.um .fa-earth-americas::before,.um-icon-within .fa-earth-americas::before{content:"\f57d"}.um .fa-earth::before,.um-icon-within .fa-earth::before{content:"\f57d"}.um .fa-earth-america::before,.um-icon-within .fa-earth-america::before{content:"\f57d"}.um .fa-globe-americas::before,.um-icon-within .fa-globe-americas::before{content:"\f57d"}.um .fa-person-burst::before,.um-icon-within .fa-person-burst::before{content:"\e53b"}.um .fa-dove::before,.um-icon-within .fa-dove::before{content:"\f4ba"}.um .fa-battery-empty::before,.um-icon-within .fa-battery-empty::before{content:"\f244"}.um .fa-battery-0::before,.um-icon-within .fa-battery-0::before{content:"\f244"}.um .fa-socks::before,.um-icon-within .fa-socks::before{content:"\f696"}.um .fa-inbox::before,.um-icon-within .fa-inbox::before{content:"\f01c"}.um .fa-section::before,.um-icon-within .fa-section::before{content:"\e447"}.um .fa-gauge-high::before,.um-icon-within .fa-gauge-high::before{content:"\f625"}.um .fa-tachometer-alt::before,.um-icon-within .fa-tachometer-alt::before{content:"\f625"}.um .fa-tachometer-alt-fast::before,.um-icon-within .fa-tachometer-alt-fast::before{content:"\f625"}.um .fa-envelope-open-text::before,.um-icon-within .fa-envelope-open-text::before{content:"\f658"}.um .fa-hospital::before,.um-icon-within .fa-hospital::before{content:"\f0f8"}.um .fa-hospital-alt::before,.um-icon-within .fa-hospital-alt::before{content:"\f0f8"}.um .fa-hospital-wide::before,.um-icon-within .fa-hospital-wide::before{content:"\f0f8"}.um .fa-wine-bottle::before,.um-icon-within .fa-wine-bottle::before{content:"\f72f"}.um .fa-chess-rook::before,.um-icon-within .fa-chess-rook::before{content:"\f447"}.um .fa-bars-staggered::before,.um-icon-within .fa-bars-staggered::before{content:"\f550"}.um .fa-reorder::before,.um-icon-within .fa-reorder::before{content:"\f550"}.um .fa-stream::before,.um-icon-within .fa-stream::before{content:"\f550"}.um .fa-dharmachakra::before,.um-icon-within .fa-dharmachakra::before{content:"\f655"}.um .fa-hotdog::before,.um-icon-within .fa-hotdog::before{content:"\f80f"}.um .fa-person-walking-with-cane::before,.um-icon-within .fa-person-walking-with-cane::before{content:"\f29d"}.um .fa-blind::before,.um-icon-within .fa-blind::before{content:"\f29d"}.um .fa-drum::before,.um-icon-within .fa-drum::before{content:"\f569"}.um .fa-ice-cream::before,.um-icon-within .fa-ice-cream::before{content:"\f810"}.um .fa-heart-circle-bolt::before,.um-icon-within .fa-heart-circle-bolt::before{content:"\e4fc"}.um .fa-fax::before,.um-icon-within .fa-fax::before{content:"\f1ac"}.um .fa-paragraph::before,.um-icon-within .fa-paragraph::before{content:"\f1dd"}.um .fa-check-to-slot::before,.um-icon-within .fa-check-to-slot::before{content:"\f772"}.um .fa-vote-yea::before,.um-icon-within .fa-vote-yea::before{content:"\f772"}.um .fa-star-half::before,.um-icon-within .fa-star-half::before{content:"\f089"}.um .fa-boxes-stacked::before,.um-icon-within .fa-boxes-stacked::before{content:"\f468"}.um .fa-boxes::before,.um-icon-within .fa-boxes::before{content:"\f468"}.um .fa-boxes-alt::before,.um-icon-within .fa-boxes-alt::before{content:"\f468"}.um .fa-link::before,.um-icon-within .fa-link::before{content:"\f0c1"}.um .fa-chain::before,.um-icon-within .fa-chain::before{content:"\f0c1"}.um .fa-ear-listen::before,.um-icon-within .fa-ear-listen::before{content:"\f2a2"}.um .fa-assistive-listening-systems::before,.um-icon-within .fa-assistive-listening-systems::before{content:"\f2a2"}.um .fa-tree-city::before,.um-icon-within .fa-tree-city::before{content:"\e587"}.um .fa-play::before,.um-icon-within .fa-play::before{content:"\f04b"}.um .fa-font::before,.um-icon-within .fa-font::before{content:"\f031"}.um .fa-table-cells-row-lock::before,.um-icon-within .fa-table-cells-row-lock::before{content:"\e67a"}.um .fa-rupiah-sign::before,.um-icon-within .fa-rupiah-sign::before{content:"\e23d"}.um .fa-magnifying-glass::before,.um-icon-within .fa-magnifying-glass::before{content:"\f002"}.um .fa-search::before,.um-icon-within .fa-search::before{content:"\f002"}.um .fa-table-tennis-paddle-ball::before,.um-icon-within .fa-table-tennis-paddle-ball::before{content:"\f45d"}.um .fa-ping-pong-paddle-ball::before,.um-icon-within .fa-ping-pong-paddle-ball::before{content:"\f45d"}.um .fa-table-tennis::before,.um-icon-within .fa-table-tennis::before{content:"\f45d"}.um .fa-person-dots-from-line::before,.um-icon-within .fa-person-dots-from-line::before{content:"\f470"}.um .fa-diagnoses::before,.um-icon-within .fa-diagnoses::before{content:"\f470"}.um .fa-trash-can-arrow-up::before,.um-icon-within .fa-trash-can-arrow-up::before{content:"\f82a"}.um .fa-trash-restore-alt::before,.um-icon-within .fa-trash-restore-alt::before{content:"\f82a"}.um .fa-naira-sign::before,.um-icon-within .fa-naira-sign::before{content:"\e1f6"}.um .fa-cart-arrow-down::before,.um-icon-within .fa-cart-arrow-down::before{content:"\f218"}.um .fa-walkie-talkie::before,.um-icon-within .fa-walkie-talkie::before{content:"\f8ef"}.um .fa-file-pen::before,.um-icon-within .fa-file-pen::before{content:"\f31c"}.um .fa-file-edit::before,.um-icon-within .fa-file-edit::before{content:"\f31c"}.um .fa-receipt::before,.um-icon-within .fa-receipt::before{content:"\f543"}.um .fa-square-pen::before,.um-icon-within .fa-square-pen::before{content:"\f14b"}.um .fa-pen-square::before,.um-icon-within .fa-pen-square::before{content:"\f14b"}.um .fa-pencil-square::before,.um-icon-within .fa-pencil-square::before{content:"\f14b"}.um .fa-suitcase-rolling::before,.um-icon-within .fa-suitcase-rolling::before{content:"\f5c1"}.um .fa-person-circle-exclamation::before,.um-icon-within .fa-person-circle-exclamation::before{content:"\e53f"}.um .fa-chevron-down::before,.um-icon-within .fa-chevron-down::before{content:"\f078"}.um .fa-battery-full::before,.um-icon-within .fa-battery-full::before{content:"\f240"}.um .fa-battery::before,.um-icon-within .fa-battery::before{content:"\f240"}.um .fa-battery-5::before,.um-icon-within .fa-battery-5::before{content:"\f240"}.um .fa-skull-crossbones::before,.um-icon-within .fa-skull-crossbones::before{content:"\f714"}.um .fa-code-compare::before,.um-icon-within .fa-code-compare::before{content:"\e13a"}.um .fa-list-ul::before,.um-icon-within .fa-list-ul::before{content:"\f0ca"}.um .fa-list-dots::before,.um-icon-within .fa-list-dots::before{content:"\f0ca"}.um .fa-school-lock::before,.um-icon-within .fa-school-lock::before{content:"\e56f"}.um .fa-tower-cell::before,.um-icon-within .fa-tower-cell::before{content:"\e585"}.um .fa-down-long::before,.um-icon-within .fa-down-long::before{content:"\f309"}.um .fa-long-arrow-alt-down::before,.um-icon-within .fa-long-arrow-alt-down::before{content:"\f309"}.um .fa-ranking-star::before,.um-icon-within .fa-ranking-star::before{content:"\e561"}.um .fa-chess-king::before,.um-icon-within .fa-chess-king::before{content:"\f43f"}.um .fa-person-harassing::before,.um-icon-within .fa-person-harassing::before{content:"\e549"}.um .fa-brazilian-real-sign::before,.um-icon-within .fa-brazilian-real-sign::before{content:"\e46c"}.um .fa-landmark-dome::before,.um-icon-within .fa-landmark-dome::before{content:"\f752"}.um .fa-landmark-alt::before,.um-icon-within .fa-landmark-alt::before{content:"\f752"}.um .fa-arrow-up::before,.um-icon-within .fa-arrow-up::before{content:"\f062"}.um .fa-tv::before,.um-icon-within .fa-tv::before{content:"\f26c"}.um .fa-television::before,.um-icon-within .fa-television::before{content:"\f26c"}.um .fa-tv-alt::before,.um-icon-within .fa-tv-alt::before{content:"\f26c"}.um .fa-shrimp::before,.um-icon-within .fa-shrimp::before{content:"\e448"}.um .fa-list-check::before,.um-icon-within .fa-list-check::before{content:"\f0ae"}.um .fa-tasks::before,.um-icon-within .fa-tasks::before{content:"\f0ae"}.um .fa-jug-detergent::before,.um-icon-within .fa-jug-detergent::before{content:"\e519"}.um .fa-circle-user::before,.um-icon-within .fa-circle-user::before{content:"\f2bd"}.um .fa-user-circle::before,.um-icon-within .fa-user-circle::before{content:"\f2bd"}.um .fa-user-shield::before,.um-icon-within .fa-user-shield::before{content:"\f505"}.um .fa-wind::before,.um-icon-within .fa-wind::before{content:"\f72e"}.um .fa-car-burst::before,.um-icon-within .fa-car-burst::before{content:"\f5e1"}.um .fa-car-crash::before,.um-icon-within .fa-car-crash::before{content:"\f5e1"}.um .fa-y::before,.um-icon-within .fa-y::before{content:"Y"}.um .fa-person-snowboarding::before,.um-icon-within .fa-person-snowboarding::before{content:"\f7ce"}.um .fa-snowboarding::before,.um-icon-within .fa-snowboarding::before{content:"\f7ce"}.um .fa-truck-fast::before,.um-icon-within .fa-truck-fast::before{content:"\f48b"}.um .fa-shipping-fast::before,.um-icon-within .fa-shipping-fast::before{content:"\f48b"}.um .fa-fish::before,.um-icon-within .fa-fish::before{content:"\f578"}.um .fa-user-graduate::before,.um-icon-within .fa-user-graduate::before{content:"\f501"}.um .fa-circle-half-stroke::before,.um-icon-within .fa-circle-half-stroke::before{content:"\f042"}.um .fa-adjust::before,.um-icon-within .fa-adjust::before{content:"\f042"}.um .fa-clapperboard::before,.um-icon-within .fa-clapperboard::before{content:"\e131"}.um .fa-circle-radiation::before,.um-icon-within .fa-circle-radiation::before{content:"\f7ba"}.um .fa-radiation-alt::before,.um-icon-within .fa-radiation-alt::before{content:"\f7ba"}.um .fa-baseball::before,.um-icon-within .fa-baseball::before{content:"\f433"}.um .fa-baseball-ball::before,.um-icon-within .fa-baseball-ball::before{content:"\f433"}.um .fa-jet-fighter-up::before,.um-icon-within .fa-jet-fighter-up::before{content:"\e518"}.um .fa-diagram-project::before,.um-icon-within .fa-diagram-project::before{content:"\f542"}.um .fa-project-diagram::before,.um-icon-within .fa-project-diagram::before{content:"\f542"}.um .fa-copy::before,.um-icon-within .fa-copy::before{content:"\f0c5"}.um .fa-volume-xmark::before,.um-icon-within .fa-volume-xmark::before{content:"\f6a9"}.um .fa-volume-mute::before,.um-icon-within .fa-volume-mute::before{content:"\f6a9"}.um .fa-volume-times::before,.um-icon-within .fa-volume-times::before{content:"\f6a9"}.um .fa-hand-sparkles::before,.um-icon-within .fa-hand-sparkles::before{content:"\e05d"}.um .fa-grip::before,.um-icon-within .fa-grip::before{content:"\f58d"}.um .fa-grip-horizontal::before,.um-icon-within .fa-grip-horizontal::before{content:"\f58d"}.um .fa-share-from-square::before,.um-icon-within .fa-share-from-square::before{content:"\f14d"}.um .fa-share-square::before,.um-icon-within .fa-share-square::before{content:"\f14d"}.um .fa-child-combatant::before,.um-icon-within .fa-child-combatant::before{content:"\e4e0"}.um .fa-child-rifle::before,.um-icon-within .fa-child-rifle::before{content:"\e4e0"}.um .fa-gun::before,.um-icon-within .fa-gun::before{content:"\e19b"}.um .fa-square-phone::before,.um-icon-within .fa-square-phone::before{content:"\f098"}.um .fa-phone-square::before,.um-icon-within .fa-phone-square::before{content:"\f098"}.um .fa-plus::before,.um-icon-within .fa-plus::before{content:"\+"}.um .fa-add::before,.um-icon-within .fa-add::before{content:"\+"}.um .fa-expand::before,.um-icon-within .fa-expand::before{content:"\f065"}.um .fa-computer::before,.um-icon-within .fa-computer::before{content:"\e4e5"}.um .fa-xmark::before,.um-icon-within .fa-xmark::before{content:"\f00d"}.um .fa-close::before,.um-icon-within .fa-close::before{content:"\f00d"}.um .fa-multiply::before,.um-icon-within .fa-multiply::before{content:"\f00d"}.um .fa-remove::before,.um-icon-within .fa-remove::before{content:"\f00d"}.um .fa-times::before,.um-icon-within .fa-times::before{content:"\f00d"}.um .fa-arrows-up-down-left-right::before,.um-icon-within .fa-arrows-up-down-left-right::before{content:"\f047"}.um .fa-arrows::before,.um-icon-within .fa-arrows::before{content:"\f047"}.um .fa-chalkboard-user::before,.um-icon-within .fa-chalkboard-user::before{content:"\f51c"}.um .fa-chalkboard-teacher::before,.um-icon-within .fa-chalkboard-teacher::before{content:"\f51c"}.um .fa-peso-sign::before,.um-icon-within .fa-peso-sign::before{content:"\e222"}.um .fa-building-shield::before,.um-icon-within .fa-building-shield::before{content:"\e4d8"}.um .fa-baby::before,.um-icon-within .fa-baby::before{content:"\f77c"}.um .fa-users-line::before,.um-icon-within .fa-users-line::before{content:"\e592"}.um .fa-quote-left::before,.um-icon-within .fa-quote-left::before{content:"\f10d"}.um .fa-quote-left-alt::before,.um-icon-within .fa-quote-left-alt::before{content:"\f10d"}.um .fa-tractor::before,.um-icon-within .fa-tractor::before{content:"\f722"}.um .fa-trash-arrow-up::before,.um-icon-within .fa-trash-arrow-up::before{content:"\f829"}.um .fa-trash-restore::before,.um-icon-within .fa-trash-restore::before{content:"\f829"}.um .fa-arrow-down-up-lock::before,.um-icon-within .fa-arrow-down-up-lock::before{content:"\e4b0"}.um .fa-lines-leaning::before,.um-icon-within .fa-lines-leaning::before{content:"\e51e"}.um .fa-ruler-combined::before,.um-icon-within .fa-ruler-combined::before{content:"\f546"}.um .fa-copyright::before,.um-icon-within .fa-copyright::before{content:"\f1f9"}.um .fa-equals::before,.um-icon-within .fa-equals::before{content:"\="}.um .fa-blender::before,.um-icon-within .fa-blender::before{content:"\f517"}.um .fa-teeth::before,.um-icon-within .fa-teeth::before{content:"\f62e"}.um .fa-shekel-sign::before,.um-icon-within .fa-shekel-sign::before{content:"\f20b"}.um .fa-ils::before,.um-icon-within .fa-ils::before{content:"\f20b"}.um .fa-shekel::before,.um-icon-within .fa-shekel::before{content:"\f20b"}.um .fa-sheqel::before,.um-icon-within .fa-sheqel::before{content:"\f20b"}.um .fa-sheqel-sign::before,.um-icon-within .fa-sheqel-sign::before{content:"\f20b"}.um .fa-map::before,.um-icon-within .fa-map::before{content:"\f279"}.um .fa-rocket::before,.um-icon-within .fa-rocket::before{content:"\f135"}.um .fa-photo-film::before,.um-icon-within .fa-photo-film::before{content:"\f87c"}.um .fa-photo-video::before,.um-icon-within .fa-photo-video::before{content:"\f87c"}.um .fa-folder-minus::before,.um-icon-within .fa-folder-minus::before{content:"\f65d"}.um .fa-store::before,.um-icon-within .fa-store::before{content:"\f54e"}.um .fa-arrow-trend-up::before,.um-icon-within .fa-arrow-trend-up::before{content:"\e098"}.um .fa-plug-circle-minus::before,.um-icon-within .fa-plug-circle-minus::before{content:"\e55e"}.um .fa-sign-hanging::before,.um-icon-within .fa-sign-hanging::before{content:"\f4d9"}.um .fa-sign::before,.um-icon-within .fa-sign::before{content:"\f4d9"}.um .fa-bezier-curve::before,.um-icon-within .fa-bezier-curve::before{content:"\f55b"}.um .fa-bell-slash::before,.um-icon-within .fa-bell-slash::before{content:"\f1f6"}.um .fa-tablet::before,.um-icon-within .fa-tablet::before{content:"\f3fb"}.um .fa-tablet-android::before,.um-icon-within .fa-tablet-android::before{content:"\f3fb"}.um .fa-school-flag::before,.um-icon-within .fa-school-flag::before{content:"\e56e"}.um .fa-fill::before,.um-icon-within .fa-fill::before{content:"\f575"}.um .fa-angle-up::before,.um-icon-within .fa-angle-up::before{content:"\f106"}.um .fa-drumstick-bite::before,.um-icon-within .fa-drumstick-bite::before{content:"\f6d7"}.um .fa-holly-berry::before,.um-icon-within .fa-holly-berry::before{content:"\f7aa"}.um .fa-chevron-left::before,.um-icon-within .fa-chevron-left::before{content:"\f053"}.um .fa-bacteria::before,.um-icon-within .fa-bacteria::before{content:"\e059"}.um .fa-hand-lizard::before,.um-icon-within .fa-hand-lizard::before{content:"\f258"}.um .fa-notdef::before,.um-icon-within .fa-notdef::before{content:"\e1fe"}.um .fa-disease::before,.um-icon-within .fa-disease::before{content:"\f7fa"}.um .fa-briefcase-medical::before,.um-icon-within .fa-briefcase-medical::before{content:"\f469"}.um .fa-genderless::before,.um-icon-within .fa-genderless::before{content:"\f22d"}.um .fa-chevron-right::before,.um-icon-within .fa-chevron-right::before{content:"\f054"}.um .fa-retweet::before,.um-icon-within .fa-retweet::before{content:"\f079"}.um .fa-car-rear::before,.um-icon-within .fa-car-rear::before{content:"\f5de"}.um .fa-car-alt::before,.um-icon-within .fa-car-alt::before{content:"\f5de"}.um .fa-pump-soap::before,.um-icon-within .fa-pump-soap::before{content:"\e06b"}.um .fa-video-slash::before,.um-icon-within .fa-video-slash::before{content:"\f4e2"}.um .fa-battery-quarter::before,.um-icon-within .fa-battery-quarter::before{content:"\f243"}.um .fa-battery-2::before,.um-icon-within .fa-battery-2::before{content:"\f243"}.um .fa-radio::before,.um-icon-within .fa-radio::before{content:"\f8d7"}.um .fa-baby-carriage::before,.um-icon-within .fa-baby-carriage::before{content:"\f77d"}.um .fa-carriage-baby::before,.um-icon-within .fa-carriage-baby::before{content:"\f77d"}.um .fa-traffic-light::before,.um-icon-within .fa-traffic-light::before{content:"\f637"}.um .fa-thermometer::before,.um-icon-within .fa-thermometer::before{content:"\f491"}.um .fa-vr-cardboard::before,.um-icon-within .fa-vr-cardboard::before{content:"\f729"}.um .fa-hand-middle-finger::before,.um-icon-within .fa-hand-middle-finger::before{content:"\f806"}.um .fa-percent::before,.um-icon-within .fa-percent::before{content:"\%"}.um .fa-percentage::before,.um-icon-within .fa-percentage::before{content:"\%"}.um .fa-truck-moving::before,.um-icon-within .fa-truck-moving::before{content:"\f4df"}.um .fa-glass-water-droplet::before,.um-icon-within .fa-glass-water-droplet::before{content:"\e4f5"}.um .fa-display::before,.um-icon-within .fa-display::before{content:"\e163"}.um .fa-face-smile::before,.um-icon-within .fa-face-smile::before{content:"\f118"}.um .fa-smile::before,.um-icon-within .fa-smile::before{content:"\f118"}.um .fa-thumbtack::before,.um-icon-within .fa-thumbtack::before{content:"\f08d"}.um .fa-thumb-tack::before,.um-icon-within .fa-thumb-tack::before{content:"\f08d"}.um .fa-trophy::before,.um-icon-within .fa-trophy::before{content:"\f091"}.um .fa-person-praying::before,.um-icon-within .fa-person-praying::before{content:"\f683"}.um .fa-pray::before,.um-icon-within .fa-pray::before{content:"\f683"}.um .fa-hammer::before,.um-icon-within .fa-hammer::before{content:"\f6e3"}.um .fa-hand-peace::before,.um-icon-within .fa-hand-peace::before{content:"\f25b"}.um .fa-rotate::before,.um-icon-within .fa-rotate::before{content:"\f2f1"}.um .fa-sync-alt::before,.um-icon-within .fa-sync-alt::before{content:"\f2f1"}.um .fa-spinner::before,.um-icon-within .fa-spinner::before{content:"\f110"}.um .fa-robot::before,.um-icon-within .fa-robot::before{content:"\f544"}.um .fa-peace::before,.um-icon-within .fa-peace::before{content:"\f67c"}.um .fa-gears::before,.um-icon-within .fa-gears::before{content:"\f085"}.um .fa-cogs::before,.um-icon-within .fa-cogs::before{content:"\f085"}.um .fa-warehouse::before,.um-icon-within .fa-warehouse::before{content:"\f494"}.um .fa-arrow-up-right-dots::before,.um-icon-within .fa-arrow-up-right-dots::before{content:"\e4b7"}.um .fa-splotch::before,.um-icon-within .fa-splotch::before{content:"\f5bc"}.um .fa-face-grin-hearts::before,.um-icon-within .fa-face-grin-hearts::before{content:"\f584"}.um .fa-grin-hearts::before,.um-icon-within .fa-grin-hearts::before{content:"\f584"}.um .fa-dice-four::before,.um-icon-within .fa-dice-four::before{content:"\f524"}.um .fa-sim-card::before,.um-icon-within .fa-sim-card::before{content:"\f7c4"}.um .fa-transgender::before,.um-icon-within .fa-transgender::before{content:"\f225"}.um .fa-transgender-alt::before,.um-icon-within .fa-transgender-alt::before{content:"\f225"}.um .fa-mercury::before,.um-icon-within .fa-mercury::before{content:"\f223"}.um .fa-arrow-turn-down::before,.um-icon-within .fa-arrow-turn-down::before{content:"\f149"}.um .fa-level-down::before,.um-icon-within .fa-level-down::before{content:"\f149"}.um .fa-person-falling-burst::before,.um-icon-within .fa-person-falling-burst::before{content:"\e547"}.um .fa-award::before,.um-icon-within .fa-award::before{content:"\f559"}.um .fa-ticket-simple::before,.um-icon-within .fa-ticket-simple::before{content:"\f3ff"}.um .fa-ticket-alt::before,.um-icon-within .fa-ticket-alt::before{content:"\f3ff"}.um .fa-building::before,.um-icon-within .fa-building::before{content:"\f1ad"}.um .fa-angles-left::before,.um-icon-within .fa-angles-left::before{content:"\f100"}.um .fa-angle-double-left::before,.um-icon-within .fa-angle-double-left::before{content:"\f100"}.um .fa-qrcode::before,.um-icon-within .fa-qrcode::before{content:"\f029"}.um .fa-clock-rotate-left::before,.um-icon-within .fa-clock-rotate-left::before{content:"\f1da"}.um .fa-history::before,.um-icon-within .fa-history::before{content:"\f1da"}.um .fa-face-grin-beam-sweat::before,.um-icon-within .fa-face-grin-beam-sweat::before{content:"\f583"}.um .fa-grin-beam-sweat::before,.um-icon-within .fa-grin-beam-sweat::before{content:"\f583"}.um .fa-file-export::before,.um-icon-within .fa-file-export::before{content:"\f56e"}.um .fa-arrow-right-from-file::before,.um-icon-within .fa-arrow-right-from-file::before{content:"\f56e"}.um .fa-shield::before,.um-icon-within .fa-shield::before{content:"\f132"}.um .fa-shield-blank::before,.um-icon-within .fa-shield-blank::before{content:"\f132"}.um .fa-arrow-up-short-wide::before,.um-icon-within .fa-arrow-up-short-wide::before{content:"\f885"}.um .fa-sort-amount-up-alt::before,.um-icon-within .fa-sort-amount-up-alt::before{content:"\f885"}.um .fa-house-medical::before,.um-icon-within .fa-house-medical::before{content:"\e3b2"}.um .fa-golf-ball-tee::before,.um-icon-within .fa-golf-ball-tee::before{content:"\f450"}.um .fa-golf-ball::before,.um-icon-within .fa-golf-ball::before{content:"\f450"}.um .fa-circle-chevron-left::before,.um-icon-within .fa-circle-chevron-left::before{content:"\f137"}.um .fa-chevron-circle-left::before,.um-icon-within .fa-chevron-circle-left::before{content:"\f137"}.um .fa-house-chimney-window::before,.um-icon-within .fa-house-chimney-window::before{content:"\e00d"}.um .fa-pen-nib::before,.um-icon-within .fa-pen-nib::before{content:"\f5ad"}.um .fa-tent-arrow-turn-left::before,.um-icon-within .fa-tent-arrow-turn-left::before{content:"\e580"}.um .fa-tents::before,.um-icon-within .fa-tents::before{content:"\e582"}.um .fa-wand-magic::before,.um-icon-within .fa-wand-magic::before{content:"\f0d0"}.um .fa-magic::before,.um-icon-within .fa-magic::before{content:"\f0d0"}.um .fa-dog::before,.um-icon-within .fa-dog::before{content:"\f6d3"}.um .fa-carrot::before,.um-icon-within .fa-carrot::before{content:"\f787"}.um .fa-moon::before,.um-icon-within .fa-moon::before{content:"\f186"}.um .fa-wine-glass-empty::before,.um-icon-within .fa-wine-glass-empty::before{content:"\f5ce"}.um .fa-wine-glass-alt::before,.um-icon-within .fa-wine-glass-alt::before{content:"\f5ce"}.um .fa-cheese::before,.um-icon-within .fa-cheese::before{content:"\f7ef"}.um .fa-yin-yang::before,.um-icon-within .fa-yin-yang::before{content:"\f6ad"}.um .fa-music::before,.um-icon-within .fa-music::before{content:"\f001"}.um .fa-code-commit::before,.um-icon-within .fa-code-commit::before{content:"\f386"}.um .fa-temperature-low::before,.um-icon-within .fa-temperature-low::before{content:"\f76b"}.um .fa-person-biking::before,.um-icon-within .fa-person-biking::before{content:"\f84a"}.um .fa-biking::before,.um-icon-within .fa-biking::before{content:"\f84a"}.um .fa-broom::before,.um-icon-within .fa-broom::before{content:"\f51a"}.um .fa-shield-heart::before,.um-icon-within .fa-shield-heart::before{content:"\e574"}.um .fa-gopuram::before,.um-icon-within .fa-gopuram::before{content:"\f664"}.um .fa-earth-oceania::before,.um-icon-within .fa-earth-oceania::before{content:"\e47b"}.um .fa-globe-oceania::before,.um-icon-within .fa-globe-oceania::before{content:"\e47b"}.um .fa-square-xmark::before,.um-icon-within .fa-square-xmark::before{content:"\f2d3"}.um .fa-times-square::before,.um-icon-within .fa-times-square::before{content:"\f2d3"}.um .fa-xmark-square::before,.um-icon-within .fa-xmark-square::before{content:"\f2d3"}.um .fa-hashtag::before,.um-icon-within .fa-hashtag::before{content:"\#"}.um .fa-up-right-and-down-left-from-center::before,.um-icon-within .fa-up-right-and-down-left-from-center::before{content:"\f424"}.um .fa-expand-alt::before,.um-icon-within .fa-expand-alt::before{content:"\f424"}.um .fa-oil-can::before,.um-icon-within .fa-oil-can::before{content:"\f613"}.um .fa-t::before,.um-icon-within .fa-t::before{content:"T"}.um .fa-hippo::before,.um-icon-within .fa-hippo::before{content:"\f6ed"}.um .fa-chart-column::before,.um-icon-within .fa-chart-column::before{content:"\e0e3"}.um .fa-infinity::before,.um-icon-within .fa-infinity::before{content:"\f534"}.um .fa-vial-circle-check::before,.um-icon-within .fa-vial-circle-check::before{content:"\e596"}.um .fa-person-arrow-down-to-line::before,.um-icon-within .fa-person-arrow-down-to-line::before{content:"\e538"}.um .fa-voicemail::before,.um-icon-within .fa-voicemail::before{content:"\f897"}.um .fa-fan::before,.um-icon-within .fa-fan::before{content:"\f863"}.um .fa-person-walking-luggage::before,.um-icon-within .fa-person-walking-luggage::before{content:"\e554"}.um .fa-up-down::before,.um-icon-within .fa-up-down::before{content:"\f338"}.um .fa-arrows-alt-v::before,.um-icon-within .fa-arrows-alt-v::before{content:"\f338"}.um .fa-cloud-moon-rain::before,.um-icon-within .fa-cloud-moon-rain::before{content:"\f73c"}.um .fa-calendar::before,.um-icon-within .fa-calendar::before{content:"\f133"}.um .fa-trailer::before,.um-icon-within .fa-trailer::before{content:"\e041"}.um .fa-bahai::before,.um-icon-within .fa-bahai::before{content:"\f666"}.um .fa-haykal::before,.um-icon-within .fa-haykal::before{content:"\f666"}.um .fa-sd-card::before,.um-icon-within .fa-sd-card::before{content:"\f7c2"}.um .fa-dragon::before,.um-icon-within .fa-dragon::before{content:"\f6d5"}.um .fa-shoe-prints::before,.um-icon-within .fa-shoe-prints::before{content:"\f54b"}.um .fa-circle-plus::before,.um-icon-within .fa-circle-plus::before{content:"\f055"}.um .fa-plus-circle::before,.um-icon-within .fa-plus-circle::before{content:"\f055"}.um .fa-face-grin-tongue-wink::before,.um-icon-within .fa-face-grin-tongue-wink::before{content:"\f58b"}.um .fa-grin-tongue-wink::before,.um-icon-within .fa-grin-tongue-wink::before{content:"\f58b"}.um .fa-hand-holding::before,.um-icon-within .fa-hand-holding::before{content:"\f4bd"}.um .fa-plug-circle-exclamation::before,.um-icon-within .fa-plug-circle-exclamation::before{content:"\e55d"}.um .fa-link-slash::before,.um-icon-within .fa-link-slash::before{content:"\f127"}.um .fa-chain-broken::before,.um-icon-within .fa-chain-broken::before{content:"\f127"}.um .fa-chain-slash::before,.um-icon-within .fa-chain-slash::before{content:"\f127"}.um .fa-unlink::before,.um-icon-within .fa-unlink::before{content:"\f127"}.um .fa-clone::before,.um-icon-within .fa-clone::before{content:"\f24d"}.um .fa-person-walking-arrow-loop-left::before,.um-icon-within .fa-person-walking-arrow-loop-left::before{content:"\e551"}.um .fa-arrow-up-z-a::before,.um-icon-within .fa-arrow-up-z-a::before{content:"\f882"}.um .fa-sort-alpha-up-alt::before,.um-icon-within .fa-sort-alpha-up-alt::before{content:"\f882"}.um .fa-fire-flame-curved::before,.um-icon-within .fa-fire-flame-curved::before{content:"\f7e4"}.um .fa-fire-alt::before,.um-icon-within .fa-fire-alt::before{content:"\f7e4"}.um .fa-tornado::before,.um-icon-within .fa-tornado::before{content:"\f76f"}.um .fa-file-circle-plus::before,.um-icon-within .fa-file-circle-plus::before{content:"\e494"}.um .fa-book-quran::before,.um-icon-within .fa-book-quran::before{content:"\f687"}.um .fa-quran::before,.um-icon-within .fa-quran::before{content:"\f687"}.um .fa-anchor::before,.um-icon-within .fa-anchor::before{content:"\f13d"}.um .fa-border-all::before,.um-icon-within .fa-border-all::before{content:"\f84c"}.um .fa-face-angry::before,.um-icon-within .fa-face-angry::before{content:"\f556"}.um .fa-angry::before,.um-icon-within .fa-angry::before{content:"\f556"}.um .fa-cookie-bite::before,.um-icon-within .fa-cookie-bite::before{content:"\f564"}.um .fa-arrow-trend-down::before,.um-icon-within .fa-arrow-trend-down::before{content:"\e097"}.um .fa-rss::before,.um-icon-within .fa-rss::before{content:"\f09e"}.um .fa-feed::before,.um-icon-within .fa-feed::before{content:"\f09e"}.um .fa-draw-polygon::before,.um-icon-within .fa-draw-polygon::before{content:"\f5ee"}.um .fa-scale-balanced::before,.um-icon-within .fa-scale-balanced::before{content:"\f24e"}.um .fa-balance-scale::before,.um-icon-within .fa-balance-scale::before{content:"\f24e"}.um .fa-gauge-simple-high::before,.um-icon-within .fa-gauge-simple-high::before{content:"\f62a"}.um .fa-tachometer::before,.um-icon-within .fa-tachometer::before{content:"\f62a"}.um .fa-tachometer-fast::before,.um-icon-within .fa-tachometer-fast::before{content:"\f62a"}.um .fa-shower::before,.um-icon-within .fa-shower::before{content:"\f2cc"}.um .fa-desktop::before,.um-icon-within .fa-desktop::before{content:"\f390"}.um .fa-desktop-alt::before,.um-icon-within .fa-desktop-alt::before{content:"\f390"}.um .fa-m::before,.um-icon-within .fa-m::before{content:"M"}.um .fa-table-list::before,.um-icon-within .fa-table-list::before{content:"\f00b"}.um .fa-th-list::before,.um-icon-within .fa-th-list::before{content:"\f00b"}.um .fa-comment-sms::before,.um-icon-within .fa-comment-sms::before{content:"\f7cd"}.um .fa-sms::before,.um-icon-within .fa-sms::before{content:"\f7cd"}.um .fa-book::before,.um-icon-within .fa-book::before{content:"\f02d"}.um .fa-user-plus::before,.um-icon-within .fa-user-plus::before{content:"\f234"}.um .fa-check::before,.um-icon-within .fa-check::before{content:"\f00c"}.um .fa-battery-three-quarters::before,.um-icon-within .fa-battery-three-quarters::before{content:"\f241"}.um .fa-battery-4::before,.um-icon-within .fa-battery-4::before{content:"\f241"}.um .fa-house-circle-check::before,.um-icon-within .fa-house-circle-check::before{content:"\e509"}.um .fa-angle-left::before,.um-icon-within .fa-angle-left::before{content:"\f104"}.um .fa-diagram-successor::before,.um-icon-within .fa-diagram-successor::before{content:"\e47a"}.um .fa-truck-arrow-right::before,.um-icon-within .fa-truck-arrow-right::before{content:"\e58b"}.um .fa-arrows-split-up-and-left::before,.um-icon-within .fa-arrows-split-up-and-left::before{content:"\e4bc"}.um .fa-hand-fist::before,.um-icon-within .fa-hand-fist::before{content:"\f6de"}.um .fa-fist-raised::before,.um-icon-within .fa-fist-raised::before{content:"\f6de"}.um .fa-cloud-moon::before,.um-icon-within .fa-cloud-moon::before{content:"\f6c3"}.um .fa-briefcase::before,.um-icon-within .fa-briefcase::before{content:"\f0b1"}.um .fa-person-falling::before,.um-icon-within .fa-person-falling::before{content:"\e546"}.um .fa-image-portrait::before,.um-icon-within .fa-image-portrait::before{content:"\f3e0"}.um .fa-portrait::before,.um-icon-within .fa-portrait::before{content:"\f3e0"}.um .fa-user-tag::before,.um-icon-within .fa-user-tag::before{content:"\f507"}.um .fa-rug::before,.um-icon-within .fa-rug::before{content:"\e569"}.um .fa-earth-europe::before,.um-icon-within .fa-earth-europe::before{content:"\f7a2"}.um .fa-globe-europe::before,.um-icon-within .fa-globe-europe::before{content:"\f7a2"}.um .fa-cart-flatbed-suitcase::before,.um-icon-within .fa-cart-flatbed-suitcase::before{content:"\f59d"}.um .fa-luggage-cart::before,.um-icon-within .fa-luggage-cart::before{content:"\f59d"}.um .fa-rectangle-xmark::before,.um-icon-within .fa-rectangle-xmark::before{content:"\f410"}.um .fa-rectangle-times::before,.um-icon-within .fa-rectangle-times::before{content:"\f410"}.um .fa-times-rectangle::before,.um-icon-within .fa-times-rectangle::before{content:"\f410"}.um .fa-window-close::before,.um-icon-within .fa-window-close::before{content:"\f410"}.um .fa-baht-sign::before,.um-icon-within .fa-baht-sign::before{content:"\e0ac"}.um .fa-book-open::before,.um-icon-within .fa-book-open::before{content:"\f518"}.um .fa-book-journal-whills::before,.um-icon-within .fa-book-journal-whills::before{content:"\f66a"}.um .fa-journal-whills::before,.um-icon-within .fa-journal-whills::before{content:"\f66a"}.um .fa-handcuffs::before,.um-icon-within .fa-handcuffs::before{content:"\e4f8"}.um .fa-triangle-exclamation::before,.um-icon-within .fa-triangle-exclamation::before{content:"\f071"}.um .fa-exclamation-triangle::before,.um-icon-within .fa-exclamation-triangle::before{content:"\f071"}.um .fa-warning::before,.um-icon-within .fa-warning::before{content:"\f071"}.um .fa-database::before,.um-icon-within .fa-database::before{content:"\f1c0"}.um .fa-share::before,.um-icon-within .fa-share::before{content:"\f064"}.um .fa-mail-forward::before,.um-icon-within .fa-mail-forward::before{content:"\f064"}.um .fa-bottle-droplet::before,.um-icon-within .fa-bottle-droplet::before{content:"\e4c4"}.um .fa-mask-face::before,.um-icon-within .fa-mask-face::before{content:"\e1d7"}.um .fa-hill-rockslide::before,.um-icon-within .fa-hill-rockslide::before{content:"\e508"}.um .fa-right-left::before,.um-icon-within .fa-right-left::before{content:"\f362"}.um .fa-exchange-alt::before,.um-icon-within .fa-exchange-alt::before{content:"\f362"}.um .fa-paper-plane::before,.um-icon-within .fa-paper-plane::before{content:"\f1d8"}.um .fa-road-circle-exclamation::before,.um-icon-within .fa-road-circle-exclamation::before{content:"\e565"}.um .fa-dungeon::before,.um-icon-within .fa-dungeon::before{content:"\f6d9"}.um .fa-align-right::before,.um-icon-within .fa-align-right::before{content:"\f038"}.um .fa-money-bill-1-wave::before,.um-icon-within .fa-money-bill-1-wave::before{content:"\f53b"}.um .fa-money-bill-wave-alt::before,.um-icon-within .fa-money-bill-wave-alt::before{content:"\f53b"}.um .fa-life-ring::before,.um-icon-within .fa-life-ring::before{content:"\f1cd"}.um .fa-hands::before,.um-icon-within .fa-hands::before{content:"\f2a7"}.um .fa-sign-language::before,.um-icon-within .fa-sign-language::before{content:"\f2a7"}.um .fa-signing::before,.um-icon-within .fa-signing::before{content:"\f2a7"}.um .fa-calendar-day::before,.um-icon-within .fa-calendar-day::before{content:"\f783"}.um .fa-water-ladder::before,.um-icon-within .fa-water-ladder::before{content:"\f5c5"}.um .fa-ladder-water::before,.um-icon-within .fa-ladder-water::before{content:"\f5c5"}.um .fa-swimming-pool::before,.um-icon-within .fa-swimming-pool::before{content:"\f5c5"}.um .fa-arrows-up-down::before,.um-icon-within .fa-arrows-up-down::before{content:"\f07d"}.um .fa-arrows-v::before,.um-icon-within .fa-arrows-v::before{content:"\f07d"}.um .fa-face-grimace::before,.um-icon-within .fa-face-grimace::before{content:"\f57f"}.um .fa-grimace::before,.um-icon-within .fa-grimace::before{content:"\f57f"}.um .fa-wheelchair-move::before,.um-icon-within .fa-wheelchair-move::before{content:"\e2ce"}.um .fa-wheelchair-alt::before,.um-icon-within .fa-wheelchair-alt::before{content:"\e2ce"}.um .fa-turn-down::before,.um-icon-within .fa-turn-down::before{content:"\f3be"}.um .fa-level-down-alt::before,.um-icon-within .fa-level-down-alt::before{content:"\f3be"}.um .fa-person-walking-arrow-right::before,.um-icon-within .fa-person-walking-arrow-right::before{content:"\e552"}.um .fa-square-envelope::before,.um-icon-within .fa-square-envelope::before{content:"\f199"}.um .fa-envelope-square::before,.um-icon-within .fa-envelope-square::before{content:"\f199"}.um .fa-dice::before,.um-icon-within .fa-dice::before{content:"\f522"}.um .fa-bowling-ball::before,.um-icon-within .fa-bowling-ball::before{content:"\f436"}.um .fa-brain::before,.um-icon-within .fa-brain::before{content:"\f5dc"}.um .fa-bandage::before,.um-icon-within .fa-bandage::before{content:"\f462"}.um .fa-band-aid::before,.um-icon-within .fa-band-aid::before{content:"\f462"}.um .fa-calendar-minus::before,.um-icon-within .fa-calendar-minus::before{content:"\f272"}.um .fa-circle-xmark::before,.um-icon-within .fa-circle-xmark::before{content:"\f057"}.um .fa-times-circle::before,.um-icon-within .fa-times-circle::before{content:"\f057"}.um .fa-xmark-circle::before,.um-icon-within .fa-xmark-circle::before{content:"\f057"}.um .fa-gifts::before,.um-icon-within .fa-gifts::before{content:"\f79c"}.um .fa-hotel::before,.um-icon-within .fa-hotel::before{content:"\f594"}.um .fa-earth-asia::before,.um-icon-within .fa-earth-asia::before{content:"\f57e"}.um .fa-globe-asia::before,.um-icon-within .fa-globe-asia::before{content:"\f57e"}.um .fa-id-card-clip::before,.um-icon-within .fa-id-card-clip::before{content:"\f47f"}.um .fa-id-card-alt::before,.um-icon-within .fa-id-card-alt::before{content:"\f47f"}.um .fa-magnifying-glass-plus::before,.um-icon-within .fa-magnifying-glass-plus::before{content:"\f00e"}.um .fa-search-plus::before,.um-icon-within .fa-search-plus::before{content:"\f00e"}.um .fa-thumbs-up::before,.um-icon-within .fa-thumbs-up::before{content:"\f164"}.um .fa-user-clock::before,.um-icon-within .fa-user-clock::before{content:"\f4fd"}.um .fa-hand-dots::before,.um-icon-within .fa-hand-dots::before{content:"\f461"}.um .fa-allergies::before,.um-icon-within .fa-allergies::before{content:"\f461"}.um .fa-file-invoice::before,.um-icon-within .fa-file-invoice::before{content:"\f570"}.um .fa-window-minimize::before,.um-icon-within .fa-window-minimize::before{content:"\f2d1"}.um .fa-mug-saucer::before,.um-icon-within .fa-mug-saucer::before{content:"\f0f4"}.um .fa-coffee::before,.um-icon-within .fa-coffee::before{content:"\f0f4"}.um .fa-brush::before,.um-icon-within .fa-brush::before{content:"\f55d"}.um .fa-mask::before,.um-icon-within .fa-mask::before{content:"\f6fa"}.um .fa-magnifying-glass-minus::before,.um-icon-within .fa-magnifying-glass-minus::before{content:"\f010"}.um .fa-search-minus::before,.um-icon-within .fa-search-minus::before{content:"\f010"}.um .fa-ruler-vertical::before,.um-icon-within .fa-ruler-vertical::before{content:"\f548"}.um .fa-user-large::before,.um-icon-within .fa-user-large::before{content:"\f406"}.um .fa-user-alt::before,.um-icon-within .fa-user-alt::before{content:"\f406"}.um .fa-train-tram::before,.um-icon-within .fa-train-tram::before{content:"\e5b4"}.um .fa-user-nurse::before,.um-icon-within .fa-user-nurse::before{content:"\f82f"}.um .fa-syringe::before,.um-icon-within .fa-syringe::before{content:"\f48e"}.um .fa-cloud-sun::before,.um-icon-within .fa-cloud-sun::before{content:"\f6c4"}.um .fa-stopwatch-20::before,.um-icon-within .fa-stopwatch-20::before{content:"\e06f"}.um .fa-square-full::before,.um-icon-within .fa-square-full::before{content:"\f45c"}.um .fa-magnet::before,.um-icon-within .fa-magnet::before{content:"\f076"}.um .fa-jar::before,.um-icon-within .fa-jar::before{content:"\e516"}.um .fa-note-sticky::before,.um-icon-within .fa-note-sticky::before{content:"\f249"}.um .fa-sticky-note::before,.um-icon-within .fa-sticky-note::before{content:"\f249"}.um .fa-bug-slash::before,.um-icon-within .fa-bug-slash::before{content:"\e490"}.um .fa-arrow-up-from-water-pump::before,.um-icon-within .fa-arrow-up-from-water-pump::before{content:"\e4b6"}.um .fa-bone::before,.um-icon-within .fa-bone::before{content:"\f5d7"}.um .fa-user-injured::before,.um-icon-within .fa-user-injured::before{content:"\f728"}.um .fa-face-sad-tear::before,.um-icon-within .fa-face-sad-tear::before{content:"\f5b4"}.um .fa-sad-tear::before,.um-icon-within .fa-sad-tear::before{content:"\f5b4"}.um .fa-plane::before,.um-icon-within .fa-plane::before{content:"\f072"}.um .fa-tent-arrows-down::before,.um-icon-within .fa-tent-arrows-down::before{content:"\e581"}.um .fa-exclamation::before,.um-icon-within .fa-exclamation::before{content:"\!"}.um .fa-arrows-spin::before,.um-icon-within .fa-arrows-spin::before{content:"\e4bb"}.um .fa-print::before,.um-icon-within .fa-print::before{content:"\f02f"}.um .fa-turkish-lira-sign::before,.um-icon-within .fa-turkish-lira-sign::before{content:"\e2bb"}.um .fa-try::before,.um-icon-within .fa-try::before{content:"\e2bb"}.um .fa-turkish-lira::before,.um-icon-within .fa-turkish-lira::before{content:"\e2bb"}.um .fa-dollar-sign::before,.um-icon-within .fa-dollar-sign::before{content:"\$"}.um .fa-dollar::before,.um-icon-within .fa-dollar::before{content:"\$"}.um .fa-usd::before,.um-icon-within .fa-usd::before{content:"\$"}.um .fa-x::before,.um-icon-within .fa-x::before{content:"X"}.um .fa-magnifying-glass-dollar::before,.um-icon-within .fa-magnifying-glass-dollar::before{content:"\f688"}.um .fa-search-dollar::before,.um-icon-within .fa-search-dollar::before{content:"\f688"}.um .fa-users-gear::before,.um-icon-within .fa-users-gear::before{content:"\f509"}.um .fa-users-cog::before,.um-icon-within .fa-users-cog::before{content:"\f509"}.um .fa-person-military-pointing::before,.um-icon-within .fa-person-military-pointing::before{content:"\e54a"}.um .fa-building-columns::before,.um-icon-within .fa-building-columns::before{content:"\f19c"}.um .fa-bank::before,.um-icon-within .fa-bank::before{content:"\f19c"}.um .fa-institution::before,.um-icon-within .fa-institution::before{content:"\f19c"}.um .fa-museum::before,.um-icon-within .fa-museum::before{content:"\f19c"}.um .fa-university::before,.um-icon-within .fa-university::before{content:"\f19c"}.um .fa-umbrella::before,.um-icon-within .fa-umbrella::before{content:"\f0e9"}.um .fa-trowel::before,.um-icon-within .fa-trowel::before{content:"\e589"}.um .fa-d::before,.um-icon-within .fa-d::before{content:"D"}.um .fa-stapler::before,.um-icon-within .fa-stapler::before{content:"\e5af"}.um .fa-masks-theater::before,.um-icon-within .fa-masks-theater::before{content:"\f630"}.um .fa-theater-masks::before,.um-icon-within .fa-theater-masks::before{content:"\f630"}.um .fa-kip-sign::before,.um-icon-within .fa-kip-sign::before{content:"\e1c4"}.um .fa-hand-point-left::before,.um-icon-within .fa-hand-point-left::before{content:"\f0a5"}.um .fa-handshake-simple::before,.um-icon-within .fa-handshake-simple::before{content:"\f4c6"}.um .fa-handshake-alt::before,.um-icon-within .fa-handshake-alt::before{content:"\f4c6"}.um .fa-jet-fighter::before,.um-icon-within .fa-jet-fighter::before{content:"\f0fb"}.um .fa-fighter-jet::before,.um-icon-within .fa-fighter-jet::before{content:"\f0fb"}.um .fa-square-share-nodes::before,.um-icon-within .fa-square-share-nodes::before{content:"\f1e1"}.um .fa-share-alt-square::before,.um-icon-within .fa-share-alt-square::before{content:"\f1e1"}.um .fa-barcode::before,.um-icon-within .fa-barcode::before{content:"\f02a"}.um .fa-plus-minus::before,.um-icon-within .fa-plus-minus::before{content:"\e43c"}.um .fa-video::before,.um-icon-within .fa-video::before{content:"\f03d"}.um .fa-video-camera::before,.um-icon-within .fa-video-camera::before{content:"\f03d"}.um .fa-graduation-cap::before,.um-icon-within .fa-graduation-cap::before{content:"\f19d"}.um .fa-mortar-board::before,.um-icon-within .fa-mortar-board::before{content:"\f19d"}.um .fa-hand-holding-medical::before,.um-icon-within .fa-hand-holding-medical::before{content:"\e05c"}.um .fa-person-circle-check::before,.um-icon-within .fa-person-circle-check::before{content:"\e53e"}.um .fa-turn-up::before,.um-icon-within .fa-turn-up::before{content:"\f3bf"}.um .fa-level-up-alt::before,.um-icon-within .fa-level-up-alt::before{content:"\f3bf"}.um .fa-sr-only,.um .sr-only,.um-icon-within .fa-sr-only,.um-icon-within .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.um .fa-sr-only-focusable:not(:focus),.um .sr-only-focusable:not(:focus),.um-icon-within .fa-sr-only-focusable:not(:focus),.um-icon-within .sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.um .fa-brands,.um .fab,.um-icon-within .fa-brands,.um-icon-within .fab{font-weight:400}.um .fa-monero:before,.um-icon-within .fa-monero:before{content:"\f3d0"}.um .fa-hooli:before,.um-icon-within .fa-hooli:before{content:"\f427"}.um .fa-yelp:before,.um-icon-within .fa-yelp:before{content:"\f1e9"}.um .fa-cc-visa:before,.um-icon-within .fa-cc-visa:before{content:"\f1f0"}.um .fa-lastfm:before,.um-icon-within .fa-lastfm:before{content:"\f202"}.um .fa-shopware:before,.um-icon-within .fa-shopware:before{content:"\f5b5"}.um .fa-creative-commons-nc:before,.um-icon-within .fa-creative-commons-nc:before{content:"\f4e8"}.um .fa-aws:before,.um-icon-within .fa-aws:before{content:"\f375"}.um .fa-redhat:before,.um-icon-within .fa-redhat:before{content:"\f7bc"}.um .fa-yoast:before,.um-icon-within .fa-yoast:before{content:"\f2b1"}.um .fa-cloudflare:before,.um-icon-within .fa-cloudflare:before{content:"\e07d"}.um .fa-ups:before,.um-icon-within .fa-ups:before{content:"\f7e0"}.um .fa-pixiv:before,.um-icon-within .fa-pixiv:before{content:"\e640"}.um .fa-wpexplorer:before,.um-icon-within .fa-wpexplorer:before{content:"\f2de"}.um .fa-dyalog:before,.um-icon-within .fa-dyalog:before{content:"\f399"}.um .fa-bity:before,.um-icon-within .fa-bity:before{content:"\f37a"}.um .fa-stackpath:before,.um-icon-within .fa-stackpath:before{content:"\f842"}.um .fa-buysellads:before,.um-icon-within .fa-buysellads:before{content:"\f20d"}.um .fa-first-order:before,.um-icon-within .fa-first-order:before{content:"\f2b0"}.um .fa-modx:before,.um-icon-within .fa-modx:before{content:"\f285"}.um .fa-guilded:before,.um-icon-within .fa-guilded:before{content:"\e07e"}.um .fa-vnv:before,.um-icon-within .fa-vnv:before{content:"\f40b"}.um .fa-square-js:before,.um-icon-within .fa-square-js:before{content:"\f3b9"}.um .fa-js-square:before,.um-icon-within .fa-js-square:before{content:"\f3b9"}.um .fa-microsoft:before,.um-icon-within .fa-microsoft:before{content:"\f3ca"}.um .fa-qq:before,.um-icon-within .fa-qq:before{content:"\f1d6"}.um .fa-orcid:before,.um-icon-within .fa-orcid:before{content:"\f8d2"}.um .fa-java:before,.um-icon-within .fa-java:before{content:"\f4e4"}.um .fa-invision:before,.um-icon-within .fa-invision:before{content:"\f7b0"}.um .fa-creative-commons-pd-alt:before,.um-icon-within .fa-creative-commons-pd-alt:before{content:"\f4ed"}.um .fa-centercode:before,.um-icon-within .fa-centercode:before{content:"\f380"}.um .fa-glide-g:before,.um-icon-within .fa-glide-g:before{content:"\f2a6"}.um .fa-drupal:before,.um-icon-within .fa-drupal:before{content:"\f1a9"}.um .fa-jxl:before,.um-icon-within .fa-jxl:before{content:"\e67b"}.um .fa-hire-a-helper:before,.um-icon-within .fa-hire-a-helper:before{content:"\f3b0"}.um .fa-creative-commons-by:before,.um-icon-within .fa-creative-commons-by:before{content:"\f4e7"}.um .fa-unity:before,.um-icon-within .fa-unity:before{content:"\e049"}.um .fa-whmcs:before,.um-icon-within .fa-whmcs:before{content:"\f40d"}.um .fa-rocketchat:before,.um-icon-within .fa-rocketchat:before{content:"\f3e8"}.um .fa-vk:before,.um-icon-within .fa-vk:before{content:"\f189"}.um .fa-untappd:before,.um-icon-within .fa-untappd:before{content:"\f405"}.um .fa-mailchimp:before,.um-icon-within .fa-mailchimp:before{content:"\f59e"}.um .fa-css3-alt:before,.um-icon-within .fa-css3-alt:before{content:"\f38b"}.um .fa-square-reddit:before,.um-icon-within .fa-square-reddit:before{content:"\f1a2"}.um .fa-reddit-square:before,.um-icon-within .fa-reddit-square:before{content:"\f1a2"}.um .fa-vimeo-v:before,.um-icon-within .fa-vimeo-v:before{content:"\f27d"}.um .fa-contao:before,.um-icon-within .fa-contao:before{content:"\f26d"}.um .fa-square-font-awesome:before,.um-icon-within .fa-square-font-awesome:before{content:"\e5ad"}.um .fa-deskpro:before,.um-icon-within .fa-deskpro:before{content:"\f38f"}.um .fa-brave:before,.um-icon-within .fa-brave:before{content:"\e63c"}.um .fa-sistrix:before,.um-icon-within .fa-sistrix:before{content:"\f3ee"}.um .fa-square-instagram:before,.um-icon-within .fa-square-instagram:before{content:"\e055"}.um .fa-instagram-square:before,.um-icon-within .fa-instagram-square:before{content:"\e055"}.um .fa-battle-net:before,.um-icon-within .fa-battle-net:before{content:"\f835"}.um .fa-the-red-yeti:before,.um-icon-within .fa-the-red-yeti:before{content:"\f69d"}.um .fa-square-hacker-news:before,.um-icon-within .fa-square-hacker-news:before{content:"\f3af"}.um .fa-hacker-news-square:before,.um-icon-within .fa-hacker-news-square:before{content:"\f3af"}.um .fa-edge:before,.um-icon-within .fa-edge:before{content:"\f282"}.um .fa-threads:before,.um-icon-within .fa-threads:before{content:"\e618"}.um .fa-napster:before,.um-icon-within .fa-napster:before{content:"\f3d2"}.um .fa-square-snapchat:before,.um-icon-within .fa-square-snapchat:before{content:"\f2ad"}.um .fa-snapchat-square:before,.um-icon-within .fa-snapchat-square:before{content:"\f2ad"}.um .fa-google-plus-g:before,.um-icon-within .fa-google-plus-g:before{content:"\f0d5"}.um .fa-artstation:before,.um-icon-within .fa-artstation:before{content:"\f77a"}.um .fa-markdown:before,.um-icon-within .fa-markdown:before{content:"\f60f"}.um .fa-sourcetree:before,.um-icon-within .fa-sourcetree:before{content:"\f7d3"}.um .fa-google-plus:before,.um-icon-within .fa-google-plus:before{content:"\f2b3"}.um .fa-diaspora:before,.um-icon-within .fa-diaspora:before{content:"\f791"}.um .fa-foursquare:before,.um-icon-within .fa-foursquare:before{content:"\f180"}.um .fa-stack-overflow:before,.um-icon-within .fa-stack-overflow:before{content:"\f16c"}.um .fa-github-alt:before,.um-icon-within .fa-github-alt:before{content:"\f113"}.um .fa-phoenix-squadron:before,.um-icon-within .fa-phoenix-squadron:before{content:"\f511"}.um .fa-pagelines:before,.um-icon-within .fa-pagelines:before{content:"\f18c"}.um .fa-algolia:before,.um-icon-within .fa-algolia:before{content:"\f36c"}.um .fa-red-river:before,.um-icon-within .fa-red-river:before{content:"\f3e3"}.um .fa-creative-commons-sa:before,.um-icon-within .fa-creative-commons-sa:before{content:"\f4ef"}.um .fa-safari:before,.um-icon-within .fa-safari:before{content:"\f267"}.um .fa-google:before,.um-icon-within .fa-google:before{content:"\f1a0"}.um .fa-square-font-awesome-stroke:before,.um-icon-within .fa-square-font-awesome-stroke:before{content:"\f35c"}.um .fa-font-awesome-alt:before,.um-icon-within .fa-font-awesome-alt:before{content:"\f35c"}.um .fa-atlassian:before,.um-icon-within .fa-atlassian:before{content:"\f77b"}.um .fa-linkedin-in:before,.um-icon-within .fa-linkedin-in:before{content:"\f0e1"}.um .fa-digital-ocean:before,.um-icon-within .fa-digital-ocean:before{content:"\f391"}.um .fa-nimblr:before,.um-icon-within .fa-nimblr:before{content:"\f5a8"}.um .fa-chromecast:before,.um-icon-within .fa-chromecast:before{content:"\f838"}.um .fa-evernote:before,.um-icon-within .fa-evernote:before{content:"\f839"}.um .fa-hacker-news:before,.um-icon-within .fa-hacker-news:before{content:"\f1d4"}.um .fa-creative-commons-sampling:before,.um-icon-within .fa-creative-commons-sampling:before{content:"\f4f0"}.um .fa-adversal:before,.um-icon-within .fa-adversal:before{content:"\f36a"}.um .fa-creative-commons:before,.um-icon-within .fa-creative-commons:before{content:"\f25e"}.um .fa-watchman-monitoring:before,.um-icon-within .fa-watchman-monitoring:before{content:"\e087"}.um .fa-fonticons:before,.um-icon-within .fa-fonticons:before{content:"\f280"}.um .fa-weixin:before,.um-icon-within .fa-weixin:before{content:"\f1d7"}.um .fa-shirtsinbulk:before,.um-icon-within .fa-shirtsinbulk:before{content:"\f214"}.um .fa-codepen:before,.um-icon-within .fa-codepen:before{content:"\f1cb"}.um .fa-git-alt:before,.um-icon-within .fa-git-alt:before{content:"\f841"}.um .fa-lyft:before,.um-icon-within .fa-lyft:before{content:"\f3c3"}.um .fa-rev:before,.um-icon-within .fa-rev:before{content:"\f5b2"}.um .fa-windows:before,.um-icon-within .fa-windows:before{content:"\f17a"}.um .fa-wizards-of-the-coast:before,.um-icon-within .fa-wizards-of-the-coast:before{content:"\f730"}.um .fa-square-viadeo:before,.um-icon-within .fa-square-viadeo:before{content:"\f2aa"}.um .fa-viadeo-square:before,.um-icon-within .fa-viadeo-square:before{content:"\f2aa"}.um .fa-meetup:before,.um-icon-within .fa-meetup:before{content:"\f2e0"}.um .fa-centos:before,.um-icon-within .fa-centos:before{content:"\f789"}.um .fa-adn:before,.um-icon-within .fa-adn:before{content:"\f170"}.um .fa-cloudsmith:before,.um-icon-within .fa-cloudsmith:before{content:"\f384"}.um .fa-opensuse:before,.um-icon-within .fa-opensuse:before{content:"\e62b"}.um .fa-pied-piper-alt:before,.um-icon-within .fa-pied-piper-alt:before{content:"\f1a8"}.um .fa-square-dribbble:before,.um-icon-within .fa-square-dribbble:before{content:"\f397"}.um .fa-dribbble-square:before,.um-icon-within .fa-dribbble-square:before{content:"\f397"}.um .fa-codiepie:before,.um-icon-within .fa-codiepie:before{content:"\f284"}.um .fa-node:before,.um-icon-within .fa-node:before{content:"\f419"}.um .fa-mix:before,.um-icon-within .fa-mix:before{content:"\f3cb"}.um .fa-steam:before,.um-icon-within .fa-steam:before{content:"\f1b6"}.um .fa-cc-apple-pay:before,.um-icon-within .fa-cc-apple-pay:before{content:"\f416"}.um .fa-scribd:before,.um-icon-within .fa-scribd:before{content:"\f28a"}.um .fa-debian:before,.um-icon-within .fa-debian:before{content:"\e60b"}.um .fa-openid:before,.um-icon-within .fa-openid:before{content:"\f19b"}.um .fa-instalod:before,.um-icon-within .fa-instalod:before{content:"\e081"}.um .fa-expeditedssl:before,.um-icon-within .fa-expeditedssl:before{content:"\f23e"}.um .fa-sellcast:before,.um-icon-within .fa-sellcast:before{content:"\f2da"}.um .fa-square-twitter:before,.um-icon-within .fa-square-twitter:before{content:"\f081"}.um .fa-twitter-square:before,.um-icon-within .fa-twitter-square:before{content:"\f081"}.um .fa-r-project:before,.um-icon-within .fa-r-project:before{content:"\f4f7"}.um .fa-delicious:before,.um-icon-within .fa-delicious:before{content:"\f1a5"}.um .fa-freebsd:before,.um-icon-within .fa-freebsd:before{content:"\f3a4"}.um .fa-vuejs:before,.um-icon-within .fa-vuejs:before{content:"\f41f"}.um .fa-accusoft:before,.um-icon-within .fa-accusoft:before{content:"\f369"}.um .fa-ioxhost:before,.um-icon-within .fa-ioxhost:before{content:"\f208"}.um .fa-fonticons-fi:before,.um-icon-within .fa-fonticons-fi:before{content:"\f3a2"}.um .fa-app-store:before,.um-icon-within .fa-app-store:before{content:"\f36f"}.um .fa-cc-mastercard:before,.um-icon-within .fa-cc-mastercard:before{content:"\f1f1"}.um .fa-itunes-note:before,.um-icon-within .fa-itunes-note:before{content:"\f3b5"}.um .fa-golang:before,.um-icon-within .fa-golang:before{content:"\e40f"}.um .fa-kickstarter:before,.um-icon-within .fa-kickstarter:before{content:"\f3bb"}.um .fa-square-kickstarter:before,.um-icon-within .fa-square-kickstarter:before{content:"\f3bb"}.um .fa-grav:before,.um-icon-within .fa-grav:before{content:"\f2d6"}.um .fa-weibo:before,.um-icon-within .fa-weibo:before{content:"\f18a"}.um .fa-uncharted:before,.um-icon-within .fa-uncharted:before{content:"\e084"}.um .fa-firstdraft:before,.um-icon-within .fa-firstdraft:before{content:"\f3a1"}.um .fa-square-youtube:before,.um-icon-within .fa-square-youtube:before{content:"\f431"}.um .fa-youtube-square:before,.um-icon-within .fa-youtube-square:before{content:"\f431"}.um .fa-wikipedia-w:before,.um-icon-within .fa-wikipedia-w:before{content:"\f266"}.um .fa-wpressr:before,.um-icon-within .fa-wpressr:before{content:"\f3e4"}.um .fa-rendact:before,.um-icon-within .fa-rendact:before{content:"\f3e4"}.um .fa-angellist:before,.um-icon-within .fa-angellist:before{content:"\f209"}.um .fa-galactic-republic:before,.um-icon-within .fa-galactic-republic:before{content:"\f50c"}.um .fa-nfc-directional:before,.um-icon-within .fa-nfc-directional:before{content:"\e530"}.um .fa-skype:before,.um-icon-within .fa-skype:before{content:"\f17e"}.um .fa-joget:before,.um-icon-within .fa-joget:before{content:"\f3b7"}.um .fa-fedora:before,.um-icon-within .fa-fedora:before{content:"\f798"}.um .fa-stripe-s:before,.um-icon-within .fa-stripe-s:before{content:"\f42a"}.um .fa-meta:before,.um-icon-within .fa-meta:before{content:"\e49b"}.um .fa-laravel:before,.um-icon-within .fa-laravel:before{content:"\f3bd"}.um .fa-hotjar:before,.um-icon-within .fa-hotjar:before{content:"\f3b1"}.um .fa-bluetooth-b:before,.um-icon-within .fa-bluetooth-b:before{content:"\f294"}.um .fa-square-letterboxd:before,.um-icon-within .fa-square-letterboxd:before{content:"\e62e"}.um .fa-sticker-mule:before,.um-icon-within .fa-sticker-mule:before{content:"\f3f7"}.um .fa-creative-commons-zero:before,.um-icon-within .fa-creative-commons-zero:before{content:"\f4f3"}.um .fa-hips:before,.um-icon-within .fa-hips:before{content:"\f452"}.um .fa-behance:before,.um-icon-within .fa-behance:before{content:"\f1b4"}.um .fa-reddit:before,.um-icon-within .fa-reddit:before{content:"\f1a1"}.um .fa-discord:before,.um-icon-within .fa-discord:before{content:"\f392"}.um .fa-chrome:before,.um-icon-within .fa-chrome:before{content:"\f268"}.um .fa-app-store-ios:before,.um-icon-within .fa-app-store-ios:before{content:"\f370"}.um .fa-cc-discover:before,.um-icon-within .fa-cc-discover:before{content:"\f1f2"}.um .fa-wpbeginner:before,.um-icon-within .fa-wpbeginner:before{content:"\f297"}.um .fa-confluence:before,.um-icon-within .fa-confluence:before{content:"\f78d"}.um .fa-shoelace:before,.um-icon-within .fa-shoelace:before{content:"\e60c"}.um .fa-mdb:before,.um-icon-within .fa-mdb:before{content:"\f8ca"}.um .fa-dochub:before,.um-icon-within .fa-dochub:before{content:"\f394"}.um .fa-accessible-icon:before,.um-icon-within .fa-accessible-icon:before{content:"\f368"}.um .fa-ebay:before,.um-icon-within .fa-ebay:before{content:"\f4f4"}.um .fa-amazon:before,.um-icon-within .fa-amazon:before{content:"\f270"}.um .fa-unsplash:before,.um-icon-within .fa-unsplash:before{content:"\e07c"}.um .fa-yarn:before,.um-icon-within .fa-yarn:before{content:"\f7e3"}.um .fa-square-steam:before,.um-icon-within .fa-square-steam:before{content:"\f1b7"}.um .fa-steam-square:before,.um-icon-within .fa-steam-square:before{content:"\f1b7"}.um .fa-500px:before,.um-icon-within .fa-500px:before{content:"\f26e"}.um .fa-square-vimeo:before,.um-icon-within .fa-square-vimeo:before{content:"\f194"}.um .fa-vimeo-square:before,.um-icon-within .fa-vimeo-square:before{content:"\f194"}.um .fa-asymmetrik:before,.um-icon-within .fa-asymmetrik:before{content:"\f372"}.um .fa-font-awesome:before,.um-icon-within .fa-font-awesome:before{content:"\f2b4"}.um .fa-font-awesome-flag:before,.um-icon-within .fa-font-awesome-flag:before{content:"\f2b4"}.um .fa-font-awesome-logo-full:before,.um-icon-within .fa-font-awesome-logo-full:before{content:"\f2b4"}.um .fa-gratipay:before,.um-icon-within .fa-gratipay:before{content:"\f184"}.um .fa-apple:before,.um-icon-within .fa-apple:before{content:"\f179"}.um .fa-hive:before,.um-icon-within .fa-hive:before{content:"\e07f"}.um .fa-gitkraken:before,.um-icon-within .fa-gitkraken:before{content:"\f3a6"}.um .fa-keybase:before,.um-icon-within .fa-keybase:before{content:"\f4f5"}.um .fa-apple-pay:before,.um-icon-within .fa-apple-pay:before{content:"\f415"}.um .fa-padlet:before,.um-icon-within .fa-padlet:before{content:"\e4a0"}.um .fa-amazon-pay:before,.um-icon-within .fa-amazon-pay:before{content:"\f42c"}.um .fa-square-github:before,.um-icon-within .fa-square-github:before{content:"\f092"}.um .fa-github-square:before,.um-icon-within .fa-github-square:before{content:"\f092"}.um .fa-stumbleupon:before,.um-icon-within .fa-stumbleupon:before{content:"\f1a4"}.um .fa-fedex:before,.um-icon-within .fa-fedex:before{content:"\f797"}.um .fa-phoenix-framework:before,.um-icon-within .fa-phoenix-framework:before{content:"\f3dc"}.um .fa-shopify:before,.um-icon-within .fa-shopify:before{content:"\e057"}.um .fa-neos:before,.um-icon-within .fa-neos:before{content:"\f612"}.um .fa-square-threads:before,.um-icon-within .fa-square-threads:before{content:"\e619"}.um .fa-hackerrank:before,.um-icon-within .fa-hackerrank:before{content:"\f5f7"}.um .fa-researchgate:before,.um-icon-within .fa-researchgate:before{content:"\f4f8"}.um .fa-swift:before,.um-icon-within .fa-swift:before{content:"\f8e1"}.um .fa-angular:before,.um-icon-within .fa-angular:before{content:"\f420"}.um .fa-speakap:before,.um-icon-within .fa-speakap:before{content:"\f3f3"}.um .fa-angrycreative:before,.um-icon-within .fa-angrycreative:before{content:"\f36e"}.um .fa-y-combinator:before,.um-icon-within .fa-y-combinator:before{content:"\f23b"}.um .fa-empire:before,.um-icon-within .fa-empire:before{content:"\f1d1"}.um .fa-envira:before,.um-icon-within .fa-envira:before{content:"\f299"}.um .fa-google-scholar:before,.um-icon-within .fa-google-scholar:before{content:"\e63b"}.um .fa-square-gitlab:before,.um-icon-within .fa-square-gitlab:before{content:"\e5ae"}.um .fa-gitlab-square:before,.um-icon-within .fa-gitlab-square:before{content:"\e5ae"}.um .fa-studiovinari:before,.um-icon-within .fa-studiovinari:before{content:"\f3f8"}.um .fa-pied-piper:before,.um-icon-within .fa-pied-piper:before{content:"\f2ae"}.um .fa-wordpress:before,.um-icon-within .fa-wordpress:before{content:"\f19a"}.um .fa-product-hunt:before,.um-icon-within .fa-product-hunt:before{content:"\f288"}.um .fa-firefox:before,.um-icon-within .fa-firefox:before{content:"\f269"}.um .fa-linode:before,.um-icon-within .fa-linode:before{content:"\f2b8"}.um .fa-goodreads:before,.um-icon-within .fa-goodreads:before{content:"\f3a8"}.um .fa-square-odnoklassniki:before,.um-icon-within .fa-square-odnoklassniki:before{content:"\f264"}.um .fa-odnoklassniki-square:before,.um-icon-within .fa-odnoklassniki-square:before{content:"\f264"}.um .fa-jsfiddle:before,.um-icon-within .fa-jsfiddle:before{content:"\f1cc"}.um .fa-sith:before,.um-icon-within .fa-sith:before{content:"\f512"}.um .fa-themeisle:before,.um-icon-within .fa-themeisle:before{content:"\f2b2"}.um .fa-page4:before,.um-icon-within .fa-page4:before{content:"\f3d7"}.um .fa-hashnode:before,.um-icon-within .fa-hashnode:before{content:"\e499"}.um .fa-react:before,.um-icon-within .fa-react:before{content:"\f41b"}.um .fa-cc-paypal:before,.um-icon-within .fa-cc-paypal:before{content:"\f1f4"}.um .fa-squarespace:before,.um-icon-within .fa-squarespace:before{content:"\f5be"}.um .fa-cc-stripe:before,.um-icon-within .fa-cc-stripe:before{content:"\f1f5"}.um .fa-creative-commons-share:before,.um-icon-within .fa-creative-commons-share:before{content:"\f4f2"}.um .fa-bitcoin:before,.um-icon-within .fa-bitcoin:before{content:"\f379"}.um .fa-keycdn:before,.um-icon-within .fa-keycdn:before{content:"\f3ba"}.um .fa-opera:before,.um-icon-within .fa-opera:before{content:"\f26a"}.um .fa-itch-io:before,.um-icon-within .fa-itch-io:before{content:"\f83a"}.um .fa-umbraco:before,.um-icon-within .fa-umbraco:before{content:"\f8e8"}.um .fa-galactic-senate:before,.um-icon-within .fa-galactic-senate:before{content:"\f50d"}.um .fa-ubuntu:before,.um-icon-within .fa-ubuntu:before{content:"\f7df"}.um .fa-draft2digital:before,.um-icon-within .fa-draft2digital:before{content:"\f396"}.um .fa-stripe:before,.um-icon-within .fa-stripe:before{content:"\f429"}.um .fa-houzz:before,.um-icon-within .fa-houzz:before{content:"\f27c"}.um .fa-gg:before,.um-icon-within .fa-gg:before{content:"\f260"}.um .fa-dhl:before,.um-icon-within .fa-dhl:before{content:"\f790"}.um .fa-square-pinterest:before,.um-icon-within .fa-square-pinterest:before{content:"\f0d3"}.um .fa-pinterest-square:before,.um-icon-within .fa-pinterest-square:before{content:"\f0d3"}.um .fa-xing:before,.um-icon-within .fa-xing:before{content:"\f168"}.um .fa-blackberry:before,.um-icon-within .fa-blackberry:before{content:"\f37b"}.um .fa-creative-commons-pd:before,.um-icon-within .fa-creative-commons-pd:before{content:"\f4ec"}.um .fa-playstation:before,.um-icon-within .fa-playstation:before{content:"\f3df"}.um .fa-quinscape:before,.um-icon-within .fa-quinscape:before{content:"\f459"}.um .fa-less:before,.um-icon-within .fa-less:before{content:"\f41d"}.um .fa-blogger-b:before,.um-icon-within .fa-blogger-b:before{content:"\f37d"}.um .fa-opencart:before,.um-icon-within .fa-opencart:before{content:"\f23d"}.um .fa-vine:before,.um-icon-within .fa-vine:before{content:"\f1ca"}.um .fa-signal-messenger:before,.um-icon-within .fa-signal-messenger:before{content:"\e663"}.um .fa-paypal:before,.um-icon-within .fa-paypal:before{content:"\f1ed"}.um .fa-gitlab:before,.um-icon-within .fa-gitlab:before{content:"\f296"}.um .fa-typo3:before,.um-icon-within .fa-typo3:before{content:"\f42b"}.um .fa-reddit-alien:before,.um-icon-within .fa-reddit-alien:before{content:"\f281"}.um .fa-yahoo:before,.um-icon-within .fa-yahoo:before{content:"\f19e"}.um .fa-dailymotion:before,.um-icon-within .fa-dailymotion:before{content:"\e052"}.um .fa-affiliatetheme:before,.um-icon-within .fa-affiliatetheme:before{content:"\f36b"}.um .fa-pied-piper-pp:before,.um-icon-within .fa-pied-piper-pp:before{content:"\f1a7"}.um .fa-bootstrap:before,.um-icon-within .fa-bootstrap:before{content:"\f836"}.um .fa-odnoklassniki:before,.um-icon-within .fa-odnoklassniki:before{content:"\f263"}.um .fa-nfc-symbol:before,.um-icon-within .fa-nfc-symbol:before{content:"\e531"}.um .fa-mintbit:before,.um-icon-within .fa-mintbit:before{content:"\e62f"}.um .fa-ethereum:before,.um-icon-within .fa-ethereum:before{content:"\f42e"}.um .fa-speaker-deck:before,.um-icon-within .fa-speaker-deck:before{content:"\f83c"}.um .fa-creative-commons-nc-eu:before,.um-icon-within .fa-creative-commons-nc-eu:before{content:"\f4e9"}.um .fa-patreon:before,.um-icon-within .fa-patreon:before{content:"\f3d9"}.um .fa-avianex:before,.um-icon-within .fa-avianex:before{content:"\f374"}.um .fa-ello:before,.um-icon-within .fa-ello:before{content:"\f5f1"}.um .fa-gofore:before,.um-icon-within .fa-gofore:before{content:"\f3a7"}.um .fa-bimobject:before,.um-icon-within .fa-bimobject:before{content:"\f378"}.um .fa-brave-reverse:before,.um-icon-within .fa-brave-reverse:before{content:"\e63d"}.um .fa-facebook-f:before,.um-icon-within .fa-facebook-f:before{content:"\f39e"}.um .fa-square-google-plus:before,.um-icon-within .fa-square-google-plus:before{content:"\f0d4"}.um .fa-google-plus-square:before,.um-icon-within .fa-google-plus-square:before{content:"\f0d4"}.um .fa-web-awesome:before,.um-icon-within .fa-web-awesome:before{content:"\e682"}.um .fa-mandalorian:before,.um-icon-within .fa-mandalorian:before{content:"\f50f"}.um .fa-first-order-alt:before,.um-icon-within .fa-first-order-alt:before{content:"\f50a"}.um .fa-osi:before,.um-icon-within .fa-osi:before{content:"\f41a"}.um .fa-google-wallet:before,.um-icon-within .fa-google-wallet:before{content:"\f1ee"}.um .fa-d-and-d-beyond:before,.um-icon-within .fa-d-and-d-beyond:before{content:"\f6ca"}.um .fa-periscope:before,.um-icon-within .fa-periscope:before{content:"\f3da"}.um .fa-fulcrum:before,.um-icon-within .fa-fulcrum:before{content:"\f50b"}.um .fa-cloudscale:before,.um-icon-within .fa-cloudscale:before{content:"\f383"}.um .fa-forumbee:before,.um-icon-within .fa-forumbee:before{content:"\f211"}.um .fa-mizuni:before,.um-icon-within .fa-mizuni:before{content:"\f3cc"}.um .fa-schlix:before,.um-icon-within .fa-schlix:before{content:"\f3ea"}.um .fa-square-xing:before,.um-icon-within .fa-square-xing:before{content:"\f169"}.um .fa-xing-square:before,.um-icon-within .fa-xing-square:before{content:"\f169"}.um .fa-bandcamp:before,.um-icon-within .fa-bandcamp:before{content:"\f2d5"}.um .fa-wpforms:before,.um-icon-within .fa-wpforms:before{content:"\f298"}.um .fa-cloudversify:before,.um-icon-within .fa-cloudversify:before{content:"\f385"}.um .fa-usps:before,.um-icon-within .fa-usps:before{content:"\f7e1"}.um .fa-megaport:before,.um-icon-within .fa-megaport:before{content:"\f5a3"}.um .fa-magento:before,.um-icon-within .fa-magento:before{content:"\f3c4"}.um .fa-spotify:before,.um-icon-within .fa-spotify:before{content:"\f1bc"}.um .fa-optin-monster:before,.um-icon-within .fa-optin-monster:before{content:"\f23c"}.um .fa-fly:before,.um-icon-within .fa-fly:before{content:"\f417"}.um .fa-aviato:before,.um-icon-within .fa-aviato:before{content:"\f421"}.um .fa-itunes:before,.um-icon-within .fa-itunes:before{content:"\f3b4"}.um .fa-cuttlefish:before,.um-icon-within .fa-cuttlefish:before{content:"\f38c"}.um .fa-blogger:before,.um-icon-within .fa-blogger:before{content:"\f37c"}.um .fa-flickr:before,.um-icon-within .fa-flickr:before{content:"\f16e"}.um .fa-viber:before,.um-icon-within .fa-viber:before{content:"\f409"}.um .fa-soundcloud:before,.um-icon-within .fa-soundcloud:before{content:"\f1be"}.um .fa-digg:before,.um-icon-within .fa-digg:before{content:"\f1a6"}.um .fa-tencent-weibo:before,.um-icon-within .fa-tencent-weibo:before{content:"\f1d5"}.um .fa-letterboxd:before,.um-icon-within .fa-letterboxd:before{content:"\e62d"}.um .fa-symfony:before,.um-icon-within .fa-symfony:before{content:"\f83d"}.um .fa-maxcdn:before,.um-icon-within .fa-maxcdn:before{content:"\f136"}.um .fa-etsy:before,.um-icon-within .fa-etsy:before{content:"\f2d7"}.um .fa-facebook-messenger:before,.um-icon-within .fa-facebook-messenger:before{content:"\f39f"}.um .fa-audible:before,.um-icon-within .fa-audible:before{content:"\f373"}.um .fa-think-peaks:before,.um-icon-within .fa-think-peaks:before{content:"\f731"}.um .fa-bilibili:before,.um-icon-within .fa-bilibili:before{content:"\e3d9"}.um .fa-erlang:before,.um-icon-within .fa-erlang:before{content:"\f39d"}.um .fa-x-twitter:before,.um-icon-within .fa-x-twitter:before{content:"\e61b"}.um .fa-cotton-bureau:before,.um-icon-within .fa-cotton-bureau:before{content:"\f89e"}.um .fa-dashcube:before,.um-icon-within .fa-dashcube:before{content:"\f210"}.um .fa-42-group:before,.um-icon-within .fa-42-group:before{content:"\e080"}.um .fa-innosoft:before,.um-icon-within .fa-innosoft:before{content:"\e080"}.um .fa-stack-exchange:before,.um-icon-within .fa-stack-exchange:before{content:"\f18d"}.um .fa-elementor:before,.um-icon-within .fa-elementor:before{content:"\f430"}.um .fa-square-pied-piper:before,.um-icon-within .fa-square-pied-piper:before{content:"\e01e"}.um .fa-pied-piper-square:before,.um-icon-within .fa-pied-piper-square:before{content:"\e01e"}.um .fa-creative-commons-nd:before,.um-icon-within .fa-creative-commons-nd:before{content:"\f4eb"}.um .fa-palfed:before,.um-icon-within .fa-palfed:before{content:"\f3d8"}.um .fa-superpowers:before,.um-icon-within .fa-superpowers:before{content:"\f2dd"}.um .fa-resolving:before,.um-icon-within .fa-resolving:before{content:"\f3e7"}.um .fa-xbox:before,.um-icon-within .fa-xbox:before{content:"\f412"}.um .fa-square-web-awesome-stroke:before,.um-icon-within .fa-square-web-awesome-stroke:before{content:"\e684"}.um .fa-searchengin:before,.um-icon-within .fa-searchengin:before{content:"\f3eb"}.um .fa-tiktok:before,.um-icon-within .fa-tiktok:before{content:"\e07b"}.um .fa-square-facebook:before,.um-icon-within .fa-square-facebook:before{content:"\f082"}.um .fa-facebook-square:before,.um-icon-within .fa-facebook-square:before{content:"\f082"}.um .fa-renren:before,.um-icon-within .fa-renren:before{content:"\f18b"}.um .fa-linux:before,.um-icon-within .fa-linux:before{content:"\f17c"}.um .fa-glide:before,.um-icon-within .fa-glide:before{content:"\f2a5"}.um .fa-linkedin:before,.um-icon-within .fa-linkedin:before{content:"\f08c"}.um .fa-hubspot:before,.um-icon-within .fa-hubspot:before{content:"\f3b2"}.um .fa-deploydog:before,.um-icon-within .fa-deploydog:before{content:"\f38e"}.um .fa-twitch:before,.um-icon-within .fa-twitch:before{content:"\f1e8"}.um .fa-ravelry:before,.um-icon-within .fa-ravelry:before{content:"\f2d9"}.um .fa-mixer:before,.um-icon-within .fa-mixer:before{content:"\e056"}.um .fa-square-lastfm:before,.um-icon-within .fa-square-lastfm:before{content:"\f203"}.um .fa-lastfm-square:before,.um-icon-within .fa-lastfm-square:before{content:"\f203"}.um .fa-vimeo:before,.um-icon-within .fa-vimeo:before{content:"\f40a"}.um .fa-mendeley:before,.um-icon-within .fa-mendeley:before{content:"\f7b3"}.um .fa-uniregistry:before,.um-icon-within .fa-uniregistry:before{content:"\f404"}.um .fa-figma:before,.um-icon-within .fa-figma:before{content:"\f799"}.um .fa-creative-commons-remix:before,.um-icon-within .fa-creative-commons-remix:before{content:"\f4ee"}.um .fa-cc-amazon-pay:before,.um-icon-within .fa-cc-amazon-pay:before{content:"\f42d"}.um .fa-dropbox:before,.um-icon-within .fa-dropbox:before{content:"\f16b"}.um .fa-instagram:before,.um-icon-within .fa-instagram:before{content:"\f16d"}.um .fa-cmplid:before,.um-icon-within .fa-cmplid:before{content:"\e360"}.um .fa-upwork:before,.um-icon-within .fa-upwork:before{content:"\e641"}.um .fa-facebook:before,.um-icon-within .fa-facebook:before{content:"\f09a"}.um .fa-gripfire:before,.um-icon-within .fa-gripfire:before{content:"\f3ac"}.um .fa-jedi-order:before,.um-icon-within .fa-jedi-order:before{content:"\f50e"}.um .fa-uikit:before,.um-icon-within .fa-uikit:before{content:"\f403"}.um .fa-fort-awesome-alt:before,.um-icon-within .fa-fort-awesome-alt:before{content:"\f3a3"}.um .fa-phabricator:before,.um-icon-within .fa-phabricator:before{content:"\f3db"}.um .fa-ussunnah:before,.um-icon-within .fa-ussunnah:before{content:"\f407"}.um .fa-earlybirds:before,.um-icon-within .fa-earlybirds:before{content:"\f39a"}.um .fa-trade-federation:before,.um-icon-within .fa-trade-federation:before{content:"\f513"}.um .fa-autoprefixer:before,.um-icon-within .fa-autoprefixer:before{content:"\f41c"}.um .fa-whatsapp:before,.um-icon-within .fa-whatsapp:before{content:"\f232"}.um .fa-square-upwork:before,.um-icon-within .fa-square-upwork:before{content:"\e67c"}.um .fa-slideshare:before,.um-icon-within .fa-slideshare:before{content:"\f1e7"}.um .fa-google-play:before,.um-icon-within .fa-google-play:before{content:"\f3ab"}.um .fa-viadeo:before,.um-icon-within .fa-viadeo:before{content:"\f2a9"}.um .fa-line:before,.um-icon-within .fa-line:before{content:"\f3c0"}.um .fa-google-drive:before,.um-icon-within .fa-google-drive:before{content:"\f3aa"}.um .fa-servicestack:before,.um-icon-within .fa-servicestack:before{content:"\f3ec"}.um .fa-simplybuilt:before,.um-icon-within .fa-simplybuilt:before{content:"\f215"}.um .fa-bitbucket:before,.um-icon-within .fa-bitbucket:before{content:"\f171"}.um .fa-imdb:before,.um-icon-within .fa-imdb:before{content:"\f2d8"}.um .fa-deezer:before,.um-icon-within .fa-deezer:before{content:"\e077"}.um .fa-raspberry-pi:before,.um-icon-within .fa-raspberry-pi:before{content:"\f7bb"}.um .fa-jira:before,.um-icon-within .fa-jira:before{content:"\f7b1"}.um .fa-docker:before,.um-icon-within .fa-docker:before{content:"\f395"}.um .fa-screenpal:before,.um-icon-within .fa-screenpal:before{content:"\e570"}.um .fa-bluetooth:before,.um-icon-within .fa-bluetooth:before{content:"\f293"}.um .fa-gitter:before,.um-icon-within .fa-gitter:before{content:"\f426"}.um .fa-d-and-d:before,.um-icon-within .fa-d-and-d:before{content:"\f38d"}.um .fa-microblog:before,.um-icon-within .fa-microblog:before{content:"\e01a"}.um .fa-cc-diners-club:before,.um-icon-within .fa-cc-diners-club:before{content:"\f24c"}.um .fa-gg-circle:before,.um-icon-within .fa-gg-circle:before{content:"\f261"}.um .fa-pied-piper-hat:before,.um-icon-within .fa-pied-piper-hat:before{content:"\f4e5"}.um .fa-kickstarter-k:before,.um-icon-within .fa-kickstarter-k:before{content:"\f3bc"}.um .fa-yandex:before,.um-icon-within .fa-yandex:before{content:"\f413"}.um .fa-readme:before,.um-icon-within .fa-readme:before{content:"\f4d5"}.um .fa-html5:before,.um-icon-within .fa-html5:before{content:"\f13b"}.um .fa-sellsy:before,.um-icon-within .fa-sellsy:before{content:"\f213"}.um .fa-square-web-awesome:before,.um-icon-within .fa-square-web-awesome:before{content:"\e683"}.um .fa-sass:before,.um-icon-within .fa-sass:before{content:"\f41e"}.um .fa-wirsindhandwerk:before,.um-icon-within .fa-wirsindhandwerk:before{content:"\e2d0"}.um .fa-wsh:before,.um-icon-within .fa-wsh:before{content:"\e2d0"}.um .fa-buromobelexperte:before,.um-icon-within .fa-buromobelexperte:before{content:"\f37f"}.um .fa-salesforce:before,.um-icon-within .fa-salesforce:before{content:"\f83b"}.um .fa-octopus-deploy:before,.um-icon-within .fa-octopus-deploy:before{content:"\e082"}.um .fa-medapps:before,.um-icon-within .fa-medapps:before{content:"\f3c6"}.um .fa-ns8:before,.um-icon-within .fa-ns8:before{content:"\f3d5"}.um .fa-pinterest-p:before,.um-icon-within .fa-pinterest-p:before{content:"\f231"}.um .fa-apper:before,.um-icon-within .fa-apper:before{content:"\f371"}.um .fa-fort-awesome:before,.um-icon-within .fa-fort-awesome:before{content:"\f286"}.um .fa-waze:before,.um-icon-within .fa-waze:before{content:"\f83f"}.um .fa-bluesky:before,.um-icon-within .fa-bluesky:before{content:"\e671"}.um .fa-cc-jcb:before,.um-icon-within .fa-cc-jcb:before{content:"\f24b"}.um .fa-snapchat:before,.um-icon-within .fa-snapchat:before{content:"\f2ab"}.um .fa-snapchat-ghost:before,.um-icon-within .fa-snapchat-ghost:before{content:"\f2ab"}.um .fa-fantasy-flight-games:before,.um-icon-within .fa-fantasy-flight-games:before{content:"\f6dc"}.um .fa-rust:before,.um-icon-within .fa-rust:before{content:"\e07a"}.um .fa-wix:before,.um-icon-within .fa-wix:before{content:"\f5cf"}.um .fa-square-behance:before,.um-icon-within .fa-square-behance:before{content:"\f1b5"}.um .fa-behance-square:before,.um-icon-within .fa-behance-square:before{content:"\f1b5"}.um .fa-supple:before,.um-icon-within .fa-supple:before{content:"\f3f9"}.um .fa-webflow:before,.um-icon-within .fa-webflow:before{content:"\e65c"}.um .fa-rebel:before,.um-icon-within .fa-rebel:before{content:"\f1d0"}.um .fa-css3:before,.um-icon-within .fa-css3:before{content:"\f13c"}.um .fa-staylinked:before,.um-icon-within .fa-staylinked:before{content:"\f3f5"}.um .fa-kaggle:before,.um-icon-within .fa-kaggle:before{content:"\f5fa"}.um .fa-space-awesome:before,.um-icon-within .fa-space-awesome:before{content:"\e5ac"}.um .fa-deviantart:before,.um-icon-within .fa-deviantart:before{content:"\f1bd"}.um .fa-cpanel:before,.um-icon-within .fa-cpanel:before{content:"\f388"}.um .fa-goodreads-g:before,.um-icon-within .fa-goodreads-g:before{content:"\f3a9"}.um .fa-square-git:before,.um-icon-within .fa-square-git:before{content:"\f1d2"}.um .fa-git-square:before,.um-icon-within .fa-git-square:before{content:"\f1d2"}.um .fa-square-tumblr:before,.um-icon-within .fa-square-tumblr:before{content:"\f174"}.um .fa-tumblr-square:before,.um-icon-within .fa-tumblr-square:before{content:"\f174"}.um .fa-trello:before,.um-icon-within .fa-trello:before{content:"\f181"}.um .fa-creative-commons-nc-jp:before,.um-icon-within .fa-creative-commons-nc-jp:before{content:"\f4ea"}.um .fa-get-pocket:before,.um-icon-within .fa-get-pocket:before{content:"\f265"}.um .fa-perbyte:before,.um-icon-within .fa-perbyte:before{content:"\e083"}.um .fa-grunt:before,.um-icon-within .fa-grunt:before{content:"\f3ad"}.um .fa-weebly:before,.um-icon-within .fa-weebly:before{content:"\f5cc"}.um .fa-connectdevelop:before,.um-icon-within .fa-connectdevelop:before{content:"\f20e"}.um .fa-leanpub:before,.um-icon-within .fa-leanpub:before{content:"\f212"}.um .fa-black-tie:before,.um-icon-within .fa-black-tie:before{content:"\f27e"}.um .fa-themeco:before,.um-icon-within .fa-themeco:before{content:"\f5c6"}.um .fa-python:before,.um-icon-within .fa-python:before{content:"\f3e2"}.um .fa-android:before,.um-icon-within .fa-android:before{content:"\f17b"}.um .fa-bots:before,.um-icon-within .fa-bots:before{content:"\e340"}.um .fa-free-code-camp:before,.um-icon-within .fa-free-code-camp:before{content:"\f2c5"}.um .fa-hornbill:before,.um-icon-within .fa-hornbill:before{content:"\f592"}.um .fa-js:before,.um-icon-within .fa-js:before{content:"\f3b8"}.um .fa-ideal:before,.um-icon-within .fa-ideal:before{content:"\e013"}.um .fa-git:before,.um-icon-within .fa-git:before{content:"\f1d3"}.um .fa-dev:before,.um-icon-within .fa-dev:before{content:"\f6cc"}.um .fa-sketch:before,.um-icon-within .fa-sketch:before{content:"\f7c6"}.um .fa-yandex-international:before,.um-icon-within .fa-yandex-international:before{content:"\f414"}.um .fa-cc-amex:before,.um-icon-within .fa-cc-amex:before{content:"\f1f3"}.um .fa-uber:before,.um-icon-within .fa-uber:before{content:"\f402"}.um .fa-github:before,.um-icon-within .fa-github:before{content:"\f09b"}.um .fa-php:before,.um-icon-within .fa-php:before{content:"\f457"}.um .fa-alipay:before,.um-icon-within .fa-alipay:before{content:"\f642"}.um .fa-youtube:before,.um-icon-within .fa-youtube:before{content:"\f167"}.um .fa-skyatlas:before,.um-icon-within .fa-skyatlas:before{content:"\f216"}.um .fa-firefox-browser:before,.um-icon-within .fa-firefox-browser:before{content:"\e007"}.um .fa-replyd:before,.um-icon-within .fa-replyd:before{content:"\f3e6"}.um .fa-suse:before,.um-icon-within .fa-suse:before{content:"\f7d6"}.um .fa-jenkins:before,.um-icon-within .fa-jenkins:before{content:"\f3b6"}.um .fa-twitter:before,.um-icon-within .fa-twitter:before{content:"\f099"}.um .fa-rockrms:before,.um-icon-within .fa-rockrms:before{content:"\f3e9"}.um .fa-pinterest:before,.um-icon-within .fa-pinterest:before{content:"\f0d2"}.um .fa-buffer:before,.um-icon-within .fa-buffer:before{content:"\f837"}.um .fa-npm:before,.um-icon-within .fa-npm:before{content:"\f3d4"}.um .fa-yammer:before,.um-icon-within .fa-yammer:before{content:"\f840"}.um .fa-btc:before,.um-icon-within .fa-btc:before{content:"\f15a"}.um .fa-dribbble:before,.um-icon-within .fa-dribbble:before{content:"\f17d"}.um .fa-stumbleupon-circle:before,.um-icon-within .fa-stumbleupon-circle:before{content:"\f1a3"}.um .fa-internet-explorer:before,.um-icon-within .fa-internet-explorer:before{content:"\f26b"}.um .fa-stubber:before,.um-icon-within .fa-stubber:before{content:"\e5c7"}.um .fa-telegram:before,.um-icon-within .fa-telegram:before{content:"\f2c6"}.um .fa-telegram-plane:before,.um-icon-within .fa-telegram-plane:before{content:"\f2c6"}.um .fa-old-republic:before,.um-icon-within .fa-old-republic:before{content:"\f510"}.um .fa-odysee:before,.um-icon-within .fa-odysee:before{content:"\e5c6"}.um .fa-square-whatsapp:before,.um-icon-within .fa-square-whatsapp:before{content:"\f40c"}.um .fa-whatsapp-square:before,.um-icon-within .fa-whatsapp-square:before{content:"\f40c"}.um .fa-node-js:before,.um-icon-within .fa-node-js:before{content:"\f3d3"}.um .fa-edge-legacy:before,.um-icon-within .fa-edge-legacy:before{content:"\e078"}.um .fa-slack:before,.um-icon-within .fa-slack:before{content:"\f198"}.um .fa-slack-hash:before,.um-icon-within .fa-slack-hash:before{content:"\f198"}.um .fa-medrt:before,.um-icon-within .fa-medrt:before{content:"\f3c8"}.um .fa-usb:before,.um-icon-within .fa-usb:before{content:"\f287"}.um .fa-tumblr:before,.um-icon-within .fa-tumblr:before{content:"\f173"}.um .fa-vaadin:before,.um-icon-within .fa-vaadin:before{content:"\f408"}.um .fa-quora:before,.um-icon-within .fa-quora:before{content:"\f2c4"}.um .fa-square-x-twitter:before,.um-icon-within .fa-square-x-twitter:before{content:"\e61a"}.um .fa-reacteurope:before,.um-icon-within .fa-reacteurope:before{content:"\f75d"}.um .fa-medium:before,.um-icon-within .fa-medium:before{content:"\f23a"}.um .fa-medium-m:before,.um-icon-within .fa-medium-m:before{content:"\f23a"}.um .fa-amilia:before,.um-icon-within .fa-amilia:before{content:"\f36d"}.um .fa-mixcloud:before,.um-icon-within .fa-mixcloud:before{content:"\f289"}.um .fa-flipboard:before,.um-icon-within .fa-flipboard:before{content:"\f44d"}.um .fa-viacoin:before,.um-icon-within .fa-viacoin:before{content:"\f237"}.um .fa-critical-role:before,.um-icon-within .fa-critical-role:before{content:"\f6c9"}.um .fa-sitrox:before,.um-icon-within .fa-sitrox:before{content:"\e44a"}.um .fa-discourse:before,.um-icon-within .fa-discourse:before{content:"\f393"}.um .fa-joomla:before,.um-icon-within .fa-joomla:before{content:"\f1aa"}.um .fa-mastodon:before,.um-icon-within .fa-mastodon:before{content:"\f4f6"}.um .fa-airbnb:before,.um-icon-within .fa-airbnb:before{content:"\f834"}.um .fa-wolf-pack-battalion:before,.um-icon-within .fa-wolf-pack-battalion:before{content:"\f514"}.um .fa-buy-n-large:before,.um-icon-within .fa-buy-n-large:before{content:"\f8a6"}.um .fa-gulp:before,.um-icon-within .fa-gulp:before{content:"\f3ae"}.um .fa-creative-commons-sampling-plus:before,.um-icon-within .fa-creative-commons-sampling-plus:before{content:"\f4f1"}.um .fa-strava:before,.um-icon-within .fa-strava:before{content:"\f428"}.um .fa-ember:before,.um-icon-within .fa-ember:before{content:"\f423"}.um .fa-canadian-maple-leaf:before,.um-icon-within .fa-canadian-maple-leaf:before{content:"\f785"}.um .fa-teamspeak:before,.um-icon-within .fa-teamspeak:before{content:"\f4f9"}.um .fa-pushed:before,.um-icon-within .fa-pushed:before{content:"\f3e1"}.um .fa-wordpress-simple:before,.um-icon-within .fa-wordpress-simple:before{content:"\f411"}.um .fa-nutritionix:before,.um-icon-within .fa-nutritionix:before{content:"\f3d6"}.um .fa-wodu:before,.um-icon-within .fa-wodu:before{content:"\e088"}.um .fa-google-pay:before,.um-icon-within .fa-google-pay:before{content:"\e079"}.um .fa-intercom:before,.um-icon-within .fa-intercom:before{content:"\f7af"}.um .fa-zhihu:before,.um-icon-within .fa-zhihu:before{content:"\f63f"}.um .fa-korvue:before,.um-icon-within .fa-korvue:before{content:"\f42f"}.um .fa-pix:before,.um-icon-within .fa-pix:before{content:"\e43a"}.um .fa-steam-symbol:before,.um-icon-within .fa-steam-symbol:before{content:"\f3f6"}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.um .fa-regular,.um .far,.um-icon-within .fa-regular,.um-icon-within .far{font-weight:400}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://owl.fusion-ev.com/modules/ultimate-member/assets/libs/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.um .fa-solid,.um .fas,.um-icon-within .fa-solid,.um-icon-within .fas{font-weight:900}.um .fa.fa-glass:before,.um-icon-within .fa.fa-glass:before{content:"\f000"}.um .fa.fa-envelope-o,.um-icon-within .fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-envelope-o:before,.um-icon-within .fa.fa-envelope-o:before{content:"\f0e0"}.um .fa.fa-star-o,.um-icon-within .fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-o:before,.um-icon-within .fa.fa-star-o:before{content:"\f005"}.um .fa.fa-remove:before,.um-icon-within .fa.fa-remove:before{content:"\f00d"}.um .fa.fa-close:before,.um-icon-within .fa.fa-close:before{content:"\f00d"}.um .fa.fa-gear:before,.um-icon-within .fa.fa-gear:before{content:"\f013"}.um .fa.fa-trash-o,.um-icon-within .fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-trash-o:before,.um-icon-within .fa.fa-trash-o:before{content:"\f2ed"}.um .fa.fa-home:before,.um-icon-within .fa.fa-home:before{content:"\f015"}.um .fa.fa-file-o,.um-icon-within .fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-o:before,.um-icon-within .fa.fa-file-o:before{content:"\f15b"}.um .fa.fa-clock-o,.um-icon-within .fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-clock-o:before,.um-icon-within .fa.fa-clock-o:before{content:"\f017"}.um .fa.fa-arrow-circle-o-down,.um-icon-within .fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-down:before,.um-icon-within .fa.fa-arrow-circle-o-down:before{content:"\f358"}.um .fa.fa-arrow-circle-o-up,.um-icon-within .fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-up:before,.um-icon-within .fa.fa-arrow-circle-o-up:before{content:"\f35b"}.um .fa.fa-play-circle-o,.um-icon-within .fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-play-circle-o:before,.um-icon-within .fa.fa-play-circle-o:before{content:"\f144"}.um .fa.fa-repeat:before,.um-icon-within .fa.fa-repeat:before{content:"\f01e"}.um .fa.fa-rotate-right:before,.um-icon-within .fa.fa-rotate-right:before{content:"\f01e"}.um .fa.fa-refresh:before,.um-icon-within .fa.fa-refresh:before{content:"\f021"}.um .fa.fa-list-alt,.um-icon-within .fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-list-alt:before,.um-icon-within .fa.fa-list-alt:before{content:"\f022"}.um .fa.fa-dedent:before,.um-icon-within .fa.fa-dedent:before{content:"\f03b"}.um .fa.fa-video-camera:before,.um-icon-within .fa.fa-video-camera:before{content:"\f03d"}.um .fa.fa-picture-o,.um-icon-within .fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-picture-o:before,.um-icon-within .fa.fa-picture-o:before{content:"\f03e"}.um .fa.fa-photo,.um-icon-within .fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-photo:before,.um-icon-within .fa.fa-photo:before{content:"\f03e"}.um .fa.fa-image,.um-icon-within .fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-image:before,.um-icon-within .fa.fa-image:before{content:"\f03e"}.um .fa.fa-map-marker:before,.um-icon-within .fa.fa-map-marker:before{content:"\f3c5"}.um .fa.fa-pencil-square-o,.um-icon-within .fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-pencil-square-o:before,.um-icon-within .fa.fa-pencil-square-o:before{content:"\f044"}.um .fa.fa-edit,.um-icon-within .fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-edit:before,.um-icon-within .fa.fa-edit:before{content:"\f044"}.um .fa.fa-share-square-o:before,.um-icon-within .fa.fa-share-square-o:before{content:"\f14d"}.um .fa.fa-check-square-o,.um-icon-within .fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-check-square-o:before,.um-icon-within .fa.fa-check-square-o:before{content:"\f14a"}.um .fa.fa-arrows:before,.um-icon-within .fa.fa-arrows:before{content:"\f0b2"}.um .fa.fa-times-circle-o,.um-icon-within .fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-circle-o:before,.um-icon-within .fa.fa-times-circle-o:before{content:"\f057"}.um .fa.fa-check-circle-o,.um-icon-within .fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-check-circle-o:before,.um-icon-within .fa.fa-check-circle-o:before{content:"\f058"}.um .fa.fa-mail-forward:before,.um-icon-within .fa.fa-mail-forward:before{content:"\f064"}.um .fa.fa-expand:before,.um-icon-within .fa.fa-expand:before{content:"\f424"}.um .fa.fa-compress:before,.um-icon-within .fa.fa-compress:before{content:"\f422"}.um .fa.fa-eye,.um-icon-within .fa.fa-eye{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-eye-slash,.um-icon-within .fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-warning:before,.um-icon-within .fa.fa-warning:before{content:"\f071"}.um .fa.fa-calendar:before,.um-icon-within .fa.fa-calendar:before{content:"\f073"}.um .fa.fa-arrows-v:before,.um-icon-within .fa.fa-arrows-v:before{content:"\f338"}.um .fa.fa-arrows-h:before,.um-icon-within .fa.fa-arrows-h:before{content:"\f337"}.um .fa.fa-bar-chart:before,.um-icon-within .fa.fa-bar-chart:before{content:"\e0e3"}.um .fa.fa-bar-chart-o:before,.um-icon-within .fa.fa-bar-chart-o:before{content:"\e0e3"}.um .fa.fa-twitter-square,.um-icon-within .fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-twitter-square:before,.um-icon-within .fa.fa-twitter-square:before{content:"\f081"}.um .fa.fa-facebook-square,.um-icon-within .fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-square:before,.um-icon-within .fa.fa-facebook-square:before{content:"\f082"}.um .fa.fa-gears:before,.um-icon-within .fa.fa-gears:before{content:"\f085"}.um .fa.fa-thumbs-o-up,.um-icon-within .fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-thumbs-o-up:before,.um-icon-within .fa.fa-thumbs-o-up:before{content:"\f164"}.um .fa.fa-thumbs-o-down,.um-icon-within .fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-thumbs-o-down:before,.um-icon-within .fa.fa-thumbs-o-down:before{content:"\f165"}.um .fa.fa-heart-o,.um-icon-within .fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-heart-o:before,.um-icon-within .fa.fa-heart-o:before{content:"\f004"}.um .fa.fa-sign-out:before,.um-icon-within .fa.fa-sign-out:before{content:"\f2f5"}.um .fa.fa-linkedin-square,.um-icon-within .fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linkedin-square:before,.um-icon-within .fa.fa-linkedin-square:before{content:"\f08c"}.um .fa.fa-thumb-tack:before,.um-icon-within .fa.fa-thumb-tack:before{content:"\f08d"}.um .fa.fa-external-link:before,.um-icon-within .fa.fa-external-link:before{content:"\f35d"}.um .fa.fa-sign-in:before,.um-icon-within .fa.fa-sign-in:before{content:"\f2f6"}.um .fa.fa-github-square,.um-icon-within .fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-github-square:before,.um-icon-within .fa.fa-github-square:before{content:"\f092"}.um .fa.fa-lemon-o,.um-icon-within .fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-lemon-o:before,.um-icon-within .fa.fa-lemon-o:before{content:"\f094"}.um .fa.fa-square-o,.um-icon-within .fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-square-o:before,.um-icon-within .fa.fa-square-o:before{content:"\f0c8"}.um .fa.fa-bookmark-o,.um-icon-within .fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bookmark-o:before,.um-icon-within .fa.fa-bookmark-o:before{content:"\f02e"}.um .fa.fa-twitter,.um-icon-within .fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook,.um-icon-within .fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook:before,.um-icon-within .fa.fa-facebook:before{content:"\f39e"}.um .fa.fa-facebook-f,.um-icon-within .fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-f:before,.um-icon-within .fa.fa-facebook-f:before{content:"\f39e"}.um .fa.fa-github,.um-icon-within .fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-credit-card,.um-icon-within .fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-feed:before,.um-icon-within .fa.fa-feed:before{content:"\f09e"}.um .fa.fa-hdd-o,.um-icon-within .fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hdd-o:before,.um-icon-within .fa.fa-hdd-o:before{content:"\f0a0"}.um .fa.fa-hand-o-right,.um-icon-within .fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-right:before,.um-icon-within .fa.fa-hand-o-right:before{content:"\f0a4"}.um .fa.fa-hand-o-left,.um-icon-within .fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-left:before,.um-icon-within .fa.fa-hand-o-left:before{content:"\f0a5"}.um .fa.fa-hand-o-up,.um-icon-within .fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-up:before,.um-icon-within .fa.fa-hand-o-up:before{content:"\f0a6"}.um .fa.fa-hand-o-down,.um-icon-within .fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-down:before,.um-icon-within .fa.fa-hand-o-down:before{content:"\f0a7"}.um .fa.fa-globe:before,.um-icon-within .fa.fa-globe:before{content:"\f57d"}.um .fa.fa-tasks:before,.um-icon-within .fa.fa-tasks:before{content:"\f828"}.um .fa.fa-arrows-alt:before,.um-icon-within .fa.fa-arrows-alt:before{content:"\f31e"}.um .fa.fa-group:before,.um-icon-within .fa.fa-group:before{content:"\f0c0"}.um .fa.fa-chain:before,.um-icon-within .fa.fa-chain:before{content:"\f0c1"}.um .fa.fa-cut:before,.um-icon-within .fa.fa-cut:before{content:"\f0c4"}.um .fa.fa-files-o,.um-icon-within .fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-files-o:before,.um-icon-within .fa.fa-files-o:before{content:"\f0c5"}.um .fa.fa-floppy-o,.um-icon-within .fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-floppy-o:before,.um-icon-within .fa.fa-floppy-o:before{content:"\f0c7"}.um .fa.fa-save,.um-icon-within .fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-save:before,.um-icon-within .fa.fa-save:before{content:"\f0c7"}.um .fa.fa-navicon:before,.um-icon-within .fa.fa-navicon:before{content:"\f0c9"}.um .fa.fa-reorder:before,.um-icon-within .fa.fa-reorder:before{content:"\f0c9"}.um .fa.fa-magic:before,.um-icon-within .fa.fa-magic:before{content:"\e2ca"}.um .fa.fa-pinterest,.um-icon-within .fa.fa-pinterest{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pinterest-square,.um-icon-within .fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pinterest-square:before,.um-icon-within .fa.fa-pinterest-square:before{content:"\f0d3"}.um .fa.fa-google-plus-square,.um-icon-within .fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-square:before,.um-icon-within .fa.fa-google-plus-square:before{content:"\f0d4"}.um .fa.fa-google-plus,.um-icon-within .fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus:before,.um-icon-within .fa.fa-google-plus:before{content:"\f0d5"}.um .fa.fa-money:before,.um-icon-within .fa.fa-money:before{content:"\f3d1"}.um .fa.fa-unsorted:before,.um-icon-within .fa.fa-unsorted:before{content:"\f0dc"}.um .fa.fa-sort-desc:before,.um-icon-within .fa.fa-sort-desc:before{content:"\f0dd"}.um .fa.fa-sort-asc:before,.um-icon-within .fa.fa-sort-asc:before{content:"\f0de"}.um .fa.fa-linkedin,.um-icon-within .fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linkedin:before,.um-icon-within .fa.fa-linkedin:before{content:"\f0e1"}.um .fa.fa-rotate-left:before,.um-icon-within .fa.fa-rotate-left:before{content:"\f0e2"}.um .fa.fa-legal:before,.um-icon-within .fa.fa-legal:before{content:"\f0e3"}.um .fa.fa-tachometer:before,.um-icon-within .fa.fa-tachometer:before{content:"\f625"}.um .fa.fa-dashboard:before,.um-icon-within .fa.fa-dashboard:before{content:"\f625"}.um .fa.fa-comment-o,.um-icon-within .fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-comment-o:before,.um-icon-within .fa.fa-comment-o:before{content:"\f075"}.um .fa.fa-comments-o,.um-icon-within .fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-comments-o:before,.um-icon-within .fa.fa-comments-o:before{content:"\f086"}.um .fa.fa-flash:before,.um-icon-within .fa.fa-flash:before{content:"\f0e7"}.um .fa.fa-clipboard:before,.um-icon-within .fa.fa-clipboard:before{content:"\f0ea"}.um .fa.fa-lightbulb-o,.um-icon-within .fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-lightbulb-o:before,.um-icon-within .fa.fa-lightbulb-o:before{content:"\f0eb"}.um .fa.fa-exchange:before,.um-icon-within .fa.fa-exchange:before{content:"\f362"}.um .fa.fa-cloud-download:before,.um-icon-within .fa.fa-cloud-download:before{content:"\f0ed"}.um .fa.fa-cloud-upload:before,.um-icon-within .fa.fa-cloud-upload:before{content:"\f0ee"}.um .fa.fa-bell-o,.um-icon-within .fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bell-o:before,.um-icon-within .fa.fa-bell-o:before{content:"\f0f3"}.um .fa.fa-cutlery:before,.um-icon-within .fa.fa-cutlery:before{content:"\f2e7"}.um .fa.fa-file-text-o,.um-icon-within .fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-text-o:before,.um-icon-within .fa.fa-file-text-o:before{content:"\f15c"}.um .fa.fa-building-o,.um-icon-within .fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-building-o:before,.um-icon-within .fa.fa-building-o:before{content:"\f1ad"}.um .fa.fa-hospital-o,.um-icon-within .fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hospital-o:before,.um-icon-within .fa.fa-hospital-o:before{content:"\f0f8"}.um .fa.fa-tablet:before,.um-icon-within .fa.fa-tablet:before{content:"\f3fa"}.um .fa.fa-mobile:before,.um-icon-within .fa.fa-mobile:before{content:"\f3cd"}.um .fa.fa-mobile-phone:before,.um-icon-within .fa.fa-mobile-phone:before{content:"\f3cd"}.um .fa.fa-circle-o,.um-icon-within .fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-circle-o:before,.um-icon-within .fa.fa-circle-o:before{content:"\f111"}.um .fa.fa-mail-reply:before,.um-icon-within .fa.fa-mail-reply:before{content:"\f3e5"}.um .fa.fa-github-alt,.um-icon-within .fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-folder-o,.um-icon-within .fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-folder-o:before,.um-icon-within .fa.fa-folder-o:before{content:"\f07b"}.um .fa.fa-folder-open-o,.um-icon-within .fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-folder-open-o:before,.um-icon-within .fa.fa-folder-open-o:before{content:"\f07c"}.um .fa.fa-smile-o,.um-icon-within .fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-smile-o:before,.um-icon-within .fa.fa-smile-o:before{content:"\f118"}.um .fa.fa-frown-o,.um-icon-within .fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-frown-o:before,.um-icon-within .fa.fa-frown-o:before{content:"\f119"}.um .fa.fa-meh-o,.um-icon-within .fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-meh-o:before,.um-icon-within .fa.fa-meh-o:before{content:"\f11a"}.um .fa.fa-keyboard-o,.um-icon-within .fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-keyboard-o:before,.um-icon-within .fa.fa-keyboard-o:before{content:"\f11c"}.um .fa.fa-flag-o,.um-icon-within .fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-flag-o:before,.um-icon-within .fa.fa-flag-o:before{content:"\f024"}.um .fa.fa-mail-reply-all:before,.um-icon-within .fa.fa-mail-reply-all:before{content:"\f122"}.um .fa.fa-star-half-o,.um-icon-within .fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-o:before,.um-icon-within .fa.fa-star-half-o:before{content:"\f5c0"}.um .fa.fa-star-half-empty,.um-icon-within .fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-empty:before,.um-icon-within .fa.fa-star-half-empty:before{content:"\f5c0"}.um .fa.fa-star-half-full,.um-icon-within .fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-full:before,.um-icon-within .fa.fa-star-half-full:before{content:"\f5c0"}.um .fa.fa-code-fork:before,.um-icon-within .fa.fa-code-fork:before{content:"\f126"}.um .fa.fa-chain-broken:before,.um-icon-within .fa.fa-chain-broken:before{content:"\f127"}.um .fa.fa-unlink:before,.um-icon-within .fa.fa-unlink:before{content:"\f127"}.um .fa.fa-calendar-o,.um-icon-within .fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-o:before,.um-icon-within .fa.fa-calendar-o:before{content:"\f133"}.um .fa.fa-maxcdn,.um-icon-within .fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-html5,.um-icon-within .fa.fa-html5{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-css3,.um-icon-within .fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-unlock-alt:before,.um-icon-within .fa.fa-unlock-alt:before{content:"\f09c"}.um .fa.fa-minus-square-o,.um-icon-within .fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-minus-square-o:before,.um-icon-within .fa.fa-minus-square-o:before{content:"\f146"}.um .fa.fa-level-up:before,.um-icon-within .fa.fa-level-up:before{content:"\f3bf"}.um .fa.fa-level-down:before,.um-icon-within .fa.fa-level-down:before{content:"\f3be"}.um .fa.fa-pencil-square:before,.um-icon-within .fa.fa-pencil-square:before{content:"\f14b"}.um .fa.fa-external-link-square:before,.um-icon-within .fa.fa-external-link-square:before{content:"\f360"}.um .fa.fa-compass,.um-icon-within .fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-down,.um-icon-within .fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-down:before,.um-icon-within .fa.fa-caret-square-o-down:before{content:"\f150"}.um .fa.fa-toggle-down,.um-icon-within .fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-down:before,.um-icon-within .fa.fa-toggle-down:before{content:"\f150"}.um .fa.fa-caret-square-o-up,.um-icon-within .fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-up:before,.um-icon-within .fa.fa-caret-square-o-up:before{content:"\f151"}.um .fa.fa-toggle-up,.um-icon-within .fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-up:before,.um-icon-within .fa.fa-toggle-up:before{content:"\f151"}.um .fa.fa-caret-square-o-right,.um-icon-within .fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-right:before,.um-icon-within .fa.fa-caret-square-o-right:before{content:"\f152"}.um .fa.fa-toggle-right,.um-icon-within .fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-right:before,.um-icon-within .fa.fa-toggle-right:before{content:"\f152"}.um .fa.fa-eur:before,.um-icon-within .fa.fa-eur:before{content:"\f153"}.um .fa.fa-euro:before,.um-icon-within .fa.fa-euro:before{content:"\f153"}.um .fa.fa-gbp:before,.um-icon-within .fa.fa-gbp:before{content:"\f154"}.um .fa.fa-usd:before,.um-icon-within .fa.fa-usd:before{content:"\$"}.um .fa.fa-dollar:before,.um-icon-within .fa.fa-dollar:before{content:"\$"}.um .fa.fa-inr:before,.um-icon-within .fa.fa-inr:before{content:"\e1bc"}.um .fa.fa-rupee:before,.um-icon-within .fa.fa-rupee:before{content:"\e1bc"}.um .fa.fa-jpy:before,.um-icon-within .fa.fa-jpy:before{content:"\f157"}.um .fa.fa-cny:before,.um-icon-within .fa.fa-cny:before{content:"\f157"}.um .fa.fa-rmb:before,.um-icon-within .fa.fa-rmb:before{content:"\f157"}.um .fa.fa-yen:before,.um-icon-within .fa.fa-yen:before{content:"\f157"}.um .fa.fa-rub:before,.um-icon-within .fa.fa-rub:before{content:"\f158"}.um .fa.fa-ruble:before,.um-icon-within .fa.fa-ruble:before{content:"\f158"}.um .fa.fa-rouble:before,.um-icon-within .fa.fa-rouble:before{content:"\f158"}.um .fa.fa-krw:before,.um-icon-within .fa.fa-krw:before{content:"\f159"}.um .fa.fa-won:before,.um-icon-within .fa.fa-won:before{content:"\f159"}.um .fa.fa-btc,.um-icon-within .fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitcoin,.um-icon-within .fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitcoin:before,.um-icon-within .fa.fa-bitcoin:before{content:"\f15a"}.um .fa.fa-file-text:before,.um-icon-within .fa.fa-file-text:before{content:"\f15c"}.um .fa.fa-sort-alpha-asc:before,.um-icon-within .fa.fa-sort-alpha-asc:before{content:"\f15d"}.um .fa.fa-sort-alpha-desc:before,.um-icon-within .fa.fa-sort-alpha-desc:before{content:"\f881"}.um .fa.fa-sort-amount-asc:before,.um-icon-within .fa.fa-sort-amount-asc:before{content:"\f884"}.um .fa.fa-sort-amount-desc:before,.um-icon-within .fa.fa-sort-amount-desc:before{content:"\f160"}.um .fa.fa-sort-numeric-asc:before,.um-icon-within .fa.fa-sort-numeric-asc:before{content:"\f162"}.um .fa.fa-sort-numeric-desc:before,.um-icon-within .fa.fa-sort-numeric-desc:before{content:"\f886"}.um .fa.fa-youtube-square,.um-icon-within .fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-youtube-square:before,.um-icon-within .fa.fa-youtube-square:before{content:"\f431"}.um .fa.fa-youtube,.um-icon-within .fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing,.um-icon-within .fa.fa-xing{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing-square,.um-icon-within .fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing-square:before,.um-icon-within .fa.fa-xing-square:before{content:"\f169"}.um .fa.fa-youtube-play,.um-icon-within .fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-youtube-play:before,.um-icon-within .fa.fa-youtube-play:before{content:"\f167"}.um .fa.fa-dropbox,.um-icon-within .fa.fa-dropbox{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stack-overflow,.um-icon-within .fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-instagram,.um-icon-within .fa.fa-instagram{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-flickr,.um-icon-within .fa.fa-flickr{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-adn,.um-icon-within .fa.fa-adn{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket,.um-icon-within .fa.fa-bitbucket{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket-square,.um-icon-within .fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket-square:before,.um-icon-within .fa.fa-bitbucket-square:before{content:"\f171"}.um .fa.fa-tumblr,.um-icon-within .fa.fa-tumblr{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-tumblr-square,.um-icon-within .fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-tumblr-square:before,.um-icon-within .fa.fa-tumblr-square:before{content:"\f174"}.um .fa.fa-long-arrow-down:before,.um-icon-within .fa.fa-long-arrow-down:before{content:"\f309"}.um .fa.fa-long-arrow-up:before,.um-icon-within .fa.fa-long-arrow-up:before{content:"\f30c"}.um .fa.fa-long-arrow-left:before,.um-icon-within .fa.fa-long-arrow-left:before{content:"\f30a"}.um .fa.fa-long-arrow-right:before,.um-icon-within .fa.fa-long-arrow-right:before{content:"\f30b"}.um .fa.fa-apple,.um-icon-within .fa.fa-apple{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-windows,.um-icon-within .fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-android,.um-icon-within .fa.fa-android{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linux,.um-icon-within .fa.fa-linux{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-dribbble,.um-icon-within .fa.fa-dribbble{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-skype,.um-icon-within .fa.fa-skype{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-foursquare,.um-icon-within .fa.fa-foursquare{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-trello,.um-icon-within .fa.fa-trello{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gratipay,.um-icon-within .fa.fa-gratipay{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gittip,.um-icon-within .fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gittip:before,.um-icon-within .fa.fa-gittip:before{content:"\f184"}.um .fa.fa-sun-o,.um-icon-within .fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sun-o:before,.um-icon-within .fa.fa-sun-o:before{content:"\f185"}.um .fa.fa-moon-o,.um-icon-within .fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-moon-o:before,.um-icon-within .fa.fa-moon-o:before{content:"\f186"}.um .fa.fa-vk,.um-icon-within .fa.fa-vk{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-weibo,.um-icon-within .fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-renren,.um-icon-within .fa.fa-renren{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pagelines,.um-icon-within .fa.fa-pagelines{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stack-exchange,.um-icon-within .fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-arrow-circle-o-right,.um-icon-within .fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-right:before,.um-icon-within .fa.fa-arrow-circle-o-right:before{content:"\f35a"}.um .fa.fa-arrow-circle-o-left,.um-icon-within .fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-left:before,.um-icon-within .fa.fa-arrow-circle-o-left:before{content:"\f359"}.um .fa.fa-caret-square-o-left,.um-icon-within .fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-left:before,.um-icon-within .fa.fa-caret-square-o-left:before{content:"\f191"}.um .fa.fa-toggle-left,.um-icon-within .fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-left:before,.um-icon-within .fa.fa-toggle-left:before{content:"\f191"}.um .fa.fa-dot-circle-o,.um-icon-within .fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-dot-circle-o:before,.um-icon-within .fa.fa-dot-circle-o:before{content:"\f192"}.um .fa.fa-vimeo-square,.um-icon-within .fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo-square:before,.um-icon-within .fa.fa-vimeo-square:before{content:"\f194"}.um .fa.fa-try:before,.um-icon-within .fa.fa-try:before{content:"\e2bb"}.um .fa.fa-turkish-lira:before,.um-icon-within .fa.fa-turkish-lira:before{content:"\e2bb"}.um .fa.fa-plus-square-o,.um-icon-within .fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-plus-square-o:before,.um-icon-within .fa.fa-plus-square-o:before{content:"\f0fe"}.um .fa.fa-slack,.um-icon-within .fa.fa-slack{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wordpress,.um-icon-within .fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-openid,.um-icon-within .fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-institution:before,.um-icon-within .fa.fa-institution:before{content:"\f19c"}.um .fa.fa-bank:before,.um-icon-within .fa.fa-bank:before{content:"\f19c"}.um .fa.fa-mortar-board:before,.um-icon-within .fa.fa-mortar-board:before{content:"\f19d"}.um .fa.fa-yahoo,.um-icon-within .fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google,.um-icon-within .fa.fa-google{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit,.um-icon-within .fa.fa-reddit{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-square,.um-icon-within .fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-square:before,.um-icon-within .fa.fa-reddit-square:before{content:"\f1a2"}.um .fa.fa-stumbleupon-circle,.um-icon-within .fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stumbleupon,.um-icon-within .fa.fa-stumbleupon{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-delicious,.um-icon-within .fa.fa-delicious{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-digg,.um-icon-within .fa.fa-digg{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pied-piper-pp,.um-icon-within .fa.fa-pied-piper-pp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pied-piper-alt,.um-icon-within .fa.fa-pied-piper-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-drupal,.um-icon-within .fa.fa-drupal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-joomla,.um-icon-within .fa.fa-joomla{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance,.um-icon-within .fa.fa-behance{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance-square,.um-icon-within .fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance-square:before,.um-icon-within .fa.fa-behance-square:before{content:"\f1b5"}.um .fa.fa-steam,.um-icon-within .fa.fa-steam{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-steam-square,.um-icon-within .fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-steam-square:before,.um-icon-within .fa.fa-steam-square:before{content:"\f1b7"}.um .fa.fa-automobile:before,.um-icon-within .fa.fa-automobile:before{content:"\f1b9"}.um .fa.fa-cab:before,.um-icon-within .fa.fa-cab:before{content:"\f1ba"}.um .fa.fa-spotify,.um-icon-within .fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-deviantart,.um-icon-within .fa.fa-deviantart{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-soundcloud,.um-icon-within .fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-file-pdf-o,.um-icon-within .fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-pdf-o:before,.um-icon-within .fa.fa-file-pdf-o:before{content:"\f1c1"}.um .fa.fa-file-word-o,.um-icon-within .fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-word-o:before,.um-icon-within .fa.fa-file-word-o:before{content:"\f1c2"}.um .fa.fa-file-excel-o,.um-icon-within .fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-excel-o:before,.um-icon-within .fa.fa-file-excel-o:before{content:"\f1c3"}.um .fa.fa-file-powerpoint-o,.um-icon-within .fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-powerpoint-o:before,.um-icon-within .fa.fa-file-powerpoint-o:before{content:"\f1c4"}.um .fa.fa-file-image-o,.um-icon-within .fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-image-o:before,.um-icon-within .fa.fa-file-image-o:before{content:"\f1c5"}.um .fa.fa-file-photo-o,.um-icon-within .fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-photo-o:before,.um-icon-within .fa.fa-file-photo-o:before{content:"\f1c5"}.um .fa.fa-file-picture-o,.um-icon-within .fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-picture-o:before,.um-icon-within .fa.fa-file-picture-o:before{content:"\f1c5"}.um .fa.fa-file-archive-o,.um-icon-within .fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-archive-o:before,.um-icon-within .fa.fa-file-archive-o:before{content:"\f1c6"}.um .fa.fa-file-zip-o,.um-icon-within .fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-zip-o:before,.um-icon-within .fa.fa-file-zip-o:before{content:"\f1c6"}.um .fa.fa-file-audio-o,.um-icon-within .fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-audio-o:before,.um-icon-within .fa.fa-file-audio-o:before{content:"\f1c7"}.um .fa.fa-file-sound-o,.um-icon-within .fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-sound-o:before,.um-icon-within .fa.fa-file-sound-o:before{content:"\f1c7"}.um .fa.fa-file-video-o,.um-icon-within .fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-video-o:before,.um-icon-within .fa.fa-file-video-o:before{content:"\f1c8"}.um .fa.fa-file-movie-o,.um-icon-within .fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-movie-o:before,.um-icon-within .fa.fa-file-movie-o:before{content:"\f1c8"}.um .fa.fa-file-code-o,.um-icon-within .fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-code-o:before,.um-icon-within .fa.fa-file-code-o:before{content:"\f1c9"}.um .fa.fa-vine,.um-icon-within .fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-codepen,.um-icon-within .fa.fa-codepen{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-jsfiddle,.um-icon-within .fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-life-bouy:before,.um-icon-within .fa.fa-life-bouy:before{content:"\f1cd"}.um .fa.fa-life-buoy:before,.um-icon-within .fa.fa-life-buoy:before{content:"\f1cd"}.um .fa.fa-life-saver:before,.um-icon-within .fa.fa-life-saver:before{content:"\f1cd"}.um .fa.fa-support:before,.um-icon-within .fa.fa-support:before{content:"\f1cd"}.um .fa.fa-circle-o-notch:before,.um-icon-within .fa.fa-circle-o-notch:before{content:"\f1ce"}.um .fa.fa-rebel,.um-icon-within .fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ra,.um-icon-within .fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ra:before,.um-icon-within .fa.fa-ra:before{content:"\f1d0"}.um .fa.fa-resistance,.um-icon-within .fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-resistance:before,.um-icon-within .fa.fa-resistance:before{content:"\f1d0"}.um .fa.fa-empire,.um-icon-within .fa.fa-empire{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ge,.um-icon-within .fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ge:before,.um-icon-within .fa.fa-ge:before{content:"\f1d1"}.um .fa.fa-git-square,.um-icon-within .fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-git-square:before,.um-icon-within .fa.fa-git-square:before{content:"\f1d2"}.um .fa.fa-git,.um-icon-within .fa.fa-git{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-hacker-news,.um-icon-within .fa.fa-hacker-news{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator-square,.um-icon-within .fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator-square:before,.um-icon-within .fa.fa-y-combinator-square:before{content:"\f1d4"}.um .fa.fa-yc-square,.um-icon-within .fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc-square:before,.um-icon-within .fa.fa-yc-square:before{content:"\f1d4"}.um .fa.fa-tencent-weibo,.um-icon-within .fa.fa-tencent-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-qq,.um-icon-within .fa.fa-qq{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-weixin,.um-icon-within .fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wechat,.um-icon-within .fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wechat:before,.um-icon-within .fa.fa-wechat:before{content:"\f1d7"}.um .fa.fa-send:before,.um-icon-within .fa.fa-send:before{content:"\f1d8"}.um .fa.fa-paper-plane-o,.um-icon-within .fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-paper-plane-o:before,.um-icon-within .fa.fa-paper-plane-o:before{content:"\f1d8"}.um .fa.fa-send-o,.um-icon-within .fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-send-o:before,.um-icon-within .fa.fa-send-o:before{content:"\f1d8"}.um .fa.fa-circle-thin,.um-icon-within .fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-circle-thin:before,.um-icon-within .fa.fa-circle-thin:before{content:"\f111"}.um .fa.fa-header:before,.um-icon-within .fa.fa-header:before{content:"\f1dc"}.um .fa.fa-futbol-o,.um-icon-within .fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-futbol-o:before,.um-icon-within .fa.fa-futbol-o:before{content:"\f1e3"}.um .fa.fa-soccer-ball-o,.um-icon-within .fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-soccer-ball-o:before,.um-icon-within .fa.fa-soccer-ball-o:before{content:"\f1e3"}.um .fa.fa-slideshare,.um-icon-within .fa.fa-slideshare{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-twitch,.um-icon-within .fa.fa-twitch{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yelp,.um-icon-within .fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-newspaper-o,.um-icon-within .fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-newspaper-o:before,.um-icon-within .fa.fa-newspaper-o:before{content:"\f1ea"}.um .fa.fa-paypal,.um-icon-within .fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-wallet,.um-icon-within .fa.fa-google-wallet{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-visa,.um-icon-within .fa.fa-cc-visa{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-mastercard,.um-icon-within .fa.fa-cc-mastercard{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-discover,.um-icon-within .fa.fa-cc-discover{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-amex,.um-icon-within .fa.fa-cc-amex{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-paypal,.um-icon-within .fa.fa-cc-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-stripe,.um-icon-within .fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bell-slash-o,.um-icon-within .fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bell-slash-o:before,.um-icon-within .fa.fa-bell-slash-o:before{content:"\f1f6"}.um .fa.fa-trash:before,.um-icon-within .fa.fa-trash:before{content:"\f2ed"}.um .fa.fa-copyright,.um-icon-within .fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-eyedropper:before,.um-icon-within .fa.fa-eyedropper:before{content:"\f1fb"}.um .fa.fa-area-chart:before,.um-icon-within .fa.fa-area-chart:before{content:"\f1fe"}.um .fa.fa-pie-chart:before,.um-icon-within .fa.fa-pie-chart:before{content:"\f200"}.um .fa.fa-line-chart:before,.um-icon-within .fa.fa-line-chart:before{content:"\f201"}.um .fa.fa-lastfm,.um-icon-within .fa.fa-lastfm{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-lastfm-square,.um-icon-within .fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-lastfm-square:before,.um-icon-within .fa.fa-lastfm-square:before{content:"\f203"}.um .fa.fa-ioxhost,.um-icon-within .fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-angellist,.um-icon-within .fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc,.um-icon-within .fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-cc:before,.um-icon-within .fa.fa-cc:before{content:"\f20a"}.um .fa.fa-ils:before,.um-icon-within .fa.fa-ils:before{content:"\f20b"}.um .fa.fa-shekel:before,.um-icon-within .fa.fa-shekel:before{content:"\f20b"}.um .fa.fa-sheqel:before,.um-icon-within .fa.fa-sheqel:before{content:"\f20b"}.um .fa.fa-buysellads,.um-icon-within .fa.fa-buysellads{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-connectdevelop,.um-icon-within .fa.fa-connectdevelop{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-dashcube,.um-icon-within .fa.fa-dashcube{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-forumbee,.um-icon-within .fa.fa-forumbee{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-leanpub,.um-icon-within .fa.fa-leanpub{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-sellsy,.um-icon-within .fa.fa-sellsy{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-shirtsinbulk,.um-icon-within .fa.fa-shirtsinbulk{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-simplybuilt,.um-icon-within .fa.fa-simplybuilt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-skyatlas,.um-icon-within .fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-diamond,.um-icon-within .fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-diamond:before,.um-icon-within .fa.fa-diamond:before{content:"\f3a5"}.um .fa.fa-transgender:before,.um-icon-within .fa.fa-transgender:before{content:"\f224"}.um .fa.fa-intersex:before,.um-icon-within .fa.fa-intersex:before{content:"\f224"}.um .fa.fa-transgender-alt:before,.um-icon-within .fa.fa-transgender-alt:before{content:"\f225"}.um .fa.fa-facebook-official,.um-icon-within .fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-official:before,.um-icon-within .fa.fa-facebook-official:before{content:"\f09a"}.um .fa.fa-pinterest-p,.um-icon-within .fa.fa-pinterest-p{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-whatsapp,.um-icon-within .fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-hotel:before,.um-icon-within .fa.fa-hotel:before{content:"\f236"}.um .fa.fa-viacoin,.um-icon-within .fa.fa-viacoin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-medium,.um-icon-within .fa.fa-medium{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator,.um-icon-within .fa.fa-y-combinator{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc,.um-icon-within .fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc:before,.um-icon-within .fa.fa-yc:before{content:"\f23b"}.um .fa.fa-optin-monster,.um-icon-within .fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-opencart,.um-icon-within .fa.fa-opencart{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-expeditedssl,.um-icon-within .fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-battery-4:before,.um-icon-within .fa.fa-battery-4:before{content:"\f240"}.um .fa.fa-battery:before,.um-icon-within .fa.fa-battery:before{content:"\f240"}.um .fa.fa-battery-3:before,.um-icon-within .fa.fa-battery-3:before{content:"\f241"}.um .fa.fa-battery-2:before,.um-icon-within .fa.fa-battery-2:before{content:"\f242"}.um .fa.fa-battery-1:before,.um-icon-within .fa.fa-battery-1:before{content:"\f243"}.um .fa.fa-battery-0:before,.um-icon-within .fa.fa-battery-0:before{content:"\f244"}.um .fa.fa-object-group,.um-icon-within .fa.fa-object-group{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-object-ungroup,.um-icon-within .fa.fa-object-ungroup{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sticky-note-o,.um-icon-within .fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sticky-note-o:before,.um-icon-within .fa.fa-sticky-note-o:before{content:"\f249"}.um .fa.fa-cc-jcb,.um-icon-within .fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-diners-club,.um-icon-within .fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-clone,.um-icon-within .fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hourglass-o:before,.um-icon-within .fa.fa-hourglass-o:before{content:"\f254"}.um .fa.fa-hourglass-1:before,.um-icon-within .fa.fa-hourglass-1:before{content:"\f251"}.um .fa.fa-hourglass-2:before,.um-icon-within .fa.fa-hourglass-2:before{content:"\f252"}.um .fa.fa-hourglass-3:before,.um-icon-within .fa.fa-hourglass-3:before{content:"\f253"}.um .fa.fa-hand-rock-o,.um-icon-within .fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-rock-o:before,.um-icon-within .fa.fa-hand-rock-o:before{content:"\f255"}.um .fa.fa-hand-grab-o,.um-icon-within .fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-grab-o:before,.um-icon-within .fa.fa-hand-grab-o:before{content:"\f255"}.um .fa.fa-hand-paper-o,.um-icon-within .fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-paper-o:before,.um-icon-within .fa.fa-hand-paper-o:before{content:"\f256"}.um .fa.fa-hand-stop-o,.um-icon-within .fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-stop-o:before,.um-icon-within .fa.fa-hand-stop-o:before{content:"\f256"}.um .fa.fa-hand-scissors-o,.um-icon-within .fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-scissors-o:before,.um-icon-within .fa.fa-hand-scissors-o:before{content:"\f257"}.um .fa.fa-hand-lizard-o,.um-icon-within .fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-lizard-o:before,.um-icon-within .fa.fa-hand-lizard-o:before{content:"\f258"}.um .fa.fa-hand-spock-o,.um-icon-within .fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-spock-o:before,.um-icon-within .fa.fa-hand-spock-o:before{content:"\f259"}.um .fa.fa-hand-pointer-o,.um-icon-within .fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-pointer-o:before,.um-icon-within .fa.fa-hand-pointer-o:before{content:"\f25a"}.um .fa.fa-hand-peace-o,.um-icon-within .fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-peace-o:before,.um-icon-within .fa.fa-hand-peace-o:before{content:"\f25b"}.um .fa.fa-registered,.um-icon-within .fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-creative-commons,.um-icon-within .fa.fa-creative-commons{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gg,.um-icon-within .fa.fa-gg{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gg-circle,.um-icon-within .fa.fa-gg-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki,.um-icon-within .fa.fa-odnoklassniki{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki-square,.um-icon-within .fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki-square:before,.um-icon-within .fa.fa-odnoklassniki-square:before{content:"\f264"}.um .fa.fa-get-pocket,.um-icon-within .fa.fa-get-pocket{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wikipedia-w,.um-icon-within .fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-safari,.um-icon-within .fa.fa-safari{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-chrome,.um-icon-within .fa.fa-chrome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-firefox,.um-icon-within .fa.fa-firefox{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-opera,.um-icon-within .fa.fa-opera{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-internet-explorer,.um-icon-within .fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-television:before,.um-icon-within .fa.fa-television:before{content:"\f26c"}.um .fa.fa-contao,.um-icon-within .fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-500px,.um-icon-within .fa.fa-500px{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-amazon,.um-icon-within .fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-calendar-plus-o,.um-icon-within .fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-plus-o:before,.um-icon-within .fa.fa-calendar-plus-o:before{content:"\f271"}.um .fa.fa-calendar-minus-o,.um-icon-within .fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-minus-o:before,.um-icon-within .fa.fa-calendar-minus-o:before{content:"\f272"}.um .fa.fa-calendar-times-o,.um-icon-within .fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-times-o:before,.um-icon-within .fa.fa-calendar-times-o:before{content:"\f273"}.um .fa.fa-calendar-check-o,.um-icon-within .fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-check-o:before,.um-icon-within .fa.fa-calendar-check-o:before{content:"\f274"}.um .fa.fa-map-o,.um-icon-within .fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-map-o:before,.um-icon-within .fa.fa-map-o:before{content:"\f279"}.um .fa.fa-commenting:before,.um-icon-within .fa.fa-commenting:before{content:"\f4ad"}.um .fa.fa-commenting-o,.um-icon-within .fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-commenting-o:before,.um-icon-within .fa.fa-commenting-o:before{content:"\f4ad"}.um .fa.fa-houzz,.um-icon-within .fa.fa-houzz{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo,.um-icon-within .fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo:before,.um-icon-within .fa.fa-vimeo:before{content:"\f27d"}.um .fa.fa-black-tie,.um-icon-within .fa.fa-black-tie{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fonticons,.um-icon-within .fa.fa-fonticons{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-alien,.um-icon-within .fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-edge,.um-icon-within .fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-credit-card-alt:before,.um-icon-within .fa.fa-credit-card-alt:before{content:"\f09d"}.um .fa.fa-codiepie,.um-icon-within .fa.fa-codiepie{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-modx,.um-icon-within .fa.fa-modx{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fort-awesome,.um-icon-within .fa.fa-fort-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-usb,.um-icon-within .fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-product-hunt,.um-icon-within .fa.fa-product-hunt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-mixcloud,.um-icon-within .fa.fa-mixcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-scribd,.um-icon-within .fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pause-circle-o,.um-icon-within .fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-pause-circle-o:before,.um-icon-within .fa.fa-pause-circle-o:before{content:"\f28b"}.um .fa.fa-stop-circle-o,.um-icon-within .fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-stop-circle-o:before,.um-icon-within .fa.fa-stop-circle-o:before{content:"\f28d"}.um .fa.fa-bluetooth,.um-icon-within .fa.fa-bluetooth{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bluetooth-b,.um-icon-within .fa.fa-bluetooth-b{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gitlab,.um-icon-within .fa.fa-gitlab{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpbeginner,.um-icon-within .fa.fa-wpbeginner{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpforms,.um-icon-within .fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-envira,.um-icon-within .fa.fa-envira{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wheelchair-alt,.um-icon-within .fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wheelchair-alt:before,.um-icon-within .fa.fa-wheelchair-alt:before{content:"\f368"}.um .fa.fa-question-circle-o,.um-icon-within .fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-question-circle-o:before,.um-icon-within .fa.fa-question-circle-o:before{content:"\f059"}.um .fa.fa-volume-control-phone:before,.um-icon-within .fa.fa-volume-control-phone:before{content:"\f2a0"}.um .fa.fa-asl-interpreting:before,.um-icon-within .fa.fa-asl-interpreting:before{content:"\f2a3"}.um .fa.fa-deafness:before,.um-icon-within .fa.fa-deafness:before{content:"\f2a4"}.um .fa.fa-hard-of-hearing:before,.um-icon-within .fa.fa-hard-of-hearing:before{content:"\f2a4"}.um .fa.fa-glide,.um-icon-within .fa.fa-glide{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-glide-g,.um-icon-within .fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-signing:before,.um-icon-within .fa.fa-signing:before{content:"\f2a7"}.um .fa.fa-viadeo,.um-icon-within .fa.fa-viadeo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-viadeo-square,.um-icon-within .fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-viadeo-square:before,.um-icon-within .fa.fa-viadeo-square:before{content:"\f2aa"}.um .fa.fa-snapchat,.um-icon-within .fa.fa-snapchat{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-ghost,.um-icon-within .fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-ghost:before,.um-icon-within .fa.fa-snapchat-ghost:before{content:"\f2ab"}.um .fa.fa-snapchat-square,.um-icon-within .fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-square:before,.um-icon-within .fa.fa-snapchat-square:before{content:"\f2ad"}.um .fa.fa-pied-piper,.um-icon-within .fa.fa-pied-piper{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-first-order,.um-icon-within .fa.fa-first-order{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yoast,.um-icon-within .fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-themeisle,.um-icon-within .fa.fa-themeisle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-official,.um-icon-within .fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-official:before,.um-icon-within .fa.fa-google-plus-official:before{content:"\f2b3"}.um .fa.fa-google-plus-circle,.um-icon-within .fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-circle:before,.um-icon-within .fa.fa-google-plus-circle:before{content:"\f2b3"}.um .fa.fa-font-awesome,.um-icon-within .fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fa,.um-icon-within .fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fa:before,.um-icon-within .fa.fa-fa:before{content:"\f2b4"}.um .fa.fa-handshake-o,.um-icon-within .fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-handshake-o:before,.um-icon-within .fa.fa-handshake-o:before{content:"\f2b5"}.um .fa.fa-envelope-open-o,.um-icon-within .fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-envelope-open-o:before,.um-icon-within .fa.fa-envelope-open-o:before{content:"\f2b6"}.um .fa.fa-linode,.um-icon-within .fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-address-book-o,.um-icon-within .fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-address-book-o:before,.um-icon-within .fa.fa-address-book-o:before{content:"\f2b9"}.um .fa.fa-vcard:before,.um-icon-within .fa.fa-vcard:before{content:"\f2bb"}.um .fa.fa-address-card-o,.um-icon-within .fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-address-card-o:before,.um-icon-within .fa.fa-address-card-o:before{content:"\f2bb"}.um .fa.fa-vcard-o,.um-icon-within .fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-vcard-o:before,.um-icon-within .fa.fa-vcard-o:before{content:"\f2bb"}.um .fa.fa-user-circle-o,.um-icon-within .fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-user-circle-o:before,.um-icon-within .fa.fa-user-circle-o:before{content:"\f2bd"}.um .fa.fa-user-o,.um-icon-within .fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-user-o:before,.um-icon-within .fa.fa-user-o:before{content:"\f007"}.um .fa.fa-id-badge,.um-icon-within .fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-drivers-license:before,.um-icon-within .fa.fa-drivers-license:before{content:"\f2c2"}.um .fa.fa-id-card-o,.um-icon-within .fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-id-card-o:before,.um-icon-within .fa.fa-id-card-o:before{content:"\f2c2"}.um .fa.fa-drivers-license-o,.um-icon-within .fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-drivers-license-o:before,.um-icon-within .fa.fa-drivers-license-o:before{content:"\f2c2"}.um .fa.fa-quora,.um-icon-within .fa.fa-quora{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-free-code-camp,.um-icon-within .fa.fa-free-code-camp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-telegram,.um-icon-within .fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-thermometer-4:before,.um-icon-within .fa.fa-thermometer-4:before{content:"\f2c7"}.um .fa.fa-thermometer:before,.um-icon-within .fa.fa-thermometer:before{content:"\f2c7"}.um .fa.fa-thermometer-3:before,.um-icon-within .fa.fa-thermometer-3:before{content:"\f2c8"}.um .fa.fa-thermometer-2:before,.um-icon-within .fa.fa-thermometer-2:before{content:"\f2c9"}.um .fa.fa-thermometer-1:before,.um-icon-within .fa.fa-thermometer-1:before{content:"\f2ca"}.um .fa.fa-thermometer-0:before,.um-icon-within .fa.fa-thermometer-0:before{content:"\f2cb"}.um .fa.fa-bathtub:before,.um-icon-within .fa.fa-bathtub:before{content:"\f2cd"}.um .fa.fa-s15:before,.um-icon-within .fa.fa-s15:before{content:"\f2cd"}.um .fa.fa-window-maximize,.um-icon-within .fa.fa-window-maximize{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-window-restore,.um-icon-within .fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-rectangle:before,.um-icon-within .fa.fa-times-rectangle:before{content:"\f410"}.um .fa.fa-window-close-o,.um-icon-within .fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-window-close-o:before,.um-icon-within .fa.fa-window-close-o:before{content:"\f410"}.um .fa.fa-times-rectangle-o,.um-icon-within .fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-rectangle-o:before,.um-icon-within .fa.fa-times-rectangle-o:before{content:"\f410"}.um .fa.fa-bandcamp,.um-icon-within .fa.fa-bandcamp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-grav,.um-icon-within .fa.fa-grav{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-etsy,.um-icon-within .fa.fa-etsy{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-imdb,.um-icon-within .fa.fa-imdb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ravelry,.um-icon-within .fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-eercast,.um-icon-within .fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-eercast:before,.um-icon-within .fa.fa-eercast:before{content:"\f2da"}.um .fa.fa-snowflake-o,.um-icon-within .fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-snowflake-o:before,.um-icon-within .fa.fa-snowflake-o:before{content:"\f2dc"}.um .fa.fa-superpowers,.um-icon-within .fa.fa-superpowers{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpexplorer,.um-icon-within .fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-meetup,.um-icon-within .fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}
.um .tipsy,.um-page .tipsy{z-index:9999999999;font-size:inherit}.um .tipsy-inner,.um-page .tipsy-inner{background-color:#333;color:#fff;max-width:250px;padding:6px 10px;text-align:left;font-size:13px;line-height:17px;word-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um .tipsy-arrow-n,.um-page .tipsy-arrow-n{border-bottom-color:#333}.um .tipsy-arrow-s,.um-page .tipsy-arrow-s{border-top-color:#333}.um .tipsy-arrow-e,.um-page .tipsy-arrow-e{border-left-color:#333}.um .tipsy-arrow-w,.um-page .tipsy-arrow-w{border-right-color:#333}
.uimob340-show,.uimob500-show,.uimob800-show,.uimob960-show{display:none}.um-profile-nav-item a.uimob340-show,.um-profile-nav-item a.uimob500-show,.um-profile-nav-item a.uimob800-show,.um-profile-nav-item a.uimob960-show{display:none}div.uimob340 .uimob340-show,div.uimob500 .uimob500-show,div.uimob800 .uimob800-show,div.uimob960 .uimob960-show{display:block}div.uimob340 .uimob340-hide,div.uimob500 .uimob500-hide,div.uimob800 .uimob800-hide,div.uimob960 .uimob960-hide{display:none}div.uimob340 .um-item-link a{font-size:14px}div.uimob340 .um-item-meta span{font-size:13px}div.uimob340 .um-load-items a{width:100%!important;max-width:100%!important}div.uimob340 .um-profile-nav{padding:0}div.uimob340 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob340 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto}div.uimob340 .um-profile-subnav{padding:8px 15px}div.uimob340 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob340 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob340 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob340 .um-cover-overlay{padding:0}div.uimob340 .um-cover-overlay i,div.uimob340 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob340{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob340,.um-modal.uimob340 .um-modal-body,.um-modal.uimob340 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob340 .um-modal-header{text-align:center}.um-modal.uimob340 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob340 .um-modal-right{width:100%;float:none}.um-modal.uimob340 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob340 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob340 .um-profile-body{padding-left:0;padding-right:0}div.uimob340 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0;margin:0}div.uimob340 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob340 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob340 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob340 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob340 .um-header .um-name{float:none!important;margin-right:0!important;font-size:18px}div.uimob340 .um-header .um-meta-text{padding:0 20px}div.uimob340 .um-header .um-meta{padding:0 10px;display:inline-block}div.uimob340 .um-col-121,div.uimob340 .um-col-122,div.uimob340 .um-col-131,div.uimob340 .um-col-132,div.uimob340 .um-col-133{float:none;width:100%;margin:0}div.uimob340 .um-field-half{float:none;width:100%}div.uimob340 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob340 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob340 .um-account-meta{margin-bottom:0}.uimob340 .um-half{float:none;width:100%;margin:0 0 10px 0}.uimob340 .um-button.um-btn-auto-width{min-width:auto;max-width:auto;width:100%}.uimob340 .um-col-alt-s{padding-top:0}div.uimob500 .um-profile-nav{padding:0}div.uimob500 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob500 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}div.uimob500 .um-profile-subnav{padding:8px 15px}div.uimob500 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob500 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob500 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob500 .um-cover-overlay{padding:0}div.uimob500 .um-cover-overlay i,div.uimob500 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob500{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob500,.um-modal.uimob500 .um-modal-body,.um-modal.uimob500 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob500 .um-modal-header{text-align:center}.um-modal.uimob500 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob500 .um-modal-right{width:100%;float:none}.um-modal.uimob500 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob500 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob500 .um-profile-body{padding-left:0;padding-right:0}div.uimob500 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0;margin:0}div.uimob500 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob500 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob500 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob500 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob500 .um-header .um-name{float:none!important;margin-right:0!important;font-size:21px}div.uimob500 .um-header .um-meta-text{padding:0 20px}div.uimob500 .um-header .um-meta{padding:0 20px;display:block}div.uimob500 .um-col-121,div.uimob500 .um-col-122,div.uimob500 .um-col-131,div.uimob500 .um-col-132,div.uimob500 .um-col-133{float:none;width:100%;margin:0}div.uimob500 .um-field-half{float:none;width:100%}div.uimob500 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob500 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob500 .um-account-meta{margin-bottom:0}div.uimob800 .um-profile-nav{padding:0}div.uimob800 .um-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}div.uimob800 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:26px;height:26px;line-height:26px}div.uimob800 .um-profile-subnav{padding:8px 15px}div.uimob800 .um-profile-subnav a{display:block;text-align:left;font-size:14px;margin:0;padding:6px 0}div.uimob800 .um-profile-subnav span{font-size:12px;padding:2px 8px}div.uimob800 .um-account-main{width:90%;max-width:450px}div.uimob800 .um-account-side{padding:0;width:10%}div.uimob800 .um-account-side ul{border:1px solid #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.uimob800 .um-account-side li{margin-bottom:0!important;background:0 0}div.uimob800 .um-account-side li a{display:block;padding:0!important;height:44px;line-height:44px;color:#666!important;text-align:center;text-decoration:none!important;background:0 0;transition:all .2s linear}div.uimob800 .um-account-side li:first-child a{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}div.uimob800 .um-account-side li:last-child a{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}div.uimob800 .um-account-side li a span.um-account-icontip{display:block;float:left;text-align:center;width:100%;height:100%;font-size:22px;line-height:44px}div.uimob800 .um-account-side li a span.um-account-icontip i{position:relative;text-align:center;width:100%}div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{color:#fff!important}div.uimob800 .um-account-meta a{border:1px solid #ddd}div.uimob800 .um-account-meta a,div.uimob800 .um-account-meta img{display:block;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;max-width:100%;height:auto}div.uimob800 .um-account-meta img{width:100%}div.uimob800 .um-profile-photo{width:150px!important}div.uimob800 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{top:auto!important}div.uimob800 .um-header .um-profile-meta{padding-left:200px}div.uimob800 .um-cover-overlay{padding:0}div.uimob960 .um-profile-photo{width:200px!important}div.uimob960 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}@media screen and (max-height:400px){.ajax-upload-dragdrop span.icon{display:none}.um-modal.no-photo{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.no-photo,.um-modal.no-photo .um-modal-body,.um-modal.no-photo .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.no-photo .um-modal-header{text-align:center;font-size:14px}.um-modal.no-photo .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.no-photo .um-modal-right{width:100%;float:none}.um-modal.no-photo .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}}@media screen and (max-height:300px){.um-modal.no-photo .um-modal-header{display:none}.ajax-upload-dragdrop span.icon,.ajax-upload-dragdrop span.str{display:none}}@media screen and (max-width:600px){.um-popup{width:96%!important;margin-left:2%!important;left:0!important;top:15px!important}}
.um:not(.um-admin){width:100%;text-align:left;box-sizing:border-box;color:#666;font-size:15px;margin-bottom:30px!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;opacity:0}.um-s1,.um-s2{display:none}.um:not(.um-admin) :after,.um:not(.um-admin) :before{box-sizing:content-box}.um-account-side li a,.um-cover a,.um-field-value a,.um-header a,.um-member-less a,.um-member-more a,.um-member-name a,.um-member-photo a,.um-members a,.um-members-pagi a,.um-members-pagi span{border-bottom:0!important}.um-modal a:focus,.um:not(.um-admin) a:focus{outline:0!important}.um:not(.um-admin) a .image-overlay,.um:not(.um-admin) a:hover .image-overlay,.um:not(.um-admin) a:hover .image-overlay *{display:none!important;width:0!important;height:0!important;position:static!important}.um.um-in-admin{padding-top:0}.um.um-in-admin .um-tip{display:none!important}.um:not(.um-admin):not(.um-directory) input,.um:not(.um-admin):not(.um-directory) select,.um:not(.um-admin):not(.um-directory) textarea{font-size:15px}.um:not(.um-admin) *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-left{float:left}.um-right{float:right}.um-clear{clear:both}.um-center{text-align:center}.um-center .um-button{display:inline-block!important;width:auto!important;min-width:250px!important}.um-half{width:48%}.um-field-half{width:48%;float:left}.um-field-half.right{float:right}.um-field-tri{width:30%;float:left;margin-right:3%}.um img{box-shadow:none!important}.um-col{padding-bottom:20px}.um-col-alt{margin:15px 0 5px 0}.um-col-alt-s{padding-top:10px}.um-col-alt-b{padding-top:20px}.um-col-121{float:left;width:48%}.um-col-122{float:right;width:48%}.um-col-131{float:left;width:30%}.um-col-132{float:left;width:30%;margin:0 5%}.um-col-133{float:left;width:30%}.um-raty i{font-size:26px}.um-field-half .um-raty i{font-size:21px}.um-field-tri .um-raty i{font-size:21px}.um-button i{font-size:22px;width:22px;height:12px!important;display:inline-block;line-height:12px!important;vertical-align:middle!important;position:relative;top:-6px;margin-right:8px}.um-row-heading{padding:5px 0;font-size:16px}.um-row-heading i{font-size:24px;height:24px;line-height:24px;margin:0 12px 0 0;display:inline-block;width:30px;text-align:center}.um-row-heading i:before{vertical-align:middle!important}p.um-notice{width:auto;color:#fff;box-sizing:border-box;font-size:15px;padding:12px!important;margin:12px 0 0 0!important;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative}p.um-notice a{color:#fff;text-decoration:underline}p.um-notice i{position:absolute;right:14px;font-size:36px;cursor:pointer;top:7px;display:block;height:30px;line-height:30px}p.um-notice.success{background:#7acf58}p.um-notice.err{background:#c74a4a}p.um-notice.warning{background:#f9f9d1;color:#666;border:1px solid #efe4a2;padding:8px 15px!important}p.um-notice.warning a{color:#666;text-decoration:underline}.um-field-error{width:auto;max-width:100%;background:#c74a4a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:20px!important;margin:12px 0 0 0}.um-field-error a{color:#fff!important;text-decoration:underline!important}.um-field-arrow{top:-17px;left:10px;position:absolute;z-index:1;color:#c74a4a;font-size:28px;line-height:1em!important}.um-error-block{width:auto;max-width:100%;background:#c74a4a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:1em!important;margin:12px 0 0 0}.um-field-notice{width:auto;max-width:100%;background:#497bc7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:20px!important;margin:5px 0 0 0}.um-field-notice a{color:#fff!important;text-decoration:underline!important}.um-field-notice .um-field-arrow{top:-17px;left:10px;position:absolute;z-index:1;color:#497bc7!important;font-size:28px;line-height:1em!important}.um-notice-block{width:auto;max-width:100%;background:#497bc7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:1em!important;margin:12px 0 0 0}.um-tip{margin:0 0 0 8px;cursor:pointer;display:inline-block;position:relative;top:3px}.um-tip i{font-size:22px;height:22px;line-height:22px;display:block;position:relative}.um-tip-text{display:block;font-size:13px;line-height:15px;color:#999}.um-form button::-moz-focus-inner,.um-form input::-moz-focus-inner{border:0!important;padding:0!important}.um-field{position:relative;padding:15px 0 0 0}.um-field-b,.um-field-c{padding-top:0!important}.um-field-label{display:block;margin:0 0 8px 0}.um-field-label .um-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.um-field-label .um-field-label-icon i{font-size:22px;position:relative;top:1px}.um-field-label label{font-size:15px!important;line-height:22px!important;font-weight:600}.um-field-area{position:relative;word-wrap:break-word}.um-field-area-password{position:relative}.um-toggle-password{cursor:pointer;display:block;position:absolute;right:0;top:0;height:100%;width:40px;text-align:center;box-sizing:border-box;font-size:20px;line-height:2}.um-toggle-password i{transition:all .2s linear}.um-toggle-password:hover i{color:#44b0ec}.um-field-value p{margin:0 0 6px 0!important;padding:0}.um-field-block{color:#777;font-size:17px}.um-field-spacing{width:100%}.um-field-divider{width:100%;margin:0 0 12px 0;height:24px;position:relative}.um-field-divider-text{position:absolute;width:100%;text-align:center;bottom:-24px;left:0;font-size:16px;padding:10px 0}.um-field-divider-text span{background:#fff;color:#555;display:inline-block;padding:0 15px}.um-field-icon{position:absolute;cursor:default;text-align:center!important;top:2px;left:0;width:44px;font-size:22px;line-height:1.7em;z-index:1}.um-form input[type=number],.um-form input[type=password],.um-form input[type=search],.um-form input[type=tel],.um-form input[type=text]{padding:0 12px!important;width:100%;display:block!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.um-form .um-field-area-password input[type=password]{padding-right:40px!important}.um-form .um-field-area-password input[type=password]::-ms-clear,.um-form .um-field-area-password input[type=password]::-ms-reveal{display:none}.um-form input[type=number]{width:auto;padding:0 0 0 5px!important;height:30px!important}.um-form input[type=number]:focus,.um-form input[type=password]:focus,.um-form input[type=search]:focus,.um-form input[type=tel]:focus,.um-form input[type=text]:focus,.um-form textarea:focus{box-shadow:none!important;outline:0!important}.um-form input[type=password].um-iconed,.um-form input[type=tel].um-iconed,.um-form input[type=text].um-iconed{padding-left:44px!important}.um-form input[type=password].um-error,.um-form input[type=tel].um-error,.um-form input[type=text].um-error{border-color:#c74a4a!important}.um-form textarea{width:100%;padding:8px 12px!important;display:block;font-size:15px!important;line-height:22px!important;background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-sizing:border-box;min-height:80px!important;box-shadow:none;outline:0!important}.um-form .um-meta-text textarea{max-width:100%}.um-form .wp-editor-container{border:1px solid #ddd}.um-form .wp-editor-container textarea{background:#ddd!important;color:#222!important;border-radius:0}.um-field-c .um-field-checkbox{margin-bottom:14px;margin-top:0!important;position:relative}.um-field-checkbox:not(.um-field),.um-field-radio:not(.um-field){display:block;margin:8px 0;position:relative}.um-profile.um-editing .um-field-checkbox,.um-profile.um-editing .um-field-radio{cursor:pointer!important}.um-field-checkbox:hover i,.um-field-radio:hover i{color:#666}.um-field-checkbox input,.um-field-radio input{opacity:0!important;display:inline!important;width:0!important;float:left}.um-field-checkbox-state,.um-field-radio-state{position:absolute;top:0;left:1px;width:24px;height:24px}.um-field-checkbox-state i,.um-field-radio-state i{font-size:24px;line-height:24px;height:24px;color:#aaa;transition:all .2s linear}.um-field-checkbox-option,.um-field-radio-option{margin:0 0 0 36px;line-height:24px;color:#888!important;display:block}.um-field-group{margin-top:20px}.um-field-group-head{cursor:pointer;color:#fff;font-size:16px;line-height:22px;padding:10px 20px;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important}.um-field-group-head i{font-size:20px;margin:0 8px 0 0}.um-field-group-head i:before{vertical-align:middle!important}.um-field-group-body{display:none;margin:15px 0 0 0;padding:15px 20px 5px 20px;background:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;box-sizing:border-box;width:100%}.um-field-group-body div.um-field{padding:0 0 15px 0}.um-field-group-cancel{font-size:18px;position:absolute;z-index:800;right:8px;top:8px;color:#ccc!important;text-decoration:none!important}.um-field-group-cancel:hover{color:#777!important}.um div.disabled,.um input[type=number]:disabled,.um input[type=submit]:disabled,.um input[type=text]:disabled,.um-disabled{opacity:.6!important;cursor:no-drop!important}input[type=submit].um-button,input[type=submit].um-button:focus{vertical-align:middle!important;height:auto!important;font-size:15px;cursor:pointer!important;width:100%;box-shadow:none;text-shadow:none;font-family:inherit;outline:0!important;margin:0;opacity:1;-webkit-appearance:none}input[type=submit].um-button:hover{opacity:1}.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);opacity:1}a.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);opacity:1}a.um-button:hover{-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.um-button.um-btn-auto-width{width:auto;display:inline-block;padding:14px 20px!important;min-width:200px;max-width:450px}a.um-link-alt{line-height:22px;color:#888!important;display:block!important;text-decoration:none!important;font-weight:400;text-align:center;border-bottom:none!important}a.um-link-alt:hover{text-decoration:underline!important}.um-dropdown{position:absolute;height:auto;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:55;display:none;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.1)}.um-dropdown li,.um-dropdown ul{list-style-type:none!important;padding:0!important;margin:0!important}.um-dropdown ul{background:#fff;position:relative;z-index:16}.um-dropdown li a{display:block;padding:8px 12px;color:#666;font-size:14px;line-height:18px}.um-dropdown li:last-child a{border-top:1px solid #e5e5e5;padding:12px}.um-dropdown-b{position:relative}.um-dropdown-arr{position:absolute;font-size:24px;width:24px;height:24px;overflow:hidden;z-index:15;color:#eee}.um-dropdown-arr *{display:block!important;width:24px!important;height:24px!important;vertical-align:bottom!important;overflow:hidden!important;line-height:24px!important}div.um-photo{margin:20px auto 0 auto;text-align:center;box-sizing:border-box;max-width:100%}div.um-photo,div.um-photo a,div.um-photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-photo a{border:1px solid #e5e5e5;padding:5px;box-sizing:border-box;display:inline-block;box-shadow:0 1px 1px #eee;margin:0 auto;max-width:100%}div.um-photo img{max-height:300px;max-width:100%}span.um-req{margin:0 0 0 8px;font-size:14px;display:inline-block}small.um-max-filesize{display:block;color:#999;padding-top:5px}small.um-max-filesize span{font-size:12px}.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus{border-color:#db2929!important}.um-form .um-field .um-field-area input.um-searching-username{background-image:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/img/loading.gif);background-position:right center;background-repeat:no-repeat;background-size:24px 24px}.um-search-area{position:relative;max-width:300px}.um-search-area .um-search-field{width:100%;margin:0;padding-left:25px}.rtl .um-search-area .um-search-field{padding-right:25px;padding-left:initial}.um-search-area .um-search-icon{position:absolute;height:100%;left:6px;top:0}.rtl .um-search-area .um-search-icon{right:6px;left:initial}.um-faicon-search:before{display:flex;align-items:center;justify-content:center;height:100%}.um-field .select2-container.select2-container--open,.um-search-filter .select2-container.select2-container--open{z-index:9999999}.um-field .select2.select2-container .select2-selection,.um-search-filter .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;color:#666!important;font-size:15px!important;-moz-border-radius:2px!important;-webkit-border-radius:2px!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff!important;border:1px solid #ddd!important}.rtl .um-field .select2.select2-container .select2-selection,.rtl .um-search-filter .select2.select2-container .select2-selection{padding:0 12px 0 0!important}.um-field .select2.select2-container .select2-selection .select2-selection__arrow,.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute;right:0;top:0;text-align:center;background:0 0!important;border:none!important}.rtl .um-field .select2.select2-container .select2-selection .select2-selection__arrow,.rtl .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow{right:initial;left:0}.um-field .select2.select2-container .select2-selection .select2-selection__arrow:before,.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before{content:"\f3d0"!important;font-size:28px!important;font-family:Ionicons!important;display:block;height:100%;line-height:40px;min-width:1em;text-align:center;color:#aaa}.um-field .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation],.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{display:none}.um-field .select2-container.select2-container--open .select2-dropdown,.um-search-filter .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd!important;border-radius:0}.um-field .select2-container.select2-container--open .select2-dropdown .select2-results li,.um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background:0 0;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em}.um-field .select2.select2-container .select2-selection.select2-selection--multiple,.um-search-filter .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important;min-height:40px;padding-bottom:4px!important}.um-field .select2-container--default .select2-selection--single .select2-selection__rendered,.um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:37px;padding-left:0;padding-right:24px}.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__rendered,.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:24px;padding-right:0}.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0;padding-right:30px;width:100%;font-size:13px}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-left:30px;padding-right:0}.um-field .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted,.um-search-filter .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted{background:#f4f4f4;color:#666}.um-field .select2-dropdown .select2-results li.select2-results__option[aria-selected=true],.um-search-filter .select2-dropdown .select2-results li.select2-results__option[aria-selected=true]{background-color:#ddd}.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-field .select2-container--default .select2-selection--single .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear{color:#aaa;font-size:28px;font-weight:400;line-height:34px;margin:0!important;right:0;text-align:center;width:1em}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__clear,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear{left:0;right:initial}.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.um-field .select2-container--default .select2-selection--multiple .select2-selection__choice,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 5px 0 0;max-height:28px;padding:3px 3px 3px 5px}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__choice,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 0 0 5px;padding:3px 5px 3px 3px}.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline{margin:5px 5px 0 0;padding:0}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline{margin:5px 0 0 5px}.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline>input,.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline>input{border:none!important;padding:0!important;max-height:28px}.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box;line-height:20px}.um-field-multiselect .um-field-area .um-field-icon,.um-field-select .um-field-area .um-field-icon{z-index:99999999}.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered{text-indent:20px}.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child{margin-left:30px!important}.um-field-area .wp-switch-editor{float:none;height:auto}.um_request_name{display:none!important}
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.um-profile{box-sizing:border-box}.um-profile .um-cover-overlay{display:none}.um-profile.um-editing .um-cover.has-cover .um-cover-overlay{display:block}.um-profile.um-viewing .um-profile-photo-overlay{display:none}.um-profile img{display:block;overflow:hidden;border-radius:0;margin:0!important}.um-profile a,.um-profile a:hover{text-decoration:none!important}.um-profile .um-profile-body{padding-top:15px;padding-bottom:15px;max-width:600px;margin:auto}.um-profile.um-editing{padding-bottom:15px}.um-profile.um-viewing{padding-bottom:1px}.um-profile.um-viewing .um-field-label{display:block;margin:0 0 8px 0;border-bottom:solid 2px #eee;padding-bottom:4px}.um-cover{background-color:#eee;box-sizing:border-box;position:relative}.um-cover-add{color:#aaa;font-size:36px;width:100%;display:table}.um-cover-add i{font-size:36px}.um-cover-add span{display:table-cell;vertical-align:middle}.um-cover-e{text-align:center;box-sizing:border-box;overflow:hidden}.um-cover-e img{width:100%!important}.um-cover-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0 40px;color:#fff;text-shadow:0 1px #666;cursor:pointer!important;line-height:21px;font-size:16px;height:100%;width:100%}.um-cover-overlay:hover{background:rgba(0,0,0,.55)}.um-cover-overlay span.um-cover-overlay-s{display:table;height:100%;width:100%}.um-cover-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-cover-overlay i{font-size:46px;display:block;margin-bottom:6px}.um-header{position:relative;padding:0 0 25px 0;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box!important}.um-profile-edit{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.um-profile-edit i{font-size:30px}.um-header.no-cover .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.um-header.no-cover .um-name{float:none!important;margin-right:0!important}.um-header.no-cover .um-profile-photo{float:none!important;margin:0 auto!important;text-align:center!important}.um-header.no-cover a.um-profile-photo-img{position:relative!important;top:auto!important;left:auto!important;float:none!important;display:inline-block!important;text-align:center!important}.um-header.no-cover .um-main-meta{padding:0}.um-profile .gravatar{position:static}.um-profile-photo{float:left;position:relative;width:200px;margin:0 0 0 30px;box-sizing:border-box}.um-profile-photo a.um-profile-photo-img{float:left;position:absolute;background:#fff;border-radius:100%;border:5px solid #fff;border-bottom:5px solid #fff!important;overflow:hidden;left:0}.um-profile-photo a.um-profile-photo-img img{width:100%;height:auto}.um-profile-photo-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;cursor:pointer!important;line-height:21px;font-size:16px;height:100%;width:100%}.um-profile-photo-overlay:hover{background:rgba(0,0,0,.55)}.um-profile-photo-overlay span.um-profile-photo-overlay-s{display:table;height:100%;width:100%}.um-profile-photo-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-profile-photo-overlay i{font-size:46px;display:block}.um-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-main-meta{padding:10px 0 0 0}.um-name{float:left;font-size:24px;font-weight:700;margin-right:30px;line-height:1.7em}.um-name a{font-size:24px}.um-meta{font-size:15px}.um-meta span a{font-weight:400}.um-meta span:first-child{margin:0 5px 0 0}.um-meta span{margin:0 5px;font-size:14px;display:inline-block}.um-meta span i{font-size:16px;margin:0 5px 0 0}.um-meta-text{margin:6px 0 0 0;color:#666;line-height:1.4em;font-size:13px}.um-meta-text p{margin:0 0 6px 0!important;padding:0!important}.um-profile-status{display:none}.um-profile-status.awaiting_admin_review,.um-profile-status.inactive,.um-profile-status.rejected{display:inline-block;margin:6px 0 0 0;border-left:3px solid #c74a4a;padding-left:10px;font-size:14px;color:#777}.um-profile-note{display:none;text-align:center!important;padding-top:20px;color:#666}.um-profile-note i{display:inline-block;font-size:70px;height:70px;line-height:70px}.um-profile-note i.um-faicon-lock{position:relative;top:2px;display:inline-block;font-size:24px;height:auto;line-height:24px;margin-right:10px}.um-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.um-profile-note a{border:none!important}.um-profile-note a:hover{text-decoration:underline!important}.um-profile-nav{padding:10px;background:#444;text-align:center}.um-profile-nav-item.active a,.um-profile-nav-item.active a:hover{color:#fff!important}.um-profile-nav-item.active a span.count{background:0 0;padding:4px 0;color:#fff}.um-profile-nav-item a{color:#fff!important;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0!important}.um-profile-nav-item.without-icon a{padding-left:10px}.um-profile-nav-item.without-icon span.title{padding-left:0}.um-profile-nav-item.without-icon i{display:none}.um-profile-nav-item a:hover{background:#555}.um-profile-nav-item i{font-size:18px;height:18px;line-height:18px;position:absolute;display:block;top:8px;left:10px}.um-profile-nav-item span.title{padding-left:5px}.um-profile-nav-item span.count{font-size:12px;font-weight:300;background:#ddd;color:#666;border-radius:3px;padding:4px 8px;margin-left:3px}.um-profile-subnav{background:#eee;padding:15px;text-align:center}.um-profile-subnav a{display:inline-block;color:#555;font-size:15px;font-weight:600;margin:0 20px;border-bottom:none!important}.um-profile-subnav a:hover{color:#333}.um-profile-subnav span{display:inline-block;margin:0 0 0 8px;background:#ddd;padding:1px 8px;color:#aaa!important;border-radius:2px}.um-item{padding:20px 0;border-bottom:1px solid #eee;position:relative}.um-item-action{position:absolute;right:0;top:16px;width:20px;height:20px;font-size:20px;text-align:center}.um-item-action a{color:#ccc}.um-item-action a:hover{color:#999}.um-item-link{padding-right:40px}.um-item-link a{color:#333;font-size:16px;line-height:20px}.um-item-link a:hover{text-decoration:underline!important}.um-item-link i{font-size:24px;color:#666;margin-right:10px;position:relative;top:3px}.um-item-img{padding:10px 0 0 0}.um-item-img a{display:inline-block;padding:8px;border-radius:3px;border:1px solid #ddd}.um-item-img a:hover{border-color:#bbb}.um-item-img img{max-width:100%;border-radius:3px}.um-item-meta{color:#888}.um-item-meta span{font-size:13px;font-weight:400;font-style:italic}.um-item-meta span:not(:last-child):after{position:relative;padding:0 4px 0 7px;content:"•"}.um-item-meta a{font-weight:700;border-bottom:1px solid #e0e0e0}.um-item-meta a:hover{border-bottom-color:#bbb}.um-load-items{text-align:center;margin-top:12px;padding-top:30px}.um-load-items.loading{background:url(https://owl.fusion-ev.com/modules/ultimate-member/assets/img/loading-dots.gif) no-repeat top center}.um-load-items a{max-width:250px;display:inline-block;margin:0 auto}.um-tab-notifier{position:absolute;background:none repeat scroll 0 0 #c65151;width:18px;height:18px;border-radius:999px;line-height:18px;top:-3px;right:-7px;font-size:11px;font-weight:400}.um-tab-notifier.uimob800-show.uimob500-show.uimob340-show{top:2px;right:8px}.um-profile.um-viewing .um-field-checkbox,.um-profile.um-viewing .um-field-radio{cursor:default!important}
.um-account i{vertical-align:baseline!important}.um-account p.um-notice{margin:0 0 20px 0!important;padding:12px 15px!important}.um-account a:focus{outline:0!important}.um-account-side{float:left;width:30%;padding:0;box-sizing:border-box}.um-account-main{float:left;width:70%;padding:0 0 0 1.5em;box-sizing:border-box}.um-account-main a{border-bottom:none!important}.um-account-tab{display:none}.um-account-tab .um-field .um-field-label{display:flex;flex-direction:row;align-items:baseline;flex-wrap:nowrap;justify-content:flex-start}.um-account-main div.um-account-heading{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:baseline;margin:0!important;font-size:18px;line-height:18px;font-weight:700;color:#555}div.uimob340 .um-account-main div.um-account-heading.uimob340-hide,div.uimob500 .um-account-main div.um-account-heading.uimob500-hide{display:none}.um-account-side .um-account-link{box-sizing:content-box}.um-account-main div.um-account-heading i{margin-right:10px;font-size:26px;position:relative;top:2px}.um-account-main p{margin:20px 0 0 0!important;padding:0!important}.um-account-main label{font-size:15px}.um-account-meta{text-align:center;margin-bottom:20px}.um-account-meta img{margin:0!important;position:static!important;float:none!important;display:inline-block}.um-account-meta.radius-1 img{-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px}.um-account-meta.radius-2 img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.um-account-meta.radius-3 img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-account-name{padding-top:12px}.um-account-name a{font-weight:700;color:#555;text-decoration:none!important;font-size:18px;line-height:1.4em}.um-account-profile-link a{font-size:13px;font-weight:400}.um-account-nav a{display:block;height:44px;line-height:44px;color:#666!important;text-decoration:none!important;position:relative;padding-left:40px;border-bottom:1px solid #eee!important;transition:all .2s linear;font-size:14px}.um-account-nav a.current{font-weight:700}.um-account-nav span.arr{position:absolute;right:0;top:1px;font-size:28px}.um-account-nav span.ico{position:absolute;left:0;top:0;font-size:21px;width:21px;text-align:center}.um-account-side li,.um-account-side ul{margin:0!important;padding:0!important;list-style-type:none!important}.um-account-side li{margin-bottom:1px!important;background:#eee}.um-account-side li a{display:block;padding:4px 0;font-size:14px;height:30px;line-height:20px;color:#999;position:relative}.um-account-side li a span.um-account-arrow{position:absolute;right:10px;top:6px;font-size:26px;opacity:.6}.um-account-side li a span.um-account-icon,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon{text-align:center;font-size:20px;width:20px;height:30px;border-right:1px solid #ccc;color:#444;float:left;padding:0 15px;font-weight:400!important;box-sizing:content-box}.um-account-side li a span.um-account-icon i{display:block;height:30px;line-height:30px}.um-account-side li a span.um-account-title{padding-left:20px;float:left;height:30px;line-height:30px;color:#555}.um-account-side li a:hover{color:#444;background:#ddd}.um-account-side li a.current,.um-account-side li a.current:hover{color:#444;font-weight:700;text-decoration:none!important}.um-field-export_data .um-field-error{display:none}.um-field-export_data .um-field-area-response{display:none;line-height:1.5;padding:10px 0}.um-request-button{display:inline-block;background-color:#3ba1da;border-radius:5px;color:#fff;margin:10px 0 0;padding:5px 10px;text-decoration:none}.um-request-button:hover{background-color:#44b0ec;color:#fff;text-decoration:none}
.um-login.um-logout{max-width:300px!important}.um-misc-with-img{position:relative;font-size:15px;border-bottom:3px solid #eee;text-align:center;margin-bottom:14px;padding-top:4px;padding-bottom:14px}.um-misc-img{text-align:center}.um-misc-img img{border-radius:999px;height:auto!important;display:inline-block!important}.um-misc-ul,.um-misc-ul li{font-size:14px}.um-googlemap,.um-vimeo,.um-youtube{position:relative;height:0;overflow:hidden}.um-youtube{padding-bottom:56.25%}.um-vimeo{padding-bottom:56.25%}.um-googlemap{padding-bottom:75%}.um-googlemap iframe,.um-vimeo iframe,.um-youtube iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.um-profile-connect.um-member-connect{padding:5px 0 10px 0}.um-profile-connect.um-member-connect a{text-align:center;width:36px;line-height:36px;height:36px;font-size:20px;border-radius:999px;color:#fff!important;opacity:.85;margin:0 1px;transition:.25s;display:inline-block}.um-profile-connect.um-member-connect a:hover{opacity:1}@-webkit-keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.um-effect-pop{-webkit-animation-name:um-effect-pop;animation-name:um-effect-pop;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.um-locked-content{width:100%;box-sizing:border-box;border:2px dotted #cc3000;color:#333;background:#fff;font-size:14px;padding:20px;border-radius:4px;margin-bottom:20px}.um-locked-content a{border:none!important}
.um .um-cover-add:hover,.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,.um .um-item-meta a,.um .um-member-less a:hover,.um .um-member-more a:hover,.um .um-member-name a:hover,.um .um-members-pagi a:hover,.um .um-profile-subnav a.active,.um .um-tip:hover,.um-account-name a:hover,.um-account-nav a.current,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon,.um-dropdown li a:hover,i.um-active-color,span.um-active-color{color:#3ba1da}.picker__box,.picker__nav--next:hover,.picker__nav--prev:hover,.um .um-field-group-head,.um .um-members-pagi span.current,.um .um-members-pagi span.current:hover,.um .um-profile-nav-item.active a,.um .um-profile-nav-item.active a:hover,.um-modal-btn,.um-modal-btn.disabled,.um-modal-btn.disabled:hover,.um-modal-header,.upload,div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{background:#3ba1da}.picker--focused .picker__day--highlighted,.picker--focused .picker__list-item--highlighted,.picker--focused .picker__list-item--selected,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover,.picker__footer,.picker__header,.picker__list-item--highlighted:hover,.picker__list-item--selected,.picker__list-item--selected:hover,.picker__list-item:hover,.um .um-field-group-head:hover{background:#44b0ec}.um{margin-left:auto!important;margin-right:auto!important}.um input[type=submit]:disabled:hover{background:#3ba1da}.um a.um-button,.um a.um-button.um-disabled:active,.um a.um-button.um-disabled:focus,.um a.um-button.um-disabled:hover,.um input[type=submit].um-button,.um input[type=submit].um-button:focus{background:#3ba1da}.um a.um-link{color:#3ba1da}.um a.um-button:hover,.um input[type=submit].um-button:hover{background-color:#44b0ec}.um a.um-link-hvr:hover,.um a.um-link:hover{color:#44b0ec}.um .um-button{color:#fff}.um .um-button:before{color:#fff}.um .um-button.um-alt,.um input[type=submit].um-button.um-alt{background:#eee}.um .um-button.um-alt:hover,.um input[type=submit].um-button.um-alt:hover{background:#e5e5e5}.um .um-button.um-alt,.um input[type=submit].um-button.um-alt{color:#666}.um .um-button.um-alt:before,.um input[type=submit].um-button.um-alt:before{color:#666}.um .um-tip{color:#ccc}.um .um-field-label{color:#555}.um .um-row.um-customized-row .um-field-label{color:inherit}.select2-container .select2-choice,.select2-container-multi .select2-choices,.select2-drop,.select2-drop-active,.select2-drop.select2-drop-above,.um .um-form input[type=number],.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea,.um .upload-progress{border:1px solid #ddd!important}.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text]{border:none!important}.um .um-form .um-datepicker.picker__input.picker__input--active,.um .um-form .um-datepicker.picker__input.picker__input--target,.um .um-form input[type=number]:focus,.um .um-form input[type=password]:focus,.um .um-form input[type=search]:focus,.um .um-form input[type=tel]:focus,.um .um-form input[type=text]:focus,.um .um-form textarea:focus{border:1px solid #bbb!important}.select2-container .select2-choice,.select2-container-multi .select2-choices,.um .um-form input[type=number],.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea{background-color:#fff}.um .um-form input[type=number]:focus,.um .um-form input[type=password]:focus,.um .um-form input[type=search]:focus,.um .um-form input[type=tel]:focus,.um .um-form input[type=text]:focus,.um .um-form textarea:focus{background-color:#fff}.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea{color:#666}.um .um-form input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#666}.um .um-form input:-webkit-autofill:focus{-webkit-box-shadow:none,0 0 0 50px #fff inset;-webkit-text-fill-color:#666}.um .um-form ::-webkit-input-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-moz-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-moz-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-ms-input-placeholder{color:#aaa;opacity:1!important}.select2-container-multi .select2-choices .select2-search-field input,.select2-default,.select2-default *{color:#aaa}.select2-container .select2-choice .select2-arrow:before,.select2-search-choice-close:before,.select2-search:before,.um .um-field-icon i{color:#aaa}.um span.um-req{color:#aaa}.um .um-profile-photo a.um-profile-photo-img,.um .um-profile-photo img,.um .um-profile-photo span.um-profile-photo-overlay{-moz-border-radius:999px!important;-webkit-border-radius:999px!important;border-radius:999px!important}.um-profile.um .um-profile-meta{color:#999}.um-profile.um .um-name a{color:#555}.um-profile.um .um-name a:hover{color:#444}.um-profile.um .um-profile-headericon a{color:#aaa}.um-profile.um .um-profile-edit-a.active,.um-profile.um .um-profile-headericon a:hover{color:#3ba1da}

@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://owl.fusion-ev.com/media/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
@media screen and (max-height: 1024px) {
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
@media screen and (max-height: 640px) {
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
background-image: none !important;
}
}
.login_msg {
color: red;
font-size: 18px;
font-weight: 700;
text-align: center;
}
#wp-admin-bar-elementor_inspector {display : none;}
#wp-admin-bar-thegem-theme-root {display : none;}
#wp-admin-bar-gfw {display : none;}
#main{
min-height: calc(vh - 160px);
}
select:not([name='DataTables_Table_0_length']):not([name='DataTables_Table_1_length']):not(.action_options)::-ms-expand{
display: none;
}
div#page{
background-color: #ffffff;
}
.page-title-title > h1{
line-height: 1 !important;
}
.page-id-35 #page-title{
padding-bottom: 0px;
}
.pg_profile_edit div#page-title{
visibility: hidden;
margin-bottom: -40px;
}
.page-id-121 div#page-title{
margin-bottom: -60px;
}
.page-id-119 div#page-title{
margin-bottom: -55px;
}
#post-53 [data-id='340eadc'] .elementor-icon-box-icon, #post-53 [data-id='36cb909'] .elementor-icon-box-icon{
margin-right: 15px;
}
#post-53 [data-id='340eadc'] .elementor-icon-box-title, #post-53 [data-id='36cb909'] .elementor-icon-box-title{
margin-top: 0;
margin-bottom: 9px;
text-align: center;
}
.dataTable td, .dataTable th{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.dataTable td:not(:first-child), .dataTable th{
padding-left: 5px !important;
padding-right: 5px !important;
}
.dataTable th.sorting, .dataTable th.sorting_asc, .dataTable th.sorting_desc{
padding-right: 15px !important;
}
thead > tr > th:first-child{
border-top-left-radius: 4px;
}
thead > tr > th:last-child{
border-top-right-radius: 4px;
}
tfoot > tr > th:first-child{
border-bottom-left-radius: 4px;
}
tfoot > tr > th:last-child{
border-bottom-right-radius: 4px;
}
div.dataTables_wrapper td ul.bulleted{
margin: 0 0.2em;
padding: 0;
}
div.dataTables_wrapper td ul.bulleted li{
display: inline;
list-style: none;
border-right: 1px solid #ccc;
padding: 0 0.4em;
}
div.dataTables_wrapper ul.bulleted li:last-child{
border-right: none !important;
}
div:not(.dataTables_wrapper) ul.bulleted{
margin: 0 1.4em;
padding: 0;
}
div:not(.gravityflow_workflow_wrap) > form .gfield_description:not(.validation_message){
background-color: transparent !important;
padding: 0 !important;
font-size: 1em !important;
}
#field_5_182, #field_5_183, #field_5_184, #field_5_185{
display: none;
}
.adv_search{
margin: 0 !important;
border-radius: 5px;
}
.adv_search .elementor-accordion-item{
border-radius: 5px;
}
.pers_info{
margin-bottom: 10px!important;
}
li.gfield.full_search{
margin-top: 10px;
width: 100%;
}
li.gfield.full_search .ginput_container.ginput_container_text{
width: 75%;
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
li.gfield.full_search .ginput_container.ginput_container_text{
width: 75%;
}
}
li.gfield.full_search input{
min-width: 100%;
}
.elementor-element-f991008 .elementor-column-wrap.elementor-element-populated, .elementor-element-367780b .elementor-column-wrap.elementor-element-populated, .form-has-collapsible-sections_wrapper{
padding-top: 0 !important;
}
#gform_wrapper_9, #gform_wrapper_8,
#gform_wrapper_25{
padding: 0;
}
#post-123 .gv-grid.gv-widgets-header, #post-558 .gv-grid.gv-widgets-header{
display: none;
}
#post-123 .elementor-element-2d4acb6{
margin-top: -25px;
}
#post-558 .elementor-element-6fb6ccb{
margin-top: -15px;
}
#gform_submit_button_25{
margin-right: -20px !important;
}
#gform_submit_button_9:not(.disabled),#gform_submit_button_25:not(.disabled), #gform_submit_button_17:not(.disabled){
background-color: teal !important;
}
#gform_wrapper_9, #gform_wrapper_25, #gform_wrapper_17,
.elementor-column-wrap.elementor-element-populated {
padding-bottom: 0 !important;
}
#post-123 #field_9_7, #field_9_7,
#post-93 #field_25_17, #field_25_17,
#post-558 #field_17_15, #field_17_15{
font-size: 14px;
float: right;
margin-top: -35px;
margin-right: 8em;
}
@media only screen and (max-width: 768px) {
li.gfield.full_search .ginput_container.ginput_container_text{
width: 65%;
}
#post-123 #field_9_7, #post-558 #field_17_15{
margin-top: -57px !important;
}
}
#gform_9 .gform_footer.top_label,
#gform_25 .gform_footer.top_label,
#gform_17 .gform_footer.top_label{
margin-top: 0;
padding: 0;
height: 0;
border: none;
}
#gform_9 .gform_footer.top_label #gform_submit_button_9,
#gform_25 .gform_footer.top_label #gform_submit_button_25,
#gform_17 .gform_footer.top_label #gform_submit_button_17 {
margin-top: -42px
}
.ui-datepicker{
width: 230px !important;
padding: 0;
}
.ui-datepicker-header.ui-widget-header{
display: block;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
background-color: rgb(102,102,102);
}
.ui-datepicker-month, .ui-datepicker-year{
font-size: 11px !important;
padding: 2px !important;
font-family: inherit !important;
}
.ui-datepicker .ui-datepicker-month{
width: 50% !important;
max-width: 70% !important;
}
.ui-datepicker .ui-datepicker-year{
max-width: 30% !important;
}
.ui-datepicker-calendar{
background-color: #d7d7d7;
}
.ui-datepicker-calendar td{
padding: 0 !important;
font-size: 11px !important;
text-align: center;
}
div.dt-buttons{
float: right;
}
.dataTables_wrapper button.dt-button{
border-radius: 5px;
padding: 7px 10px;
}
.paginate_button{
background-color: #e9e9e9;
padding: 5px 10px !important;
margin-left: 4px !important;
border: 1px solid #999 !important
}
.dataTables_paginate .paginate_button:not(.current):not(.disabled):hover{
background-color: #e9e9e9 !important;
color: black !important;
background-image: none !important;
}
.paginate_button.current{
background-color: white;
background-image: none !important;
box-shadow: none !important;
cursor: default !important;
}
.fev_button, input.gv-search-button {
border: none;
padding: 5px 10px;
border-radius: 6px;
margin-top: 0 !important;
margin-right: 15px;
margin-bottom: 10px;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
transition: all .3s;
}
#gravityflow_update_button, #gravityflow_submit_button, #gravityflow_save_progress_button {
border: none;
padding: 5px 10px;
border-radius: 6px;
margin-top: 5px !important;
margin-left: 10px;
margin-right: 0 !important;
margin-bottom: 10px;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
transition: all .3s;
}
.fev_button:hover, input.gv-search-button:hover, #gravityflow_update_button:hover, #gravityflow_submit_button:hover, #gravityflow_save_progress_button:hover{
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5) !important;
}
.elementor-button-wrapper a:active, .fev_button:active, input.gv-search-button:active{
box-shadow: none;
filter: brightness(90%);
transition: all 0s;
}
.fev_button {
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
transition: all .3s;
}
.fev_button.back_to_previous {
border: solid lightgray 1px;
background-color: white;
color: #808080;
padding: 10px 20px !important;
font-size: 14px;
height: 40px;
}
.fev_button.edit_access {
background-color: #dda100;
color: white;
padding: 10px 20px !important;
font-size: 14px;
}
.fev_button.update_clearance {
background-color: steelblue;
color: white;
float: right;
font-weight:normal;
padding: 5px 20px;
}
.fev_button.edit_application{
background-color: blue;
color: white !important;
float: right;
margin-top: -50px;
margin-right: 30px;
}
#gv-field-33-custom .fev_button.back_to_previous{
margin: 20px 0;
font-weight: 400;
}
.fev_button.edit_user{
background-color: blue;
font-weight: bold;
color: white !important;
float: right;
margin-top: -70px;
margin-right: 30px;
}
.fev_button.disabled{
box-shadow: none !important;
background-color: lightgray !important;
color: white !important;
transition: all 0s !important;
border: none;
cursor: progress;
}
.fev_button.add_item{
background-color: blue;
color: white !important;
float: right;
padding: 10px 12px 5px 12px !important;
font-size: 13px;
line-height: 1.4em;
font-weight: 500;
margin-top: -5px !important;
margin-right: 0 !important;
font-family: "Roboto", sans-serif !important;
}
.fev_button.add_item i{
font-size: 1.2em;
margin-top: -2px;
}
#post-93 .gv-table-single-container table.gv-table-view-content *{
border: none;
}
#post-93 .elementor-element-192287f .elementor-column-wrap.elementor-element-populated{
padding-top: 0;
}
input.gv-search-button {
background-color: blue;
color: white;
}
div.gv-search-box.gv-search-field-text.gv-search-field-search_all{
}
#gv_search_button_959, #gv_search_button_1009{
padding: 0 10px;
}
div.fev_button.edit_application>a, div.fev_button.edit_user>a{
color: white;
}
.page-id-43 .gform_footer.top_label{
margin-top: -55px;
position: relative;
z-index: 1;
}
.page-id-89 .gform_footer.top_label,
.page-id-119 .gform_footer.top_label,
.page-id-102 .gform_footer.top_label,
.page-id-218 .gform_footer.top_label,
.page-id-221 .gform_footer.top_label,
.page-id-561 .gform_footer.top_label,
.page-id-567 .gform_footer.top_label,
.page-id-868 .gform_footer.top_label,
.page-id-1328 .gform_footer.top_label{
margin-top: -75px;
position: relative;
z-index: 1;
display: block;
}
.gform_button, .gform_next_button:not(#fev_cWorkflow):not(#fev_cAll):not(#fev_cEdit):not(#fev_cEmail){
padding: 10px 20px !important;
text-transform: none !important;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
transition: all .3s !important;
line-height: 1.4em;
min-width: 90px;
}
.gform_button:hover, .gform_next_button:hover{
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5) !important;
background-color: blue;
}
.gravityflow-action-buttons{
float: right;
}
input[type=submit].gform_button:not(.disabled), .gform_next_button.button:not(.disabled), #gravityflow_update_button:not(.disabled), #gravityflow_submit_button:not(.disabled){
float: right;
background-color: blue !important;
color: white !important;
border-radius: 5px;
border: none !important;
}
#gravityflow_save_progress_button:not(.disabled){
background-color: teal !important;
color: white !important;
border-radius: 5px;
border: none !important;
}
.gform_button.button.cancel{
background-color: white !important;
position: relative;
z-index: 10;
margin: 20px 0 15px;
}
#field_1_15{
margin-bottom: -10px;
}
.gform_button.button.cancel.disabled{
background-color: lightgray !important;
color: white !important;
box-shadow: none !important;
transition: all 0s !important;
border: none;
border-radius: 5px;
cursor: progress;
}
.elementor-button-wrapper .elementor-button{
box-shadow: none;
}
.gform_button.button.disabled:not(.cancel), .gform_next_button.disabled, a.gv-button-cancel.disabled, .elementor-button-wrapper a.disabled,
#gravityflow_update_button.disabled, #gravityflow_submit_button.disabled, #gravityflow_save_progress_button.disabled {
background-color: lightgray !important;
color: white !important;
box-shadow: none !important;
transition: all 0s !important;
border: none;
border-radius: 5px;
cursor: progress;
}
.gform_button.button.disabled:not(.cancel), .gform_next_button.disabled{
float: right;
}
.dataTables_paginate a.paginate_button{
border-radius: 5px !important;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
}
.dataTables_paginate a.paginate_button:hover{
box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
}
.dataTables_wrapper .dataTables_processing{
top: 80px;
}
.dt-button.buttons-export{
float: right;
margin: 0 0 5px 0;
}
.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title{
width: 120px;
}
.gfield_label, .no_margin{
margin: 0 !important;
}
.gfield_select:not(:focus):not([readonly]):not(:disabled), .gfield select:not(:focus):not([readonly]):not(:disabled), .gfield:not(.fav_force_disabled)  input:not(:focus):not([readonly]):not(:disabled):not(.cancel), .gfield textarea:not(:focus):not([readonly]):not(:disabled){
background-color: #fafafa !important;
}
.gfield.fav_force_disabled  input.gform-datepicker:not(:focus):not([readonly]):not(:disabled):not(.cancel),
.gfield.fav_force_disabled  .gfield_label{
pointer-events: none;
cursor: normal;
}
.gfield.fav_force_disabled  input.gform-datepicker:not(:focus):not([readonly]):not(:disabled):not(.cancel)::placeholder{
color: transparent;
}
.gfield_select:focus, select:focus{
background-color: white !important;
}
select{
background-color: #f4f6f7 !important;
}
.hidden_label_field_margin{
margin-top: 30px !important;
}
#field_21_24.hidden_label_field_margin, #field_21_25.hidden_label_field_margin, #field_21_26.hidden_label_field_margin{
margin-top: 26px !important;
}
#field_4_13.hidden_label_field_margin, #field_5_168.hidden_label_field_margin{
margin-top: 35px !important;
}
.clearance_container{
width: 100%;
height: auto;
display:block;
}
.force_uppercase input{
text-transform: uppercase;
}
.tab {
float: left;
border-right: 1px solid #ccc;
width: auto;
height: 100%;
position:relative;
z-index: 10;
}
.tabcontent {
padding: 10px 12px;
border: 1px solid #ccc;
border-top-right-radius:7px;
border-bottom-right-radius:7px;
height: auto;
z-index: 1;
position:relative;
overflow-x: hidden;
overflow-y: auto;
}
#evett_timeline{
font-size: 0.9em;
}
#postbox-container-2 > div > div > div{
margin: 10px 0;
}
.page-id-123 .chosen-container-single .chosen-drop{
position: static;
}
.gfield.gsection.gravityflow-display-field{
margin:0;
border: none;
}
.gfield.gsection.gravityflow-display-field > h2.gsection_title{
padding: 0 !important;
}
.gfield.gsection.gv-section{
margin-top: 0;
}
input.prefil_button{
margin-top: 5px;
border: solid 1px darkgray !important;
}
input.prefil_button:active{
box-shadow: none !important;
}
.tab button, .tab span, .tab>div {
display: block;
background-color: #ddd;
color: black;
padding: 22px 16px;
width: 100%;
text-align: left;
cursor: pointer;
transition: 0.2s;
border-top-left-radius:7px;
border-bottom-left-radius:7px;
z-index: 10;
border: 1px solid #ccc;
margin-left: 2px;
}
.tab button:hover, .tab span:hover, .tab>div:hover {
background-color: #eee;
}
.tab button.active, .tab span.active, .tab>div.active {
background-color: #fff;
border-right: 1px solid #fff;
margin-left: 2px;
}
.inline_block, .tab div.tab_text{
display: inline-block !important;
}
.tab i.tab_icon{
font-size: 16px;
margin: 0 10px;
color: 	#606060;
}
@media only screen and (max-width: 769px) {
.tab div.tab_text {
display: none !important;
}
}
.top_align td, td.top_align {
vertical-align: top;
}
.bpss_form_tables {
float: left;
margin: 7px;
border-radius: 25px;
}
.bpss_form_tables td {
border-collapse: collapse !important;
border-style : hidden !important;
border-top-left-radius:7px;
border-top-right-radius:7px;
padding: 2px 5px !important;
}
.bpss_form_tables .row_heading {
background-color: #eeefff;
font-weight: bold;
}
.fw_clearance_tab_tables{
width: 98%;
}
.documents_table{
width:48%;
}
.clearance_label{
font-weight: bold;
}
p.gv-back-link{
display:none;
}
a.chosen-single{
height: 35px !important;
border-radius:4px !important;
border-color: #d9d9d9 !important;
background:#fafafa !important;
color:#000000 !important;
padding:4px 10px !important;
}
a.chosen-single > div{
background:#fafafa !important;
padding-top: 5px;
}
.chosen-container-single{
border-radius: 4px;
}
.chosen-container-multi{
margin-bottom: 2px;
}
.chosen-container-multi > ul{
padding-top: 2px !important;
padding-bottom: 4px !important;
}
@media (min-width: 880px){
#post-body.columns-2 #postbox-container-1.fixed {
position: fixed;
top: 80px;
right: 20px;
width: 260px;
margin-right: 0;
}
}
.postbox {
border-radius: 5px;
}
#minor-publishing > div > ul{
display:none;
}
#gform_wrapper_5 > div.gform_footer.top_label{
margin-top: 30px;
}
.widefat.fixed.entry-detail-view.gravityflow-step-approval {
border-radius: 10px;
overflow: hidden;
border: solid 1px #e5e5e5;
border-collapse: separate;
}
#publishing-action > a.btn.btn-sm.button.button-small.alignright.pull-right.btn-danger.gv-button-delete{
display: none;
}
#publishing-action > a.btn.btn-sm.button.button-small.gv-button-cancel{
line-height: 40px;
padding: 10px 25px;
border-radius: 5px;
margin: 0;
}
.gform_save_link.button, .gform_previous_button.button{
border-radius: 5px;
padding: 10px 20px !important;
float: right;
background-color: #fff;
}
.gform_previous_button.button:hover{
background-color: #fff !important;
}
input.gform_next_button.button{
padding: 10px 30px;
}
p.app_declaration{
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
}
.gravityflow-back-link-container{
margin-bottom: 5px;
}
.postbox.gravityflow-instructions{
background-color: #f7f7f7;
padding: 0 15px;
}
.postbox.gravityflow-instructions > div.inside{
margin-top: 0 !important;
}
.fev_workflow_instructions{
padding: 7px 0;
}
.fev_worflow_title{
text-align: center;
font-weight: 600;
font-size: 1.2em;
margin-bottom: 5px;
}
.fev_workflow_description{
font-size: 14px;
line-height: 1.2em;
}
.fev_success_msg, .gravityflow_workflow_notice.notice-success{
text-align: center;
background-color: #dff0d8;
border-left: 5px solid #cae6be;
border-radius: 5px;
margin-top: -15px;
}
.page-id-165 .gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input .gravityflow-field-value{
font-size: 13.5px;
}
.gv-notice.gv-error, .notice.error.gravityflow_validation_error{
text-align: center;
background-color: #ffdfe0;
border: solid 1px red;
border-left: 5px solid rgb(200, 151, 151);
border-radius: 5px;
margin-top: 0;
margin-bottom: 0;
padding: 0 !important;
box-shadow: none !important;
}
.gv-notice.gv-error .gform_submission_error, .notice.error.gravityflow_validation_error .gform_submission_error{
padding: 7px !important;
margin: 0 !important;
}
.gv-notice.gv-error .gform_submission_error .gform-icon, .notice.error.gravityflow_validation_error .gform_submission_error .gform-icon{
right: 12px !important;
left: inherit !important;
top: 0 !important;
font-weight: 700 !important;
}
.notice.error.gravityflow_validation_error, .page-id-123 .validation_error.gv-notice.gv-error{
margin-bottom: 15px;
font-size: 1em;
font-weight: normal;
width: 100%;
}
.page-id-123 .gv-notice.gv-error:not(.validation_error){
background-color: inherit;
border: none;
}
.elementor-alert.elementor-alert-success {
border-radius: 5px;
padding: 10px;
}
.fev_success_msg .dashicons.dashicons-yes{
margin-top: 2px;
font-size: 1.4em;
}
.fev_success_msg_title{
font-weight: 600;
}
.fev_success_msg.withdrawn, .fev_success_msg.rejected{
background-color: rgba(255, 99, 71, 0.6) !important;
}
.ginput_container.has_gfsp_icn.ginput_container_date > .datepicker.medium.dmy.datepicker_no_icon.hasDatepicker, .gv-edit-entry-wrapper .datepicker.gform-datepicker.hasDatepicker{
width: 115px !important;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input > tbody > tr > td {
border: none !important;
}
table.gravityflow-step-user_input  > tbody > tr > td > label{
float: right;
margin-right: 15px;
}
.gravityflow-step-user_input #gform_wrapper_5{
padding-top: 0;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input .gravityflow-field-value, .gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input .gravityflow-dicussion-item-header, .gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input .gravityflow-dicussion-item-value{
font-size: 15px;
line-height: 1;
padding: 3px
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input div.o_label > i{
font-size:30px;
}
.gravityflow-step-user_input textarea[name='input_195']{
height:4em !important;
}
#gravityflow_update_button, #gravityflow_submit_button{
float:right;
margin-top: 10px;
padding: 11px 25px;
}
#gravityflow_save_progress_button{
margin-top: 10px;
padding: 11px 25px;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail table.gravityflow-step-user_input .gfield_label{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail .sp_modern .gfsp_icon{
border-right: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail .sp_modern .gfsp_icon:hover, .gravityflow_workflow_wrap.gravityflow_workflow_detail .sp_modern .gfsp_icon:focus{
border-color: #a2a2a2;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail div.ginput_complex.ginput_container.gf_name_has_2 span{
width: 45%;
}
.gravityflow_workflow_wrap.gravityflow_workflow_detail div.ginput_complex.ginput_container.gf_name_has_3 span{
width: 30%;
}
#fev_latest_feedback{
background-color: lightgoldenrodyellow;
border: solid 1px lightgray;
border-radius: 5px;
font-size: 15px;
color: #000000;
padding: 7px;
margin: 8px 0;
}
#post-body-content > div > div > h6{
margin-top: 0;
line-height: 0;
}
#gravityflow-status-box-container, .detail-view-print, .gravityflow-dicussion-item-toggle-display{
display: none;
}
#gravityflow-status-box-container > h3 > span{
font-size: 15px;
}
#minor-publishing > div > h4{
margin-top: 10px;
line-height: 1.4;
}
#minor-publishing{
font-size: 14px;
line-height:0.8;
}
#postbox-container-1 > div.detail-view-print{
visibility: hidden;
}
.gravityflow_workflow_wrap .clearance_container .tab{
font-size: 14px;
}
.gravityflow_workflow_wrap .clearance_container .tabcontent, .gravityflow_workflow_wrap #gform_fields_8{
font-size: 16px;
}
.gravityflow_workflow_wrap .clearance_container label.gfield_label{
border: none !important;
background-color: transparent !important;
padding: 3px !important;
}
.gravityflow_workflow_wrap .clearance_container .datepicker.hasDatepicker{
width: 9em !important;
}
.gravityflow_workflow_wrap .clearance_container .gfield_select{
padding: 8px !important;
border-radius: 4px !important;
width: auto !important;
padding-right: 40px !important;
}
.postbox.gravityflow-instructions{
margin: 0;
}
#post-body-content > table > tbody > tr > td > label{
margin-top: 10px;
margin-bottom: -40px;
position: relative;
z-index: 999;
}
.gravityflow_workflow_wrap  #field_5_228{
display:none;
}
#gform_wrapper_5{
padding: 0;
}
div.gv-grid.gv-widgets-header > div.gv-grid-col-1-1.gv-left > form{
justify-content: flex-start;
margin-top: 20px;
margin-bottom: 25px;
}
#gv_search_959, #gv_search_1009{
width: 305px;
}
.gv-widget-search.gv-search-horizontal .gv-search-box{
flex: none;
}
#DataTables_Table_0 > tbody > tr > td.dataTables_empty, #DataTables_Table_1 > tbody > tr > td.dataTables_empty, #DataTables_Table_2 > tbody > tr > td.dataTables_empty{
text-align: center;
}
.fev_text_center, .fev_col_center{
text-align: center;
}
.fev_text_right{
text-align: right;
}
#DataTables_Table_0 > tbody > tr > td.child:nth-child(1) *{
text-align: left;
list-style-type: none;
}
div.dataTables_scrollBody{
background: white !important;
border: solid 1px #e5e5e5;
}
.block-content{
padding-top: 10px;
}
body.page-id-119 .block-content{
padding-top: 40px;
}
.block-content:last-of-type{
padding-bottom: 140px;
}
#gv-datatables-1492 .dataTables_length{
margin-top: 7px;
}
.dataTables_wrapper .dataTables_filter {
margin: 0 0 5px 0;
}
.dataTables_wrapper .dataTables_filter input {
border-radius: 5px;
}
.dataTables_length select {
border-radius: 5px;
height: 2em;
}
.gv-edit-entry-title{
display:none;
}
.fav_title{
text-align: center;
}
.fav_field{
margin-bottom: 10px;
}
.fav_field_50pc{
display: inline-block;
width: 50%;
margin-bottom: 10px;
}
.fav_field_25pc{
display: inline-block;
width: 25%;
margin-bottom: 10px;
}
.fav_label{
font-weight: bold;
}
#field_5_229, #field_5_227 > label{
display: none !important;
}
#field_5_227{
margin-top: 10px;
}
#field_5_.evett_feedback_fields{
margin: 0;
}
.fav_hidden{
visibility:hidden;
position:absolute;
}
.fav_display_none, #gform_multifile_messages_26_1{
display: none !important;
}
.ina-dp-noflict-modal .ina-dp-noflict-modal-content{
border-radius: 5px;
}
.ina-dp-noflict-modal .ina-dp-noflict-modal-content .ina-dp-noflict-modal-body .ina-dp-noflict-btn-container .btn-timeout{
border-radius: 5px;
}
#footer-nav{
padding: 20px 0;
}
@media (max-width: 1199px) {
#footer-nav .row > * {
margin-top: 1em;
}
}
.fav_read_only input, input.fav_read_only+label{
border: none !important;
background-color: inherit !important;
}
.fav_read_only span{
display: none;
}
.gv-edit-entry-wrapper #fev_cBack{
margin-bottom: 10px;
margin-left: 2px;
}
.page-id-165 #fev_cBack{
margin-bottom: 10px;
margin-left: 10px;
}
.page-id-165 #gform_19 #fev_cBack{
margin-bottom: 0;
margin-left: 30px;
}
.page-id-165 .postbox.gravityflow-instructions{
margin-top: 15px;
}
.page-id-123 #fev_cWorkflow{
font-size: 25px;
height: 37px;
font-weight: 700;
float: right;
margin-right: 35px;
}
#field_19_56{
margin-bottom: 0
}
#fev_cEdit, #fev_cAll, #fev_cWorkflow, #fev_cEmail{
padding: 5px 20px 5px 20px !important;
border-radius: 5px;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
margin-top: -4px;
}
#fev_cEdit:not(.disabled), #fev_cAll:not(.disabled), #fev_cWorkflow:not(.disabled), #fev_cEmail:not(.disabled){
background-color: #dda100 !important;
}
#fev_cEdit .dashicons, #fev_cAll .dashicons, #fev_cWorkflow .dashicons, #fev_cEmail .dashicons{
margin: 0;
padding: 0;
}
.page-id-165 #fev_cEdit, .page-id-165 #fev_cAll, .page-id-165 #fev_cEmail{
margin-left: 0;
margin-right: 9px;
}
.gv-edit-entry-wrapper #fev_cWorkflow{
margin-right: -22px
}
.gv-edit-entry-wrapper #fev_cAll{
margin-right: 9px
}
#fev_cWorkflow, #fev_cAll{
font-size: 1.8em !important;
float: right;
}
input[type='submit'].button {
text-transform: none;
}
.page-id-163 .elementor-tab-title.elementor-tab-mobile-title, .page-id-163 .elementor-widget-tabs .elementor-tab-title.elementor-tab-desktop-title{
background-color: #ddd;
border-top-left-radius:7px;
border-bottom-left-radius:7px;
}
.elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-mobile-title, .elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-desktop-title{
background-color: #ddd;
border-top-left-radius:7px;
border-top-right-radius:7px;
white-space: nowrap;
}
.elementor-tab-title.elementor-tab-mobile-title:hover, .elementor-tab-title.elementor-tab-desktop-title:hover{
background-color: #eee;
border-color: #ccc;
}
.elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-mobile-title.elementor-active, .elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-desktop-title.elementor-active{
background-color: #fff;
border-bottom-color: white !important;
}
.elementor-tab-disabled{
cursor: not-allowed;
pointer-events: none;
}
.elementor-tab-disabled > a{
color: #c8c8c8 !important;
}
.elementor-tabs-view-vertical .elementor-tab-title.elementor-tab-mobile-title, .elementor-tabs-view-vertical .elementor-tab-title.elementor-tab-desktop-title{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #ccc;
}
.elementor-tabs-view-vertical .elementor-tab-disabled{
background-color: #ddd;
}
.elementor-tabs-content-wrapper{
border-top-right-radius:7px;
border-bottom-right-radius:7px;
}
.elementor-tab-content.elementor-clearfix {
padding-top: 10px;
}
.page-id-163 .elementor-widget-tabs .elementor-tab-title{
font-size: 14px;
border-left: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}
.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title{
font-size: 14px;
padding: 10px;
border-left: 1px solid #ccc !important;
border-right: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
}
.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title{
text-align: center;
}
.elementor-tab-title:not(.elementor-tab-disabled){
color: #000 !important;
}
.elementor-tab-title.elementor-tab-disabled{
color: #aaa !important;
}
#post-323 .gform_footer.top_label{
margin-top: -75px !important;
}
#loading_bars {
display: block;
position: absolute;
top: 50%;
left: 50%;
height: 50px;
width: 50px;
margin: -25px 0 0 -25px;
}
#loading_bars span {
position: absolute;
display: block;
bottom: 10px;
width: 9px;
height: 5px;
background: rgba(0, 0, 0, 0.25);
-webkit-animation: loading_bars 1.2s  infinite ease-in-out;
animation: loading_bars 1.2s  infinite ease-in-out;
}
#loading_bars span:nth-child(2) {
left: 11px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading_bars span:nth-child(3) {
left: 22px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading_bars span:nth-child(4) {
left: 33px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading_bars span:nth-child(5) {
left: 44px;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
@keyframes loading_bars {
0% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
25% {
height: 30px;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transform: translateY(15px);
transform: translateY(15px);
background: #0057e7;
}
50% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
100% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
}
@-webkit-keyframes loading_bars {
0% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
25% {
height: 30px;
-webkit-transform: translateY(15px);
transform: translateY(15px);
background: #0057e7;
}
50% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
100% {
height: 5px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
background: rgba(0, 0, 0, 0.25);
}
}
#loader{
zoom:2;
display:block;
width:16px;
height:16px;
margin:10px auto;
animation: wait .80s steps(1, start) infinite;
background: linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   
linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   
linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   
linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), 
linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), 
linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), 
linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);
background-repeat: no-repeat;
background-size: 4px 9px,   
4px 9px,
4px 9px,   
4px 9px,
4px 9px,   
4px 9px,
4px 11px,  
4px 11px,
4px 16px,  
4px 16px,
4px 16px,  
4px 16px;
background-position:-4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}
@keyframes wait{
12.5%{
background-position:   -4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
0 ,  
0 ;
}
25%{
background-position: -4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
0,  
0,
6px,  
6px;
}
37.5%{
background-position: -4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
0,  
0,
6px,  
6px,
12px,  
12px;
}
50%{
background-position: -4px,  
-4px,
-4px,  
-4px,
0,  
0,
6px,  
6px,
12px,  
12px,
-4px,  
-4px;
}
62.5%{
background-position: -4px,  
-4px,
0,  
0,
6px,  
6px,
12px,  
12px,
-4px,  
-4px,
-4px,  
-4px;
}
75%{
background-position:     0,  
0,
6px,  
6px,
12px,  
12px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px;
}
87.5%{
background-position:   6px,  
6px,
12px,  
12px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px;
}
100%{
background-position:    12px,  
12px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px,
-4px,  
-4px;
}
}
.dialog-message.dialog-lightbox-message{
overflow: hidden;
}
#gentry_display_empty_fields_label{
margin-top: 10px;
margin-right: 0 !important;
}
#gentry_display_empty_fields_label.update_button_visible{
margin-right: 10px;
}
.float_right{
float: right;
}
input[type=checkbox]:not([disabled]):not(.fav_read_only)+label{
padding-right: 15px !important;
border: none !important;
color: #555 !important;
background-color: #fdfdfd;
}
#gform_5 input[type=checkbox]:not([disabled]):not(.fav_read_only)+label, #gform_19 input[type=checkbox]:not([disabled]):not(.fav_read_only)+label{
border: solid 1px #ddd !important;
}
input[type=checkbox]:checked:not([disabled]):not(.fav_read_only)+label{
font-weight: 550;
}
.gfield:not(.gfsp_flip) input[type=checkbox]:not([disabled]):not(.fav_read_only)+label{
padding-left: 32px !important;
text-indent: -32px ;
}
.sp_modern input[type=checkbox]:not(old)+label:before, .sp_modern input[type=radio]:not(old)+label:before{
background: #444;
padding: 0.6em;
border-radius: 5px;
}
.sp_modern input[type=checkbox]:not(old)+label.fav_read_only:before {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.sp_modern input[type=checkbox][disabled]:not(old)+label:before, .sp_modern input[type=checkbox].fav_read_only:not(old)+label:before{
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-right: none;
background: #f5f5f5;
color: white;
}
#field_5_240, #field_8_38{
display: none;
}
.fav_read_only, input[readonly], select[disabled], input[disabled]+label{
border: none !important;
background: transparent none !important;
color: #561765 !important;
}
.fav_read_only+.gfsp_icon, input[readonly]+.gfsp_icon, select[disabled]+.gfsp_icon{
display: none !important;
}
.map-it-link{
display: none;
}
.fav_float_left{
float: left;
}
.fav_float_right{
float: right;
}
.ginput_container.ginput_container_fileupload .ginput_preview, #gform_preview_5_130 .ginput_preview, #gform_preview_5_239 .ginput_preview, #gform_preview_21_28 .ginput_preview, #gform_preview_22_15 .ginput_preview, .gform_delete{
font-size: 0.9em;
}
.gform-icon--circle-arrow-down{
font-size: 1.2em !important;
margin-left: 5px;
}
.del_file{
font-size: 1em;
color: red;
cursor: pointer;
margin-left: 5px;
}
.del_file.clearance_edit{
margin-top: 2px;
}
.vet_view.granted, .app_view.granted, #current_status.granted, .entry_granted{
color: #00bcd4;
}
.app_view.rejected, .app_view.withdrawn, .app_view.expired, .app_view.lapsed, .vet_view.rejected, .vet_view.withdrawn, .vet_view.expired, .vet_view.lapsed{
color: red;
}
.app_view.applicant, .app_view.partial, .app_view.alternate, .vet_view.vetting, .vet_view.email, .vet_view.nsv, .vet_view.progress, .vet_view.pending{
color: #dda100;
}
.vet_view.business, .vet_view.applicant, .vet_view.alternate, .vet_view.grey{
color: #5f727f;
}
#choice_5_231_1:checked+label, #choice_5_198_2:checked+label, #choice_5_198_3:checked+label, #choice_5_226_1:checked+label,
#choice_5_226_2:checked+label, #choice_19_56_0:checked+label, #choice_19_169_0:checked+label, #choice_5_255_0:checked+label, #choice_8_29_1:checked+label{
background-color: red;
color: red;
}
#choice_5_231_2:checked+label, #choice_5_226_3:checked+label, #choice_5_198_4:checked+label, #choice_5_226_3:checked+label,
#choice_5_255_1:checked+label, #choice_19_56_1:checked+label, #choice_19_169_1:checked+label, #choice_8_29_2:checked+label{
background-color: #00bcd4;
color: #00bcd4;
}
option:disabled{
color: rgba(128, 128, 128, 0.47)
}
#input_5_238, #input_5_195, #input_8_30{
height: 4em;
}
.page-title-title h1{
color: #23A455;
}
.o_label > .dashicons.dashicons-portfolio{
height: 60px;
}
#field_5_195.feedback_below, #field_5_238.feedback_below, #field_8_30.feedback_below, .gravityflow_workflow_wrap .gform_body > .gform_fields > li{
margin-top: 10px;
max-width: 100%;
}
#field_5_226, #field_5_247, #field_5_231{
margin: 5px 0;
}
#field_5_226 > div, #field_5_247 > div, #field_5_231 > div{
margin-top: 2px;
}
#field_5_199, #field_8_23{
display:none;
}
#field_5_198{
margin: 6px 0;
max-width: 100%;
}
.fev_link{
cursor:pointer;
color:blue;
}
.fev_link:hover{
text-decoration: underline;
}
#current_status, #last_saf{
float: right;
font-size: 18px;
font-weight: 900;
margin-top: -35px;
color: #dda100;
}
#current_status i{
font-size: 22px;
margin: 3px -10px 0 5px
}
@media only screen and (min-width: 769px) {
#current_status {
margin-top: 10px;
margin-right: 20px;
}
}
#last_saf{
margin-top: -40px;
}
#gform_fields_8 #current_status{
margin-top: 0;
}
#current_status.progressing, #last_saf, .entry_processing{
color: #dda100;
}
#current_status.expired, .entry_expired{
color: red;
}
#current_status > i{
font-size: 40px;
margin-top: -8px;
}
#status_text, #status_icon{
float:left;
}
#status_text{
margin-top: 5px;
}
#status_icon>.dashicons{
font-size: 30px;
}
@media only screen and (max-width: 769px) {
#status_text {
display: none;
}
}
#field_9_11, #gform_9 .gform_footer.top_label, #collapsible-section_9_11, #input_9_19_chosen {
max-width: 100%;
width: 100%;
}
#adv_search_accordion.adv_search li.gfield {
margin-top: 0;
margin-bottom: 0;
}
#adv_search_accordion{
margin-bottom: 5px !important;
}
.full_search{
margin-top: 0 !important;
}
.postbox.gravityflow-instructions{
margin: 0 10px;
}
.gravityflow_workflow_wrap #gform_fields_8 li.gfield.gravityflow-display-field{
margin-bottom: 0;
}
.link_icon{
font-size: 0.95em;
}
#input_5_255 .dashicons{
font-size: 40px;
height: 60px;
}
#field_5_255{
margin-top: 5px;
}
.form_saved_message{
background-color: #fff;
border: none;
}
.ginput_preview{
font-size: 1em !important;
}
.fev_green-triangle:not(.gfield_error) label.gfield_label {
width: 100% ;
position: relative;
padding-left: 3px;
}
.fev_green-triangle:not(.gfield_error) label.gfield_label::after,
.fev_green-triangle:not(.gfield_error) label.gfield_label::before {
content: '';
position: absolute;
top: 0;
left: 0;
border-color: transparent;
border-style: solid
}
.fev_green-triangle:not(.gfield_error) label.gfield_label::before {
border-width: .4em;
border-left-color: #ccc;
border-top-color: #ccc
}
.fev_green-triangle:not(.gfield_error) label.gfield_label::after {
border-radius: .1em;
border-width: .4em;
border-left-color: #0c0;
border-top-color: #0c0
}
.fav_tight_left select{
margin-left: -110px !important;
margin-top: -1px !important;
width: 4em !important;
}
#available_variables_list td:first-child{
font-weight: 600;
}
#sub_variables_section th{
background-color: #efefef;
}
.sub_variables_group_heading{
background-color: #f4f4f4;
}
.sub_variable{
cursor: pointer;
}
#elementor-popup-modal-514 .dialog-widget-content{
overflow-y: auto;
}
#notification_preview_response{
width: 100%;
text-align: center;
}
#notification_preview_none{
margin: 40px auto;
font-size: 20px;
}
#notification_preview_title{
font-size: 16px;
}
#batch_preview_table{
margin: 10px auto 20px;
font-size: 14px;
}
#single_preview_table{
text-align: left;
font-size: 14px;
margin: 10px auto 20px;
}
#single_preview_table td:nth-child(2){
word-break: break-all;
}
#single_preview_table img.aligncenter{
margin: 0 auto;
}
#elementor-popup-modal-514 .dialog-message{
max-height: 80vw;
}
#input_1_14_1_container, #input_1_14_2_container{
position: relative;
}
#input_1_14_1_container button, #input_1_14_2_container button{
padding: 4px;
top: 2px;
position: absolute;
right: 2px;
border-width: 1px;
box-shadow: none;
}
@media only screen and (max-width: 642px) {
#input_1_14_1_container button, #input_1_14_2_container button{
padding: 0 4px;
}
}
.sp_modern input[type=checkbox]:not(old):checked+label:before, .sp_modern input[type=radio]:not(old):checked+label:before{
background-color: lightgreen;
}
.action_options{
width: 80px;
border: 1px solid #d9d9d9;
border-radius: 4px;
background-size: .7em;
font-size: 13px;
padding: .3em .1em;
color: #808080;
}
table.dataTable thead tr th.sorting{
background-image: none !important;
}
table.dataTable thead tr th.sorting:before, table.dataTable thead tr th.sorting:after{
margin-right: -7px;
}
#summary_cl_tbl_filter{
float: right;
width: 50%;
}
.page-id-93 .chosen-container-single .chosen-drop{
position: static !important;
}
.page-id-93 #main-content>div.block-content{
padding: 0 !important;
}
#main_title {
font-size: 2em;
font-weight: 600;
}
#sub_title {
font-size: 1.1em;
}
#system_access_status{
margin-top: 8px;
line-height: 0.99;
text-align: center;
}
.cl_summary_status_icon{
font-size: 1.5em;
}
.cl_summary_status_icon i{
margin: 7px 0 !important;
}
#summary_cl_tbl a.osa_link .dashicons, #summary_cl_tbl a.bsvr_link .dashicons, #summary_cl_tbl a.app_link .dashicons{
margin: 5px 0;
font-size: 1.4em;
}
#fev_access i{
font-size: 1.9em;
margin: 0;
padding: 0;
}
#fev_access {
margin-right: 20px;
padding: 0;
}
#profile_list_wrapper{
margin-bottom: 30px;
font-size: 13px
}
.profile_header_container{
display: inline-block;
width: 33%;
vertical-align: top
}
.profile_details_container .prof_fld{
display: inline-block;
margin-right: 20px;
margin-bottom: 0.3em;
}
.profile_details_container .prof_lbl{
font-weight: 900;
margin-bottom: 0;
}
.page-id-123 #clearance_container{
margin-top: 40px;
}
a.add_search_params i{
margin: 3px;
}
.display.dataTable th, .display.dataTable td {
color: #561765;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
}
.dataTable:not(#summary_cl_tbl):not(.gravityflow-step-user_input) tr:not(.child) td:not(.dataTables_empty):not(.fev_col_center):first-child{
text-align: right;
padding-left: 10px !important;
}
.display.dataTable th.sorting:first-child{
padding: 0 10px !important;
}
.display.dataTable th.sorting:not(:first-child){
padding: 0 18px 0 5px !important;
}
.display.dataTable th.sorting_disabled:not(:first-child), .display.dataTable td:not(:first-child) {
padding: 0 5px !important;
}
#gform_fields_22{
margin-top: 20px;
}
#summary_saf_tbl th > i{
font-size: 1.2em;
margin-top: 5px;
}
.page-id-226 i{
font-size: 18px
}
.fev_timeline_container{
max-height: 500px;
overflow-y: scroll
}
.margin_left_30{
margin-left: 30px;
}
.margin_left_20{
margin-left: 20px !important;
}
.margin_bottom_10{
margin-bottom: 10px;
}
a.margin_bottom_10 + * {
margin-top: 10px !important;
}
.lh_1_4{
line-height: 1.4em !important;
}
.select_padding select{
padding-right: 15px !important;
}
#gform_save_8_footer_link, .gform_save_link{
margin-top: 0.5em;
margin-right: 20px;
}
#gform_save_8_footer_link{
margin-left: 110px;
}
.margin_top_minus_60{
margin-top: -60px !important;
}
.width_100pc{
width: 100% !important;
max-width: 100% !important;
}
.fev_timeline_container{
padding: 0 50px;
}
.t_by{
font-size: 1.2em;
font-weight: 900;
border-top: 1px solid lightgray;
}
.t_when{
float:right;
color: rgb(128, 128, 128); 
}
.position_static .chosen-container-single .chosen-drop{
position: static;
}
.gfield_consent_description li{
list-style-type: circle;
}
#bsvr_help_text{
font-size: 11px;
color: rgb(128, 128, 128); 
max-width: fit-content;
}
#input_9_17_chosen{
width: 100% !important;
}
#field_25_9, #field_25_10, #field_25_11, #field_25_12, #field_25_13 {
width: 18%
}
#gform_fields_25 .chosen-container.chosen-container-multi{
width: 100% !important;
min-width: 150px;
}
#field_6_56 > table, #field_7_56 > table{
display: none;
}
.sp_modern input[type=checkbox]:not(old):not(disabled):not(.fav_read_only)+label, .sp_modern input[type=radio]:not(old):not(disabled):not(.fav_read_only)+label{
cursor: pointer;
}
.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label{
padding-left: 50px !important;
opacity: 1;
border: none !important;
border-radius: 5px;
vertical-align: middle;
}
.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:before {
margin-left: -50px;
border-radius: 5px !important;
display: inline-block;
}
.gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:after {
border-radius: 5px;
border: 1px solid darkgray;
}
.page-id-165 .gf_stylespro .gfsp_flip input[type=checkbox]:not(old)+label:before {
width: 38px;
height: 34px;
}
.elementor-element-9aa011d{
margin-top: 15px;
}
.elementor-element-9aa011d div{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.nats_sel .chosen-container-single{
width: 200px !important;
}
.office_add_sel .chosen-container-single{
width: 100% !important;
}
.page-id-123 #field_5_255{
display: none;
}
.top_label input.medium:not([type="file"]), .top_label select.medium{
width: 10em;
}
.elementor-element-9aa011d{
margin-top: 15px;
}
.elementor-element-9aa011d div{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.page-id-123 #field_5_255{
display: none;
}
.beside_label div {
float: right;
margin-top: -35px;
}
.below_beside_label div{
margin-top: -16px;
}
.clearance_list i, #profile_list i{
font-size: 16px;
}
li.gfield.rept_nots{
width: 150px;
}
.elementor-tab-content:focus{
outline: none !important;
}
.no_top_margin{
margin-top: 0 !important;
}
.imp_actions{
width: 65px;
}
select[name='import_list_length']{
width: 35px;
margin-bottom: 5px;
}
.nowrap{
white-space: nowrap !important;
}
div[data-id="c39f2d0"]{
text-align: right;
}
div[data-id="c39f2d0"] div{
display: inline-block !important;
}
.dataTables_processing{
margin-top: -30px !important;
padding: 10px !important;
border: none !important;
background: none !important
}
#import_list_processing span{
margin-left: 40%;
margin-top: 0;
}
.refresh_table{
margin-left: 20px;
}
.async_save_link i{
font-size: 1.6em !important;
}
.gf_stylespro .gf_list_5col .gfield_radio>li{
width: 19%;
margin-right: 0.99%;
}
.gf_stylespro .gf_inline{
margin-right: 1%;
margin-top: 0.5%;
}
.validation_message.validation_message--hidden-on-empty, .gf_stylespro .validation_message.validation_message--hidden-on-empty{
display: none;
}
.ginput_preview_list{
margin-top: 10px;
}
.ginput_preview_list .ginput_preview *{
margin-right: 10px;
}
.gform-icon--close{
cursor: pointer;
}
.gfield_validation_message{
font-size: 1.3rem !important;
font-weight: 700 !important;
border-radius: 5px !important;
border: solid 1px red !important;
padding: 10px !important;
line-height: 1em !important;
}
.gfield.gfield--type-name.gfield_error .gfield_validation_message, .gfield.gfield--type-address.gfield_error .gfield_validation_message{
margin-top: 14px;
}
#version_history_list .elementor-accordion-item {
border-radius: 5px;
}
#version_history_list .elementor-tab-content{
max-height: 300px;
overflow-y: scroll;
}
#um_account_submit_general{
display: none;
}
table.dataTable th.fev_col_center, table.dataTable td.fev_col_center{
text-align: center !important;
}
a.button i{
font-size: 16px;
}
table.clearance_list > tbody > tr > td > a i.vet_view{
width: 20px;
}
.bold_description .gfield_description{
color: red;
font-weight: 600;
}
.cancel_other_option{
cursor: pointer;
margin-left: -20px;
}
.gfield--input-type-datepicker span.gfsp_icon{
position: relative;
}
.gem-button, input[type='submit']{
line-height: 1.4em;
margin: 0;
}
.gform_ajax_spinner{
float: right;
margin-top: 10px;
margin-right: 10px;
}
#gform_4 .gform_ajax_spinner{
margin-top: 15px;
}
.gform-field-label--type-sub{
font-size: 1em !important;
padding: 0 !important;
}
.gf_stylespro_wrapper .gf_stylespro .gfield{
margin-top: 0.5%;
}
.search-choice-close{
top: 4px !important;
}
#field_19_168{
margin-right: 0;
}
.evt_loading_overlay{
position:absolute;
z-index:    1000;
top:        0;
left:       0;
background-color: rgb(0,0,0,0.5);
width: 100%;
height: 100%;
margin: 10px auto 20px;
border-radius: 5px;
padding: 20px;
}
.evt_loading {
top:        0;
left:       0;
width: 50px;
height: 50px;
margin: 0 auto 10px;
border-top: 5px solid #292929;
border-right: 5px solid #efefef;
border-bottom: 5px solid #efefef;
border-left: 5px solid #efefef;
border-radius: 100px;
animation: spin 1s infinite linear;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
#export_all_data, #export_actions_data, #export_granted_data, #export_inactive_data{
background: #efefef;
width: 70px;
box-shadow: none;
border: solid 1px #ccc;
font-weight: 600;
}
#export_all_data:hover, #export_actions_data:hover, #export_granted_data:hover, #export_inactive_data:hover{
background: #f1f1f1;
box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
}
#gravitypdf-pdf-box-container.postbox{
display: none;
}