

/* Start:/local/templates/web-delivery/assets/css/app.css?1748330096881267*/
@charset "UTF-8";

:root {
  font-size: 14px;
  --gap: 15px;
  --gap-1-5: calc(var(--gap) * 1.5);
  --gap-2: calc(var(--gap) * 2);
  --gap-big: 40px;
  --font-size-base: 14px;
  --font-size-tiny: 12px;
  --font-size-small: 13px;
  --font-size-big: 16px;
  --font-size-bigger: 20px;
  --font-size-legend: 22px;
  --font-size-large: 28px;
  --font-size-title: 28px;
  --font-size-headline: 36px;
  --line-height: 1.6;
  --line-height-tiny: 1.45;
  --line-height-small: 1.53;
  --line-height-title: 1.2;
  --heading-font: "Geometria", sans-serif;
  --default-font: "Geometria", sans-serif;
  --radius: 5px;
  --speed: 0.3s;
  --button-size: 2.8rem;
  --button-size: 40px;
  --safe-top: env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-left: env(safe-area-inset-left);
  --safe-right: env(safe-area-inset-right);
  --scroll-width: 5px;
  --desktop-nav-width: 6rem;
  --mobile-nav-height: 60px;
  --desktop-header-heigh: 60px;
  --mobile-header-heigh: 50px;
  --sticky-offset: 150px;
  --sidebar-width: 330px; }

@media (prefers-color-scheme: dark) { 
  :root {
    --color-scheme: dark;
    --layout-color: hsla(228, 8%, 9%, 1);
    --paper-color: hsla(228, 8%, 12%, 1);
    --paper-color-transparent: hsla(228, 8%, 12%, .8);
    --border-color: hsla(228, 8%, 33%, 1);
    --input-color: hsla(228, 8%, 9%, 1);
    --main-text-color: hsla(0, 0%, 92%, 1);
    --muted-text-color: hsla(0, 0%, 63%, 1);
    --hint-text-color: hsla(230, 0%, 50%, 1);
    --icons: hsla(0, 0%, 67%, 1);
    --primary-color: hsla(31, 31%, 53%, 1);
    --primary-color-transparent: hsla(31, 31%, 53%, .3);
    --fill-btn-color: hsla(0, 0%, 95%, 1);
    --ripple-filled: hsla(0, 0%, 100%, 0.3);
    --focus-highlight: hsla(0, 0%, 81%, 0.05);
    --warning: hsla(40, 98%, 47%, 1);
    --danger: hsla(354, 96%, 62%, 1);
    --success: hsla(162, 48%, 49%, 1);
    --info: hsla(207, 90%, 43%, 1);
    --switcher: hsla(0, 0%, 100%, 1);
    --inverse-color: hsla(38 ,22% ,90%, 1);
    --inverse-transparent-color: hsla(38 ,22% ,90%, .9);
    --inverse-text-color: hsla(230, 8%, 7%, 1);
    --inverse-focus-highlight: hsla(0, 3%, 52%, 0.25);
    --shadow-first: hsla(230, 8%, 7%, .1);
    --shadow-second: hsla(230, 8%, 7%, .3);
    --social-default-color: hsla(228, 8%, 22%, 1);
    --dev-icon-color: hsla(354, 96%, 62%, 1);
    --dev-link-color: hsla(280, 32%, 56%, 1);
  }
  
  [logo-dark] {
    display: none !important;
  }
}

@media (prefers-color-scheme: light) {
  :root {
    --color-scheme: light;
    --layout-color: hsla(220, 19%, 94%, 1);
    --paper-color: hsla(0, 0%, 100%, 1);
    --paper-color-transparent: hsla(0, 0%, 100%, .8);
    --border-color: hsla(207, 11%, 80%, 1);
    --input-color: hsla(220, 19%, 92%, 1);
    --main-text-color: hsla(230, 8%, 7%, 1);
    --muted-text-color: hsla(230, 0%, 34%, 1);
    --hint-text-color: hsla(230, 0%, 50%, 1);
    --icons: hsla(0, 0%, 43%, 1);
    --primary-color: hsla(31, 31%, 53%, 1);
    --primary-color-transparent: hsla(31, 31%, 53%, .3);
    --fill-btn-color: hsla(0, 0%, 98%, 1);
    --ripple-filled: hsla(0, 0%, 100%, 0.3);
    --focus-highlight: hsla(0, 0%, 35%, 0.1);
    --warning: hsla(40, 98%, 47%, 1);
    --danger: hsla(354, 96%, 62%, 1);
    --success: hsla(162, 48%, 49%, 1);
    --info: hsla(207, 90%, 55%, 1);
    --switcher: hsla(0, 0%, 100%, 1);
    --inverse-color: hsla(215 ,36% ,10%, 1);
    --inverse-transparent-color: hsla(215 ,36% ,10%, .9);
    --inverse-text-color: hsla(0, 0%, 90%, 1);
    --inverse-focus-highlight: hsla(0, 0%, 50%, 0.25);
    --shadow-first: hsla(224, 40%, 21%, .08);
    --shadow-second: hsla(224, 40%, 21%, .13);
    --social-default-color: hsla(220, 10%, 76%, 1);
    --dev-icon-color: hsla(354, 96%, 62%, 1);
    --dev-link-color: hsla(309, 43%, 30%, 1);
  }

  [logo-light] {
    display: none !important;
  }
}

/* [data-theme=dark] {
 }
  [data-theme=dark] [logo-dark] {
    display: none; }

[data-theme=light] {
 }
  [data-theme=light]  */

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.headerNav, .footerMenu, .drawerMenu, .social {
  margin: 0;
  padding: 0;
  list-style: none; }

.inputGroup__button, .headerCity__control, .headerMenu__button, .headerSliderMenu__button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  outline: none !important;
  cursor: pointer; }

.checkbox__control::after, .radio__control::after, .category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.section__container, .sector__container, .headline__container, .filter__container, .header__container, .searchbox__container, .footer__container, .mobileLocation__container, .promo__container, .cart__container, .checkout__container {
  width: calc(100% - var(--gap-big));
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .section__container, .sector__container, .headline__container, .filter__container, .header__container, .searchbox__container, .footer__container, .mobileLocation__container, .promo__container, .cart__container, .checkout__container {
      width: calc(100% - var(--gap-2)); } }

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100vw;
  min-width: var(--min-width);
  min-height: 100vh;
  padding: calc(var(--safe-top) + 162px) 0 0; }
  @media (max-width: 767.98px) {
    .layout {
      padding: calc(var(--safe-top) + 162px) 0 calc(var(--mobile-nav-height) + (var(--safe-bottom) / 2)); } }
  @media (max-width: 575.98px) {
    .layout {
      padding: calc(var(--safe-top) + 110px) 0 calc(var(--mobile-nav-height) + (var(--safe-bottom) / 2)); } }
  .layout--inner { 
    --sticky-offset: 85px;
    padding: calc(var(--safe-top) + 102px) 0 0; }
  @media (max-width: 767.98px) {
    .layout--inner {
      padding: calc(var(--safe-top) + 102px) 0 calc(var(--mobile-nav-height) + (var(--safe-bottom) / 2)); } }
  @media (max-width: 575.98px) {
    .layout--inner {
      padding: calc(var(--safe-top) + 50px) 0 calc(var(--mobile-nav-height) + (var(--safe-bottom) / 2)); } }
  .layout__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: var(--gap);
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-animation: fadeIn var(--speed) both;
            animation: fadeIn var(--speed) both; }
    @media (max-width: 575.98px) {
      .layout__main {
        margin-bottom: var(--gap); } }


@font-face {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/web-delivery/assets/css/../fonts/Geometria/Geometria-Light.woff2') format("woff2")
}

@font-face {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/web-delivery/assets/css/../fonts/Geometria/Geometria-Regular.woff2') format("woff2")
}

@font-face {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/web-delivery/assets/css/../fonts/Geometria/Geometria-Bold.woff2') format("woff2")
}

@font-face {
  font-family: "EuclidCircularA";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/web-delivery/assets/css/../fonts/EuclidCircularA/EuclidCircularA-Light.woff2") format("woff2"); }

@font-face {
  font-family: "EuclidCircularA";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/web-delivery/assets/css/../fonts/EuclidCircularA/EuclidCircularA-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "EuclidCircularA";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/web-delivery/assets/css/../fonts/EuclidCircularA/EuclidCircularA-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "EuclidCircularA";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/web-delivery/assets/css/../fonts/EuclidCircularA/EuclidCircularA-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "EuclidCircularA";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/web-delivery/assets/css/../fonts/EuclidCircularA/EuclidCircularA-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "FA Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/fontawesome/fa-brands-400.woff2") format("woff2"); }

@font-face {
  font-family: "FA Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/fontawesome/fa-regular-400.woff2") format("woff2"); }

@font-face {
  font-family: "FA Free";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/fontawesome/fa-solid-900.woff2") format("woff2"); }

@font-face {
  font-family: "feathericon";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/feathericon/feathericon.woff2") format("woff2"); }

@font-face {
  font-family: "iconsax";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/iconsax/iconsax.woff2") format("woff2"); }

@font-face {
  font-family: "bowtie";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/web-delivery/assets/css/../fonts/bowtie/bowtie.woff2") format("woff2"); }

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.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); }

.fa-flip-both, .fa-flip-horizontal.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,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }


.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fab {
  font-family: 'FA Brands';
  font-weight: 400; }

.far {
  font-family: 'FA Free';
  font-weight: 400; }

.fa,
.fas {
  font-family: 'FA Free';
  font-weight: 900; }

[class*="fe-"] {
  
  font-family: 'feathericon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fe-activity:before {
  content: "\e900"; }

.fe-airplay:before {
  content: "\e901"; }

.fe-alert-circle:before {
  content: "\e902"; }

.fe-alert-octagon:before {
  content: "\e903"; }

.fe-alert-triangle:before {
  content: "\e904"; }

.fe-align-center:before {
  content: "\e905"; }

.fe-align-justify:before {
  content: "\e906"; }

.fe-align-left:before {
  content: "\e907"; }

.fe-align-right:before {
  content: "\e908"; }

.fe-anchor:before {
  content: "\e909"; }

.fe-aperture:before {
  content: "\e90a"; }

.fe-archive:before {
  content: "\e90b"; }

.fe-arrow-down:before {
  content: "\e90c"; }

.fe-arrow-down-circle:before {
  content: "\e90d"; }

.fe-arrow-down-left:before {
  content: "\e90e"; }

.fe-arrow-down-right:before {
  content: "\e90f"; }

.fe-arrow-left:before {
  content: "\e910"; }

.fe-arrow-left-circle:before {
  content: "\e911"; }

.fe-arrow-right:before {
  content: "\e912"; }

.fe-arrow-right-circle:before {
  content: "\e913"; }

.fe-arrow-up:before {
  content: "\e914"; }

.fe-arrow-up-circle:before {
  content: "\e915"; }

.fe-arrow-up-left:before {
  content: "\e916"; }

.fe-arrow-up-right:before {
  content: "\e917"; }

.fe-at-sign:before {
  content: "\e918"; }

.fe-award:before {
  content: "\e919"; }

.fe-bar-chart:before {
  content: "\e91a"; }

.fe-bar-chart-2:before {
  content: "\e91b"; }

.fe-battery:before {
  content: "\e91c"; }

.fe-battery-charging:before {
  content: "\e91d"; }

.fe-bell:before {
  content: "\e91e"; }

.fe-bell-off:before {
  content: "\e91f"; }

.fe-bluetooth:before {
  content: "\e920"; }

.fe-bold:before {
  content: "\e921"; }

.fe-book:before {
  content: "\e922"; }

.fe-book-open:before {
  content: "\e923"; }

.fe-bookmark:before {
  content: "\e924"; }

.fe-box:before {
  content: "\e925"; }

.fe-briefcase:before {
  content: "\e926"; }

.fe-calendar:before {
  content: "\e927"; }

.fe-camera:before {
  content: "\e928"; }

.fe-camera-off:before {
  content: "\e929"; }

.fe-cast:before {
  content: "\e92a"; }

.fe-check:before {
  content: "\e92b"; }

.fe-check-circle:before {
  content: "\e92c"; }

.fe-check-square:before {
  content: "\e92d"; }

.fe-chevron-down:before {
  content: "\e92e"; }

.fe-chevron-left:before {
  content: "\e92f"; }

.fe-chevron-right:before {
  content: "\e930"; }

.fe-chevron-up:before {
  content: "\e931"; }

.fe-chevrons-down:before {
  content: "\e932"; }

.fe-chevrons-left:before {
  content: "\e933"; }

.fe-chevrons-right:before {
  content: "\e934"; }

.fe-chevrons-up:before {
  content: "\e935"; }

.fe-chrome:before {
  content: "\e936"; }

.fe-circle:before {
  content: "\e937"; }

.fe-clipboard:before {
  content: "\e938"; }

.fe-clock:before {
  content: "\e939"; }

.fe-cloud:before {
  content: "\e93a"; }

.fe-cloud-drizzle:before {
  content: "\e93b"; }

.fe-cloud-lightning:before {
  content: "\e93c"; }

.fe-cloud-off:before {
  content: "\e93d"; }

.fe-cloud-rain:before {
  content: "\e93e"; }

.fe-cloud-snow:before {
  content: "\e93f"; }

.fe-code:before {
  content: "\e940"; }

.fe-codepen:before {
  content: "\e941"; }

.fe-command:before {
  content: "\e942"; }

.fe-compass:before {
  content: "\e943"; }

.fe-copy:before {
  content: "\e944"; }

.fe-corner-down-left:before {
  content: "\e945"; }

.fe-corner-down-right:before {
  content: "\e946"; }

.fe-corner-left-down:before {
  content: "\e947"; }

.fe-corner-left-up:before {
  content: "\e948"; }

.fe-corner-right-down:before {
  content: "\e949"; }

.fe-corner-right-up:before {
  content: "\e94a"; }

.fe-corner-up-left:before {
  content: "\e94b"; }

.fe-corner-up-right:before {
  content: "\e94c"; }

.fe-cpu:before {
  content: "\e94d"; }

.fe-credit-card:before {
  content: "\e94e"; }

.fe-crop:before {
  content: "\e94f"; }

.fe-crosshair:before {
  content: "\e950"; }

.fe-database:before {
  content: "\e951"; }

.fe-delete:before {
  content: "\e952"; }

.fe-disc:before {
  content: "\e953"; }

.fe-dollar-sign:before {
  content: "\e954"; }

.fe-download:before {
  content: "\e955"; }

.fe-download-cloud:before {
  content: "\e956"; }

.fe-droplet:before {
  content: "\e957"; }

.fe-edit:before {
  content: "\e958"; }

.fe-edit-2:before {
  content: "\e959"; }

.fe-edit-3:before {
  content: "\e95a"; }

.fe-external-link:before {
  content: "\e95b"; }

.fe-eye:before {
  content: "\e95c"; }

.fe-eye-off:before {
  content: "\e95d"; }

.fe-facebook:before {
  content: "\e95e"; }

.fe-fast-forward:before {
  content: "\e95f"; }

.fe-feather:before {
  content: "\e960"; }

.fe-file:before {
  content: "\e961"; }

.fe-file-minus:before {
  content: "\e962"; }

.fe-file-plus:before {
  content: "\e963"; }

.fe-file-text:before {
  content: "\e964"; }

.fe-film:before {
  content: "\e965"; }

.fe-filter:before {
  content: "\e966"; }

.fe-flag:before {
  content: "\e967"; }

.fe-folder:before {
  content: "\e968"; }

.fe-folder-minus:before {
  content: "\e969"; }

.fe-folder-plus:before {
  content: "\e96a"; }

.fe-gift:before {
  content: "\e96b"; }

.fe-git-branch:before {
  content: "\e96c"; }

.fe-git-commit:before {
  content: "\e96d"; }

.fe-git-merge:before {
  content: "\e96e"; }

.fe-git-pull-request:before {
  content: "\e96f"; }

.fe-github:before {
  content: "\e970"; }

.fe-gitlab:before {
  content: "\e971"; }

.fe-globe:before {
  content: "\e972"; }

.fe-grid:before {
  content: "\e973"; }

.fe-hard-drive:before {
  content: "\e974"; }

.fe-hash:before {
  content: "\e975"; }

.fe-headphones:before {
  content: "\e976"; }

.fe-heart:before {
  content: "\e977"; }

.fe-help-circle:before {
  content: "\e978"; }

.fe-home:before {
  content: "\e979"; }

.fe-image:before {
  content: "\e97a"; }

.fe-inbox:before {
  content: "\e97b"; }

.fe-info:before {
  content: "\e97c"; }

.fe-instagram:before {
  content: "\e97d"; }

.fe-italic:before {
  content: "\e97e"; }

.fe-layers:before {
  content: "\e97f"; }

.fe-layout:before {
  content: "\e980"; }

.fe-life-buoy:before {
  content: "\e981"; }

.fe-link:before {
  content: "\e982"; }

.fe-link-2:before {
  content: "\e983"; }

.fe-linkedin:before {
  content: "\e984"; }

.fe-list:before {
  content: "\e985"; }

.fe-loader:before {
  content: "\e986"; }

.fe-lock:before {
  content: "\e987"; }

.fe-log-in:before {
  content: "\e988"; }

.fe-log-out:before {
  content: "\e989"; }

.fe-mail:before {
  content: "\e98a"; }

.fe-map:before {
  content: "\e98b"; }

.fe-map-pin:before {
  content: "\e98c"; }

.fe-maximize:before {
  content: "\e98d"; }

.fe-maximize-2:before {
  content: "\e98e"; }

.fe-menu:before {
  content: "\e98f"; }

.fe-message-circle:before {
  content: "\e990"; }

.fe-message-square:before {
  content: "\e991"; }

.fe-mic:before {
  content: "\e992"; }

.fe-mic-off:before {
  content: "\e993"; }

.fe-minimize:before {
  content: "\e994"; }

.fe-minimize-2:before {
  content: "\e995"; }

.fe-minus:before {
  content: "\e996"; }

.fe-minus-circle:before {
  content: "\e997"; }

.fe-minus-square:before {
  content: "\e998"; }

.fe-monitor:before {
  content: "\e999"; }

.fe-moon:before {
  content: "\e99a"; }

.fe-more-horizontal:before {
  content: "\e99b"; }

.fe-more-vertical:before {
  content: "\e99c"; }

.fe-move:before {
  content: "\e99d"; }

.fe-music:before {
  content: "\e99e"; }

.fe-navigation:before {
  content: "\e99f"; }

.fe-navigation-2:before {
  content: "\e9a0"; }

.fe-octagon:before {
  content: "\e9a1"; }

.fe-package:before {
  content: "\e9a2"; }

.fe-paperclip:before {
  content: "\e9a3"; }

.fe-pause:before {
  content: "\e9a4"; }

.fe-pause-circle:before {
  content: "\e9a5"; }

.fe-percent:before {
  content: "\e9a6"; }

.fe-phone:before {
  content: "\e9a7"; }

.fe-phone-call:before {
  content: "\e9a8"; }

.fe-phone-forwarded:before {
  content: "\e9a9"; }

.fe-phone-incoming:before {
  content: "\e9aa"; }

.fe-phone-missed:before {
  content: "\e9ab"; }

.fe-phone-off:before {
  content: "\e9ac"; }

.fe-phone-outgoing:before {
  content: "\e9ad"; }

.fe-pie-chart:before {
  content: "\e9ae"; }

.fe-play:before {
  content: "\e9af"; }

.fe-play-circle:before {
  content: "\e9b0"; }

.fe-plus:before {
  content: "\e9b1"; }

.fe-plus-circle:before {
  content: "\e9b2"; }

.fe-plus-square:before {
  content: "\e9b3"; }

.fe-pocket:before {
  content: "\e9b4"; }

.fe-power:before {
  content: "\e9b5"; }

.fe-printer:before {
  content: "\e9b6"; }

.fe-radio:before {
  content: "\e9b7"; }

.fe-refresh-ccw:before {
  content: "\e9b8"; }

.fe-refresh-cw:before {
  content: "\e9b9"; }

.fe-repeat:before {
  content: "\e9ba"; }

.fe-rewind:before {
  content: "\e9bb"; }

.fe-rotate-ccw:before {
  content: "\e9bc"; }

.fe-rotate-cw:before {
  content: "\e9bd"; }

.fe-rss:before {
  content: "\e9be"; }

.fe-save:before {
  content: "\e9bf"; }

.fe-scissors:before {
  content: "\e9c0"; }

.fe-search:before {
  content: "\e9c1"; }

.fe-send:before {
  content: "\e9c2"; }

.fe-server:before {
  content: "\e9c3"; }

.fe-settings:before {
  content: "\e9c4"; }

.fe-share:before {
  content: "\e9c5"; }

.fe-share-2:before {
  content: "\e9c6"; }

.fe-shield:before {
  content: "\e9c7"; }

.fe-shield-off:before {
  content: "\e9c8"; }

.fe-shopping-bag:before {
  content: "\e9c9"; }

.fe-shopping-cart:before {
  content: "\e9ca"; }

.fe-shuffle:before {
  content: "\e9cb"; }

.fe-sidebar:before {
  content: "\e9cc"; }

.fe-skip-back:before {
  content: "\e9cd"; }

.fe-skip-forward:before {
  content: "\e9ce"; }

.fe-slack:before {
  content: "\e9cf"; }

.fe-slash:before {
  content: "\e9d0"; }

.fe-sliders:before {
  content: "\e9d1"; }

.fe-smartphone:before {
  content: "\e9d2"; }

.fe-speaker:before {
  content: "\e9d3"; }

.fe-square:before {
  content: "\e9d4"; }

.fe-star:before {
  content: "\e9d5"; }

.fe-stop-circle:before {
  content: "\e9d6"; }

.fe-sun:before {
  content: "\e9d7"; }

.fe-sunrise:before {
  content: "\e9d8"; }

.fe-sunset:before {
  content: "\e9d9"; }

.fe-tablet:before {
  content: "\e9da"; }

.fe-tag:before {
  content: "\e9db"; }

.fe-target:before {
  content: "\e9dc"; }

.fe-terminal:before {
  content: "\e9dd"; }

.fe-thermometer:before {
  content: "\e9de"; }

.fe-thumbs-down:before {
  content: "\e9df"; }

.fe-thumbs-up:before {
  content: "\e9e0"; }

.fe-toggle-left:before {
  content: "\e9e1"; }

.fe-toggle-right:before {
  content: "\e9e2"; }

.fe-trash:before {
  content: "\e9e3"; }

.fe-trash-2:before {
  content: "\e9e4"; }

.fe-trending-down:before {
  content: "\e9e5"; }

.fe-trending-up:before {
  content: "\e9e6"; }

.fe-triangle:before {
  content: "\e9e7"; }

.fe-truck:before {
  content: "\e9e8"; }

.fe-tv:before {
  content: "\e9e9"; }

.fe-twitter:before {
  content: "\e9ea"; }

.fe-type:before {
  content: "\e9eb"; }

.fe-umbrella:before {
  content: "\e9ec"; }

.fe-underline:before {
  content: "\e9ed"; }

.fe-unlock:before {
  content: "\e9ee"; }

.fe-upload:before {
  content: "\e9ef"; }

.fe-upload-cloud:before {
  content: "\e9f0"; }

.fe-user:before {
  content: "\e9f1"; }

.fe-user-check:before {
  content: "\e9f2"; }

.fe-user-minus:before {
  content: "\e9f3"; }

.fe-user-plus:before {
  content: "\e9f4"; }

.fe-user-x:before {
  content: "\e9f5"; }

.fe-users:before {
  content: "\e9f6"; }

.fe-video:before {
  content: "\e9f7"; }

.fe-video-off:before {
  content: "\e9f8"; }

.fe-voicemail:before {
  content: "\e9f9"; }

.fe-volume:before {
  content: "\e9fa"; }

.fe-volume-1:before {
  content: "\e9fb"; }

.fe-volume-2:before {
  content: "\e9fc"; }

.fe-volume-x:before {
  content: "\e9fd"; }

.fe-watch:before {
  content: "\e9fe"; }

.fe-wifi:before {
  content: "\e9ff"; }

.fe-wifi-off:before {
  content: "\ea00"; }

.fe-wind:before {
  content: "\ea01"; }

.fe-x:before {
  content: "\ea02"; }

.fe-x-circle:before {
  content: "\ea03"; }

.fe-x-square:before {
  content: "\ea04"; }

.fe-youtube:before {
  content: "\ea05"; }

.fe-zap:before {
  content: "\ea06"; }

.fe-zap-off:before {
  content: "\ea07"; }

.fe-zoom-in:before {
  content: "\ea08"; }

.fe-zoom-out:before {
  content: "\ea09"; }

[class*="isax-"] {
  
  font-family: 'iconsax' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.isax-dcube:before {
  content: "\e901"; }

.isax-d-cube-scan:before {
  content: "\e902"; }

.isax-d-rotate:before {
  content: "\e903"; }

.isax-d-square:before {
  content: "\e904"; }

.isax-square:before {
  content: "\e905"; }

.isax-support:before {
  content: "\e906"; }

.isax-activity:before {
  content: "\e907"; }

.isax-add:before {
  content: "\e908"; }

.isax-add-circle:before {
  content: "\e909"; }

.isax-additem:before {
  content: "\e90a"; }

.isax-add-square:before {
  content: "\e90b"; }

.isax-airdrop:before {
  content: "\e90c"; }

.isax-airplane:before {
  content: "\e90d"; }

.isax-airplane-square:before {
  content: "\e90e"; }

.isax-airpod:before {
  content: "\e90f"; }

.isax-airpods:before {
  content: "\e910"; }

.isax-alarm:before {
  content: "\e911"; }

.isax-align-bottom:before {
  content: "\e912"; }

.isax-align-horizontally:before {
  content: "\e913"; }

.isax-align-left:before {
  content: "\e914"; }

.isax-align-right:before {
  content: "\e915"; }

.isax-align-vertically:before {
  content: "\e916"; }

.isax-aquarius:before {
  content: "\e917"; }

.isax-archive:before {
  content: "\e918"; }

.isax-archive-1:before {
  content: "\e919"; }

.isax-archive-2:before {
  content: "\e91a"; }

.isax-archive-add:before {
  content: "\e91b"; }

.isax-archive-book:before {
  content: "\e91c"; }

.isax-archive-minus:before {
  content: "\e91d"; }

.isax-archive-slash:before {
  content: "\e91e"; }

.isax-archive-tick:before {
  content: "\e91f"; }

.isax-arrange-circle:before {
  content: "\e920"; }

.isax-arrange-circle-2:before {
  content: "\e921"; }

.isax-arrange-square:before {
  content: "\e922"; }

.isax-arrange-square-2:before {
  content: "\e923"; }

.isax-arrow:before {
  content: "\e924"; }

.isax-arrow-2:before {
  content: "\e925"; }

.isax-arrow-3:before {
  content: "\e926"; }

.isax-arrow-bottom:before {
  content: "\e927"; }

.isax-arrow-circle-down:before {
  content: "\e928"; }

.isax-arrow-circle-left:before {
  content: "\e929"; }

.isax-arrow-circle-right:before {
  content: "\e92a"; }

.isax-arrow-circle-up:before {
  content: "\e92b"; }

.isax-arrow-down:before {
  content: "\e92c"; }

.isax-arrow-down-1:before {
  content: "\e92d"; }

.isax-arrow-down-2:before {
  content: "\e92e"; }

.isax-arrow-left:before {
  content: "\e92f"; }

.isax-arrow-left-1:before {
  content: "\e930"; }

.isax-arrow-left-2:before {
  content: "\e931"; }

.isax-arrow-left-3:before {
  content: "\e932"; }

.isax-arrow-right:before {
  content: "\e933"; }

.isax-arrow-right-1:before {
  content: "\e934"; }

.isax-arrow-right-2:before {
  content: "\e935"; }

.isax-arrow-right-3:before {
  content: "\e936"; }

.isax-arrow-right-4:before {
  content: "\e937"; }

.isax-arrow-square:before {
  content: "\e938"; }

.isax-arrow-square-down:before {
  content: "\e939"; }

.isax-arrow-square-left:before {
  content: "\e93a"; }

.isax-arrow-square-up:before {
  content: "\e93b"; }

.isax-arrow-swap:before {
  content: "\e93c"; }

.isax-arrow-swap-horizontal:before {
  content: "\e93d"; }

.isax-arrow-up:before {
  content: "\e93e"; }

.isax-arrow-up-1:before {
  content: "\e93f"; }

.isax-arrow-up-2:before {
  content: "\e940"; }

.isax-arrow-up-3:before {
  content: "\e941"; }

.isax-attach-circle:before {
  content: "\e942"; }

.isax-attach-square:before {
  content: "\e943"; }

.isax-audio-square:before {
  content: "\e944"; }

.isax-autobrightness:before {
  content: "\e945"; }

.isax-award:before {
  content: "\e946"; }

.isax-back-square:before {
  content: "\e947"; }

.isax-backward:before {
  content: "\e948"; }

.isax-backward-5-seconds:before {
  content: "\e949"; }

.isax-backward-10-seconds:before {
  content: "\e94a"; }

.isax-backward-15-seconds:before {
  content: "\e94b"; }

.isax-backward-item:before {
  content: "\e94c"; }

.isax-bag:before {
  content: "\e94d"; }

.isax-bag-2:before {
  content: "\e94e"; }

.isax-bag-cross:before {
  content: "\e94f"; }

.isax-bag-cross-1:before {
  content: "\e950"; }

.isax-bag-happy:before {
  content: "\e951"; }

.isax-bag-tick:before {
  content: "\e952"; }

.isax-bag-tick-2:before {
  content: "\e953"; }

.isax-bag-timer:before {
  content: "\e954"; }

.isax-bank:before {
  content: "\e955"; }

.isax-barcode:before {
  content: "\e956"; }

.isax-battery-3full:before {
  content: "\e957"; }

.isax-battery-charging:before {
  content: "\e958"; }

.isax-battery-disable:before {
  content: "\e959"; }

.isax-battery-empty:before {
  content: "\e95a"; }

.isax-battery-empty-1:before {
  content: "\e95b"; }

.isax-battery-full:before {
  content: "\e95c"; }

.isax-bezier:before {
  content: "\e95d"; }

.isax-bill:before {
  content: "\e95e"; }

.isax-bitcoin-card:before {
  content: "\e95f"; }

.isax-bitcoin-convert:before {
  content: "\e960"; }

.isax-bitcoin-refresh:before {
  content: "\e961"; }

.isax-blend:before {
  content: "\e962"; }

.isax-blend-2:before {
  content: "\e963"; }

.isax-bluetooth:before {
  content: "\e964"; }

.isax-bluetooth-2:before {
  content: "\e965"; }

.isax-bluetooth-circle:before {
  content: "\e966"; }

.isax-bluetooth-rectangle:before {
  content: "\e967"; }

.isax-blur:before {
  content: "\e968"; }

.isax-book:before {
  content: "\e969"; }

.isax-book-1:before {
  content: "\e96a"; }

.isax-bookmark:before {
  content: "\e96b"; }

.isax-bookmark-2:before {
  content: "\e96c"; }

.isax-book-saved:before {
  content: "\e96d"; }

.isax-book-square:before {
  content: "\e96e"; }

.isax-box:before {
  content: "\e96f"; }

.isax-box-1:before {
  content: "\e970"; }

.isax-box-2:before {
  content: "\e971"; }

.isax-box-add:before {
  content: "\e972"; }

.isax-box-remove:before {
  content: "\e973"; }

.isax-box-search:before {
  content: "\e974"; }

.isax-box-tick:before {
  content: "\e975"; }

.isax-box-time:before {
  content: "\e976"; }

.isax-briefcase:before {
  content: "\e977"; }

.isax-brifecase-cross:before {
  content: "\e978"; }

.isax-brifecase-tick:before {
  content: "\e979"; }

.isax-brifecase-timer:before {
  content: "\e97a"; }

.isax-broom:before {
  content: "\e97b"; }

.isax-brush:before {
  content: "\e97c"; }

.isax-brush-1:before {
  content: "\e97d"; }

.isax-brush-2:before {
  content: "\e97e"; }

.isax-brush-3:before {
  content: "\e97f"; }

.isax-brush-4:before {
  content: "\e980"; }

.isax-bubble:before {
  content: "\e981"; }

.isax-bucket:before {
  content: "\e982"; }

.isax-bucket-circle:before {
  content: "\e983"; }

.isax-bucket-square:before {
  content: "\e984"; }

.isax-building:before {
  content: "\e985"; }

.isax-building-3:before {
  content: "\e986"; }

.isax-building-4:before {
  content: "\e987"; }

.isax-buildings:before {
  content: "\e988"; }

.isax-buildings-2:before {
  content: "\e989"; }

.isax-buliding:before {
  content: "\e98a"; }

.isax-bus:before {
  content: "\e98b"; }

.isax-buy-crypto:before {
  content: "\e98c"; }

.isax-cake:before {
  content: "\e98d"; }

.isax-calculator:before {
  content: "\e98e"; }

.isax-calendar:before {
  content: "\e98f"; }

.isax-calendar-1:before {
  content: "\e990"; }

.isax-calendar-2:before {
  content: "\e991"; }

.isax-calendar-add:before {
  content: "\e992"; }

.isax-calendar-circle:before {
  content: "\e993"; }

.isax-calendar-edit:before {
  content: "\e994"; }

.isax-calendar-remove:before {
  content: "\e995"; }

.isax-calendar-search:before {
  content: "\e996"; }

.isax-calendar-tick:before {
  content: "\e997"; }

.isax-call:before {
  content: "\e998"; }

.isax-call-add:before {
  content: "\e999"; }

.isax-call-calling:before {
  content: "\e99a"; }

.isax-call-incoming:before {
  content: "\e99b"; }

.isax-call-minus:before {
  content: "\e99c"; }

.isax-call-outgoing:before {
  content: "\e99d"; }

.isax-call-received:before {
  content: "\e99e"; }

.isax-call-remove:before {
  content: "\e99f"; }

.isax-call-slash:before {
  content: "\e9a0"; }

.isax-camera:before {
  content: "\e9a1"; }

.isax-camera-slash:before {
  content: "\e9a2"; }

.isax-candle:before {
  content: "\e9a3"; }

.isax-candle-2:before {
  content: "\e9a4"; }

.isax-car:before {
  content: "\e9a5"; }

.isax-card:before {
  content: "\e9a6"; }

.isax-card-add:before {
  content: "\e9a7"; }

.isax-card-coin:before {
  content: "\e9a8"; }

.isax-card-edit:before {
  content: "\e9a9"; }

.isax-card-pos:before {
  content: "\e9aa"; }

.isax-card-receive:before {
  content: "\e9ab"; }

.isax-card-remove:before {
  content: "\e9ac"; }

.isax-card-remove-1:before {
  content: "\e9ad"; }

.isax-cards:before {
  content: "\e9ae"; }

.isax-card-send:before {
  content: "\e9af"; }

.isax-card-slash:before {
  content: "\e9b0"; }

.isax-card-tick:before {
  content: "\e9b1"; }

.isax-card-tick-1:before {
  content: "\e9b2"; }

.isax-category:before {
  content: "\e9b3"; }

.isax-category-2:before {
  content: "\e9b4"; }

.isax-cd:before {
  content: "\e9b5"; }

.isax-chart:before {
  content: "\e9b6"; }

.isax-chart-1:before {
  content: "\e9b7"; }

.isax-chart-2:before {
  content: "\e9b8"; }

.isax-chart-3:before {
  content: "\e9b9"; }

.isax-chart-21:before {
  content: "\e9ba"; }

.isax-chart-fail:before {
  content: "\e9bb"; }

.isax-chart-square:before {
  content: "\e9bc"; }

.isax-chart-success:before {
  content: "\e9bd"; }

.isax-check:before {
  content: "\e9be"; }

.isax-chrome:before {
  content: "\e9bf"; }

.isax-clipboard:before {
  content: "\e9c0"; }

.isax-clipboard-close:before {
  content: "\e9c1"; }

.isax-clipboard-export:before {
  content: "\e9c2"; }

.isax-clipboard-import:before {
  content: "\e9c3"; }

.isax-clipboard-text:before {
  content: "\e9c4"; }

.isax-clipboard-tick:before {
  content: "\e9c5"; }

.isax-clock:before {
  content: "\e9c6"; }

.isax-clock-1:before {
  content: "\e9c7"; }

.isax-close-circle:before {
  content: "\e9c8"; }

.isax-close-square:before {
  content: "\e9c9"; }

.isax-cloud:before {
  content: "\e9ca"; }

.isax-cloud-add:before {
  content: "\e9cb"; }

.isax-cloud-change:before {
  content: "\e9cc"; }

.isax-cloud-connection:before {
  content: "\e9cd"; }

.isax-cloud-cross:before {
  content: "\e9ce"; }

.isax-cloud-drizzle:before {
  content: "\e9cf"; }

.isax-cloud-fog:before {
  content: "\e9d0"; }

.isax-cloud-lightning:before {
  content: "\e9d1"; }

.isax-cloud-minus:before {
  content: "\e9d2"; }

.isax-cloud-notif:before {
  content: "\e9d3"; }

.isax-cloud-plus:before {
  content: "\e9d4"; }

.isax-cloud-remove:before {
  content: "\e9d5"; }

.isax-cloud-snow:before {
  content: "\e9d6"; }

.isax-cloud-sunny:before {
  content: "\e9d7"; }

.isax-code:before {
  content: "\e9d8"; }

.isax-code-1:before {
  content: "\e9d9"; }

.isax-code-circle:before {
  content: "\e9da"; }

.isax-coffee:before {
  content: "\e9db"; }

.isax-coin:before {
  content: "\e9dc"; }

.isax-coin-1:before {
  content: "\e9dd"; }

.isax-colorfilter:before {
  content: "\e9de"; }

.isax-colors-square:before {
  content: "\e9df"; }

.isax-color-swatch:before {
  content: "\e9e0"; }

.isax-command:before {
  content: "\e9e1"; }

.isax-command-square:before {
  content: "\e9e2"; }

.isax-component:before {
  content: "\e9e3"; }

.isax-computing:before {
  content: "\e9e4"; }

.isax-convert:before {
  content: "\e9e5"; }

.isax-convert-3d-cube:before {
  content: "\e9e6"; }

.isax-convert-card:before {
  content: "\e9e7"; }

.isax-convertshape:before {
  content: "\e9e8"; }

.isax-convertshape-2:before {
  content: "\e9e9"; }

.isax-copy:before {
  content: "\e9ea"; }

.isax-copyright:before {
  content: "\e9eb"; }

.isax-copy-success:before {
  content: "\e9ec"; }

.isax-courthouse:before {
  content: "\e9ed"; }

.isax-cpu:before {
  content: "\e9ee"; }

.isax-cpu-charge:before {
  content: "\e9ef"; }

.isax-cpu-setting:before {
  content: "\e9f0"; }

.isax-creative-commons:before {
  content: "\e9f1"; }

.isax-crop:before {
  content: "\e9f2"; }

.isax-crown:before {
  content: "\e9f3"; }

.isax-crown-1:before {
  content: "\e9f4"; }

.isax-cup:before {
  content: "\e9f5"; }

.isax-danger:before {
  content: "\e9f6"; }

.isax-data:before {
  content: "\e9f7"; }

.isax-data-2 .path1:before {
  content: "\e9f8";
  color: #292d32; }

.isax-data-2 .path2:before {
  content: "\e9f9";
  margin-left: -1em;
  color: #292d32; }

.isax-data-2 .path3:before {
  content: "\e9fa";
  margin-left: -1em;
  color: #292d32; }

.isax-data-2 .path4:before {
  content: "\e9fb";
  margin-left: -1em;
  color: #292d32; }

.isax-data-2 .path5:before {
  content: "\e9fc";
  margin-left: -1em;
  color: white; }

.isax-data-2 .path6:before {
  content: "\e9fd";
  margin-left: -1em;
  color: #292d32; }

.isax-data-2 .path7:before {
  content: "\e9fe";
  margin-left: -1em;
  color: #292d32; }

.isax-data-2 .path8:before {
  content: "\e9ff";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools:before {
  content: "\ea00"; }

.isax-device-message:before {
  content: "\ea01"; }

.isax-devices:before {
  content: "\ea02"; }

.isax-devices-1:before {
  content: "\ea03"; }

.isax-diagram:before {
  content: "\ea04"; }

.isax-diamonds:before {
  content: "\ea05"; }

.isax-direct:before {
  content: "\ea06"; }

.isax-directbox-default:before {
  content: "\ea07"; }

.isax-directbox-notif:before {
  content: "\ea08"; }

.isax-directbox-receive:before {
  content: "\ea09"; }

.isax-directbox-send:before {
  content: "\ea0a"; }

.isax-direct-down:before {
  content: "\ea0b"; }

.isax-direct-inbox:before {
  content: "\ea0c"; }

.isax-direct-left:before {
  content: "\ea0d"; }

.isax-direct-normal:before {
  content: "\ea0e"; }

.isax-direct-notification:before {
  content: "\ea0f"; }

.isax-direct-right:before {
  content: "\ea10"; }

.isax-direct-send:before {
  content: "\ea11"; }

.isax-direct-up:before {
  content: "\ea12"; }

.isax-discount-circle:before {
  content: "\ea13"; }

.isax-discount-shape:before {
  content: "\ea14"; }

.isax-discover:before {
  content: "\ea15"; }

.isax-discover-1:before {
  content: "\ea16"; }

.isax-dislike:before {
  content: "\ea17"; }

.isax-document:before {
  content: "\ea18"; }

.isax-document-1:before {
  content: "\ea19"; }

.isax-document-cloud:before {
  content: "\ea1a"; }

.isax-document-code:before {
  content: "\ea1b"; }

.isax-document-code-2:before {
  content: "\ea1c"; }

.isax-document-copy:before {
  content: "\ea1d"; }

.isax-document-download:before {
  content: "\ea1e"; }

.isax-document-favorite:before {
  content: "\ea1f"; }

.isax-document-filter:before {
  content: "\ea20"; }

.isax-document-forward:before {
  content: "\ea21"; }

.isax-document-like:before {
  content: "\ea22"; }

.isax-document-normal:before {
  content: "\ea23"; }

.isax-document-previous:before {
  content: "\ea24"; }

.isax-document-sketch:before {
  content: "\ea25"; }

.isax-document-text:before {
  content: "\ea26"; }

.isax-document-text-1:before {
  content: "\ea27"; }

.isax-document-upload:before {
  content: "\ea28"; }

.isax-dollar-circle:before {
  content: "\ea29"; }

.isax-dollar-square:before {
  content: "\ea2a"; }

.isax-driver:before {
  content: "\ea2b"; }

.isax-driver-2:before {
  content: "\ea2c"; }

.isax-driver-refresh:before {
  content: "\ea2d"; }

.isax-driving:before {
  content: "\ea2e"; }

.isax-edit:before {
  content: "\ea2f"; }

.isax-edit-2:before {
  content: "\ea30"; }

.isax-electricity:before {
  content: "\ea31"; }

.isax-element-2:before {
  content: "\ea32"; }

.isax-element-3:before {
  content: "\ea33"; }

.isax-element-4:before {
  content: "\ea34"; }

.isax-element-equal:before {
  content: "\ea35"; }

.isax-element-plus:before {
  content: "\ea36"; }

.isax-emoji-happy:before {
  content: "\ea37"; }

.isax-emoji-normal:before {
  content: "\ea38"; }

.isax-emoji-sad:before {
  content: "\ea39"; }

.isax-empty-wallet:before {
  content: "\ea3a"; }

.isax-empty-wallet-add:before {
  content: "\ea3b"; }

.isax-empty-wallet-change:before {
  content: "\ea3c"; }

.isax-empty-wallet-remove:before {
  content: "\ea3d"; }

.isax-empty-wallet-tick:before {
  content: "\ea3e"; }

.isax-empty-wallet-time:before {
  content: "\ea3f"; }

.isax-eraser:before {
  content: "\ea40"; }

.isax-eraser-1:before {
  content: "\ea41"; }

.isax-export:before {
  content: "\ea42"; }

.isax-export-1:before {
  content: "\ea43"; }

.isax-export-2:before {
  content: "\ea44"; }

.isax-export-3:before {
  content: "\ea45"; }

.isax-external-drive:before {
  content: "\ea46"; }

.isax-eye:before {
  content: "\ea47"; }

.isax-eye-slash:before {
  content: "\ea48"; }

.isax-fatrows:before {
  content: "\ea49"; }

.isax-favorite-chart:before {
  content: "\ea4a"; }

.isax-filter:before {
  content: "\ea4b"; }

.isax-filter-add:before {
  content: "\ea4c"; }

.isax-filter-edit:before {
  content: "\ea4d"; }

.isax-filter-remove:before {
  content: "\ea4e"; }

.isax-filter-search:before {
  content: "\ea4f"; }

.isax-filter-square:before {
  content: "\ea50"; }

.isax-filter-tick:before {
  content: "\ea51"; }

.isax-finger-cricle:before {
  content: "\ea52"; }

.isax-finger-scan:before {
  content: "\ea53"; }

.isax-firstline:before {
  content: "\ea54"; }

.isax-flag:before {
  content: "\ea55"; }

.isax-flag-2:before {
  content: "\ea56"; }

.isax-flash:before {
  content: "\ea57"; }

.isax-flash-1:before {
  content: "\ea58"; }

.isax-flash-circle:before {
  content: "\ea59"; }

.isax-flash-circle-1:before {
  content: "\ea5a"; }

.isax-flash-slash:before {
  content: "\ea5b"; }

.isax-folder:before {
  content: "\ea5c"; }

.isax-folder-2:before {
  content: "\ea5d"; }

.isax-folder-add:before {
  content: "\ea5e"; }

.isax-folder-cloud:before {
  content: "\ea5f"; }

.isax-folder-connection:before {
  content: "\ea60"; }

.isax-folder-cross:before {
  content: "\ea61"; }

.isax-folder-favorite:before {
  content: "\ea62"; }

.isax-folder-minus:before {
  content: "\ea63"; }

.isax-folder-open:before {
  content: "\ea64"; }

.isax-forbidden:before {
  content: "\ea65"; }

.isax-forbidden-2:before {
  content: "\ea66"; }

.isax-format-circle:before {
  content: "\ea67"; }

.isax-format-square:before {
  content: "\ea68"; }

.isax-forward:before {
  content: "\ea69"; }

.isax-forward-5-seconds:before {
  content: "\ea6a"; }

.isax-forward-10-seconds:before {
  content: "\ea6b"; }

.isax-forward-15-seconds:before {
  content: "\ea6c"; }

.isax-forward-item:before {
  content: "\ea6d"; }

.isax-forward-square:before {
  content: "\ea6e"; }

.isax-frame:before {
  content: "\ea6f"; }

.isax-frame-1:before {
  content: "\ea70"; }

.isax-frame-2:before {
  content: "\ea71"; }

.isax-frame-3:before {
  content: "\ea72"; }

.isax-frame-4:before {
  content: "\ea73"; }

.isax-gallery:before {
  content: "\ea74"; }

.isax-gallery-add:before {
  content: "\ea75"; }

.isax-gallery-edit:before {
  content: "\ea76"; }

.isax-gallery-export:before {
  content: "\ea77"; }

.isax-gallery-favorite:before {
  content: "\ea78"; }

.isax-gallery-import:before {
  content: "\ea79"; }

.isax-gallery-remove:before {
  content: "\ea7a"; }

.isax-gallery-slash:before {
  content: "\ea7b"; }

.isax-gallery-tick:before {
  content: "\ea7c"; }

.isax-game:before {
  content: "\ea7d"; }

.isax-gameboy:before {
  content: "\ea7e"; }

.isax-gas-station:before {
  content: "\ea7f"; }

.isax-gemini:before {
  content: "\ea80"; }

.isax-gemini-2:before {
  content: "\ea81"; }

.isax-ghost:before {
  content: "\ea82"; }

.isax-gift:before {
  content: "\ea83"; }

.isax-glass:before {
  content: "\ea84"; }

.isax-glass-1:before {
  content: "\ea85"; }

.isax-global:before {
  content: "\ea86"; }

.isax-global-edit:before {
  content: "\ea87"; }

.isax-global-refresh:before {
  content: "\ea88"; }

.isax-global-search:before {
  content: "\ea89"; }

.isax-gps:before {
  content: "\ea8a"; }

.isax-gps-slash:before {
  content: "\ea8b"; }

.isax-grammerly:before {
  content: "\ea8c"; }

.isax-graph:before {
  content: "\ea8d"; }

.isax-grid-1:before {
  content: "\ea8e"; }

.isax-grid-2:before {
  content: "\ea8f"; }

.isax-grid-3:before {
  content: "\ea90"; }

.isax-grid-4:before {
  content: "\ea91"; }

.isax-grid-5:before {
  content: "\ea92"; }

.isax-grid-6:before {
  content: "\ea93"; }

.isax-grid-7:before {
  content: "\ea94"; }

.isax-grid-8:before {
  content: "\ea95"; }

.isax-grid-9:before {
  content: "\ea96"; }

.isax-grid-edit:before {
  content: "\ea97"; }

.isax-grid-eraser:before {
  content: "\ea98"; }

.isax-grid-lock:before {
  content: "\ea99"; }

.isax-happyemoji:before {
  content: "\ea9a"; }

.isax-hashtag:before {
  content: "\ea9b"; }

.isax-hashtag-1:before {
  content: "\ea9c"; }

.isax-hashtag-down:before {
  content: "\ea9d"; }

.isax-hashtag-up:before {
  content: "\ea9e"; }

.isax-headphone:before {
  content: "\ea9f"; }

.isax-headphones:before {
  content: "\eaa0"; }

.isax-health:before {
  content: "\eaa1"; }

.isax-heart:before {
  content: "\eaa2"; }

.isax-heart-add:before {
  content: "\eaa3"; }

.isax-heart-circle:before {
  content: "\eaa4"; }

.isax-heart-edit:before {
  content: "\eaa5"; }

.isax-heart-remove:before {
  content: "\eaa6"; }

.isax-heart-search:before {
  content: "\eaa7"; }

.isax-heart-slash:before {
  content: "\eaa8"; }

.isax-heart-tick:before {
  content: "\eaa9"; }

.isax-hierarchy:before {
  content: "\eaaa"; }

.isax-hierarchy-2:before {
  content: "\eaab"; }

.isax-hierarchy-3:before {
  content: "\eaac"; }

.isax-hierarchy-square:before {
  content: "\eaad"; }

.isax-hierarchy-square-2:before {
  content: "\eaae"; }

.isax-hierarchy-square-3:before {
  content: "\eaaf"; }

.isax-home:before {
  content: "\eab0"; }

.isax-home-1:before {
  content: "\eab1"; }

.isax-home-2:before {
  content: "\eab2"; }

.isax-home-hashtag:before {
  content: "\eab3"; }

.isax-home-trend-down:before {
  content: "\eab4"; }

.isax-home-trend-up:before {
  content: "\eab5"; }

.isax-home-wifi:before {
  content: "\eab6"; }

.isax-hospital:before {
  content: "\eab7"; }

.isax-house:before {
  content: "\eab8"; }

.isax-house-2:before {
  content: "\eab9"; }

.isax-icon:before {
  content: "\eaba"; }

.isax-image:before {
  content: "\eabb"; }

.isax-import:before {
  content: "\eabc"; }

.isax-import-1:before {
  content: "\eabd"; }

.isax-import-2:before {
  content: "\eabe"; }

.isax-info-circle:before {
  content: "\eabf"; }

.isax-information:before {
  content: "\eac0"; }

.isax-instagram:before {
  content: "\eac1"; }

.isax-judge:before {
  content: "\eac2"; }

.isax-kanban:before {
  content: "\eac3"; }

.isax-key:before {
  content: "\eac4"; }

.isax-keyboard:before {
  content: "\eac5"; }

.isax-keyboard-open:before {
  content: "\eac6"; }

.isax-key-square:before {
  content: "\eac7"; }

.isax-lamp:before {
  content: "\eac8"; }

.isax-lamp-1:before {
  content: "\eac9"; }

.isax-lamp-charge:before {
  content: "\eaca"; }

.isax-lamp-on:before {
  content: "\eacb"; }

.isax-lamp-slash:before {
  content: "\eacc"; }

.isax-language-circle:before {
  content: "\eacd"; }

.isax-language-square:before {
  content: "\eace"; }

.isax-layer:before {
  content: "\eacf"; }

.isax-level:before {
  content: "\ead0"; }

.isax-lifebuoy:before {
  content: "\ead1"; }

.isax-like:before {
  content: "\ead2"; }

.isax-like-1:before {
  content: "\ead3"; }

.isax-like-dislike:before {
  content: "\ead4"; }

.isax-like-shapes:before {
  content: "\ead5"; }

.isax-like-tag:before {
  content: "\ead6"; }

.isax-link:before {
  content: "\ead7"; }

.isax-link-1:before {
  content: "\ead8"; }

.isax-link-2:before {
  content: "\ead9"; }

.isax-link-21:before {
  content: "\eada"; }

.isax-link-circle:before {
  content: "\eadb"; }

.isax-link-square:before {
  content: "\eadc"; }

.isax-location:before {
  content: "\eadd"; }

.isax-location-add:before {
  content: "\eade"; }

.isax-location-cross:before {
  content: "\eadf"; }

.isax-location-minus:before {
  content: "\eae0"; }

.isax-location-slash:before {
  content: "\eae1"; }

.isax-location-tick:before {
  content: "\eae2"; }

.isax-lock:before {
  content: "\eae3"; }

.isax-lock-1:before {
  content: "\eae4"; }

.isax-lock-circle:before {
  content: "\eae5"; }

.isax-lock-slash:before {
  content: "\eae6"; }

.isax-login:before {
  content: "\eae7"; }

.isax-login-1:before {
  content: "\eae8"; }

.isax-logout:before {
  content: "\eae9"; }

.isax-logout-1:before {
  content: "\eaea"; }

.isax-lovely:before {
  content: "\eaeb"; }

.isax-magicpen:before {
  content: "\eaec"; }

.isax-magic-star:before {
  content: "\eaed"; }

.isax-main-component:before {
  content: "\eaee"; }

.isax-man:before {
  content: "\eaef"; }

.isax-map:before {
  content: "\eaf0"; }

.isax-map-1:before {
  content: "\eaf1"; }

.isax-mask:before {
  content: "\eaf2"; }

.isax-mask-1:before {
  content: "\eaf3"; }

.isax-mask-2:before {
  content: "\eaf4"; }

.isax-math:before {
  content: "\eaf5"; }

.isax-maximize:before {
  content: "\eaf6"; }

.isax-maximize-1:before {
  content: "\eaf7"; }

.isax-maximize-2:before {
  content: "\eaf8"; }

.isax-maximize-3:before {
  content: "\eaf9"; }

.isax-maximize-4:before {
  content: "\eafa"; }

.isax-maximize-21:before {
  content: "\eafb"; }

.isax-maximize-circle:before {
  content: "\eafc"; }

.isax-medal:before {
  content: "\eafd"; }

.isax-medal-star:before {
  content: "\eafe"; }

.isax-menu:before {
  content: "\eaff"; }

.isax-menu-1:before {
  content: "\eb00"; }

.isax-menu-board:before {
  content: "\eb01"; }

.isax-message:before {
  content: "\eb02"; }

.isax-message-2:before {
  content: "\eb03"; }

.isax-message-add:before {
  content: "\eb04"; }

.isax-message-add-1:before {
  content: "\eb05"; }

.isax-message-circle:before {
  content: "\eb06"; }

.isax-message-edit:before {
  content: "\eb07"; }

.isax-message-favorite:before {
  content: "\eb08"; }

.isax-message-minus:before {
  content: "\eb09"; }

.isax-message-notif:before {
  content: "\eb0a"; }

.isax-message-programming:before {
  content: "\eb0b"; }

.isax-message-question:before {
  content: "\eb0c"; }

.isax-message-remove:before {
  content: "\eb0d"; }

.isax-messages:before {
  content: "\eb0e"; }

.isax-messages-1:before {
  content: "\eb0f"; }

.isax-messages-2:before {
  content: "\eb10"; }

.isax-messages-3:before {
  content: "\eb11"; }

.isax-message-search:before {
  content: "\eb12"; }

.isax-message-square:before {
  content: "\eb13"; }

.isax-message-text:before {
  content: "\eb14"; }

.isax-message-text-1:before {
  content: "\eb15"; }

.isax-message-tick:before {
  content: "\eb16"; }

.isax-message-time:before {
  content: "\eb17"; }

.isax-microphone:before {
  content: "\eb18"; }

.isax-microphone-2:before {
  content: "\eb19"; }

.isax-microphone-slash:before {
  content: "\eb1a"; }

.isax-microphone-slash-1:before {
  content: "\eb1b"; }

.isax-microscope:before {
  content: "\eb1c"; }

.isax-milk:before {
  content: "\eb1d"; }

.isax-mini-music-sqaure:before {
  content: "\eb1e"; }

.isax-minus:before {
  content: "\eb1f"; }

.isax-minus-cirlce:before {
  content: "\eb20"; }

.isax-minus-square:before {
  content: "\eb21"; }

.isax-mirror:before {
  content: "\eb22"; }

.isax-mirroring-screen:before {
  content: "\eb23"; }

.isax-mobile:before {
  content: "\eb24"; }

.isax-mobile-programming:before {
  content: "\eb25"; }

.isax-money:before {
  content: "\eb26"; }

.isax-money-2:before {
  content: "\eb27"; }

.isax-money-3:before {
  content: "\eb28"; }

.isax-money-4:before {
  content: "\eb29"; }

.isax-money-add:before {
  content: "\eb2a"; }

.isax-money-change:before {
  content: "\eb2b"; }

.isax-money-forbidden:before {
  content: "\eb2c"; }

.isax-money-recive:before {
  content: "\eb2d"; }

.isax-money-remove:before {
  content: "\eb2e"; }

.isax-moneys:before {
  content: "\eb2f"; }

.isax-money-send:before {
  content: "\eb30"; }

.isax-money-tick:before {
  content: "\eb31"; }

.isax-money-time:before {
  content: "\eb32"; }

.isax-monitor:before {
  content: "\eb33"; }

.isax-monitor-mobbile:before {
  content: "\eb34"; }

.isax-monitor-recorder:before {
  content: "\eb35"; }

.isax-moon:before {
  content: "\eb36"; }

.isax-more:before {
  content: "\eb37"; }

.isax-more-2:before {
  content: "\eb38"; }

.isax-more-circle:before {
  content: "\eb39"; }

.isax-more-square:before {
  content: "\eb3a"; }

.isax-mouse:before {
  content: "\eb3b"; }

.isax-mouse-1:before {
  content: "\eb3c"; }

.isax-mouse-circle:before {
  content: "\eb3d"; }

.isax-mouse-square:before {
  content: "\eb3e"; }

.isax-music:before {
  content: "\eb3f"; }

.isax-music-circle:before {
  content: "\eb40"; }

.isax-music-dashboard:before {
  content: "\eb41"; }

.isax-music-filter:before {
  content: "\eb42"; }

.isax-music-library-2:before {
  content: "\eb43"; }

.isax-musicnote:before {
  content: "\eb44"; }

.isax-music-play:before {
  content: "\eb45"; }

.isax-music-playlist:before {
  content: "\eb46"; }

.isax-music-square:before {
  content: "\eb47"; }

.isax-music-square-add:before {
  content: "\eb48"; }

.isax-music-square-remove:before {
  content: "\eb49"; }

.isax-music-square-search:before {
  content: "\eb4a"; }

.isax-next:before {
  content: "\eb4b"; }

.isax-note:before {
  content: "\eb4c"; }

.isax-note-1:before {
  content: "\eb4d"; }

.isax-note-2:before {
  content: "\eb4e"; }

.isax-note-21:before {
  content: "\eb4f"; }

.isax-note-add:before {
  content: "\eb50"; }

.isax-note-favorite:before {
  content: "\eb51"; }

.isax-note-remove:before {
  content: "\eb52"; }

.isax-note-square:before {
  content: "\eb53"; }

.isax-note-text:before {
  content: "\eb54"; }

.isax-notification:before {
  content: "\eb55"; }

.isax-notification-1:before {
  content: "\eb56"; }

.isax-notification-bing:before {
  content: "\eb57"; }

.isax-notification-circle:before {
  content: "\eb58"; }

.isax-notification-favorite:before {
  content: "\eb59"; }

.isax-notification-status:before {
  content: "\eb5a"; }

.isax-omega-circle:before {
  content: "\eb5b"; }

.isax-omega-square:before {
  content: "\eb5c"; }

.isax-paintbucket:before {
  content: "\eb5d"; }

.isax-paperclip:before {
  content: "\eb5e"; }

.isax-paperclip-2:before {
  content: "\eb5f"; }

.isax-password-check:before {
  content: "\eb60"; }

.isax-path:before {
  content: "\eb61"; }

.isax-path-2:before {
  content: "\eb62"; }

.isax-path-square:before {
  content: "\eb63"; }

.isax-pause:before {
  content: "\eb64"; }

.isax-pause-circle:before {
  content: "\eb65"; }

.isax-pen-add:before {
  content: "\eb66"; }

.isax-pen-close:before {
  content: "\eb67"; }

.isax-pen-remove:before {
  content: "\eb68"; }

.isax-pen-tool:before {
  content: "\eb69"; }

.isax-pen-tool-2:before {
  content: "\eb6a"; }

.isax-people:before {
  content: "\eb6b"; }

.isax-percentage-circle:before {
  content: "\eb6c"; }

.isax-percentage-square:before {
  content: "\eb6d"; }

.isax-personalcard:before {
  content: "\eb6e"; }

.isax-pet:before {
  content: "\eb6f"; }

.isax-pharagraphspacing:before {
  content: "\eb70"; }

.isax-picture-frame:before {
  content: "\eb71"; }

.isax-play:before {
  content: "\eb72"; }

.isax-play-add:before {
  content: "\eb73"; }

.isax-play-circle:before {
  content: "\eb74"; }

.isax-play-cricle:before {
  content: "\eb75"; }

.isax-play-remove:before {
  content: "\eb76"; }

.isax-presention-chart:before {
  content: "\eb77"; }

.isax-previous:before {
  content: "\eb78"; }

.isax-printer:before {
  content: "\eb79"; }

.isax-printer-slash:before {
  content: "\eb7a"; }

.isax-profile-2user:before {
  content: "\eb7b"; }

.isax-profile-add:before {
  content: "\eb7c"; }

.isax-profile-circle:before {
  content: "\eb7d"; }

.isax-profile-delete:before {
  content: "\eb7e"; }

.isax-profile-remove:before {
  content: "\eb7f"; }

.isax-profile-tick:before {
  content: "\eb80"; }

.isax-programming-arrow:before {
  content: "\eb81"; }

.isax-programming-arrows:before {
  content: "\eb82"; }

.isax-quote-down:before {
  content: "\eb83"; }

.isax-quote-down-circle:before {
  content: "\eb84"; }

.isax-quote-down-square:before {
  content: "\eb85"; }

.isax-quote-up:before {
  content: "\eb86"; }

.isax-quote-up-circle:before {
  content: "\eb87"; }

.isax-quote-up-square:before {
  content: "\eb88"; }

.isax-radar:before {
  content: "\eb89"; }

.isax-radar-1:before {
  content: "\eb8a"; }

.isax-radar-2:before {
  content: "\eb8b"; }

.isax-radio:before {
  content: "\eb8c"; }

.isax-ram:before {
  content: "\eb8d"; }

.isax-ram-2:before {
  content: "\eb8e"; }

.isax-ranking:before {
  content: "\eb8f"; }

.isax-ranking-1:before {
  content: "\eb90"; }

.isax-receipt:before {
  content: "\eb91"; }

.isax-receipt-1:before {
  content: "\eb92"; }

.isax-receipt-2:before {
  content: "\eb93"; }

.isax-receipt-2-1:before {
  content: "\eb94"; }

.isax-receipt-add:before {
  content: "\eb95"; }

.isax-receipt-discount:before {
  content: "\eb96"; }

.isax-receipt-disscount:before {
  content: "\eb97"; }

.isax-receipt-edit:before {
  content: "\eb98"; }

.isax-receipt-item:before {
  content: "\eb99"; }

.isax-receipt-minus:before {
  content: "\eb9a"; }

.isax-receipt-search:before {
  content: "\eb9b"; }

.isax-receipt-square:before {
  content: "\eb9c"; }

.isax-receipt-text:before {
  content: "\eb9d"; }

.isax-received:before {
  content: "\eb9e"; }

.isax-receive-square:before {
  content: "\eb9f"; }

.isax-receive-square-2:before {
  content: "\eba0"; }

.isax-record:before {
  content: "\eba1"; }

.isax-record-circle:before {
  content: "\eba2"; }

.isax-recovery-convert:before {
  content: "\eba3"; }

.isax-redo:before {
  content: "\eba4"; }

.isax-refresh:before {
  content: "\eba5"; }

.isax-refresh-2:before {
  content: "\eba6"; }

.isax-refresh-circle:before {
  content: "\eba7"; }

.isax-refresh-left-square:before {
  content: "\eba8"; }

.isax-refresh-right-square:before {
  content: "\eba9"; }

.isax-refresh-square-2:before {
  content: "\ebaa"; }

.isax-repeat:before {
  content: "\ebab"; }

.isax-repeat-circle:before {
  content: "\ebac"; }

.isax-repeate-music:before {
  content: "\ebad"; }

.isax-repeate-one:before {
  content: "\ebae"; }

.isax-reserve:before {
  content: "\ebaf"; }

.isax-rotate-left:before {
  content: "\ebb0"; }

.isax-rotate-left-1:before {
  content: "\ebb1"; }

.isax-rotate-right:before {
  content: "\ebb2"; }

.isax-rotate-right-1:before {
  content: "\ebb3"; }

.isax-route-square:before {
  content: "\ebb4"; }

.isax-routing:before {
  content: "\ebb5"; }

.isax-routing-2:before {
  content: "\ebb6"; }

.isax-row-horizontal:before {
  content: "\ebb7"; }

.isax-row-vertical:before {
  content: "\ebb8"; }

.isax-rulerpen:before {
  content: "\ebb9"; }

.isax-ruler:before {
  content: "\ebba"; }

.isax-safe-home:before {
  content: "\ebbb"; }

.isax-sagittarius:before {
  content: "\ebbc"; }

.isax-save-2:before {
  content: "\ebbd"; }

.isax-save-add:before {
  content: "\ebbe"; }

.isax-save-minus:before {
  content: "\ebbf"; }

.isax-save-remove:before {
  content: "\ebc0"; }

.isax-scan:before {
  content: "\ebc1"; }

.isax-scan-barcode:before {
  content: "\ebc2"; }

.isax-scanner:before {
  content: "\ebc3"; }

.isax-scanning:before {
  content: "\ebc4"; }

.isax-scissor:before {
  content: "\ebc5"; }

.isax-scissor-1:before {
  content: "\ebc6"; }

.isax-screenmirroring:before {
  content: "\ebc7"; }

.isax-scroll:before {
  content: "\ebc8"; }

.isax-search-favorite:before {
  content: "\ebc9"; }

.isax-search-favorite-1:before {
  content: "\ebca"; }

.isax-search-normal:before {
  content: "\ebcb"; }

.isax-search-normal-1:before {
  content: "\ebcc"; }

.isax-search-status:before {
  content: "\ebcd"; }

.isax-search-status-1:before {
  content: "\ebce"; }

.isax-search-zoom-in:before {
  content: "\ebcf"; }

.isax-search-zoom-in-1:before {
  content: "\ebd0"; }

.isax-search-zoom-out:before {
  content: "\ebd1"; }

.isax-search-zoom-out-1:before {
  content: "\ebd2"; }

.isax-security:before {
  content: "\ebd3"; }

.isax-security-card:before {
  content: "\ebd4"; }

.isax-security-safe:before {
  content: "\ebd5"; }

.isax-security-time:before {
  content: "\ebd6"; }

.isax-security-user:before {
  content: "\ebd7"; }

.isax-send:before {
  content: "\ebd8"; }

.isax-send-1:before {
  content: "\ebd9"; }

.isax-send-2:before {
  content: "\ebda"; }

.isax-send-sqaure-2:before {
  content: "\ebdb"; }

.isax-send-square:before {
  content: "\ebdc"; }

.isax-setting:before {
  content: "\ebdd"; }

.isax-setting-2:before {
  content: "\ebde"; }

.isax-setting-3:before {
  content: "\ebdf"; }

.isax-setting-4:before {
  content: "\ebe0"; }

.isax-setting-5:before {
  content: "\ebe1"; }

.isax-settings:before {
  content: "\ebe2"; }

.isax-shapes:before {
  content: "\ebe3"; }

.isax-shapes-1:before {
  content: "\ebe4"; }

.isax-share:before {
  content: "\ebe5"; }

.isax-shield:before {
  content: "\ebe6"; }

.isax-shield-cross:before {
  content: "\ebe7"; }

.isax-shield-search:before {
  content: "\ebe8"; }

.isax-shield-slash:before {
  content: "\ebe9"; }

.isax-shield-tick:before {
  content: "\ebea"; }

.isax-ship:before {
  content: "\ebeb"; }

.isax-shop:before {
  content: "\ebec"; }

.isax-shop-add:before {
  content: "\ebed"; }

.isax-shopping-bag:before {
  content: "\ebee"; }

.isax-shopping-cart:before {
  content: "\ebef"; }

.isax-shop-remove:before {
  content: "\ebf0"; }

.isax-shuffle:before {
  content: "\ebf1"; }

.isax-sidebar-bottom:before {
  content: "\ebf2"; }

.isax-sidebar-left:before {
  content: "\ebf3"; }

.isax-sidebar-right:before {
  content: "\ebf4"; }

.isax-sidebar-top:before {
  content: "\ebf5"; }

.isax-signpost:before {
  content: "\ebf6"; }

.isax-simcard:before {
  content: "\ebf7"; }

.isax-simcard-1:before {
  content: "\ebf8"; }

.isax-simcard-2:before {
  content: "\ebf9"; }

.isax-size:before {
  content: "\ebfa"; }

.isax-slash:before {
  content: "\ebfb"; }

.isax-slider:before {
  content: "\ebfc"; }

.isax-slider-horizontal:before {
  content: "\ebfd"; }

.isax-slider-horizontal-1:before {
  content: "\ebfe"; }

.isax-slider-vertical:before {
  content: "\ebff"; }

.isax-slider-vertical-1:before {
  content: "\ec00"; }

.isax-smallcaps:before {
  content: "\ec01"; }

.isax-smart-car:before {
  content: "\ec02"; }

.isax-smart-home:before {
  content: "\ec03"; }

.isax-smileys:before {
  content: "\ec04"; }

.isax-sms:before {
  content: "\ec05"; }

.isax-sms-edit:before {
  content: "\ec06"; }

.isax-sms-notification:before {
  content: "\ec07"; }

.isax-sms-search:before {
  content: "\ec08"; }

.isax-sms-star:before {
  content: "\ec09"; }

.isax-sms-tracking:before {
  content: "\ec0a"; }

.isax-sort:before {
  content: "\ec0b"; }

.isax-sound:before {
  content: "\ec0c"; }

.isax-speaker:before {
  content: "\ec0d"; }

.isax-speedometer:before {
  content: "\ec0e"; }

.isax-star:before {
  content: "\ec0f"; }

.isax-star-1:before {
  content: "\ec10"; }

.isax-star-slash:before {
  content: "\ec11"; }

.isax-status:before {
  content: "\ec12"; }

.isax-status-up:before {
  content: "\ec13"; }

.isax-sticker:before {
  content: "\ec14"; }

.isax-stickynote:before {
  content: "\ec15"; }

.isax-stop:before {
  content: "\ec16"; }

.isax-stop-circle:before {
  content: "\ec17"; }

.isax-story:before {
  content: "\ec18"; }

.isax-strongbox:before {
  content: "\ec19"; }

.isax-strongbox-2:before {
  content: "\ec1a"; }

.isax-subtitle:before {
  content: "\ec1b"; }

.isax-sun:before {
  content: "\ec1c"; }

.isax-sun-1:before {
  content: "\ec1d"; }

.isax-sun-fog:before {
  content: "\ec1e"; }

.isax-tag:before {
  content: "\ec1f"; }

.isax-tag-2:before {
  content: "\ec20"; }

.isax-tag-cross:before {
  content: "\ec21"; }

.isax-tag-right:before {
  content: "\ec22"; }

.isax-tag-user:before {
  content: "\ec23"; }

.isax-task:before {
  content: "\ec24"; }

.isax-task-square:before {
  content: "\ec25"; }

.isax-teacher:before {
  content: "\ec26"; }

.isax-text:before {
  content: "\ec27"; }

.isax-textalign-center:before {
  content: "\ec28"; }

.isax-textalign-justifycenter:before {
  content: "\ec29"; }

.isax-textalign-justifyleft:before {
  content: "\ec2a"; }

.isax-textalign-justifyright:before {
  content: "\ec2b"; }

.isax-textalign-left:before {
  content: "\ec2c"; }

.isax-textalign-right:before {
  content: "\ec2d"; }

.isax-text-block:before {
  content: "\ec2e"; }

.isax-text-bold:before {
  content: "\ec2f"; }

.isax-text-italic:before {
  content: "\ec30"; }

.isax-text-underline:before {
  content: "\ec31"; }

.isax-tick-circle:before {
  content: "\ec32"; }

.isax-ticket:before {
  content: "\ec33"; }

.isax-ticket-2:before {
  content: "\ec34"; }

.isax-ticket-discount:before {
  content: "\ec35"; }

.isax-ticket-expired:before {
  content: "\ec36"; }

.isax-ticket-star:before {
  content: "\ec37"; }

.isax-tick-square:before {
  content: "\ec38"; }

.isax-timer:before {
  content: "\ec39"; }

.isax-timer-1:before {
  content: "\ec3a"; }

.isax-timer-pause:before {
  content: "\ec3b"; }

.isax-timer-start:before {
  content: "\ec3c"; }

.isax-toggle-off:before {
  content: "\ec3d"; }

.isax-toggle-off-circle:before {
  content: "\ec3e"; }

.isax-toggle-on:before {
  content: "\ec3f"; }

.isax-toggle-on-circle:before {
  content: "\ec40"; }

.isax-trade:before {
  content: "\ec41"; }

.isax-transaction-minus:before {
  content: "\ec42"; }

.isax-translate:before {
  content: "\ec43"; }

.isax-trash:before {
  content: "\ec44"; }

.isax-tree:before {
  content: "\ec45"; }

.isax-trend-down:before {
  content: "\ec46"; }

.isax-trend-up:before {
  content: "\ec47"; }

.isax-triangle:before {
  content: "\ec48"; }

.isax-truck:before {
  content: "\ec49"; }

.isax-truck-fast:before {
  content: "\ec4a"; }

.isax-truck-remove:before {
  content: "\ec4b"; }

.isax-truck-tick:before {
  content: "\ec4c"; }

.isax-truck-time:before {
  content: "\ec4d"; }

.isax-trush-square:before {
  content: "\ec4e"; }

.isax-undo:before {
  content: "\ec4f"; }

.isax-unlimited:before {
  content: "\ec50"; }

.isax-unlock:before {
  content: "\ec51"; }

.isax-user:before {
  content: "\ec52"; }

.isax-user-add:before {
  content: "\ec53"; }

.isax-user-cirlce-add:before {
  content: "\ec54"; }

.isax-user-edit:before {
  content: "\ec55"; }

.isax-user-minus:before {
  content: "\ec56"; }

.isax-user-octagon:before {
  content: "\ec57"; }

.isax-user-remove:before {
  content: "\ec58"; }

.isax-user-search:before {
  content: "\ec59"; }

.isax-user-square:before {
  content: "\ec5a"; }

.isax-user-tag:before {
  content: "\ec5b"; }

.isax-user-tick:before {
  content: "\ec5c"; }

.isax-verify:before {
  content: "\ec5d"; }

.isax-video:before {
  content: "\ec5e"; }

.isax-video-add:before {
  content: "\ec5f"; }

.isax-video-circle:before {
  content: "\ec60"; }

.isax-video-horizontal:before {
  content: "\ec61"; }

.isax-video-octagon:before {
  content: "\ec62"; }

.isax-video-play:before {
  content: "\ec63"; }

.isax-video-remove:before {
  content: "\ec64"; }

.isax-video-slash:before {
  content: "\ec65"; }

.isax-video-square:before {
  content: "\ec66"; }

.isax-video-tick:before {
  content: "\ec67"; }

.isax-video-time:before {
  content: "\ec68"; }

.isax-video-vertical:before {
  content: "\ec69"; }

.isax-voice-cricle:before {
  content: "\ec6a"; }

.isax-voice-square:before {
  content: "\ec6b"; }

.isax-volume-cross:before {
  content: "\ec6c"; }

.isax-volume-high:before {
  content: "\ec6d"; }

.isax-volume-low:before {
  content: "\ec6e"; }

.isax-volume-low-1:before {
  content: "\ec6f"; }

.isax-volume-mute:before {
  content: "\ec70"; }

.isax-volume-slash:before {
  content: "\ec71"; }

.isax-volume-up:before {
  content: "\ec72"; }

.isax-wallet:before {
  content: "\ec73"; }

.isax-wallet-1:before {
  content: "\ec74"; }

.isax-wallet-2:before {
  content: "\ec75"; }

.isax-wallet-3:before {
  content: "\ec76"; }

.isax-wallet-add:before {
  content: "\ec77"; }

.isax-wallet-add-1:before {
  content: "\ec78"; }

.isax-wallet-check:before {
  content: "\ec79"; }

.isax-wallet-minus:before {
  content: "\ec7a"; }

.isax-wallet-money:before {
  content: "\ec7b"; }

.isax-wallet-remove:before {
  content: "\ec7c"; }

.isax-wallet-search:before {
  content: "\ec7d"; }

.isax-warning-2:before {
  content: "\ec7e"; }

.isax-watch:before {
  content: "\ec7f"; }

.isax-watch-status:before {
  content: "\ec80"; }

.isax-weight:before {
  content: "\ec81"; }

.isax-weight-1:before {
  content: "\ec82"; }

.isax-wifi:before {
  content: "\ec83"; }

.isax-wifi-square:before {
  content: "\ec84"; }

.isax-wind:before {
  content: "\ec85"; }

.isax-wind-2:before {
  content: "\ec86"; }

.isax-woman:before {
  content: "\ec87"; }

.isax-dcube1 .path1:before {
  content: "\ec88";
  color: #292d32; }

.isax-dcube1 .path2:before {
  content: "\ec89";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-dcube1 .path3:before {
  content: "\ec8a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-d-cube-scan1 .path1:before {
  content: "\ec8b";
  color: #292d32;
  opacity: 0.4; }

.isax-d-cube-scan1 .path2:before {
  content: "\ec8c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-d-cube-scan1 .path3:before {
  content: "\ec8d";
  margin-left: -1em;
  color: #292d32; }

.isax-d-cube-scan1 .path4:before {
  content: "\ec8e";
  margin-left: -1em;
  color: #292d32; }

.isax-d-cube-scan1 .path5:before {
  content: "\ec8f";
  margin-left: -1em;
  color: #292d32; }

.isax-d-rotate1 .path1:before {
  content: "\ec90";
  color: #292d32; }

.isax-d-rotate1 .path2:before {
  content: "\ec91";
  margin-left: -1em;
  color: #292d32; }

.isax-d-rotate1 .path3:before {
  content: "\ec92";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-d-rotate1 .path4:before {
  content: "\ec93";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-d-square1 .path1:before {
  content: "\ec94";
  color: #292d32;
  opacity: 0.4; }

.isax-d-square1 .path2:before {
  content: "\ec95";
  margin-left: -1em;
  color: #292d32; }

.isax-d-square1 .path3:before {
  content: "\ec96";
  margin-left: -1em;
  color: #292d32; }

.isax-d-square1 .path4:before {
  content: "\ec97";
  margin-left: -1em;
  color: #292d32; }

.isax-square1 .path1:before {
  content: "\ec98";
  color: #292d32;
  opacity: 0.4; }

.isax-square1 .path2:before {
  content: "\ec99";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-square1 .path3:before {
  content: "\ec9a";
  margin-left: -1em;
  color: #292d32; }

.isax-support1 .path1:before {
  content: "\ec9b";
  color: #292d32;
  opacity: 0.4; }

.isax-support1 .path2:before {
  content: "\ec9c";
  margin-left: -1em;
  color: #292d32; }

.isax-support1 .path3:before {
  content: "\ec9d";
  margin-left: -1em;
  color: #292d32; }

.isax-activity1 .path1:before {
  content: "\ec9e";
  color: #292d32;
  opacity: 0.4; }

.isax-activity1 .path2:before {
  content: "\ec9f";
  margin-left: -1em;
  color: #292d32; }

.isax-add1 .path1:before {
  content: "\eca0";
  color: #292d32;
  opacity: 0.4; }

.isax-add1 .path2:before {
  content: "\eca1";
  margin-left: -1em;
  color: #292d32; }

.isax-add-circle1 .path1:before {
  content: "\eca2";
  color: #292d32;
  opacity: 0.4; }

.isax-add-circle1 .path2:before {
  content: "\eca3";
  margin-left: -1em;
  color: #292d32; }

.isax-additem1 .path1:before {
  content: "\eca4";
  color: #292d32;
  opacity: 0.4; }

.isax-additem1 .path2:before {
  content: "\eca5";
  margin-left: -1em;
  color: #292d32; }

.isax-additem1 .path3:before {
  content: "\eca6";
  margin-left: -1em;
  color: #292d32; }

.isax-add-square1 .path1:before {
  content: "\eca7";
  color: #292d32;
  opacity: 0.4; }

.isax-add-square1 .path2:before {
  content: "\eca8";
  margin-left: -1em;
  color: #292d32; }

.isax-airdrop1 .path1:before {
  content: "\eca9";
  color: #292d32; }

.isax-airdrop1 .path2:before {
  content: "\ecaa";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-airdrop1 .path3:before {
  content: "\ecab";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-airdrop1 .path4:before {
  content: "\ecac";
  margin-left: -1em;
  color: #292d32; }

.isax-airplane1 .path1:before {
  content: "\ecad";
  color: #292d32; }

.isax-airplane1 .path2:before {
  content: "\ecae";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-airplane-square1 .path1:before {
  content: "\ecaf";
  color: #292d32;
  opacity: 0.4; }

.isax-airplane-square1 .path2:before {
  content: "\ecb0";
  margin-left: -1em;
  color: #292d32; }

.isax-airpod1 .path1:before {
  content: "\ecb1";
  color: #292d32;
  opacity: 0.4; }

.isax-airpod1 .path2:before {
  content: "\ecb2";
  margin-left: -1em;
  color: #292d32; }

.isax-airpods1 .path1:before {
  content: "\ecb3";
  color: #292d32;
  opacity: 0.4; }

.isax-airpods1 .path2:before {
  content: "\ecb4";
  margin-left: -1em;
  color: #292d32; }

.isax-airpods1 .path3:before {
  content: "\ecb5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-airpods1 .path4:before {
  content: "\ecb6";
  margin-left: -1em;
  color: #292d32; }

.isax-airpods1 .path5:before {
  content: "\ecb7";
  margin-left: -1em;
  color: #292d32; }

.isax-airpods1 .path6:before {
  content: "\ecb8";
  margin-left: -1em;
  color: #292d32; }

.isax-alarm1 .path1:before {
  content: "\ecb9";
  color: #292d32;
  opacity: 0.4; }

.isax-alarm1 .path2:before {
  content: "\ecba";
  margin-left: -1em;
  color: #292d32; }

.isax-alarm1 .path3:before {
  content: "\ecbb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-alarm1 .path4:before {
  content: "\ecbc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-alarm1 .path5:before {
  content: "\ecbd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-align-bottom1 .path1:before {
  content: "\ecbe";
  color: #292d32; }

.isax-align-bottom1 .path2:before {
  content: "\ecbf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-align-bottom1 .path3:before {
  content: "\ecc0";
  margin-left: -1em;
  color: #292d32; }

.isax-align-horizontally1 .path1:before {
  content: "\ecc1";
  color: #292d32; }

.isax-align-horizontally1 .path2:before {
  content: "\ecc2";
  margin-left: -1em;
  color: #292d32; }

.isax-align-horizontally1 .path3:before {
  content: "\ecc3";
  margin-left: -1em;
  color: #292d32; }

.isax-align-horizontally1 .path4:before {
  content: "\ecc4";
  margin-left: -1em;
  color: #292d32; }

.isax-align-horizontally1 .path5:before {
  content: "\ecc5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-align-left1 .path1:before {
  content: "\ecc6";
  color: #292d32; }

.isax-align-left1 .path2:before {
  content: "\ecc7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-align-left1 .path3:before {
  content: "\ecc8";
  margin-left: -1em;
  color: #292d32; }

.isax-align-right1 .path1:before {
  content: "\ecc9";
  color: #292d32; }

.isax-align-right1 .path2:before {
  content: "\ecca";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-align-right1 .path3:before {
  content: "\eccb";
  margin-left: -1em;
  color: #292d32; }

.isax-align-vertically1 .path1:before {
  content: "\eccc";
  color: #292d32; }

.isax-align-vertically1 .path2:before {
  content: "\eccd";
  margin-left: -1em;
  color: #292d32; }

.isax-align-vertically1 .path3:before {
  content: "\ecce";
  margin-left: -1em;
  color: #292d32; }

.isax-align-vertically1 .path4:before {
  content: "\eccf";
  margin-left: -1em;
  color: #292d32; }

.isax-align-vertically1 .path5:before {
  content: "\ecd0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-aquarius1 .path1:before {
  content: "\ecd1";
  color: #292d32; }

.isax-aquarius1 .path2:before {
  content: "\ecd2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-archive1 .path1:before {
  content: "\ecd3";
  color: #292d32;
  opacity: 0.4; }

.isax-archive1 .path2:before {
  content: "\ecd4";
  margin-left: -1em;
  color: #292d32; }

.isax-archive1 .path3:before {
  content: "\ecd5";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-11 .path1:before {
  content: "\ecd6";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-11 .path2:before {
  content: "\ecd7";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-21 .path1:before {
  content: "\ecd8";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-21 .path2:before {
  content: "\ecd9";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-add1 .path1:before {
  content: "\ecda";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-add1 .path2:before {
  content: "\ecdb";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-book1 .path1:before {
  content: "\ecdc";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-book1 .path2:before {
  content: "\ecdd";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-book1 .path3:before {
  content: "\ecde";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-book1 .path4:before {
  content: "\ecdf";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-minus1 .path1:before {
  content: "\ece0";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-minus1 .path2:before {
  content: "\ece1";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-slash1 .path1:before {
  content: "\ece2";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-slash1 .path2:before {
  content: "\ece3";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-slash1 .path3:before {
  content: "\ece4";
  margin-left: -1em;
  color: #292d32; }

.isax-archive-tick1 .path1:before {
  content: "\ece5";
  color: #292d32;
  opacity: 0.4; }

.isax-archive-tick1 .path2:before {
  content: "\ece6";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-circle1 .path1:before {
  content: "\ece7";
  color: #292d32;
  opacity: 0.4; }

.isax-arrange-circle1 .path2:before {
  content: "\ece8";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-circle1 .path3:before {
  content: "\ece9";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-circle-21 .path1:before {
  content: "\ecea";
  color: #292d32;
  opacity: 0.4; }

.isax-arrange-circle-21 .path2:before {
  content: "\eceb";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-circle-21 .path3:before {
  content: "\ecec";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-square1 .path1:before {
  content: "\eced";
  color: #292d32;
  opacity: 0.4; }

.isax-arrange-square1 .path2:before {
  content: "\ecee";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-square1 .path3:before {
  content: "\ecef";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-square-21 .path1:before {
  content: "\ecf0";
  color: #292d32;
  opacity: 0.4; }

.isax-arrange-square-21 .path2:before {
  content: "\ecf1";
  margin-left: -1em;
  color: #292d32; }

.isax-arrange-square-21 .path3:before {
  content: "\ecf2";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow1 .path1:before {
  content: "\ecf3";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow1 .path2:before {
  content: "\ecf4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-arrow1 .path3:before {
  content: "\ecf5";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow1 .path4:before {
  content: "\ecf6";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow1 .path5:before {
  content: "\ecf7";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow1 .path6:before {
  content: "\ecf8";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-21 .path1:before {
  content: "\ecf9";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-21 .path2:before {
  content: "\ecfa";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-31 .path1:before {
  content: "\ecfb";
  color: #292d32; }

.isax-arrow-31 .path2:before {
  content: "\ecfc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-bottom1 .path1:before {
  content: "\ecfd";
  color: #292d32; }

.isax-arrow-bottom1 .path2:before {
  content: "\ecfe";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-circle-down1 .path1:before {
  content: "\ecff";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-circle-down1 .path2:before {
  content: "\ed00";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-circle-left1 .path1:before {
  content: "\ed01";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-circle-left1 .path2:before {
  content: "\ed02";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-circle-right1 .path1:before {
  content: "\ed03";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-circle-right1 .path2:before {
  content: "\ed04";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-circle-up1 .path1:before {
  content: "\ed05";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-circle-up1 .path2:before {
  content: "\ed06";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-down1 .path1:before {
  content: "\ed07";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-down1 .path2:before {
  content: "\ed08";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-down-11 .path1:before {
  content: "\ed09";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-down-11 .path2:before {
  content: "\ed0a";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-down-21 .path1:before {
  content: "\ed0b";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-down-21 .path2:before {
  content: "\ed0c";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-left1 .path1:before {
  content: "\ed0d";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-left1 .path2:before {
  content: "\ed0e";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-left-11 .path1:before {
  content: "\ed0f";
  color: #292d32; }

.isax-arrow-left-11 .path2:before {
  content: "\ed10";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-left-21 .path1:before {
  content: "\ed11";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-left-21 .path2:before {
  content: "\ed12";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-left-31 .path1:before {
  content: "\ed13";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-left-31 .path2:before {
  content: "\ed14";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-right1 .path1:before {
  content: "\ed15";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-right1 .path2:before {
  content: "\ed16";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-right-11 .path1:before {
  content: "\ed17";
  color: #292d32; }

.isax-arrow-right-11 .path2:before {
  content: "\ed18";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-right-21 .path1:before {
  content: "\ed19";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-right-21 .path2:before {
  content: "\ed1a";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-right-31 .path1:before {
  content: "\ed1b";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-right-31 .path2:before {
  content: "\ed1c";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-square1 .path1:before {
  content: "\ed1d";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-square1 .path2:before {
  content: "\ed1e";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-square-down1 .path1:before {
  content: "\ed1f";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-square-down1 .path2:before {
  content: "\ed20";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-square-left1 .path1:before {
  content: "\ed21";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-square-left1 .path2:before {
  content: "\ed22";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-square-right .path1:before {
  content: "\ed23";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-square-right .path2:before {
  content: "\ed24";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-square-up1 .path1:before {
  content: "\ed25";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-square-up1 .path2:before {
  content: "\ed26";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-swap1 .path1:before {
  content: "\ed27";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-swap1 .path2:before {
  content: "\ed28";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-swap1 .path3:before {
  content: "\ed29";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-swap-horizontal1 .path1:before {
  content: "\ed2a";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-swap-horizontal1 .path2:before {
  content: "\ed2b";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-swap-horizontal1 .path3:before {
  content: "\ed2c";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-up1 .path1:before {
  content: "\ed2d";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-up1 .path2:before {
  content: "\ed2e";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-up-11 .path1:before {
  content: "\ed2f";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-up-11 .path2:before {
  content: "\ed30";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-up-21 .path1:before {
  content: "\ed31";
  color: #292d32;
  opacity: 0.4; }

.isax-arrow-up-21 .path2:before {
  content: "\ed32";
  margin-left: -1em;
  color: #292d32; }

.isax-arrow-up-31 .path1:before {
  content: "\ed33";
  color: #292d32; }

.isax-arrow-up-31 .path2:before {
  content: "\ed34";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-attach-circle1 .path1:before {
  content: "\ed35";
  color: #292d32;
  opacity: 0.4; }

.isax-attach-circle1 .path2:before {
  content: "\ed36";
  margin-left: -1em;
  color: #292d32; }

.isax-attach-square1 .path1:before {
  content: "\ed37";
  color: #292d32;
  opacity: 0.4; }

.isax-attach-square1 .path2:before {
  content: "\ed38";
  margin-left: -1em;
  color: #292d32; }

.isax-audio-square1 .path1:before {
  content: "\ed39";
  color: #292d32;
  opacity: 0.4; }

.isax-audio-square1 .path2:before {
  content: "\ed3a";
  margin-left: -1em;
  color: #292d32; }

.isax-autobrightness1 .path1:before {
  content: "\ed3b";
  color: #292d32;
  opacity: 0.4; }

.isax-autobrightness1 .path2:before {
  content: "\ed3c";
  margin-left: -1em;
  color: #292d32; }

.isax-autobrightness1 .path3:before {
  content: "\ed3d";
  margin-left: -1em;
  color: #292d32; }

.isax-award1 .path1:before {
  content: "\ed3e";
  color: #292d32;
  opacity: 0.4; }

.isax-award1 .path2:before {
  content: "\ed3f";
  margin-left: -1em;
  color: #292d32; }

.isax-award1 .path3:before {
  content: "\ed40";
  margin-left: -1em;
  color: #292d32; }

.isax-back-square1 .path1:before {
  content: "\ed41";
  color: #292d32;
  opacity: 0.4; }

.isax-back-square1 .path2:before {
  content: "\ed42";
  margin-left: -1em;
  color: #292d32; }

.isax-backward1 .path1:before {
  content: "\ed43";
  color: #292d32;
  opacity: 0.4; }

.isax-backward1 .path2:before {
  content: "\ed44";
  margin-left: -1em;
  color: #292d32; }

.isax-backward-5-seconds1 .path1:before {
  content: "\ed45";
  color: #292d32; }

.isax-backward-5-seconds1 .path2:before {
  content: "\ed46";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-backward-10-seconds1 .path1:before {
  content: "\ed47";
  color: #292d32; }

.isax-backward-10-seconds1 .path2:before {
  content: "\ed48";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-backward-10-seconds1 .path3:before {
  content: "\ed49";
  margin-left: -1em;
  color: #292d32; }

.isax-backward-15-seconds1 .path1:before {
  content: "\ed4a";
  color: #292d32; }

.isax-backward-15-seconds1 .path2:before {
  content: "\ed4b";
  margin-left: -1em;
  color: #292d32; }

.isax-backward-15-seconds1 .path3:before {
  content: "\ed4c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-backward-item1 .path1:before {
  content: "\ed4d";
  color: #292d32;
  opacity: 0.4; }

.isax-backward-item1 .path2:before {
  content: "\ed4e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-backward-item1 .path3:before {
  content: "\ed4f";
  margin-left: -1em;
  color: #292d32; }

.isax-bag1 .path1:before {
  content: "\ed50";
  color: #292d32;
  opacity: 0.4; }

.isax-bag1 .path2:before {
  content: "\ed51";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-21 .path1:before {
  content: "\ed52";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-21 .path2:before {
  content: "\ed53";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-cross1 .path1:before {
  content: "\ed54";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-cross1 .path2:before {
  content: "\ed55";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-cross-11 .path1:before {
  content: "\ed56";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-cross-11 .path2:before {
  content: "\ed57";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-cross-11 .path3:before {
  content: "\ed58";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bag-cross-11 .path4:before {
  content: "\ed59";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-happy1 .path1:before {
  content: "\ed5a";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-happy1 .path2:before {
  content: "\ed5b";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-tick1 .path1:before {
  content: "\ed5c";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-tick1 .path2:before {
  content: "\ed5d";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-tick-21 .path1:before {
  content: "\ed5e";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-tick-21 .path2:before {
  content: "\ed5f";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-tick-21 .path3:before {
  content: "\ed60";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bag-tick-21 .path4:before {
  content: "\ed61";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-timer1 .path1:before {
  content: "\ed62";
  color: #292d32;
  opacity: 0.4; }

.isax-bag-timer1 .path2:before {
  content: "\ed63";
  margin-left: -1em;
  color: #292d32; }

.isax-bag-timer1 .path3:before {
  content: "\ed64";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bag-timer1 .path4:before {
  content: "\ed65";
  margin-left: -1em;
  color: #292d32; }

.isax-bank1 .path1:before {
  content: "\ed66";
  color: #292d32; }

.isax-bank1 .path2:before {
  content: "\ed67";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-bank1 .path3:before {
  content: "\ed68";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bank1 .path4:before {
  content: "\ed69";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-bank1 .path5:before {
  content: "\ed6a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bank1 .path6:before {
  content: "\ed6b";
  margin-left: -1em;
  color: #292d32; }

.isax-bank1 .path7:before {
  content: "\ed6c";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path1:before {
  content: "\ed6d";
  color: #292d32;
  opacity: 0.4; }

.isax-barcode1 .path2:before {
  content: "\ed6e";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path3:before {
  content: "\ed6f";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path4:before {
  content: "\ed70";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path5:before {
  content: "\ed71";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path6:before {
  content: "\ed72";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path7:before {
  content: "\ed73";
  margin-left: -1em;
  color: #292d32; }

.isax-barcode1 .path8:before {
  content: "\ed74";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-3full1 .path1:before {
  content: "\ed75";
  color: #292d32;
  opacity: 0.4; }

.isax-battery-3full1 .path2:before {
  content: "\ed76";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-3full1 .path3:before {
  content: "\ed77";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-3full1 .path4:before {
  content: "\ed78";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-charging1 .path1:before {
  content: "\ed79";
  color: #292d32;
  opacity: 0.4; }

.isax-battery-charging1 .path2:before {
  content: "\ed7a";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-charging1 .path3:before {
  content: "\ed7b";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-disable1 .path1:before {
  content: "\ed7c";
  color: #292d32; }

.isax-battery-disable1 .path2:before {
  content: "\ed7d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-battery-disable1 .path3:before {
  content: "\ed7e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-battery-disable1 .path4:before {
  content: "\ed7f";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-empty1 .path1:before {
  content: "\ed80";
  color: #292d32;
  opacity: 0.4; }

.isax-battery-empty1 .path2:before {
  content: "\ed81";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-empty-11 .path1:before {
  content: "\ed82";
  color: #292d32;
  opacity: 0.4; }

.isax-battery-empty-11 .path2:before {
  content: "\ed83";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-empty-11 .path3:before {
  content: "\ed84";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-full1 .path1:before {
  content: "\ed85";
  color: #292d32;
  opacity: 0.4; }

.isax-battery-full1 .path2:before {
  content: "\ed86";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-full1 .path3:before {
  content: "\ed87";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-full1 .path4:before {
  content: "\ed88";
  margin-left: -1em;
  color: #292d32; }

.isax-battery-full1 .path5:before {
  content: "\ed89";
  margin-left: -1em;
  color: #292d32; }

.isax-bezier1 .path1:before {
  content: "\ed8a";
  color: #292d32; }

.isax-bezier1 .path2:before {
  content: "\ed8b";
  margin-left: -1em;
  color: #292d32; }

.isax-bezier1 .path3:before {
  content: "\ed8c";
  margin-left: -1em;
  color: #292d32; }

.isax-bezier1 .path4:before {
  content: "\ed8d";
  margin-left: -1em;
  color: #292d32; }

.isax-bezier1 .path5:before {
  content: "\ed8e";
  margin-left: -1em;
  color: #292d32; }

.isax-bezier1 .path6:before {
  content: "\ed8f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.16; }

.isax-bezier1 .path7:before {
  content: "\ed90";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.16; }

.isax-bill1 .path1:before {
  content: "\ed91";
  color: #292d32;
  opacity: 0.4; }

.isax-bill1 .path2:before {
  content: "\ed92";
  margin-left: -1em;
  color: #292d32; }

.isax-bill1 .path3:before {
  content: "\ed93";
  margin-left: -1em;
  color: #292d32; }

.isax-bill1 .path4:before {
  content: "\ed94";
  margin-left: -1em;
  color: #292d32; }

.isax-bitcoin-card1 .path1:before {
  content: "\ed95";
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-card1 .path2:before {
  content: "\ed96";
  margin-left: -1em;
  color: #292d32; }

.isax-bitcoin-card1 .path3:before {
  content: "\ed97";
  margin-left: -1em;
  color: #292d32; }

.isax-bitcoin-convert1 .path1:before {
  content: "\ed98";
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-convert1 .path2:before {
  content: "\ed99";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-convert1 .path3:before {
  content: "\ed9a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-convert1 .path4:before {
  content: "\ed9b";
  margin-left: -1em;
  color: #292d32; }

.isax-bitcoin-convert1 .path5:before {
  content: "\ed9c";
  margin-left: -1em;
  color: #292d32; }

.isax-bitcoin-refresh1 .path1:before {
  content: "\ed9d";
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-refresh1 .path2:before {
  content: "\ed9e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bitcoin-refresh1 .path3:before {
  content: "\ed9f";
  margin-left: -1em;
  color: #292d32; }

.isax-blend1 .path1:before {
  content: "\eda0";
  color: #292d32; }

.isax-blend1 .path2:before {
  content: "\eda1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-blend-21 .path1:before {
  content: "\eda2";
  color: #292d32; }

.isax-blend-21 .path2:before {
  content: "\eda3";
  margin-left: -1em;
  color: #292d32; }

.isax-blend-21 .path3:before {
  content: "\eda4";
  margin-left: -1em;
  color: #292d32; }

.isax-blend-21 .path4:before {
  content: "\eda5";
  margin-left: -1em;
  color: #292d32; }

.isax-blend-21 .path5:before {
  content: "\eda6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bluetooth1 .path1:before {
  content: "\eda7";
  color: #292d32;
  opacity: 0.4; }

.isax-bluetooth1 .path2:before {
  content: "\eda8";
  margin-left: -1em;
  color: #292d32; }

.isax-bluetooth-21 .path1:before {
  content: "\eda9";
  color: #292d32;
  opacity: 0.4; }

.isax-bluetooth-21 .path2:before {
  content: "\edaa";
  margin-left: -1em;
  color: #292d32; }

.isax-bluetooth-21 .path3:before {
  content: "\edab";
  margin-left: -1em;
  color: #292d32; }

.isax-bluetooth-21 .path4:before {
  content: "\edac";
  margin-left: -1em;
  color: #292d32; }

.isax-bluetooth-circle1 .path1:before {
  content: "\edad";
  color: #292d32;
  opacity: 0.4; }

.isax-bluetooth-circle1 .path2:before {
  content: "\edae";
  margin-left: -1em;
  color: #292d32; }

.isax-bluetooth-rectangle1 .path1:before {
  content: "\edaf";
  color: #292d32;
  opacity: 0.4; }

.isax-bluetooth-rectangle1 .path2:before {
  content: "\edb0";
  margin-left: -1em;
  color: #292d32; }

.isax-blur1 .path1:before {
  content: "\edb1";
  color: #292d32;
  opacity: 0.4; }

.isax-blur1 .path2:before {
  content: "\edb2";
  margin-left: -1em;
  color: #292d32; }

.isax-book1 .path1:before {
  content: "\edb3";
  color: #292d32;
  opacity: 0.4; }

.isax-book1 .path2:before {
  content: "\edb4";
  margin-left: -1em;
  color: #292d32; }

.isax-book1 .path3:before {
  content: "\edb5";
  margin-left: -1em;
  color: #292d32; }

.isax-book1 .path4:before {
  content: "\edb6";
  margin-left: -1em;
  color: #292d32; }

.isax-book-11 .path1:before {
  content: "\edb7";
  color: #292d32;
  opacity: 0.4; }

.isax-book-11 .path2:before {
  content: "\edb8";
  margin-left: -1em;
  color: #292d32; }

.isax-book-11 .path3:before {
  content: "\edb9";
  margin-left: -1em;
  color: #292d32; }

.isax-book-11 .path4:before {
  content: "\edba";
  margin-left: -1em;
  color: #292d32; }

.isax-bookmark1 .path1:before {
  content: "\edbb";
  color: #292d32;
  opacity: 0.4; }

.isax-bookmark1 .path2:before {
  content: "\edbc";
  margin-left: -1em;
  color: #292d32; }

.isax-bookmark-21 .path1:before {
  content: "\edbd";
  color: #292d32; }

.isax-bookmark-21 .path2:before {
  content: "\edbe";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-book-saved1 .path1:before {
  content: "\edbf";
  color: #292d32;
  opacity: 0.4; }

.isax-book-saved1 .path2:before {
  content: "\edc0";
  margin-left: -1em;
  color: #292d32; }

.isax-book-saved1 .path3:before {
  content: "\edc1";
  margin-left: -1em;
  color: #292d32; }

.isax-book-square1 .path1:before {
  content: "\edc2";
  color: #292d32;
  opacity: 0.4; }

.isax-book-square1 .path2:before {
  content: "\edc3";
  margin-left: -1em;
  color: #292d32; }

.isax-book-square1 .path3:before {
  content: "\edc4";
  margin-left: -1em;
  color: #292d32; }

.isax-box1 .path1:before {
  content: "\edc5";
  color: #292d32;
  opacity: 0.4; }

.isax-box1 .path2:before {
  content: "\edc6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box1 .path3:before {
  content: "\edc7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box1 .path4:before {
  content: "\edc8";
  margin-left: -1em;
  color: #292d32; }

.isax-box1 .path5:before {
  content: "\edc9";
  margin-left: -1em;
  color: #292d32; }

.isax-box-11 .path1:before {
  content: "\edca";
  color: #292d32;
  opacity: 0.4; }

.isax-box-11 .path2:before {
  content: "\edcb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-box-11 .path3:before {
  content: "\edcc";
  margin-left: -1em;
  color: #292d32; }

.isax-box-21 .path1:before {
  content: "\edcd";
  color: #292d32;
  opacity: 0.4; }

.isax-box-21 .path2:before {
  content: "\edce";
  margin-left: -1em;
  color: #292d32; }

.isax-box-21 .path3:before {
  content: "\edcf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-21 .path4:before {
  content: "\edd0";
  margin-left: -1em;
  color: #292d32; }

.isax-box-21 .path5:before {
  content: "\edd1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-21 .path6:before {
  content: "\edd2";
  margin-left: -1em;
  color: #292d32; }

.isax-box-21 .path7:before {
  content: "\edd3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-add1 .path1:before {
  content: "\edd4";
  color: #292d32; }

.isax-box-add1 .path2:before {
  content: "\edd5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-add1 .path3:before {
  content: "\edd6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-add1 .path4:before {
  content: "\edd7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-remove1 .path1:before {
  content: "\edd8";
  color: #292d32; }

.isax-box-remove1 .path2:before {
  content: "\edd9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-remove1 .path3:before {
  content: "\edda";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-remove1 .path4:before {
  content: "\eddb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-search1 .path1:before {
  content: "\eddc";
  color: #292d32;
  opacity: 0.4; }

.isax-box-search1 .path2:before {
  content: "\eddd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-search1 .path3:before {
  content: "\edde";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-search1 .path4:before {
  content: "\eddf";
  margin-left: -1em;
  color: #292d32; }

.isax-box-tick1 .path1:before {
  content: "\ede0";
  color: #292d32;
  opacity: 0.4; }

.isax-box-tick1 .path2:before {
  content: "\ede1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-tick1 .path3:before {
  content: "\ede2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-tick1 .path4:before {
  content: "\ede3";
  margin-left: -1em;
  color: #292d32; }

.isax-box-time1 .path1:before {
  content: "\ede4";
  color: #292d32;
  opacity: 0.4; }

.isax-box-time1 .path2:before {
  content: "\ede5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-time1 .path3:before {
  content: "\ede6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-box-time1 .path4:before {
  content: "\ede7";
  margin-left: -1em;
  color: #292d32; }

.isax-briefcase1 .path1:before {
  content: "\ede8";
  color: #292d32; }

.isax-briefcase1 .path2:before {
  content: "\ede9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brifecase-cross1 .path1:before {
  content: "\edea";
  color: #292d32; }

.isax-brifecase-cross1 .path2:before {
  content: "\edeb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brifecase-cross1 .path3:before {
  content: "\edec";
  margin-left: -1em;
  color: #292d32; }

.isax-brifecase-tick1 .path1:before {
  content: "\eded";
  color: #292d32;
  opacity: 0.4; }

.isax-brifecase-tick1 .path2:before {
  content: "\edee";
  margin-left: -1em;
  color: #292d32; }

.isax-brifecase-tick1 .path3:before {
  content: "\edef";
  margin-left: -1em;
  color: #292d32; }

.isax-brifecase-timer1 .path1:before {
  content: "\edf0";
  color: #292d32; }

.isax-brifecase-timer1 .path2:before {
  content: "\edf1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brifecase-timer1 .path3:before {
  content: "\edf2";
  margin-left: -1em;
  color: #292d32; }

.isax-broom1 .path1:before {
  content: "\edf3";
  color: #292d32;
  opacity: 0.4; }

.isax-broom1 .path2:before {
  content: "\edf4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-broom1 .path3:before {
  content: "\edf5";
  margin-left: -1em;
  color: #292d32; }

.isax-broom1 .path4:before {
  content: "\edf6";
  margin-left: -1em;
  color: #292d32; }

.isax-broom1 .path5:before {
  content: "\edf7";
  margin-left: -1em;
  color: #292d32; }

.isax-broom1 .path6:before {
  content: "\edf8";
  margin-left: -1em;
  color: #292d32; }

.isax-brush1 .path1:before {
  content: "\edf9";
  color: #292d32;
  opacity: 0.4; }

.isax-brush1 .path2:before {
  content: "\edfa";
  margin-left: -1em;
  color: #292d32; }

.isax-brush1 .path3:before {
  content: "\edfb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brush1 .path4:before {
  content: "\edfc";
  margin-left: -1em;
  color: #292d32; }

.isax-brush-11 .path1:before {
  content: "\edfd";
  color: #292d32; }

.isax-brush-11 .path2:before {
  content: "\edfe";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brush-21 .path1:before {
  content: "\edff";
  color: #292d32; }

.isax-brush-21 .path2:before {
  content: "\ee00";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brush-21 .path3:before {
  content: "\ee01";
  margin-left: -1em;
  color: #292d32; }

.isax-brush-21 .path4:before {
  content: "\ee02";
  margin-left: -1em;
  color: #292d32; }

.isax-brush-31 .path1:before {
  content: "\ee03";
  color: #292d32; }

.isax-brush-31 .path2:before {
  content: "\ee04";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brush-31 .path3:before {
  content: "\ee05";
  margin-left: -1em;
  color: #292d32; }

.isax-brush-41 .path1:before {
  content: "\ee06";
  color: #292d32; }

.isax-brush-41 .path2:before {
  content: "\ee07";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-brush-41 .path3:before {
  content: "\ee08";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bubble1 .path1:before {
  content: "\ee09";
  color: #292d32; }

.isax-bubble1 .path2:before {
  content: "\ee0a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bubble1 .path3:before {
  content: "\ee0b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bucket1 .path1:before {
  content: "\ee0c";
  color: #292d32; }

.isax-bucket1 .path2:before {
  content: "\ee0d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-bucket1 .path3:before {
  content: "\ee0e";
  margin-left: -1em;
  color: #292d32; }

.isax-bucket1 .path4:before {
  content: "\ee0f";
  margin-left: -1em;
  color: #292d32; }

.isax-bucket-circle1 .path1:before {
  content: "\ee10";
  color: #292d32;
  opacity: 0.4; }

.isax-bucket-circle1 .path2:before {
  content: "\ee11";
  margin-left: -1em;
  color: #292d32; }

.isax-bucket-circle1 .path3:before {
  content: "\ee12";
  margin-left: -1em;
  color: #292d32; }

.isax-bucket-square1 .path1:before {
  content: "\ee13";
  color: #292d32;
  opacity: 0.4; }

.isax-bucket-square1 .path2:before {
  content: "\ee14";
  margin-left: -1em;
  color: #292d32; }

.isax-bucket-square1 .path3:before {
  content: "\ee15";
  margin-left: -1em;
  color: #292d32; }

.isax-building1 .path1:before {
  content: "\ee16";
  color: #292d32;
  opacity: 0.4; }

.isax-building1 .path2:before {
  content: "\ee17";
  margin-left: -1em;
  color: #292d32; }

.isax-building1 .path3:before {
  content: "\ee18";
  margin-left: -1em;
  color: #292d32; }

.isax-building1 .path4:before {
  content: "\ee19";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-building1 .path5:before {
  content: "\ee1a";
  margin-left: -1em;
  color: #292d32; }

.isax-building1 .path6:before {
  content: "\ee1b";
  margin-left: -1em;
  color: #292d32; }

.isax-building-31 .path1:before {
  content: "\ee1c";
  color: #292d32;
  opacity: 0.4; }

.isax-building-31 .path2:before {
  content: "\ee1d";
  margin-left: -1em;
  color: #292d32; }

.isax-building-31 .path3:before {
  content: "\ee1e";
  margin-left: -1em;
  color: #292d32; }

.isax-building-31 .path4:before {
  content: "\ee1f";
  margin-left: -1em;
  color: #292d32; }

.isax-building-31 .path5:before {
  content: "\ee20";
  margin-left: -1em;
  color: #292d32; }

.isax-building-41 .path1:before {
  content: "\ee21";
  color: #292d32;
  opacity: 0.4; }

.isax-building-41 .path2:before {
  content: "\ee22";
  margin-left: -1em;
  color: #292d32; }

.isax-building-41 .path3:before {
  content: "\ee23";
  margin-left: -1em;
  color: #292d32; }

.isax-building-41 .path4:before {
  content: "\ee24";
  margin-left: -1em;
  color: #292d32; }

.isax-building-41 .path5:before {
  content: "\ee25";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings1 .path1:before {
  content: "\ee26";
  color: #292d32;
  opacity: 0.6; }

.isax-buildings1 .path2:before {
  content: "\ee27";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings1 .path3:before {
  content: "\ee28";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-buildings1 .path4:before {
  content: "\ee29";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings1 .path5:before {
  content: "\ee2a";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings1 .path6:before {
  content: "\ee2b";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings-21 .path1:before {
  content: "\ee2c";
  color: #292d32; }

.isax-buildings-21 .path2:before {
  content: "\ee2d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-buildings-21 .path3:before {
  content: "\ee2e";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings-21 .path4:before {
  content: "\ee2f";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings-21 .path5:before {
  content: "\ee30";
  margin-left: -1em;
  color: #292d32; }

.isax-buildings-21 .path6:before {
  content: "\ee31";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path1:before {
  content: "\ee32";
  color: #292d32; }

.isax-buliding1 .path2:before {
  content: "\ee33";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-buliding1 .path3:before {
  content: "\ee34";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path4:before {
  content: "\ee35";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path5:before {
  content: "\ee36";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path6:before {
  content: "\ee37";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path7:before {
  content: "\ee38";
  margin-left: -1em;
  color: #292d32; }

.isax-buliding1 .path8:before {
  content: "\ee39";
  margin-left: -1em;
  color: #292d32; }

.isax-bus1 .path1:before {
  content: "\ee3a";
  color: #292d32;
  opacity: 0.4; }

.isax-bus1 .path2:before {
  content: "\ee3b";
  margin-left: -1em;
  color: #292d32; }

.isax-bus1 .path3:before {
  content: "\ee3c";
  margin-left: -1em;
  color: #292d32; }

.isax-bus1 .path4:before {
  content: "\ee3d";
  margin-left: -1em;
  color: #292d32; }

.isax-bus1 .path5:before {
  content: "\ee3e";
  margin-left: -1em;
  color: #292d32; }

.isax-buy-crypto1 .path1:before {
  content: "\ee3f";
  color: #292d32; }

.isax-buy-crypto1 .path2:before {
  content: "\ee40";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-buy-crypto1 .path3:before {
  content: "\ee41";
  margin-left: -1em;
  color: #292d32; }

.isax-cake1 .path1:before {
  content: "\ee42";
  color: #292d32; }

.isax-cake1 .path2:before {
  content: "\ee43";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cake1 .path3:before {
  content: "\ee44";
  margin-left: -1em;
  color: #292d32; }

.isax-cake1 .path4:before {
  content: "\ee45";
  margin-left: -1em;
  color: #292d32; }

.isax-cake1 .path5:before {
  content: "\ee46";
  margin-left: -1em;
  color: #292d32; }

.isax-cake1 .path6:before {
  content: "\ee47";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calculator1 .path1:before {
  content: "\ee48";
  color: #292d32;
  opacity: 0.4; }

.isax-calculator1 .path2:before {
  content: "\ee49";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path3:before {
  content: "\ee4a";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path4:before {
  content: "\ee4b";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path5:before {
  content: "\ee4c";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path6:before {
  content: "\ee4d";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path7:before {
  content: "\ee4e";
  margin-left: -1em;
  color: #292d32; }

.isax-calculator1 .path8:before {
  content: "\ee4f";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path1:before {
  content: "\ee50";
  color: #292d32; }

.isax-calendar1 .path2:before {
  content: "\ee51";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar1 .path3:before {
  content: "\ee52";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path4:before {
  content: "\ee53";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path5:before {
  content: "\ee54";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path6:before {
  content: "\ee55";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path7:before {
  content: "\ee56";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar1 .path8:before {
  content: "\ee57";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-11 .path1:before {
  content: "\ee58";
  color: #292d32; }

.isax-calendar-11 .path2:before {
  content: "\ee59";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-11 .path3:before {
  content: "\ee5a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-11 .path4:before {
  content: "\ee5b";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-11 .path5:before {
  content: "\ee5c";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-21 .path1:before {
  content: "\ee5d";
  color: #292d32; }

.isax-calendar-21 .path2:before {
  content: "\ee5e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-21 .path3:before {
  content: "\ee5f";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-21 .path4:before {
  content: "\ee60";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-21 .path5:before {
  content: "\ee61";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-add1 .path1:before {
  content: "\ee62";
  color: #292d32; }

.isax-calendar-add1 .path2:before {
  content: "\ee63";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-add1 .path3:before {
  content: "\ee64";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-add1 .path4:before {
  content: "\ee65";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-add1 .path5:before {
  content: "\ee66";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-add1 .path6:before {
  content: "\ee67";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-circle1 .path1:before {
  content: "\ee68";
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-circle1 .path2:before {
  content: "\ee69";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-circle1 .path3:before {
  content: "\ee6a";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-edit1 .path1:before {
  content: "\ee6b";
  color: #292d32; }

.isax-calendar-edit1 .path2:before {
  content: "\ee6c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-edit1 .path3:before {
  content: "\ee6d";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-remove1 .path1:before {
  content: "\ee6e";
  color: #292d32; }

.isax-calendar-remove1 .path2:before {
  content: "\ee6f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-remove1 .path3:before {
  content: "\ee70";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-remove1 .path4:before {
  content: "\ee71";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-remove1 .path5:before {
  content: "\ee72";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-remove1 .path6:before {
  content: "\ee73";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-search1 .path1:before {
  content: "\ee74";
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-search1 .path2:before {
  content: "\ee75";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-search1 .path3:before {
  content: "\ee76";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-tick1 .path1:before {
  content: "\ee77";
  color: #292d32; }

.isax-calendar-tick1 .path2:before {
  content: "\ee78";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-calendar-tick1 .path3:before {
  content: "\ee79";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-tick1 .path4:before {
  content: "\ee7a";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-tick1 .path5:before {
  content: "\ee7b";
  margin-left: -1em;
  color: #292d32; }

.isax-calendar-tick1 .path6:before {
  content: "\ee7c";
  margin-left: -1em;
  color: #292d32; }

.isax-call1 .path1:before {
  content: "\ee7d";
  color: #292d32;
  opacity: 0.4; }

.isax-call1 .path2:before {
  content: "\ee7e";
  margin-left: -1em;
  color: #292d32; }

.isax-call-add1 .path1:before {
  content: "\ee7f";
  color: #292d32; }

.isax-call-add1 .path2:before {
  content: "\ee80";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-add1 .path3:before {
  content: "\ee81";
  margin-left: -1em;
  color: #292d32; }

.isax-call-calling1 .path1:before {
  content: "\ee82";
  color: #292d32; }

.isax-call-calling1 .path2:before {
  content: "\ee83";
  margin-left: -1em;
  color: #292d32; }

.isax-call-calling1 .path3:before {
  content: "\ee84";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-calling1 .path4:before {
  content: "\ee85";
  margin-left: -1em;
  color: #292d32; }

.isax-call-incoming1 .path1:before {
  content: "\ee86";
  color: #292d32; }

.isax-call-incoming1 .path2:before {
  content: "\ee87";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-incoming1 .path3:before {
  content: "\ee88";
  margin-left: -1em;
  color: #292d32; }

.isax-call-minus1 .path1:before {
  content: "\ee89";
  color: #292d32; }

.isax-call-minus1 .path2:before {
  content: "\ee8a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-minus1 .path3:before {
  content: "\ee8b";
  margin-left: -1em;
  color: #292d32; }

.isax-call-outgoing1 .path1:before {
  content: "\ee8c";
  color: #292d32; }

.isax-call-outgoing1 .path2:before {
  content: "\ee8d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-outgoing1 .path3:before {
  content: "\ee8e";
  margin-left: -1em;
  color: #292d32; }

.isax-call-received1 .path1:before {
  content: "\ee8f";
  color: #292d32; }

.isax-call-received1 .path2:before {
  content: "\ee90";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-received1 .path3:before {
  content: "\ee91";
  margin-left: -1em;
  color: #292d32; }

.isax-call-remove1 .path1:before {
  content: "\ee92";
  color: #292d32; }

.isax-call-remove1 .path2:before {
  content: "\ee93";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-remove1 .path3:before {
  content: "\ee94";
  margin-left: -1em;
  color: #292d32; }

.isax-call-slash1 .path1:before {
  content: "\ee95";
  color: #292d32; }

.isax-call-slash1 .path2:before {
  content: "\ee96";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-call-slash1 .path3:before {
  content: "\ee97";
  margin-left: -1em;
  color: #292d32; }

.isax-camera1 .path1:before {
  content: "\ee98";
  color: #292d32;
  opacity: 0.4; }

.isax-camera1 .path2:before {
  content: "\ee99";
  margin-left: -1em;
  color: #292d32; }

.isax-camera1 .path3:before {
  content: "\ee9a";
  margin-left: -1em;
  color: #292d32; }

.isax-camera-slash1 .path1:before {
  content: "\ee9b";
  color: #292d32; }

.isax-camera-slash1 .path2:before {
  content: "\ee9c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-camera-slash1 .path3:before {
  content: "\ee9d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-camera-slash1 .path4:before {
  content: "\ee9e";
  margin-left: -1em;
  color: #292d32; }

.isax-camera-slash1 .path5:before {
  content: "\ee9f";
  margin-left: -1em;
  color: #292d32; }

.isax-camera-slash1 .path6:before {
  content: "\eea0";
  margin-left: -1em;
  color: #292d32; }

.isax-candle1 .path1:before {
  content: "\eea1";
  color: #292d32;
  opacity: 0.4; }

.isax-candle1 .path2:before {
  content: "\eea2";
  margin-left: -1em;
  color: #292d32; }

.isax-candle-21 .path1:before {
  content: "\eea3";
  color: #292d32; }

.isax-candle-21 .path2:before {
  content: "\eea4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-car1 .path1:before {
  content: "\eea5";
  color: #292d32;
  opacity: 0.4; }

.isax-car1 .path2:before {
  content: "\eea6";
  margin-left: -1em;
  color: #292d32; }

.isax-car1 .path3:before {
  content: "\eea7";
  margin-left: -1em;
  color: #292d32; }

.isax-car1 .path4:before {
  content: "\eea8";
  margin-left: -1em;
  color: #292d32; }

.isax-card1 .path1:before {
  content: "\eea9";
  color: #292d32;
  opacity: 0.4; }

.isax-card1 .path2:before {
  content: "\eeaa";
  margin-left: -1em;
  color: #292d32; }

.isax-card1 .path3:before {
  content: "\eeab";
  margin-left: -1em;
  color: #292d32; }

.isax-card1 .path4:before {
  content: "\eeac";
  margin-left: -1em;
  color: #292d32; }

.isax-card-add1 .path1:before {
  content: "\eead";
  color: #292d32;
  opacity: 0.4; }

.isax-card-add1 .path2:before {
  content: "\eeae";
  margin-left: -1em;
  color: #292d32; }

.isax-card-add1 .path3:before {
  content: "\eeaf";
  margin-left: -1em;
  color: #292d32; }

.isax-card-coin1 .path1:before {
  content: "\eeb0";
  color: #292d32;
  opacity: 0.4; }

.isax-card-coin1 .path2:before {
  content: "\eeb1";
  margin-left: -1em;
  color: #292d32; }

.isax-card-coin1 .path3:before {
  content: "\eeb2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-coin1 .path4:before {
  content: "\eeb3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-coin1 .path5:before {
  content: "\eeb4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-coin1 .path6:before {
  content: "\eeb5";
  margin-left: -1em;
  color: #292d32; }

.isax-card-edit1 .path1:before {
  content: "\eeb6";
  color: #292d32;
  opacity: 0.4; }

.isax-card-edit1 .path2:before {
  content: "\eeb7";
  margin-left: -1em;
  color: #292d32; }

.isax-card-edit1 .path3:before {
  content: "\eeb8";
  margin-left: -1em;
  color: #292d32; }

.isax-card-pos1 .path1:before {
  content: "\eeb9";
  color: #292d32; }

.isax-card-pos1 .path2:before {
  content: "\eeba";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-pos1 .path3:before {
  content: "\eebb";
  margin-left: -1em;
  color: #292d32; }

.isax-card-pos1 .path4:before {
  content: "\eebc";
  margin-left: -1em;
  color: #292d32; }

.isax-card-pos1 .path5:before {
  content: "\eebd";
  margin-left: -1em;
  color: #292d32; }

.isax-card-receive1 .path1:before {
  content: "\eebe";
  color: #292d32; }

.isax-card-receive1 .path2:before {
  content: "\eebf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-receive1 .path3:before {
  content: "\eec0";
  margin-left: -1em;
  color: #292d32; }

.isax-card-remove1 .path1:before {
  content: "\eec1";
  color: #292d32; }

.isax-card-remove1 .path2:before {
  content: "\eec2";
  margin-left: -1em;
  color: #292d32; }

.isax-card-remove1 .path3:before {
  content: "\eec3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-remove1 .path4:before {
  content: "\eec4";
  margin-left: -1em;
  color: #292d32; }

.isax-card-remove-11 .path1:before {
  content: "\eec5";
  color: #292d32;
  opacity: 0.4; }

.isax-card-remove-11 .path2:before {
  content: "\eec6";
  margin-left: -1em;
  color: #292d32; }

.isax-card-remove-11 .path3:before {
  content: "\eec7";
  margin-left: -1em;
  color: #292d32; }

.isax-cards1 .path1:before {
  content: "\eec8";
  color: #292d32;
  opacity: 0.4; }

.isax-cards1 .path2:before {
  content: "\eec9";
  margin-left: -1em;
  color: #292d32; }

.isax-cards1 .path3:before {
  content: "\eeca";
  margin-left: -1em;
  color: #292d32; }

.isax-cards1 .path4:before {
  content: "\eecb";
  margin-left: -1em;
  color: #292d32; }

.isax-cards1 .path5:before {
  content: "\eecc";
  margin-left: -1em;
  color: #292d32; }

.isax-card-send1 .path1:before {
  content: "\eecd";
  color: #292d32; }

.isax-card-send1 .path2:before {
  content: "\eece";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-send1 .path3:before {
  content: "\eecf";
  margin-left: -1em;
  color: #292d32; }

.isax-card-slash1 .path1:before {
  content: "\eed0";
  color: #292d32;
  opacity: 0.4; }

.isax-card-slash1 .path2:before {
  content: "\eed1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-slash1 .path3:before {
  content: "\eed2";
  margin-left: -1em;
  color: #292d32; }

.isax-card-slash1 .path4:before {
  content: "\eed3";
  margin-left: -1em;
  color: #292d32; }

.isax-card-slash1 .path5:before {
  content: "\eed4";
  margin-left: -1em;
  color: #292d32; }

.isax-card-slash1 .path6:before {
  content: "\eed5";
  margin-left: -1em;
  color: #292d32; }

.isax-card-slash1 .path7:before {
  content: "\eed6";
  margin-left: -1em;
  color: #292d32; }

.isax-card-tick1 .path1:before {
  content: "\eed7";
  color: #292d32; }

.isax-card-tick1 .path2:before {
  content: "\eed8";
  margin-left: -1em;
  color: #292d32; }

.isax-card-tick1 .path3:before {
  content: "\eed9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-card-tick1 .path4:before {
  content: "\eeda";
  margin-left: -1em;
  color: #292d32; }

.isax-card-tick-11 .path1:before {
  content: "\eedb";
  color: #292d32;
  opacity: 0.4; }

.isax-card-tick-11 .path2:before {
  content: "\eedc";
  margin-left: -1em;
  color: #292d32; }

.isax-card-tick-11 .path3:before {
  content: "\eedd";
  margin-left: -1em;
  color: #292d32; }

.isax-category1 .path1:before {
  content: "\eede";
  color: #292d32; }

.isax-category1 .path2:before {
  content: "\eedf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-category1 .path3:before {
  content: "\eee0";
  margin-left: -1em;
  color: #292d32; }

.isax-category1 .path4:before {
  content: "\eee1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-category-21 .path1:before {
  content: "\eee2";
  color: #292d32;
  opacity: 0.4; }

.isax-category-21 .path2:before {
  content: "\eee3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-category-21 .path3:before {
  content: "\eee4";
  margin-left: -1em;
  color: #292d32; }

.isax-category-21 .path4:before {
  content: "\eee5";
  margin-left: -1em;
  color: #292d32; }

.isax-cd1 .path1:before {
  content: "\eee6";
  color: #292d32;
  opacity: 0.4; }

.isax-cd1 .path2:before {
  content: "\eee7";
  margin-left: -1em;
  color: #292d32; }

.isax-chart1 .path1:before {
  content: "\eee8";
  color: #292d32;
  opacity: 0.4; }

.isax-chart1 .path2:before {
  content: "\eee9";
  margin-left: -1em;
  color: #292d32; }

.isax-chart1 .path3:before {
  content: "\eeea";
  margin-left: -1em;
  color: #292d32; }

.isax-chart1 .path4:before {
  content: "\eeeb";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-11 .path1:before {
  content: "\eeec";
  color: #292d32;
  opacity: 0.4; }

.isax-chart-11 .path2:before {
  content: "\eeed";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-11 .path3:before {
  content: "\eeee";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-11 .path4:before {
  content: "\eeef";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-22 .path1:before {
  content: "\eef0";
  color: #292d32;
  opacity: 0.4; }

.isax-chart-22 .path2:before {
  content: "\eef1";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-22 .path3:before {
  content: "\eef2";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-31 .path1:before {
  content: "\eef3";
  color: #292d32;
  opacity: 0.4; }

.isax-chart-31 .path2:before {
  content: "\eef4";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-31 .path3:before {
  content: "\eef5";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-211 .path1:before {
  content: "\eef6";
  color: #292d32; }

.isax-chart-211 .path2:before {
  content: "\eef7";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-211 .path3:before {
  content: "\eef8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-chart-211 .path4:before {
  content: "\eef9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-chart-square1 .path1:before {
  content: "\eefa";
  color: #292d32;
  opacity: 0.4; }

.isax-chart-square1 .path2:before {
  content: "\eefb";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-square1 .path3:before {
  content: "\eefc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-chart-square1 .path4:before {
  content: "\eefd";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-success1 .path1:before {
  content: "\eefe";
  color: #292d32; }

.isax-chart-success1 .path2:before {
  content: "\eeff";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-chart-success1 .path3:before {
  content: "\ef00";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-success1 .path4:before {
  content: "\ef01";
  margin-left: -1em;
  color: #292d32; }

.isax-chart-success1 .path5:before {
  content: "\ef02";
  margin-left: -1em;
  color: #292d32; }

.isax-check1 .path1:before {
  content: "\ef03";
  color: #292d32; }

.isax-check1 .path2:before {
  content: "\ef04";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-check1 .path3:before {
  content: "\ef05";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-check1 .path4:before {
  content: "\ef06";
  margin-left: -1em;
  color: #292d32; }

.isax-chrome1 .path1:before {
  content: "\ef07";
  color: #292d32;
  opacity: 0.4; }

.isax-chrome1 .path2:before {
  content: "\ef08";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard1 .path1:before {
  content: "\ef09";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard1 .path2:before {
  content: "\ef0a";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard1 .path3:before {
  content: "\ef0b";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-close1 .path1:before {
  content: "\ef0c";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard-close1 .path2:before {
  content: "\ef0d";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-close1 .path3:before {
  content: "\ef0e";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-export1 .path1:before {
  content: "\ef0f";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard-export1 .path2:before {
  content: "\ef10";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-export1 .path3:before {
  content: "\ef11";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-import1 .path1:before {
  content: "\ef12";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard-import1 .path2:before {
  content: "\ef13";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-import1 .path3:before {
  content: "\ef14";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-text1 .path1:before {
  content: "\ef15";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard-text1 .path2:before {
  content: "\ef16";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-text1 .path3:before {
  content: "\ef17";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-text1 .path4:before {
  content: "\ef18";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-tick1 .path1:before {
  content: "\ef19";
  color: #292d32;
  opacity: 0.4; }

.isax-clipboard-tick1 .path2:before {
  content: "\ef1a";
  margin-left: -1em;
  color: #292d32; }

.isax-clipboard-tick1 .path3:before {
  content: "\ef1b";
  margin-left: -1em;
  color: #292d32; }

.isax-clock1 .path1:before {
  content: "\ef1c";
  color: #292d32;
  opacity: 0.4; }

.isax-clock1 .path2:before {
  content: "\ef1d";
  margin-left: -1em;
  color: #292d32; }

.isax-clock1 .path3:before {
  content: "\ef1e";
  margin-left: -1em;
  color: #292d32; }

.isax-clock1 .path4:before {
  content: "\ef1f";
  margin-left: -1em;
  color: #292d32; }

.isax-clock-11 .path1:before {
  content: "\ef20";
  color: #292d32;
  opacity: 0.4; }

.isax-clock-11 .path2:before {
  content: "\ef21";
  margin-left: -1em;
  color: #292d32; }

.isax-close-circle1 .path1:before {
  content: "\ef22";
  color: #292d32;
  opacity: 0.4; }

.isax-close-circle1 .path2:before {
  content: "\ef23";
  margin-left: -1em;
  color: #292d32; }

.isax-close-square1 .path1:before {
  content: "\ef24";
  color: #292d32;
  opacity: 0.4; }

.isax-close-square1 .path2:before {
  content: "\ef25";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud1 .path1:before {
  content: "\ef26";
  color: #292d32; }

.isax-cloud1 .path2:before {
  content: "\ef27";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-add1 .path1:before {
  content: "\ef28";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-add1 .path2:before {
  content: "\ef29";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-change1 .path1:before {
  content: "\ef2a";
  color: #292d32; }

.isax-cloud-change1 .path2:before {
  content: "\ef2b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-change1 .path3:before {
  content: "\ef2c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-connection1 .path1:before {
  content: "\ef2d";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-connection1 .path2:before {
  content: "\ef2e";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-cross1 .path1:before {
  content: "\ef2f";
  color: #292d32; }

.isax-cloud-cross1 .path2:before {
  content: "\ef30";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-drizzle1 .path1:before {
  content: "\ef31";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-drizzle1 .path2:before {
  content: "\ef32";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-fog1 .path1:before {
  content: "\ef33";
  color: #292d32; }

.isax-cloud-fog1 .path2:before {
  content: "\ef34";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-fog1 .path3:before {
  content: "\ef35";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-fog1 .path4:before {
  content: "\ef36";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-lightning1 .path1:before {
  content: "\ef37";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-lightning1 .path2:before {
  content: "\ef38";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-minus1 .path1:before {
  content: "\ef39";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-minus1 .path2:before {
  content: "\ef3a";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-notif1 .path1:before {
  content: "\ef3b";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-notif1 .path2:before {
  content: "\ef3c";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-plus1 .path1:before {
  content: "\ef3d";
  color: #292d32; }

.isax-cloud-plus1 .path2:before {
  content: "\ef3e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-remove1 .path1:before {
  content: "\ef3f";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-remove1 .path2:before {
  content: "\ef40";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-snow1 .path1:before {
  content: "\ef41";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-snow1 .path2:before {
  content: "\ef42";
  margin-left: -1em;
  color: #292d32; }

.isax-cloud-sunny1 .path1:before {
  content: "\ef43";
  color: #292d32;
  opacity: 0.4; }

.isax-cloud-sunny1 .path2:before {
  content: "\ef44";
  margin-left: -1em;
  color: #292d32; }

.isax-code1 .path1:before {
  content: "\ef45";
  color: #292d32;
  opacity: 0.4; }

.isax-code1 .path2:before {
  content: "\ef46";
  margin-left: -1em;
  color: #292d32; }

.isax-code1 .path3:before {
  content: "\ef47";
  margin-left: -1em;
  color: #292d32; }

.isax-code-11 .path1:before {
  content: "\ef48";
  color: #292d32;
  opacity: 0.4; }

.isax-code-11 .path2:before {
  content: "\ef49";
  margin-left: -1em;
  color: #292d32; }

.isax-code-11 .path3:before {
  content: "\ef4a";
  margin-left: -1em;
  color: #292d32; }

.isax-code-11 .path4:before {
  content: "\ef4b";
  margin-left: -1em;
  color: #292d32; }

.isax-code-circle1 .path1:before {
  content: "\ef4c";
  color: #292d32;
  opacity: 0.4; }

.isax-code-circle1 .path2:before {
  content: "\ef4d";
  margin-left: -1em;
  color: #292d32; }

.isax-code-circle1 .path3:before {
  content: "\ef4e";
  margin-left: -1em;
  color: #292d32; }

.isax-code-circle1 .path4:before {
  content: "\ef4f";
  margin-left: -1em;
  color: #292d32; }

.isax-coffee1 .path1:before {
  content: "\ef50";
  color: #292d32;
  opacity: 0.6; }

.isax-coffee1 .path2:before {
  content: "\ef51";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-coffee1 .path3:before {
  content: "\ef52";
  margin-left: -1em;
  color: #292d32; }

.isax-coffee1 .path4:before {
  content: "\ef53";
  margin-left: -1em;
  color: #292d32; }

.isax-coffee1 .path5:before {
  content: "\ef54";
  margin-left: -1em;
  color: #292d32; }

.isax-coffee1 .path6:before {
  content: "\ef55";
  margin-left: -1em;
  color: #292d32; }

.isax-coin1 .path1:before {
  content: "\ef56";
  color: #292d32; }

.isax-coin1 .path2:before {
  content: "\ef57";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-coin1 .path3:before {
  content: "\ef58";
  margin-left: -1em;
  color: #292d32; }

.isax-coin-11 .path1:before {
  content: "\ef59";
  color: #292d32;
  opacity: 0.4; }

.isax-coin-11 .path2:before {
  content: "\ef5a";
  margin-left: -1em;
  color: #292d32; }

.isax-coin-11 .path3:before {
  content: "\ef5b";
  margin-left: -1em;
  color: #292d32; }

.isax-colorfilter1 .path1:before {
  content: "\ef5c";
  color: #292d32;
  opacity: 0.6; }

.isax-colorfilter1 .path2:before {
  content: "\ef5d";
  margin-left: -1em;
  color: #292d32; }

.isax-colorfilter1 .path3:before {
  content: "\ef5e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-colors-square1 .path1:before {
  content: "\ef5f";
  color: #292d32;
  opacity: 0.4; }

.isax-colors-square1 .path2:before {
  content: "\ef60";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-colors-square1 .path3:before {
  content: "\ef61";
  margin-left: -1em;
  color: #292d32; }

.isax-colors-square1 .path4:before {
  content: "\ef62";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-color-swatch1 .path1:before {
  content: "\ef63";
  color: #292d32;
  opacity: 0.4; }

.isax-color-swatch1 .path2:before {
  content: "\ef64";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-color-swatch1 .path3:before {
  content: "\ef65";
  margin-left: -1em;
  color: #292d32; }

.isax-command1 .path1:before {
  content: "\ef66";
  color: #292d32; }

.isax-command1 .path2:before {
  content: "\ef67";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-command1 .path3:before {
  content: "\ef68";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-command1 .path4:before {
  content: "\ef69";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-command1 .path5:before {
  content: "\ef6a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-command-square1 .path1:before {
  content: "\ef6b";
  color: #292d32;
  opacity: 0.4; }

.isax-command-square1 .path2:before {
  content: "\ef6c";
  margin-left: -1em;
  color: #292d32; }

.isax-command-square1 .path3:before {
  content: "\ef6d";
  margin-left: -1em;
  color: #292d32; }

.isax-command-square1 .path4:before {
  content: "\ef6e";
  margin-left: -1em;
  color: #292d32; }

.isax-command-square1 .path5:before {
  content: "\ef6f";
  margin-left: -1em;
  color: #292d32; }

.isax-command-square1 .path6:before {
  content: "\ef70";
  margin-left: -1em;
  color: #292d32; }

.isax-component1:before {
  content: "\ef71"; }

.isax-computing1 .path1:before {
  content: "\ef72";
  color: #292d32;
  opacity: 0.4; }

.isax-computing1 .path2:before {
  content: "\ef73";
  margin-left: -1em;
  color: #292d32; }

.isax-computing1 .path3:before {
  content: "\ef74";
  margin-left: -1em;
  color: #292d32; }

.isax-computing1 .path4:before {
  content: "\ef75";
  margin-left: -1em;
  color: #292d32; }

.isax-convert1 .path1:before {
  content: "\ef76";
  color: #292d32;
  opacity: 0.4; }

.isax-convert1 .path2:before {
  content: "\ef77";
  margin-left: -1em;
  color: #292d32; }

.isax-convert1 .path3:before {
  content: "\ef78";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path1:before {
  content: "\ef79";
  color: #292d32;
  opacity: 0.4; }

.isax-convert-3d-cube1 .path2:before {
  content: "\ef7a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convert-3d-cube1 .path3:before {
  content: "\ef7b";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path4:before {
  content: "\ef7c";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path5:before {
  content: "\ef7d";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path6:before {
  content: "\ef7e";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path7:before {
  content: "\ef7f";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-3d-cube1 .path8:before {
  content: "\ef80";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-card1 .path1:before {
  content: "\ef81";
  color: #292d32;
  opacity: 0.4; }

.isax-convert-card1 .path2:before {
  content: "\ef82";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convert-card1 .path3:before {
  content: "\ef83";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convert-card1 .path4:before {
  content: "\ef84";
  margin-left: -1em;
  color: #292d32; }

.isax-convert-card1 .path5:before {
  content: "\ef85";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convert-card1 .path6:before {
  content: "\ef86";
  margin-left: -1em;
  color: #292d32; }

.isax-convertshape1 .path1:before {
  content: "\ef87";
  color: #292d32;
  opacity: 0.4; }

.isax-convertshape1 .path2:before {
  content: "\ef88";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convertshape1 .path3:before {
  content: "\ef89";
  margin-left: -1em;
  color: #292d32; }

.isax-convertshape1 .path4:before {
  content: "\ef8a";
  margin-left: -1em;
  color: #292d32; }

.isax-convertshape-21 .path1:before {
  content: "\ef8b";
  color: #292d32;
  opacity: 0.4; }

.isax-convertshape-21 .path2:before {
  content: "\ef8c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-convertshape-21 .path3:before {
  content: "\ef8d";
  margin-left: -1em;
  color: #292d32; }

.isax-convertshape-21 .path4:before {
  content: "\ef8e";
  margin-left: -1em;
  color: #292d32; }

.isax-copy1 .path1:before {
  content: "\ef8f";
  color: #292d32; }

.isax-copy1 .path2:before {
  content: "\ef90";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-copyright1 .path1:before {
  content: "\ef91";
  color: #292d32;
  opacity: 0.4; }

.isax-copyright1 .path2:before {
  content: "\ef92";
  margin-left: -1em;
  color: #292d32; }

.isax-copy-success1 .path1:before {
  content: "\ef93";
  color: #292d32;
  opacity: 0.4; }

.isax-copy-success1 .path2:before {
  content: "\ef94";
  margin-left: -1em;
  color: #292d32; }

.isax-courthouse1 .path1:before {
  content: "\ef95";
  color: #292d32;
  opacity: 0.4; }

.isax-courthouse1 .path2:before {
  content: "\ef96";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path1:before {
  content: "\ef97";
  color: #292d32;
  opacity: 0.4; }

.isax-cpu1 .path2:before {
  content: "\ef98";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path3:before {
  content: "\ef99";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path4:before {
  content: "\ef9a";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path5:before {
  content: "\ef9b";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path6:before {
  content: "\ef9c";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path7:before {
  content: "\ef9d";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path8:before {
  content: "\ef9e";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path9:before {
  content: "\ef9f";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path10:before {
  content: "\efa0";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path11:before {
  content: "\efa1";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path12:before {
  content: "\efa2";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path13:before {
  content: "\efa3";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu1 .path14:before {
  content: "\efa4";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path1:before {
  content: "\efa5";
  color: #292d32;
  opacity: 0.4; }

.isax-cpu-charge1 .path2:before {
  content: "\efa6";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path3:before {
  content: "\efa7";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path4:before {
  content: "\efa8";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path5:before {
  content: "\efa9";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path6:before {
  content: "\efaa";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path7:before {
  content: "\efab";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path8:before {
  content: "\efac";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path9:before {
  content: "\efad";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path10:before {
  content: "\efae";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path11:before {
  content: "\efaf";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path12:before {
  content: "\efb0";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path13:before {
  content: "\efb1";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-charge1 .path14:before {
  content: "\efb2";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path1:before {
  content: "\efb3";
  color: #292d32;
  opacity: 0.4; }

.isax-cpu-setting1 .path2:before {
  content: "\efb4";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path3:before {
  content: "\efb5";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path4:before {
  content: "\efb6";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path5:before {
  content: "\efb7";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path6:before {
  content: "\efb8";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path7:before {
  content: "\efb9";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path8:before {
  content: "\efba";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path9:before {
  content: "\efbb";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path10:before {
  content: "\efbc";
  margin-left: -1em;
  color: #292d32; }

.isax-cpu-setting1 .path11:before {
  content: "\efbd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cpu-setting1 .path12:before {
  content: "\efbe";
  margin-left: -1em;
  color: #292d32; }

.isax-creative-commons1 .path1:before {
  content: "\efbf";
  color: #292d32;
  opacity: 0.4; }

.isax-creative-commons1 .path2:before {
  content: "\efc0";
  margin-left: -1em;
  color: #292d32; }

.isax-creative-commons1 .path3:before {
  content: "\efc1";
  margin-left: -1em;
  color: #292d32; }

.isax-crop1 .path1:before {
  content: "\efc2";
  color: #292d32;
  opacity: 0.4; }

.isax-crop1 .path2:before {
  content: "\efc3";
  margin-left: -1em;
  color: #292d32; }

.isax-crop1 .path3:before {
  content: "\efc4";
  margin-left: -1em;
  color: #292d32; }

.isax-crown1 .path1:before {
  content: "\efc5";
  color: #292d32;
  opacity: 0.4; }

.isax-crown1 .path2:before {
  content: "\efc6";
  margin-left: -1em;
  color: #292d32; }

.isax-crown1 .path3:before {
  content: "\efc7";
  margin-left: -1em;
  color: #292d32; }

.isax-crown-11 .path1:before {
  content: "\efc8";
  color: #292d32; }

.isax-crown-11 .path2:before {
  content: "\efc9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cup1 .path1:before {
  content: "\efca";
  color: #292d32;
  opacity: 0.4; }

.isax-cup1 .path2:before {
  content: "\efcb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cup1 .path3:before {
  content: "\efcc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-cup1 .path4:before {
  content: "\efcd";
  margin-left: -1em;
  color: #292d32; }

.isax-cup1 .path5:before {
  content: "\efce";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-danger1 .path1:before {
  content: "\efcf";
  color: #292d32;
  opacity: 0.4; }

.isax-danger1 .path2:before {
  content: "\efd0";
  margin-left: -1em;
  color: #292d32; }

.isax-danger1 .path3:before {
  content: "\efd1";
  margin-left: -1em;
  color: #292d32; }

.isax-data1 .path1:before {
  content: "\efd2";
  color: #292d32; }

.isax-data1 .path2:before {
  content: "\efd3";
  margin-left: -1em;
  color: #292d32; }

.isax-data1 .path3:before {
  content: "\efd4";
  margin-left: -1em;
  color: #292d32; }

.isax-data1 .path4:before {
  content: "\efd5";
  margin-left: -1em;
  color: #292d32; }

.isax-data1 .path5:before {
  content: "\efd6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-data-21 .path1:before {
  content: "\efd7";
  color: #292d32; }

.isax-data-21 .path2:before {
  content: "\efd8";
  margin-left: -1em;
  color: #292d32; }

.isax-data-21 .path3:before {
  content: "\efd9";
  margin-left: -1em;
  color: #292d32; }

.isax-data-21 .path4:before {
  content: "\efda";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.37; }

.isax-data-21 .path5:before {
  content: "\efdb";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools1 .path1:before {
  content: "\efdc";
  color: #292d32; }

.isax-designtools1 .path2:before {
  content: "\efdd";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools1 .path3:before {
  content: "\efde";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-designtools1 .path4:before {
  content: "\efdf";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools1 .path5:before {
  content: "\efe0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-device-message1 .path1:before {
  content: "\efe1";
  color: #292d32; }

.isax-device-message1 .path2:before {
  content: "\efe2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-device-message1 .path3:before {
  content: "\efe3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-device-message1 .path4:before {
  content: "\efe4";
  margin-left: -1em;
  color: #292d32; }

.isax-device-message1 .path5:before {
  content: "\efe5";
  margin-left: -1em;
  color: #292d32; }

.isax-device-message1 .path6:before {
  content: "\efe6";
  margin-left: -1em;
  color: #292d32; }

.isax-devices1 .path1:before {
  content: "\efe7";
  color: #292d32;
  opacity: 0.4; }

.isax-devices1 .path2:before {
  content: "\efe8";
  margin-left: -1em;
  color: #292d32; }

.isax-devices1 .path3:before {
  content: "\efe9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices1 .path4:before {
  content: "\efea";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path1:before {
  content: "\efeb";
  color: #292d32; }

.isax-devices-11 .path2:before {
  content: "\efec";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path3:before {
  content: "\efed";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path4:before {
  content: "\efee";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path5:before {
  content: "\efef";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path6:before {
  content: "\eff0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path7:before {
  content: "\eff1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-devices-11 .path8:before {
  content: "\eff2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-diagram1 .path1:before {
  content: "\eff3";
  color: #292d32; }

.isax-diagram1 .path2:before {
  content: "\eff4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-diamonds1 .path1:before {
  content: "\eff5";
  color: #292d32; }

.isax-diamonds1 .path2:before {
  content: "\eff6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct1 .path1:before {
  content: "\eff7";
  color: #292d32;
  opacity: 0.4; }

.isax-direct1 .path2:before {
  content: "\eff8";
  margin-left: -1em;
  color: #292d32; }

.isax-direct1 .path3:before {
  content: "\eff9";
  margin-left: -1em;
  color: #292d32; }

.isax-direct1 .path4:before {
  content: "\effa";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-default1 .path1:before {
  content: "\effb";
  color: #292d32; }

.isax-directbox-default1 .path2:before {
  content: "\effc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-default1 .path3:before {
  content: "\effd";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-default1 .path4:before {
  content: "\effe";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-notif1 .path1:before {
  content: "\efff";
  color: #292d32; }

.isax-directbox-notif1 .path2:before {
  content: "\f000";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-notif1 .path3:before {
  content: "\f001";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-receive1 .path1:before {
  content: "\f002";
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-receive1 .path2:before {
  content: "\f003";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-receive1 .path3:before {
  content: "\f004";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-receive1 .path4:before {
  content: "\f005";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-send1 .path1:before {
  content: "\f006";
  color: #292d32;
  opacity: 0.4; }

.isax-directbox-send1 .path2:before {
  content: "\f007";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-send1 .path3:before {
  content: "\f008";
  margin-left: -1em;
  color: #292d32; }

.isax-directbox-send1 .path4:before {
  content: "\f009";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-down1 .path1:before {
  content: "\f00a";
  color: #292d32; }

.isax-direct-down1 .path2:before {
  content: "\f00b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-inbox1 .path1:before {
  content: "\f00c";
  color: #292d32;
  opacity: 0.4; }

.isax-direct-inbox1 .path2:before {
  content: "\f00d";
  margin-left: -1em;
  color: #292d32; }

.isax-direct-inbox1 .path3:before {
  content: "\f00e";
  margin-left: -1em;
  color: #292d32; }

.isax-direct-left1 .path1:before {
  content: "\f00f";
  color: #292d32; }

.isax-direct-left1 .path2:before {
  content: "\f010";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-normal1 .path1:before {
  content: "\f011";
  color: #292d32;
  opacity: 0.4; }

.isax-direct-normal1 .path2:before {
  content: "\f012";
  margin-left: -1em;
  color: #292d32; }

.isax-direct-notification1 .path1:before {
  content: "\f013";
  color: #292d32; }

.isax-direct-notification1 .path2:before {
  content: "\f014";
  margin-left: -1em;
  color: #292d32; }

.isax-direct-notification1 .path3:before {
  content: "\f015";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-right1 .path1:before {
  content: "\f016";
  color: #292d32; }

.isax-direct-right1 .path2:before {
  content: "\f017";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-send1 .path1:before {
  content: "\f018";
  color: #292d32; }

.isax-direct-send1 .path2:before {
  content: "\f019";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-direct-send1 .path3:before {
  content: "\f01a";
  margin-left: -1em;
  color: #292d32; }

.isax-direct-up1 .path1:before {
  content: "\f01b";
  color: #292d32; }

.isax-direct-up1 .path2:before {
  content: "\f01c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-discount-circle1 .path1:before {
  content: "\f01d";
  color: #292d32;
  opacity: 0.4; }

.isax-discount-circle1 .path2:before {
  content: "\f01e";
  margin-left: -1em;
  color: #292d32; }

.isax-discount-circle1 .path3:before {
  content: "\f01f";
  margin-left: -1em;
  color: #292d32; }

.isax-discount-circle1 .path4:before {
  content: "\f020";
  margin-left: -1em;
  color: #292d32; }

.isax-discount-shape1 .path1:before {
  content: "\f021";
  color: #292d32;
  opacity: 0.4; }

.isax-discount-shape1 .path2:before {
  content: "\f022";
  margin-left: -1em;
  color: #292d32; }

.isax-discount-shape1 .path3:before {
  content: "\f023";
  margin-left: -1em;
  color: #292d32; }

.isax-discount-shape1 .path4:before {
  content: "\f024";
  margin-left: -1em;
  color: #292d32; }

.isax-discover1 .path1:before {
  content: "\f025";
  color: #292d32;
  opacity: 0.4; }

.isax-discover1 .path2:before {
  content: "\f026";
  margin-left: -1em;
  color: #292d32; }

.isax-discover-11 .path1:before {
  content: "\f027";
  color: #292d32;
  opacity: 0.4; }

.isax-discover-11 .path2:before {
  content: "\f028";
  margin-left: -1em;
  color: #292d32; }

.isax-dislike1 .path1:before {
  content: "\f029";
  color: #292d32;
  opacity: 0.4; }

.isax-dislike1 .path2:before {
  content: "\f02a";
  margin-left: -1em;
  color: #292d32; }

.isax-document1 .path1:before {
  content: "\f02b";
  color: #292d32;
  opacity: 0.4; }

.isax-document1 .path2:before {
  content: "\f02c";
  margin-left: -1em;
  color: #292d32; }

.isax-document-11 .path1:before {
  content: "\f02d";
  color: #292d32;
  opacity: 0.4; }

.isax-document-11 .path2:before {
  content: "\f02e";
  margin-left: -1em;
  color: #292d32; }

.isax-document-11 .path3:before {
  content: "\f02f";
  margin-left: -1em;
  color: #292d32; }

.isax-document-cloud1 .path1:before {
  content: "\f030";
  color: #292d32;
  opacity: 0.4; }

.isax-document-cloud1 .path2:before {
  content: "\f031";
  margin-left: -1em;
  color: #292d32; }

.isax-document-cloud1 .path3:before {
  content: "\f032";
  margin-left: -1em;
  color: #292d32; }

.isax-document-code1 .path1:before {
  content: "\f033";
  color: #292d32;
  opacity: 0.4; }

.isax-document-code1 .path2:before {
  content: "\f034";
  margin-left: -1em;
  color: #292d32; }

.isax-document-code1 .path3:before {
  content: "\f035";
  margin-left: -1em;
  color: #292d32; }

.isax-document-code1 .path4:before {
  content: "\f036";
  margin-left: -1em;
  color: #292d32; }

.isax-document-code-21 .path1:before {
  content: "\f037";
  color: #292d32;
  opacity: 0.4; }

.isax-document-code-21 .path2:before {
  content: "\f038";
  margin-left: -1em;
  color: #292d32; }

.isax-document-code-21 .path3:before {
  content: "\f039";
  margin-left: -1em;
  color: #292d32; }

.isax-document-copy1 .path1:before {
  content: "\f03a";
  color: #292d32;
  opacity: 0.4; }

.isax-document-copy1 .path2:before {
  content: "\f03b";
  margin-left: -1em;
  color: #292d32; }

.isax-document-copy1 .path3:before {
  content: "\f03c";
  margin-left: -1em;
  color: #292d32; }

.isax-document-download1 .path1:before {
  content: "\f03d";
  color: #292d32;
  opacity: 0.4; }

.isax-document-download1 .path2:before {
  content: "\f03e";
  margin-left: -1em;
  color: #292d32; }

.isax-document-download1 .path3:before {
  content: "\f03f";
  margin-left: -1em;
  color: #292d32; }

.isax-document-favorite1 .path1:before {
  content: "\f040";
  color: #292d32;
  opacity: 0.4; }

.isax-document-favorite1 .path2:before {
  content: "\f041";
  margin-left: -1em;
  color: #292d32; }

.isax-document-favorite1 .path3:before {
  content: "\f042";
  margin-left: -1em;
  color: #292d32; }

.isax-document-filter1 .path1:before {
  content: "\f043";
  color: #292d32; }

.isax-document-filter1 .path2:before {
  content: "\f044";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-document-filter1 .path3:before {
  content: "\f045";
  margin-left: -1em;
  color: #292d32; }

.isax-document-filter1 .path4:before {
  content: "\f046";
  margin-left: -1em;
  color: #292d32; }

.isax-document-forward1 .path1:before {
  content: "\f047";
  color: #292d32;
  opacity: 0.4; }

.isax-document-forward1 .path2:before {
  content: "\f048";
  margin-left: -1em;
  color: #292d32; }

.isax-document-forward1 .path3:before {
  content: "\f049";
  margin-left: -1em;
  color: #292d32; }

.isax-document-like1 .path1:before {
  content: "\f04a";
  color: #292d32;
  opacity: 0.4; }

.isax-document-like1 .path2:before {
  content: "\f04b";
  margin-left: -1em;
  color: #292d32; }

.isax-document-like1 .path3:before {
  content: "\f04c";
  margin-left: -1em;
  color: #292d32; }

.isax-document-normal1 .path1:before {
  content: "\f04d";
  color: #292d32;
  opacity: 0.4; }

.isax-document-normal1 .path2:before {
  content: "\f04e";
  margin-left: -1em;
  color: #292d32; }

.isax-document-previous1 .path1:before {
  content: "\f04f";
  color: #292d32;
  opacity: 0.4; }

.isax-document-previous1 .path2:before {
  content: "\f050";
  margin-left: -1em;
  color: #292d32; }

.isax-document-previous1 .path3:before {
  content: "\f051";
  margin-left: -1em;
  color: #292d32; }

.isax-document-sketch1 .path1:before {
  content: "\f052";
  color: #292d32;
  opacity: 0.4; }

.isax-document-sketch1 .path2:before {
  content: "\f053";
  margin-left: -1em;
  color: #292d32; }

.isax-document-sketch1 .path3:before {
  content: "\f054";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text1 .path1:before {
  content: "\f055";
  color: #292d32;
  opacity: 0.4; }

.isax-document-text1 .path2:before {
  content: "\f056";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text1 .path3:before {
  content: "\f057";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text1 .path4:before {
  content: "\f058";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text-11 .path1:before {
  content: "\f059";
  color: #292d32;
  opacity: 0.4; }

.isax-document-text-11 .path2:before {
  content: "\f05a";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text-11 .path3:before {
  content: "\f05b";
  margin-left: -1em;
  color: #292d32; }

.isax-document-text-11 .path4:before {
  content: "\f05c";
  margin-left: -1em;
  color: #292d32; }

.isax-document-upload1 .path1:before {
  content: "\f05d";
  color: #292d32;
  opacity: 0.4; }

.isax-document-upload1 .path2:before {
  content: "\f05e";
  margin-left: -1em;
  color: #292d32; }

.isax-document-upload1 .path3:before {
  content: "\f05f";
  margin-left: -1em;
  color: #292d32; }

.isax-dollar-circle1 .path1:before {
  content: "\f060";
  color: #292d32;
  opacity: 0.4; }

.isax-dollar-circle1 .path2:before {
  content: "\f061";
  margin-left: -1em;
  color: #292d32; }

.isax-dollar-square1 .path1:before {
  content: "\f062";
  color: #292d32;
  opacity: 0.4; }

.isax-dollar-square1 .path2:before {
  content: "\f063";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path1:before {
  content: "\f064";
  color: #292d32;
  opacity: 0.4; }

.isax-driver1 .path2:before {
  content: "\f065";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-driver1 .path3:before {
  content: "\f066";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path4:before {
  content: "\f067";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path5:before {
  content: "\f068";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path6:before {
  content: "\f069";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path7:before {
  content: "\f06a";
  margin-left: -1em;
  color: #292d32; }

.isax-driver1 .path8:before {
  content: "\f06b";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path1:before {
  content: "\f06c";
  color: #292d32;
  opacity: 0.4; }

.isax-driver-21 .path2:before {
  content: "\f06d";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path3:before {
  content: "\f06e";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path4:before {
  content: "\f06f";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path5:before {
  content: "\f070";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path6:before {
  content: "\f071";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path7:before {
  content: "\f072";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-21 .path8:before {
  content: "\f073";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path1:before {
  content: "\f074";
  color: #292d32;
  opacity: 0.4; }

.isax-driver-refresh1 .path2:before {
  content: "\f075";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path3:before {
  content: "\f076";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path4:before {
  content: "\f077";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path5:before {
  content: "\f078";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path6:before {
  content: "\f079";
  margin-left: -1em;
  color: #292d32; }

.isax-driver-refresh1 .path7:before {
  content: "\f07a";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path1:before {
  content: "\f07b";
  color: #292d32; }

.isax-driving1 .path2:before {
  content: "\f07c";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path3:before {
  content: "\f07d";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path4:before {
  content: "\f07e";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path5:before {
  content: "\f07f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-driving1 .path6:before {
  content: "\f080";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path7:before {
  content: "\f081";
  margin-left: -1em;
  color: #292d32; }

.isax-driving1 .path8:before {
  content: "\f082";
  margin-left: -1em;
  color: #292d32; }

.isax-drop .path1:before {
  content: "\f083";
  color: #292d32; }

.isax-drop .path2:before {
  content: "\f084";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-edit1 .path1:before {
  content: "\f085";
  color: #292d32;
  opacity: 0.4; }

.isax-edit1 .path2:before {
  content: "\f086";
  margin-left: -1em;
  color: #292d32; }

.isax-edit1 .path3:before {
  content: "\f087";
  margin-left: -1em;
  color: #292d32; }

.isax-edit-21 .path1:before {
  content: "\f088";
  color: #292d32;
  opacity: 0.4; }

.isax-edit-21 .path2:before {
  content: "\f089";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-edit-21 .path3:before {
  content: "\f08a";
  margin-left: -1em;
  color: #292d32; }

.isax-electricity1 .path1:before {
  content: "\f08b";
  color: #292d32;
  opacity: 0.4; }

.isax-electricity1 .path2:before {
  content: "\f08c";
  margin-left: -1em;
  color: #292d32; }

.isax-electricity1 .path3:before {
  content: "\f08d";
  margin-left: -1em;
  color: #292d32; }

.isax-electricity1 .path4:before {
  content: "\f08e";
  margin-left: -1em;
  color: #292d32; }

.isax-element-1 .path1:before {
  content: "\f08f";
  color: #292d32; }

.isax-element-1 .path2:before {
  content: "\f090";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-1 .path3:before {
  content: "\f091";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-21 .path1:before {
  content: "\f092";
  color: #292d32; }

.isax-element-21 .path2:before {
  content: "\f093";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-21 .path3:before {
  content: "\f094";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-31 .path1:before {
  content: "\f095";
  color: #292d32;
  opacity: 0.4; }

.isax-element-31 .path2:before {
  content: "\f096";
  margin-left: -1em;
  color: #292d32; }

.isax-element-31 .path3:before {
  content: "\f097";
  margin-left: -1em;
  color: #292d32; }

.isax-element-31 .path4:before {
  content: "\f098";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-41 .path1:before {
  content: "\f099";
  color: #292d32; }

.isax-element-41 .path2:before {
  content: "\f09a";
  margin-left: -1em;
  color: #292d32; }

.isax-element-41 .path3:before {
  content: "\f09b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-41 .path4:before {
  content: "\f09c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-equal1 .path1:before {
  content: "\f09d";
  color: #292d32; }

.isax-element-equal1 .path2:before {
  content: "\f09e";
  margin-left: -1em;
  color: #292d32; }

.isax-element-equal1 .path3:before {
  content: "\f09f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-equal1 .path4:before {
  content: "\f0a0";
  margin-left: -1em;
  color: #292d32; }

.isax-element-equal1 .path5:before {
  content: "\f0a1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-plus1 .path1:before {
  content: "\f0a2";
  color: #292d32; }

.isax-element-plus1 .path2:before {
  content: "\f0a3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-element-plus1 .path3:before {
  content: "\f0a4";
  margin-left: -1em;
  color: #292d32; }

.isax-element-plus1 .path4:before {
  content: "\f0a5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-emoji-happy1 .path1:before {
  content: "\f0a6";
  color: #292d32;
  opacity: 0.4; }

.isax-emoji-happy1 .path2:before {
  content: "\f0a7";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-happy1 .path3:before {
  content: "\f0a8";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-happy1 .path4:before {
  content: "\f0a9";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-normal1 .path1:before {
  content: "\f0aa";
  color: #292d32;
  opacity: 0.4; }

.isax-emoji-normal1 .path2:before {
  content: "\f0ab";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-normal1 .path3:before {
  content: "\f0ac";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-normal1 .path4:before {
  content: "\f0ad";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-sad1 .path1:before {
  content: "\f0ae";
  color: #292d32;
  opacity: 0.4; }

.isax-emoji-sad1 .path2:before {
  content: "\f0af";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-sad1 .path3:before {
  content: "\f0b0";
  margin-left: -1em;
  color: #292d32; }

.isax-emoji-sad1 .path4:before {
  content: "\f0b1";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet1 .path1:before {
  content: "\f0b2";
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet1 .path2:before {
  content: "\f0b3";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet1 .path3:before {
  content: "\f0b4";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet1 .path4:before {
  content: "\f0b5";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-add1 .path1:before {
  content: "\f0b6";
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet-add1 .path2:before {
  content: "\f0b7";
  margin-left: -1.0419921875em;
  color: #292d32; }

.isax-empty-wallet-add1 .path3:before {
  content: "\f0b8";
  margin-left: -1.0419921875em;
  color: #292d32; }

.isax-empty-wallet-add1 .path4:before {
  content: "\f0b9";
  margin-left: -1.0419921875em;
  color: #292d32; }

.isax-empty-wallet-add1 .path5:before {
  content: "\f0ba";
  margin-left: -1.0419921875em;
  color: #292d32; }

.isax-empty-wallet-change1 .path1:before {
  content: "\f0bb";
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet-change1 .path2:before {
  content: "\f0bc";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-change1 .path3:before {
  content: "\f0bd";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-change1 .path4:before {
  content: "\f0be";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-change1 .path5:before {
  content: "\f0bf";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-remove1 .path1:before {
  content: "\f0c0";
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet-remove1 .path2:before {
  content: "\f0c1";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-remove1 .path3:before {
  content: "\f0c2";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-remove1 .path4:before {
  content: "\f0c3";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-remove1 .path5:before {
  content: "\f0c4";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-tick1 .path1:before {
  content: "\f0c5";
  color: #292d32; }

.isax-empty-wallet-tick1 .path2:before {
  content: "\f0c6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet-tick1 .path3:before {
  content: "\f0c7";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-tick1 .path4:before {
  content: "\f0c8";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-tick1 .path5:before {
  content: "\f0c9";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-time1 .path1:before {
  content: "\f0ca";
  color: #292d32; }

.isax-empty-wallet-time1 .path2:before {
  content: "\f0cb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-empty-wallet-time1 .path3:before {
  content: "\f0cc";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-time1 .path4:before {
  content: "\f0cd";
  margin-left: -1em;
  color: #292d32; }

.isax-empty-wallet-time1 .path5:before {
  content: "\f0ce";
  margin-left: -1em;
  color: #292d32; }

.isax-eraser1 .path1:before {
  content: "\f0cf";
  color: #292d32; }

.isax-eraser1 .path2:before {
  content: "\f0d0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-eraser1 .path3:before {
  content: "\f0d1";
  margin-left: -1em;
  color: #292d32; }

.isax-eraser-11 .path1:before {
  content: "\f0d2";
  color: #292d32;
  opacity: 0.4; }

.isax-eraser-11 .path2:before {
  content: "\f0d3";
  margin-left: -1em;
  color: #292d32; }

.isax-eraser-11 .path3:before {
  content: "\f0d4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-export1 .path1:before {
  content: "\f0d5";
  color: #292d32;
  opacity: 0.4; }

.isax-export1 .path2:before {
  content: "\f0d6";
  margin-left: -1em;
  color: #292d32; }

.isax-export-11 .path1:before {
  content: "\f0d7";
  color: #292d32;
  opacity: 0.4; }

.isax-export-11 .path2:before {
  content: "\f0d8";
  margin-left: -1em;
  color: #292d32; }

.isax-export-21 .path1:before {
  content: "\f0d9";
  color: #292d32;
  opacity: 0.4; }

.isax-export-21 .path2:before {
  content: "\f0da";
  margin-left: -1em;
  color: #292d32; }

.isax-export-31 .path1:before {
  content: "\f0db";
  color: #292d32;
  opacity: 0.4; }

.isax-export-31 .path2:before {
  content: "\f0dc";
  margin-left: -1em;
  color: #292d32; }

.isax-external-drive1 .path1:before {
  content: "\f0dd";
  color: #292d32;
  opacity: 0.4; }

.isax-external-drive1 .path2:before {
  content: "\f0de";
  margin-left: -1em;
  color: #292d32; }

.isax-external-drive1 .path3:before {
  content: "\f0df";
  margin-left: -1em;
  color: #292d32; }

.isax-external-drive1 .path4:before {
  content: "\f0e0";
  margin-left: -1em;
  color: #292d32; }

.isax-external-drive1 .path5:before {
  content: "\f0e1";
  margin-left: -1em;
  color: #292d32; }

.isax-eye-slash1 .path1:before {
  content: "\f0e2";
  color: #292d32;
  opacity: 0.4; }

.isax-eye-slash1 .path2:before {
  content: "\f0e3";
  margin-left: -1em;
  color: #292d32; }

.isax-eye-slash1 .path3:before {
  content: "\f0e4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-eye-slash1 .path4:before {
  content: "\f0e5";
  margin-left: -1em;
  color: #292d32; }

.isax-eye-slash1 .path5:before {
  content: "\f0e6";
  margin-left: -1em;
  color: #292d32; }

.isax-fatrows1 .path1:before {
  content: "\f0e7";
  color: #292d32; }

.isax-fatrows1 .path2:before {
  content: "\f0e8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-favorite-chart1 .path1:before {
  content: "\f0e9";
  color: #292d32;
  opacity: 0.4; }

.isax-favorite-chart1 .path2:before {
  content: "\f0ea";
  margin-left: -1em;
  color: #292d32; }

.isax-favorite-chart1 .path3:before {
  content: "\f0eb";
  margin-left: -1em;
  color: #292d32; }

.isax-filter1 .path1:before {
  content: "\f0ec";
  color: #292d32;
  opacity: 0.4; }

.isax-filter1 .path2:before {
  content: "\f0ed";
  margin-left: -1em;
  color: #292d32; }

.isax-filter-add1 .path1:before {
  content: "\f0ee";
  color: #292d32;
  opacity: 0.4; }

.isax-filter-add1 .path2:before {
  content: "\f0ef";
  margin-left: -1em;
  color: #292d32; }

.isax-filter-edit1 .path1:before {
  content: "\f0f0";
  color: #292d32;
  opacity: 0.4; }

.isax-filter-edit1 .path2:before {
  content: "\f0f1";
  margin-left: -1em;
  color: #292d32; }

.isax-filter-remove1 .path1:before {
  content: "\f0f2";
  color: #292d32;
  opacity: 0.4; }

.isax-filter-remove1 .path2:before {
  content: "\f0f3";
  margin-left: -1em;
  color: #292d32; }

.isax-filter-search1 .path1:before {
  content: "\f0f4";
  color: #292d32; }

.isax-filter-search1 .path2:before {
  content: "\f0f5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-filter-square1 .path1:before {
  content: "\f0f6";
  color: #292d32;
  opacity: 0.4; }

.isax-filter-square1 .path2:before {
  content: "\f0f7";
  margin-left: -1em;
  color: #292d32; }

.isax-filter-tick1 .path1:before {
  content: "\f0f8";
  color: #292d32; }

.isax-filter-tick1 .path2:before {
  content: "\f0f9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-finger-cricle1 .path1:before {
  content: "\f0fa";
  color: #292d32;
  opacity: 0.4; }

.isax-finger-cricle1 .path2:before {
  content: "\f0fb";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-cricle1 .path3:before {
  content: "\f0fc";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-scan1 .path1:before {
  content: "\f0fd";
  color: #292d32;
  opacity: 0.4; }

.isax-finger-scan1 .path2:before {
  content: "\f0fe";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-scan1 .path3:before {
  content: "\f0ff";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-scan1 .path4:before {
  content: "\f100";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-scan1 .path5:before {
  content: "\f101";
  margin-left: -1em;
  color: #292d32; }

.isax-finger-scan1 .path6:before {
  content: "\f102";
  margin-left: -1em;
  color: #292d32; }

.isax-firstline1 .path1:before {
  content: "\f103";
  color: #292d32; }

.isax-firstline1 .path2:before {
  content: "\f104";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-firstline1 .path3:before {
  content: "\f105";
  margin-left: -1em;
  color: #292d32; }

.isax-firstline1 .path4:before {
  content: "\f106";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-firstline1 .path5:before {
  content: "\f107";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flag1 .path1:before {
  content: "\f108";
  color: #292d32; }

.isax-flag1 .path2:before {
  content: "\f109";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flag-21 .path1:before {
  content: "\f10a";
  color: #292d32; }

.isax-flag-21 .path2:before {
  content: "\f10b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash1 .path1:before {
  content: "\f10c";
  color: #292d32; }

.isax-flash1 .path2:before {
  content: "\f10d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash-11 .path1:before {
  content: "\f10e";
  color: #292d32; }

.isax-flash-11 .path2:before {
  content: "\f10f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash-11 .path3:before {
  content: "\f110";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash-11 .path4:before {
  content: "\f111";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash-circle1 .path1:before {
  content: "\f112";
  color: #292d32;
  opacity: 0.4; }

.isax-flash-circle1 .path2:before {
  content: "\f113";
  margin-left: -1em;
  color: #292d32; }

.isax-flash-circle-11 .path1:before {
  content: "\f114";
  color: #292d32;
  opacity: 0.4; }

.isax-flash-circle-11 .path2:before {
  content: "\f115";
  margin-left: -1em;
  color: #292d32; }

.isax-flash-slash1 .path1:before {
  content: "\f116";
  color: #292d32; }

.isax-flash-slash1 .path2:before {
  content: "\f117";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-flash-slash1 .path3:before {
  content: "\f118";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-folder1 .path1:before {
  content: "\f119";
  color: #292d32; }

.isax-folder1 .path2:before {
  content: "\f11a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-folder-21 .path1:before {
  content: "\f11b";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-21 .path2:before {
  content: "\f11c";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-add1 .path1:before {
  content: "\f11d";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-add1 .path2:before {
  content: "\f11e";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-cloud1 .path1:before {
  content: "\f11f";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-cloud1 .path2:before {
  content: "\f120";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-connection1 .path1:before {
  content: "\f121";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-connection1 .path2:before {
  content: "\f122";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-cross1 .path1:before {
  content: "\f123";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-cross1 .path2:before {
  content: "\f124";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-favorite1 .path1:before {
  content: "\f125";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-favorite1 .path2:before {
  content: "\f126";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-minus1 .path1:before {
  content: "\f127";
  color: #292d32;
  opacity: 0.4; }

.isax-folder-minus1 .path2:before {
  content: "\f128";
  margin-left: -1em;
  color: #292d32; }

.isax-folder-open1 .path1:before {
  content: "\f129";
  color: #292d32; }

.isax-folder-open1 .path2:before {
  content: "\f12a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-forbidden1 .path1:before {
  content: "\f12b";
  color: #292d32;
  opacity: 0.4; }

.isax-forbidden1 .path2:before {
  content: "\f12c";
  margin-left: -1em;
  color: #292d32; }

.isax-forbidden-21 .path1:before {
  content: "\f12d";
  color: #292d32;
  opacity: 0.4; }

.isax-forbidden-21 .path2:before {
  content: "\f12e";
  margin-left: -1em;
  color: #292d32; }

.isax-format-circle1 .path1:before {
  content: "\f12f";
  color: #292d32; }

.isax-format-circle1 .path2:before {
  content: "\f130";
  margin-left: -1em;
  color: #292d32; }

.isax-format-circle1 .path3:before {
  content: "\f131";
  margin-left: -1em;
  color: #292d32; }

.isax-format-circle1 .path4:before {
  content: "\f132";
  margin-left: -1em;
  color: #292d32; }

.isax-format-circle1 .path5:before {
  content: "\f133";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-format-square1 .path1:before {
  content: "\f134";
  color: #292d32;
  opacity: 0.4; }

.isax-format-square1 .path2:before {
  content: "\f135";
  margin-left: -1em;
  color: #292d32; }

.isax-format-square1 .path3:before {
  content: "\f136";
  margin-left: -1em;
  color: #292d32; }

.isax-format-square1 .path4:before {
  content: "\f137";
  margin-left: -1em;
  color: #292d32; }

.isax-format-square1 .path5:before {
  content: "\f138";
  margin-left: -1em;
  color: #292d32; }

.isax-forward1 .path1:before {
  content: "\f139";
  color: #292d32;
  opacity: 0.4; }

.isax-forward1 .path2:before {
  content: "\f13a";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-5-seconds1 .path1:before {
  content: "\f13b";
  color: #292d32;
  opacity: 0.4; }

.isax-forward-5-seconds1 .path2:before {
  content: "\f13c";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-10-seconds1 .path1:before {
  content: "\f13d";
  color: #292d32;
  opacity: 0.4; }

.isax-forward-10-seconds1 .path2:before {
  content: "\f13e";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-10-seconds1 .path3:before {
  content: "\f13f";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-15-seconds1 .path1:before {
  content: "\f140";
  color: #292d32; }

.isax-forward-15-seconds1 .path2:before {
  content: "\f141";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-15-seconds1 .path3:before {
  content: "\f142";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-forward-item1 .path1:before {
  content: "\f143";
  color: #292d32;
  opacity: 0.4; }

.isax-forward-item1 .path2:before {
  content: "\f144";
  margin-left: -1em;
  color: #292d32; }

.isax-forward-item1 .path3:before {
  content: "\f145";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-forward-square1 .path1:before {
  content: "\f146";
  color: #292d32;
  opacity: 0.4; }

.isax-forward-square1 .path2:before {
  content: "\f147";
  margin-left: -1em;
  color: #292d32; }

.isax-frame1 .path1:before {
  content: "\f148";
  color: #292d32;
  opacity: 0.4; }

.isax-frame1 .path2:before {
  content: "\f149";
  margin-left: -1em;
  color: #292d32; }

.isax-frame1 .path3:before {
  content: "\f14a";
  margin-left: -1em;
  color: #292d32; }

.isax-frame1 .path4:before {
  content: "\f14b";
  margin-left: -1em;
  color: #292d32; }

.isax-frame1 .path5:before {
  content: "\f14c";
  margin-left: -1em;
  color: #292d32; }

.isax-frame-11 .path1:before {
  content: "\f14d";
  color: #292d32; }

.isax-frame-11 .path2:before {
  content: "\f14e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-frame-11 .path3:before {
  content: "\f14f";
  margin-left: -1em;
  color: #292d32; }

.isax-frame-21 .path1:before {
  content: "\f150";
  color: #292d32;
  opacity: 0.4; }

.isax-frame-21 .path2:before {
  content: "\f151";
  margin-left: -1em;
  color: #292d32; }

.isax-frame-31 .path1:before {
  content: "\f152";
  color: #292d32;
  opacity: 0.4; }

.isax-frame-31 .path2:before {
  content: "\f153";
  margin-left: -1em;
  color: #292d32; }

.isax-frame-41 .path1:before {
  content: "\f154";
  color: #292d32; }

.isax-frame-41 .path2:before {
  content: "\f155";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-frame-41 .path3:before {
  content: "\f156";
  margin-left: -1em;
  color: #292d32; }

.isax-frame-41 .path4:before {
  content: "\f157";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery1 .path1:before {
  content: "\f158";
  color: #292d32;
  opacity: 0.4; }

.isax-gallery1 .path2:before {
  content: "\f159";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery1 .path3:before {
  content: "\f15a";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-add1 .path1:before {
  content: "\f15b";
  color: #292d32; }

.isax-gallery-add1 .path2:before {
  content: "\f15c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-add1 .path3:before {
  content: "\f15d";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-add1 .path4:before {
  content: "\f15e";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-edit1 .path1:before {
  content: "\f15f";
  color: #292d32; }

.isax-gallery-edit1 .path2:before {
  content: "\f160";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-edit1 .path3:before {
  content: "\f161";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-edit1 .path4:before {
  content: "\f162";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-favorite1 .path1:before {
  content: "\f163";
  color: #292d32; }

.isax-gallery-favorite1 .path2:before {
  content: "\f164";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-favorite1 .path3:before {
  content: "\f165";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-favorite1 .path4:before {
  content: "\f166";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-import1 .path1:before {
  content: "\f167";
  color: #292d32; }

.isax-gallery-import1 .path2:before {
  content: "\f168";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-import1 .path3:before {
  content: "\f169";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-import1 .path4:before {
  content: "\f16a";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-remove1 .path1:before {
  content: "\f16b";
  color: #292d32; }

.isax-gallery-remove1 .path2:before {
  content: "\f16c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-remove1 .path3:before {
  content: "\f16d";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-remove1 .path4:before {
  content: "\f16e";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-slash1 .path1:before {
  content: "\f16f";
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-slash1 .path2:before {
  content: "\f170";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-slash1 .path3:before {
  content: "\f171";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-slash1 .path4:before {
  content: "\f172";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-slash1 .path5:before {
  content: "\f173";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-tick1 .path1:before {
  content: "\f174";
  color: #292d32; }

.isax-gallery-tick1 .path2:before {
  content: "\f175";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gallery-tick1 .path3:before {
  content: "\f176";
  margin-left: -1em;
  color: #292d32; }

.isax-gallery-tick1 .path4:before {
  content: "\f177";
  margin-left: -1em;
  color: #292d32; }

.isax-game1 .path1:before {
  content: "\f178";
  color: #292d32; }

.isax-game1 .path2:before {
  content: "\f179";
  margin-left: -1em;
  color: #292d32; }

.isax-game1 .path3:before {
  content: "\f17a";
  margin-left: -1em;
  color: #292d32; }

.isax-game1 .path4:before {
  content: "\f17b";
  margin-left: -1em;
  color: #292d32; }

.isax-game1 .path5:before {
  content: "\f17c";
  margin-left: -1em;
  color: #292d32; }

.isax-game1 .path6:before {
  content: "\f17d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-game1 .path7:before {
  content: "\f17e";
  margin-left: -1em;
  color: #292d32; }

.isax-gameboy1 .path1:before {
  content: "\f17f";
  color: #292d32;
  opacity: 0.4; }

.isax-gameboy1 .path2:before {
  content: "\f180";
  margin-left: -1em;
  color: #292d32; }

.isax-gameboy1 .path3:before {
  content: "\f181";
  margin-left: -1em;
  color: #292d32; }

.isax-gameboy1 .path4:before {
  content: "\f182";
  margin-left: -1em;
  color: #292d32; }

.isax-gameboy1 .path5:before {
  content: "\f183";
  margin-left: -1em;
  color: #292d32; }

.isax-gas-station1 .path1:before {
  content: "\f184";
  color: #292d32;
  opacity: 0.4; }

.isax-gas-station1 .path2:before {
  content: "\f185";
  margin-left: -1em;
  color: #292d32; }

.isax-gas-station1 .path3:before {
  content: "\f186";
  margin-left: -1em;
  color: #292d32; }

.isax-gas-station1 .path4:before {
  content: "\f187";
  margin-left: -1em;
  color: #292d32; }

.isax-gas-station1 .path5:before {
  content: "\f188";
  margin-left: -1em;
  color: #292d32; }

.isax-gemini1 .path1:before {
  content: "\f189";
  color: #292d32; }

.isax-gemini1 .path2:before {
  content: "\f18a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gemini1 .path3:before {
  content: "\f18b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gemini1 .path4:before {
  content: "\f18c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gemini1 .path5:before {
  content: "\f18d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gemini-21 .path1:before {
  content: "\f18e";
  color: #292d32; }

.isax-gemini-21 .path2:before {
  content: "\f18f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ghost1 .path1:before {
  content: "\f190";
  color: #292d32;
  opacity: 0.4; }

.isax-ghost1 .path2:before {
  content: "\f191";
  margin-left: -1em;
  color: #292d32; }

.isax-ghost1 .path3:before {
  content: "\f192";
  margin-left: -1em;
  color: #292d32; }

.isax-gift1 .path1:before {
  content: "\f193";
  color: #292d32;
  opacity: 0.4; }

.isax-gift1 .path2:before {
  content: "\f194";
  margin-left: -1em;
  color: #292d32; }

.isax-gift1 .path3:before {
  content: "\f195";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gift1 .path4:before {
  content: "\f196";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gift1 .path5:before {
  content: "\f197";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-glass1 .path1:before {
  content: "\f198";
  color: #292d32; }

.isax-glass1 .path2:before {
  content: "\f199";
  margin-left: -1em;
  color: #292d32; }

.isax-glass1 .path3:before {
  content: "\f19a";
  margin-left: -1em;
  color: #292d32; }

.isax-glass1 .path4:before {
  content: "\f19b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-glass1 .path5:before {
  content: "\f19c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-glass-11 .path1:before {
  content: "\f19d";
  color: #292d32; }

.isax-glass-11 .path2:before {
  content: "\f19e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global1 .path1:before {
  content: "\f19f";
  color: #292d32;
  opacity: 0.4; }

.isax-global1 .path2:before {
  content: "\f1a0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global1 .path3:before {
  content: "\f1a1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global1 .path4:before {
  content: "\f1a2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global1 .path5:before {
  content: "\f1a3";
  margin-left: -1em;
  color: #292d32; }

.isax-global1 .path6:before {
  content: "\f1a4";
  margin-left: -1em;
  color: #292d32; }

.isax-global1 .path7:before {
  content: "\f1a5";
  margin-left: -1em;
  color: #292d32; }

.isax-global1 .path8:before {
  content: "\f1a6";
  margin-left: -1em;
  color: #292d32; }

.isax-global1 .path9:before {
  content: "\f1a7";
  margin-left: -1em;
  color: #292d32; }

.isax-global-edit1 .path1:before {
  content: "\f1a8";
  color: #292d32; }

.isax-global-edit1 .path2:before {
  content: "\f1a9";
  margin-left: -1em;
  color: #292d32; }

.isax-global-edit1 .path3:before {
  content: "\f1aa";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path4:before {
  content: "\f1ab";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path5:before {
  content: "\f1ac";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path6:before {
  content: "\f1ad";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path7:before {
  content: "\f1ae";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path8:before {
  content: "\f1af";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path9:before {
  content: "\f1b0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-edit1 .path10:before {
  content: "\f1b1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path1:before {
  content: "\f1b2";
  color: #292d32; }

.isax-global-refresh1 .path2:before {
  content: "\f1b3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path3:before {
  content: "\f1b4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path4:before {
  content: "\f1b5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path5:before {
  content: "\f1b6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path6:before {
  content: "\f1b7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path7:before {
  content: "\f1b8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path8:before {
  content: "\f1b9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-refresh1 .path9:before {
  content: "\f1ba";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path1:before {
  content: "\f1bb";
  color: #292d32; }

.isax-global-search1 .path2:before {
  content: "\f1bc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path3:before {
  content: "\f1bd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path4:before {
  content: "\f1be";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path5:before {
  content: "\f1bf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path6:before {
  content: "\f1c0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path7:before {
  content: "\f1c1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path8:before {
  content: "\f1c2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-global-search1 .path9:before {
  content: "\f1c3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gps1 .path1:before {
  content: "\f1c4";
  color: #292d32;
  opacity: 0.4; }

.isax-gps1 .path2:before {
  content: "\f1c5";
  margin-left: -1em;
  color: #292d32; }

.isax-gps1 .path3:before {
  content: "\f1c6";
  margin-left: -1em;
  color: #292d32; }

.isax-gps1 .path4:before {
  content: "\f1c7";
  margin-left: -1em;
  color: #292d32; }

.isax-gps1 .path5:before {
  content: "\f1c8";
  margin-left: -1em;
  color: #292d32; }

.isax-gps1 .path6:before {
  content: "\f1c9";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path1:before {
  content: "\f1ca";
  color: #292d32;
  opacity: 0.4; }

.isax-gps-slash1 .path2:before {
  content: "\f1cb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-gps-slash1 .path3:before {
  content: "\f1cc";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path4:before {
  content: "\f1cd";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path5:before {
  content: "\f1ce";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path6:before {
  content: "\f1cf";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path7:before {
  content: "\f1d0";
  margin-left: -1em;
  color: #292d32; }

.isax-gps-slash1 .path8:before {
  content: "\f1d1";
  margin-left: -1em;
  color: #292d32; }

.isax-grammerly1 .path1:before {
  content: "\f1d2";
  color: #292d32;
  opacity: 0.4; }

.isax-grammerly1 .path2:before {
  content: "\f1d3";
  margin-left: -1em;
  color: #292d32; }

.isax-graph1 .path1:before {
  content: "\f1d4";
  color: #292d32; }

.isax-graph1 .path2:before {
  content: "\f1d5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-11 .path1:before {
  content: "\f1d6";
  color: #292d32; }

.isax-grid-11 .path2:before {
  content: "\f1d7";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-11 .path3:before {
  content: "\f1d8";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-11 .path4:before {
  content: "\f1d9";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-11 .path5:before {
  content: "\f1da";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-11 .path6:before {
  content: "\f1db";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-11 .path7:before {
  content: "\f1dc";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-11 .path8:before {
  content: "\f1dd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-11 .path9:before {
  content: "\f1de";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-21 .path1:before {
  content: "\f1df";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-21 .path2:before {
  content: "\f1e0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-21 .path3:before {
  content: "\f1e1";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-21 .path4:before {
  content: "\f1e2";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-31 .path1:before {
  content: "\f1e3";
  color: #292d32;
  opacity: 0.6; }

.isax-grid-31 .path2:before {
  content: "\f1e4";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-31 .path3:before {
  content: "\f1e5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-31 .path4:before {
  content: "\f1e6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-41 .path1:before {
  content: "\f1e7";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-41 .path2:before {
  content: "\f1e8";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-51 .path1:before {
  content: "\f1e9";
  color: #292d32;
  opacity: 0.6; }

.isax-grid-51 .path2:before {
  content: "\f1ea";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-51 .path3:before {
  content: "\f1eb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-61 .path1:before {
  content: "\f1ec";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-61 .path2:before {
  content: "\f1ed";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-61 .path3:before {
  content: "\f1ee";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-61 .path4:before {
  content: "\f1ef";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-grid-71 .path1:before {
  content: "\f1f0";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-71 .path2:before {
  content: "\f1f1";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-71 .path3:before {
  content: "\f1f2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-grid-81 .path1:before {
  content: "\f1f3";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-81 .path2:before {
  content: "\f1f4";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-81 .path3:before {
  content: "\f1f5";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-81 .path4:before {
  content: "\f1f6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-81 .path5:before {
  content: "\f1f7";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-81 .path6:before {
  content: "\f1f8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-91 .path1:before {
  content: "\f1f9";
  color: #292d32;
  opacity: 0.4; }

.isax-grid-91 .path2:before {
  content: "\f1fa";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-edit1 .path1:before {
  content: "\f1fb";
  color: #292d32; }

.isax-grid-edit1 .path2:before {
  content: "\f1fc";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-edit1 .path3:before {
  content: "\f1fd";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-edit1 .path4:before {
  content: "\f1fe";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-edit1 .path5:before {
  content: "\f1ff";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-edit1 .path6:before {
  content: "\f200";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-edit1 .path7:before {
  content: "\f201";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-eraser1 .path1:before {
  content: "\f202";
  color: #292d32; }

.isax-grid-eraser1 .path2:before {
  content: "\f203";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-eraser1 .path3:before {
  content: "\f204";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-eraser1 .path4:before {
  content: "\f205";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-eraser1 .path5:before {
  content: "\f206";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-eraser1 .path6:before {
  content: "\f207";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-eraser1 .path7:before {
  content: "\f208";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-eraser1 .path8:before {
  content: "\f209";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-lock1 .path1:before {
  content: "\f20a";
  color: #292d32; }

.isax-grid-lock1 .path2:before {
  content: "\f20b";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-lock1 .path3:before {
  content: "\f20c";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-lock1 .path4:before {
  content: "\f20d";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-lock1 .path5:before {
  content: "\f20e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-grid-lock1 .path6:before {
  content: "\f20f";
  margin-left: -1em;
  color: #292d32; }

.isax-grid-lock1 .path7:before {
  content: "\f210";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-group .path1:before {
  content: "\f211";
  color: #292d32; }

.isax-group .path2:before {
  content: "\f212";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-group .path3:before {
  content: "\f213";
  margin-left: -1em;
  color: #292d32; }

.isax-group .path4:before {
  content: "\f214";
  margin-left: -1em;
  color: #292d32; }

.isax-group .path5:before {
  content: "\f215";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path1:before {
  content: "\f216";
  color: #292d32;
  opacity: 0.4; }

.isax-group-1 .path2:before {
  content: "\f217";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path3:before {
  content: "\f218";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path4:before {
  content: "\f219";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path5:before {
  content: "\f21a";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path6:before {
  content: "\f21b";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path7:before {
  content: "\f21c";
  margin-left: -1em;
  color: #292d32; }

.isax-group-1 .path8:before {
  content: "\f21d";
  margin-left: -1em;
  color: #292d32; }

.isax-happyemoji1 .path1:before {
  content: "\f21e";
  color: #292d32;
  opacity: 0.4; }

.isax-happyemoji1 .path2:before {
  content: "\f21f";
  margin-left: -1em;
  color: #292d32; }

.isax-hashtag1 .path1:before {
  content: "\f220";
  color: #292d32;
  opacity: 0.4; }

.isax-hashtag1 .path2:before {
  content: "\f221";
  margin-left: -1em;
  color: #292d32; }

.isax-hashtag-11 .path1:before {
  content: "\f222";
  color: #292d32;
  opacity: 0.4; }

.isax-hashtag-11 .path2:before {
  content: "\f223";
  margin-left: -1em;
  color: #292d32; }

.isax-hashtag-down1 .path1:before {
  content: "\f224";
  color: #292d32; }

.isax-hashtag-down1 .path2:before {
  content: "\f225";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hashtag-down1 .path3:before {
  content: "\f226";
  margin-left: -1em;
  color: #292d32; }

.isax-hashtag-up1 .path1:before {
  content: "\f227";
  color: #292d32; }

.isax-hashtag-up1 .path2:before {
  content: "\f228";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hashtag-up1 .path3:before {
  content: "\f229";
  margin-left: -1em;
  color: #292d32; }

.isax-headphone1 .path1:before {
  content: "\f22a";
  color: #292d32;
  opacity: 0.4; }

.isax-headphone1 .path2:before {
  content: "\f22b";
  margin-left: -1em;
  color: #292d32; }

.isax-headphone1 .path3:before {
  content: "\f22c";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path1:before {
  content: "\f22d";
  color: #292d32;
  opacity: 0.4; }

.isax-headphones1 .path2:before {
  content: "\f22e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-headphones1 .path3:before {
  content: "\f22f";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path4:before {
  content: "\f230";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path5:before {
  content: "\f231";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path6:before {
  content: "\f232";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path7:before {
  content: "\f233";
  margin-left: -1em;
  color: #292d32; }

.isax-headphones1 .path8:before {
  content: "\f234";
  margin-left: -1em;
  color: #292d32; }

.isax-health1 .path1:before {
  content: "\f235";
  color: #292d32;
  opacity: 0.4; }

.isax-health1 .path2:before {
  content: "\f236";
  margin-left: -1em;
  color: #292d32; }

.isax-health1 .path3:before {
  content: "\f237";
  margin-left: -1em;
  color: #292d32; }

.isax-heart1 .path1:before {
  content: "\f238";
  color: #292d32; }

.isax-heart1 .path2:before {
  content: "\f239";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-heart-add1 .path1:before {
  content: "\f23a";
  color: #292d32; }

.isax-heart-add1 .path2:before {
  content: "\f23b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-heart-circle1 .path1:before {
  content: "\f23c";
  color: #292d32;
  opacity: 0.4; }

.isax-heart-circle1 .path2:before {
  content: "\f23d";
  margin-left: -1em;
  color: #292d32; }

.isax-heart-edit1 .path1:before {
  content: "\f23e";
  color: #292d32;
  opacity: 0.4; }

.isax-heart-edit1 .path2:before {
  content: "\f23f";
  margin-left: -1em;
  color: #292d32; }

.isax-heart-remove1 .path1:before {
  content: "\f240";
  color: #292d32;
  opacity: 0.4; }

.isax-heart-remove1 .path2:before {
  content: "\f241";
  margin-left: -1em;
  color: #292d32; }

.isax-heart-search1 .path1:before {
  content: "\f242";
  color: #292d32;
  opacity: 0.4; }

.isax-heart-search1 .path2:before {
  content: "\f243";
  margin-left: -1em;
  color: #292d32; }

.isax-heart-slash1 .path1:before {
  content: "\f244";
  color: #292d32;
  opacity: 0.4; }

.isax-heart-slash1 .path2:before {
  content: "\f245";
  margin-left: -1em;
  color: #292d32; }

.isax-heart-tick1 .path1:before {
  content: "\f246";
  color: #292d32; }

.isax-heart-tick1 .path2:before {
  content: "\f247";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy1 .path1:before {
  content: "\f248";
  color: #292d32; }

.isax-hierarchy1 .path2:before {
  content: "\f249";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy1 .path3:before {
  content: "\f24a";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy1 .path4:before {
  content: "\f24b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-21 .path1:before {
  content: "\f24c";
  color: #292d32; }

.isax-hierarchy-21 .path2:before {
  content: "\f24d";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-21 .path3:before {
  content: "\f24e";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-21 .path4:before {
  content: "\f24f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-31 .path1:before {
  content: "\f250";
  color: #292d32; }

.isax-hierarchy-31 .path2:before {
  content: "\f251";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-31 .path3:before {
  content: "\f252";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-31 .path4:before {
  content: "\f253";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-square1 .path1:before {
  content: "\f254";
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-square1 .path2:before {
  content: "\f255";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-square1 .path3:before {
  content: "\f256";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-square-21 .path1:before {
  content: "\f257";
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-square-21 .path2:before {
  content: "\f258";
  margin-left: -1em;
  color: #292d32; }

.isax-hierarchy-square-31 .path1:before {
  content: "\f259";
  color: #292d32;
  opacity: 0.4; }

.isax-hierarchy-square-31 .path2:before {
  content: "\f25a";
  margin-left: -1em;
  color: #292d32; }

.isax-home1 .path1:before {
  content: "\f25b";
  color: #292d32;
  opacity: 0.4; }

.isax-home1 .path2:before {
  content: "\f25c";
  margin-left: -1em;
  color: #292d32; }

.isax-home-11 .path1:before {
  content: "\f25d";
  color: #292d32;
  opacity: 0.4; }

.isax-home-11 .path2:before {
  content: "\f25e";
  margin-left: -1em;
  color: #292d32; }

.isax-home-21 .path1:before {
  content: "\f25f";
  color: #292d32;
  opacity: 0.4; }

.isax-home-21 .path2:before {
  content: "\f260";
  margin-left: -1em;
  color: #292d32; }

.isax-home-hashtag1 .path1:before {
  content: "\f261";
  color: #292d32;
  opacity: 0.4; }

.isax-home-hashtag1 .path2:before {
  content: "\f262";
  margin-left: -1em;
  color: #292d32; }

.isax-home-trend-down1 .path1:before {
  content: "\f263";
  color: #292d32;
  opacity: 0.4; }

.isax-home-trend-down1 .path2:before {
  content: "\f264";
  margin-left: -1em;
  color: #292d32; }

.isax-home-trend-up1 .path1:before {
  content: "\f265";
  color: #292d32;
  opacity: 0.4; }

.isax-home-trend-up1 .path2:before {
  content: "\f266";
  margin-left: -1em;
  color: #292d32; }

.isax-home-wifi1 .path1:before {
  content: "\f267";
  color: #292d32;
  opacity: 0.4; }

.isax-home-wifi1 .path2:before {
  content: "\f268";
  margin-left: -1em;
  color: #292d32; }

.isax-home-wifi1 .path3:before {
  content: "\f269";
  margin-left: -1em;
  color: #292d32; }

.isax-home-wifi1 .path4:before {
  content: "\f26a";
  margin-left: -1em;
  color: #292d32; }

.isax-hospital1 .path1:before {
  content: "\f26b";
  color: #292d32; }

.isax-hospital1 .path2:before {
  content: "\f26c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-hospital1 .path3:before {
  content: "\f26d";
  margin-left: -1em;
  color: #292d32; }

.isax-hospital1 .path4:before {
  content: "\f26e";
  margin-left: -1em;
  color: #292d32; }

.isax-house1 .path1:before {
  content: "\f26f";
  color: #292d32; }

.isax-house1 .path2:before {
  content: "\f270";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-house1 .path3:before {
  content: "\f271";
  margin-left: -1em;
  color: #292d32; }

.isax-house1 .path4:before {
  content: "\f272";
  margin-left: -1em;
  color: #292d32; }

.isax-house1 .path5:before {
  content: "\f273";
  margin-left: -1em;
  color: #292d32; }

.isax-house1 .path6:before {
  content: "\f274";
  margin-left: -1em;
  color: #292d32; }

.isax-house-21 .path1:before {
  content: "\f275";
  color: #292d32; }

.isax-house-21 .path2:before {
  content: "\f276";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-house-21 .path3:before {
  content: "\f277";
  margin-left: -1em;
  color: #292d32; }

.isax-house-21 .path4:before {
  content: "\f278";
  margin-left: -1em;
  color: #292d32; }

.isax-image1 .path1:before {
  content: "\f279";
  color: #292d32;
  opacity: 0.4; }

.isax-image1 .path2:before {
  content: "\f27a";
  margin-left: -1em;
  color: #292d32; }

.isax-import1 .path1:before {
  content: "\f27b";
  color: #292d32;
  opacity: 0.4; }

.isax-import1 .path2:before {
  content: "\f27c";
  margin-left: -1em;
  color: #292d32; }

.isax-import-11 .path1:before {
  content: "\f27d";
  color: #292d32;
  opacity: 0.4; }

.isax-import-11 .path2:before {
  content: "\f27e";
  margin-left: -1em;
  color: #292d32; }

.isax-import-21 .path1:before {
  content: "\f27f";
  color: #292d32;
  opacity: 0.4; }

.isax-import-21 .path2:before {
  content: "\f280";
  margin-left: -1em;
  color: #292d32; }

.isax-info-circle1 .path1:before {
  content: "\f281";
  color: #292d32;
  opacity: 0.4; }

.isax-info-circle1 .path2:before {
  content: "\f282";
  margin-left: -1em;
  color: #292d32; }

.isax-info-circle1 .path3:before {
  content: "\f283";
  margin-left: -1em;
  color: #292d32; }

.isax-information1 .path1:before {
  content: "\f284";
  color: #292d32;
  opacity: 0.4; }

.isax-information1 .path2:before {
  content: "\f285";
  margin-left: -1em;
  color: #292d32; }

.isax-information1 .path3:before {
  content: "\f286";
  margin-left: -1em;
  color: #292d32; }

.isax-instagram1 .path1:before {
  content: "\f287";
  color: #292d32;
  opacity: 0.4; }

.isax-instagram1 .path2:before {
  content: "\f288";
  margin-left: -1em;
  color: #292d32; }

.isax-instagram1 .path3:before {
  content: "\f289";
  margin-left: -1em;
  color: #292d32; }

.isax-judge1 .path1:before {
  content: "\f28a";
  color: #292d32; }

.isax-judge1 .path2:before {
  content: "\f28b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-judge1 .path3:before {
  content: "\f28c";
  margin-left: -1em;
  color: #292d32; }

.isax-judge1 .path4:before {
  content: "\f28d";
  margin-left: -1em;
  color: #292d32; }

.isax-kanban1 .path1:before {
  content: "\f28e";
  color: #292d32; }

.isax-kanban1 .path2:before {
  content: "\f28f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-key1 .path1:before {
  content: "\f290";
  color: #292d32;
  opacity: 0.4; }

.isax-key1 .path2:before {
  content: "\f291";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard1 .path1:before {
  content: "\f292";
  color: #292d32;
  opacity: 0.4; }

.isax-keyboard1 .path2:before {
  content: "\f293";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard1 .path3:before {
  content: "\f294";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard1 .path4:before {
  content: "\f295";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard1 .path5:before {
  content: "\f296";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard-open1 .path1:before {
  content: "\f297";
  color: #292d32; }

.isax-keyboard-open1 .path2:before {
  content: "\f298";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-keyboard-open1 .path3:before {
  content: "\f299";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard-open1 .path4:before {
  content: "\f29a";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard-open1 .path5:before {
  content: "\f29b";
  margin-left: -1em;
  color: #292d32; }

.isax-keyboard-open1 .path6:before {
  content: "\f29c";
  margin-left: -1em;
  color: #292d32; }

.isax-key-square1 .path1:before {
  content: "\f29d";
  color: #292d32;
  opacity: 0.4; }

.isax-key-square1 .path2:before {
  content: "\f29e";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp1 .path1:before {
  content: "\f29f";
  color: #292d32;
  opacity: 0.4; }

.isax-lamp1 .path2:before {
  content: "\f2a0";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-11 .path1:before {
  content: "\f2a1";
  color: #292d32;
  opacity: 0.4; }

.isax-lamp-11 .path2:before {
  content: "\f2a2";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-11 .path3:before {
  content: "\f2a3";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-charge1 .path1:before {
  content: "\f2a4";
  color: #292d32;
  opacity: 0.4; }

.isax-lamp-charge1 .path2:before {
  content: "\f2a5";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-charge1 .path3:before {
  content: "\f2a6";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-on1 .path1:before {
  content: "\f2a7";
  color: #292d32;
  opacity: 0.4; }

.isax-lamp-on1 .path2:before {
  content: "\f2a8";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-slash1 .path1:before {
  content: "\f2a9";
  color: #292d32; }

.isax-lamp-slash1 .path2:before {
  content: "\f2aa";
  margin-left: -1em;
  color: #292d32; }

.isax-lamp-slash1 .path3:before {
  content: "\f2ab";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-lamp-slash1 .path4:before {
  content: "\f2ac";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-language-circle1 .path1:before {
  content: "\f2ad";
  color: #292d32;
  opacity: 0.4; }

.isax-language-circle1 .path2:before {
  content: "\f2ae";
  margin-left: -1em;
  color: #292d32; }

.isax-language-square1 .path1:before {
  content: "\f2af";
  color: #292d32;
  opacity: 0.4; }

.isax-language-square1 .path2:before {
  content: "\f2b0";
  margin-left: -1em;
  color: #292d32; }

.isax-layer1 .path1:before {
  content: "\f2b1";
  color: #292d32; }

.isax-layer1 .path2:before {
  content: "\f2b2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-layer1 .path3:before {
  content: "\f2b3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-level1 .path1:before {
  content: "\f2b4";
  color: #292d32;
  opacity: 0.4; }

.isax-level1 .path2:before {
  content: "\f2b5";
  margin-left: -1em;
  color: #292d32; }

.isax-level1 .path3:before {
  content: "\f2b6";
  margin-left: -1em;
  color: #292d32; }

.isax-level1 .path4:before {
  content: "\f2b7";
  margin-left: -1em;
  color: #292d32; }

.isax-lifebuoy1 .path1:before {
  content: "\f2b8";
  color: #292d32;
  opacity: 0.4; }

.isax-lifebuoy1 .path2:before {
  content: "\f2b9";
  margin-left: -1em;
  color: #292d32; }

.isax-like1 .path1:before {
  content: "\f2ba";
  color: #292d32;
  opacity: 0.4; }

.isax-like1 .path2:before {
  content: "\f2bb";
  margin-left: -1em;
  color: #292d32; }

.isax-like-11 .path1:before {
  content: "\f2bc";
  color: #292d32;
  opacity: 0.4; }

.isax-like-11 .path2:before {
  content: "\f2bd";
  margin-left: -1em;
  color: #292d32; }

.isax-like-dislike1 .path1:before {
  content: "\f2be";
  color: #292d32;
  opacity: 0.4; }

.isax-like-dislike1 .path2:before {
  content: "\f2bf";
  margin-left: -1em;
  color: #292d32; }

.isax-like-dislike1 .path3:before {
  content: "\f2c0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-like-dislike1 .path4:before {
  content: "\f2c1";
  margin-left: -1em;
  color: #292d32; }

.isax-like-shapes1 .path1:before {
  content: "\f2c2";
  color: #292d32;
  opacity: 0.4; }

.isax-like-shapes1 .path2:before {
  content: "\f2c3";
  margin-left: -1em;
  color: #292d32; }

.isax-like-tag1 .path1:before {
  content: "\f2c4";
  color: #292d32;
  opacity: 0.4; }

.isax-like-tag1 .path2:before {
  content: "\f2c5";
  margin-left: -1em;
  color: #292d32; }

.isax-link1 .path1:before {
  content: "\f2c6";
  color: #292d32; }

.isax-link1 .path2:before {
  content: "\f2c7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-link-11 .path1:before {
  content: "\f2c8";
  color: #292d32;
  opacity: 0.4; }

.isax-link-11 .path2:before {
  content: "\f2c9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-link-11 .path3:before {
  content: "\f2ca";
  margin-left: -1em;
  color: #292d32; }

.isax-link-22 .path1:before {
  content: "\f2cb";
  color: #292d32; }

.isax-link-22 .path2:before {
  content: "\f2cc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-link-22 .path3:before {
  content: "\f2cd";
  margin-left: -1em;
  color: #292d32; }

.isax-link-22 .path4:before {
  content: "\f2ce";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.5; }

.isax-link-211 .path1:before {
  content: "\f2cf";
  color: #292d32; }

.isax-link-211 .path2:before {
  content: "\f2d0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-link-211 .path3:before {
  content: "\f2d1";
  margin-left: -1em;
  color: #292d32; }

.isax-link-211 .path4:before {
  content: "\f2d2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.5; }

.isax-link-circle1 .path1:before {
  content: "\f2d3";
  color: #292d32;
  opacity: 0.4; }

.isax-link-circle1 .path2:before {
  content: "\f2d4";
  margin-left: -1em;
  color: #292d32; }

.isax-link-circle1 .path3:before {
  content: "\f2d5";
  margin-left: -1em;
  color: #292d32; }

.isax-link-square1 .path1:before {
  content: "\f2d6";
  color: #292d32;
  opacity: 0.4; }

.isax-link-square1 .path2:before {
  content: "\f2d7";
  margin-left: -1em;
  color: #292d32; }

.isax-link-square1 .path3:before {
  content: "\f2d8";
  margin-left: -1em;
  color: #292d32; }

.isax-location1 .path1:before {
  content: "\f2d9";
  color: #292d32;
  opacity: 0.4; }

.isax-location1 .path2:before {
  content: "\f2da";
  margin-left: -1em;
  color: #292d32; }

.isax-location-add1 .path1:before {
  content: "\f2db";
  color: #292d32;
  opacity: 0.4; }

.isax-location-add1 .path2:before {
  content: "\f2dc";
  margin-left: -1em;
  color: #292d32; }

.isax-location-cross1 .path1:before {
  content: "\f2dd";
  color: #292d32; }

.isax-location-cross1 .path2:before {
  content: "\f2de";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-location-minus1 .path1:before {
  content: "\f2df";
  color: #292d32;
  opacity: 0.4; }

.isax-location-minus1 .path2:before {
  content: "\f2e0";
  margin-left: -1em;
  color: #292d32; }

.isax-location-slash1 .path1:before {
  content: "\f2e1";
  color: #292d32;
  opacity: 0.4; }

.isax-location-slash1 .path2:before {
  content: "\f2e2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-location-slash1 .path3:before {
  content: "\f2e3";
  margin-left: -1em;
  color: #292d32; }

.isax-location-tick1 .path1:before {
  content: "\f2e4";
  color: #292d32;
  opacity: 0.4; }

.isax-location-tick1 .path2:before {
  content: "\f2e5";
  margin-left: -1em;
  color: #292d32; }

.isax-lock1 .path1:before {
  content: "\f2e6";
  color: #292d32; }

.isax-lock1 .path2:before {
  content: "\f2e7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-lock1 .path3:before {
  content: "\f2e8";
  margin-left: -1em;
  color: #292d32; }

.isax-lock1 .path4:before {
  content: "\f2e9";
  margin-left: -1em;
  color: #292d32; }

.isax-lock1 .path5:before {
  content: "\f2ea";
  margin-left: -1em;
  color: #292d32; }

.isax-lock-11 .path1:before {
  content: "\f2eb";
  color: #292d32;
  opacity: 0.4; }

.isax-lock-11 .path2:before {
  content: "\f2ec";
  margin-left: -1em;
  color: #292d32; }

.isax-lock-11 .path3:before {
  content: "\f2ed";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-lock-circle1 .path1:before {
  content: "\f2ee";
  color: #292d32;
  opacity: 0.4; }

.isax-lock-circle1 .path2:before {
  content: "\f2ef";
  margin-left: -1em;
  color: #292d32; }

.isax-lock-slash1 .path1:before {
  content: "\f2f0";
  color: #292d32; }

.isax-lock-slash1 .path2:before {
  content: "\f2f1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-lock-slash1 .path3:before {
  content: "\f2f2";
  margin-left: -1em;
  color: #292d32; }

.isax-lock-slash1 .path4:before {
  content: "\f2f3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-lock-slash1 .path5:before {
  content: "\f2f4";
  margin-left: -1em;
  color: #292d32; }

.isax-login1 .path1:before {
  content: "\f2f5";
  color: #292d32;
  opacity: 0.4; }

.isax-login1 .path2:before {
  content: "\f2f6";
  margin-left: -1em;
  color: #292d32; }

.isax-login-11 .path1:before {
  content: "\f2f7";
  color: #292d32;
  opacity: 0.4; }

.isax-login-11 .path2:before {
  content: "\f2f8";
  margin-left: -1em;
  color: #292d32; }

.isax-logout1 .path1:before {
  content: "\f2f9";
  color: #292d32;
  opacity: 0.4; }

.isax-logout1 .path2:before {
  content: "\f2fa";
  margin-left: -1em;
  color: #292d32; }

.isax-logout-11 .path1:before {
  content: "\f2fb";
  color: #292d32;
  opacity: 0.4; }

.isax-logout-11 .path2:before {
  content: "\f2fc";
  margin-left: -1em;
  color: #292d32; }

.isax-lovely1 .path1:before {
  content: "\f2fd";
  color: #292d32;
  opacity: 0.4; }

.isax-lovely1 .path2:before {
  content: "\f2fe";
  margin-left: -1em;
  color: #292d32; }

.isax-magicpen1 .path1:before {
  content: "\f2ff";
  color: #292d32; }

.isax-magicpen1 .path2:before {
  content: "\f300";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-magicpen1 .path3:before {
  content: "\f301";
  margin-left: -1em;
  color: #292d32; }

.isax-magicpen1 .path4:before {
  content: "\f302";
  margin-left: -1em;
  color: #292d32; }

.isax-magicpen1 .path5:before {
  content: "\f303";
  margin-left: -1em;
  color: #292d32; }

.isax-magic-star1 .path1:before {
  content: "\f304";
  color: #292d32; }

.isax-magic-star1 .path2:before {
  content: "\f305";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-main-component1 .path1:before {
  content: "\f306";
  color: #292d32;
  opacity: 0.4; }

.isax-main-component1 .path2:before {
  content: "\f307";
  margin-left: -1em;
  color: #292d32; }

.isax-man1 .path1:before {
  content: "\f308";
  color: #292d32;
  opacity: 0.4; }

.isax-man1 .path2:before {
  content: "\f309";
  margin-left: -1em;
  color: #292d32; }

.isax-map1 .path1:before {
  content: "\f30a";
  color: #292d32;
  opacity: 0.4; }

.isax-map1 .path2:before {
  content: "\f30b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-map1 .path3:before {
  content: "\f30c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-map1 .path4:before {
  content: "\f30d";
  margin-left: -1em;
  color: #292d32; }

.isax-map1 .path5:before {
  content: "\f30e";
  margin-left: -1em;
  color: #292d32; }

.isax-map-11 .path1:before {
  content: "\f30f";
  color: #292d32;
  opacity: 0.4; }

.isax-map-11 .path2:before {
  content: "\f310";
  margin-left: -1em;
  color: #292d32; }

.isax-map-11 .path3:before {
  content: "\f311";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-mask1 .path1:before {
  content: "\f312";
  color: #292d32;
  opacity: 0.4; }

.isax-mask1 .path2:before {
  content: "\f313";
  margin-left: -1em;
  color: #292d32; }

.isax-mask-11 .path1:before {
  content: "\f314";
  color: #292d32;
  opacity: 0.4; }

.isax-mask-11 .path2:before {
  content: "\f315";
  margin-left: -1em;
  color: #292d32; }

.isax-mask-21 .path1:before {
  content: "\f316";
  color: #292d32;
  opacity: 0.4; }

.isax-mask-21 .path2:before {
  content: "\f317";
  margin-left: -1em;
  color: #292d32; }

.isax-math1 .path1:before {
  content: "\f318";
  color: #292d32;
  opacity: 0.4; }

.isax-math1 .path2:before {
  content: "\f319";
  margin-left: -1em;
  color: #292d32; }

.isax-math1 .path3:before {
  content: "\f31a";
  margin-left: -1em;
  color: #292d32; }

.isax-math1 .path4:before {
  content: "\f31b";
  margin-left: -1em;
  color: #292d32; }

.isax-math1 .path5:before {
  content: "\f31c";
  margin-left: -1em;
  color: #292d32; }

.isax-math1 .path6:before {
  content: "\f31d";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize1 .path1:before {
  content: "\f31e";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize1 .path2:before {
  content: "\f31f";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-11 .path1:before {
  content: "\f320";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-11 .path2:before {
  content: "\f321";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-11 .path3:before {
  content: "\f322";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-22 .path1:before {
  content: "\f323";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-22 .path2:before {
  content: "\f324";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-22 .path3:before {
  content: "\f325";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-22 .path4:before {
  content: "\f326";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-22 .path5:before {
  content: "\f327";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-31 .path1:before {
  content: "\f328";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-31 .path2:before {
  content: "\f329";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-41 .path1:before {
  content: "\f32a";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-41 .path2:before {
  content: "\f32b";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-41 .path3:before {
  content: "\f32c";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-211 .path1:before {
  content: "\f32d";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-211 .path2:before {
  content: "\f32e";
  margin-left: -1em;
  color: #292d32; }

.isax-medal1 .path1:before {
  content: "\f32f";
  color: #292d32; }

.isax-medal1 .path2:before {
  content: "\f330";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-medal-star1 .path1:before {
  content: "\f331";
  color: #292d32;
  opacity: 0.4; }

.isax-medal-star1 .path2:before {
  content: "\f332";
  margin-left: -1em;
  color: #292d32; }

.isax-medal-star1 .path3:before {
  content: "\f333";
  margin-left: -1em;
  color: #292d32; }

.isax-menu1 .path1:before {
  content: "\f334";
  color: #292d32;
  opacity: 0.4; }

.isax-menu1 .path2:before {
  content: "\f335";
  margin-left: -1em;
  color: #292d32; }

.isax-menu1 .path3:before {
  content: "\f336";
  margin-left: -1em;
  color: #292d32; }

.isax-menu1 .path4:before {
  content: "\f337";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-11 .path1:before {
  content: "\f338";
  color: #292d32;
  opacity: 0.4; }

.isax-menu-11 .path2:before {
  content: "\f339";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-11 .path3:before {
  content: "\f33a";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-11 .path4:before {
  content: "\f33b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-menu-board1 .path1:before {
  content: "\f33c";
  color: #292d32;
  opacity: 0.4; }

.isax-menu-board1 .path2:before {
  content: "\f33d";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-board1 .path3:before {
  content: "\f33e";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-board1 .path4:before {
  content: "\f33f";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-board1 .path5:before {
  content: "\f340";
  margin-left: -1em;
  color: #292d32; }

.isax-menu-board1 .path6:before {
  content: "\f341";
  margin-left: -1em;
  color: #292d32; }

.isax-message1 .path1:before {
  content: "\f342";
  color: #292d32;
  opacity: 0.4; }

.isax-message1 .path2:before {
  content: "\f343";
  margin-left: -1em;
  color: #292d32; }

.isax-message1 .path3:before {
  content: "\f344";
  margin-left: -1em;
  color: #292d32; }

.isax-message1 .path4:before {
  content: "\f345";
  margin-left: -1em;
  color: #292d32; }

.isax-message-21 .path1:before {
  content: "\f346";
  color: #292d32;
  opacity: 0.4; }

.isax-message-21 .path2:before {
  content: "\f347";
  margin-left: -1em;
  color: #292d32; }

.isax-message-add1 .path1:before {
  content: "\f348";
  color: #292d32;
  opacity: 0.4; }

.isax-message-add1 .path2:before {
  content: "\f349";
  margin-left: -1em;
  color: #292d32; }

.isax-message-add1 .path3:before {
  content: "\f34a";
  margin-left: -1em;
  color: #292d32; }

.isax-message-add-11 .path1:before {
  content: "\f34b";
  color: #292d32;
  opacity: 0.4; }

.isax-message-add-11 .path2:before {
  content: "\f34c";
  margin-left: -1em;
  color: #292d32; }

.isax-message-circle1 .path1:before {
  content: "\f34d";
  color: #292d32;
  opacity: 0.4; }

.isax-message-circle1 .path2:before {
  content: "\f34e";
  margin-left: -1em;
  color: #292d32; }

.isax-message-edit1 .path1:before {
  content: "\f34f";
  color: #292d32;
  opacity: 0.4; }

.isax-message-edit1 .path2:before {
  content: "\f350";
  margin-left: -1em;
  color: #292d32; }

.isax-message-edit1 .path3:before {
  content: "\f351";
  margin-left: -1em;
  color: #292d32; }

.isax-message-favorite1 .path1:before {
  content: "\f352";
  color: #292d32; }

.isax-message-favorite1 .path2:before {
  content: "\f353";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-message-favorite1 .path3:before {
  content: "\f354";
  margin-left: -1em;
  color: #292d32; }

.isax-message-favorite1 .path4:before {
  content: "\f355";
  margin-left: -1em;
  color: #292d32; }

.isax-message-favorite1 .path5:before {
  content: "\f356";
  margin-left: -1em;
  color: #292d32; }

.isax-message-minus1 .path1:before {
  content: "\f357";
  color: #292d32;
  opacity: 0.4; }

.isax-message-minus1 .path2:before {
  content: "\f358";
  margin-left: -1em;
  color: #292d32; }

.isax-message-notif1 .path1:before {
  content: "\f359";
  color: #292d32; }

.isax-message-notif1 .path2:before {
  content: "\f35a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-message-notif1 .path3:before {
  content: "\f35b";
  margin-left: -1em;
  color: #292d32; }

.isax-message-notif1 .path4:before {
  content: "\f35c";
  margin-left: -1em;
  color: #292d32; }

.isax-message-notif1 .path5:before {
  content: "\f35d";
  margin-left: -1em;
  color: #292d32; }

.isax-message-programming1 .path1:before {
  content: "\f35e";
  color: #292d32;
  opacity: 0.4; }

.isax-message-programming1 .path2:before {
  content: "\f35f";
  margin-left: -1em;
  color: #292d32; }

.isax-message-programming1 .path3:before {
  content: "\f360";
  margin-left: -1em;
  color: #292d32; }

.isax-message-programming1 .path4:before {
  content: "\f361";
  margin-left: -1em;
  color: #292d32; }

.isax-message-question1 .path1:before {
  content: "\f362";
  color: #292d32;
  opacity: 0.4; }

.isax-message-question1 .path2:before {
  content: "\f363";
  margin-left: -1em;
  color: #292d32; }

.isax-message-question1 .path3:before {
  content: "\f364";
  margin-left: -1em;
  color: #292d32; }

.isax-message-remove1 .path1:before {
  content: "\f365";
  color: #292d32;
  opacity: 0.4; }

.isax-message-remove1 .path2:before {
  content: "\f366";
  margin-left: -1em;
  color: #292d32; }

.isax-message-remove1 .path3:before {
  content: "\f367";
  margin-left: -1em;
  color: #292d32; }

.isax-messages1 .path1:before {
  content: "\f368";
  color: #292d32;
  opacity: 0.4; }

.isax-messages1 .path2:before {
  content: "\f369";
  margin-left: -1em;
  color: #292d32; }

.isax-messages1 .path3:before {
  content: "\f36a";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-11 .path1:before {
  content: "\f36b";
  color: #292d32;
  opacity: 0.4; }

.isax-messages-11 .path2:before {
  content: "\f36c";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-11 .path3:before {
  content: "\f36d";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-11 .path4:before {
  content: "\f36e";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-11 .path5:before {
  content: "\f36f";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-21 .path1:before {
  content: "\f370";
  color: #292d32;
  opacity: 0.4; }

.isax-messages-21 .path2:before {
  content: "\f371";
  margin-left: -1em;
  color: #292d32; }

.isax-messages-31 .path1:before {
  content: "\f372";
  color: #292d32;
  opacity: 0.4; }

.isax-messages-31 .path2:before {
  content: "\f373";
  margin-left: -1em;
  color: #292d32; }

.isax-message-search1 .path1:before {
  content: "\f374";
  color: #292d32; }

.isax-message-search1 .path2:before {
  content: "\f375";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-message-search1 .path3:before {
  content: "\f376";
  margin-left: -1em;
  color: #292d32; }

.isax-message-search1 .path4:before {
  content: "\f377";
  margin-left: -1em;
  color: #292d32; }

.isax-message-search1 .path5:before {
  content: "\f378";
  margin-left: -1em;
  color: #292d32; }

.isax-message-square1 .path1:before {
  content: "\f379";
  color: #292d32; }

.isax-message-square1 .path2:before {
  content: "\f37a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-message-text1 .path1:before {
  content: "\f37b";
  color: #292d32;
  opacity: 0.4; }

.isax-message-text1 .path2:before {
  content: "\f37c";
  margin-left: -1em;
  color: #292d32; }

.isax-message-text1 .path3:before {
  content: "\f37d";
  margin-left: -1em;
  color: #292d32; }

.isax-message-text-11 .path1:before {
  content: "\f37e";
  color: #292d32;
  opacity: 0.4; }

.isax-message-text-11 .path2:before {
  content: "\f37f";
  margin-left: -1em;
  color: #292d32; }

.isax-message-text-11 .path3:before {
  content: "\f380";
  margin-left: -1em;
  color: #292d32; }

.isax-message-tick1 .path1:before {
  content: "\f381";
  color: #292d32;
  opacity: 0.4; }

.isax-message-tick1 .path2:before {
  content: "\f382";
  margin-left: -1em;
  color: #292d32; }

.isax-message-tick1 .path3:before {
  content: "\f383";
  margin-left: -1em;
  color: #292d32; }

.isax-message-time1 .path1:before {
  content: "\f384";
  color: #292d32;
  opacity: 0.4; }

.isax-message-time1 .path2:before {
  content: "\f385";
  margin-left: -1em;
  color: #292d32; }

.isax-message-time1 .path3:before {
  content: "\f386";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone1 .path1:before {
  content: "\f387";
  color: #292d32;
  opacity: 0.4; }

.isax-microphone1 .path2:before {
  content: "\f388";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone-21 .path1:before {
  content: "\f389";
  color: #292d32;
  opacity: 0.4; }

.isax-microphone-21 .path2:before {
  content: "\f38a";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone-slash1 .path1:before {
  content: "\f38b";
  color: #292d32; }

.isax-microphone-slash1 .path2:before {
  content: "\f38c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-microphone-slash1 .path3:before {
  content: "\f38d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-microphone-slash1 .path4:before {
  content: "\f38e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-microphone-slash1 .path5:before {
  content: "\f38f";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone-slash-11 .path1:before {
  content: "\f390";
  color: #292d32;
  opacity: 0.4; }

.isax-microphone-slash-11 .path2:before {
  content: "\f391";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone-slash-11 .path3:before {
  content: "\f392";
  margin-left: -1em;
  color: #292d32; }

.isax-microphone-slash-11 .path4:before {
  content: "\f393";
  margin-left: -1em;
  color: #292d32; }

.isax-microscope1 .path1:before {
  content: "\f394";
  color: #292d32; }

.isax-microscope1 .path2:before {
  content: "\f395";
  margin-left: -1em;
  color: #292d32; }

.isax-microscope1 .path3:before {
  content: "\f396";
  margin-left: -1em;
  color: #292d32; }

.isax-microscope1 .path4:before {
  content: "\f397";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-milk1 .path1:before {
  content: "\f398";
  color: #292d32; }

.isax-milk1 .path2:before {
  content: "\f399";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-milk1 .path3:before {
  content: "\f39a";
  margin-left: -1em;
  color: #292d32; }

.isax-mini-music-sqaure1 .path1:before {
  content: "\f39b";
  color: #292d32;
  opacity: 0.4; }

.isax-mini-music-sqaure1 .path2:before {
  content: "\f39c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-mini-music-sqaure1 .path3:before {
  content: "\f39d";
  margin-left: -1em;
  color: #292d32; }

.isax-minus1 .path1:before {
  content: "\f39e";
  color: #292d32;
  opacity: 0.4; }

.isax-minus1 .path2:before {
  content: "\f39f";
  margin-left: -1em;
  color: #292d32; }

.isax-minus-cirlce1 .path1:before {
  content: "\f3a0";
  color: #292d32;
  opacity: 0.4; }

.isax-minus-cirlce1 .path2:before {
  content: "\f3a1";
  margin-left: -1em;
  color: #292d32; }

.isax-minus-square1 .path1:before {
  content: "\f3a2";
  color: #292d32;
  opacity: 0.4; }

.isax-minus-square1 .path2:before {
  content: "\f3a3";
  margin-left: -1em;
  color: #292d32; }

.isax-mirror1 .path1:before {
  content: "\f3a4";
  color: #292d32;
  opacity: 0.4; }

.isax-mirror1 .path2:before {
  content: "\f3a5";
  margin-left: -1em;
  color: #292d32; }

.isax-mirroring-screen1 .path1:before {
  content: "\f3a6";
  color: #292d32;
  opacity: 0.4; }

.isax-mirroring-screen1 .path2:before {
  content: "\f3a7";
  margin-left: -1em;
  color: #292d32; }

.isax-mirroring-screen1 .path3:before {
  content: "\f3a8";
  margin-left: -1em;
  color: #292d32; }

.isax-mirroring-screen1 .path4:before {
  content: "\f3a9";
  margin-left: -1em;
  color: #292d32; }

.isax-mobile1 .path1:before {
  content: "\f3aa";
  color: #292d32;
  opacity: 0.4; }

.isax-mobile1 .path2:before {
  content: "\f3ab";
  margin-left: -1em;
  color: #292d32; }

.isax-mobile1 .path3:before {
  content: "\f3ac";
  margin-left: -1em;
  color: #292d32; }

.isax-mobile-programming1 .path1:before {
  content: "\f3ad";
  color: #292d32; }

.isax-mobile-programming1 .path2:before {
  content: "\f3ae";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-mobile-programming1 .path3:before {
  content: "\f3af";
  margin-left: -1em;
  color: #292d32; }

.isax-money1 .path1:before {
  content: "\f3b0";
  color: #292d32;
  opacity: 0.4; }

.isax-money1 .path2:before {
  content: "\f3b1";
  margin-left: -1em;
  color: #292d32; }

.isax-money1 .path3:before {
  content: "\f3b2";
  margin-left: -1em;
  color: #292d32; }

.isax-money1 .path4:before {
  content: "\f3b3";
  margin-left: -1em;
  color: #292d32; }

.isax-money-21 .path1:before {
  content: "\f3b4";
  color: #292d32;
  opacity: 0.4; }

.isax-money-21 .path2:before {
  content: "\f3b5";
  margin-left: -1em;
  color: #292d32; }

.isax-money-21 .path3:before {
  content: "\f3b6";
  margin-left: -1em;
  color: #292d32; }

.isax-money-21 .path4:before {
  content: "\f3b7";
  margin-left: -1em;
  color: #292d32; }

.isax-money-21 .path5:before {
  content: "\f3b8";
  margin-left: -1em;
  color: #292d32; }

.isax-money-21 .path6:before {
  content: "\f3b9";
  margin-left: -1em;
  color: #292d32; }

.isax-money-31 .path1:before {
  content: "\f3ba";
  color: #292d32;
  opacity: 0.4; }

.isax-money-31 .path2:before {
  content: "\f3bb";
  margin-left: -1em;
  color: #292d32; }

.isax-money-31 .path3:before {
  content: "\f3bc";
  margin-left: -1em;
  color: #292d32; }

.isax-money-31 .path4:before {
  content: "\f3bd";
  margin-left: -1em;
  color: #292d32; }

.isax-money-41 .path1:before {
  content: "\f3be";
  color: #292d32;
  opacity: 0.4; }

.isax-money-41 .path2:before {
  content: "\f3bf";
  margin-left: -1em;
  color: #292d32; }

.isax-money-41 .path3:before {
  content: "\f3c0";
  margin-left: -1em;
  color: #292d32; }

.isax-money-41 .path4:before {
  content: "\f3c1";
  margin-left: -1em;
  color: #292d32; }

.isax-money-41 .path5:before {
  content: "\f3c2";
  margin-left: -1em;
  color: #292d32; }

.isax-money-41 .path6:before {
  content: "\f3c3";
  margin-left: -1em;
  color: #292d32; }

.isax-money-add1 .path1:before {
  content: "\f3c4";
  color: #292d32;
  opacity: 0.4; }

.isax-money-add1 .path2:before {
  content: "\f3c5";
  margin-left: -1em;
  color: #292d32; }

.isax-money-add1 .path3:before {
  content: "\f3c6";
  margin-left: -1em;
  color: #292d32; }

.isax-money-add1 .path4:before {
  content: "\f3c7";
  margin-left: -1em;
  color: #292d32; }

.isax-money-change1 .path1:before {
  content: "\f3c8";
  color: #292d32;
  opacity: 0.4; }

.isax-money-change1 .path2:before {
  content: "\f3c9";
  margin-left: -1em;
  color: #292d32; }

.isax-money-change1 .path3:before {
  content: "\f3ca";
  margin-left: -1em;
  color: #292d32; }

.isax-money-change1 .path4:before {
  content: "\f3cb";
  margin-left: -1em;
  color: #292d32; }

.isax-money-forbidden1 .path1:before {
  content: "\f3cc";
  color: #292d32; }

.isax-money-forbidden1 .path2:before {
  content: "\f3cd";
  margin-left: -1em;
  color: #292d32; }

.isax-money-forbidden1 .path3:before {
  content: "\f3ce";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-money-forbidden1 .path4:before {
  content: "\f3cf";
  margin-left: -1em;
  color: #292d32; }

.isax-money-forbidden1 .path5:before {
  content: "\f3d0";
  margin-left: -1em;
  color: #292d32; }

.isax-money-recive1 .path1:before {
  content: "\f3d1";
  color: #292d32;
  opacity: 0.4; }

.isax-money-recive1 .path2:before {
  content: "\f3d2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-money-recive1 .path3:before {
  content: "\f3d3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-money-recive1 .path4:before {
  content: "\f3d4";
  margin-left: -1em;
  color: #292d32; }

.isax-money-recive1 .path5:before {
  content: "\f3d5";
  margin-left: -1em;
  color: #292d32; }

.isax-money-recive1 .path6:before {
  content: "\f3d6";
  margin-left: -1em;
  color: #292d32; }

.isax-money-recive1 .path7:before {
  content: "\f3d7";
  margin-left: -1em;
  color: #292d32; }

.isax-money-remove1 .path1:before {
  content: "\f3d8";
  color: #292d32;
  opacity: 0.4; }

.isax-money-remove1 .path2:before {
  content: "\f3d9";
  margin-left: -1em;
  color: #292d32; }

.isax-money-remove1 .path3:before {
  content: "\f3da";
  margin-left: -1em;
  color: #292d32; }

.isax-money-remove1 .path4:before {
  content: "\f3db";
  margin-left: -1em;
  color: #292d32; }

.isax-moneys1 .path1:before {
  content: "\f3dc";
  color: #292d32;
  opacity: 0.4; }

.isax-moneys1 .path2:before {
  content: "\f3dd";
  margin-left: -1em;
  color: #292d32; }

.isax-moneys1 .path3:before {
  content: "\f3de";
  margin-left: -1em;
  color: #292d32; }

.isax-moneys1 .path4:before {
  content: "\f3df";
  margin-left: -1em;
  color: #292d32; }

.isax-moneys1 .path5:before {
  content: "\f3e0";
  margin-left: -1em;
  color: #292d32; }

.isax-money-send1 .path1:before {
  content: "\f3e1";
  color: #292d32;
  opacity: 0.4; }

.isax-money-send1 .path2:before {
  content: "\f3e2";
  margin-left: -1em;
  color: #292d32; }

.isax-money-send1 .path3:before {
  content: "\f3e3";
  margin-left: -1em;
  color: #292d32; }

.isax-money-tick1 .path1:before {
  content: "\f3e4";
  color: #292d32;
  opacity: 0.4; }

.isax-money-tick1 .path2:before {
  content: "\f3e5";
  margin-left: -1em;
  color: #292d32; }

.isax-money-tick1 .path3:before {
  content: "\f3e6";
  margin-left: -1em;
  color: #292d32; }

.isax-money-tick1 .path4:before {
  content: "\f3e7";
  margin-left: -1em;
  color: #292d32; }

.isax-money-time1 .path1:before {
  content: "\f3e8";
  color: #292d32; }

.isax-money-time1 .path2:before {
  content: "\f3e9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-money-time1 .path3:before {
  content: "\f3ea";
  margin-left: -1em;
  color: #292d32; }

.isax-money-time1 .path4:before {
  content: "\f3eb";
  margin-left: -1em;
  color: #292d32; }

.isax-monitor1 .path1:before {
  content: "\f3ec";
  color: #292d32;
  opacity: 0.4; }

.isax-monitor1 .path2:before {
  content: "\f3ed";
  margin-left: -1em;
  color: #292d32; }

.isax-monitor-mobbile1 .path1:before {
  content: "\f3ee";
  color: #292d32;
  opacity: 0.4; }

.isax-monitor-mobbile1 .path2:before {
  content: "\f3ef";
  margin-left: -1em;
  color: #292d32; }

.isax-monitor-mobbile1 .path3:before {
  content: "\f3f0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-monitor-recorder1 .path1:before {
  content: "\f3f1";
  color: #292d32;
  opacity: 0.4; }

.isax-monitor-recorder1 .path2:before {
  content: "\f3f2";
  margin-left: -1em;
  color: #292d32; }

.isax-monitor-recorder1 .path3:before {
  content: "\f3f3";
  margin-left: -1em;
  color: #292d32; }

.isax-moon1 .path1:before {
  content: "\f3f4";
  color: #292d32; }

.isax-moon1 .path2:before {
  content: "\f3f5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-more1 .path1:before {
  content: "\f3f6";
  color: #292d32;
  opacity: 0.4; }

.isax-more1 .path2:before {
  content: "\f3f7";
  margin-left: -1em;
  color: #292d32; }

.isax-more1 .path3:before {
  content: "\f3f8";
  margin-left: -1em;
  color: #292d32; }

.isax-more1 .path4:before {
  content: "\f3f9";
  margin-left: -1em;
  color: #292d32; }

.isax-more-21 .path1:before {
  content: "\f3fa";
  color: #292d32;
  opacity: 0.4; }

.isax-more-21 .path2:before {
  content: "\f3fb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.97; }

.isax-more-21 .path3:before {
  content: "\f3fc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.97; }

.isax-more-21 .path4:before {
  content: "\f3fd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.97; }

.isax-more-circle1 .path1:before {
  content: "\f3fe";
  color: #292d32;
  opacity: 0.4; }

.isax-more-circle1 .path2:before {
  content: "\f3ff";
  margin-left: -1em;
  color: #292d32; }

.isax-more-circle1 .path3:before {
  content: "\f400";
  margin-left: -1em;
  color: #292d32; }

.isax-more-circle1 .path4:before {
  content: "\f401";
  margin-left: -1em;
  color: #292d32; }

.isax-more-square1 .path1:before {
  content: "\f402";
  color: #292d32;
  opacity: 0.4; }

.isax-more-square1 .path2:before {
  content: "\f403";
  margin-left: -1em;
  color: #292d32; }

.isax-more-square1 .path3:before {
  content: "\f404";
  margin-left: -1em;
  color: #292d32; }

.isax-more-square1 .path4:before {
  content: "\f405";
  margin-left: -1em;
  color: #292d32; }

.isax-mouse1 .path1:before {
  content: "\f406";
  color: #292d32;
  opacity: 0.4; }

.isax-mouse1 .path2:before {
  content: "\f407";
  margin-left: -1em;
  color: #292d32; }

.isax-mouse-11 .path1:before {
  content: "\f408";
  color: #292d32;
  opacity: 0.4; }

.isax-mouse-11 .path2:before {
  content: "\f409";
  margin-left: -1em;
  color: #292d32; }

.isax-mouse-circle1 .path1:before {
  content: "\f40a";
  color: #292d32; }

.isax-mouse-circle1 .path2:before {
  content: "\f40b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-mouse-square1 .path1:before {
  content: "\f40c";
  color: #292d32;
  opacity: 0.4; }

.isax-mouse-square1 .path2:before {
  content: "\f40d";
  margin-left: -1em;
  color: #292d32; }

.isax-music1 .path1:before {
  content: "\f40e";
  color: #292d32; }

.isax-music1 .path2:before {
  content: "\f40f";
  margin-left: -1em;
  color: #292d32; }

.isax-music1 .path3:before {
  content: "\f410";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path1:before {
  content: "\f411";
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path2:before {
  content: "\f412";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path3:before {
  content: "\f413";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path4:before {
  content: "\f414";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path5:before {
  content: "\f415";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-circle1 .path6:before {
  content: "\f416";
  margin-left: -1em;
  color: #292d32; }

.isax-music-dashboard1 .path1:before {
  content: "\f417";
  color: #292d32; }

.isax-music-dashboard1 .path2:before {
  content: "\f418";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-dashboard1 .path3:before {
  content: "\f419";
  margin-left: -1em;
  color: #292d32; }

.isax-music-filter1 .path1:before {
  content: "\f41a";
  color: #292d32;
  opacity: 0.4; }

.isax-music-filter1 .path2:before {
  content: "\f41b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-filter1 .path3:before {
  content: "\f41c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-filter1 .path4:before {
  content: "\f41d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-filter1 .path5:before {
  content: "\f41e";
  margin-left: -1em;
  color: #292d32; }

.isax-music-library-21 .path1:before {
  content: "\f41f";
  color: #292d32; }

.isax-music-library-21 .path2:before {
  content: "\f420";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-library-21 .path3:before {
  content: "\f421";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-library-21 .path4:before {
  content: "\f422";
  margin-left: -1em;
  color: #292d32; }

.isax-musicnote1 .path1:before {
  content: "\f423";
  color: #292d32;
  opacity: 0.4; }

.isax-musicnote1 .path2:before {
  content: "\f424";
  margin-left: -1em;
  color: #292d32; }

.isax-music-play1 .path1:before {
  content: "\f425";
  color: #292d32; }

.isax-music-play1 .path2:before {
  content: "\f426";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-play1 .path3:before {
  content: "\f427";
  margin-left: -1em;
  color: #292d32; }

.isax-music-play1 .path4:before {
  content: "\f428";
  margin-left: -1em;
  color: #292d32; }

.isax-music-playlist1 .path1:before {
  content: "\f429";
  color: #292d32; }

.isax-music-playlist1 .path2:before {
  content: "\f42a";
  margin-left: -1em;
  color: #292d32; }

.isax-music-playlist1 .path3:before {
  content: "\f42b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-playlist1 .path4:before {
  content: "\f42c";
  margin-left: -1em;
  color: #292d32; }

.isax-music-square1 .path1:before {
  content: "\f42d";
  color: #292d32;
  opacity: 0.4; }

.isax-music-square1 .path2:before {
  content: "\f42e";
  margin-left: -1em;
  color: #292d32; }

.isax-music-square-add1 .path1:before {
  content: "\f42f";
  color: #292d32; }

.isax-music-square-add1 .path2:before {
  content: "\f430";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-square-add1 .path3:before {
  content: "\f431";
  margin-left: -1em;
  color: #292d32; }

.isax-music-square-remove1 .path1:before {
  content: "\f432";
  color: #292d32; }

.isax-music-square-remove1 .path2:before {
  content: "\f433";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-square-remove1 .path3:before {
  content: "\f434";
  margin-left: -1em;
  color: #292d32; }

.isax-music-square-search1 .path1:before {
  content: "\f435";
  color: #292d32; }

.isax-music-square-search1 .path2:before {
  content: "\f436";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-music-square-search1 .path3:before {
  content: "\f437";
  margin-left: -1em;
  color: #292d32; }

.isax-next1 .path1:before {
  content: "\f438";
  color: #292d32;
  opacity: 0.4; }

.isax-next1 .path2:before {
  content: "\f439";
  margin-left: -1em;
  color: #292d32; }

.isax-note1 .path1:before {
  content: "\f43a";
  color: #292d32;
  opacity: 0.4; }

.isax-note1 .path2:before {
  content: "\f43b";
  margin-left: -1em;
  color: #292d32; }

.isax-note1 .path3:before {
  content: "\f43c";
  margin-left: -1em;
  color: #292d32; }

.isax-note1 .path4:before {
  content: "\f43d";
  margin-left: -1em;
  color: #292d32; }

.isax-note-11 .path1:before {
  content: "\f43e";
  color: #292d32;
  opacity: 0.4; }

.isax-note-11 .path2:before {
  content: "\f43f";
  margin-left: -1em;
  color: #292d32; }

.isax-note-11 .path3:before {
  content: "\f440";
  margin-left: -1em;
  color: #292d32; }

.isax-note-11 .path4:before {
  content: "\f441";
  margin-left: -1em;
  color: #292d32; }

.isax-note-11 .path5:before {
  content: "\f442";
  margin-left: -1em;
  color: #292d32; }

.isax-note-22 .path1:before {
  content: "\f443";
  color: #292d32;
  opacity: 0.4; }

.isax-note-22 .path2:before {
  content: "\f444";
  margin-left: -1em;
  color: #292d32; }

.isax-note-22 .path3:before {
  content: "\f445";
  margin-left: -1em;
  color: #292d32; }

.isax-note-22 .path4:before {
  content: "\f446";
  margin-left: -1em;
  color: #292d32; }

.isax-note-211 .path1:before {
  content: "\f447";
  color: #292d32;
  opacity: 0.4; }

.isax-note-211 .path2:before {
  content: "\f448";
  margin-left: -1em;
  color: #292d32; }

.isax-note-add1 .path1:before {
  content: "\f449";
  color: #292d32;
  opacity: 0.4; }

.isax-note-add1 .path2:before {
  content: "\f44a";
  margin-left: -1em;
  color: #292d32; }

.isax-note-add1 .path3:before {
  content: "\f44b";
  margin-left: -1em;
  color: #292d32; }

.isax-note-add1 .path4:before {
  content: "\f44c";
  margin-left: -1em;
  color: #292d32; }

.isax-note-favorite1 .path1:before {
  content: "\f44d";
  color: #292d32; }

.isax-note-favorite1 .path2:before {
  content: "\f44e";
  margin-left: -1em;
  color: #292d32; }

.isax-note-favorite1 .path3:before {
  content: "\f44f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-note-favorite1 .path4:before {
  content: "\f450";
  margin-left: -1em;
  color: #292d32; }

.isax-note-favorite1 .path5:before {
  content: "\f451";
  margin-left: -1em;
  color: #292d32; }

.isax-note-favorite1 .path6:before {
  content: "\f452";
  margin-left: -1em;
  color: #292d32; }

.isax-note-remove1 .path1:before {
  content: "\f453";
  color: #292d32; }

.isax-note-remove1 .path2:before {
  content: "\f454";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-note-remove1 .path3:before {
  content: "\f455";
  margin-left: -1em;
  color: #292d32; }

.isax-note-remove1 .path4:before {
  content: "\f456";
  margin-left: -1em;
  color: #292d32; }

.isax-note-remove1 .path5:before {
  content: "\f457";
  margin-left: -1em;
  color: #292d32; }

.isax-note-square1 .path1:before {
  content: "\f458";
  color: #292d32;
  opacity: 0.4; }

.isax-note-square1 .path2:before {
  content: "\f459";
  margin-left: -1em;
  color: #292d32; }

.isax-note-text1 .path1:before {
  content: "\f45a";
  color: #292d32; }

.isax-note-text1 .path2:before {
  content: "\f45b";
  margin-left: -1em;
  color: #292d32; }

.isax-note-text1 .path3:before {
  content: "\f45c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-note-text1 .path4:before {
  content: "\f45d";
  margin-left: -1em;
  color: #292d32; }

.isax-note-text1 .path5:before {
  content: "\f45e";
  margin-left: -1em;
  color: #292d32; }

.isax-notification1 .path1:before {
  content: "\f45f";
  color: #292d32;
  opacity: 0.4; }

.isax-notification1 .path2:before {
  content: "\f460";
  margin-left: -1em;
  color: #292d32; }

.isax-notification1 .path3:before {
  content: "\f461";
  margin-left: -1em;
  color: #292d32; }

.isax-notification-11 .path1:before {
  content: "\f462";
  color: #292d32; }

.isax-notification-11 .path2:before {
  content: "\f463";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-notification-bing1 .path1:before {
  content: "\f464";
  color: #292d32;
  opacity: 0.4; }

.isax-notification-bing1 .path2:before {
  content: "\f465";
  margin-left: -1em;
  color: #292d32; }

.isax-notification-bing1 .path3:before {
  content: "\f466";
  margin-left: -1em;
  color: #292d32; }

.isax-notification-circle1 .path1:before {
  content: "\f467";
  color: #292d32; }

.isax-notification-circle1 .path2:before {
  content: "\f468";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-notification-favorite1 .path1:before {
  content: "\f469";
  color: #292d32; }

.isax-notification-favorite1 .path2:before {
  content: "\f46a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-notification-favorite1 .path3:before {
  content: "\f46b";
  margin-left: -1em;
  color: #292d32; }

.isax-notification-status1 .path1:before {
  content: "\f46c";
  color: #292d32; }

.isax-notification-status1 .path2:before {
  content: "\f46d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-notification-status1 .path3:before {
  content: "\f46e";
  margin-left: -1em;
  color: #292d32; }

.isax-notification-status1 .path4:before {
  content: "\f46f";
  margin-left: -1em;
  color: #292d32; }

.isax-omega-circle1 .path1:before {
  content: "\f470";
  color: #292d32;
  opacity: 0.4; }

.isax-omega-circle1 .path2:before {
  content: "\f471";
  margin-left: -1em;
  color: #292d32; }

.isax-omega-square1 .path1:before {
  content: "\f472";
  color: #292d32;
  opacity: 0.4; }

.isax-omega-square1 .path2:before {
  content: "\f473";
  margin-left: -1em;
  color: #292d32; }

.isax-paintbucket1 .path1:before {
  content: "\f474";
  color: #292d32;
  opacity: 0.4; }

.isax-paintbucket1 .path2:before {
  content: "\f475";
  margin-left: -1em;
  color: #292d32; }

.isax-paintbucket1 .path3:before {
  content: "\f476";
  margin-left: -1em;
  color: #292d32; }

.isax-paperclip1 .path1:before {
  content: "\f477";
  color: #292d32;
  opacity: 0.4; }

.isax-paperclip1 .path2:before {
  content: "\f478";
  margin-left: -1em;
  color: #292d32; }

.isax-paperclip-21 .path1:before {
  content: "\f479";
  color: #292d32;
  opacity: 0.4; }

.isax-paperclip-21 .path2:before {
  content: "\f47a";
  margin-left: -1em;
  color: #292d32; }

.isax-password-check1 .path1:before {
  content: "\f47b";
  color: #292d32; }

.isax-password-check1 .path2:before {
  content: "\f47c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-password-check1 .path3:before {
  content: "\f47d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-password-check1 .path4:before {
  content: "\f47e";
  margin-left: -1em;
  color: #292d32; }

.isax-password-check1 .path5:before {
  content: "\f47f";
  margin-left: -1em;
  color: #292d32; }

.isax-path1 .path1:before {
  content: "\f480";
  color: #292d32; }

.isax-path1 .path2:before {
  content: "\f481";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-path1 .path3:before {
  content: "\f482";
  margin-left: -1em;
  color: #292d32; }

.isax-path-21 .path1:before {
  content: "\f483";
  color: #292d32; }

.isax-path-21 .path2:before {
  content: "\f484";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-path-21 .path3:before {
  content: "\f485";
  margin-left: -1em;
  color: #292d32; }

.isax-path-square1 .path1:before {
  content: "\f486";
  color: #292d32;
  opacity: 0.4; }

.isax-path-square1 .path2:before {
  content: "\f487";
  margin-left: -1em;
  color: #292d32; }

.isax-path-square1 .path3:before {
  content: "\f488";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-path-square1 .path4:before {
  content: "\f489";
  margin-left: -1em;
  color: #292d32; }

.isax-pause1 .path1:before {
  content: "\f48a";
  color: #292d32; }

.isax-pause1 .path2:before {
  content: "\f48b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pause-circle1 .path1:before {
  content: "\f48c";
  color: #292d32;
  opacity: 0.4; }

.isax-pause-circle1 .path2:before {
  content: "\f48d";
  margin-left: -1em;
  color: #292d32; }

.isax-pause-circle1 .path3:before {
  content: "\f48e";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-add1 .path1:before {
  content: "\f48f";
  color: #292d32; }

.isax-pen-add1 .path2:before {
  content: "\f490";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pen-add1 .path3:before {
  content: "\f491";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-add1 .path4:before {
  content: "\f492";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-close1 .path1:before {
  content: "\f493";
  color: #292d32; }

.isax-pen-close1 .path2:before {
  content: "\f494";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pen-close1 .path3:before {
  content: "\f495";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-close1 .path4:before {
  content: "\f496";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-remove1 .path1:before {
  content: "\f497";
  color: #292d32; }

.isax-pen-remove1 .path2:before {
  content: "\f498";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-remove1 .path3:before {
  content: "\f499";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pen-remove1 .path4:before {
  content: "\f49a";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path1:before {
  content: "\f49b";
  color: #292d32; }

.isax-pen-tool1 .path2:before {
  content: "\f49c";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path3:before {
  content: "\f49d";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path4:before {
  content: "\f49e";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path5:before {
  content: "\f49f";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path6:before {
  content: "\f4a0";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path7:before {
  content: "\f4a1";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path8:before {
  content: "\f4a2";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path9:before {
  content: "\f4a3";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool1 .path10:before {
  content: "\f4a4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pen-tool-21 .path1:before {
  content: "\f4a5";
  color: #292d32; }

.isax-pen-tool-21 .path2:before {
  content: "\f4a6";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool-21 .path3:before {
  content: "\f4a7";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool-21 .path4:before {
  content: "\f4a8";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool-21 .path5:before {
  content: "\f4a9";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool-21 .path6:before {
  content: "\f4aa";
  margin-left: -1em;
  color: #292d32; }

.isax-pen-tool-21 .path7:before {
  content: "\f4ab";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-people1 .path1:before {
  content: "\f4ac";
  color: #292d32;
  opacity: 0.4; }

.isax-people1 .path2:before {
  content: "\f4ad";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-people1 .path3:before {
  content: "\f4ae";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-people1 .path4:before {
  content: "\f4af";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-people1 .path5:before {
  content: "\f4b0";
  margin-left: -1em;
  color: #292d32; }

.isax-people1 .path6:before {
  content: "\f4b1";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-circle1 .path1:before {
  content: "\f4b2";
  color: #292d32;
  opacity: 0.4; }

.isax-percentage-circle1 .path2:before {
  content: "\f4b3";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-circle1 .path3:before {
  content: "\f4b4";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-circle1 .path4:before {
  content: "\f4b5";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-square1 .path1:before {
  content: "\f4b6";
  color: #292d32;
  opacity: 0.4; }

.isax-percentage-square1 .path2:before {
  content: "\f4b7";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-square1 .path3:before {
  content: "\f4b8";
  margin-left: -1em;
  color: #292d32; }

.isax-percentage-square1 .path4:before {
  content: "\f4b9";
  margin-left: -1em;
  color: #292d32; }

.isax-personalcard1 .path1:before {
  content: "\f4ba";
  color: #292d32;
  opacity: 0.4; }

.isax-personalcard1 .path2:before {
  content: "\f4bb";
  margin-left: -1em;
  color: #292d32; }

.isax-personalcard1 .path3:before {
  content: "\f4bc";
  margin-left: -1em;
  color: #292d32; }

.isax-personalcard1 .path4:before {
  content: "\f4bd";
  margin-left: -1em;
  color: #292d32; }

.isax-personalcard1 .path5:before {
  content: "\f4be";
  margin-left: -1em;
  color: #292d32; }

.isax-personalcard1 .path6:before {
  content: "\f4bf";
  margin-left: -1em;
  color: #292d32; }

.isax-pet1 .path1:before {
  content: "\f4c0";
  color: #292d32;
  opacity: 0.4; }

.isax-pet1 .path2:before {
  content: "\f4c1";
  margin-left: -1em;
  color: #292d32; }

.isax-pet1 .path3:before {
  content: "\f4c2";
  margin-left: -1em;
  color: #292d32; }

.isax-pet1 .path4:before {
  content: "\f4c3";
  margin-left: -1em;
  color: #292d32; }

.isax-pet1 .path5:before {
  content: "\f4c4";
  margin-left: -1em;
  color: #292d32; }

.isax-pharagraphspacing1 .path1:before {
  content: "\f4c5";
  color: #292d32;
  opacity: 0.4; }

.isax-pharagraphspacing1 .path2:before {
  content: "\f4c6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-pharagraphspacing1 .path3:before {
  content: "\f4c7";
  margin-left: -1em;
  color: #292d32; }

.isax-picture-frame1 .path1:before {
  content: "\f4c8";
  color: #292d32;
  opacity: 0.4; }

.isax-picture-frame1 .path2:before {
  content: "\f4c9";
  margin-left: -1em;
  color: #292d32; }

.isax-play1 .path1:before {
  content: "\f4ca";
  color: #292d32; }

.isax-play1 .path2:before {
  content: "\f4cb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-play-add1 .path1:before {
  content: "\f4cc";
  color: #292d32;
  opacity: 0.4; }

.isax-play-add1 .path2:before {
  content: "\f4cd";
  margin-left: -1em;
  color: #292d32; }

.isax-play-add1 .path3:before {
  content: "\f4ce";
  margin-left: -1em;
  color: #292d32; }

.isax-play-circle1 .path1:before {
  content: "\f4cf";
  color: #292d32;
  opacity: 0.4; }

.isax-play-circle1 .path2:before {
  content: "\f4d0";
  margin-left: -1em;
  color: #292d32; }

.isax-play-cricle1 .path1:before {
  content: "\f4d1";
  color: #292d32;
  opacity: 0.4; }

.isax-play-cricle1 .path2:before {
  content: "\f4d2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-play-cricle1 .path3:before {
  content: "\f4d3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-play-cricle1 .path4:before {
  content: "\f4d4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-play-cricle1 .path5:before {
  content: "\f4d5";
  margin-left: -1em;
  color: #292d32; }

.isax-play-remove1 .path1:before {
  content: "\f4d6";
  color: #292d32; }

.isax-play-remove1 .path2:before {
  content: "\f4d7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-play-remove1 .path3:before {
  content: "\f4d8";
  margin-left: -1em;
  color: #292d32; }

.isax-presention-chart1 .path1:before {
  content: "\f4d9";
  color: #292d32;
  opacity: 0.4; }

.isax-presention-chart1 .path2:before {
  content: "\f4da";
  margin-left: -1em;
  color: #292d32; }

.isax-presention-chart1 .path3:before {
  content: "\f4db";
  margin-left: -1em;
  color: #292d32; }

.isax-presention-chart1 .path4:before {
  content: "\f4dc";
  margin-left: -1em;
  color: #292d32; }

.isax-previous1 .path1:before {
  content: "\f4dd";
  color: #292d32;
  opacity: 0.4; }

.isax-previous1 .path2:before {
  content: "\f4de";
  margin-left: -1em;
  color: #292d32; }

.isax-printer1 .path1:before {
  content: "\f4df";
  color: #292d32; }

.isax-printer1 .path2:before {
  content: "\f4e0";
  margin-left: -1em;
  color: #292d32; }

.isax-printer1 .path3:before {
  content: "\f4e1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-printer1 .path4:before {
  content: "\f4e2";
  margin-left: -1em;
  color: #292d32; }

.isax-printer1 .path5:before {
  content: "\f4e3";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path1:before {
  content: "\f4e4";
  color: #292d32;
  opacity: 0.4; }

.isax-printer-slash1 .path2:before {
  content: "\f4e5";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path3:before {
  content: "\f4e6";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path4:before {
  content: "\f4e7";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path5:before {
  content: "\f4e8";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path6:before {
  content: "\f4e9";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path7:before {
  content: "\f4ea";
  margin-left: -1em;
  color: #292d32; }

.isax-printer-slash1 .path8:before {
  content: "\f4eb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile .path1:before {
  content: "\f4ec";
  color: #292d32;
  opacity: 0.4; }

.isax-profile .path2:before {
  content: "\f4ed";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-2user1 .path1:before {
  content: "\f4ee";
  color: #292d32;
  opacity: 0.4; }

.isax-profile-2user1 .path2:before {
  content: "\f4ef";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-2user1 .path3:before {
  content: "\f4f0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile-2user1 .path4:before {
  content: "\f4f1";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-add1 .path1:before {
  content: "\f4f2";
  color: #292d32; }

.isax-profile-add1 .path2:before {
  content: "\f4f3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile-add1 .path3:before {
  content: "\f4f4";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-circle1 .path1:before {
  content: "\f4f5";
  color: #292d32;
  opacity: 0.4; }

.isax-profile-circle1 .path2:before {
  content: "\f4f6";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-circle1 .path3:before {
  content: "\f4f7";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-delete1 .path1:before {
  content: "\f4f8";
  color: #292d32; }

.isax-profile-delete1 .path2:before {
  content: "\f4f9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile-delete1 .path3:before {
  content: "\f4fa";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-remove1 .path1:before {
  content: "\f4fb";
  color: #292d32; }

.isax-profile-remove1 .path2:before {
  content: "\f4fc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile-remove1 .path3:before {
  content: "\f4fd";
  margin-left: -1em;
  color: #292d32; }

.isax-profile-tick1 .path1:before {
  content: "\f4fe";
  color: #292d32; }

.isax-profile-tick1 .path2:before {
  content: "\f4ff";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-profile-tick1 .path3:before {
  content: "\f500";
  margin-left: -1em;
  color: #292d32; }

.isax-programming-arrow1 .path1:before {
  content: "\f501";
  color: #292d32;
  opacity: 0.4; }

.isax-programming-arrow1 .path2:before {
  content: "\f502";
  margin-left: -1em;
  color: #292d32; }

.isax-programming-arrows1 .path1:before {
  content: "\f503";
  color: #292d32;
  opacity: 0.4; }

.isax-programming-arrows1 .path2:before {
  content: "\f504";
  margin-left: -1em;
  color: #292d32; }

.isax-programming-arrows1 .path3:before {
  content: "\f505";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-programming-arrows1 .path4:before {
  content: "\f506";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-down1 .path1:before {
  content: "\f507";
  color: #292d32; }

.isax-quote-down1 .path2:before {
  content: "\f508";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-quote-down-circle1 .path1:before {
  content: "\f509";
  color: #292d32;
  opacity: 0.4; }

.isax-quote-down-circle1 .path2:before {
  content: "\f50a";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-down-circle1 .path3:before {
  content: "\f50b";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-down-square1 .path1:before {
  content: "\f50c";
  color: #292d32;
  opacity: 0.4; }

.isax-quote-down-square1 .path2:before {
  content: "\f50d";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-down-square1 .path3:before {
  content: "\f50e";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-up1 .path1:before {
  content: "\f50f";
  color: #292d32; }

.isax-quote-up1 .path2:before {
  content: "\f510";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-quote-up-circle1 .path1:before {
  content: "\f511";
  color: #292d32;
  opacity: 0.4; }

.isax-quote-up-circle1 .path2:before {
  content: "\f512";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-up-circle1 .path3:before {
  content: "\f513";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-up-square1 .path1:before {
  content: "\f514";
  color: #292d32;
  opacity: 0.4; }

.isax-quote-up-square1 .path2:before {
  content: "\f515";
  margin-left: -1em;
  color: #292d32; }

.isax-quote-up-square1 .path3:before {
  content: "\f516";
  margin-left: -1em;
  color: #292d32; }

.isax-radar1 .path1:before {
  content: "\f517";
  color: #292d32; }

.isax-radar1 .path2:before {
  content: "\f518";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-radar1 .path3:before {
  content: "\f519";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-radar1 .path4:before {
  content: "\f51a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-radar1 .path5:before {
  content: "\f51b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-radar-11 .path1:before {
  content: "\f51c";
  color: #292d32;
  opacity: 0.4; }

.isax-radar-11 .path2:before {
  content: "\f51d";
  margin-left: -1em;
  color: #292d32; }

.isax-radar-21 .path1:before {
  content: "\f51e";
  color: #292d32;
  opacity: 0.4; }

.isax-radar-21 .path2:before {
  content: "\f51f";
  margin-left: -1em;
  color: #292d32; }

.isax-radio1 .path1:before {
  content: "\f520";
  color: #292d32;
  opacity: 0.4; }

.isax-radio1 .path2:before {
  content: "\f521";
  margin-left: -1em;
  color: #292d32; }

.isax-radio1 .path3:before {
  content: "\f522";
  margin-left: -1em;
  color: #292d32; }

.isax-radio1 .path4:before {
  content: "\f523";
  margin-left: -1em;
  color: #292d32; }

.isax-radio1 .path5:before {
  content: "\f524";
  margin-left: -1em;
  color: #292d32; }

.isax-radio1 .path6:before {
  content: "\f525";
  margin-left: -1em;
  color: #292d32; }

.isax-ram1 .path1:before {
  content: "\f526";
  color: #292d32;
  opacity: 0.4; }

.isax-ram1 .path2:before {
  content: "\f527";
  margin-left: -1em;
  color: #292d32; }

.isax-ram1 .path3:before {
  content: "\f528";
  margin-left: -1em;
  color: #292d32; }

.isax-ram-21 .path1:before {
  content: "\f529";
  color: #292d32;
  opacity: 0.4; }

.isax-ram-21 .path2:before {
  content: "\f52a";
  margin-left: -1em;
  color: #292d32; }

.isax-ram-21 .path3:before {
  content: "\f52b";
  margin-left: -1em;
  color: #292d32; }

.isax-ram-21 .path4:before {
  content: "\f52c";
  margin-left: -1em;
  color: #292d32; }

.isax-ram-21 .path5:before {
  content: "\f52d";
  margin-left: -1em;
  color: #292d32; }

.isax-ranking1 .path1:before {
  content: "\f52e";
  color: #292d32;
  opacity: 0.4; }

.isax-ranking1 .path2:before {
  content: "\f52f";
  margin-left: -1em;
  color: #292d32; }

.isax-ranking1 .path3:before {
  content: "\f530";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ranking1 .path4:before {
  content: "\f531";
  margin-left: -1em;
  color: #292d32; }

.isax-ranking-11 .path1:before {
  content: "\f532";
  color: #292d32; }

.isax-ranking-11 .path2:before {
  content: "\f533";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ranking-11 .path3:before {
  content: "\f534";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ranking-11 .path4:before {
  content: "\f535";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt1 .path1:before {
  content: "\f536";
  color: #292d32; }

.isax-receipt1 .path2:before {
  content: "\f537";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-11 .path1:before {
  content: "\f538";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-11 .path2:before {
  content: "\f539";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-11 .path3:before {
  content: "\f53a";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-21 .path1:before {
  content: "\f53b";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-21 .path2:before {
  content: "\f53c";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-21 .path3:before {
  content: "\f53d";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-2-11 .path1:before {
  content: "\f53e";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-2-11 .path2:before {
  content: "\f53f";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-2-11 .path3:before {
  content: "\f540";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-2-11 .path4:before {
  content: "\f541";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-2-11 .path5:before {
  content: "\f542";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-add1 .path1:before {
  content: "\f543";
  color: #292d32; }

.isax-receipt-add1 .path2:before {
  content: "\f544";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-add1 .path3:before {
  content: "\f545";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-discount1 .path1:before {
  content: "\f546";
  color: #292d32; }

.isax-receipt-discount1 .path2:before {
  content: "\f547";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-discount1 .path3:before {
  content: "\f548";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-discount1 .path4:before {
  content: "\f549";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-discount1 .path5:before {
  content: "\f54a";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-disscount1 .path1:before {
  content: "\f54b";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-disscount1 .path2:before {
  content: "\f54c";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-disscount1 .path3:before {
  content: "\f54d";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-disscount1 .path4:before {
  content: "\f54e";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-edit1 .path1:before {
  content: "\f54f";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-edit1 .path2:before {
  content: "\f550";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-item1 .path1:before {
  content: "\f551";
  color: #292d32; }

.isax-receipt-item1 .path2:before {
  content: "\f552";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-item1 .path3:before {
  content: "\f553";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-item1 .path4:before {
  content: "\f554";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-item1 .path5:before {
  content: "\f555";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-item1 .path6:before {
  content: "\f556";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-minus1 .path1:before {
  content: "\f557";
  color: #292d32; }

.isax-receipt-minus1 .path2:before {
  content: "\f558";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-minus1 .path3:before {
  content: "\f559";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-search1 .path1:before {
  content: "\f55a";
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-search1 .path2:before {
  content: "\f55b";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-square1 .path1:before {
  content: "\f55c";
  color: #292d32; }

.isax-receipt-square1 .path2:before {
  content: "\f55d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-text1 .path1:before {
  content: "\f55e";
  color: #292d32; }

.isax-receipt-text1 .path2:before {
  content: "\f55f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receipt-text1 .path3:before {
  content: "\f560";
  margin-left: -1em;
  color: #292d32; }

.isax-receipt-text1 .path4:before {
  content: "\f561";
  margin-left: -1em;
  color: #292d32; }

.isax-received1 .path1:before {
  content: "\f562";
  color: #292d32; }

.isax-received1 .path2:before {
  content: "\f563";
  margin-left: -1em;
  color: #292d32; }

.isax-received1 .path3:before {
  content: "\f564";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-receive-square1 .path1:before {
  content: "\f565";
  color: #292d32;
  opacity: 0.4; }

.isax-receive-square1 .path2:before {
  content: "\f566";
  margin-left: -1em;
  color: #292d32; }

.isax-receive-square1 .path3:before {
  content: "\f567";
  margin-left: -1em;
  color: #292d32; }

.isax-receive-square-21 .path1:before {
  content: "\f568";
  color: #292d32;
  opacity: 0.4; }

.isax-receive-square-21 .path2:before {
  content: "\f569";
  margin-left: -1em;
  color: #292d32; }

.isax-receive-square-21 .path3:before {
  content: "\f56a";
  margin-left: -1em;
  color: #292d32; }

.isax-record1 .path1:before {
  content: "\f56b";
  color: #292d32; }

.isax-record1 .path2:before {
  content: "\f56c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-record-circle1 .path1:before {
  content: "\f56d";
  color: #292d32;
  opacity: 0.4; }

.isax-record-circle1 .path2:before {
  content: "\f56e";
  margin-left: -1em;
  color: #292d32; }

.isax-recovery-convert1 .path1:before {
  content: "\f56f";
  color: #292d32; }

.isax-recovery-convert1 .path2:before {
  content: "\f570";
  margin-left: -1em;
  color: #292d32; }

.isax-recovery-convert1 .path3:before {
  content: "\f571";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-recovery-convert1 .path4:before {
  content: "\f572";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-redo1 .path1:before {
  content: "\f573";
  color: #292d32;
  opacity: 0.4; }

.isax-redo1 .path2:before {
  content: "\f574";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh1 .path1:before {
  content: "\f575";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh1 .path2:before {
  content: "\f576";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh1 .path3:before {
  content: "\f577";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-21 .path1:before {
  content: "\f578";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-21 .path2:before {
  content: "\f579";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-circle1 .path1:before {
  content: "\f57a";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-circle1 .path2:before {
  content: "\f57b";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-circle1 .path3:before {
  content: "\f57c";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-left-square1 .path1:before {
  content: "\f57d";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-left-square1 .path2:before {
  content: "\f57e";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-right-square1 .path1:before {
  content: "\f57f";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-right-square1 .path2:before {
  content: "\f580";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-square-21 .path1:before {
  content: "\f581";
  color: #292d32;
  opacity: 0.4; }

.isax-refresh-square-21 .path2:before {
  content: "\f582";
  margin-left: -1em;
  color: #292d32; }

.isax-refresh-square-21 .path3:before {
  content: "\f583";
  margin-left: -1em;
  color: #292d32; }

.isax-repeat1 .path1:before {
  content: "\f584";
  color: #292d32; }

.isax-repeat1 .path2:before {
  content: "\f585";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-repeat-circle1 .path1:before {
  content: "\f586";
  color: #292d32;
  opacity: 0.4; }

.isax-repeat-circle1 .path2:before {
  content: "\f587";
  margin-left: -1em;
  color: #292d32; }

.isax-repeat-circle1 .path3:before {
  content: "\f588";
  margin-left: -1em;
  color: #292d32; }

.isax-repeate-music1 .path1:before {
  content: "\f589";
  color: #292d32;
  opacity: 0.4; }

.isax-repeate-music1 .path2:before {
  content: "\f58a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-repeate-music1 .path3:before {
  content: "\f58b";
  margin-left: -1em;
  color: #292d32; }

.isax-repeate-one1 .path1:before {
  content: "\f58c";
  color: #292d32;
  opacity: 0.4; }

.isax-repeate-one1 .path2:before {
  content: "\f58d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-repeate-one1 .path3:before {
  content: "\f58e";
  margin-left: -1em;
  color: #292d32; }

.isax-reserve1 .path1:before {
  content: "\f58f";
  color: #292d32; }

.isax-reserve1 .path2:before {
  content: "\f590";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-reserve1 .path3:before {
  content: "\f591";
  margin-left: -1em;
  color: #292d32; }

.isax-reserve1 .path4:before {
  content: "\f592";
  margin-left: -1em;
  color: #292d32; }

.isax-rotate-left1 .path1:before {
  content: "\f593";
  color: #292d32;
  opacity: 0.4; }

.isax-rotate-left1 .path2:before {
  content: "\f594";
  margin-left: -1em;
  color: #292d32; }

.isax-rotate-left-11 .path1:before {
  content: "\f595";
  color: #292d32;
  opacity: 0.4; }

.isax-rotate-left-11 .path2:before {
  content: "\f596";
  margin-left: -1em;
  color: #292d32; }

.isax-rotate-right1 .path1:before {
  content: "\f597";
  color: #292d32;
  opacity: 0.4; }

.isax-rotate-right1 .path2:before {
  content: "\f598";
  margin-left: -1em;
  color: #292d32; }

.isax-rotate-right-11 .path1:before {
  content: "\f599";
  color: #292d32;
  opacity: 0.4; }

.isax-rotate-right-11 .path2:before {
  content: "\f59a";
  margin-left: -1em;
  color: #292d32; }

.isax-route-square1 .path1:before {
  content: "\f59b";
  color: #292d32;
  opacity: 0.4; }

.isax-route-square1 .path2:before {
  content: "\f59c";
  margin-left: -1em;
  color: #292d32; }

.isax-routing1 .path1:before {
  content: "\f59d";
  color: #292d32;
  opacity: 0.4; }

.isax-routing1 .path2:before {
  content: "\f59e";
  margin-left: -1em;
  color: #292d32; }

.isax-routing1 .path3:before {
  content: "\f59f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-routing1 .path4:before {
  content: "\f5a0";
  margin-left: -1em;
  color: #292d32; }

.isax-routing1 .path5:before {
  content: "\f5a1";
  margin-left: -1em;
  color: #292d32; }

.isax-routing-21 .path1:before {
  content: "\f5a2";
  color: #292d32;
  opacity: 0.4; }

.isax-routing-21 .path2:before {
  content: "\f5a3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-routing-21 .path3:before {
  content: "\f5a4";
  margin-left: -1em;
  color: #292d32; }

.isax-routing-21 .path4:before {
  content: "\f5a5";
  margin-left: -1em;
  color: #292d32; }

.isax-routing-21 .path5:before {
  content: "\f5a6";
  margin-left: -1em;
  color: #292d32; }

.isax-row-horizontal1 .path1:before {
  content: "\f5a7";
  color: #292d32;
  opacity: 0.4; }

.isax-row-horizontal1 .path2:before {
  content: "\f5a8";
  margin-left: -1em;
  color: #292d32; }

.isax-row-vertical1 .path1:before {
  content: "\f5a9";
  color: #292d32;
  opacity: 0.4; }

.isax-row-vertical1 .path2:before {
  content: "\f5aa";
  margin-left: -1em;
  color: #292d32; }

.isax-rulerpen1 .path1:before {
  content: "\f5ab";
  color: #292d32;
  opacity: 0.4; }

.isax-rulerpen1 .path2:before {
  content: "\f5ac";
  margin-left: -1em;
  color: #292d32; }

.isax-rulerpen1 .path3:before {
  content: "\f5ad";
  margin-left: -1em;
  color: #292d32; }

.isax-rulerpen1 .path4:before {
  content: "\f5ae";
  margin-left: -1em;
  color: #292d32; }

.isax-rulerpen1 .path5:before {
  content: "\f5af";
  margin-left: -1em;
  color: #292d32; }

.isax-rulerpen1 .path6:before {
  content: "\f5b0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-rulerpen1 .path7:before {
  content: "\f5b1";
  margin-left: -1em;
  color: #292d32; }

.isax-ruler1 .path1:before {
  content: "\f5b2";
  color: #292d32;
  opacity: 0.4; }

.isax-ruler1 .path2:before {
  content: "\f5b3";
  margin-left: -1em;
  color: #292d32; }

.isax-ruler1 .path3:before {
  content: "\f5b4";
  margin-left: -1em;
  color: #292d32; }

.isax-ruler1 .path4:before {
  content: "\f5b5";
  margin-left: -1em;
  color: #292d32; }

.isax-ruler1 .path5:before {
  content: "\f5b6";
  margin-left: -1em;
  color: #292d32; }

.isax-safe-home1 .path1:before {
  content: "\f5b7";
  color: #292d32; }

.isax-safe-home1 .path2:before {
  content: "\f5b8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sagittarius1 .path1:before {
  content: "\f5b9";
  color: #292d32; }

.isax-sagittarius1 .path2:before {
  content: "\f5ba";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-save-21 .path1:before {
  content: "\f5bb";
  color: #292d32;
  opacity: 0.4; }

.isax-save-21 .path2:before {
  content: "\f5bc";
  margin-left: -1em;
  color: #292d32; }

.isax-save-add1 .path1:before {
  content: "\f5bd";
  color: #292d32;
  opacity: 0.4; }

.isax-save-add1 .path2:before {
  content: "\f5be";
  margin-left: -1em;
  color: #292d32; }

.isax-save-add1 .path3:before {
  content: "\f5bf";
  margin-left: -1em;
  color: #292d32; }

.isax-save-minus1 .path1:before {
  content: "\f5c0";
  color: #292d32;
  opacity: 0.4; }

.isax-save-minus1 .path2:before {
  content: "\f5c1";
  margin-left: -1em;
  color: #292d32; }

.isax-save-minus1 .path3:before {
  content: "\f5c2";
  margin-left: -1em;
  color: #292d32; }

.isax-save-remove1 .path1:before {
  content: "\f5c3";
  color: #292d32;
  opacity: 0.4; }

.isax-save-remove1 .path2:before {
  content: "\f5c4";
  margin-left: -1em;
  color: #292d32; }

.isax-save-remove1 .path3:before {
  content: "\f5c5";
  margin-left: -1em;
  color: #292d32; }

.isax-scan1 .path1:before {
  content: "\f5c6";
  color: #292d32;
  opacity: 0.4; }

.isax-scan1 .path2:before {
  content: "\f5c7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scan1 .path3:before {
  content: "\f5c8";
  margin-left: -1em;
  color: #292d32; }

.isax-scan1 .path4:before {
  content: "\f5c9";
  margin-left: -1em;
  color: #292d32; }

.isax-scan1 .path5:before {
  content: "\f5ca";
  margin-left: -1em;
  color: #292d32; }

.isax-scan1 .path6:before {
  content: "\f5cb";
  margin-left: -1em;
  color: #292d32; }

.isax-scan1 .path7:before {
  content: "\f5cc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scan-barcode1 .path1:before {
  content: "\f5cd";
  color: #292d32;
  opacity: 0.4; }

.isax-scan-barcode1 .path2:before {
  content: "\f5ce";
  margin-left: -1em;
  color: #292d32; }

.isax-scan-barcode1 .path3:before {
  content: "\f5cf";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scan-barcode1 .path4:before {
  content: "\f5d0";
  margin-left: -1em;
  color: #292d32; }

.isax-scan-barcode1 .path5:before {
  content: "\f5d1";
  margin-left: -1em;
  color: #292d32; }

.isax-scan-barcode1 .path6:before {
  content: "\f5d2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scan-barcode1 .path7:before {
  content: "\f5d3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scan-barcode1 .path8:before {
  content: "\f5d4";
  margin-left: -1em;
  color: #292d32; }

.isax-scanner1 .path1:before {
  content: "\f5d5";
  color: #292d32; }

.isax-scanner1 .path2:before {
  content: "\f5d6";
  margin-left: -1em;
  color: #292d32; }

.isax-scanner1 .path3:before {
  content: "\f5d7";
  margin-left: -1em;
  color: #292d32; }

.isax-scanner1 .path4:before {
  content: "\f5d8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scanner1 .path5:before {
  content: "\f5d9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scanning1 .path1:before {
  content: "\f5da";
  color: #292d32;
  opacity: 0.4; }

.isax-scanning1 .path2:before {
  content: "\f5db";
  margin-left: -1em;
  color: #292d32; }

.isax-scanning1 .path3:before {
  content: "\f5dc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scanning1 .path4:before {
  content: "\f5dd";
  margin-left: -1em;
  color: #292d32; }

.isax-scanning1 .path5:before {
  content: "\f5de";
  margin-left: -1em;
  color: #292d32; }

.isax-scanning1 .path6:before {
  content: "\f5df";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scanning1 .path7:before {
  content: "\f5e0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scanning1 .path8:before {
  content: "\f5e1";
  margin-left: -1em;
  color: #292d32; }

.isax-scissor1 .path1:before {
  content: "\f5e2";
  color: #292d32; }

.isax-scissor1 .path2:before {
  content: "\f5e3";
  margin-left: -1em;
  color: #292d32; }

.isax-scissor1 .path3:before {
  content: "\f5e4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-scissor-11 .path1:before {
  content: "\f5e5";
  color: #292d32;
  opacity: 0.4; }

.isax-scissor-11 .path2:before {
  content: "\f5e6";
  margin-left: -1em;
  color: #292d32; }

.isax-screenmirroring1 .path1:before {
  content: "\f5e7";
  color: #292d32;
  opacity: 0.4; }

.isax-screenmirroring1 .path2:before {
  content: "\f5e8";
  margin-left: -1em;
  color: #292d32; }

.isax-scroll1 .path1:before {
  content: "\f5e9";
  color: #292d32;
  opacity: 0.4; }

.isax-scroll1 .path2:before {
  content: "\f5ea";
  margin-left: -1em;
  color: #292d32; }

.isax-scroll1 .path3:before {
  content: "\f5eb";
  margin-left: -1em;
  color: #292d32; }

.isax-search-favorite1 .path1:before {
  content: "\f5ec";
  color: #292d32;
  opacity: 0.4; }

.isax-search-favorite1 .path2:before {
  content: "\f5ed";
  margin-left: -1em;
  color: #292d32; }

.isax-search-favorite1 .path3:before {
  content: "\f5ee";
  margin-left: -1em;
  color: #292d32; }

.isax-search-favorite-11 .path1:before {
  content: "\f5ef";
  color: #292d32;
  opacity: 0.4; }

.isax-search-favorite-11 .path2:before {
  content: "\f5f0";
  margin-left: -1em;
  color: #292d32; }

.isax-search-favorite-11 .path3:before {
  content: "\f5f1";
  margin-left: -1em;
  color: #292d32; }

.isax-search-normal1 .path1:before {
  content: "\f5f2";
  color: #292d32;
  opacity: 0.4; }

.isax-search-normal1 .path2:before {
  content: "\f5f3";
  margin-left: -1em;
  color: #292d32; }

.isax-search-normal-11 .path1:before {
  content: "\f5f4";
  color: #292d32;
  opacity: 0.4; }

.isax-search-normal-11 .path2:before {
  content: "\f5f5";
  margin-left: -1em;
  color: #292d32; }

.isax-search-status1 .path1:before {
  content: "\f5f6";
  color: #292d32;
  opacity: 0.4; }

.isax-search-status1 .path2:before {
  content: "\f5f7";
  margin-left: -1em;
  color: #292d32; }

.isax-search-status1 .path3:before {
  content: "\f5f8";
  margin-left: -1em;
  color: #292d32; }

.isax-search-status1 .path4:before {
  content: "\f5f9";
  margin-left: -1em;
  color: #292d32; }

.isax-search-status-11 .path1:before {
  content: "\f5fa";
  color: #292d32; }

.isax-search-status-11 .path2:before {
  content: "\f5fb";
  margin-left: -1em;
  color: #292d32; }

.isax-search-status-11 .path3:before {
  content: "\f5fc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-search-status-11 .path4:before {
  content: "\f5fd";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-in1 .path1:before {
  content: "\f5fe";
  color: #292d32;
  opacity: 0.4; }

.isax-search-zoom-in1 .path2:before {
  content: "\f5ff";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-in1 .path3:before {
  content: "\f600";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-in-11 .path1:before {
  content: "\f601";
  color: #292d32;
  opacity: 0.4; }

.isax-search-zoom-in-11 .path2:before {
  content: "\f602";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-in-11 .path3:before {
  content: "\f603";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-out1 .path1:before {
  content: "\f604";
  color: #292d32;
  opacity: 0.4; }

.isax-search-zoom-out1 .path2:before {
  content: "\f605";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-out1 .path3:before {
  content: "\f606";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-out-11 .path1:before {
  content: "\f607";
  color: #292d32;
  opacity: 0.4; }

.isax-search-zoom-out-11 .path2:before {
  content: "\f608";
  margin-left: -1em;
  color: #292d32; }

.isax-search-zoom-out-11 .path3:before {
  content: "\f609";
  margin-left: -1em;
  color: #292d32; }

.isax-security1 .path1:before {
  content: "\f60a";
  color: #292d32;
  opacity: 0.4; }

.isax-security1 .path2:before {
  content: "\f60b";
  margin-left: -1em;
  color: #292d32; }

.isax-security-card1 .path1:before {
  content: "\f60c";
  color: #292d32;
  opacity: 0.4; }

.isax-security-card1 .path2:before {
  content: "\f60d";
  margin-left: -1em;
  color: #292d32; }

.isax-security-card1 .path3:before {
  content: "\f60e";
  margin-left: -1em;
  color: #292d32; }

.isax-security-safe1 .path1:before {
  content: "\f60f";
  color: #292d32;
  opacity: 0.4; }

.isax-security-safe1 .path2:before {
  content: "\f610";
  margin-left: -1em;
  color: #292d32; }

.isax-security-time1 .path1:before {
  content: "\f611";
  color: #292d32;
  opacity: 0.4; }

.isax-security-time1 .path2:before {
  content: "\f612";
  margin-left: -1em;
  color: #292d32; }

.isax-security-time1 .path3:before {
  content: "\f613";
  margin-left: -1em;
  color: #292d32; }

.isax-security-user1 .path1:before {
  content: "\f614";
  color: #292d32;
  opacity: 0.4; }

.isax-security-user1 .path2:before {
  content: "\f615";
  margin-left: -1em;
  color: #292d32; }

.isax-security-user1 .path3:before {
  content: "\f616";
  margin-left: -1em;
  color: #292d32; }

.isax-send1 .path1:before {
  content: "\f617";
  color: #292d32;
  opacity: 0.4; }

.isax-send1 .path2:before {
  content: "\f618";
  margin-left: -1em;
  color: #292d32; }

.isax-send-11 .path1:before {
  content: "\f619";
  color: #292d32;
  opacity: 0.4; }

.isax-send-11 .path2:before {
  content: "\f61a";
  margin-left: -1em;
  color: #292d32; }

.isax-send-11 .path3:before {
  content: "\f61b";
  margin-left: -1em;
  color: #292d32; }

.isax-send-21 .path1:before {
  content: "\f61c";
  color: #292d32;
  opacity: 0.4; }

.isax-send-21 .path2:before {
  content: "\f61d";
  margin-left: -1em;
  color: #292d32; }

.isax-send-21 .path3:before {
  content: "\f61e";
  margin-left: -1em;
  color: #292d32; }

.isax-send-sqaure-21 .path1:before {
  content: "\f61f";
  color: #292d32;
  opacity: 0.4; }

.isax-send-sqaure-21 .path2:before {
  content: "\f620";
  margin-left: -1em;
  color: #292d32; }

.isax-send-sqaure-21 .path3:before {
  content: "\f621";
  margin-left: -1em;
  color: #292d32; }

.isax-send-square1 .path1:before {
  content: "\f622";
  color: #292d32;
  opacity: 0.4; }

.isax-send-square1 .path2:before {
  content: "\f623";
  margin-left: -1em;
  color: #292d32; }

.isax-send-square1 .path3:before {
  content: "\f624";
  margin-left: -1em;
  color: #292d32; }

.isax-send-square1 .path4:before {
  content: "\f625";
  margin-left: -1em;
  color: #292d32; }

.isax-setting1 .path1:before {
  content: "\f626";
  color: #292d32;
  opacity: 0.4; }

.isax-setting1 .path2:before {
  content: "\f627";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-21 .path1:before {
  content: "\f628";
  color: #292d32;
  opacity: 0.4; }

.isax-setting-21 .path2:before {
  content: "\f629";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path1:before {
  content: "\f62a";
  color: #292d32;
  opacity: 0.4; }

.isax-setting-31 .path2:before {
  content: "\f62b";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path3:before {
  content: "\f62c";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path4:before {
  content: "\f62d";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path5:before {
  content: "\f62e";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path6:before {
  content: "\f62f";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-31 .path7:before {
  content: "\f630";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-41 .path1:before {
  content: "\f631";
  color: #292d32;
  opacity: 0.4; }

.isax-setting-41 .path2:before {
  content: "\f632";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-41 .path3:before {
  content: "\f633";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-41 .path4:before {
  content: "\f634";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-41 .path5:before {
  content: "\f635";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-41 .path6:before {
  content: "\f636";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-51 .path1:before {
  content: "\f637";
  color: #292d32;
  opacity: 0.4; }

.isax-setting-51 .path2:before {
  content: "\f638";
  margin-left: -1em;
  color: #292d32; }

.isax-setting-51 .path3:before {
  content: "\f639";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-51 .path4:before {
  content: "\f63a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-51 .path5:before {
  content: "\f63b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-setting-51 .path6:before {
  content: "\f63c";
  margin-left: -1em;
  color: #292d32; }

.isax-settings1 .path1:before {
  content: "\f63d";
  color: #292d32; }

.isax-settings1 .path2:before {
  content: "\f63e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.16; }

.isax-settings1 .path3:before {
  content: "\f63f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.16; }

.isax-shapes1 .path1:before {
  content: "\f640";
  color: #292d32; }

.isax-shapes1 .path2:before {
  content: "\f641";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-shapes-11 .path1:before {
  content: "\f642";
  color: #292d32;
  opacity: 0.4; }

.isax-shapes-11 .path2:before {
  content: "\f643";
  margin-left: -1em;
  color: #292d32; }

.isax-share1 .path1:before {
  content: "\f644";
  color: #292d32;
  opacity: 0.4; }

.isax-share1 .path2:before {
  content: "\f645";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-share1 .path3:before {
  content: "\f646";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-share1 .path4:before {
  content: "\f647";
  margin-left: -1em;
  color: #292d32; }

.isax-share1 .path5:before {
  content: "\f648";
  margin-left: -1em;
  color: #292d32; }

.isax-share1 .path6:before {
  content: "\f649";
  margin-left: -1em;
  color: #292d32; }

.isax-shield1 .path1:before {
  content: "\f64a";
  color: #292d32;
  opacity: 0.4; }

.isax-shield1 .path2:before {
  content: "\f64b";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-cross1 .path1:before {
  content: "\f64c";
  color: #292d32;
  opacity: 0.4; }

.isax-shield-cross1 .path2:before {
  content: "\f64d";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-search1 .path1:before {
  content: "\f64e";
  color: #292d32;
  opacity: 0.4; }

.isax-shield-search1 .path2:before {
  content: "\f64f";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-search1 .path3:before {
  content: "\f650";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-security .path1:before {
  content: "\f651";
  color: #292d32;
  opacity: 0.4; }

.isax-shield-security .path2:before {
  content: "\f652";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-slash1 .path1:before {
  content: "\f653";
  color: #292d32;
  opacity: 0.4; }

.isax-shield-slash1 .path2:before {
  content: "\f654";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-shield-slash1 .path3:before {
  content: "\f655";
  margin-left: -1em;
  color: #292d32; }

.isax-shield-tick1 .path1:before {
  content: "\f656";
  color: #292d32;
  opacity: 0.4; }

.isax-shield-tick1 .path2:before {
  content: "\f657";
  margin-left: -1em;
  color: #292d32; }

.isax-ship1 .path1:before {
  content: "\f658";
  color: #292d32; }

.isax-ship1 .path2:before {
  content: "\f659";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ship1 .path3:before {
  content: "\f65a";
  margin-left: -1em;
  color: #292d32; }

.isax-shop1 .path1:before {
  content: "\f65b";
  color: #292d32;
  opacity: 0.4; }

.isax-shop1 .path2:before {
  content: "\f65c";
  margin-left: -1em;
  color: #292d32; }

.isax-shop1 .path3:before {
  content: "\f65d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shop1 .path4:before {
  content: "\f65e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shop1 .path5:before {
  content: "\f65f";
  margin-left: -1em;
  color: #292d32; }

.isax-shop-add1 .path1:before {
  content: "\f660";
  color: #292d32;
  opacity: 0.4; }

.isax-shop-add1 .path2:before {
  content: "\f661";
  margin-left: -1em;
  color: #292d32; }

.isax-shop-add1 .path3:before {
  content: "\f662";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shop-add1 .path4:before {
  content: "\f663";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shop-add1 .path5:before {
  content: "\f664";
  margin-left: -1em;
  color: #292d32; }

.isax-shopping-bag1 .path1:before {
  content: "\f665";
  color: #292d32;
  opacity: 0.4; }

.isax-shopping-bag1 .path2:before {
  content: "\f666";
  margin-left: -1em;
  color: #292d32; }

.isax-shopping-bag1 .path3:before {
  content: "\f667";
  margin-left: -1em;
  color: #292d32; }

.isax-shopping-cart1 .path1:before {
  content: "\f668";
  color: #292d32; }

.isax-shopping-cart1 .path2:before {
  content: "\f669";
  margin-left: -1em;
  color: #292d32; }

.isax-shopping-cart1 .path3:before {
  content: "\f66a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-shopping-cart1 .path4:before {
  content: "\f66b";
  margin-left: -1em;
  color: #292d32; }

.isax-shop-remove1 .path1:before {
  content: "\f66c";
  color: #292d32; }

.isax-shop-remove1 .path2:before {
  content: "\f66d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-shop-remove1 .path3:before {
  content: "\f66e";
  margin-left: -1em;
  color: #292d32; }

.isax-shop-remove1 .path4:before {
  content: "\f66f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shop-remove1 .path5:before {
  content: "\f670";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-shuffle1 .path1:before {
  content: "\f671";
  color: #292d32;
  opacity: 0.4; }

.isax-shuffle1 .path2:before {
  content: "\f672";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-shuffle1 .path3:before {
  content: "\f673";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-bottom1 .path1:before {
  content: "\f674";
  color: #292d32;
  opacity: 0.4; }

.isax-sidebar-bottom1 .path2:before {
  content: "\f675";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-bottom1 .path3:before {
  content: "\f676";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-left1 .path1:before {
  content: "\f677";
  color: #292d32;
  opacity: 0.4; }

.isax-sidebar-left1 .path2:before {
  content: "\f678";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-left1 .path3:before {
  content: "\f679";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-right1 .path1:before {
  content: "\f67a";
  color: #292d32;
  opacity: 0.4; }

.isax-sidebar-right1 .path2:before {
  content: "\f67b";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-right1 .path3:before {
  content: "\f67c";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-top1 .path1:before {
  content: "\f67d";
  color: #292d32;
  opacity: 0.4; }

.isax-sidebar-top1 .path2:before {
  content: "\f67e";
  margin-left: -1em;
  color: #292d32; }

.isax-sidebar-top1 .path3:before {
  content: "\f67f";
  margin-left: -1em;
  color: #292d32; }

.isax-signpost1 .path1:before {
  content: "\f680";
  color: #292d32; }

.isax-signpost1 .path2:before {
  content: "\f681";
  margin-left: -1em;
  color: #292d32; }

.isax-signpost1 .path3:before {
  content: "\f682";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-signpost1 .path4:before {
  content: "\f683";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-simcard1 .path1:before {
  content: "\f684";
  color: #292d32;
  opacity: 0.4; }

.isax-simcard1 .path2:before {
  content: "\f685";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard1 .path3:before {
  content: "\f686";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard-11 .path1:before {
  content: "\f687";
  color: #292d32;
  opacity: 0.4; }

.isax-simcard-11 .path2:before {
  content: "\f688";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard-11 .path3:before {
  content: "\f689";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard-11 .path4:before {
  content: "\f68a";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard-11 .path5:before {
  content: "\f68b";
  margin-left: -1em;
  color: #292d32; }

.isax-simcard-21 .path1:before {
  content: "\f68c";
  color: #292d32;
  opacity: 0.4; }

.isax-simcard-21 .path2:before {
  content: "\f68d";
  margin-left: -1em;
  color: #292d32; }

.isax-size1 .path1:before {
  content: "\f68e";
  color: #292d32; }

.isax-size1 .path2:before {
  content: "\f68f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-slash1 .path1:before {
  content: "\f690";
  color: #292d32;
  opacity: 0.4; }

.isax-slash1 .path2:before {
  content: "\f691";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-slash1 .path3:before {
  content: "\f692";
  margin-left: -1em;
  color: #292d32; }

.isax-slider1 .path1:before {
  content: "\f693";
  color: #292d32; }

.isax-slider1 .path2:before {
  content: "\f694";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-slider1 .path3:before {
  content: "\f695";
  margin-left: -1em;
  color: #292d32; }

.isax-slider1 .path4:before {
  content: "\f696";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-horizontal1 .path1:before {
  content: "\f697";
  color: #292d32; }

.isax-slider-horizontal1 .path2:before {
  content: "\f698";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-horizontal1 .path3:before {
  content: "\f699";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-slider-horizontal-11 .path1:before {
  content: "\f69a";
  color: #292d32;
  opacity: 0.4; }

.isax-slider-horizontal-11 .path2:before {
  content: "\f69b";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-horizontal-11 .path3:before {
  content: "\f69c";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-vertical1 .path1:before {
  content: "\f69d";
  color: #292d32; }

.isax-slider-vertical1 .path2:before {
  content: "\f69e";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-vertical1 .path3:before {
  content: "\f69f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-slider-vertical-11 .path1:before {
  content: "\f6a0";
  color: #292d32;
  opacity: 0.4; }

.isax-slider-vertical-11 .path2:before {
  content: "\f6a1";
  margin-left: -1em;
  color: #292d32; }

.isax-slider-vertical-11 .path3:before {
  content: "\f6a2";
  margin-left: -1em;
  color: #292d32; }

.isax-smallcaps1 .path1:before {
  content: "\f6a3";
  color: #292d32;
  opacity: 0.4; }

.isax-smallcaps1 .path2:before {
  content: "\f6a4";
  margin-left: -1em;
  color: #292d32; }

.isax-smallcaps1 .path3:before {
  content: "\f6a5";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-car1 .path1:before {
  content: "\f6a6";
  color: #292d32; }

.isax-smart-car1 .path2:before {
  content: "\f6a7";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-car1 .path3:before {
  content: "\f6a8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-smart-car1 .path4:before {
  content: "\f6a9";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-car1 .path5:before {
  content: "\f6aa";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-car1 .path6:before {
  content: "\f6ab";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-home1 .path1:before {
  content: "\f6ac";
  color: #292d32;
  opacity: 0.4; }

.isax-smart-home1 .path2:before {
  content: "\f6ad";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-home1 .path3:before {
  content: "\f6ae";
  margin-left: -1em;
  color: #292d32; }

.isax-smart-home1 .path4:before {
  content: "\f6af";
  margin-left: -1em;
  color: #292d32; }

.isax-smileys1 .path1:before {
  content: "\f6b0";
  color: #292d32;
  opacity: 0.4; }

.isax-smileys1 .path2:before {
  content: "\f6b1";
  margin-left: -1em;
  color: #292d32; }

.isax-smileys1 .path3:before {
  content: "\f6b2";
  margin-left: -1em;
  color: #292d32; }

.isax-smileys1 .path4:before {
  content: "\f6b3";
  margin-left: -1em;
  color: #292d32; }

.isax-smileys1 .path5:before {
  content: "\f6b4";
  margin-left: -1em;
  color: #292d32; }

.isax-smileys1 .path6:before {
  content: "\f6b5";
  margin-left: -1em;
  color: #292d32; }

.isax-sms1 .path1:before {
  content: "\f6b6";
  color: #292d32;
  opacity: 0.4; }

.isax-sms1 .path2:before {
  content: "\f6b7";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-edit1 .path1:before {
  content: "\f6b8";
  color: #292d32;
  opacity: 0.4; }

.isax-sms-edit1 .path2:before {
  content: "\f6b9";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-edit1 .path3:before {
  content: "\f6ba";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-notification1 .path1:before {
  content: "\f6bb";
  color: #292d32; }

.isax-sms-notification1 .path2:before {
  content: "\f6bc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sms-notification1 .path3:before {
  content: "\f6bd";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-search1 .path1:before {
  content: "\f6be";
  color: #292d32;
  opacity: 0.4; }

.isax-sms-search1 .path2:before {
  content: "\f6bf";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-search1 .path3:before {
  content: "\f6c0";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-star1 .path1:before {
  content: "\f6c1";
  color: #292d32; }

.isax-sms-star1 .path2:before {
  content: "\f6c2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sms-star1 .path3:before {
  content: "\f6c3";
  margin-left: -1em;
  color: #292d32; }

.isax-sms-tracking1 .path1:before {
  content: "\f6c4";
  color: #292d32; }

.isax-sms-tracking1 .path2:before {
  content: "\f6c5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sms-tracking1 .path3:before {
  content: "\f6c6";
  margin-left: -1em;
  color: #292d32; }

.isax-sort1 .path1:before {
  content: "\f6c7";
  color: #292d32;
  opacity: 0.4; }

.isax-sort1 .path2:before {
  content: "\f6c8";
  margin-left: -1em;
  color: #292d32; }

.isax-sort1 .path3:before {
  content: "\f6c9";
  margin-left: -1em;
  color: #292d32; }

.isax-sort1 .path4:before {
  content: "\f6ca";
  margin-left: -1em;
  color: #292d32; }

.isax-sound1 .path1:before {
  content: "\f6cb";
  color: #292d32; }

.isax-sound1 .path2:before {
  content: "\f6cc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sound1 .path3:before {
  content: "\f6cd";
  margin-left: -1em;
  color: #292d32; }

.isax-sound1 .path4:before {
  content: "\f6ce";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sound1 .path5:before {
  content: "\f6cf";
  margin-left: -1em;
  color: #292d32; }

.isax-speaker1 .path1:before {
  content: "\f6d0";
  color: #292d32; }

.isax-speaker1 .path2:before {
  content: "\f6d1";
  margin-left: -1em;
  color: #292d32; }

.isax-speaker1 .path3:before {
  content: "\f6d2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-speedometer1 .path1:before {
  content: "\f6d3";
  color: #292d32;
  opacity: 0.4; }

.isax-speedometer1 .path2:before {
  content: "\f6d4";
  margin-left: -1em;
  color: #292d32; }

.isax-speedometer1 .path3:before {
  content: "\f6d5";
  margin-left: -1em;
  color: #292d32; }

.isax-star1 .path1:before {
  content: "\f6d6";
  color: #292d32; }

.isax-star1 .path2:before {
  content: "\f6d7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-star1 .path3:before {
  content: "\f6d8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-star1 .path4:before {
  content: "\f6d9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-star-11 .path1:before {
  content: "\f6da";
  color: #292d32;
  opacity: 0.4; }

.isax-star-11 .path2:before {
  content: "\f6db";
  margin-left: -1em;
  color: #292d32; }

.isax-star-slash1 .path1:before {
  content: "\f6dc";
  color: #292d32;
  opacity: 0.4; }

.isax-star-slash1 .path2:before {
  content: "\f6dd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-star-slash1 .path3:before {
  content: "\f6de";
  margin-left: -1em;
  color: #292d32; }

.isax-status1 .path1:before {
  content: "\f6df";
  color: #292d32;
  opacity: 0.4; }

.isax-status1 .path2:before {
  content: "\f6e0";
  margin-left: -1em;
  color: #292d32; }

.isax-status1 .path3:before {
  content: "\f6e1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-status-up1 .path1:before {
  content: "\f6e2";
  color: #292d32;
  opacity: 0.4; }

.isax-status-up1 .path2:before {
  content: "\f6e3";
  margin-left: -1em;
  color: #292d32; }

.isax-status-up1 .path3:before {
  content: "\f6e4";
  margin-left: -1em;
  color: #292d32; }

.isax-status-up1 .path4:before {
  content: "\f6e5";
  margin-left: -1em;
  color: #292d32; }

.isax-status-up1 .path5:before {
  content: "\f6e6";
  margin-left: -1em;
  color: #292d32; }

.isax-sticker1 .path1:before {
  content: "\f6e7";
  color: #292d32;
  opacity: 0.4; }

.isax-sticker1 .path2:before {
  content: "\f6e8";
  margin-left: -1em;
  color: #292d32; }

.isax-stickynote1 .path1:before {
  content: "\f6e9";
  color: #292d32;
  opacity: 0.4; }

.isax-stickynote1 .path2:before {
  content: "\f6ea";
  margin-left: -1em;
  color: #292d32; }

.isax-stickynote1 .path3:before {
  content: "\f6eb";
  margin-left: -1em;
  color: #292d32; }

.isax-stickynote1 .path4:before {
  content: "\f6ec";
  margin-left: -1em;
  color: #292d32; }

.isax-stickynote1 .path5:before {
  content: "\f6ed";
  margin-left: -1em;
  color: #292d32; }

.isax-stickynote1 .path6:before {
  content: "\f6ee";
  margin-left: -1em;
  color: #292d32; }

.isax-stop1 .path1:before {
  content: "\f6ef";
  color: #292d32; }

.isax-stop1 .path2:before {
  content: "\f6f0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-stop-circle1 .path1:before {
  content: "\f6f1";
  color: #292d32;
  opacity: 0.4; }

.isax-stop-circle1 .path2:before {
  content: "\f6f2";
  margin-left: -1em;
  color: #292d32; }

.isax-story1 .path1:before {
  content: "\f6f3";
  color: #292d32; }

.isax-story1 .path2:before {
  content: "\f6f4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-story1 .path3:before {
  content: "\f6f5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-story1 .path4:before {
  content: "\f6f6";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-strongbox1 .path1:before {
  content: "\f6f7";
  color: #292d32;
  opacity: 0.4; }

.isax-strongbox1 .path2:before {
  content: "\f6f8";
  margin-left: -1em;
  color: #292d32; }

.isax-strongbox-21 .path1:before {
  content: "\f6f9";
  color: #292d32;
  opacity: 0.4; }

.isax-strongbox-21 .path2:before {
  content: "\f6fa";
  margin-left: -1em;
  color: #292d32; }

.isax-strongbox-21 .path3:before {
  content: "\f6fb";
  margin-left: -1em;
  color: #292d32; }

.isax-subtitle1 .path1:before {
  content: "\f6fc";
  color: #292d32; }

.isax-subtitle1 .path2:before {
  content: "\f6fd";
  margin-left: -1em;
  color: #292d32; }

.isax-subtitle1 .path3:before {
  content: "\f6fe";
  margin-left: -1em;
  color: #292d32; }

.isax-subtitle1 .path4:before {
  content: "\f6ff";
  margin-left: -1em;
  color: #292d32; }

.isax-subtitle1 .path5:before {
  content: "\f700";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path1:before {
  content: "\f701";
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path2:before {
  content: "\f702";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path3:before {
  content: "\f703";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path4:before {
  content: "\f704";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path5:before {
  content: "\f705";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path6:before {
  content: "\f706";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun1 .path7:before {
  content: "\f707";
  margin-left: -1em;
  color: #292d32; }

.isax-sun-11 .path1:before {
  content: "\f708";
  color: #292d32;
  opacity: 0.4; }

.isax-sun-11 .path2:before {
  content: "\f709";
  margin-left: -1em;
  color: #292d32; }

.isax-sun-fog1 .path1:before {
  content: "\f70a";
  color: #292d32; }

.isax-sun-fog1 .path2:before {
  content: "\f70b";
  margin-left: -1em;
  color: #292d32; }

.isax-sun-fog1 .path3:before {
  content: "\f70c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun-fog1 .path4:before {
  content: "\f70d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-sun-fog1 .path5:before {
  content: "\f70e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-tag1 .path1:before {
  content: "\f70f";
  color: #292d32;
  opacity: 0.4; }

.isax-tag1 .path2:before {
  content: "\f710";
  margin-left: -1em;
  color: #292d32; }

.isax-tag-21 .path1:before {
  content: "\f711";
  color: #292d32;
  opacity: 0.4; }

.isax-tag-21 .path2:before {
  content: "\f712";
  margin-left: -1em;
  color: #292d32; }

.isax-tag-21 .path3:before {
  content: "\f713";
  margin-left: -1em;
  color: #292d32; }

.isax-tag-cross1 .path1:before {
  content: "\f714";
  color: #292d32;
  opacity: 0.4; }

.isax-tag-cross1 .path2:before {
  content: "\f715";
  margin-left: -1em;
  color: #292d32; }

.isax-tag-right1 .path1:before {
  content: "\f716";
  color: #292d32; }

.isax-tag-right1 .path2:before {
  content: "\f717";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-tag-user1 .path1:before {
  content: "\f718";
  color: #292d32; }

.isax-tag-user1 .path2:before {
  content: "\f719";
  margin-left: -1em;
  color: #292d32; }

.isax-tag-user1 .path3:before {
  content: "\f71a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-task1 .path1:before {
  content: "\f71b";
  color: #292d32; }

.isax-task1 .path2:before {
  content: "\f71c";
  margin-left: -1em;
  color: #292d32; }

.isax-task1 .path3:before {
  content: "\f71d";
  margin-left: -1em;
  color: #292d32; }

.isax-task1 .path4:before {
  content: "\f71e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-task1 .path5:before {
  content: "\f71f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-task1 .path6:before {
  content: "\f720";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-task-square1 .path1:before {
  content: "\f721";
  color: #292d32;
  opacity: 0.4; }

.isax-task-square1 .path2:before {
  content: "\f722";
  margin-left: -1em;
  color: #292d32; }

.isax-task-square1 .path3:before {
  content: "\f723";
  margin-left: -1em;
  color: #292d32; }

.isax-task-square1 .path4:before {
  content: "\f724";
  margin-left: -1em;
  color: #292d32; }

.isax-task-square1 .path5:before {
  content: "\f725";
  margin-left: -1em;
  color: #292d32; }

.isax-teacher1 .path1:before {
  content: "\f726";
  color: #292d32;
  opacity: 0.4; }

.isax-teacher1 .path2:before {
  content: "\f727";
  margin-left: -1em;
  color: #292d32; }

.isax-text1 .path1:before {
  content: "\f728";
  color: #292d32;
  opacity: 0.4; }

.isax-text1 .path2:before {
  content: "\f729";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-center1 .path1:before {
  content: "\f72a";
  color: #292d32; }

.isax-textalign-center1 .path2:before {
  content: "\f72b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-center1 .path3:before {
  content: "\f72c";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-center1 .path4:before {
  content: "\f72d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifycenter1 .path1:before {
  content: "\f72e";
  color: #292d32; }

.isax-textalign-justifycenter1 .path2:before {
  content: "\f72f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifycenter1 .path3:before {
  content: "\f730";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-justifycenter1 .path4:before {
  content: "\f731";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifyleft1 .path1:before {
  content: "\f732";
  color: #292d32; }

.isax-textalign-justifyleft1 .path2:before {
  content: "\f733";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifyleft1 .path3:before {
  content: "\f734";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-justifyleft1 .path4:before {
  content: "\f735";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifyright1 .path1:before {
  content: "\f736";
  color: #292d32; }

.isax-textalign-justifyright1 .path2:before {
  content: "\f737";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-justifyright1 .path3:before {
  content: "\f738";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-justifyright1 .path4:before {
  content: "\f739";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-left1 .path1:before {
  content: "\f73a";
  color: #292d32; }

.isax-textalign-left1 .path2:before {
  content: "\f73b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-left1 .path3:before {
  content: "\f73c";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-left1 .path4:before {
  content: "\f73d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-right1 .path1:before {
  content: "\f73e";
  color: #292d32; }

.isax-textalign-right1 .path2:before {
  content: "\f73f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-textalign-right1 .path3:before {
  content: "\f740";
  margin-left: -1em;
  color: #292d32; }

.isax-textalign-right1 .path4:before {
  content: "\f741";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-text-block1 .path1:before {
  content: "\f742";
  color: #292d32;
  opacity: 0.4; }

.isax-text-block1 .path2:before {
  content: "\f743";
  margin-left: -1em;
  color: #292d32; }

.isax-text-bold1 .path1:before {
  content: "\f744";
  color: #292d32;
  opacity: 0.4; }

.isax-text-bold1 .path2:before {
  content: "\f745";
  margin-left: -1em;
  color: #292d32; }

.isax-text-italic1 .path1:before {
  content: "\f746";
  color: #292d32;
  opacity: 0.4; }

.isax-text-italic1 .path2:before {
  content: "\f747";
  margin-left: -1em;
  color: #292d32; }

.isax-text-underline1 .path1:before {
  content: "\f748";
  color: #292d32;
  opacity: 0.4; }

.isax-text-underline1 .path2:before {
  content: "\f749";
  margin-left: -1em;
  color: #292d32; }

.isax-text-underline1 .path3:before {
  content: "\f74a";
  margin-left: -1em;
  color: #292d32; }

.isax-tick-circle1 .path1:before {
  content: "\f74b";
  color: #292d32;
  opacity: 0.4; }

.isax-tick-circle1 .path2:before {
  content: "\f74c";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket1 .path1:before {
  content: "\f74d";
  color: #292d32; }

.isax-ticket1 .path2:before {
  content: "\f74e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-ticket-21 .path1:before {
  content: "\f74f";
  color: #292d32;
  opacity: 0.4; }

.isax-ticket-21 .path2:before {
  content: "\f750";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-21 .path3:before {
  content: "\f751";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-discount1 .path1:before {
  content: "\f752";
  color: #292d32;
  opacity: 0.4; }

.isax-ticket-discount1 .path2:before {
  content: "\f753";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-discount1 .path3:before {
  content: "\f754";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-discount1 .path4:before {
  content: "\f755";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-expired1 .path1:before {
  content: "\f756";
  color: #292d32;
  opacity: 0.4; }

.isax-ticket-expired1 .path2:before {
  content: "\f757";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-star1 .path1:before {
  content: "\f758";
  color: #292d32;
  opacity: 0.4; }

.isax-ticket-star1 .path2:before {
  content: "\f759";
  margin-left: -1em;
  color: #292d32; }

.isax-ticket-star1 .path3:before {
  content: "\f75a";
  margin-left: -1em;
  color: #292d32; }

.isax-tick-square1 .path1:before {
  content: "\f75b";
  color: #292d32;
  opacity: 0.4; }

.isax-tick-square1 .path2:before {
  content: "\f75c";
  margin-left: -1em;
  color: #292d32; }

.isax-timer1 .path1:before {
  content: "\f75d";
  color: #292d32;
  opacity: 0.4; }

.isax-timer1 .path2:before {
  content: "\f75e";
  margin-left: -1em;
  color: #292d32; }

.isax-timer1 .path3:before {
  content: "\f75f";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-11 .path1:before {
  content: "\f760";
  color: #292d32;
  opacity: 0.4; }

.isax-timer-11 .path2:before {
  content: "\f761";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-11 .path3:before {
  content: "\f762";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-pause1 .path1:before {
  content: "\f763";
  color: #292d32; }

.isax-timer-pause1 .path2:before {
  content: "\f764";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-pause1 .path3:before {
  content: "\f765";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-timer-pause1 .path4:before {
  content: "\f766";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-start1 .path1:before {
  content: "\f767";
  color: #292d32; }

.isax-timer-start1 .path2:before {
  content: "\f768";
  margin-left: -1em;
  color: #292d32; }

.isax-timer-start1 .path3:before {
  content: "\f769";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-timer-start1 .path4:before {
  content: "\f76a";
  margin-left: -1em;
  color: #292d32; }

.isax-toggle-off1 .path1:before {
  content: "\f76b";
  color: #292d32;
  opacity: 0.4; }

.isax-toggle-off1 .path2:before {
  content: "\f76c";
  margin-left: -1em;
  color: #292d32; }

.isax-toggle-off-circle1 .path1:before {
  content: "\f76d";
  color: #292d32;
  opacity: 0.4; }

.isax-toggle-off-circle1 .path2:before {
  content: "\f76e";
  margin-left: -1em;
  color: #292d32; }

.isax-toggle-on1 .path1:before {
  content: "\f76f";
  color: #292d32;
  opacity: 0.4; }

.isax-toggle-on1 .path2:before {
  content: "\f770";
  margin-left: -1em;
  color: #292d32; }

.isax-toggle-on-circle1 .path1:before {
  content: "\f771";
  color: #292d32;
  opacity: 0.4; }

.isax-toggle-on-circle1 .path2:before {
  content: "\f772";
  margin-left: -1em;
  color: #292d32; }

.isax-trade1 .path1:before {
  content: "\f773";
  color: #292d32; }

.isax-trade1 .path2:before {
  content: "\f774";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-trade1 .path3:before {
  content: "\f775";
  margin-left: -1em;
  color: #292d32; }

.isax-trade1 .path4:before {
  content: "\f776";
  margin-left: -1em;
  color: #292d32; }

.isax-transaction-minus1 .path1:before {
  content: "\f777";
  color: #292d32;
  opacity: 0.4; }

.isax-transaction-minus1 .path2:before {
  content: "\f778";
  margin-left: -1em;
  color: #292d32; }

.isax-translate1 .path1:before {
  content: "\f779";
  color: #292d32;
  opacity: 0.4; }

.isax-translate1 .path2:before {
  content: "\f77a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-translate1 .path3:before {
  content: "\f77b";
  margin-left: -1em;
  color: #292d32; }

.isax-translate1 .path4:before {
  content: "\f77c";
  margin-left: -1em;
  color: #292d32; }

.isax-translate1 .path5:before {
  content: "\f77d";
  margin-left: -1em;
  color: #292d32; }

.isax-translate1 .path6:before {
  content: "\f77e";
  margin-left: -1em;
  color: #292d32; }

.isax-trash1 .path1:before {
  content: "\f77f";
  color: #292d32; }

.isax-trash1 .path2:before {
  content: "\f780";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.3991; }

.isax-trash1 .path3:before {
  content: "\f781";
  margin-left: -1em;
  color: #292d32; }

.isax-trash1 .path4:before {
  content: "\f782";
  margin-left: -1em;
  color: #292d32; }

.isax-tree1 .path1:before {
  content: "\f783";
  color: #292d32;
  opacity: 0.4; }

.isax-tree1 .path2:before {
  content: "\f784";
  margin-left: -1em;
  color: #292d32; }

.isax-tree1 .path3:before {
  content: "\f785";
  margin-left: -1em;
  color: #292d32; }

.isax-trend-down1 .path1:before {
  content: "\f786";
  color: #292d32;
  opacity: 0.4; }

.isax-trend-down1 .path2:before {
  content: "\f787";
  margin-left: -1em;
  color: #292d32; }

.isax-trend-up1 .path1:before {
  content: "\f788";
  color: #292d32;
  opacity: 0.4; }

.isax-trend-up1 .path2:before {
  content: "\f789";
  margin-left: -1em;
  color: #292d32; }

.isax-triangle1 .path1:before {
  content: "\f78a";
  color: #292d32; }

.isax-triangle1 .path2:before {
  content: "\f78b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-triangle1 .path3:before {
  content: "\f78c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-remove1 .path1:before {
  content: "\f78d";
  color: #292d32; }

.isax-truck-remove1 .path2:before {
  content: "\f78e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-remove1 .path3:before {
  content: "\f78f";
  margin-left: -1em;
  color: #292d32; }

.isax-truck-remove1 .path4:before {
  content: "\f790";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-remove1 .path5:before {
  content: "\f791";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-remove1 .path6:before {
  content: "\f792";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-tick1 .path1:before {
  content: "\f793";
  color: #292d32;
  opacity: 0.4; }

.isax-truck-tick1 .path2:before {
  content: "\f794";
  margin-left: -1em;
  color: #292d32; }

.isax-truck-tick1 .path3:before {
  content: "\f795";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-tick1 .path4:before {
  content: "\f796";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-tick1 .path5:before {
  content: "\f797";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-tick1 .path6:before {
  content: "\f798";
  margin-left: -1em;
  color: #292d32; }

.isax-truck-time1 .path1:before {
  content: "\f799";
  color: #292d32; }

.isax-truck-time1 .path2:before {
  content: "\f79a";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-time1 .path3:before {
  content: "\f79b";
  margin-left: -1em;
  color: #292d32; }

.isax-truck-time1 .path4:before {
  content: "\f79c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-time1 .path5:before {
  content: "\f79d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-truck-time1 .path6:before {
  content: "\f79e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-trush-square1 .path1:before {
  content: "\f79f";
  color: #292d32;
  opacity: 0.4; }

.isax-trush-square1 .path2:before {
  content: "\f7a0";
  margin-left: -1em;
  color: #292d32; }

.isax-trush-square1 .path3:before {
  content: "\f7a1";
  margin-left: -1em;
  color: #292d32; }

.isax-undo1 .path1:before {
  content: "\f7a2";
  color: #292d32;
  opacity: 0.4; }

.isax-undo1 .path2:before {
  content: "\f7a3";
  margin-left: -1em;
  color: #292d32; }

.isax-unlimited1 .path1:before {
  content: "\f7a4";
  color: #292d32;
  opacity: 0.4; }

.isax-unlimited1 .path2:before {
  content: "\f7a5";
  margin-left: -1em;
  color: #292d32; }

.isax-unlimited1 .path3:before {
  content: "\f7a6";
  margin-left: -1em;
  color: #292d32; }

.isax-unlock1 .path1:before {
  content: "\f7a7";
  color: #292d32;
  opacity: 0.4; }

.isax-unlock1 .path2:before {
  content: "\f7a8";
  margin-left: -1em;
  color: #292d32; }

.isax-unlock1 .path3:before {
  content: "\f7a9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user1 .path1:before {
  content: "\f7aa";
  color: #292d32;
  opacity: 0.4; }

.isax-user1 .path2:before {
  content: "\f7ab";
  margin-left: -1em;
  color: #292d32; }

.isax-user-add1 .path1:before {
  content: "\f7ac";
  color: #292d32;
  opacity: 0.4; }

.isax-user-add1 .path2:before {
  content: "\f7ad";
  margin-left: -1em;
  color: #292d32; }

.isax-user-add1 .path3:before {
  content: "\f7ae";
  margin-left: -1em;
  color: #292d32; }

.isax-user-cirlce-add1 .path1:before {
  content: "\f7af";
  color: #292d32; }

.isax-user-cirlce-add1 .path2:before {
  content: "\f7b0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user-cirlce-add1 .path3:before {
  content: "\f7b1";
  margin-left: -1em;
  color: #292d32; }

.isax-user-cirlce-add1 .path4:before {
  content: "\f7b2";
  margin-left: -1em;
  color: #292d32; }

.isax-user-edit1 .path1:before {
  content: "\f7b3";
  color: #292d32; }

.isax-user-edit1 .path2:before {
  content: "\f7b4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user-edit1 .path3:before {
  content: "\f7b5";
  margin-left: -1em;
  color: #292d32; }

.isax-user-minus1 .path1:before {
  content: "\f7b6";
  color: #292d32; }

.isax-user-minus1 .path2:before {
  content: "\f7b7";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user-minus1 .path3:before {
  content: "\f7b8";
  margin-left: -1em;
  color: #292d32; }

.isax-user-octagon1 .path1:before {
  content: "\f7b9";
  color: #292d32;
  opacity: 0.4; }

.isax-user-octagon1 .path2:before {
  content: "\f7ba";
  margin-left: -1em;
  color: #292d32; }

.isax-user-octagon1 .path3:before {
  content: "\f7bb";
  margin-left: -1em;
  color: #292d32; }

.isax-user-remove1 .path1:before {
  content: "\f7bc";
  color: #292d32;
  opacity: 0.4; }

.isax-user-remove1 .path2:before {
  content: "\f7bd";
  margin-left: -1em;
  color: #292d32; }

.isax-user-remove1 .path3:before {
  content: "\f7be";
  margin-left: -1em;
  color: #292d32; }

.isax-user-search1 .path1:before {
  content: "\f7bf";
  color: #292d32; }

.isax-user-search1 .path2:before {
  content: "\f7c0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user-search1 .path3:before {
  content: "\f7c1";
  margin-left: -1em;
  color: #292d32; }

.isax-user-square1 .path1:before {
  content: "\f7c2";
  color: #292d32;
  opacity: 0.4; }

.isax-user-square1 .path2:before {
  content: "\f7c3";
  margin-left: -1em;
  color: #292d32; }

.isax-user-square1 .path3:before {
  content: "\f7c4";
  margin-left: -1em;
  color: #292d32; }

.isax-user-tag1 .path1:before {
  content: "\f7c5";
  color: #292d32;
  opacity: 0.4; }

.isax-user-tag1 .path2:before {
  content: "\f7c6";
  margin-left: -1em;
  color: #292d32; }

.isax-user-tag1 .path3:before {
  content: "\f7c7";
  margin-left: -1em;
  color: #292d32; }

.isax-user-tick1 .path1:before {
  content: "\f7c8";
  color: #292d32; }

.isax-user-tick1 .path2:before {
  content: "\f7c9";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-user-tick1 .path3:before {
  content: "\f7ca";
  margin-left: -1em;
  color: #292d32; }

.isax-verify1 .path1:before {
  content: "\f7cb";
  color: #292d32;
  opacity: 0.4; }

.isax-verify1 .path2:before {
  content: "\f7cc";
  margin-left: -1em;
  color: #292d32; }

.isax-video1 .path1:before {
  content: "\f7cd";
  color: #292d32;
  opacity: 0.4; }

.isax-video1 .path2:before {
  content: "\f7ce";
  margin-left: -1em;
  color: #292d32; }

.isax-video1 .path3:before {
  content: "\f7cf";
  margin-left: -1em;
  color: #292d32; }

.isax-video-add1 .path1:before {
  content: "\f7d0";
  color: #292d32;
  opacity: 0.4; }

.isax-video-add1 .path2:before {
  content: "\f7d1";
  margin-left: -1em;
  color: #292d32; }

.isax-video-add1 .path3:before {
  content: "\f7d2";
  margin-left: -1em;
  color: #292d32; }

.isax-video-circle1 .path1:before {
  content: "\f7d3";
  color: #292d32;
  opacity: 0.4; }

.isax-video-circle1 .path2:before {
  content: "\f7d4";
  margin-left: -1em;
  color: #292d32; }

.isax-video-horizontal1 .path1:before {
  content: "\f7d5";
  color: #292d32;
  opacity: 0.4; }

.isax-video-horizontal1 .path2:before {
  content: "\f7d6";
  margin-left: -1em;
  color: #292d32; }

.isax-video-octagon1 .path1:before {
  content: "\f7d7";
  color: #292d32;
  opacity: 0.4; }

.isax-video-octagon1 .path2:before {
  content: "\f7d8";
  margin-left: -1em;
  color: #292d32; }

.isax-video-play1 .path1:before {
  content: "\f7d9";
  color: #292d32;
  opacity: 0.4; }

.isax-video-play1 .path2:before {
  content: "\f7da";
  margin-left: -1em;
  color: #292d32; }

.isax-video-play1 .path3:before {
  content: "\f7db";
  margin-left: -1em;
  color: #292d32; }

.isax-video-remove1 .path1:before {
  content: "\f7dc";
  color: #292d32; }

.isax-video-remove1 .path2:before {
  content: "\f7dd";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-remove1 .path3:before {
  content: "\f7de";
  margin-left: -1em;
  color: #292d32; }

.isax-video-slash1 .path1:before {
  content: "\f7df";
  color: #292d32;
  opacity: 0.4; }

.isax-video-slash1 .path2:before {
  content: "\f7e0";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-slash1 .path3:before {
  content: "\f7e1";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-slash1 .path4:before {
  content: "\f7e2";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-slash1 .path5:before {
  content: "\f7e3";
  margin-left: -1em;
  color: #292d32; }

.isax-video-slash1 .path6:before {
  content: "\f7e4";
  margin-left: -1em;
  color: #292d32; }

.isax-video-square1 .path1:before {
  content: "\f7e5";
  color: #292d32;
  opacity: 0.4; }

.isax-video-square1 .path2:before {
  content: "\f7e6";
  margin-left: -1em;
  color: #292d32; }

.isax-video-tick1 .path1:before {
  content: "\f7e7";
  color: #292d32; }

.isax-video-tick1 .path2:before {
  content: "\f7e8";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-tick1 .path3:before {
  content: "\f7e9";
  margin-left: -1em;
  color: #292d32; }

.isax-video-time1 .path1:before {
  content: "\f7ea";
  color: #292d32; }

.isax-video-time1 .path2:before {
  content: "\f7eb";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-video-time1 .path3:before {
  content: "\f7ec";
  margin-left: -1em;
  color: #292d32; }

.isax-video-vertical1 .path1:before {
  content: "\f7ed";
  color: #292d32;
  opacity: 0.4; }

.isax-video-vertical1 .path2:before {
  content: "\f7ee";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-cricle1 .path1:before {
  content: "\f7ef";
  color: #292d32;
  opacity: 0.4; }

.isax-voice-cricle1 .path2:before {
  content: "\f7f0";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-cricle1 .path3:before {
  content: "\f7f1";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-cricle1 .path4:before {
  content: "\f7f2";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-cricle1 .path5:before {
  content: "\f7f3";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-cricle1 .path6:before {
  content: "\f7f4";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-square1 .path1:before {
  content: "\f7f5";
  color: #292d32;
  opacity: 0.4; }

.isax-voice-square1 .path2:before {
  content: "\f7f6";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-square1 .path3:before {
  content: "\f7f7";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-square1 .path4:before {
  content: "\f7f8";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-square1 .path5:before {
  content: "\f7f9";
  margin-left: -1em;
  color: #292d32; }

.isax-voice-square1 .path6:before {
  content: "\f7fa";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-cross1 .path1:before {
  content: "\f7fb";
  color: #292d32; }

.isax-volume-cross1 .path2:before {
  content: "\f7fc";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-cross1 .path3:before {
  content: "\f7fd";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-high1 .path1:before {
  content: "\f7fe";
  color: #292d32; }

.isax-volume-high1 .path2:before {
  content: "\f7ff";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-high1 .path3:before {
  content: "\f800";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-high1 .path4:before {
  content: "\f801";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-low1 .path1:before {
  content: "\f802";
  color: #292d32; }

.isax-volume-low1 .path2:before {
  content: "\f803";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-low1 .path3:before {
  content: "\f804";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-low-11 .path1:before {
  content: "\f805";
  color: #292d32; }

.isax-volume-low-11 .path2:before {
  content: "\f806";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-low-11 .path3:before {
  content: "\f807";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-mute1 .path1:before {
  content: "\f808";
  color: #292d32;
  opacity: 0.4; }

.isax-volume-mute1 .path2:before {
  content: "\f809";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-slash1 .path1:before {
  content: "\f80a";
  color: #292d32; }

.isax-volume-slash1 .path2:before {
  content: "\f80b";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-slash1 .path3:before {
  content: "\f80c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-slash1 .path4:before {
  content: "\f80d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-slash1 .path5:before {
  content: "\f80e";
  margin-left: -1em;
  color: #292d32; }

.isax-volume-up1 .path1:before {
  content: "\f80f";
  color: #292d32; }

.isax-volume-up1 .path2:before {
  content: "\f810";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-volume-up1 .path3:before {
  content: "\f811";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet1 .path1:before {
  content: "\f812";
  color: #292d32;
  opacity: 0.4; }

.isax-wallet1 .path2:before {
  content: "\f813";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet1 .path3:before {
  content: "\f814";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-11 .path1:before {
  content: "\f815";
  color: #292d32;
  opacity: 0.8; }

.isax-wallet-11 .path2:before {
  content: "\f816";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-11 .path3:before {
  content: "\f817";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-11 .path4:before {
  content: "\f818";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-11 .path5:before {
  content: "\f819";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-21 .path1:before {
  content: "\f81a";
  color: #292d32; }

.isax-wallet-21 .path2:before {
  content: "\f81b";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-21 .path3:before {
  content: "\f81c";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-31 .path1:before {
  content: "\f81d";
  color: #292d32; }

.isax-wallet-31 .path2:before {
  content: "\f81e";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-31 .path3:before {
  content: "\f81f";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-31 .path4:before {
  content: "\f820";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-add1 .path1:before {
  content: "\f821";
  color: #292d32; }

.isax-wallet-add1 .path2:before {
  content: "\f822";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-add1 .path3:before {
  content: "\f823";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-add1 .path4:before {
  content: "\f824";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-add-11 .path1:before {
  content: "\f825";
  color: #292d32;
  opacity: 0.8; }

.isax-wallet-add-11 .path2:before {
  content: "\f826";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-add-11 .path3:before {
  content: "\f827";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-add-11 .path4:before {
  content: "\f828";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-add-11 .path5:before {
  content: "\f829";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-add-11 .path6:before {
  content: "\f82a";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-check1 .path1:before {
  content: "\f82b";
  color: #292d32; }

.isax-wallet-check1 .path2:before {
  content: "\f82c";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-check1 .path3:before {
  content: "\f82d";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-check1 .path4:before {
  content: "\f82e";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-minus1 .path1:before {
  content: "\f82f";
  color: #292d32;
  opacity: 0.8; }

.isax-wallet-minus1 .path2:before {
  content: "\f830";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-minus1 .path3:before {
  content: "\f831";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-minus1 .path4:before {
  content: "\f832";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-minus1 .path5:before {
  content: "\f833";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.6; }

.isax-wallet-minus1 .path6:before {
  content: "\f834";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-money1 .path1:before {
  content: "\f835";
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-money1 .path2:before {
  content: "\f836";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-remove1 .path1:before {
  content: "\f837";
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-remove1 .path2:before {
  content: "\f838";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-remove1 .path3:before {
  content: "\f839";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-remove1 .path4:before {
  content: "\f83a";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-search1 .path1:before {
  content: "\f83b";
  color: #292d32; }

.isax-wallet-search1 .path2:before {
  content: "\f83c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wallet-search1 .path3:before {
  content: "\f83d";
  margin-left: -1em;
  color: #292d32; }

.isax-wallet-search1 .path4:before {
  content: "\f83e";
  margin-left: -1em;
  color: #292d32; }

.isax-warning-21 .path1:before {
  content: "\f83f";
  color: #292d32;
  opacity: 0.4; }

.isax-warning-21 .path2:before {
  content: "\f840";
  margin-left: -1em;
  color: #292d32; }

.isax-warning-21 .path3:before {
  content: "\f841";
  margin-left: -1em;
  color: #292d32; }

.isax-watch1 .path1:before {
  content: "\f842";
  color: #292d32;
  opacity: 0.4; }

.isax-watch1 .path2:before {
  content: "\f843";
  margin-left: -1em;
  color: #292d32; }

.isax-watch1 .path3:before {
  content: "\f844";
  margin-left: -1em;
  color: #292d32; }

.isax-watch1 .path4:before {
  content: "\f845";
  margin-left: -1em;
  color: #292d32; }

.isax-watch-status1 .path1:before {
  content: "\f846";
  color: #292d32;
  opacity: 0.4; }

.isax-watch-status1 .path2:before {
  content: "\f847";
  margin-left: -1em;
  color: #292d32; }

.isax-watch-status1 .path3:before {
  content: "\f848";
  margin-left: -1em;
  color: #292d32; }

.isax-watch-status1 .path4:before {
  content: "\f849";
  margin-left: -1em;
  color: #292d32; }

.isax-watch-status1 .path5:before {
  content: "\f84a";
  margin-left: -1em;
  color: #292d32; }

.isax-watch-status1 .path6:before {
  content: "\f84b";
  margin-left: -1em;
  color: #292d32; }

.isax-weight1 .path1:before {
  content: "\f84c";
  color: #292d32;
  opacity: 0.4; }

.isax-weight1 .path2:before {
  content: "\f84d";
  margin-left: -1em;
  color: #292d32; }

.isax-weight-11 .path1:before {
  content: "\f84e";
  color: #292d32;
  opacity: 0.4; }

.isax-weight-11 .path2:before {
  content: "\f84f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-weight-11 .path3:before {
  content: "\f850";
  margin-left: -1em;
  color: #292d32; }

.isax-weight-11 .path4:before {
  content: "\f851";
  margin-left: -1em;
  color: #292d32; }

.isax-weight-11 .path5:before {
  content: "\f852";
  margin-left: -1em;
  color: #292d32; }

.isax-wifi1 .path1:before {
  content: "\f853";
  color: #292d32;
  opacity: 0.4; }

.isax-wifi1 .path2:before {
  content: "\f854";
  margin-left: -1em;
  color: #292d32; }

.isax-wifi1 .path3:before {
  content: "\f855";
  margin-left: -1em;
  color: #292d32; }

.isax-wifi1 .path4:before {
  content: "\f856";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wifi-square1 .path1:before {
  content: "\f857";
  color: #292d32;
  opacity: 0.4; }

.isax-wifi-square1 .path2:before {
  content: "\f858";
  margin-left: -1em;
  color: #292d32; }

.isax-wifi-square1 .path3:before {
  content: "\f859";
  margin-left: -1em;
  color: #292d32; }

.isax-wifi-square1 .path4:before {
  content: "\f85a";
  margin-left: -1em;
  color: #292d32; }

.isax-wind1 .path1:before {
  content: "\f85b";
  color: #292d32; }

.isax-wind1 .path2:before {
  content: "\f85c";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-wind1 .path3:before {
  content: "\f85d";
  margin-left: -1em;
  color: #292d32; }

.isax-wind-21 .path1:before {
  content: "\f85e";
  color: #292d32;
  opacity: 0.4; }

.isax-wind-21 .path2:before {
  content: "\f85f";
  margin-left: -1em;
  color: #292d32; }

.isax-wind-21 .path3:before {
  content: "\f860";
  margin-left: -1em;
  color: #292d32; }

.isax-woman1 .path1:before {
  content: "\f861";
  color: #292d32;
  opacity: 0.4; }

.isax-woman1 .path2:before {
  content: "\f862";
  margin-left: -1em;
  color: #292d32; }

.isax-dcube2:before {
  content: "\f863"; }

.isax-d-cube-scan2:before {
  content: "\f864"; }

.isax-d-rotate2:before {
  content: "\f865"; }

.isax-d-square2:before {
  content: "\f866"; }

.isax-square2:before {
  content: "\f867"; }

.isax-support2:before {
  content: "\f868"; }

.isax-activity2:before {
  content: "\f869"; }

.isax-add2:before {
  content: "\f86a"; }

.isax-add-circle2:before {
  content: "\f86b"; }

.isax-additem2:before {
  content: "\f86c"; }

.isax-add-square2:before {
  content: "\f86d"; }

.isax-airdrop2:before {
  content: "\f86e"; }

.isax-airplane2:before {
  content: "\f86f"; }

.isax-airplane-square2:before {
  content: "\f870"; }

.isax-airpod2:before {
  content: "\f871"; }

.isax-airpods2:before {
  content: "\f872"; }

.isax-alarm2:before {
  content: "\f873"; }

.isax-align-bottom2:before {
  content: "\f874"; }

.isax-align-horizontally2:before {
  content: "\f875"; }

.isax-align-left2:before {
  content: "\f876"; }

.isax-align-right2:before {
  content: "\f877"; }

.isax-align-vertically2:before {
  content: "\f878"; }

.isax-aquarius2:before {
  content: "\f879"; }

.isax-archive2:before {
  content: "\f87a"; }

.isax-archive-12:before {
  content: "\f87b"; }

.isax-archive-22:before {
  content: "\f87c"; }

.isax-archive-add2:before {
  content: "\f87d"; }

.isax-archive-book2:before {
  content: "\f87e"; }

.isax-archive-minus2:before {
  content: "\f87f"; }

.isax-archive-slash2:before {
  content: "\f880"; }

.isax-archive-tick2:before {
  content: "\f881"; }

.isax-arrange-circle2:before {
  content: "\f882"; }

.isax-arrange-circle-22:before {
  content: "\f883"; }

.isax-arrange-square2:before {
  content: "\f884"; }

.isax-arrange-square-22:before {
  content: "\f885"; }

.isax-arrow2:before {
  content: "\f886"; }

.isax-arrow-22:before {
  content: "\f887"; }

.isax-arrow-32:before {
  content: "\f888"; }

.isax-arrow-bottom2:before {
  content: "\f889"; }

.isax-arrow-circle-down2:before {
  content: "\f88a"; }

.isax-arrow-circle-left2:before {
  content: "\f88b"; }

.isax-arrow-circle-right2:before {
  content: "\f88c"; }

.isax-arrow-circle-up2:before {
  content: "\f88d"; }

.isax-arrow-down2:before {
  content: "\f88e"; }

.isax-arrow-down-12:before {
  content: "\f88f"; }

.isax-arrow-down-22:before {
  content: "\f890"; }

.isax-arrow-left2:before {
  content: "\f891"; }

.isax-arrow-left-12:before {
  content: "\f892"; }

.isax-arrow-left-22:before {
  content: "\f893"; }

.isax-arrow-left-32:before {
  content: "\f894"; }

.isax-arrow-right2:before {
  content: "\f895"; }

.isax-arrow-right-12:before {
  content: "\f896"; }

.isax-arrow-right-22:before {
  content: "\f897"; }

.isax-arrow-right-32:before {
  content: "\f898"; }

.isax-arrow-square2:before {
  content: "\f899"; }

.isax-arrow-square-down2:before {
  content: "\f89a"; }

.isax-arrow-square-left2:before {
  content: "\f89b"; }

.isax-arrow-square-right1:before {
  content: "\f89c"; }

.isax-arrow-square-up2:before {
  content: "\f89d"; }

.isax-arrow-swap2:before {
  content: "\f89e"; }

.isax-arrow-swap-horizontal2:before {
  content: "\f89f"; }

.isax-arrow-up2:before {
  content: "\f8a0"; }

.isax-arrow-up-12:before {
  content: "\f8a1"; }

.isax-arrow-up-22:before {
  content: "\f8a2"; }

.isax-arrow-up-32:before {
  content: "\f8a3"; }

.isax-attach-circle2:before {
  content: "\f8a4"; }

.isax-attach-square2:before {
  content: "\f8a5"; }

.isax-audio-square2:before {
  content: "\f8a6"; }

.isax-autobrightness2:before {
  content: "\f8a7"; }

.isax-award2:before {
  content: "\f8a8"; }

.isax-back-square2:before {
  content: "\f8a9"; }

.isax-backward2:before {
  content: "\f8aa"; }

.isax-backward-5-seconds2:before {
  content: "\f8ab"; }

.isax-backward-10-seconds2:before {
  content: "\f8ac"; }

.isax-backward-15-seconds2:before {
  content: "\f8ad"; }

.isax-backward-item2:before {
  content: "\f8ae"; }

.isax-bag2:before {
  content: "\f8af"; }

.isax-bag-22:before {
  content: "\f8b0"; }

.isax-bag-cross2:before {
  content: "\f8b1"; }

.isax-bag-cross-12:before {
  content: "\f8b2"; }

.isax-bag-happy2:before {
  content: "\f8b3"; }

.isax-bag-tick2:before {
  content: "\f8b4"; }

.isax-bag-tick-22:before {
  content: "\f8b5"; }

.isax-bag-timer2:before {
  content: "\f8b6"; }

.isax-bank2:before {
  content: "\f8b7"; }

.isax-barcode2:before {
  content: "\f8b8"; }

.isax-battery-3full2:before {
  content: "\f8b9"; }

.isax-battery-charging2:before {
  content: "\f8ba"; }

.isax-battery-disable2:before {
  content: "\f8bb"; }

.isax-battery-empty2:before {
  content: "\f8bc"; }

.isax-battery-empty-12:before {
  content: "\f8bd"; }

.isax-battery-full2:before {
  content: "\f8be"; }

.isax-bezier2:before {
  content: "\f8bf"; }

.isax-bill2:before {
  content: "\f8c0"; }

.isax-bitcoin-card2:before {
  content: "\f8c1"; }

.isax-bitcoin-convert2:before {
  content: "\f8c2"; }

.isax-bitcoin-refresh2:before {
  content: "\f8c3"; }

.isax-blend2:before {
  content: "\f8c4"; }

.isax-blend-22:before {
  content: "\f8c5"; }

.isax-bluetooth2:before {
  content: "\f8c6"; }

.isax-bluetooth-22:before {
  content: "\f8c7"; }

.isax-bluetooth-circle2:before {
  content: "\f8c8"; }

.isax-bluetooth-rectangle2:before {
  content: "\f8c9"; }

.isax-blur2:before {
  content: "\f8ca"; }

.isax-book2:before {
  content: "\f8cb"; }

.isax-book-12:before {
  content: "\f8cc"; }

.isax-bookmark2:before {
  content: "\f8cd"; }

.isax-bookmark-22:before {
  content: "\f8ce"; }

.isax-book-saved2:before {
  content: "\f8cf"; }

.isax-book-square2:before {
  content: "\f8d0"; }

.isax-box2:before {
  content: "\f8d1"; }

.isax-box-12:before {
  content: "\f8d2"; }

.isax-box-22:before {
  content: "\f8d3"; }

.isax-box-add2:before {
  content: "\f8d4"; }

.isax-box-remove2:before {
  content: "\f8d5"; }

.isax-box-search2:before {
  content: "\f8d6"; }

.isax-box-tick2:before {
  content: "\f8d7"; }

.isax-box-time2:before {
  content: "\f8d8"; }

.isax-briefcase2:before {
  content: "\f8d9"; }

.isax-brifecase-cross2:before {
  content: "\f8da"; }

.isax-brifecase-tick2:before {
  content: "\f8db"; }

.isax-brifecase-timer2:before {
  content: "\f8dc"; }

.isax-broom2:before {
  content: "\f8dd"; }

.isax-brush2:before {
  content: "\f8de"; }

.isax-brush-12:before {
  content: "\f8df"; }

.isax-brush-22:before {
  content: "\f8e0"; }

.isax-brush-32:before {
  content: "\f8e1"; }

.isax-brush-42:before {
  content: "\f8e2"; }

.isax-bubble2:before {
  content: "\f8e3"; }

.isax-bucket2:before {
  content: "\f8e4"; }

.isax-bucket-circle2:before {
  content: "\f8e5"; }

.isax-bucket-square2:before {
  content: "\f8e6"; }

.isax-building2:before {
  content: "\f8e7"; }

.isax-building-32:before {
  content: "\f8e8"; }

.isax-building-42:before {
  content: "\f8e9"; }

.isax-buildings2:before {
  content: "\f8ea"; }

.isax-buildings-22:before {
  content: "\f8eb"; }

.isax-buliding2:before {
  content: "\f8ec"; }

.isax-bus2:before {
  content: "\f8ed"; }

.isax-buy-crypto2:before {
  content: "\f8ee"; }

.isax-cake2:before {
  content: "\f8ef"; }

.isax-calculator2:before {
  content: "\f8f0"; }

.isax-calendar2:before {
  content: "\f8f1"; }

.isax-calendar-12:before {
  content: "\f8f2"; }

.isax-calendar-22:before {
  content: "\f8f3"; }

.isax-calendar-add2:before {
  content: "\f8f4"; }

.isax-calendar-circle2:before {
  content: "\f8f5"; }

.isax-calendar-edit2:before {
  content: "\f8f6"; }

.isax-calendar-remove2:before {
  content: "\f8f7"; }

.isax-calendar-search2:before {
  content: "\f8f8"; }

.isax-calendar-tick2:before {
  content: "\f8f9"; }

.isax-call2:before {
  content: "\f8fa"; }

.isax-call-add2:before {
  content: "\f8fb"; }

.isax-call-calling2:before {
  content: "\f8fc"; }

.isax-call-incoming2:before {
  content: "\f8fd"; }

.isax-call-minus2:before {
  content: "\f8fe"; }

.isax-call-outgoing2:before {
  content: "\f8ff"; }

.isax-call-received2:before {
  content: "\f900"; }

.isax-call-remove2:before {
  content: "\f901"; }

.isax-call-slash2:before {
  content: "\f902"; }

.isax-camera2:before {
  content: "\f903"; }

.isax-camera-slash2:before {
  content: "\f904"; }

.isax-candle2:before {
  content: "\f905"; }

.isax-candle-22:before {
  content: "\f906"; }

.isax-car2:before {
  content: "\f907"; }

.isax-card2:before {
  content: "\f908"; }

.isax-card-add2:before {
  content: "\f909"; }

.isax-card-coin2:before {
  content: "\f90a"; }

.isax-card-edit2:before {
  content: "\f90b"; }

.isax-card-pos2:before {
  content: "\f90c"; }

.isax-card-receive2:before {
  content: "\f90d"; }

.isax-card-remove2:before {
  content: "\f90e"; }

.isax-card-remove-12:before {
  content: "\f90f"; }

.isax-cards2:before {
  content: "\f910"; }

.isax-card-send2:before {
  content: "\f911"; }

.isax-card-slash2:before {
  content: "\f912"; }

.isax-card-tick2:before {
  content: "\f913"; }

.isax-card-tick-12:before {
  content: "\f914"; }

.isax-category2:before {
  content: "\f915"; }

.isax-category-22:before {
  content: "\f916"; }

.isax-cd2:before {
  content: "\f917"; }

.isax-chart2:before {
  content: "\f918"; }

.isax-chart-12:before {
  content: "\f919"; }

.isax-chart-23:before {
  content: "\f91a"; }

.isax-chart-32:before {
  content: "\f91b"; }

.isax-chart-212:before {
  content: "\f91c"; }

.isax-chart-fail1:before {
  content: "\f91d"; }

.isax-chart-square2:before {
  content: "\f91e"; }

.isax-chart-success2:before {
  content: "\f91f"; }

.isax-check2:before {
  content: "\f920"; }

.isax-chrome2:before {
  content: "\f921"; }

.isax-clipboard2:before {
  content: "\f922"; }

.isax-clipboard-close2:before {
  content: "\f923"; }

.isax-clipboard-export2:before {
  content: "\f924"; }

.isax-clipboard-import2:before {
  content: "\f925"; }

.isax-clipboard-text2:before {
  content: "\f926"; }

.isax-clipboard-tick2:before {
  content: "\f927"; }

.isax-clock2:before {
  content: "\f928"; }

.isax-clock-12:before {
  content: "\f929"; }

.isax-close-circle2:before {
  content: "\f92a"; }

.isax-close-square2:before {
  content: "\f92b"; }

.isax-cloud2:before {
  content: "\f92c"; }

.isax-cloud-add2:before {
  content: "\f92d"; }

.isax-cloud-change2:before {
  content: "\f92e"; }

.isax-cloud-connection2:before {
  content: "\f92f"; }

.isax-cloud-cross2:before {
  content: "\f930"; }

.isax-cloud-drizzle2:before {
  content: "\f931"; }

.isax-cloud-fog2:before {
  content: "\f932"; }

.isax-cloud-lightning2:before {
  content: "\f933"; }

.isax-cloud-minus2:before {
  content: "\f934"; }

.isax-cloud-notif2:before {
  content: "\f935"; }

.isax-cloud-plus2:before {
  content: "\f936"; }

.isax-cloud-remove2:before {
  content: "\f937"; }

.isax-cloud-snow2:before {
  content: "\f938"; }

.isax-cloud-sunny2:before {
  content: "\f939"; }

.isax-code2:before {
  content: "\f93a"; }

.isax-code-12:before {
  content: "\f93b"; }

.isax-code-circle2:before {
  content: "\f93c"; }

.isax-coffee2:before {
  content: "\f93d"; }

.isax-coin2:before {
  content: "\f93e"; }

.isax-coin-12:before {
  content: "\f93f"; }

.isax-colorfilter2:before {
  content: "\f940"; }

.isax-colors-square2:before {
  content: "\f941"; }

.isax-color-swatch2:before {
  content: "\f942"; }

.isax-command2:before {
  content: "\f943"; }

.isax-command-square2:before {
  content: "\f944"; }

.isax-component2:before {
  content: "\f945"; }

.isax-computing2:before {
  content: "\f946"; }

.isax-convert2:before {
  content: "\f947"; }

.isax-convert-3d-cube2:before {
  content: "\f948"; }

.isax-convert-card2:before {
  content: "\f949"; }

.isax-convertshape2:before {
  content: "\f94a"; }

.isax-convertshape-22:before {
  content: "\f94b"; }

.isax-copy2:before {
  content: "\f94c"; }

.isax-copyright2:before {
  content: "\f94d"; }

.isax-copy-success2:before {
  content: "\f94e"; }

.isax-courthouse2:before {
  content: "\f94f"; }

.isax-cpu2:before {
  content: "\f950"; }

.isax-cpu-charge2:before {
  content: "\f951"; }

.isax-cpu-setting2:before {
  content: "\f952"; }

.isax-creative-commons2:before {
  content: "\f953"; }

.isax-crop2:before {
  content: "\f954"; }

.isax-crown2:before {
  content: "\f955"; }

.isax-crown-12:before {
  content: "\f956"; }

.isax-cup2:before {
  content: "\f957"; }

.isax-danger2:before {
  content: "\f958"; }

.isax-data2:before {
  content: "\f959"; }

.isax-data-22:before {
  content: "\f95a"; }

.isax-designtools2:before {
  content: "\f95b"; }

.isax-device-message2:before {
  content: "\f95c"; }

.isax-devices2:before {
  content: "\f95d"; }

.isax-devices-12:before {
  content: "\f95e"; }

.isax-diagram2:before {
  content: "\f95f"; }

.isax-diamonds2:before {
  content: "\f960"; }

.isax-direct2:before {
  content: "\f961"; }

.isax-directbox-default2:before {
  content: "\f962"; }

.isax-directbox-notif2:before {
  content: "\f963"; }

.isax-directbox-receive2:before {
  content: "\f964"; }

.isax-directbox-send2:before {
  content: "\f965"; }

.isax-direct-down2:before {
  content: "\f966"; }

.isax-direct-inbox2:before {
  content: "\f967"; }

.isax-direct-left2:before {
  content: "\f968"; }

.isax-direct-normal2:before {
  content: "\f969"; }

.isax-direct-notification2:before {
  content: "\f96a"; }

.isax-direct-right2:before {
  content: "\f96b"; }

.isax-direct-send2:before {
  content: "\f96c"; }

.isax-direct-up2:before {
  content: "\f96d"; }

.isax-discount-circle2:before {
  content: "\f96e"; }

.isax-discount-shape2:before {
  content: "\f96f"; }

.isax-discover2:before {
  content: "\f970"; }

.isax-discover-12:before {
  content: "\f971"; }

.isax-dislike2:before {
  content: "\f972"; }

.isax-document2:before {
  content: "\f973"; }

.isax-document-12:before {
  content: "\f974"; }

.isax-document-cloud2:before {
  content: "\f975"; }

.isax-document-code2:before {
  content: "\f976"; }

.isax-document-code-22:before {
  content: "\f977"; }

.isax-document-copy2:before {
  content: "\f978"; }

.isax-document-download2:before {
  content: "\f979"; }

.isax-document-favorite2:before {
  content: "\f97a"; }

.isax-document-filter2:before {
  content: "\f97b"; }

.isax-document-forward2:before {
  content: "\f97c"; }

.isax-document-like2:before {
  content: "\f97d"; }

.isax-document-normal2:before {
  content: "\f97e"; }

.isax-document-previous2:before {
  content: "\f97f"; }

.isax-document-sketch2:before {
  content: "\f980"; }

.isax-document-text2:before {
  content: "\f981"; }

.isax-document-text-12:before {
  content: "\f982"; }

.isax-document-upload2:before {
  content: "\f983"; }

.isax-dollar-square2:before {
  content: "\f984"; }

.isax-driver2:before {
  content: "\f985"; }

.isax-driver-22:before {
  content: "\f986"; }

.isax-driver-refresh2:before {
  content: "\f987"; }

.isax-driving2:before {
  content: "\f988"; }

.isax-drop1:before {
  content: "\f989"; }

.isax-edit2:before {
  content: "\f98a"; }

.isax-edit-22:before {
  content: "\f98b"; }

.isax-electricity2:before {
  content: "\f98c"; }

.isax-element-22:before {
  content: "\f98d"; }

.isax-element-32:before {
  content: "\f98e"; }

.isax-element-42:before {
  content: "\f98f"; }

.isax-element-equal2:before {
  content: "\f990"; }

.isax-element-plus2:before {
  content: "\f991"; }

.isax-emoji-happy2:before {
  content: "\f992"; }

.isax-emoji-normal2:before {
  content: "\f993"; }

.isax-emoji-sad2:before {
  content: "\f994"; }

.isax-empty-wallet2:before {
  content: "\f995"; }

.isax-empty-wallet-add2:before {
  content: "\f996"; }

.isax-empty-wallet-change2:before {
  content: "\f997"; }

.isax-empty-wallet-remove2:before {
  content: "\f998"; }

.isax-empty-wallet-tick2:before {
  content: "\f999"; }

.isax-empty-wallet-time2:before {
  content: "\f99a"; }

.isax-eraser2:before {
  content: "\f99b"; }

.isax-eraser-12:before {
  content: "\f99c"; }

.isax-export2:before {
  content: "\f99d"; }

.isax-export-12:before {
  content: "\f99e"; }

.isax-export-22:before {
  content: "\f99f"; }

.isax-export-32:before {
  content: "\f9a0"; }

.isax-external-drive2:before {
  content: "\f9a1"; }

.isax-eye1:before {
  content: "\f9a2"; }

.isax-eye-slash2:before {
  content: "\f9a3"; }

.isax-fatrows2:before {
  content: "\f9a4"; }

.isax-favorite-chart2:before {
  content: "\f9a5"; }

.isax-filter2:before {
  content: "\f9a6"; }

.isax-filter-add2:before {
  content: "\f9a7"; }

.isax-filter-edit2:before {
  content: "\f9a8"; }

.isax-filter-remove2:before {
  content: "\f9a9"; }

.isax-filter-search2:before {
  content: "\f9aa"; }

.isax-filter-square2:before {
  content: "\f9ab"; }

.isax-filter-tick2:before {
  content: "\f9ac"; }

.isax-finger-cricle2:before {
  content: "\f9ad"; }

.isax-finger-scan2:before {
  content: "\f9ae"; }

.isax-firstline2:before {
  content: "\f9af"; }

.isax-flag2:before {
  content: "\f9b0"; }

.isax-flag-22:before {
  content: "\f9b1"; }

.isax-flash2:before {
  content: "\f9b2"; }

.isax-flash-12:before {
  content: "\f9b3"; }

.isax-flash-circle2:before {
  content: "\f9b4"; }

.isax-flash-circle-12:before {
  content: "\f9b5"; }

.isax-flash-slash2:before {
  content: "\f9b6"; }

.isax-folder2:before {
  content: "\f9b7"; }

.isax-folder-22:before {
  content: "\f9b8"; }

.isax-folder-add2:before {
  content: "\f9b9"; }

.isax-folder-cloud2:before {
  content: "\f9ba"; }

.isax-folder-connection2:before {
  content: "\f9bb"; }

.isax-folder-cross2:before {
  content: "\f9bc"; }

.isax-folder-favorite2:before {
  content: "\f9bd"; }

.isax-folder-minus2:before {
  content: "\f9be"; }

.isax-folder-open2:before {
  content: "\f9bf"; }

.isax-forbidden2:before {
  content: "\f9c0"; }

.isax-forbidden-22:before {
  content: "\f9c1"; }

.isax-format-circle2:before {
  content: "\f9c2"; }

.isax-format-square2:before {
  content: "\f9c3"; }

.isax-forward2:before {
  content: "\f9c4"; }

.isax-forward-5-seconds2:before {
  content: "\f9c5"; }

.isax-forward-10-seconds2:before {
  content: "\f9c6"; }

.isax-forward-15-seconds2:before {
  content: "\f9c7"; }

.isax-forward-item2:before {
  content: "\f9c8"; }

.isax-forward-square2:before {
  content: "\f9c9"; }

.isax-frame2:before {
  content: "\f9ca"; }

.isax-frame-12:before {
  content: "\f9cb"; }

.isax-frame-22:before {
  content: "\f9cc"; }

.isax-frame-32:before {
  content: "\f9cd"; }

.isax-frame-42:before {
  content: "\f9ce"; }

.isax-frame-5:before {
  content: "\f9cf"; }

.isax-frame-6:before {
  content: "\f9d0"; }

.isax-frame-7:before {
  content: "\f9d1"; }

.isax-gallery2:before {
  content: "\f9d2"; }

.isax-gallery-add2:before {
  content: "\f9d3"; }

.isax-gallery-edit2:before {
  content: "\f9d4"; }

.isax-gallery-export1:before {
  content: "\f9d5"; }

.isax-gallery-favorite2:before {
  content: "\f9d6"; }

.isax-gallery-import2:before {
  content: "\f9d7"; }

.isax-gallery-remove2:before {
  content: "\f9d8"; }

.isax-gallery-slash2:before {
  content: "\f9d9"; }

.isax-gallery-tick2:before {
  content: "\f9da"; }

.isax-game2:before {
  content: "\f9db"; }

.isax-gameboy2:before {
  content: "\f9dc"; }

.isax-gas-station2:before {
  content: "\f9dd"; }

.isax-gemini2:before {
  content: "\f9de"; }

.isax-gemini-22:before {
  content: "\f9df"; }

.isax-ghost2:before {
  content: "\f9e0"; }

.isax-gift2:before {
  content: "\f9e1"; }

.isax-glass2:before {
  content: "\f9e2"; }

.isax-glass-12:before {
  content: "\f9e3"; }

.isax-global2:before {
  content: "\f9e4"; }

.isax-global-edit2:before {
  content: "\f9e5"; }

.isax-global-refresh2:before {
  content: "\f9e6"; }

.isax-global-search2:before {
  content: "\f9e7"; }

.isax-gps2:before {
  content: "\f9e8"; }

.isax-gps-slash2:before {
  content: "\f9e9"; }

.isax-grammerly2:before {
  content: "\f9ea"; }

.isax-graph2:before {
  content: "\f9eb"; }

.isax-grid-12:before {
  content: "\f9ec"; }

.isax-grid-22:before {
  content: "\f9ed"; }

.isax-grid-32:before {
  content: "\f9ee"; }

.isax-grid-42:before {
  content: "\f9ef"; }

.isax-grid-52:before {
  content: "\f9f0"; }

.isax-grid-62:before {
  content: "\f9f1"; }

.isax-grid-72:before {
  content: "\f9f2"; }

.isax-grid-82:before {
  content: "\f9f3"; }

.isax-grid-92:before {
  content: "\f9f4"; }

.isax-grid-edit2:before {
  content: "\f9f5"; }

.isax-grid-eraser2:before {
  content: "\f9f6"; }

.isax-grid-lock2:before {
  content: "\f9f7"; }

.isax-happyemoji2:before {
  content: "\f9f8"; }

.isax-hashtag2:before {
  content: "\f9f9"; }

.isax-hashtag-12:before {
  content: "\f9fa"; }

.isax-hashtag-down2:before {
  content: "\f9fb"; }

.isax-hashtag-up2:before {
  content: "\f9fc"; }

.isax-headphone2:before {
  content: "\f9fd"; }

.isax-headphones2:before {
  content: "\f9fe"; }

.isax-health2:before {
  content: "\f9ff"; }

.isax-heart2:before {
  content: "\fa00"; }

.isax-heart-add2:before {
  content: "\fa01"; }

.isax-heart-circle2:before {
  content: "\fa02"; }

.isax-heart-edit2:before {
  content: "\fa03"; }

.isax-heart-remove2:before {
  content: "\fa04"; }

.isax-heart-search2:before {
  content: "\fa05"; }

.isax-heart-slash2:before {
  content: "\fa06"; }

.isax-heart-tick2:before {
  content: "\fa07"; }

.isax-hierarchy2:before {
  content: "\fa08"; }

.isax-hierarchy-22:before {
  content: "\fa09"; }

.isax-hierarchy-32:before {
  content: "\fa0a"; }

.isax-hierarchy-square2:before {
  content: "\fa0b"; }

.isax-hierarchy-square-22:before {
  content: "\fa0c"; }

.isax-hierarchy-square-32:before {
  content: "\fa0d"; }

.isax-home2:before {
  content: "\fa0e"; }

.isax-home-12:before {
  content: "\fa0f"; }

.isax-home-22:before {
  content: "\fa10"; }

.isax-home-hashtag2:before {
  content: "\fa11"; }

.isax-home-trend-down2:before {
  content: "\fa12"; }

.isax-home-trend-up2:before {
  content: "\fa13"; }

.isax-home-wifi2:before {
  content: "\fa14"; }

.isax-hospital2:before {
  content: "\fa15"; }

.isax-house2:before {
  content: "\fa16"; }

.isax-house-22:before {
  content: "\fa17"; }

.isax-icon1:before {
  content: "\fa18"; }

.isax-icon-1:before {
  content: "\fa19"; }

.isax-image2:before {
  content: "\fa1a"; }

.isax-import2:before {
  content: "\fa1b"; }

.isax-import-12:before {
  content: "\fa1c"; }

.isax-import-22:before {
  content: "\fa1d"; }

.isax-info-circle2:before {
  content: "\fa1e"; }

.isax-information2:before {
  content: "\fa1f"; }

.isax-instagram2:before {
  content: "\fa20"; }

.isax-judge2:before {
  content: "\fa21"; }

.isax-key2:before {
  content: "\fa22"; }

.isax-keyboard2:before {
  content: "\fa23"; }

.isax-keyboard-open2:before {
  content: "\fa24"; }

.isax-key-square2:before {
  content: "\fa25"; }

.isax-lamp2:before {
  content: "\fa26"; }

.isax-lamp-12:before {
  content: "\fa27"; }

.isax-lamp-charge2:before {
  content: "\fa28"; }

.isax-lamp-on2:before {
  content: "\fa29"; }

.isax-lamp-slash2:before {
  content: "\fa2a"; }

.isax-language-circle2:before {
  content: "\fa2b"; }

.isax-language-square2:before {
  content: "\fa2c"; }

.isax-layer2:before {
  content: "\fa2d"; }

.isax-level2:before {
  content: "\fa2e"; }

.isax-lifebuoy2:before {
  content: "\fa2f"; }

.isax-like2:before {
  content: "\fa30"; }

.isax-like-12:before {
  content: "\fa31"; }

.isax-like-dislike2:before {
  content: "\fa32"; }

.isax-like-shapes2:before {
  content: "\fa33"; }

.isax-like-tag2:before {
  content: "\fa34"; }

.isax-link2:before {
  content: "\fa35"; }

.isax-link-12:before {
  content: "\fa36"; }

.isax-link-23:before {
  content: "\fa37"; }

.isax-link-212:before {
  content: "\fa38"; }

.isax-link-circle2:before {
  content: "\fa39"; }

.isax-link-square2:before {
  content: "\fa3a"; }

.isax-location2:before {
  content: "\fa3b"; }

.isax-location-add2:before {
  content: "\fa3c"; }

.isax-location-cross2:before {
  content: "\fa3d"; }

.isax-location-minus2:before {
  content: "\fa3e"; }

.isax-location-slash2:before {
  content: "\fa3f"; }

.isax-location-tick2:before {
  content: "\fa40"; }

.isax-lock2:before {
  content: "\fa41"; }

.isax-lock-12:before {
  content: "\fa42"; }

.isax-lock-circle2:before {
  content: "\fa43"; }

.isax-lock-slash2:before {
  content: "\fa44"; }

.isax-login2:before {
  content: "\fa45"; }

.isax-login-12:before {
  content: "\fa46"; }

.isax-logout2:before {
  content: "\fa47"; }

.isax-logout-12:before {
  content: "\fa48"; }

.isax-lovely2:before {
  content: "\fa49"; }

.isax-magicpen2:before {
  content: "\fa4a"; }

.isax-magic-star2:before {
  content: "\fa4b"; }

.isax-main-component2:before {
  content: "\fa4c"; }

.isax-man2:before {
  content: "\fa4d"; }

.isax-map2:before {
  content: "\fa4e"; }

.isax-map-12:before {
  content: "\fa4f"; }

.isax-mask2:before {
  content: "\fa50"; }

.isax-mask-12:before {
  content: "\fa51"; }

.isax-mask-22:before {
  content: "\fa52"; }

.isax-math2:before {
  content: "\fa53"; }

.isax-maximize2:before {
  content: "\fa54"; }

.isax-maximize-12:before {
  content: "\fa55"; }

.isax-maximize-23:before {
  content: "\fa56"; }

.isax-maximize-32:before {
  content: "\fa57"; }

.isax-maximize-42:before {
  content: "\fa58"; }

.isax-maximize-212:before {
  content: "\fa59"; }

.isax-maximize-circle1:before {
  content: "\fa5a"; }

.isax-medal2:before {
  content: "\fa5b"; }

.isax-medal-star2:before {
  content: "\fa5c"; }

.isax-menu2:before {
  content: "\fa5d"; }

.isax-menu-12:before {
  content: "\fa5e"; }

.isax-menu-board2:before {
  content: "\fa5f"; }

.isax-message2:before {
  content: "\fa60"; }

.isax-message-22:before {
  content: "\fa61"; }

.isax-message-add2:before {
  content: "\fa62"; }

.isax-message-add-12:before {
  content: "\fa63"; }

.isax-message-circle2:before {
  content: "\fa64"; }

.isax-message-edit2:before {
  content: "\fa65"; }

.isax-message-favorite2:before {
  content: "\fa66"; }

.isax-message-minus2:before {
  content: "\fa67"; }

.isax-message-notif2:before {
  content: "\fa68"; }

.isax-message-programming2:before {
  content: "\fa69"; }

.isax-message-question2:before {
  content: "\fa6a"; }

.isax-message-remove2:before {
  content: "\fa6b"; }

.isax-messages2:before {
  content: "\fa6c"; }

.isax-messages-12:before {
  content: "\fa6d"; }

.isax-messages-22:before {
  content: "\fa6e"; }

.isax-messages-32:before {
  content: "\fa6f"; }

.isax-message-search2:before {
  content: "\fa70"; }

.isax-message-square2:before {
  content: "\fa71"; }

.isax-message-text2:before {
  content: "\fa72"; }

.isax-message-text-12:before {
  content: "\fa73"; }

.isax-message-tick2:before {
  content: "\fa74"; }

.isax-message-time2:before {
  content: "\fa75"; }

.isax-microphone2:before {
  content: "\fa76"; }

.isax-microphone-22:before {
  content: "\fa77"; }

.isax-microphone-slash2:before {
  content: "\fa78"; }

.isax-microphone-slash-12:before {
  content: "\fa79"; }

.isax-microscope2:before {
  content: "\fa7a"; }

.isax-milk2:before {
  content: "\fa7b"; }

.isax-mini-music-sqaure2:before {
  content: "\fa7c"; }

.isax-minus2:before {
  content: "\fa7d"; }

.isax-minus-cirlce2:before {
  content: "\fa7e"; }

.isax-minus-square2:before {
  content: "\fa7f"; }

.isax-mirror2:before {
  content: "\fa80"; }

.isax-mirroring-screen2:before {
  content: "\fa81"; }

.isax-mobile2:before {
  content: "\fa82"; }

.isax-mobile-programming2:before {
  content: "\fa83"; }

.isax-money2:before {
  content: "\fa84"; }

.isax-money-22:before {
  content: "\fa85"; }

.isax-money-32:before {
  content: "\fa86"; }

.isax-money-42:before {
  content: "\fa87"; }

.isax-money-add2:before {
  content: "\fa88"; }

.isax-money-change2:before {
  content: "\fa89"; }

.isax-money-forbidden2:before {
  content: "\fa8a"; }

.isax-money-recive2:before {
  content: "\fa8b"; }

.isax-money-remove2:before {
  content: "\fa8c"; }

.isax-moneys2:before {
  content: "\fa8d"; }

.isax-money-send2:before {
  content: "\fa8e"; }

.isax-money-tick2:before {
  content: "\fa8f"; }

.isax-money-time2:before {
  content: "\fa90"; }

.isax-monitor2:before {
  content: "\fa91"; }

.isax-monitor-mobbile2:before {
  content: "\fa92"; }

.isax-monitor-recorder2:before {
  content: "\fa93"; }

.isax-moon2:before {
  content: "\fa94"; }

.isax-more2:before {
  content: "\fa95"; }

.isax-more-22:before {
  content: "\fa96"; }

.isax-more-circle2:before {
  content: "\fa97"; }

.isax-more-square2:before {
  content: "\fa98"; }

.isax-mouse2:before {
  content: "\fa99"; }

.isax-mouse-12:before {
  content: "\fa9a"; }

.isax-mouse-circle2:before {
  content: "\fa9b"; }

.isax-mouse-square2:before {
  content: "\fa9c"; }

.isax-music2:before {
  content: "\fa9d"; }

.isax-music-circle2:before {
  content: "\fa9e"; }

.isax-music-dashboard2:before {
  content: "\fa9f"; }

.isax-music-filter2:before {
  content: "\faa0"; }

.isax-music-library-22:before {
  content: "\faa1"; }

.isax-musicnote2:before {
  content: "\faa2"; }

.isax-music-play2:before {
  content: "\faa3"; }

.isax-music-playlist2:before {
  content: "\faa4"; }

.isax-music-square2:before {
  content: "\faa5"; }

.isax-music-square-add2:before {
  content: "\faa6"; }

.isax-music-square-remove2:before {
  content: "\faa7"; }

.isax-music-square-search2:before {
  content: "\faa8"; }

.isax-next2:before {
  content: "\faa9"; }

.isax-note2:before {
  content: "\faaa"; }

.isax-note-12:before {
  content: "\faab"; }

.isax-note-23:before {
  content: "\faac"; }

.isax-note-212:before {
  content: "\faad"; }

.isax-note-add2:before {
  content: "\faae"; }

.isax-note-favorite2:before {
  content: "\faaf"; }

.isax-note-remove2:before {
  content: "\fab0"; }

.isax-note-square2:before {
  content: "\fab1"; }

.isax-note-text2:before {
  content: "\fab2"; }

.isax-notification2:before {
  content: "\fab3"; }

.isax-notification-12:before {
  content: "\fab4"; }

.isax-notification-bing2:before {
  content: "\fab5"; }

.isax-notification-circle2:before {
  content: "\fab6"; }

.isax-notification-favorite2:before {
  content: "\fab7"; }

.isax-notification-status2:before {
  content: "\fab8"; }

.isax-omega-circle2:before {
  content: "\fab9"; }

.isax-omega-square2:before {
  content: "\faba"; }

.isax-paintbucket2:before {
  content: "\fabb"; }

.isax-paperclip2:before {
  content: "\fabc"; }

.isax-paperclip-22:before {
  content: "\fabd"; }

.isax-password-check2:before {
  content: "\fabe"; }

.isax-path2:before {
  content: "\fabf"; }

.isax-path-22:before {
  content: "\fac0"; }

.isax-path-square2:before {
  content: "\fac1"; }

.isax-pause2:before {
  content: "\fac2"; }

.isax-pause-circle2:before {
  content: "\fac3"; }

.isax-pen-add2:before {
  content: "\fac4"; }

.isax-pen-close2:before {
  content: "\fac5"; }

.isax-pen-remove2:before {
  content: "\fac6"; }

.isax-pen-tool2:before {
  content: "\fac7"; }

.isax-pen-tool-22:before {
  content: "\fac8"; }

.isax-people2:before {
  content: "\fac9"; }

.isax-percentage-circle2:before {
  content: "\faca"; }

.isax-percentage-square2:before {
  content: "\facb"; }

.isax-personalcard2:before {
  content: "\facc"; }

.isax-pet2:before {
  content: "\facd"; }

.isax-pharagraphspacing2:before {
  content: "\face"; }

.isax-picture-frame2:before {
  content: "\facf"; }

.isax-play2:before {
  content: "\fad0"; }

.isax-play-add2:before {
  content: "\fad1"; }

.isax-play-circle2:before {
  content: "\fad2"; }

.isax-play-cricle2:before {
  content: "\fad3"; }

.isax-play-remove2:before {
  content: "\fad4"; }

.isax-presention-chart2:before {
  content: "\fad5"; }

.isax-previous2:before {
  content: "\fad6"; }

.isax-printer2:before {
  content: "\fad7"; }

.isax-printer-slash2:before {
  content: "\fad8"; }

.isax-profile-2user2:before {
  content: "\fad9"; }

.isax-profile-add2:before {
  content: "\fada"; }

.isax-profile-circle2:before {
  content: "\fadb"; }

.isax-profile-delete2:before {
  content: "\fadc"; }

.isax-profile-remove2:before {
  content: "\fadd"; }

.isax-profile-tick2:before {
  content: "\fade"; }

.isax-programming-arrow2:before {
  content: "\fadf"; }

.isax-programming-arrows2:before {
  content: "\fae0"; }

.isax-quote-down2:before {
  content: "\fae1"; }

.isax-quote-down-circle2:before {
  content: "\fae2"; }

.isax-quote-down-square2:before {
  content: "\fae3"; }

.isax-quote-up2:before {
  content: "\fae4"; }

.isax-quote-up-circle2:before {
  content: "\fae5"; }

.isax-quote-up-square2:before {
  content: "\fae6"; }

.isax-radar2:before {
  content: "\fae7"; }

.isax-radar-12:before {
  content: "\fae8"; }

.isax-radar-22:before {
  content: "\fae9"; }

.isax-radio2:before {
  content: "\faea"; }

.isax-ram2:before {
  content: "\faeb"; }

.isax-ram-22:before {
  content: "\faec"; }

.isax-ranking2:before {
  content: "\faed"; }

.isax-ranking-12:before {
  content: "\faee"; }

.isax-receipt2:before {
  content: "\faef"; }

.isax-receipt-12:before {
  content: "\faf0"; }

.isax-receipt-22:before {
  content: "\faf1"; }

.isax-receipt-2-12:before {
  content: "\faf2"; }

.isax-receipt-add2:before {
  content: "\faf3"; }

.isax-receipt-discount2:before {
  content: "\faf4"; }

.isax-receipt-disscount2:before {
  content: "\faf5"; }

.isax-receipt-edit2:before {
  content: "\faf6"; }

.isax-receipt-item2:before {
  content: "\faf7"; }

.isax-receipt-minus2:before {
  content: "\faf8"; }

.isax-receipt-search2:before {
  content: "\faf9"; }

.isax-receipt-square2:before {
  content: "\fafa"; }

.isax-receipt-text2:before {
  content: "\fafb"; }

.isax-received2:before {
  content: "\fafc"; }

.isax-receive-square2:before {
  content: "\fafd"; }

.isax-receive-square-22:before {
  content: "\fafe"; }

.isax-record2:before {
  content: "\faff"; }

.isax-record-circle2:before {
  content: "\fb00"; }

.isax-recovery-convert2:before {
  content: "\fb01"; }

.isax-redo2:before {
  content: "\fb02"; }

.isax-refresh2:before {
  content: "\fb03"; }

.isax-refresh-22:before {
  content: "\fb04"; }

.isax-refresh-circle2:before {
  content: "\fb05"; }

.isax-refresh-left-square2:before {
  content: "\fb06"; }

.isax-refresh-right-square2:before {
  content: "\fb07"; }

.isax-refresh-square-22:before {
  content: "\fb08"; }

.isax-repeat2:before {
  content: "\fb09"; }

.isax-repeat-circle2:before {
  content: "\fb0a"; }

.isax-repeate-music2:before {
  content: "\fb0b"; }

.isax-repeate-one2:before {
  content: "\fb0c"; }

.isax-reserve2:before {
  content: "\fb0d"; }

.isax-rotate-left2:before {
  content: "\fb0e"; }

.isax-rotate-left-12:before {
  content: "\fb0f"; }

.isax-rotate-right2:before {
  content: "\fb10"; }

.isax-rotate-right-12:before {
  content: "\fb11"; }

.isax-route-square2:before {
  content: "\fb12"; }

.isax-routing2:before {
  content: "\fb13"; }

.isax-routing-22:before {
  content: "\fb14"; }

.isax-row-horizontal2:before {
  content: "\fb15"; }

.isax-row-vertical2:before {
  content: "\fb16"; }

.isax-rulerpen2:before {
  content: "\fb17"; }

.isax-ruler2:before {
  content: "\fb18"; }

.isax-safe-home2:before {
  content: "\fb19"; }

.isax-sagittarius2:before {
  content: "\fb1a"; }

.isax-save-22:before {
  content: "\fb1b"; }

.isax-save-add2:before {
  content: "\fb1c"; }

.isax-save-minus2:before {
  content: "\fb1d"; }

.isax-save-remove2:before {
  content: "\fb1e"; }

.isax-scan2:before {
  content: "\fb1f"; }

.isax-scan-barcode2:before {
  content: "\fb20"; }

.isax-scanner2:before {
  content: "\fb21"; }

.isax-scanning2:before {
  content: "\fb22"; }

.isax-scissor2:before {
  content: "\fb23"; }

.isax-scissor-12:before {
  content: "\fb24"; }

.isax-screenmirroring2:before {
  content: "\fb25"; }

.isax-scroll2:before {
  content: "\fb26"; }

.isax-search-favorite2:before {
  content: "\fb27"; }

.isax-search-favorite-12:before {
  content: "\fb28"; }

.isax-search-normal2:before {
  content: "\fb29"; }

.isax-search-normal-12:before {
  content: "\fb2a"; }

.isax-search-status2:before {
  content: "\fb2b"; }

.isax-search-status-12:before {
  content: "\fb2c"; }

.isax-search-zoom-in2:before {
  content: "\fb2d"; }

.isax-search-zoom-in-12:before {
  content: "\fb2e"; }

.isax-search-zoom-out2:before {
  content: "\fb2f"; }

.isax-search-zoom-out-12:before {
  content: "\fb30"; }

.isax-security2:before {
  content: "\fb31"; }

.isax-security-card2:before {
  content: "\fb32"; }

.isax-security-safe2:before {
  content: "\fb33"; }

.isax-security-time2:before {
  content: "\fb34"; }

.isax-security-user2:before {
  content: "\fb35"; }

.isax-send2:before {
  content: "\fb36"; }

.isax-send-12:before {
  content: "\fb37"; }

.isax-send-22:before {
  content: "\fb38"; }

.isax-send-sqaure-22:before {
  content: "\fb39"; }

.isax-send-square2:before {
  content: "\fb3a"; }

.isax-setting2:before {
  content: "\fb3b"; }

.isax-setting-22:before {
  content: "\fb3c"; }

.isax-setting-32:before {
  content: "\fb3d"; }

.isax-setting-42:before {
  content: "\fb3e"; }

.isax-setting-52:before {
  content: "\fb3f"; }

.isax-settings2:before {
  content: "\fb40"; }

.isax-shapes2:before {
  content: "\fb41"; }

.isax-shapes-12:before {
  content: "\fb42"; }

.isax-share2:before {
  content: "\fb43"; }

.isax-shield-cross2:before {
  content: "\fb44"; }

.isax-shield-search2:before {
  content: "\fb45"; }

.isax-shield-slash2:before {
  content: "\fb46"; }

.isax-shield-tick2:before {
  content: "\fb47"; }

.isax-ship2:before {
  content: "\fb48"; }

.isax-shop2:before {
  content: "\fb49"; }

.isax-shop-add2:before {
  content: "\fb4a"; }

.isax-shopping-bag2:before {
  content: "\fb4b"; }

.isax-shopping-cart2:before {
  content: "\fb4c"; }

.isax-shop-remove2:before {
  content: "\fb4d"; }

.isax-shuffle2:before {
  content: "\fb4e"; }

.isax-sidebar-bottom2:before {
  content: "\fb4f"; }

.isax-sidebar-left2:before {
  content: "\fb50"; }

.isax-sidebar-right2:before {
  content: "\fb51"; }

.isax-sidebar-top2:before {
  content: "\fb52"; }

.isax-signpost2:before {
  content: "\fb53"; }

.isax-simcard2:before {
  content: "\fb54"; }

.isax-simcard-12:before {
  content: "\fb55"; }

.isax-simcard-22:before {
  content: "\fb56"; }

.isax-size2:before {
  content: "\fb57"; }

.isax-slash2:before {
  content: "\fb58"; }

.isax-slider2:before {
  content: "\fb59"; }

.isax-slider-horizontal2:before {
  content: "\fb5a"; }

.isax-slider-horizontal-12:before {
  content: "\fb5b"; }

.isax-slider-vertical2:before {
  content: "\fb5c"; }

.isax-slider-vertical-12:before {
  content: "\fb5d"; }

.isax-smallcaps2:before {
  content: "\fb5e"; }

.isax-smart-car2:before {
  content: "\fb5f"; }

.isax-smart-home2:before {
  content: "\fb60"; }

.isax-smileys2:before {
  content: "\fb61"; }

.isax-sms2:before {
  content: "\fb62"; }

.isax-sms-edit2:before {
  content: "\fb63"; }

.isax-sms-notification2:before {
  content: "\fb64"; }

.isax-sms-search2:before {
  content: "\fb65"; }

.isax-sms-star2:before {
  content: "\fb66"; }

.isax-sms-tracking2:before {
  content: "\fb67"; }

.isax-sort2:before {
  content: "\fb68"; }

.isax-sound2:before {
  content: "\fb69"; }

.isax-speaker2:before {
  content: "\fb6a"; }

.isax-speedometer2:before {
  content: "\fb6b"; }

.isax-star2:before {
  content: "\fb6c"; }

.isax-star-12:before {
  content: "\fb6d"; }

.isax-star-slash2:before {
  content: "\fb6e"; }

.isax-status2:before {
  content: "\fb6f"; }

.isax-status-up2:before {
  content: "\fb70"; }

.isax-sticker2:before {
  content: "\fb71"; }

.isax-stickynote2:before {
  content: "\fb72"; }

.isax-stop2:before {
  content: "\fb73"; }

.isax-stop-circle2:before {
  content: "\fb74"; }

.isax-story2:before {
  content: "\fb75"; }

.isax-strongbox2:before {
  content: "\fb76"; }

.isax-strongbox-22:before {
  content: "\fb77"; }

.isax-subtitle2:before {
  content: "\fb78"; }

.isax-sun2:before {
  content: "\fb79"; }

.isax-sun-12:before {
  content: "\fb7a"; }

.isax-sun-fog2:before {
  content: "\fb7b"; }

.isax-tag2:before {
  content: "\fb7c"; }

.isax-tag-22:before {
  content: "\fb7d"; }

.isax-tag-cross2:before {
  content: "\fb7e"; }

.isax-tag-right2:before {
  content: "\fb7f"; }

.isax-tag-user2:before {
  content: "\fb80"; }

.isax-task2:before {
  content: "\fb81"; }

.isax-task-square2:before {
  content: "\fb82"; }

.isax-teacher2:before {
  content: "\fb83"; }

.isax-text2:before {
  content: "\fb84"; }

.isax-textalign-center2:before {
  content: "\fb85"; }

.isax-textalign-justifycenter2:before {
  content: "\fb86"; }

.isax-textalign-justifyleft2:before {
  content: "\fb87"; }

.isax-textalign-justifyright2:before {
  content: "\fb88"; }

.isax-textalign-left2:before {
  content: "\fb89"; }

.isax-textalign-right2:before {
  content: "\fb8a"; }

.isax-text-block2:before {
  content: "\fb8b"; }

.isax-text-bold2:before {
  content: "\fb8c"; }

.isax-text-italic2:before {
  content: "\fb8d"; }

.isax-text-underline2:before {
  content: "\fb8e"; }

.isax-tick-circle2:before {
  content: "\fb8f"; }

.isax-ticket2:before {
  content: "\fb90"; }

.isax-ticket-22:before {
  content: "\fb91"; }

.isax-ticket-discount2:before {
  content: "\fb92"; }

.isax-ticket-expired2:before {
  content: "\fb93"; }

.isax-ticket-star2:before {
  content: "\fb94"; }

.isax-tick-square2:before {
  content: "\fb95"; }

.isax-timer2:before {
  content: "\fb96"; }

.isax-timer-12:before {
  content: "\fb97"; }

.isax-timer-pause2:before {
  content: "\fb98"; }

.isax-timer-start2:before {
  content: "\fb99"; }

.isax-toggle-off2:before {
  content: "\fb9a"; }

.isax-toggle-off-circle2:before {
  content: "\fb9b"; }

.isax-toggle-on2:before {
  content: "\fb9c"; }

.isax-toggle-on-circle2:before {
  content: "\fb9d"; }

.isax-trade2:before {
  content: "\fb9e"; }

.isax-transaction-minus2:before {
  content: "\fb9f"; }

.isax-translate2:before {
  content: "\fba0"; }

.isax-trash2:before {
  content: "\fba1"; }

.isax-tree2:before {
  content: "\fba2"; }

.isax-trend-down2:before {
  content: "\fba3"; }

.isax-trend-up2:before {
  content: "\fba4"; }

.isax-triangle2:before {
  content: "\fba5"; }

.isax-truck1:before {
  content: "\fba6"; }

.isax-truck-fast1:before {
  content: "\fba7"; }

.isax-truck-tick2:before {
  content: "\fba8"; }

.isax-trush-square2:before {
  content: "\fba9"; }

.isax-undo2:before {
  content: "\fbaa"; }

.isax-unlimited2:before {
  content: "\fbab"; }

.isax-unlock2:before {
  content: "\fbac"; }

.isax-user2:before {
  content: "\fbad"; }

.isax-user-add2:before {
  content: "\fbae"; }

.isax-user-cirlce-add2:before {
  content: "\fbaf"; }

.isax-user-edit2:before {
  content: "\fbb0"; }

.isax-user-minus2:before {
  content: "\fbb1"; }

.isax-user-octagon2:before {
  content: "\fbb2"; }

.isax-user-remove2:before {
  content: "\fbb3"; }

.isax-user-search2:before {
  content: "\fbb4"; }

.isax-user-square2:before {
  content: "\fbb5"; }

.isax-user-tag2:before {
  content: "\fbb6"; }

.isax-user-tick2:before {
  content: "\fbb7"; }

.isax-verify2:before {
  content: "\fbb8"; }

.isax-video2:before {
  content: "\fbb9"; }

.isax-video-add2:before {
  content: "\fbba"; }

.isax-video-circle2:before {
  content: "\fbbb"; }

.isax-video-horizontal2:before {
  content: "\fbbc"; }

.isax-video-octagon2:before {
  content: "\fbbd"; }

.isax-video-play2:before {
  content: "\fbbe"; }

.isax-video-remove2:before {
  content: "\fbbf"; }

.isax-video-slash2:before {
  content: "\fbc0"; }

.isax-video-square2:before {
  content: "\fbc1"; }

.isax-video-tick2:before {
  content: "\fbc2"; }

.isax-video-time2:before {
  content: "\fbc3"; }

.isax-video-vertical2:before {
  content: "\fbc4"; }

.isax-voice-cricle2:before {
  content: "\fbc5"; }

.isax-voice-square2:before {
  content: "\fbc6"; }

.isax-volume-cross2:before {
  content: "\fbc7"; }

.isax-volume-high2:before {
  content: "\fbc8"; }

.isax-volume-low2:before {
  content: "\fbc9"; }

.isax-volume-low-12:before {
  content: "\fbca"; }

.isax-volume-mute2:before {
  content: "\fbcb"; }

.isax-volume-slash2:before {
  content: "\fbcc"; }

.isax-volume-up2:before {
  content: "\fbcd"; }

.isax-wallet2:before {
  content: "\fbce"; }

.isax-wallet-12:before {
  content: "\fbcf"; }

.isax-wallet-22:before {
  content: "\fbd0"; }

.isax-wallet-32:before {
  content: "\fbd1"; }

.isax-wallet-add2:before {
  content: "\fbd2"; }

.isax-wallet-add-12:before {
  content: "\fbd3"; }

.isax-wallet-check2:before {
  content: "\fbd4"; }

.isax-wallet-minus2:before {
  content: "\fbd5"; }

.isax-wallet-money2:before {
  content: "\fbd6"; }

.isax-wallet-remove2:before {
  content: "\fbd7"; }

.isax-wallet-search2:before {
  content: "\fbd8"; }

.isax-warning-22:before {
  content: "\fbd9"; }

.isax-watch2:before {
  content: "\fbda"; }

.isax-watch-status2:before {
  content: "\fbdb"; }

.isax-weight2:before {
  content: "\fbdc"; }

.isax-weight-12:before {
  content: "\fbdd"; }

.isax-wifi2:before {
  content: "\fbde"; }

.isax-wifi-square2:before {
  content: "\fbdf"; }

.isax-wind2:before {
  content: "\fbe0"; }

.isax-wind-22:before {
  content: "\fbe1"; }

.isax-woman2:before {
  content: "\fbe2"; }

.isax-dcube3:before {
  content: "\e900"; }

.isax-d-cube-scan3:before {
  content: "\fbe3"; }

.isax-d-rotate3:before {
  content: "\fbe4"; }

.isax-d-square3:before {
  content: "\fbe5"; }

.isax-square3:before {
  content: "\fbe6"; }

.isax-support3:before {
  content: "\fbe7"; }

.isax-activity3:before {
  content: "\fbe8"; }

.isax-add3:before {
  content: "\fbe9"; }

.isax-add-circle3:before {
  content: "\fbea"; }

.isax-additem3:before {
  content: "\fbeb"; }

.isax-add-square3:before {
  content: "\fbec"; }

.isax-airdrop3:before {
  content: "\fbed"; }

.isax-airplane3:before {
  content: "\fbee"; }

.isax-airplane-square3:before {
  content: "\fbef"; }

.isax-airpod3:before {
  content: "\fbf0"; }

.isax-airpods3:before {
  content: "\fbf1"; }

.isax-alarm3:before {
  content: "\fbf2"; }

.isax-align-bottom3:before {
  content: "\fbf3"; }

.isax-align-horizontally3:before {
  content: "\fbf4"; }

.isax-align-left3:before {
  content: "\fbf5"; }

.isax-align-right3:before {
  content: "\fbf6"; }

.isax-align-vertically3:before {
  content: "\fbf7"; }

.isax-aquarius3:before {
  content: "\fbf8"; }

.isax-archive3:before {
  content: "\fbf9"; }

.isax-archive-13:before {
  content: "\fbfa"; }

.isax-archive-add3:before {
  content: "\fbfb"; }

.isax-archive-book3:before {
  content: "\fbfc"; }

.isax-archive-minus3:before {
  content: "\fbfd"; }

.isax-archive-slash3:before {
  content: "\fbfe"; }

.isax-archive-tick3:before {
  content: "\fbff"; }

.isax-arrange-circle3:before {
  content: "\fc00"; }

.isax-arrange-circle-23:before {
  content: "\fc01"; }

.isax-arrange-square3:before {
  content: "\fc02"; }

.isax-arrange-square-23:before {
  content: "\fc03"; }

.isax-arrow3:before {
  content: "\fc04"; }

.isax-arrow-23:before {
  content: "\fc05"; }

.isax-arrow-33:before {
  content: "\fc06"; }

.isax-arrow-bottom3:before {
  content: "\fc07"; }

.isax-arrow-circle-down3:before {
  content: "\fc08"; }

.isax-arrow-circle-left3:before {
  content: "\fc09"; }

.isax-arrow-circle-right3:before {
  content: "\fc0a"; }

.isax-arrow-down3:before {
  content: "\fc0b"; }

.isax-arrow-down-13:before {
  content: "\fc0c"; }

.isax-arrow-down-23:before {
  content: "\fc0d"; }

.isax-arrow-left3:before {
  content: "\fc0e"; }

.isax-arrow-left-13:before {
  content: "\fc0f"; }

.isax-arrow-left-23:before {
  content: "\fc10"; }

.isax-arrow-left-33:before {
  content: "\fc11"; }

.isax-arrow-right3:before {
  content: "\fc12"; }

.isax-arrow-right-13:before {
  content: "\fc13"; }

.isax-arrow-right-23:before {
  content: "\fc14"; }

.isax-arrow-right-33:before {
  content: "\fc15"; }

.isax-arrow-square3:before {
  content: "\fc16"; }

.isax-arrow-square-down3:before {
  content: "\fc17"; }

.isax-arrow-square-left3:before {
  content: "\fc18"; }

.isax-arrow-square-right2:before {
  content: "\fc19"; }

.isax-arrow-square-up3:before {
  content: "\fc1a"; }

.isax-arrow-swap-horizontal3:before {
  content: "\fc1b"; }

.isax-arrow-up3:before {
  content: "\fc1c"; }

.isax-arrow-up-13:before {
  content: "\fc1d"; }

.isax-arrow-up-23:before {
  content: "\fc1e"; }

.isax-arrow-up-33:before {
  content: "\fc1f"; }

.isax-attach-circle3:before {
  content: "\fc20"; }

.isax-attach-square3:before {
  content: "\fc21"; }

.isax-audio-square3:before {
  content: "\fc22"; }

.isax-autobrightness3:before {
  content: "\fc23"; }

.isax-award3:before {
  content: "\fc24"; }

.isax-back-square3:before {
  content: "\fc25"; }

.isax-backward3:before {
  content: "\fc26"; }

.isax-backward-5-seconds3:before {
  content: "\fc27"; }

.isax-backward-10-seconds3:before {
  content: "\fc28"; }

.isax-backward-15-seconds3:before {
  content: "\fc29"; }

.isax-backward-item3:before {
  content: "\fc2a"; }

.isax-bag3:before {
  content: "\fc2b"; }

.isax-bag-23:before {
  content: "\fc2c"; }

.isax-bag-cross3:before {
  content: "\fc2d"; }

.isax-bag-cross-13:before {
  content: "\fc2e"; }

.isax-bag-happy3:before {
  content: "\fc2f"; }

.isax-bag-tick3:before {
  content: "\fc30"; }

.isax-bag-tick-23:before {
  content: "\fc31"; }

.isax-bag-timer3:before {
  content: "\fc32"; }

.isax-bank3:before {
  content: "\fc33"; }

.isax-barcode3:before {
  content: "\fc34"; }

.isax-battery-3full3:before {
  content: "\fc35"; }

.isax-battery-charging3:before {
  content: "\fc36"; }

.isax-battery-disable3:before {
  content: "\fc37"; }

.isax-battery-empty3:before {
  content: "\fc38"; }

.isax-battery-empty-13:before {
  content: "\fc39"; }

.isax-battery-full3:before {
  content: "\fc3a"; }

.isax-bezier3:before {
  content: "\fc3b"; }

.isax-bill3:before {
  content: "\fc3c"; }

.isax-bitcoin-card3:before {
  content: "\fc3d"; }

.isax-bitcoin-convert3:before {
  content: "\fc3e"; }

.isax-bitcoin-refresh3:before {
  content: "\fc3f"; }

.isax-blend3:before {
  content: "\fc40"; }

.isax-blend-23:before {
  content: "\fc41"; }

.isax-bluetooth3:before {
  content: "\fc42"; }

.isax-bluetooth-23:before {
  content: "\fc43"; }

.isax-bluetooth-circle3:before {
  content: "\fc44"; }

.isax-bluetooth-rectangle3:before {
  content: "\fc45"; }

.isax-blur3:before {
  content: "\fc46"; }

.isax-book3:before {
  content: "\fc47"; }

.isax-book-13:before {
  content: "\fc48"; }

.isax-bookmark3:before {
  content: "\fc49"; }

.isax-bookmark-23:before {
  content: "\fc4a"; }

.isax-book-saved3:before {
  content: "\fc4b"; }

.isax-book-square3:before {
  content: "\fc4c"; }

.isax-box3:before {
  content: "\fc4d"; }

.isax-box-13:before {
  content: "\fc4e"; }

.isax-box-23:before {
  content: "\fc4f"; }

.isax-box-add3:before {
  content: "\fc50"; }

.isax-box-remove3:before {
  content: "\fc51"; }

.isax-box-search3:before {
  content: "\fc52"; }

.isax-box-tick3:before {
  content: "\fc53"; }

.isax-box-time3:before {
  content: "\fc54"; }

.isax-briefcase3:before {
  content: "\fc55"; }

.isax-brifecase-cross3:before {
  content: "\fc56"; }

.isax-brifecase-tick3:before {
  content: "\fc57"; }

.isax-brifecase-timer3:before {
  content: "\fc58"; }

.isax-broom3:before {
  content: "\fc59"; }

.isax-brush3:before {
  content: "\fc5a"; }

.isax-brush-13:before {
  content: "\fc5b"; }

.isax-brush-23:before {
  content: "\fc5c"; }

.isax-brush-33:before {
  content: "\fc5d"; }

.isax-brush-43:before {
  content: "\fc5e"; }

.isax-bubble3:before {
  content: "\fc5f"; }

.isax-bucket3:before {
  content: "\fc60"; }

.isax-bucket-circle3:before {
  content: "\fc61"; }

.isax-bucket-square3:before {
  content: "\fc62"; }

.isax-building3:before {
  content: "\fc63"; }

.isax-building-33:before {
  content: "\fc64"; }

.isax-building-43:before {
  content: "\fc65"; }

.isax-buildings3:before {
  content: "\fc66"; }

.isax-buildings-23:before {
  content: "\fc67"; }

.isax-buliding3:before {
  content: "\fc68"; }

.isax-bus3:before {
  content: "\fc69"; }

.isax-buy-crypto3:before {
  content: "\fc6a"; }

.isax-cake3:before {
  content: "\fc6b"; }

.isax-calculator3:before {
  content: "\fc6c"; }

.isax-calendar3:before {
  content: "\fc6d"; }

.isax-calendar-13:before {
  content: "\fc6e"; }

.isax-calendar-23:before {
  content: "\fc6f"; }

.isax-calendar-add3:before {
  content: "\fc70"; }

.isax-calendar-circle3:before {
  content: "\fc71"; }

.isax-calendar-edit3:before {
  content: "\fc72"; }

.isax-calendar-remove3:before {
  content: "\fc73"; }

.isax-calendar-search3:before {
  content: "\fc74"; }

.isax-calendar-tick3:before {
  content: "\fc75"; }

.isax-call3:before {
  content: "\fc76"; }

.isax-call-add3:before {
  content: "\fc77"; }

.isax-call-calling3:before {
  content: "\fc78"; }

.isax-call-incoming3:before {
  content: "\fc79"; }

.isax-call-minus3:before {
  content: "\fc7a"; }

.isax-call-outgoing3:before {
  content: "\fc7b"; }

.isax-call-received3:before {
  content: "\fc7c"; }

.isax-call-remove3:before {
  content: "\fc7d"; }

.isax-call-slash3:before {
  content: "\fc7e"; }

.isax-camera3:before {
  content: "\fc7f"; }

.isax-camera-slash3:before {
  content: "\fc80"; }

.isax-candle3:before {
  content: "\fc81"; }

.isax-candle-23:before {
  content: "\fc82"; }

.isax-car3:before {
  content: "\fc83"; }

.isax-card3:before {
  content: "\fc84"; }

.isax-card-add3:before {
  content: "\fc85"; }

.isax-card-coin3:before {
  content: "\fc86"; }

.isax-card-edit3:before {
  content: "\fc87"; }

.isax-card-pos3:before {
  content: "\fc88"; }

.isax-card-receive3:before {
  content: "\fc89"; }

.isax-card-remove3:before {
  content: "\fc8a"; }

.isax-card-remove-13:before {
  content: "\fc8b"; }

.isax-cards3:before {
  content: "\fc8c"; }

.isax-card-send3:before {
  content: "\fc8d"; }

.isax-card-slash3:before {
  content: "\fc8e"; }

.isax-card-tick3:before {
  content: "\fc8f"; }

.isax-card-tick-13:before {
  content: "\fc90"; }

.isax-category3:before {
  content: "\fc91"; }

.isax-category-23:before {
  content: "\fc92"; }

.isax-cd3:before {
  content: "\fc93"; }

.isax-chart3:before {
  content: "\fc94"; }

.isax-chart-13:before {
  content: "\fc95"; }

.isax-chart-24:before {
  content: "\fc96"; }

.isax-chart-33:before {
  content: "\fc97"; }

.isax-chart-213:before {
  content: "\fc98"; }

.isax-chart-square3:before {
  content: "\fc99"; }

.isax-chart-success3:before {
  content: "\fc9a"; }

.isax-check3:before {
  content: "\fc9b"; }

.isax-chrome3:before {
  content: "\fc9c"; }

.isax-clipboard3:before {
  content: "\fc9d"; }

.isax-clipboard-close3:before {
  content: "\fc9e"; }

.isax-clipboard-export3:before {
  content: "\fc9f"; }

.isax-clipboard-import3:before {
  content: "\fca0"; }

.isax-clipboard-text3:before {
  content: "\fca1"; }

.isax-clipboard-tick3:before {
  content: "\fca2"; }

.isax-clock3:before {
  content: "\fca3"; }

.isax-clock-13:before {
  content: "\fca4"; }

.isax-close-circle3:before {
  content: "\fca5"; }

.isax-close-square3:before {
  content: "\fca6"; }

.isax-cloud3:before {
  content: "\fca7"; }

.isax-cloud-add3:before {
  content: "\fca8"; }

.isax-cloud-change3:before {
  content: "\fca9"; }

.isax-cloud-connection3:before {
  content: "\fcaa"; }

.isax-cloud-cross3:before {
  content: "\fcab"; }

.isax-cloud-drizzle3:before {
  content: "\fcac"; }

.isax-cloud-fog3:before {
  content: "\fcad"; }

.isax-cloud-lightning3:before {
  content: "\fcae"; }

.isax-cloud-minus3:before {
  content: "\fcaf"; }

.isax-cloud-notif3:before {
  content: "\fcb0"; }

.isax-cloud-plus3:before {
  content: "\fcb1"; }

.isax-cloud-remove3:before {
  content: "\fcb2"; }

.isax-cloud-snow3:before {
  content: "\fcb3"; }

.isax-cloud-sunny3:before {
  content: "\fcb4"; }

.isax-code3:before {
  content: "\fcb5"; }

.isax-code-13:before {
  content: "\fcb6"; }

.isax-code-circle3:before {
  content: "\fcb7"; }

.isax-coffee3:before {
  content: "\fcb8"; }

.isax-coin3:before {
  content: "\fcb9"; }

.isax-coin-13:before {
  content: "\fcba"; }

.isax-colorfilter3:before {
  content: "\fcbb"; }

.isax-colors-square3:before {
  content: "\fcbc"; }

.isax-color-swatch3:before {
  content: "\fcbd"; }

.isax-command3:before {
  content: "\fcbe"; }

.isax-command-square3:before {
  content: "\fcbf"; }

.isax-component3:before {
  content: "\fcc0"; }

.isax-computing3:before {
  content: "\fcc1"; }

.isax-convert3:before {
  content: "\fcc2"; }

.isax-convert-3d-cube3:before {
  content: "\fcc3"; }

.isax-convert-card3:before {
  content: "\fcc4"; }

.isax-convertshape3:before {
  content: "\fcc5"; }

.isax-convertshape-23:before {
  content: "\fcc6"; }

.isax-copy3:before {
  content: "\fcc7"; }

.isax-copyright3:before {
  content: "\fcc8"; }

.isax-copy-success3:before {
  content: "\fcc9"; }

.isax-courthouse3:before {
  content: "\fcca"; }

.isax-cpu3:before {
  content: "\fccb"; }

.isax-cpu-charge3:before {
  content: "\fccc"; }

.isax-cpu-setting3:before {
  content: "\fccd"; }

.isax-creative-commons3:before {
  content: "\fcce"; }

.isax-crop3:before {
  content: "\fccf"; }

.isax-crown3:before {
  content: "\fcd0"; }

.isax-crown-13:before {
  content: "\fcd1"; }

.isax-cup3:before {
  content: "\fcd2"; }

.isax-danger3:before {
  content: "\fcd3"; }

.isax-data3:before {
  content: "\fcd4"; }

.isax-data-23:before {
  content: "\fcd5"; }

.isax-designtools3:before {
  content: "\fcd6"; }

.isax-device-message3:before {
  content: "\fcd7"; }

.isax-devices3:before {
  content: "\fcd8"; }

.isax-diagram3:before {
  content: "\fcd9"; }

.isax-diamonds3:before {
  content: "\fcda"; }

.isax-direct3:before {
  content: "\fcdb"; }

.isax-directbox-default3:before {
  content: "\fcdc"; }

.isax-directbox-notif3:before {
  content: "\fcdd"; }

.isax-directbox-receive3:before {
  content: "\fcde"; }

.isax-directbox-send3:before {
  content: "\fcdf"; }

.isax-direct-down3:before {
  content: "\fce0"; }

.isax-direct-inbox3:before {
  content: "\fce1"; }

.isax-direct-left3:before {
  content: "\fce2"; }

.isax-direct-normal3:before {
  content: "\fce3"; }

.isax-direct-notification3:before {
  content: "\fce4"; }

.isax-direct-right3:before {
  content: "\fce5"; }

.isax-direct-send3:before {
  content: "\fce6"; }

.isax-direct-up3:before {
  content: "\fce7"; }

.isax-discount-circle3:before {
  content: "\fce8"; }

.isax-discount-shape3:before {
  content: "\fce9"; }

.isax-discover3:before {
  content: "\fcea"; }

.isax-dislike3:before {
  content: "\fceb"; }

.isax-document3:before {
  content: "\fcec"; }

.isax-document-13:before {
  content: "\fced"; }

.isax-document-cloud3:before {
  content: "\fcee"; }

.isax-document-code3:before {
  content: "\fcef"; }

.isax-document-code-23:before {
  content: "\fcf0"; }

.isax-document-copy3:before {
  content: "\fcf1"; }

.isax-document-download3:before {
  content: "\fcf2"; }

.isax-document-favorite3:before {
  content: "\fcf3"; }

.isax-document-filter3:before {
  content: "\fcf4"; }

.isax-document-forward3:before {
  content: "\fcf5"; }

.isax-document-like3:before {
  content: "\fcf6"; }

.isax-document-previous3:before {
  content: "\fcf7"; }

.isax-document-sketch3:before {
  content: "\fcf8"; }

.isax-document-text3:before {
  content: "\fcf9"; }

.isax-document-text-13:before {
  content: "\fcfa"; }

.isax-document-upload3:before {
  content: "\fcfb"; }

.isax-dollar-circle2:before {
  content: "\fcfc"; }

.isax-dollar-square3:before {
  content: "\fcfd"; }

.isax-driver3:before {
  content: "\fcfe"; }

.isax-driver-23:before {
  content: "\fcff"; }

.isax-driver-refresh3:before {
  content: "\fd00"; }

.isax-driving3:before {
  content: "\fd01"; }

.isax-drop2:before {
  content: "\fd02"; }

.isax-edit3:before {
  content: "\fd03"; }

.isax-edit-23:before {
  content: "\fd04"; }

.isax-electricity3:before {
  content: "\fd05"; }

.isax-element-11:before {
  content: "\fd06"; }

.isax-element-23:before {
  content: "\fd07"; }

.isax-element-33:before {
  content: "\fd08"; }

.isax-element-43:before {
  content: "\fd09"; }

.isax-element-equal3:before {
  content: "\fd0a"; }

.isax-element-plus3:before {
  content: "\fd0b"; }

.isax-emoji-happy3:before {
  content: "\fd0c"; }

.isax-emoji-normal3:before {
  content: "\fd0d"; }

.isax-emoji-sad3:before {
  content: "\fd0e"; }

.isax-empty-wallet3:before {
  content: "\fd0f"; }

.isax-empty-wallet-add3:before {
  content: "\fd10"; }

.isax-empty-wallet-remove3:before {
  content: "\fd11"; }

.isax-empty-wallet-tick3:before {
  content: "\fd12"; }

.isax-eraser3:before {
  content: "\fd13"; }

.isax-eraser-13:before {
  content: "\fd14"; }

.isax-export3:before {
  content: "\fd15"; }

.isax-export-13:before {
  content: "\fd16"; }

.isax-export-23:before {
  content: "\fd17"; }

.isax-export-33:before {
  content: "\fd18"; }

.isax-external-drive3:before {
  content: "\fd19"; }

.isax-eye2:before {
  content: "\fd1a"; }

.isax-eye-slash3:before {
  content: "\fd1b"; }

.isax-fatrows3:before {
  content: "\fd1c"; }

.isax-favorite-chart3:before {
  content: "\fd1d"; }

.isax-filter3:before {
  content: "\fd1e"; }

.isax-filter-add3:before {
  content: "\fd1f"; }

.isax-filter-edit3:before {
  content: "\fd20"; }

.isax-filter-remove3:before {
  content: "\fd21"; }

.isax-filter-search3:before {
  content: "\fd22"; }

.isax-filter-square3:before {
  content: "\fd23"; }

.isax-filter-tick3:before {
  content: "\fd24"; }

.isax-finger-cricle3:before {
  content: "\fd25"; }

.isax-finger-scan3:before {
  content: "\fd26"; }

.isax-firstline3:before {
  content: "\fd27"; }

.isax-flag3:before {
  content: "\fd28"; }

.isax-flag-23:before {
  content: "\fd29"; }

.isax-flash3:before {
  content: "\fd2a"; }

.isax-flash-13:before {
  content: "\fd2b"; }

.isax-flash-circle3:before {
  content: "\fd2c"; }

.isax-flash-circle-13:before {
  content: "\fd2d"; }

.isax-flash-slash3:before {
  content: "\fd2e"; }

.isax-folder3:before {
  content: "\fd2f"; }

.isax-folder-23:before {
  content: "\fd30"; }

.isax-folder-add3:before {
  content: "\fd31"; }

.isax-folder-cloud3:before {
  content: "\fd32"; }

.isax-folder-connection3:before {
  content: "\fd33"; }

.isax-folder-cross3:before {
  content: "\fd34"; }

.isax-folder-favorite3:before {
  content: "\fd35"; }

.isax-folder-minus3:before {
  content: "\fd36"; }

.isax-folder-open3:before {
  content: "\fd37"; }

.isax-forbidden3:before {
  content: "\fd38"; }

.isax-forbidden-23:before {
  content: "\fd39"; }

.isax-format-circle3:before {
  content: "\fd3a"; }

.isax-format-square3:before {
  content: "\fd3b"; }

.isax-forward3:before {
  content: "\fd3c"; }

.isax-forward-5-seconds3:before {
  content: "\fd3d"; }

.isax-forward-10-seconds3:before {
  content: "\fd3e"; }

.isax-forward-15-seconds3:before {
  content: "\fd3f"; }

.isax-forward-item3:before {
  content: "\fd40"; }

.isax-forward-square3:before {
  content: "\fd41"; }

.isax-frame3:before {
  content: "\fd42"; }

.isax-frame-13:before {
  content: "\fd43"; }

.isax-frame-23:before {
  content: "\fd44"; }

.isax-frame-33:before {
  content: "\fd45"; }

.isax-frame-43:before {
  content: "\fd46"; }

.isax-frame-51:before {
  content: "\fd47"; }

.isax-gallery3:before {
  content: "\fd48"; }

.isax-gallery-add3:before {
  content: "\fd49"; }

.isax-gallery-edit3:before {
  content: "\fd4a"; }

.isax-gallery-export2:before {
  content: "\fd4b"; }

.isax-gallery-favorite3:before {
  content: "\fd4c"; }

.isax-gallery-import3:before {
  content: "\fd4d"; }

.isax-gallery-remove3:before {
  content: "\fd4e"; }

.isax-gallery-slash3:before {
  content: "\fd4f"; }

.isax-gallery-tick3:before {
  content: "\fd50"; }

.isax-game3:before {
  content: "\fd51"; }

.isax-gameboy3:before {
  content: "\fd52"; }

.isax-gemini3:before {
  content: "\fd53"; }

.isax-gemini-23:before {
  content: "\fd54"; }

.isax-ghost3:before {
  content: "\fd55"; }

.isax-gift3:before {
  content: "\fd56"; }

.isax-glass3:before {
  content: "\fd57"; }

.isax-glass-13:before {
  content: "\fd58"; }

.isax-global3:before {
  content: "\fd59"; }

.isax-global-edit3:before {
  content: "\fd5a"; }

.isax-global-refresh3:before {
  content: "\fd5b"; }

.isax-global-search3:before {
  content: "\fd5c"; }

.isax-gps3:before {
  content: "\fd5d"; }

.isax-gps-slash3:before {
  content: "\fd5e"; }

.isax-grammerly3:before {
  content: "\fd5f"; }

.isax-graph3:before {
  content: "\fd60"; }

.isax-grid-13:before {
  content: "\fd61"; }

.isax-grid-23:before {
  content: "\fd62"; }

.isax-grid-33:before {
  content: "\fd63"; }

.isax-grid-43:before {
  content: "\fd64"; }

.isax-grid-53:before {
  content: "\fd65"; }

.isax-grid-63:before {
  content: "\fd66"; }

.isax-grid-73:before {
  content: "\fd67"; }

.isax-grid-83:before {
  content: "\fd68"; }

.isax-grid-93:before {
  content: "\fd69"; }

.isax-grid-edit3:before {
  content: "\fd6a"; }

.isax-grid-eraser3:before {
  content: "\fd6b"; }

.isax-grid-lock3:before {
  content: "\fd6c"; }

.isax-happyemoji3:before {
  content: "\fd6d"; }

.isax-hashtag3:before {
  content: "\fd6e"; }

.isax-hashtag-13:before {
  content: "\fd6f"; }

.isax-hashtag-down3:before {
  content: "\fd70"; }

.isax-hashtag-up3:before {
  content: "\fd71"; }

.isax-headphone3:before {
  content: "\fd72"; }

.isax-headphones3:before {
  content: "\fd73"; }

.isax-health3:before {
  content: "\fd74"; }

.isax-heart3:before {
  content: "\fd75"; }

.isax-heart-add3:before {
  content: "\fd76"; }

.isax-heart-circle3:before {
  content: "\fd77"; }

.isax-heart-edit3:before {
  content: "\fd78"; }

.isax-heart-remove3:before {
  content: "\fd79"; }

.isax-heart-search3:before {
  content: "\fd7a"; }

.isax-heart-slash3:before {
  content: "\fd7b"; }

.isax-heart-tick3:before {
  content: "\fd7c"; }

.isax-hierarchy3:before {
  content: "\fd7d"; }

.isax-hierarchy-23:before {
  content: "\fd7e"; }

.isax-hierarchy-33:before {
  content: "\fd7f"; }

.isax-hierarchy-square3:before {
  content: "\fd80"; }

.isax-hierarchy-square-23:before {
  content: "\fd81"; }

.isax-hierarchy-square-33:before {
  content: "\fd82"; }

.isax-home3:before {
  content: "\fd83"; }

.isax-home-13:before {
  content: "\fd84"; }

.isax-home-23:before {
  content: "\fd85"; }

.isax-home-hashtag3:before {
  content: "\fd86"; }

.isax-home-trend-down3:before {
  content: "\fd87"; }

.isax-home-trend-up3:before {
  content: "\fd88"; }

.isax-home-wifi3:before {
  content: "\fd89"; }

.isax-hospital3:before {
  content: "\fd8a"; }

.isax-house3:before {
  content: "\fd8b"; }

.isax-house-23:before {
  content: "\fd8c"; }

.isax-icon2:before {
  content: "\fd8d"; }

.isax-icon-11:before {
  content: "\fd8e"; }

.isax-icon-2:before {
  content: "\fd8f"; }

.isax-icon-3:before {
  content: "\fd90"; }

.isax-image3:before {
  content: "\fd91"; }

.isax-import3:before {
  content: "\fd92"; }

.isax-import-13:before {
  content: "\fd93"; }

.isax-import-23:before {
  content: "\fd94"; }

.isax-info-circle3:before {
  content: "\fd95"; }

.isax-information3:before {
  content: "\fd96"; }

.isax-instagram3:before {
  content: "\fd97"; }

.isax-judge3:before {
  content: "\fd98"; }

.isax-kanban2:before {
  content: "\fd99"; }

.isax-key3:before {
  content: "\fd9a"; }

.isax-keyboard3:before {
  content: "\fd9b"; }

.isax-keyboard-open3:before {
  content: "\fd9c"; }

.isax-key-square3:before {
  content: "\fd9d"; }

.isax-lamp3:before {
  content: "\fd9e"; }

.isax-lamp-13:before {
  content: "\fd9f"; }

.isax-lamp-charge3:before {
  content: "\fda0"; }

.isax-lamp-on3:before {
  content: "\fda1"; }

.isax-lamp-slash3:before {
  content: "\fda2"; }

.isax-language-circle3:before {
  content: "\fda3"; }

.isax-language-square3:before {
  content: "\fda4"; }

.isax-layer3:before {
  content: "\fda5"; }

.isax-level3:before {
  content: "\fda6"; }

.isax-lifebuoy3:before {
  content: "\fda7"; }

.isax-like3:before {
  content: "\fda8"; }

.isax-like-13:before {
  content: "\fda9"; }

.isax-like-dislike3:before {
  content: "\fdaa"; }

.isax-like-shapes3:before {
  content: "\fdab"; }

.isax-like-tag3:before {
  content: "\fdac"; }

.isax-link3:before {
  content: "\fdad"; }

.isax-link-13:before {
  content: "\fdae"; }

.isax-link-24:before {
  content: "\fdaf"; }

.isax-link-213:before {
  content: "\fdb0"; }

.isax-link-circle3:before {
  content: "\fdb1"; }

.isax-link-square3:before {
  content: "\fdb2"; }

.isax-location3:before {
  content: "\fdb3"; }

.isax-location-add3:before {
  content: "\fdb4"; }

.isax-location-cross3:before {
  content: "\fdb5"; }

.isax-location-minus3:before {
  content: "\fdb6"; }

.isax-location-slash3:before {
  content: "\fdb7"; }

.isax-location-tick3:before {
  content: "\fdb8"; }

.isax-lock3:before {
  content: "\fdb9"; }

.isax-lock-13:before {
  content: "\fdba"; }

.isax-lock-circle3:before {
  content: "\fdbb"; }

.isax-lock-slash3:before {
  content: "\fdbc"; }

.isax-login3:before {
  content: "\fdbd"; }

.isax-login-13:before {
  content: "\fdbe"; }

.isax-logout3:before {
  content: "\fdbf"; }

.isax-logout-13:before {
  content: "\fdc0"; }

.isax-lovely3:before {
  content: "\fdc1"; }

.isax-magicpen3:before {
  content: "\fdc2"; }

.isax-magic-star3:before {
  content: "\fdc3"; }

.isax-main-component3:before {
  content: "\fdc4"; }

.isax-man3:before {
  content: "\fdc5"; }

.isax-map3:before {
  content: "\fdc6"; }

.isax-map-13:before {
  content: "\fdc7"; }

.isax-mask3:before {
  content: "\fdc8"; }

.isax-mask-13:before {
  content: "\fdc9"; }

.isax-mask-23:before {
  content: "\fdca"; }

.isax-math3:before {
  content: "\fdcb"; }

.isax-maximize3:before {
  content: "\fdcc"; }

.isax-maximize-13:before {
  content: "\fdcd"; }

.isax-maximize-24:before {
  content: "\fdce"; }

.isax-maximize-33:before {
  content: "\fdcf"; }

.isax-maximize-43:before {
  content: "\fdd0"; }

.isax-maximize-213:before {
  content: "\fdd1"; }

.isax-maximize-circle2 .path1:before {
  content: "\fdd2";
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-circle2 .path2:before {
  content: "\fdd3";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-circle2 .path3:before {
  content: "\fdd4";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-circle2 .path4:before {
  content: "\fdd5";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.4; }

.isax-maximize-circle2 .path5:before {
  content: "\fdd6";
  margin-left: -1em;
  color: #292d32; }

.isax-maximize-circle2 .path6:before {
  content: "\fdd7";
  margin-left: -1em;
  color: #292d32; }

.isax-medal3:before {
  content: "\fdd8"; }

.isax-medal-star3:before {
  content: "\fdd9"; }

.isax-menu3:before {
  content: "\fdda"; }

.isax-menu-13:before {
  content: "\fddb"; }

.isax-menu-board3:before {
  content: "\fddc"; }

.isax-message3:before {
  content: "\fddd"; }

.isax-message-23:before {
  content: "\fdde"; }

.isax-message-add3:before {
  content: "\fddf"; }

.isax-message-add-13:before {
  content: "\fde0"; }

.isax-message-circle3:before {
  content: "\fde1"; }

.isax-message-edit3:before {
  content: "\fde2"; }

.isax-message-favorite3:before {
  content: "\fde3"; }

.isax-message-minus3:before {
  content: "\fde4"; }

.isax-message-notif3:before {
  content: "\fde5"; }

.isax-message-programming3:before {
  content: "\fde6"; }

.isax-message-question3:before {
  content: "\fde7"; }

.isax-message-remove3:before {
  content: "\fde8"; }

.isax-messages3:before {
  content: "\fde9"; }

.isax-messages-13:before {
  content: "\fdea"; }

.isax-messages-23:before {
  content: "\fdeb"; }

.isax-messages-33:before {
  content: "\fdec"; }

.isax-message-search3:before {
  content: "\fded"; }

.isax-message-square3:before {
  content: "\fdee"; }

.isax-message-text3:before {
  content: "\fdef"; }

.isax-message-text-13:before {
  content: "\fdf0"; }

.isax-message-tick3:before {
  content: "\fdf1"; }

.isax-message-time3:before {
  content: "\fdf2"; }

.isax-microphone3:before {
  content: "\fdf3"; }

.isax-microphone-23:before {
  content: "\fdf4"; }

.isax-microphone-slash3:before {
  content: "\fdf5"; }

.isax-microphone-slash-13:before {
  content: "\fdf6"; }

.isax-microscope3:before {
  content: "\fdf7"; }

.isax-milk3:before {
  content: "\fdf8"; }

.isax-mini-music-sqaure3:before {
  content: "\fdf9"; }

.isax-minus3:before {
  content: "\fdfa"; }

.isax-minus-cirlce3:before {
  content: "\fdfb"; }

.isax-minus-square3:before {
  content: "\fdfc"; }

.isax-mirror3:before {
  content: "\fdfd"; }

.isax-mirroring-screen3:before {
  content: "\fdfe"; }

.isax-mobile3:before {
  content: "\fdff"; }

.isax-mobile-programming3:before {
  content: "\fe00"; }

.isax-money3:before {
  content: "\fe01"; }

.isax-money-23:before {
  content: "\fe02"; }

.isax-money-33:before {
  content: "\fe03"; }

.isax-money-43:before {
  content: "\fe04"; }

.isax-money-add3:before {
  content: "\fe05"; }

.isax-money-change3:before {
  content: "\fe06"; }

.isax-money-forbidden3:before {
  content: "\fe07"; }

.isax-money-recive3:before {
  content: "\fe08"; }

.isax-money-remove3:before {
  content: "\fe09"; }

.isax-moneys3:before {
  content: "\fe0a"; }

.isax-money-send3:before {
  content: "\fe0b"; }

.isax-money-tick3:before {
  content: "\fe0c"; }

.isax-money-time3:before {
  content: "\fe0d"; }

.isax-monitor3:before {
  content: "\fe0e"; }

.isax-monitor-mobbile3:before {
  content: "\fe0f"; }

.isax-monitor-recorder3:before {
  content: "\fe10"; }

.isax-moon3:before {
  content: "\fe11"; }

.isax-more3:before {
  content: "\fe12"; }

.isax-more-23:before {
  content: "\fe13"; }

.isax-more-circle3:before {
  content: "\fe14"; }

.isax-more-square3:before {
  content: "\fe15"; }

.isax-mouse3:before {
  content: "\fe16"; }

.isax-mouse-13:before {
  content: "\fe17"; }

.isax-mouse-circle3:before {
  content: "\fe18"; }

.isax-mouse-square3:before {
  content: "\fe19"; }

.isax-music3:before {
  content: "\fe1a"; }

.isax-music-circle3:before {
  content: "\fe1b"; }

.isax-music-dashboard3:before {
  content: "\fe1c"; }

.isax-music-filter3:before {
  content: "\fe1d"; }

.isax-music-library-23:before {
  content: "\fe1e"; }

.isax-musicnote3:before {
  content: "\fe1f"; }

.isax-music-play3:before {
  content: "\fe20"; }

.isax-music-playlist3:before {
  content: "\fe21"; }

.isax-music-square3:before {
  content: "\fe22"; }

.isax-music-square-add3:before {
  content: "\fe23"; }

.isax-music-square-remove3:before {
  content: "\fe24"; }

.isax-music-square-search3:before {
  content: "\fe25"; }

.isax-next3:before {
  content: "\fe26"; }

.isax-note3:before {
  content: "\fe27"; }

.isax-note-13:before {
  content: "\fe28"; }

.isax-note-24:before {
  content: "\fe29"; }

.isax-note-213:before {
  content: "\fe2a"; }

.isax-note-add3:before {
  content: "\fe2b"; }

.isax-note-favorite3:before {
  content: "\fe2c"; }

.isax-note-remove3:before {
  content: "\fe2d"; }

.isax-note-square3:before {
  content: "\fe2e"; }

.isax-note-text3:before {
  content: "\fe2f"; }

.isax-notification3:before {
  content: "\fe30"; }

.isax-notification-13:before {
  content: "\fe31"; }

.isax-notification-bing3:before {
  content: "\fe32"; }

.isax-notification-circle3:before {
  content: "\fe33"; }

.isax-notification-favorite3:before {
  content: "\fe34"; }

.isax-notification-status3:before {
  content: "\fe35"; }

.isax-omega-circle3:before {
  content: "\fe36"; }

.isax-omega-square3:before {
  content: "\fe37"; }

.isax-paintbucket3:before {
  content: "\fe38"; }

.isax-paperclip3:before {
  content: "\fe39"; }

.isax-paperclip-23:before {
  content: "\fe3a"; }

.isax-password-check3:before {
  content: "\fe3b"; }

.isax-path3:before {
  content: "\fe3c"; }

.isax-path-23:before {
  content: "\fe3d"; }

.isax-path-square3:before {
  content: "\fe3e"; }

.isax-pause3:before {
  content: "\fe3f"; }

.isax-pause-circle3:before {
  content: "\fe40"; }

.isax-pen-add3:before {
  content: "\fe41"; }

.isax-pen-close3:before {
  content: "\fe42"; }

.isax-pen-remove3:before {
  content: "\fe43"; }

.isax-pen-tool3:before {
  content: "\fe44"; }

.isax-pen-tool-23:before {
  content: "\fe45"; }

.isax-people3:before {
  content: "\fe46"; }

.isax-percentage-circle3:before {
  content: "\fe47"; }

.isax-percentage-square3:before {
  content: "\fe48"; }

.isax-personalcard3:before {
  content: "\fe49"; }

.isax-pet3:before {
  content: "\fe4a"; }

.isax-pharagraphspacing3:before {
  content: "\fe4b"; }

.isax-picture-frame3:before {
  content: "\fe4c"; }

.isax-play3:before {
  content: "\fe4d"; }

.isax-play-add3:before {
  content: "\fe4e"; }

.isax-play-circle3:before {
  content: "\fe4f"; }

.isax-play-cricle3:before {
  content: "\fe50"; }

.isax-play-remove3:before {
  content: "\fe51"; }

.isax-presention-chart3:before {
  content: "\fe52"; }

.isax-previous3:before {
  content: "\fe53"; }

.isax-printer3:before {
  content: "\fe54"; }

.isax-printer-slash3:before {
  content: "\fe55"; }

.isax-profile1:before {
  content: "\fe56"; }

.isax-profile-2user3:before {
  content: "\fe57"; }

.isax-profile-add3:before {
  content: "\fe58"; }

.isax-profile-circle3:before {
  content: "\fe59"; }

.isax-profile-delete3:before {
  content: "\fe5a"; }

.isax-profile-remove3:before {
  content: "\fe5b"; }

.isax-profile-tick3:before {
  content: "\fe5c"; }

.isax-programming-arrow3:before {
  content: "\fe5d"; }

.isax-programming-arrows3:before {
  content: "\fe5e"; }

.isax-quote-down3:before {
  content: "\fe5f"; }

.isax-quote-down-circle3:before {
  content: "\fe60"; }

.isax-quote-down-square3:before {
  content: "\fe61"; }

.isax-quote-up3:before {
  content: "\fe62"; }

.isax-quote-up-circle3:before {
  content: "\fe63"; }

.isax-quote-up-square3:before {
  content: "\fe64"; }

.isax-radar3:before {
  content: "\fe65"; }

.isax-radar-13:before {
  content: "\fe66"; }

.isax-radar-23:before {
  content: "\fe67"; }

.isax-radio3:before {
  content: "\fe68"; }

.isax-ram3:before {
  content: "\fe69"; }

.isax-ram-23:before {
  content: "\fe6a"; }

.isax-ranking3:before {
  content: "\fe6b"; }

.isax-ranking-13:before {
  content: "\fe6c"; }

.isax-receipt3:before {
  content: "\fe6d"; }

.isax-receipt-13:before {
  content: "\fe6e"; }

.isax-receipt-23:before {
  content: "\fe6f"; }

.isax-receipt-2-13:before {
  content: "\fe70"; }

.isax-receipt-add3:before {
  content: "\fe71"; }

.isax-receipt-discount3:before {
  content: "\fe72"; }

.isax-receipt-disscount3:before {
  content: "\fe73"; }

.isax-receipt-edit3:before {
  content: "\fe74"; }

.isax-receipt-item3:before {
  content: "\fe75"; }

.isax-receipt-minus3:before {
  content: "\fe76"; }

.isax-receipt-search3:before {
  content: "\fe77"; }

.isax-receipt-square3:before {
  content: "\fe78"; }

.isax-receipt-text3:before {
  content: "\fe79"; }

.isax-received3:before {
  content: "\fe7a"; }

.isax-receive-square3:before {
  content: "\fe7b"; }

.isax-receive-square-23:before {
  content: "\fe7c"; }

.isax-record3:before {
  content: "\fe7d"; }

.isax-record-circle3:before {
  content: "\fe7e"; }

.isax-recovery-convert3:before {
  content: "\fe7f"; }

.isax-redo3:before {
  content: "\fe80"; }

.isax-refresh3:before {
  content: "\fe81"; }

.isax-refresh-23:before {
  content: "\fe82"; }

.isax-refresh-circle3:before {
  content: "\fe83"; }

.isax-refresh-left-square3:before {
  content: "\fe84"; }

.isax-refresh-right-square3:before {
  content: "\fe85"; }

.isax-refresh-square-23:before {
  content: "\fe86"; }

.isax-repeat3:before {
  content: "\fe87"; }

.isax-repeat-circle3:before {
  content: "\fe88"; }

.isax-repeate-music3:before {
  content: "\fe89"; }

.isax-repeate-one3:before {
  content: "\fe8a"; }

.isax-reserve3:before {
  content: "\fe8b"; }

.isax-rotate-left3:before {
  content: "\fe8c"; }

.isax-rotate-left-13:before {
  content: "\fe8d"; }

.isax-rotate-right3:before {
  content: "\fe8e"; }

.isax-rotate-right-13:before {
  content: "\fe8f"; }

.isax-route-square3:before {
  content: "\fe90"; }

.isax-routing3:before {
  content: "\fe91"; }

.isax-routing-23:before {
  content: "\fe92"; }

.isax-row-horizontal3:before {
  content: "\fe93"; }

.isax-row-vertical3:before {
  content: "\fe94"; }

.isax-rulerpen3:before {
  content: "\fe95"; }

.isax-ruler3:before {
  content: "\fe96"; }

.isax-safe-home3:before {
  content: "\fe97"; }

.isax-sagittarius3:before {
  content: "\fe98"; }

.isax-save-23:before {
  content: "\fe99"; }

.isax-save-add3:before {
  content: "\fe9a"; }

.isax-save-minus3:before {
  content: "\fe9b"; }

.isax-save-remove3:before {
  content: "\fe9c"; }

.isax-scan3:before {
  content: "\fe9d"; }

.isax-scan-barcode3:before {
  content: "\fe9e"; }

.isax-scanner3:before {
  content: "\fe9f"; }

.isax-scanning3:before {
  content: "\fea0"; }

.isax-scissor3:before {
  content: "\fea1"; }

.isax-scissor-13:before {
  content: "\fea2"; }

.isax-screenmirroring3:before {
  content: "\fea3"; }

.isax-scroll3:before {
  content: "\fea4"; }

.isax-search-favorite3:before {
  content: "\fea5"; }

.isax-search-favorite-13:before {
  content: "\fea6"; }

.isax-search-normal3:before {
  content: "\fea7"; }

.isax-search-normal-13:before {
  content: "\fea8"; }

.isax-search-status3:before {
  content: "\fea9"; }

.isax-search-status-13:before {
  content: "\feaa"; }

.isax-search-zoom-in3:before {
  content: "\feab"; }

.isax-search-zoom-in-13:before {
  content: "\feac"; }

.isax-search-zoom-out3:before {
  content: "\fead"; }

.isax-search-zoom-out-13:before {
  content: "\feae"; }

.isax-security3:before {
  content: "\feaf"; }

.isax-security-card3:before {
  content: "\feb0"; }

.isax-security-safe3:before {
  content: "\feb1"; }

.isax-security-time3:before {
  content: "\feb2"; }

.isax-security-user3:before {
  content: "\feb3"; }

.isax-send3:before {
  content: "\feb4"; }

.isax-send-13:before {
  content: "\feb5"; }

.isax-send-23:before {
  content: "\feb6"; }

.isax-send-sqaure-23:before {
  content: "\feb7"; }

.isax-send-square3:before {
  content: "\feb8"; }

.isax-setting3:before {
  content: "\feb9"; }

.isax-setting-23:before {
  content: "\feba"; }

.isax-setting-33:before {
  content: "\febb"; }

.isax-setting-43:before {
  content: "\febc"; }

.isax-setting-53:before {
  content: "\febd"; }

.isax-settings3:before {
  content: "\febe"; }

.isax-shapes3:before {
  content: "\febf"; }

.isax-shapes-13:before {
  content: "\fec0"; }

.isax-share3:before {
  content: "\fec1"; }

.isax-shield2:before {
  content: "\fec2"; }

.isax-shield-cross3:before {
  content: "\fec3"; }

.isax-shield-search3:before {
  content: "\fec4"; }

.isax-shield-security1:before {
  content: "\fec5"; }

.isax-shield-slash3:before {
  content: "\fec6"; }

.isax-shield-tick3:before {
  content: "\fec7"; }

.isax-ship3:before {
  content: "\fec8"; }

.isax-shop3:before {
  content: "\fec9"; }

.isax-shop-add3:before {
  content: "\feca"; }

.isax-shopping-bag3:before {
  content: "\fecb"; }

.isax-shopping-cart3:before {
  content: "\fecc"; }

.isax-shop-remove3:before {
  content: "\fecd"; }

.isax-shuffle3:before {
  content: "\fece"; }

.isax-sidebar-bottom3:before {
  content: "\fecf"; }

.isax-sidebar-left3:before {
  content: "\fed0"; }

.isax-sidebar-right3:before {
  content: "\fed1"; }

.isax-sidebar-top3:before {
  content: "\fed2"; }

.isax-signpost3:before {
  content: "\fed3"; }

.isax-simcard3:before {
  content: "\fed4"; }

.isax-simcard-13:before {
  content: "\fed5"; }

.isax-simcard-23:before {
  content: "\fed6"; }

.isax-size3:before {
  content: "\fed7"; }

.isax-slash3:before {
  content: "\fed8"; }

.isax-slider3:before {
  content: "\fed9"; }

.isax-slider-horizontal3:before {
  content: "\feda"; }

.isax-slider-horizontal-13:before {
  content: "\fedb"; }

.isax-slider-vertical3:before {
  content: "\fedc"; }

.isax-slider-vertical-13:before {
  content: "\fedd"; }

.isax-smallcaps3:before {
  content: "\fede"; }

.isax-smart-car3:before {
  content: "\fedf"; }

.isax-smart-home3:before {
  content: "\fee0"; }

.isax-smileys3:before {
  content: "\fee1"; }

.isax-sms3:before {
  content: "\fee2"; }

.isax-sms-edit3:before {
  content: "\fee3"; }

.isax-sms-notification3:before {
  content: "\fee4"; }

.isax-sms-search3:before {
  content: "\fee5"; }

.isax-sms-star3:before {
  content: "\fee6"; }

.isax-sms-tracking3:before {
  content: "\fee7"; }

.isax-sort3:before {
  content: "\fee8"; }

.isax-sound3:before {
  content: "\fee9"; }

.isax-speaker3:before {
  content: "\feea"; }

.isax-speedometer3:before {
  content: "\feeb"; }

.isax-star3:before {
  content: "\feec"; }

.isax-star-13:before {
  content: "\feed"; }

.isax-star-slash3:before {
  content: "\feee"; }

.isax-status3:before {
  content: "\feef"; }

.isax-status-up3:before {
  content: "\fef0"; }

.isax-sticker3:before {
  content: "\fef1"; }

.isax-stickynote3:before {
  content: "\fef2"; }

.isax-stop3:before {
  content: "\fef3"; }

.isax-stop-circle3:before {
  content: "\fef4"; }

.isax-story3:before {
  content: "\fef5"; }

.isax-strongbox3:before {
  content: "\fef6"; }

.isax-strongbox-23:before {
  content: "\fef7"; }

.isax-subtitle3:before {
  content: "\fef8"; }

.isax-sun3:before {
  content: "\fef9"; }

.isax-sun-13:before {
  content: "\fefa"; }

.isax-sun-fog3:before {
  content: "\fefb"; }

.isax-tag3:before {
  content: "\fefc"; }

.isax-tag-23:before {
  content: "\fefd"; }

.isax-tag-cross3:before {
  content: "\fefe"; }

.isax-tag-right3:before {
  content: "\feff"; }

.isax-tag-user3:before {
  content: "\ff00"; }

.isax-task3:before {
  content: "\ff01"; }

.isax-task-square3:before {
  content: "\ff02"; }

.isax-teacher3:before {
  content: "\ff03"; }

.isax-text3:before {
  content: "\ff04"; }

.isax-textalign-center3:before {
  content: "\ff05"; }

.isax-textalign-justifycenter3:before {
  content: "\ff06"; }

.isax-textalign-justifyleft3:before {
  content: "\ff07"; }

.isax-textalign-justifyright3:before {
  content: "\ff08"; }

.isax-textalign-left3:before {
  content: "\ff09"; }

.isax-textalign-right3:before {
  content: "\ff0a"; }

.isax-text-block3:before {
  content: "\ff0b"; }

.isax-text-bold3:before {
  content: "\ff0c"; }

.isax-text-italic3:before {
  content: "\ff0d"; }

.isax-text-underline3:before {
  content: "\ff0e"; }

.isax-tick-circle3:before {
  content: "\ff0f"; }

.isax-ticket3:before {
  content: "\ff10"; }

.isax-ticket-23:before {
  content: "\ff11"; }

.isax-ticket-discount3:before {
  content: "\ff12"; }

.isax-ticket-expired3:before {
  content: "\ff13"; }

.isax-ticket-star3:before {
  content: "\ff14"; }

.isax-tick-square3:before {
  content: "\ff15"; }

.isax-timer3:before {
  content: "\ff16"; }

.isax-timer-13:before {
  content: "\ff17"; }

.isax-timer-pause3:before {
  content: "\ff18"; }

.isax-timer-start3:before {
  content: "\ff19"; }

.isax-toggle-off3:before {
  content: "\ff1a"; }

.isax-toggle-off-circle3:before {
  content: "\ff1b"; }

.isax-toggle-on3:before {
  content: "\ff1c"; }

.isax-toggle-on-circle3:before {
  content: "\ff1d"; }

.isax-trade3:before {
  content: "\ff1e"; }

.isax-transaction-minus3:before {
  content: "\ff1f"; }

.isax-translate3:before {
  content: "\ff20"; }

.isax-trash3:before {
  content: "\ff21"; }

.isax-tree3:before {
  content: "\ff22"; }

.isax-trend-down3:before {
  content: "\ff23"; }

.isax-trend-up3:before {
  content: "\ff24"; }

.isax-triangle3:before {
  content: "\ff25"; }

.isax-truck2:before {
  content: "\ff26"; }

.isax-truck-fast2:before {
  content: "\ff27"; }

.isax-truck-tick3:before {
  content: "\ff28"; }

.isax-trush-square3:before {
  content: "\ff29"; }

.isax-undo3:before {
  content: "\ff2a"; }

.isax-unlimited3:before {
  content: "\ff2b"; }

.isax-unlock3:before {
  content: "\ff2c"; }

.isax-user3:before {
  content: "\ff2d"; }

.isax-user-add3:before {
  content: "\ff2e"; }

.isax-user-cirlce-add3:before {
  content: "\ff2f"; }

.isax-user-edit3:before {
  content: "\ff30"; }

.isax-user-minus3:before {
  content: "\ff31"; }

.isax-user-octagon3:before {
  content: "\ff32"; }

.isax-user-remove3:before {
  content: "\ff33"; }

.isax-user-search3:before {
  content: "\ff34"; }

.isax-user-square3:before {
  content: "\ff35"; }

.isax-user-tag3:before {
  content: "\ff36"; }

.isax-user-tick3:before {
  content: "\ff37"; }

.isax-verify3:before {
  content: "\ff38"; }

.isax-video3:before {
  content: "\ff39"; }

.isax-video-add3:before {
  content: "\ff3a"; }

.isax-video-circle3:before {
  content: "\ff3b"; }

.isax-video-horizontal3:before {
  content: "\ff3c"; }

.isax-video-octagon3:before {
  content: "\ff3d"; }

.isax-video-play3:before {
  content: "\ff3e"; }

.isax-video-remove3:before {
  content: "\ff3f"; }

.isax-video-slash3:before {
  content: "\ff40"; }

.isax-video-square3:before {
  content: "\ff41"; }

.isax-video-tick3:before {
  content: "\ff42"; }

.isax-video-time3:before {
  content: "\ff43"; }

.isax-video-vertical3:before {
  content: "\ff44"; }

.isax-voice-cricle3:before {
  content: "\ff45"; }

.isax-voice-square3:before {
  content: "\ff46"; }

.isax-volume:before {
  content: "\ff47"; }

.isax-volume-cross3:before {
  content: "\ff48"; }

.isax-volume-high3:before {
  content: "\ff49"; }

.isax-volume-low3:before {
  content: "\ff4a"; }

.isax-volume-low-13:before {
  content: "\ff4b"; }

.isax-volume-mute3:before {
  content: "\ff4c"; }

.isax-volume-slash3:before {
  content: "\ff4d"; }

.isax-volume-up3:before {
  content: "\ff4e"; }

.isax-wallet3:before {
  content: "\ff4f"; }

.isax-wallet-13:before {
  content: "\ff50"; }

.isax-wallet-23:before {
  content: "\ff51"; }

.isax-wallet-33:before {
  content: "\ff52"; }

.isax-wallet-add3:before {
  content: "\ff53"; }

.isax-wallet-add-13:before {
  content: "\ff54"; }

.isax-wallet-add-2:before {
  content: "\ff55"; }

.isax-wallet-check3:before {
  content: "\ff56"; }

.isax-wallet-minus3:before {
  content: "\ff57"; }

.isax-wallet-money3:before {
  content: "\ff58"; }

.isax-wallet-remove3:before {
  content: "\ff59"; }

.isax-wallet-search3:before {
  content: "\ff5a"; }

.isax-warning-23:before {
  content: "\ff5b"; }

.isax-watch3:before {
  content: "\ff5c"; }

.isax-watch-status3:before {
  content: "\ff5d"; }

.isax-weight3:before {
  content: "\ff5e"; }

.isax-weight-13:before {
  content: "\ff5f"; }

.isax-wifi3:before {
  content: "\ff60"; }

.isax-wifi-square3:before {
  content: "\ff61"; }

.isax-wind3:before {
  content: "\ff62"; }

.isax-wind-23:before {
  content: "\ff63"; }

.isax-woman3:before {
  content: "\ff64"; }

.isax-d-cube-scan4:before {
  content: "\ff65"; }

.isax-d-rotate4:before {
  content: "\ff66"; }

.isax-d-square4:before {
  content: "\ff67"; }

.isax-square4:before {
  content: "\ff68"; }

.isax-support4:before {
  content: "\ff69"; }

.isax-activity4:before {
  content: "\ff6a"; }

.isax-add4:before {
  content: "\ff6b"; }

.isax-add-circle4:before {
  content: "\ff6c"; }

.isax-additem4:before {
  content: "\ff6d"; }

.isax-add-square4:before {
  content: "\ff6e"; }

.isax-airdrop4:before {
  content: "\ff6f"; }

.isax-airplane4:before {
  content: "\ff70"; }

.isax-airplane-square4:before {
  content: "\ff71"; }

.isax-airpod4:before {
  content: "\ff72"; }

.isax-airpods4:before {
  content: "\ff73"; }

.isax-alarm4:before {
  content: "\ff74"; }

.isax-align-bottom4:before {
  content: "\ff75"; }

.isax-align-horizontally4:before {
  content: "\ff76"; }

.isax-align-left4:before {
  content: "\ff77"; }

.isax-align-right4:before {
  content: "\ff78"; }

.isax-align-vertically4:before {
  content: "\ff79"; }

.isax-aquarius4:before {
  content: "\ff7a"; }

.isax-archive4:before {
  content: "\ff7b"; }

.isax-archive-14:before {
  content: "\ff7c"; }

.isax-archive-23:before {
  content: "\ff7d"; }

.isax-archive-add4:before {
  content: "\ff7e"; }

.isax-archive-book4:before {
  content: "\ff7f"; }

.isax-archive-minus4:before {
  content: "\ff80"; }

.isax-archive-slash4:before {
  content: "\ff81"; }

.isax-archive-tick4:before {
  content: "\ff82"; }

.isax-arrange-circle4:before {
  content: "\ff83"; }

.isax-arrange-circle-24:before {
  content: "\ff84"; }

.isax-arrange-square4:before {
  content: "\ff85"; }

.isax-arrange-square-24:before {
  content: "\ff86"; }

.isax-arrow4:before {
  content: "\ff87"; }

.isax-arrow-24:before {
  content: "\ff88"; }

.isax-arrow-34:before {
  content: "\ff89"; }

.isax-arrow-bottom4:before {
  content: "\ff8a"; }

.isax-arrow-circle-down4:before {
  content: "\ff8b"; }

.isax-arrow-circle-left4:before {
  content: "\ff8c"; }

.isax-arrow-circle-right4:before {
  content: "\ff8d"; }

.isax-arrow-circle-up3:before {
  content: "\ff8e"; }

.isax-arrow-down4:before {
  content: "\ff8f"; }

.isax-arrow-down-14:before {
  content: "\ff90"; }

.isax-arrow-down-24:before {
  content: "\ff91"; }

.isax-arrow-left4:before {
  content: "\ff92"; }

.isax-arrow-left-14:before {
  content: "\ff93"; }

.isax-arrow-left-24:before {
  content: "\ff94"; }

.isax-arrow-left-34:before {
  content: "\ff95"; }

.isax-arrow-right4:before {
  content: "\ff96"; }

.isax-arrow-right-14:before {
  content: "\ff97"; }

.isax-arrow-right-24:before {
  content: "\ff98"; }

.isax-arrow-right-34:before {
  content: "\ff99"; }

.isax-arrow-right-41:before {
  content: "\ff9a"; }

.isax-arrow-square4:before {
  content: "\ff9b"; }

.isax-arrow-square-down4:before {
  content: "\ff9c"; }

.isax-arrow-square-left4:before {
  content: "\ff9d"; }

.isax-arrow-square-up4:before {
  content: "\ff9e"; }

.isax-arrow-swap3:before {
  content: "\ff9f"; }

.isax-arrow-swap-horizontal4:before {
  content: "\ffa0"; }

.isax-arrow-up4:before {
  content: "\ffa1"; }

.isax-arrow-up-14:before {
  content: "\ffa2"; }

.isax-arrow-up-24:before {
  content: "\ffa3"; }

.isax-arrow-up-34:before {
  content: "\ffa4"; }

.isax-attach-circle4:before {
  content: "\ffa5"; }

.isax-attach-square4:before {
  content: "\ffa6"; }

.isax-audio-square4:before {
  content: "\ffa7"; }

.isax-autobrightness4:before {
  content: "\ffa8"; }

.isax-award4:before {
  content: "\ffa9"; }

.isax-back-square4:before {
  content: "\ffaa"; }

.isax-backward4:before {
  content: "\ffab"; }

.isax-backward-5-seconds4:before {
  content: "\ffac"; }

.isax-backward-10-seconds4:before {
  content: "\ffad"; }

.isax-backward-15-seconds4:before {
  content: "\ffae"; }

.isax-backward-item4:before {
  content: "\ffaf"; }

.isax-bag4:before {
  content: "\ffb0"; }

.isax-bag-24:before {
  content: "\ffb1"; }

.isax-bag-cross4:before {
  content: "\ffb2"; }

.isax-bag-cross-14:before {
  content: "\ffb3"; }

.isax-bag-happy4:before {
  content: "\ffb4"; }

.isax-bag-tick4:before {
  content: "\ffb5"; }

.isax-bag-tick-24:before {
  content: "\ffb6"; }

.isax-bag-timer4:before {
  content: "\ffb7"; }

.isax-bank4:before {
  content: "\ffb8"; }

.isax-barcode4:before {
  content: "\ffb9"; }

.isax-battery-3full4:before {
  content: "\ffba"; }

.isax-battery-charging4:before {
  content: "\ffbb"; }

.isax-battery-disable4:before {
  content: "\ffbc"; }

.isax-battery-empty4:before {
  content: "\ffbd"; }

.isax-battery-empty-14:before {
  content: "\ffbe"; }

.isax-battery-full4:before {
  content: "\ffbf"; }

.isax-bezier4:before {
  content: "\ffc0"; }

.isax-bill4:before {
  content: "\ffc1"; }

.isax-bitcoin-card4:before {
  content: "\ffc2"; }

.isax-bitcoin-convert4:before {
  content: "\ffc3"; }

.isax-bitcoin-refresh4:before {
  content: "\ffc4"; }

.isax-blend4:before {
  content: "\ffc5"; }

.isax-blend-24:before {
  content: "\ffc6"; }

.isax-bluetooth4:before {
  content: "\ffc7"; }

.isax-bluetooth-24:before {
  content: "\ffc8"; }

.isax-bluetooth-circle4:before {
  content: "\ffc9"; }

.isax-bluetooth-rectangle4:before {
  content: "\ffca"; }

.isax-blur4:before {
  content: "\ffcb"; }

.isax-book4:before {
  content: "\ffcc"; }

.isax-book-14:before {
  content: "\ffcd"; }

.isax-bookmark4:before {
  content: "\ffce"; }

.isax-bookmark-24:before {
  content: "\ffcf"; }

.isax-book-saved4:before {
  content: "\ffd0"; }

.isax-book-square4:before {
  content: "\ffd1"; }

.isax-box4:before {
  content: "\ffd2"; }

.isax-box-14:before {
  content: "\ffd3"; }

.isax-box-24:before {
  content: "\ffd4"; }

.isax-box-add4:before {
  content: "\ffd5"; }

.isax-box-remove4:before {
  content: "\ffd6"; }

.isax-box-search4:before {
  content: "\ffd7"; }

.isax-box-tick4:before {
  content: "\ffd8"; }

.isax-box-time4:before {
  content: "\ffd9"; }

.isax-briefcase4:before {
  content: "\ffda"; }

.isax-brifecase-cross4:before {
  content: "\ffdb"; }

.isax-brifecase-tick4:before {
  content: "\ffdc"; }

.isax-brifecase-timer4:before {
  content: "\ffdd"; }

.isax-broom4:before {
  content: "\ffde"; }

.isax-brush4:before {
  content: "\ffdf"; }

.isax-brush-14:before {
  content: "\ffe0"; }

.isax-brush-24:before {
  content: "\ffe1"; }

.isax-brush-34:before {
  content: "\ffe2"; }

.isax-brush-44:before {
  content: "\ffe3"; }

.isax-bubble4:before {
  content: "\ffe4"; }

.isax-bucket4:before {
  content: "\ffe5"; }

.isax-bucket-circle4:before {
  content: "\ffe6"; }

.isax-bucket-square4:before {
  content: "\ffe7"; }

.isax-building4:before {
  content: "\ffe8"; }

.isax-building-34:before {
  content: "\ffe9"; }

.isax-building-44:before {
  content: "\ffea"; }

.isax-buildings4:before {
  content: "\ffeb"; }

.isax-buildings-24:before {
  content: "\ffec"; }

.isax-buliding4:before {
  content: "\ffed"; }

.isax-bus4:before {
  content: "\ffee"; }

.isax-buy-crypto4:before {
  content: "\ffef"; }

.isax-cake4:before {
  content: "\fff0"; }

.isax-calculator4:before {
  content: "\fff1"; }

.isax-calendar4:before {
  content: "\fff2"; }

.isax-calendar-14:before {
  content: "\fff3"; }

.isax-calendar-24:before {
  content: "\fff4"; }

.isax-calendar-add4:before {
  content: "\fff5"; }

.isax-calendar-circle4:before {
  content: "\fff6"; }

.isax-calendar-edit4:before {
  content: "\fff7"; }

.isax-calendar-remove4:before {
  content: "\fff8"; }

.isax-calendar-search4:before {
  content: "\fff9"; }

.isax-calendar-tick4:before {
  content: "\fffa"; }

.isax-call4:before {
  content: "\fffb"; }

.isax-call-add4:before {
  content: "\fffc"; }

.isax-call-calling4:before {
  content: "\fffd"; }

.isax-call-incoming4:before {
  content: "\fffe"; }

.isax-call-minus4:before {
  content: "\0"; }

.isax-call-outgoing4:before {
  content: "\1"; }

.isax-call-received4:before {
  content: "\2"; }

.isax-call-remove4:before {
  content: "\3"; }

.isax-call-slash4:before {
  content: "\4"; }

.isax-camera4:before {
  content: "\5"; }

.isax-camera-slash4:before {
  content: "\6"; }

.isax-candle4:before {
  content: "\7"; }

.isax-candle-24:before {
  content: "\8"; }

.isax-car4:before {
  content: "\9"; }

.isax-card4:before {
  content: "\a"; }

.isax-card-add4:before {
  content: "\b"; }

.isax-card-coin4:before {
  content: "\c"; }

.isax-card-edit4:before {
  content: "\d"; }

.isax-card-pos4:before {
  content: "\e"; }

.isax-card-receive4:before {
  content: "\f"; }

.isax-card-remove4:before {
  content: "\10"; }

.isax-card-remove-14:before {
  content: "\11"; }

.isax-cards4:before {
  content: "\12"; }

.isax-card-send4:before {
  content: "\13"; }

.isax-card-slash4:before {
  content: "\14"; }

.isax-card-tick4:before {
  content: "\15"; }

.isax-card-tick-14:before {
  content: "\16"; }

.isax-category4:before {
  content: "\17"; }

.isax-category-24:before {
  content: "\18"; }

.isax-cd4:before {
  content: "\19"; }

.isax-chart4:before {
  content: "\1a"; }

.isax-chart-14:before {
  content: "\1b"; }

.isax-chart-25:before {
  content: "\1c"; }

.isax-chart-34:before {
  content: "\1d"; }

.isax-chart-214:before {
  content: "\1e"; }

.isax-chart-fail2:before {
  content: "\1f"; }

.isax-chart-square4:before {
  content: "\20"; }

.isax-chart-success4:before {
  content: "\21"; }

.isax-check4:before {
  content: "\22"; }

.isax-chrome4:before {
  content: "\23"; }

.isax-clipboard4:before {
  content: "\24"; }

.isax-clipboard-close4:before {
  content: "\25"; }

.isax-clipboard-export4:before {
  content: "\26"; }

.isax-clipboard-import4:before {
  content: "\27"; }

.isax-clipboard-text4:before {
  content: "\28"; }

.isax-clipboard-tick4:before {
  content: "\29"; }

.isax-clock4:before {
  content: "\2a"; }

.isax-clock-14:before {
  content: "\2b"; }

.isax-close-circle4:before {
  content: "\2c"; }

.isax-close-square4:before {
  content: "\2d"; }

.isax-cloud4:before {
  content: "\2e"; }

.isax-cloud-add4:before {
  content: "\2f"; }

.isax-cloud-change4:before {
  content: "\30"; }

.isax-cloud-connection4:before {
  content: "\31"; }

.isax-cloud-cross4:before {
  content: "\32"; }

.isax-cloud-drizzle4:before {
  content: "\33"; }

.isax-cloud-fog4:before {
  content: "\34"; }

.isax-cloud-lightning4:before {
  content: "\35"; }

.isax-cloud-minus4:before {
  content: "\36"; }

.isax-cloud-notif4:before {
  content: "\37"; }

.isax-cloud-plus4:before {
  content: "\38"; }

.isax-cloud-remove4:before {
  content: "\39"; }

.isax-cloud-snow4:before {
  content: "\3a"; }

.isax-cloud-sunny4:before {
  content: "\3b"; }

.isax-code4:before {
  content: "\3c"; }

.isax-code-14:before {
  content: "\3d"; }

.isax-code-circle4:before {
  content: "\3e"; }

.isax-coffee4:before {
  content: "\3f"; }

.isax-coin4:before {
  content: "\40"; }

.isax-coin-14:before {
  content: "\41"; }

.isax-colorfilter4:before {
  content: "\42"; }

.isax-colors-square4:before {
  content: "\43"; }

.isax-color-swatch4:before {
  content: "\44"; }

.isax-command4:before {
  content: "\45"; }

.isax-command-square4:before {
  content: "\46"; }

.isax-component4:before {
  content: "\47"; }

.isax-computing4:before {
  content: "\48"; }

.isax-convert4:before {
  content: "\49"; }

.isax-convert-3d-cube4:before {
  content: "\4a"; }

.isax-convert-card4:before {
  content: "\4b"; }

.isax-convertshape4:before {
  content: "\4c"; }

.isax-convertshape-24:before {
  content: "\4d"; }

.isax-copy4:before {
  content: "\4e"; }

.isax-copyright4:before {
  content: "\4f"; }

.isax-copy-success4:before {
  content: "\50"; }

.isax-courthouse4:before {
  content: "\51"; }

.isax-cpu4:before {
  content: "\52"; }

.isax-cpu-charge4:before {
  content: "\53"; }

.isax-cpu-setting4:before {
  content: "\54"; }

.isax-creative-commons4:before {
  content: "\55"; }

.isax-crop4:before {
  content: "\56"; }

.isax-crown4:before {
  content: "\57"; }

.isax-crown-14:before {
  content: "\58"; }

.isax-cup4:before {
  content: "\59"; }

.isax-danger4:before {
  content: "\5a"; }

.isax-data4:before {
  content: "\5b"; }

.isax-data-24 .path1:before {
  content: "\5c";
  color: #292d32; }

.isax-data-24 .path2:before {
  content: "\666";
  margin-left: -1em;
  color: #292d32; }

.isax-data-24 .path3:before {
  content: "\667";
  margin-left: -1em;
  color: #292d32; }

.isax-data-24 .path4:before {
  content: "\668";
  margin-left: -1em;
  color: #292d32; }

.isax-data-24 .path5:before {
  content: "\669";
  margin-left: -1em;
  color: white; }

.isax-data-24 .path6:before {
  content: "\66a";
  margin-left: -1em;
  color: #292d32; }

.isax-data-24 .path7:before {
  content: "\66b";
  margin-left: -1em;
  color: #292d32; }

.isax-data-24 .path8:before {
  content: "\66c";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools4:before {
  content: "\5d"; }

.isax-device-message4:before {
  content: "\5e"; }

.isax-devices4:before {
  content: "\5f"; }

.isax-devices-13:before {
  content: "\60"; }

.isax-diagram4:before {
  content: "\61"; }

.isax-diamonds4:before {
  content: "\62"; }

.isax-direct4:before {
  content: "\63"; }

.isax-directbox-default4:before {
  content: "\64"; }

.isax-directbox-notif4:before {
  content: "\65"; }

.isax-directbox-receive4:before {
  content: "\66"; }

.isax-directbox-send4:before {
  content: "\67"; }

.isax-direct-down4:before {
  content: "\68"; }

.isax-direct-inbox4:before {
  content: "\69"; }

.isax-direct-left4:before {
  content: "\6a"; }

.isax-direct-normal4:before {
  content: "\6b"; }

.isax-direct-notification4:before {
  content: "\6c"; }

.isax-direct-right4:before {
  content: "\6d"; }

.isax-direct-send4:before {
  content: "\6e"; }

.isax-direct-up4:before {
  content: "\6f"; }

.isax-discount-circle4:before {
  content: "\70"; }

.isax-discount-shape4:before {
  content: "\71"; }

.isax-discover4:before {
  content: "\72"; }

.isax-discover-13:before {
  content: "\73"; }

.isax-dislike4:before {
  content: "\74"; }

.isax-document4:before {
  content: "\75"; }

.isax-document-14:before {
  content: "\76"; }

.isax-document-cloud4:before {
  content: "\77"; }

.isax-document-code4:before {
  content: "\78"; }

.isax-document-code-24:before {
  content: "\79"; }

.isax-document-copy4:before {
  content: "\7a"; }

.isax-document-download4:before {
  content: "\7b"; }

.isax-document-favorite4:before {
  content: "\7c"; }

.isax-document-filter4:before {
  content: "\7d"; }

.isax-document-forward4:before {
  content: "\7e"; }

.isax-document-like4:before {
  content: "\7f"; }

.isax-document-normal3:before {
  content: "\80"; }

.isax-document-previous4:before {
  content: "\81"; }

.isax-document-sketch4:before {
  content: "\82"; }

.isax-document-text4:before {
  content: "\83"; }

.isax-document-text-14:before {
  content: "\84"; }

.isax-document-upload4:before {
  content: "\85"; }

.isax-dollar-circle3:before {
  content: "\86"; }

.isax-dollar-square4:before {
  content: "\87"; }

.isax-driver4:before {
  content: "\88"; }

.isax-driver-24:before {
  content: "\89"; }

.isax-driver-refresh4:before {
  content: "\8a"; }

.isax-driving4:before {
  content: "\8b"; }

.isax-edit4:before {
  content: "\8c"; }

.isax-edit-24:before {
  content: "\8d"; }

.isax-electricity4:before {
  content: "\8e"; }

.isax-element-24:before {
  content: "\8f"; }

.isax-element-34:before {
  content: "\90"; }

.isax-element-44:before {
  content: "\91"; }

.isax-element-equal4:before {
  content: "\92"; }

.isax-element-plus4:before {
  content: "\93"; }

.isax-emoji-happy4:before {
  content: "\94"; }

.isax-emoji-normal4:before {
  content: "\95"; }

.isax-emoji-sad4:before {
  content: "\96"; }

.isax-empty-wallet4:before {
  content: "\97"; }

.isax-empty-wallet-add4:before {
  content: "\98"; }

.isax-empty-wallet-change3:before {
  content: "\99"; }

.isax-empty-wallet-remove4:before {
  content: "\9a"; }

.isax-empty-wallet-tick4:before {
  content: "\9b"; }

.isax-empty-wallet-time3:before {
  content: "\9c"; }

.isax-eraser4:before {
  content: "\9d"; }

.isax-eraser-14:before {
  content: "\9e"; }

.isax-export4:before {
  content: "\9f"; }

.isax-export-14:before {
  content: "\a0"; }

.isax-export-24:before {
  content: "\a1"; }

.isax-export-34:before {
  content: "\a2"; }

.isax-external-drive4:before {
  content: "\a3"; }

.isax-eye3:before {
  content: "\a4"; }

.isax-eye-slash4:before {
  content: "\a5"; }

.isax-fatrows4:before {
  content: "\a6"; }

.isax-favorite-chart4:before {
  content: "\a7"; }

.isax-filter4:before {
  content: "\a8"; }

.isax-filter-add4:before {
  content: "\a9"; }

.isax-filter-edit4:before {
  content: "\aa"; }

.isax-filter-remove4:before {
  content: "\ab"; }

.isax-filter-search4:before {
  content: "\ac"; }

.isax-filter-square4:before {
  content: "\ad"; }

.isax-filter-tick4:before {
  content: "\ae"; }

.isax-finger-cricle4:before {
  content: "\af"; }

.isax-finger-scan4:before {
  content: "\b0"; }

.isax-firstline4:before {
  content: "\b1"; }

.isax-flag4:before {
  content: "\b2"; }

.isax-flag-24:before {
  content: "\b3"; }

.isax-flash4:before {
  content: "\b4"; }

.isax-flash-14:before {
  content: "\b5"; }

.isax-flash-circle4:before {
  content: "\b6"; }

.isax-flash-circle-14:before {
  content: "\b7"; }

.isax-flash-slash4:before {
  content: "\b8"; }

.isax-folder4:before {
  content: "\b9"; }

.isax-folder-24:before {
  content: "\ba"; }

.isax-folder-add4:before {
  content: "\bb"; }

.isax-folder-cloud4:before {
  content: "\bc"; }

.isax-folder-connection4:before {
  content: "\bd"; }

.isax-folder-cross4:before {
  content: "\be"; }

.isax-folder-favorite4:before {
  content: "\bf"; }

.isax-folder-minus4:before {
  content: "\c0"; }

.isax-folder-open4:before {
  content: "\c1"; }

.isax-forbidden4:before {
  content: "\c2"; }

.isax-forbidden-24:before {
  content: "\c3"; }

.isax-format-circle4:before {
  content: "\c4"; }

.isax-format-square4:before {
  content: "\c5"; }

.isax-forward4:before {
  content: "\c6"; }

.isax-forward-5-seconds4:before {
  content: "\c7"; }

.isax-forward-10-seconds4:before {
  content: "\c8"; }

.isax-forward-15-seconds4:before {
  content: "\c9"; }

.isax-forward-item4:before {
  content: "\ca"; }

.isax-forward-square4:before {
  content: "\cb"; }

.isax-frame4:before {
  content: "\cc"; }

.isax-frame-14:before {
  content: "\cd"; }

.isax-frame-24:before {
  content: "\ce"; }

.isax-frame-34:before {
  content: "\cf"; }

.isax-frame-44:before {
  content: "\d0"; }

.isax-gallery4:before {
  content: "\d1"; }

.isax-gallery-add4:before {
  content: "\d2"; }

.isax-gallery-edit4:before {
  content: "\d3"; }

.isax-gallery-export3:before {
  content: "\d4"; }

.isax-gallery-favorite4:before {
  content: "\d5"; }

.isax-gallery-import4:before {
  content: "\d6"; }

.isax-gallery-remove4:before {
  content: "\d7"; }

.isax-gallery-slash4:before {
  content: "\d8"; }

.isax-gallery-tick4:before {
  content: "\d9"; }

.isax-game4:before {
  content: "\da"; }

.isax-gameboy4:before {
  content: "\db"; }

.isax-gas-station3:before {
  content: "\dc"; }

.isax-gemini4:before {
  content: "\dd"; }

.isax-gemini-24:before {
  content: "\de"; }

.isax-ghost4:before {
  content: "\df"; }

.isax-gift4:before {
  content: "\e0"; }

.isax-glass4:before {
  content: "\e1"; }

.isax-glass-14:before {
  content: "\e2"; }

.isax-global4:before {
  content: "\e3"; }

.isax-global-edit4:before {
  content: "\e4"; }

.isax-global-refresh4:before {
  content: "\e5"; }

.isax-global-search4:before {
  content: "\e6"; }

.isax-gps4:before {
  content: "\e7"; }

.isax-gps-slash4:before {
  content: "\e8"; }

.isax-grammerly4:before {
  content: "\e9"; }

.isax-graph4:before {
  content: "\ea"; }

.isax-grid-14:before {
  content: "\eb"; }

.isax-grid-24:before {
  content: "\ec"; }

.isax-grid-34:before {
  content: "\ed"; }

.isax-grid-44:before {
  content: "\ee"; }

.isax-grid-54:before {
  content: "\ef"; }

.isax-grid-64:before {
  content: "\f0"; }

.isax-grid-74:before {
  content: "\f1"; }

.isax-grid-84:before {
  content: "\f2"; }

.isax-grid-94:before {
  content: "\f3"; }

.isax-grid-edit4:before {
  content: "\f4"; }

.isax-grid-eraser4:before {
  content: "\f5"; }

.isax-grid-lock4:before {
  content: "\f6"; }

.isax-happyemoji4:before {
  content: "\f7"; }

.isax-hashtag4:before {
  content: "\f8"; }

.isax-hashtag-14:before {
  content: "\f9"; }

.isax-hashtag-down4:before {
  content: "\fa"; }

.isax-hashtag-up4:before {
  content: "\fb"; }

.isax-headphone4:before {
  content: "\fc"; }

.isax-headphones4:before {
  content: "\fd"; }

.isax-health4:before {
  content: "\fe"; }

.isax-heart4:before {
  content: "\ff"; }

.isax-heart-add4:before {
  content: "\100"; }

.isax-heart-circle4:before {
  content: "\101"; }

.isax-heart-edit4:before {
  content: "\102"; }

.isax-heart-remove4:before {
  content: "\103"; }

.isax-heart-search4:before {
  content: "\104"; }

.isax-heart-slash4:before {
  content: "\105"; }

.isax-heart-tick4:before {
  content: "\106"; }

.isax-hierarchy4:before {
  content: "\107"; }

.isax-hierarchy-24:before {
  content: "\108"; }

.isax-hierarchy-34:before {
  content: "\109"; }

.isax-hierarchy-square4:before {
  content: "\10a"; }

.isax-hierarchy-square-24:before {
  content: "\10b"; }

.isax-hierarchy-square-34:before {
  content: "\10c"; }

.isax-home4:before {
  content: "\10d"; }

.isax-home-14:before {
  content: "\10e"; }

.isax-home-24:before {
  content: "\10f"; }

.isax-home-hashtag4:before {
  content: "\110"; }

.isax-home-trend-down4:before {
  content: "\111"; }

.isax-home-trend-up4:before {
  content: "\112"; }

.isax-home-wifi4:before {
  content: "\113"; }

.isax-hospital4:before {
  content: "\114"; }

.isax-house4:before {
  content: "\115"; }

.isax-house-24:before {
  content: "\116"; }

.isax-icon3:before {
  content: "\117"; }

.isax-image4:before {
  content: "\118"; }

.isax-import4:before {
  content: "\119"; }

.isax-import-14:before {
  content: "\11a"; }

.isax-import-24:before {
  content: "\11b"; }

.isax-info-circle4:before {
  content: "\11c"; }

.isax-information4:before {
  content: "\11d"; }

.isax-instagram4:before {
  content: "\11e"; }

.isax-judge4:before {
  content: "\11f"; }

.isax-kanban3:before {
  content: "\120"; }

.isax-key4:before {
  content: "\121"; }

.isax-keyboard4:before {
  content: "\122"; }

.isax-keyboard-open4:before {
  content: "\123"; }

.isax-key-square4:before {
  content: "\124"; }

.isax-lamp4:before {
  content: "\125"; }

.isax-lamp-14:before {
  content: "\126"; }

.isax-lamp-charge4:before {
  content: "\127"; }

.isax-lamp-on4:before {
  content: "\128"; }

.isax-lamp-slash4:before {
  content: "\129"; }

.isax-language-circle4:before {
  content: "\12a"; }

.isax-language-square4:before {
  content: "\12b"; }

.isax-layer4:before {
  content: "\12c"; }

.isax-level4:before {
  content: "\12d"; }

.isax-lifebuoy4:before {
  content: "\12e"; }

.isax-like4:before {
  content: "\12f"; }

.isax-like-14:before {
  content: "\130"; }

.isax-like-dislike4:before {
  content: "\131"; }

.isax-like-shapes4:before {
  content: "\132"; }

.isax-like-tag4:before {
  content: "\133"; }

.isax-link4:before {
  content: "\134"; }

.isax-link-14:before {
  content: "\135"; }

.isax-link-25:before {
  content: "\136"; }

.isax-link-214:before {
  content: "\137"; }

.isax-link-circle4:before {
  content: "\138"; }

.isax-link-square4:before {
  content: "\139"; }

.isax-location4:before {
  content: "\13a"; }

.isax-location-add4:before {
  content: "\13b"; }

.isax-location-cross4:before {
  content: "\13c"; }

.isax-location-minus4:before {
  content: "\13d"; }

.isax-location-slash4:before {
  content: "\13e"; }

.isax-location-tick4:before {
  content: "\13f"; }

.isax-lock4:before {
  content: "\140"; }

.isax-lock-14:before {
  content: "\141"; }

.isax-lock-circle4:before {
  content: "\142"; }

.isax-lock-slash4:before {
  content: "\143"; }

.isax-login4:before {
  content: "\144"; }

.isax-login-14:before {
  content: "\145"; }

.isax-logout4:before {
  content: "\146"; }

.isax-logout-14:before {
  content: "\147"; }

.isax-lovely4:before {
  content: "\148"; }

.isax-magicpen4:before {
  content: "\149"; }

.isax-magic-star4:before {
  content: "\14a"; }

.isax-main-component4:before {
  content: "\14b"; }

.isax-man4:before {
  content: "\14c"; }

.isax-map4:before {
  content: "\14d"; }

.isax-map-14:before {
  content: "\14e"; }

.isax-mask4:before {
  content: "\14f"; }

.isax-mask-14:before {
  content: "\150"; }

.isax-mask-24:before {
  content: "\151"; }

.isax-math4:before {
  content: "\152"; }

.isax-maximize4:before {
  content: "\153"; }

.isax-maximize-14:before {
  content: "\154"; }

.isax-maximize-25:before {
  content: "\155"; }

.isax-maximize-34:before {
  content: "\156"; }

.isax-maximize-44:before {
  content: "\157"; }

.isax-maximize-214:before {
  content: "\158"; }

.isax-maximize-circle3:before {
  content: "\159"; }

.isax-medal4:before {
  content: "\15a"; }

.isax-medal-star4:before {
  content: "\15b"; }

.isax-menu4:before {
  content: "\15c"; }

.isax-menu-14:before {
  content: "\15d"; }

.isax-menu-board4:before {
  content: "\15e"; }

.isax-message4:before {
  content: "\15f"; }

.isax-message-24:before {
  content: "\160"; }

.isax-message-add4:before {
  content: "\161"; }

.isax-message-add-14:before {
  content: "\162"; }

.isax-message-circle4:before {
  content: "\163"; }

.isax-message-edit4:before {
  content: "\164"; }

.isax-message-favorite4:before {
  content: "\165"; }

.isax-message-minus4:before {
  content: "\166"; }

.isax-message-notif4:before {
  content: "\167"; }

.isax-message-programming4:before {
  content: "\168"; }

.isax-message-question4:before {
  content: "\169"; }

.isax-message-remove4:before {
  content: "\16a"; }

.isax-messages4:before {
  content: "\16b"; }

.isax-messages-14:before {
  content: "\16c"; }

.isax-messages-24:before {
  content: "\16d"; }

.isax-messages-34:before {
  content: "\16e"; }

.isax-message-search4:before {
  content: "\16f"; }

.isax-message-square4:before {
  content: "\170"; }

.isax-message-text4:before {
  content: "\171"; }

.isax-message-text-14:before {
  content: "\172"; }

.isax-message-tick4:before {
  content: "\173"; }

.isax-message-time4:before {
  content: "\174"; }

.isax-microphone4:before {
  content: "\175"; }

.isax-microphone-24:before {
  content: "\176"; }

.isax-microphone-slash4:before {
  content: "\177"; }

.isax-microphone-slash-14:before {
  content: "\178"; }

.isax-microscope4:before {
  content: "\179"; }

.isax-milk4:before {
  content: "\17a"; }

.isax-mini-music-sqaure4:before {
  content: "\17b"; }

.isax-minus4:before {
  content: "\17c"; }

.isax-minus-cirlce4:before {
  content: "\17d"; }

.isax-minus-square4:before {
  content: "\17e"; }

.isax-mirror4:before {
  content: "\17f"; }

.isax-mirroring-screen4:before {
  content: "\180"; }

.isax-mobile4:before {
  content: "\181"; }

.isax-mobile-programming4:before {
  content: "\182"; }

.isax-money4:before {
  content: "\183"; }

.isax-money-24:before {
  content: "\184"; }

.isax-money-34:before {
  content: "\185"; }

.isax-money-44:before {
  content: "\186"; }

.isax-money-add4:before {
  content: "\187"; }

.isax-money-change4:before {
  content: "\188"; }

.isax-money-forbidden4:before {
  content: "\189"; }

.isax-money-recive4:before {
  content: "\18a"; }

.isax-money-remove4:before {
  content: "\18b"; }

.isax-moneys4:before {
  content: "\18c"; }

.isax-money-send4:before {
  content: "\18d"; }

.isax-money-tick4:before {
  content: "\18e"; }

.isax-money-time4:before {
  content: "\18f"; }

.isax-monitor4:before {
  content: "\190"; }

.isax-monitor-mobbile4:before {
  content: "\191"; }

.isax-monitor-recorder4:before {
  content: "\192"; }

.isax-moon4:before {
  content: "\193"; }

.isax-more4:before {
  content: "\194"; }

.isax-more-24:before {
  content: "\195"; }

.isax-more-circle4:before {
  content: "\196"; }

.isax-more-square4:before {
  content: "\197"; }

.isax-mouse4:before {
  content: "\198"; }

.isax-mouse-14:before {
  content: "\199"; }

.isax-mouse-circle4:before {
  content: "\19a"; }

.isax-mouse-square4:before {
  content: "\19b"; }

.isax-music4:before {
  content: "\19c"; }

.isax-music-circle4:before {
  content: "\19d"; }

.isax-music-dashboard4:before {
  content: "\19e"; }

.isax-music-filter4:before {
  content: "\19f"; }

.isax-music-library-24:before {
  content: "\1a0"; }

.isax-musicnote4:before {
  content: "\1a1"; }

.isax-music-play4:before {
  content: "\1a2"; }

.isax-music-playlist4:before {
  content: "\1a3"; }

.isax-music-square4:before {
  content: "\1a4"; }

.isax-music-square-add4:before {
  content: "\1a5"; }

.isax-music-square-remove4:before {
  content: "\1a6"; }

.isax-music-square-search4:before {
  content: "\1a7"; }

.isax-next4:before {
  content: "\1a8"; }

.isax-note4:before {
  content: "\1a9"; }

.isax-note-14:before {
  content: "\1aa"; }

.isax-note-25:before {
  content: "\1ab"; }

.isax-note-214:before {
  content: "\1ac"; }

.isax-note-add4:before {
  content: "\1ad"; }

.isax-note-favorite4:before {
  content: "\1ae"; }

.isax-note-remove4:before {
  content: "\1af"; }

.isax-note-square4:before {
  content: "\1b0"; }

.isax-note-text4:before {
  content: "\1b1"; }

.isax-notification4:before {
  content: "\1b2"; }

.isax-notification-14:before {
  content: "\1b3"; }

.isax-notification-bing4:before {
  content: "\1b4"; }

.isax-notification-circle4:before {
  content: "\1b5"; }

.isax-notification-favorite4:before {
  content: "\1b6"; }

.isax-notification-status4:before {
  content: "\1b7"; }

.isax-omega-circle4:before {
  content: "\1b8"; }

.isax-omega-square4:before {
  content: "\1b9"; }

.isax-paintbucket4:before {
  content: "\1ba"; }

.isax-paperclip4:before {
  content: "\1bb"; }

.isax-paperclip-24:before {
  content: "\1bc"; }

.isax-password-check4:before {
  content: "\1bd"; }

.isax-path4:before {
  content: "\1be"; }

.isax-path-24:before {
  content: "\1bf"; }

.isax-path-square4:before {
  content: "\1c0"; }

.isax-pause4:before {
  content: "\1c1"; }

.isax-pause-circle4:before {
  content: "\1c2"; }

.isax-pen-add4:before {
  content: "\1c3"; }

.isax-pen-close4:before {
  content: "\1c4"; }

.isax-pen-remove4:before {
  content: "\1c5"; }

.isax-pen-tool4:before {
  content: "\1c6"; }

.isax-pen-tool-24:before {
  content: "\1c7"; }

.isax-people4:before {
  content: "\1c8"; }

.isax-percentage-circle4:before {
  content: "\1c9"; }

.isax-percentage-square4:before {
  content: "\1ca"; }

.isax-personalcard4:before {
  content: "\1cb"; }

.isax-pet4:before {
  content: "\1cc"; }

.isax-pharagraphspacing4:before {
  content: "\1cd"; }

.isax-picture-frame4:before {
  content: "\1ce"; }

.isax-play4:before {
  content: "\1cf"; }

.isax-play-add4:before {
  content: "\1d0"; }

.isax-play-circle4:before {
  content: "\1d1"; }

.isax-play-cricle4:before {
  content: "\1d2"; }

.isax-play-remove4:before {
  content: "\1d3"; }

.isax-presention-chart4:before {
  content: "\1d4"; }

.isax-previous4:before {
  content: "\1d5"; }

.isax-printer4:before {
  content: "\1d6"; }

.isax-printer-slash4:before {
  content: "\1d7"; }

.isax-profile-2user4:before {
  content: "\1d8"; }

.isax-profile-add4:before {
  content: "\1d9"; }

.isax-profile-circle4:before {
  content: "\1da"; }

.isax-profile-delete4:before {
  content: "\1db"; }

.isax-profile-remove4:before {
  content: "\1dc"; }

.isax-profile-tick4:before {
  content: "\1dd"; }

.isax-programming-arrow4:before {
  content: "\1de"; }

.isax-programming-arrows4:before {
  content: "\1df"; }

.isax-quote-down4:before {
  content: "\1e0"; }

.isax-quote-down-circle4:before {
  content: "\1e1"; }

.isax-quote-down-square4:before {
  content: "\1e2"; }

.isax-quote-up4:before {
  content: "\1e3"; }

.isax-quote-up-circle4:before {
  content: "\1e4"; }

.isax-quote-up-square4:before {
  content: "\1e5"; }

.isax-radar4:before {
  content: "\1e6"; }

.isax-radar-14:before {
  content: "\1e7"; }

.isax-radar-24:before {
  content: "\1e8"; }

.isax-radio4:before {
  content: "\1e9"; }

.isax-ram4:before {
  content: "\1ea"; }

.isax-ram-24:before {
  content: "\1eb"; }

.isax-ranking4:before {
  content: "\1ec"; }

.isax-ranking-14:before {
  content: "\1ed"; }

.isax-receipt4:before {
  content: "\1ee"; }

.isax-receipt-14:before {
  content: "\1ef"; }

.isax-receipt-24:before {
  content: "\1f0"; }

.isax-receipt-2-14:before {
  content: "\1f1"; }

.isax-receipt-add4:before {
  content: "\1f2"; }

.isax-receipt-discount4:before {
  content: "\1f3"; }

.isax-receipt-disscount4:before {
  content: "\1f4"; }

.isax-receipt-edit4:before {
  content: "\1f5"; }

.isax-receipt-item4:before {
  content: "\1f6"; }

.isax-receipt-minus4:before {
  content: "\1f7"; }

.isax-receipt-search4:before {
  content: "\1f8"; }

.isax-receipt-square4:before {
  content: "\1f9"; }

.isax-receipt-text4:before {
  content: "\1fa"; }

.isax-received4:before {
  content: "\1fb"; }

.isax-receive-square4:before {
  content: "\1fc"; }

.isax-receive-square-24:before {
  content: "\1fd"; }

.isax-record4:before {
  content: "\1fe"; }

.isax-record-circle4:before {
  content: "\1ff"; }

.isax-recovery-convert4:before {
  content: "\200"; }

.isax-redo4:before {
  content: "\201"; }

.isax-refresh4:before {
  content: "\202"; }

.isax-refresh-24:before {
  content: "\203"; }

.isax-refresh-circle4:before {
  content: "\204"; }

.isax-refresh-left-square4:before {
  content: "\205"; }

.isax-refresh-right-square4:before {
  content: "\206"; }

.isax-refresh-square-24:before {
  content: "\207"; }

.isax-repeat4:before {
  content: "\208"; }

.isax-repeat-circle4:before {
  content: "\209"; }

.isax-repeate-music4:before {
  content: "\20a"; }

.isax-repeate-one4:before {
  content: "\20b"; }

.isax-reserve4:before {
  content: "\20c"; }

.isax-rotate-left4:before {
  content: "\20d"; }

.isax-rotate-left-14:before {
  content: "\20e"; }

.isax-rotate-right4:before {
  content: "\20f"; }

.isax-rotate-right-14:before {
  content: "\210"; }

.isax-route-square4:before {
  content: "\211"; }

.isax-routing4:before {
  content: "\212"; }

.isax-routing-24:before {
  content: "\213"; }

.isax-row-horizontal4:before {
  content: "\214"; }

.isax-row-vertical4:before {
  content: "\215"; }

.isax-rulerpen4:before {
  content: "\216"; }

.isax-ruler4:before {
  content: "\217"; }

.isax-safe-home4:before {
  content: "\218"; }

.isax-sagittarius4:before {
  content: "\219"; }

.isax-save-24:before {
  content: "\21a"; }

.isax-save-add4:before {
  content: "\21b"; }

.isax-save-minus4:before {
  content: "\21c"; }

.isax-save-remove4:before {
  content: "\21d"; }

.isax-scan4:before {
  content: "\21e"; }

.isax-scan-barcode4:before {
  content: "\21f"; }

.isax-scanner4:before {
  content: "\220"; }

.isax-scanning4:before {
  content: "\221"; }

.isax-scissor4:before {
  content: "\222"; }

.isax-scissor-14:before {
  content: "\223"; }

.isax-screenmirroring4:before {
  content: "\224"; }

.isax-scroll4:before {
  content: "\225"; }

.isax-search-favorite4:before {
  content: "\226"; }

.isax-search-favorite-14:before {
  content: "\227"; }

.isax-search-normal4:before {
  content: "\228"; }

.isax-search-normal-14:before {
  content: "\229"; }

.isax-search-status4:before {
  content: "\22a"; }

.isax-search-status-14:before {
  content: "\22b"; }

.isax-search-zoom-in4:before {
  content: "\22c"; }

.isax-search-zoom-in-14:before {
  content: "\22d"; }

.isax-search-zoom-out4:before {
  content: "\22e"; }

.isax-search-zoom-out-14:before {
  content: "\22f"; }

.isax-security4:before {
  content: "\230"; }

.isax-security-card4:before {
  content: "\231"; }

.isax-security-safe4:before {
  content: "\232"; }

.isax-security-time4:before {
  content: "\233"; }

.isax-security-user4:before {
  content: "\234"; }

.isax-send4:before {
  content: "\235"; }

.isax-send-14:before {
  content: "\236"; }

.isax-send-24:before {
  content: "\237"; }

.isax-send-sqaure-24:before {
  content: "\238"; }

.isax-send-square4:before {
  content: "\239"; }

.isax-setting4:before {
  content: "\23a"; }

.isax-setting-24:before {
  content: "\23b"; }

.isax-setting-34:before {
  content: "\23c"; }

.isax-setting-44:before {
  content: "\23d"; }

.isax-setting-54:before {
  content: "\23e"; }

.isax-settings4:before {
  content: "\23f"; }

.isax-shapes4:before {
  content: "\240"; }

.isax-shapes-14:before {
  content: "\241"; }

.isax-share4:before {
  content: "\242"; }

.isax-shield3:before {
  content: "\243"; }

.isax-shield-cross4:before {
  content: "\244"; }

.isax-shield-search4:before {
  content: "\245"; }

.isax-shield-slash4:before {
  content: "\246"; }

.isax-shield-tick4:before {
  content: "\247"; }

.isax-ship4:before {
  content: "\248"; }

.isax-shop4:before {
  content: "\249"; }

.isax-shop-add4:before {
  content: "\24a"; }

.isax-shopping-bag4:before {
  content: "\24b"; }

.isax-shopping-cart4:before {
  content: "\24c"; }

.isax-shop-remove4:before {
  content: "\24d"; }

.isax-shuffle4:before {
  content: "\24e"; }

.isax-sidebar-bottom4:before {
  content: "\24f"; }

.isax-sidebar-left4:before {
  content: "\250"; }

.isax-sidebar-right4:before {
  content: "\251"; }

.isax-sidebar-top4:before {
  content: "\252"; }

.isax-signpost4:before {
  content: "\253"; }

.isax-simcard4:before {
  content: "\254"; }

.isax-simcard-14:before {
  content: "\255"; }

.isax-simcard-24:before {
  content: "\256"; }

.isax-size4:before {
  content: "\257"; }

.isax-slash4:before {
  content: "\258"; }

.isax-slider4:before {
  content: "\259"; }

.isax-slider-horizontal4:before {
  content: "\25a"; }

.isax-slider-horizontal-14:before {
  content: "\25b"; }

.isax-slider-vertical4:before {
  content: "\25c"; }

.isax-slider-vertical-14:before {
  content: "\25d"; }

.isax-smallcaps4:before {
  content: "\25e"; }

.isax-smart-car4:before {
  content: "\25f"; }

.isax-smart-home4:before {
  content: "\260"; }

.isax-smileys4:before {
  content: "\261"; }

.isax-sms4:before {
  content: "\262"; }

.isax-sms-edit4:before {
  content: "\263"; }

.isax-sms-notification4:before {
  content: "\264"; }

.isax-sms-search4:before {
  content: "\265"; }

.isax-sms-star4:before {
  content: "\266"; }

.isax-sms-tracking4:before {
  content: "\267"; }

.isax-sort4:before {
  content: "\268"; }

.isax-sound4:before {
  content: "\269"; }

.isax-speaker4:before {
  content: "\26a"; }

.isax-speedometer4:before {
  content: "\26b"; }

.isax-star4:before {
  content: "\26c"; }

.isax-star-14:before {
  content: "\26d"; }

.isax-star-slash4:before {
  content: "\26e"; }

.isax-status4:before {
  content: "\26f"; }

.isax-status-up4:before {
  content: "\270"; }

.isax-sticker4:before {
  content: "\271"; }

.isax-stickynote4:before {
  content: "\272"; }

.isax-stop4:before {
  content: "\273"; }

.isax-stop-circle4:before {
  content: "\274"; }

.isax-story4:before {
  content: "\275"; }

.isax-strongbox4:before {
  content: "\276"; }

.isax-strongbox-24:before {
  content: "\277"; }

.isax-subtitle4:before {
  content: "\278"; }

.isax-sun4:before {
  content: "\279"; }

.isax-sun-14:before {
  content: "\27a"; }

.isax-sun-fog4:before {
  content: "\27b"; }

.isax-tag4:before {
  content: "\27c"; }

.isax-tag-24:before {
  content: "\27d"; }

.isax-tag-cross4:before {
  content: "\27e"; }

.isax-tag-right4:before {
  content: "\27f"; }

.isax-tag-user4:before {
  content: "\280"; }

.isax-task4:before {
  content: "\281"; }

.isax-task-square4:before {
  content: "\282"; }

.isax-teacher4:before {
  content: "\283"; }

.isax-text4:before {
  content: "\284"; }

.isax-textalign-center4:before {
  content: "\285"; }

.isax-textalign-justifycenter4:before {
  content: "\286"; }

.isax-textalign-justifyleft4:before {
  content: "\287"; }

.isax-textalign-justifyright4:before {
  content: "\288"; }

.isax-textalign-left4:before {
  content: "\289"; }

.isax-textalign-right4:before {
  content: "\28a"; }

.isax-text-block4:before {
  content: "\28b"; }

.isax-text-bold4:before {
  content: "\28c"; }

.isax-text-italic4:before {
  content: "\28d"; }

.isax-text-underline4:before {
  content: "\28e"; }

.isax-tick-circle4:before {
  content: "\28f"; }

.isax-ticket4:before {
  content: "\290"; }

.isax-ticket-24:before {
  content: "\291"; }

.isax-ticket-discount4:before {
  content: "\292"; }

.isax-ticket-expired4:before {
  content: "\293"; }

.isax-ticket-star4:before {
  content: "\294"; }

.isax-tick-square4:before {
  content: "\295"; }

.isax-timer4:before {
  content: "\296"; }

.isax-timer-14:before {
  content: "\297"; }

.isax-timer-pause4:before {
  content: "\298"; }

.isax-timer-start4:before {
  content: "\299"; }

.isax-toggle-off4:before {
  content: "\29a"; }

.isax-toggle-off-circle4:before {
  content: "\29b"; }

.isax-toggle-on4:before {
  content: "\29c"; }

.isax-toggle-on-circle4:before {
  content: "\29d"; }

.isax-trade4:before {
  content: "\29e"; }

.isax-transaction-minus4:before {
  content: "\29f"; }

.isax-translate4:before {
  content: "\2a0"; }

.isax-trash4:before {
  content: "\2a1"; }

.isax-tree4:before {
  content: "\2a2"; }

.isax-trend-down4:before {
  content: "\2a3"; }

.isax-trend-up4:before {
  content: "\2a4"; }

.isax-triangle4:before {
  content: "\2a5"; }

.isax-truck3:before {
  content: "\2a6"; }

.isax-truck-fast3:before {
  content: "\2a7"; }

.isax-truck-remove2:before {
  content: "\2a8"; }

.isax-truck-tick4:before {
  content: "\2a9"; }

.isax-truck-time2:before {
  content: "\2aa"; }

.isax-trush-square4:before {
  content: "\2ab"; }

.isax-undo4:before {
  content: "\2ac"; }

.isax-unlimited4:before {
  content: "\2ad"; }

.isax-unlock4:before {
  content: "\2ae"; }

.isax-user4:before {
  content: "\2af"; }

.isax-user-add4:before {
  content: "\2b0"; }

.isax-user-cirlce-add4:before {
  content: "\2b1"; }

.isax-user-edit4:before {
  content: "\2b2"; }

.isax-user-minus4:before {
  content: "\2b3"; }

.isax-user-octagon4:before {
  content: "\2b4"; }

.isax-user-remove4:before {
  content: "\2b5"; }

.isax-user-search4:before {
  content: "\2b6"; }

.isax-user-square4:before {
  content: "\2b7"; }

.isax-user-tag4:before {
  content: "\2b8"; }

.isax-user-tick4:before {
  content: "\2b9"; }

.isax-verify4:before {
  content: "\2ba"; }

.isax-video4:before {
  content: "\2bb"; }

.isax-video-add4:before {
  content: "\2bc"; }

.isax-video-circle4:before {
  content: "\2bd"; }

.isax-video-horizontal4:before {
  content: "\2be"; }

.isax-video-octagon4:before {
  content: "\2bf"; }

.isax-video-play4:before {
  content: "\2c0"; }

.isax-video-remove4:before {
  content: "\2c1"; }

.isax-video-slash4:before {
  content: "\2c2"; }

.isax-video-square4:before {
  content: "\2c3"; }

.isax-video-tick4:before {
  content: "\2c4"; }

.isax-video-time4:before {
  content: "\2c5"; }

.isax-video-vertical4:before {
  content: "\2c6"; }

.isax-voice-cricle4:before {
  content: "\2c7"; }

.isax-voice-square4:before {
  content: "\2c8"; }

.isax-volume-cross4:before {
  content: "\2c9"; }

.isax-volume-high4:before {
  content: "\2ca"; }

.isax-volume-low4:before {
  content: "\2cb"; }

.isax-volume-low-14:before {
  content: "\2cc"; }

.isax-volume-mute4:before {
  content: "\2cd"; }

.isax-volume-slash4:before {
  content: "\2ce"; }

.isax-volume-up4:before {
  content: "\2cf"; }

.isax-wallet4:before {
  content: "\2d0"; }

.isax-wallet-14:before {
  content: "\2d1"; }

.isax-wallet-24:before {
  content: "\2d2"; }

.isax-wallet-34:before {
  content: "\2d3"; }

.isax-wallet-add4:before {
  content: "\2d4"; }

.isax-wallet-add-14:before {
  content: "\2d5"; }

.isax-wallet-check4:before {
  content: "\2d6"; }

.isax-wallet-minus4:before {
  content: "\2d7"; }

.isax-wallet-money4:before {
  content: "\2d8"; }

.isax-wallet-remove4:before {
  content: "\2d9"; }

.isax-wallet-search4:before {
  content: "\2da"; }

.isax-warning-24:before {
  content: "\2db"; }

.isax-watch4:before {
  content: "\2dc"; }

.isax-watch-status4:before {
  content: "\2dd"; }

.isax-weight4:before {
  content: "\2de"; }

.isax-weight-14:before {
  content: "\2df"; }

.isax-wifi4:before {
  content: "\2e0"; }

.isax-wifi-square4:before {
  content: "\2e1"; }

.isax-wind4:before {
  content: "\2e2"; }

.isax-wind-24:before {
  content: "\2e3"; }

.isax-woman4:before {
  content: "\2e4"; }

.isax-dcube4:before {
  content: "\2e5"; }

.isax-dcube5:before {
  content: "\2e6"; }

.isax-d-cube-scan5:before {
  content: "\2e7"; }

.isax-d-rotate5:before {
  content: "\2e8"; }

.isax-d-square5:before {
  content: "\2e9"; }

.isax-square5:before {
  content: "\2ea"; }

.isax-support5:before {
  content: "\2eb"; }

.isax-activity5:before {
  content: "\2ec"; }

.isax-add5:before {
  content: "\2ed"; }

.isax-add-circle5:before {
  content: "\2ee"; }

.isax-additem5:before {
  content: "\2ef"; }

.isax-add-square5:before {
  content: "\2f0"; }

.isax-airdrop5:before {
  content: "\2f1"; }

.isax-airplane5:before {
  content: "\2f2"; }

.isax-airplane-square5:before {
  content: "\2f3"; }

.isax-airpod5:before {
  content: "\2f4"; }

.isax-airpods5:before {
  content: "\2f5"; }

.isax-alarm5:before {
  content: "\2f6"; }

.isax-align-bottom5:before {
  content: "\2f7"; }

.isax-align-horizontally5:before {
  content: "\2f8"; }

.isax-align-left5:before {
  content: "\2f9"; }

.isax-align-right5:before {
  content: "\2fa"; }

.isax-align-vertically5:before {
  content: "\2fb"; }

.isax-aquarius5:before {
  content: "\2fc"; }

.isax-archive5:before {
  content: "\2fd"; }

.isax-archive-15:before {
  content: "\2fe"; }

.isax-archive-24:before {
  content: "\2ff"; }

.isax-archive-add5:before {
  content: "\300"; }

.isax-archive-book5:before {
  content: "\301"; }

.isax-archive-minus5:before {
  content: "\302"; }

.isax-archive-slash5:before {
  content: "\303"; }

.isax-archive-tick5:before {
  content: "\304"; }

.isax-arrange-circle5:before {
  content: "\305"; }

.isax-arrange-circle-25:before {
  content: "\306"; }

.isax-arrange-square5:before {
  content: "\307"; }

.isax-arrange-square-25:before {
  content: "\308"; }

.isax-arrow5:before {
  content: "\309"; }

.isax-arrow-25:before {
  content: "\30a"; }

.isax-arrow-35:before {
  content: "\30b"; }

.isax-arrow-bottom5:before {
  content: "\30c"; }

.isax-arrow-circle-down5:before {
  content: "\30d"; }

.isax-arrow-circle-left5:before {
  content: "\30e"; }

.isax-arrow-circle-right5:before {
  content: "\30f"; }

.isax-arrow-circle-up4:before {
  content: "\310"; }

.isax-arrow-down5:before {
  content: "\311"; }

.isax-arrow-down-15:before {
  content: "\312"; }

.isax-arrow-down-25:before {
  content: "\313"; }

.isax-arrow-left5:before {
  content: "\314"; }

.isax-arrow-left-15:before {
  content: "\315"; }

.isax-arrow-left-25:before {
  content: "\316"; }

.isax-arrow-left-35:before {
  content: "\317"; }

.isax-arrow-right5:before {
  content: "\318"; }

.isax-arrow-right-15:before {
  content: "\319"; }

.isax-arrow-right-25:before {
  content: "\31a"; }

.isax-arrow-right-35:before {
  content: "\31b"; }

.isax-arrow-square5:before {
  content: "\31c"; }

.isax-arrow-square-down5:before {
  content: "\31d"; }

.isax-arrow-square-left5:before {
  content: "\31e"; }

.isax-arrow-square-right3:before {
  content: "\31f"; }

.isax-arrow-square-up5:before {
  content: "\320"; }

.isax-arrow-swap4:before {
  content: "\321"; }

.isax-arrow-swap-horizontal5:before {
  content: "\322"; }

.isax-arrow-up5:before {
  content: "\323"; }

.isax-arrow-up-15:before {
  content: "\324"; }

.isax-arrow-up-25:before {
  content: "\325"; }

.isax-arrow-up-35:before {
  content: "\326"; }

.isax-attach-circle5:before {
  content: "\327"; }

.isax-attach-square5:before {
  content: "\328"; }

.isax-audio-square5:before {
  content: "\329"; }

.isax-autobrightness5:before {
  content: "\32a"; }

.isax-award5:before {
  content: "\32b"; }

.isax-back-square5:before {
  content: "\32c"; }

.isax-backward5:before {
  content: "\32d"; }

.isax-backward-5-seconds5:before {
  content: "\32e"; }

.isax-backward-10-seconds5:before {
  content: "\32f"; }

.isax-backward-15-seconds5:before {
  content: "\330"; }

.isax-backward-item5:before {
  content: "\331"; }

.isax-bag5:before {
  content: "\332"; }

.isax-bag-25:before {
  content: "\333"; }

.isax-bag-cross5:before {
  content: "\334"; }

.isax-bag-cross-15:before {
  content: "\335"; }

.isax-bag-happy5:before {
  content: "\336"; }

.isax-bag-tick5:before {
  content: "\337"; }

.isax-bag-tick-25:before {
  content: "\338"; }

.isax-bag-timer5:before {
  content: "\339"; }

.isax-bank5:before {
  content: "\33a"; }

.isax-barcode5:before {
  content: "\33b"; }

.isax-battery-3full5:before {
  content: "\33c"; }

.isax-battery-charging5:before {
  content: "\33d"; }

.isax-battery-disable5:before {
  content: "\33e"; }

.isax-battery-empty5:before {
  content: "\33f"; }

.isax-battery-empty-15:before {
  content: "\340"; }

.isax-battery-full5:before {
  content: "\341"; }

.isax-bezier5:before {
  content: "\342"; }

.isax-bill5:before {
  content: "\343"; }

.isax-bitcoin-card5:before {
  content: "\344"; }

.isax-bitcoin-convert5:before {
  content: "\345"; }

.isax-bitcoin-refresh5:before {
  content: "\346"; }

.isax-blend5:before {
  content: "\347"; }

.isax-blend-25:before {
  content: "\348"; }

.isax-bluetooth5:before {
  content: "\349"; }

.isax-bluetooth-25:before {
  content: "\34a"; }

.isax-bluetooth-circle5:before {
  content: "\34b"; }

.isax-bluetooth-rectangle5:before {
  content: "\34c"; }

.isax-blur5:before {
  content: "\34d"; }

.isax-book5:before {
  content: "\34e"; }

.isax-book-15:before {
  content: "\34f"; }

.isax-bookmark5:before {
  content: "\350"; }

.isax-bookmark-25:before {
  content: "\351"; }

.isax-book-saved5:before {
  content: "\352"; }

.isax-book-square5:before {
  content: "\353"; }

.isax-box5:before {
  content: "\354"; }

.isax-box-15:before {
  content: "\355"; }

.isax-box-25:before {
  content: "\356"; }

.isax-box-add5:before {
  content: "\357"; }

.isax-box-remove5:before {
  content: "\358"; }

.isax-box-search5:before {
  content: "\359"; }

.isax-box-tick5:before {
  content: "\35a"; }

.isax-box-time5:before {
  content: "\35b"; }

.isax-briefcase5:before {
  content: "\35c"; }

.isax-brifecase-cross5:before {
  content: "\35d"; }

.isax-brifecase-tick5:before {
  content: "\35e"; }

.isax-brifecase-timer5:before {
  content: "\35f"; }

.isax-broom5:before {
  content: "\360"; }

.isax-brush5:before {
  content: "\361"; }

.isax-brush-15:before {
  content: "\362"; }

.isax-brush-25:before {
  content: "\363"; }

.isax-brush-35:before {
  content: "\364"; }

.isax-brush-45:before {
  content: "\365"; }

.isax-bubble5:before {
  content: "\366"; }

.isax-bucket5:before {
  content: "\367"; }

.isax-bucket-circle5:before {
  content: "\368"; }

.isax-bucket-square5:before {
  content: "\369"; }

.isax-building5:before {
  content: "\36a"; }

.isax-building-35:before {
  content: "\36b"; }

.isax-building-45:before {
  content: "\36c"; }

.isax-buildings5:before {
  content: "\36d"; }

.isax-buildings-25:before {
  content: "\36e"; }

.isax-buliding5:before {
  content: "\36f"; }

.isax-bus5:before {
  content: "\370"; }

.isax-buy-crypto5:before {
  content: "\371"; }

.isax-cake5:before {
  content: "\372"; }

.isax-calculator5:before {
  content: "\373"; }

.isax-calendar5:before {
  content: "\374"; }

.isax-calendar-15:before {
  content: "\375"; }

.isax-calendar-25:before {
  content: "\376"; }

.isax-calendar-add5:before {
  content: "\377"; }

.isax-calendar-circle5:before {
  content: "\378"; }

.isax-calendar-edit5:before {
  content: "\379"; }

.isax-calendar-remove5:before {
  content: "\37a"; }

.isax-calendar-search5:before {
  content: "\37b"; }

.isax-calendar-tick5:before {
  content: "\37c"; }

.isax-call5:before {
  content: "\37d"; }

.isax-call-add5:before {
  content: "\37e"; }

.isax-call-calling5:before {
  content: "\37f"; }

.isax-call-incoming5:before {
  content: "\380"; }

.isax-call-minus5:before {
  content: "\381"; }

.isax-call-outgoing5:before {
  content: "\382"; }

.isax-call-received5:before {
  content: "\383"; }

.isax-call-remove5:before {
  content: "\384"; }

.isax-call-slash5:before {
  content: "\385"; }

.isax-camera5:before {
  content: "\386"; }

.isax-camera-slash5:before {
  content: "\387"; }

.isax-candle5:before {
  content: "\388"; }

.isax-candle-25:before {
  content: "\389"; }

.isax-car5:before {
  content: "\38a"; }

.isax-card5:before {
  content: "\38b"; }

.isax-card-add5:before {
  content: "\38c"; }

.isax-card-coin5:before {
  content: "\38d"; }

.isax-card-edit5:before {
  content: "\38e"; }

.isax-card-pos5:before {
  content: "\38f"; }

.isax-card-receive5:before {
  content: "\390"; }

.isax-card-remove5:before {
  content: "\391"; }

.isax-card-remove-15:before {
  content: "\392"; }

.isax-cards5:before {
  content: "\393"; }

.isax-card-send5:before {
  content: "\394"; }

.isax-card-slash5:before {
  content: "\395"; }

.isax-card-tick5:before {
  content: "\396"; }

.isax-card-tick-15:before {
  content: "\397"; }

.isax-category5:before {
  content: "\398"; }

.isax-category-25:before {
  content: "\399"; }

.isax-cd5:before {
  content: "\39a"; }

.isax-chart5:before {
  content: "\39b"; }

.isax-chart-15:before {
  content: "\39c"; }

.isax-chart-26:before {
  content: "\39d"; }

.isax-chart-35:before {
  content: "\39e"; }

.isax-chart-215:before {
  content: "\39f"; }

.isax-chart-fail3:before {
  content: "\3a0"; }

.isax-chart-square5:before {
  content: "\3a1"; }

.isax-chart-success5:before {
  content: "\3a2"; }

.isax-check5:before {
  content: "\3a3"; }

.isax-chrome5:before {
  content: "\3a4"; }

.isax-clipboard5:before {
  content: "\3a5"; }

.isax-clipboard-close5:before {
  content: "\3a6"; }

.isax-clipboard-export5:before {
  content: "\3a7"; }

.isax-clipboard-import5:before {
  content: "\3a8"; }

.isax-clipboard-text5:before {
  content: "\3a9"; }

.isax-clipboard-tick5:before {
  content: "\3aa"; }

.isax-clock5:before {
  content: "\3ab"; }

.isax-clock-15:before {
  content: "\3ac"; }

.isax-close-circle5:before {
  content: "\3ad"; }

.isax-close-square5:before {
  content: "\3ae"; }

.isax-cloud5:before {
  content: "\3af"; }

.isax-cloud-add5:before {
  content: "\3b0"; }

.isax-cloud-change5:before {
  content: "\3b1"; }

.isax-cloud-connection5:before {
  content: "\3b2"; }

.isax-cloud-cross5:before {
  content: "\3b3"; }

.isax-cloud-drizzle5:before {
  content: "\3b4"; }

.isax-cloud-fog5:before {
  content: "\3b5"; }

.isax-cloud-lightning5:before {
  content: "\3b6"; }

.isax-cloud-minus5:before {
  content: "\3b7"; }

.isax-cloud-notif5:before {
  content: "\3b8"; }

.isax-cloud-plus5:before {
  content: "\3b9"; }

.isax-cloud-remove5:before {
  content: "\3ba"; }

.isax-cloud-snow5:before {
  content: "\3bb"; }

.isax-cloud-sunny5:before {
  content: "\3bc"; }

.isax-code5:before {
  content: "\3bd"; }

.isax-code-15:before {
  content: "\3be"; }

.isax-code-circle5:before {
  content: "\3bf"; }

.isax-coffee5:before {
  content: "\3c0"; }

.isax-coin5:before {
  content: "\3c1"; }

.isax-coin-15:before {
  content: "\3c2"; }

.isax-colorfilter5:before {
  content: "\3c3"; }

.isax-colors-square5:before {
  content: "\3c4"; }

.isax-color-swatch5:before {
  content: "\3c5"; }

.isax-command5:before {
  content: "\3c6"; }

.isax-command-square5:before {
  content: "\3c7"; }

.isax-component5:before {
  content: "\3c8"; }

.isax-computing5:before {
  content: "\3c9"; }

.isax-convert5:before {
  content: "\3ca"; }

.isax-convert-3d-cube5:before {
  content: "\3cb"; }

.isax-convert-card5:before {
  content: "\3cc"; }

.isax-convertshape5:before {
  content: "\3cd"; }

.isax-convertshape-25:before {
  content: "\3ce"; }

.isax-copy5:before {
  content: "\3cf"; }

.isax-copyright5:before {
  content: "\3d0"; }

.isax-copy-success5:before {
  content: "\3d1"; }

.isax-courthouse5:before {
  content: "\3d2"; }

.isax-cpu5:before {
  content: "\3d3"; }

.isax-cpu-charge5:before {
  content: "\3d4"; }

.isax-cpu-setting5:before {
  content: "\3d5"; }

.isax-creative-commons5:before {
  content: "\3d6"; }

.isax-crop5:before {
  content: "\3d7"; }

.isax-crown5:before {
  content: "\3d8"; }

.isax-crown-15:before {
  content: "\3d9"; }

.isax-cup5:before {
  content: "\3da"; }

.isax-danger5:before {
  content: "\3db"; }

.isax-data5:before {
  content: "\3dc"; }

.isax-data-25 .path1:before {
  content: "\3dd";
  color: #292d32; }

.isax-data-25 .path2:before {
  content: "\66d";
  margin-left: -1em;
  color: #292d32; }

.isax-data-25 .path3:before {
  content: "\66e";
  margin-left: -1em;
  color: #292d32; }

.isax-data-25 .path4:before {
  content: "\66f";
  margin-left: -1em;
  color: #292d32;
  opacity: 0.96; }

.isax-data-25 .path5:before {
  content: "\670";
  margin-left: -1em;
  color: #292d32; }

.isax-designtools5:before {
  content: "\3de"; }

.isax-device-message5:before {
  content: "\3df"; }

.isax-devices5:before {
  content: "\3e0"; }

.isax-devices-14:before {
  content: "\3e1"; }

.isax-diagram5:before {
  content: "\3e2"; }

.isax-diamonds5:before {
  content: "\3e3"; }

.isax-direct5:before {
  content: "\3e4"; }

.isax-directbox-default5:before {
  content: "\3e5"; }

.isax-directbox-notif5:before {
  content: "\3e6"; }

.isax-directbox-receive5:before {
  content: "\3e7"; }

.isax-directbox-send5:before {
  content: "\3e8"; }

.isax-direct-down5:before {
  content: "\3e9"; }

.isax-direct-inbox5:before {
  content: "\3ea"; }

.isax-direct-left5:before {
  content: "\3eb"; }

.isax-direct-normal5:before {
  content: "\3ec"; }

.isax-direct-notification5:before {
  content: "\3ed"; }

.isax-direct-right5:before {
  content: "\3ee"; }

.isax-direct-send5:before {
  content: "\3ef"; }

.isax-direct-up5:before {
  content: "\3f0"; }

.isax-discount-circle5:before {
  content: "\3f1"; }

.isax-discount-shape5:before {
  content: "\3f2"; }

.isax-discover5:before {
  content: "\3f3"; }

.isax-discover-14:before {
  content: "\3f4"; }

.isax-dislike5:before {
  content: "\3f5"; }

.isax-document5:before {
  content: "\3f6"; }

.isax-document-15:before {
  content: "\3f7"; }

.isax-document-cloud5:before {
  content: "\3f8"; }

.isax-document-code5:before {
  content: "\3f9"; }

.isax-document-code-25:before {
  content: "\3fa"; }

.isax-document-copy5:before {
  content: "\3fb"; }

.isax-document-download5:before {
  content: "\3fc"; }

.isax-document-favorite5:before {
  content: "\3fd"; }

.isax-document-filter5:before {
  content: "\3fe"; }

.isax-document-forward5:before {
  content: "\3ff"; }

.isax-document-like5:before {
  content: "\400"; }

.isax-document-normal4:before {
  content: "\401"; }

.isax-document-previous5:before {
  content: "\402"; }

.isax-document-sketch5:before {
  content: "\403"; }

.isax-document-text5:before {
  content: "\404"; }

.isax-document-text-15:before {
  content: "\405"; }

.isax-document-upload5:before {
  content: "\406"; }

.isax-dollar-circle4:before {
  content: "\407"; }

.isax-dollar-square5:before {
  content: "\408"; }

.isax-driver5:before {
  content: "\409"; }

.isax-driver-25:before {
  content: "\40a"; }

.isax-driver-refresh5:before {
  content: "\40b"; }

.isax-driving5:before {
  content: "\40c"; }

.isax-drop3:before {
  content: "\40d"; }

.isax-edit5:before {
  content: "\40e"; }

.isax-edit-25:before {
  content: "\40f"; }

.isax-electricity5:before {
  content: "\410"; }

.isax-element-25:before {
  content: "\411"; }

.isax-element-35:before {
  content: "\412"; }

.isax-element-45:before {
  content: "\413"; }

.isax-element-equal5:before {
  content: "\414"; }

.isax-element-plus5:before {
  content: "\415"; }

.isax-emoji-happy5:before {
  content: "\416"; }

.isax-emoji-normal5:before {
  content: "\417"; }

.isax-emoji-sad5:before {
  content: "\418"; }

.isax-empty-wallet5:before {
  content: "\419"; }

.isax-empty-wallet-add5:before {
  content: "\41a"; }

.isax-empty-wallet-change4:before {
  content: "\41b"; }

.isax-empty-wallet-remove5:before {
  content: "\41c"; }

.isax-empty-wallet-tick5:before {
  content: "\41d"; }

.isax-empty-wallet-time4:before {
  content: "\41e"; }

.isax-eraser5:before {
  content: "\41f"; }

.isax-eraser-15:before {
  content: "\420"; }

.isax-export5:before {
  content: "\421"; }

.isax-export-15:before {
  content: "\422"; }

.isax-export-25:before {
  content: "\423"; }

.isax-export-35:before {
  content: "\424"; }

.isax-external-drive5:before {
  content: "\425"; }

.isax-eye4:before {
  content: "\426"; }

.isax-eye-slash5:before {
  content: "\427"; }

.isax-fatrows5:before {
  content: "\428"; }

.isax-favorite-chart5:before {
  content: "\429"; }

.isax-filter5:before {
  content: "\42a"; }

.isax-filter-add5:before {
  content: "\42b"; }

.isax-filter-edit5:before {
  content: "\42c"; }

.isax-filter-remove5:before {
  content: "\42d"; }

.isax-filter-search5:before {
  content: "\42e"; }

.isax-filter-square5:before {
  content: "\42f"; }

.isax-filter-tick5:before {
  content: "\430"; }

.isax-finger-cricle5:before {
  content: "\431"; }

.isax-finger-scan5:before {
  content: "\432"; }

.isax-firstline5:before {
  content: "\433"; }

.isax-flag5:before {
  content: "\434"; }

.isax-flag-25:before {
  content: "\435"; }

.isax-flash5:before {
  content: "\436"; }

.isax-flash-15:before {
  content: "\437"; }

.isax-flash-circle5:before {
  content: "\438"; }

.isax-flash-circle-15:before {
  content: "\439"; }

.isax-flash-slash5:before {
  content: "\43a"; }

.isax-folder5:before {
  content: "\43b"; }

.isax-folder-25:before {
  content: "\43c"; }

.isax-folder-add5:before {
  content: "\43d"; }

.isax-folder-cloud5:before {
  content: "\43e"; }

.isax-folder-connection5:before {
  content: "\43f"; }

.isax-folder-cross5:before {
  content: "\440"; }

.isax-folder-favorite5:before {
  content: "\441"; }

.isax-folder-minus5:before {
  content: "\442"; }

.isax-folder-open5:before {
  content: "\443"; }

.isax-forbidden5:before {
  content: "\444"; }

.isax-forbidden-25:before {
  content: "\445"; }

.isax-format-circle5:before {
  content: "\446"; }

.isax-format-square5:before {
  content: "\447"; }

.isax-forward5:before {
  content: "\448"; }

.isax-forward-5-seconds5:before {
  content: "\449"; }

.isax-forward-10-seconds5:before {
  content: "\44a"; }

.isax-forward-15-seconds5:before {
  content: "\44b"; }

.isax-forward-item5:before {
  content: "\44c"; }

.isax-forward-square5:before {
  content: "\44d"; }

.isax-frame5:before {
  content: "\44e"; }

.isax-frame-15:before {
  content: "\44f"; }

.isax-frame-25:before {
  content: "\450"; }

.isax-frame-35:before {
  content: "\451"; }

.isax-frame-45:before {
  content: "\452"; }

.isax-gallery5:before {
  content: "\453"; }

.isax-gallery-add5:before {
  content: "\454"; }

.isax-gallery-edit5:before {
  content: "\455"; }

.isax-gallery-export4:before {
  content: "\456"; }

.isax-gallery-favorite5:before {
  content: "\457"; }

.isax-gallery-import5:before {
  content: "\458"; }

.isax-gallery-remove5:before {
  content: "\459"; }

.isax-gallery-slash5:before {
  content: "\45a"; }

.isax-gallery-tick5:before {
  content: "\45b"; }

.isax-game5:before {
  content: "\45c"; }

.isax-gameboy5:before {
  content: "\45d"; }

.isax-gas-station4:before {
  content: "\45e"; }

.isax-gemini5:before {
  content: "\45f"; }

.isax-gemini-25:before {
  content: "\460"; }

.isax-ghost5:before {
  content: "\461"; }

.isax-gift5:before {
  content: "\462"; }

.isax-glass5:before {
  content: "\463"; }

.isax-glass-15:before {
  content: "\464"; }

.isax-global5:before {
  content: "\465"; }

.isax-global-edit5:before {
  content: "\466"; }

.isax-global-refresh5:before {
  content: "\467"; }

.isax-global-search5:before {
  content: "\468"; }

.isax-gps5:before {
  content: "\469"; }

.isax-gps-slash5:before {
  content: "\46a"; }

.isax-grammerly5:before {
  content: "\46b"; }

.isax-graph5:before {
  content: "\46c"; }

.isax-grid-15:before {
  content: "\46d"; }

.isax-grid-25:before {
  content: "\46e"; }

.isax-grid-35:before {
  content: "\46f"; }

.isax-grid-45:before {
  content: "\470"; }

.isax-grid-55:before {
  content: "\471"; }

.isax-grid-65:before {
  content: "\472"; }

.isax-grid-75:before {
  content: "\473"; }

.isax-grid-85:before {
  content: "\474"; }

.isax-grid-95:before {
  content: "\475"; }

.isax-grid-edit5:before {
  content: "\476"; }

.isax-grid-eraser5:before {
  content: "\477"; }

.isax-grid-lock5:before {
  content: "\478"; }

.isax-happyemoji5:before {
  content: "\479"; }

.isax-hashtag5:before {
  content: "\47a"; }

.isax-hashtag-15:before {
  content: "\47b"; }

.isax-hashtag-down5:before {
  content: "\47c"; }

.isax-hashtag-up5:before {
  content: "\47d"; }

.isax-headphone5:before {
  content: "\47e"; }

.isax-headphones5:before {
  content: "\47f"; }

.isax-health5:before {
  content: "\480"; }

.isax-heart5:before {
  content: "\481"; }

.isax-heart-add5:before {
  content: "\482"; }

.isax-heart-circle5:before {
  content: "\483"; }

.isax-heart-edit5:before {
  content: "\484"; }

.isax-heart-remove5:before {
  content: "\485"; }

.isax-heart-search5:before {
  content: "\486"; }

.isax-heart-slash5:before {
  content: "\487"; }

.isax-heart-tick5:before {
  content: "\488"; }

.isax-hierarchy5:before {
  content: "\489"; }

.isax-hierarchy-25:before {
  content: "\48a"; }

.isax-hierarchy-35:before {
  content: "\48b"; }

.isax-hierarchy-square5:before {
  content: "\48c"; }

.isax-hierarchy-square-25:before {
  content: "\48d"; }

.isax-hierarchy-square-35:before {
  content: "\48e"; }

.isax-home5:before {
  content: "\48f"; }

.isax-home-15:before {
  content: "\490"; }

.isax-home-25:before {
  content: "\491"; }

.isax-home-hashtag5:before {
  content: "\492"; }

.isax-home-trend-down5:before {
  content: "\493"; }

.isax-home-trend-up5:before {
  content: "\494"; }

.isax-home-wifi5:before {
  content: "\495"; }

.isax-hospital5:before {
  content: "\496"; }

.isax-house5:before {
  content: "\497"; }

.isax-house-25:before {
  content: "\498"; }

.isax-image5:before {
  content: "\499"; }

.isax-import5:before {
  content: "\49a"; }

.isax-import-15:before {
  content: "\49b"; }

.isax-import-25:before {
  content: "\49c"; }

.isax-import-3:before {
  content: "\49d"; }

.isax-info-circle5:before {
  content: "\49e"; }

.isax-information5:before {
  content: "\49f"; }

.isax-instagram5:before {
  content: "\4a0"; }

.isax-judge5:before {
  content: "\4a1"; }

.isax-kanban4:before {
  content: "\4a2"; }

.isax-key5:before {
  content: "\4a3"; }

.isax-keyboard5:before {
  content: "\4a4"; }

.isax-keyboard-open5:before {
  content: "\4a5"; }

.isax-key-square5:before {
  content: "\4a6"; }

.isax-lamp5:before {
  content: "\4a7"; }

.isax-lamp-15:before {
  content: "\4a8"; }

.isax-lamp-charge5:before {
  content: "\4a9"; }

.isax-lamp-on5:before {
  content: "\4aa"; }

.isax-lamp-slash5:before {
  content: "\4ab"; }

.isax-language-circle5:before {
  content: "\4ac"; }

.isax-language-square5:before {
  content: "\4ad"; }

.isax-layer5:before {
  content: "\4ae"; }

.isax-level5:before {
  content: "\4af"; }

.isax-lifebuoy5:before {
  content: "\4b0"; }

.isax-like5:before {
  content: "\4b1"; }

.isax-like-15:before {
  content: "\4b2"; }

.isax-like-dislike5:before {
  content: "\4b3"; }

.isax-like-shapes5:before {
  content: "\4b4"; }

.isax-like-tag5:before {
  content: "\4b5"; }

.isax-link5:before {
  content: "\4b6"; }

.isax-link-15:before {
  content: "\4b7"; }

.isax-link-26:before {
  content: "\4b8"; }

.isax-link-215:before {
  content: "\4b9"; }

.isax-link-circle5:before {
  content: "\4ba"; }

.isax-link-square5:before {
  content: "\4bb"; }

.isax-location5:before {
  content: "\4bc"; }

.isax-location-add5:before {
  content: "\4bd"; }

.isax-location-cross5:before {
  content: "\4be"; }

.isax-location-minus5:before {
  content: "\4bf"; }

.isax-location-slash5:before {
  content: "\4c0"; }

.isax-location-tick5:before {
  content: "\4c1"; }

.isax-lock5:before {
  content: "\4c2"; }

.isax-lock-15:before {
  content: "\4c3"; }

.isax-lock-circle5:before {
  content: "\4c4"; }

.isax-lock-slash5:before {
  content: "\4c5"; }

.isax-login5:before {
  content: "\4c6"; }

.isax-login-15:before {
  content: "\4c7"; }

.isax-logout5:before {
  content: "\4c8"; }

.isax-logout-15:before {
  content: "\4c9"; }

.isax-lovely5:before {
  content: "\4ca"; }

.isax-magicpen5:before {
  content: "\4cb"; }

.isax-magic-star5:before {
  content: "\4cc"; }

.isax-main-component5:before {
  content: "\4cd"; }

.isax-man5:before {
  content: "\4ce"; }

.isax-map5:before {
  content: "\4cf"; }

.isax-map-15:before {
  content: "\4d0"; }

.isax-mask5:before {
  content: "\4d1"; }

.isax-mask-15:before {
  content: "\4d2"; }

.isax-mask-25:before {
  content: "\4d3"; }

.isax-math5:before {
  content: "\4d4"; }

.isax-maximize5:before {
  content: "\4d5"; }

.isax-maximize-15:before {
  content: "\4d6"; }

.isax-maximize-26:before {
  content: "\4d7"; }

.isax-maximize-35:before {
  content: "\4d8"; }

.isax-maximize-45:before {
  content: "\4d9"; }

.isax-maximize-215:before {
  content: "\4da"; }

.isax-maximize-circle4:before {
  content: "\4db"; }

.isax-medal5:before {
  content: "\4dc"; }

.isax-medal-star5:before {
  content: "\4dd"; }

.isax-menu5:before {
  content: "\4de"; }

.isax-menu-15:before {
  content: "\4df"; }

.isax-menu-board5:before {
  content: "\4e0"; }

.isax-message5:before {
  content: "\4e1"; }

.isax-message-25:before {
  content: "\4e2"; }

.isax-message-add5:before {
  content: "\4e3"; }

.isax-message-add-15:before {
  content: "\4e4"; }

.isax-message-circle5:before {
  content: "\4e5"; }

.isax-message-edit5:before {
  content: "\4e6"; }

.isax-message-favorite5:before {
  content: "\4e7"; }

.isax-message-minus5:before {
  content: "\4e8"; }

.isax-message-notif5:before {
  content: "\4e9"; }

.isax-message-programming5:before {
  content: "\4ea"; }

.isax-message-question5:before {
  content: "\4eb"; }

.isax-message-remove5:before {
  content: "\4ec"; }

.isax-messages5:before {
  content: "\4ed"; }

.isax-messages-15:before {
  content: "\4ee"; }

.isax-messages-25:before {
  content: "\4ef"; }

.isax-messages-35:before {
  content: "\4f0"; }

.isax-message-search5:before {
  content: "\4f1"; }

.isax-message-square5:before {
  content: "\4f2"; }

.isax-message-text5:before {
  content: "\4f3"; }

.isax-message-text-15:before {
  content: "\4f4"; }

.isax-message-tick5:before {
  content: "\4f5"; }

.isax-message-time5:before {
  content: "\4f6"; }

.isax-microphone5:before {
  content: "\4f7"; }

.isax-microphone-25:before {
  content: "\4f8"; }

.isax-microphone-slash5:before {
  content: "\4f9"; }

.isax-microphone-slash-15:before {
  content: "\4fa"; }

.isax-microscope5:before {
  content: "\4fb"; }

.isax-milk5:before {
  content: "\4fc"; }

.isax-mini-music-sqaure5 .path1:before {
  content: "\4fd";
  color: #292d32;
  opacity: 0.4; }

.isax-mini-music-sqaure5 .path2:before {
  content: "\671";
  margin-left: -1em;
  color: #292d32; }

.isax-mini-music-sqaure5 .path3:before {
  content: "\672";
  margin-left: -1em;
  color: #292d32; }

.isax-minus5:before {
  content: "\4fe"; }

.isax-minus-cirlce5:before {
  content: "\4ff"; }

.isax-minus-square5:before {
  content: "\500"; }

.isax-mirror5:before {
  content: "\501"; }

.isax-mirroring-screen5:before {
  content: "\502"; }

.isax-mobile5:before {
  content: "\503"; }

.isax-mobile-programming5:before {
  content: "\504"; }

.isax-money5:before {
  content: "\505"; }

.isax-money-25:before {
  content: "\506"; }

.isax-money-35:before {
  content: "\507"; }

.isax-money-45:before {
  content: "\508"; }

.isax-money-add5:before {
  content: "\509"; }

.isax-money-change5:before {
  content: "\50a"; }

.isax-money-forbidden5:before {
  content: "\50b"; }

.isax-money-recive5:before {
  content: "\50c"; }

.isax-money-remove5:before {
  content: "\50d"; }

.isax-moneys5:before {
  content: "\50e"; }

.isax-money-send5:before {
  content: "\50f"; }

.isax-money-tick5:before {
  content: "\510"; }

.isax-money-time5:before {
  content: "\511"; }

.isax-monitor5:before {
  content: "\512"; }

.isax-monitor-mobbile5:before {
  content: "\513"; }

.isax-monitor-recorder5:before {
  content: "\514"; }

.isax-moon5:before {
  content: "\515"; }

.isax-more5:before {
  content: "\516"; }

.isax-more-25:before {
  content: "\517"; }

.isax-more-circle5:before {
  content: "\518"; }

.isax-more-square5:before {
  content: "\519"; }

.isax-mouse5:before {
  content: "\51a"; }

.isax-mouse-15:before {
  content: "\51b"; }

.isax-mouse-circle5:before {
  content: "\51c"; }

.isax-mouse-square5:before {
  content: "\51d"; }

.isax-music5:before {
  content: "\51e"; }

.isax-music-circle5:before {
  content: "\51f"; }

.isax-music-dashboard5:before {
  content: "\520"; }

.isax-music-filter5:before {
  content: "\521"; }

.isax-music-library-25:before {
  content: "\522"; }

.isax-musicnote5:before {
  content: "\523"; }

.isax-music-play5:before {
  content: "\524"; }

.isax-music-playlist5:before {
  content: "\525"; }

.isax-music-square5:before {
  content: "\526"; }

.isax-music-square-add5:before {
  content: "\527"; }

.isax-music-square-remove5:before {
  content: "\528"; }

.isax-music-square-search5:before {
  content: "\529"; }

.isax-next5:before {
  content: "\52a"; }

.isax-note5:before {
  content: "\52b"; }

.isax-note-15:before {
  content: "\52c"; }

.isax-note-26:before {
  content: "\52d"; }

.isax-note-215:before {
  content: "\52e"; }

.isax-note-add5:before {
  content: "\52f"; }

.isax-note-favorite5:before {
  content: "\530"; }

.isax-note-remove5:before {
  content: "\531"; }

.isax-note-square5:before {
  content: "\532"; }

.isax-note-text5:before {
  content: "\533"; }

.isax-notification5:before {
  content: "\534"; }

.isax-notification-15:before {
  content: "\535"; }

.isax-notification-bing5:before {
  content: "\536"; }

.isax-notification-favorite5:before {
  content: "\537"; }

.isax-notification-status5:before {
  content: "\538"; }

.isax-omega-circle5:before {
  content: "\539"; }

.isax-omega-square5:before {
  content: "\53a"; }

.isax-paintbucket5:before {
  content: "\53b"; }

.isax-paperclip5:before {
  content: "\53c"; }

.isax-paperclip-25:before {
  content: "\53d"; }

.isax-password-check5:before {
  content: "\53e"; }

.isax-path5:before {
  content: "\53f"; }

.isax-path-25:before {
  content: "\540"; }

.isax-path-square5:before {
  content: "\541"; }

.isax-pause5:before {
  content: "\542"; }

.isax-pause-circle5:before {
  content: "\543"; }

.isax-pen-add5:before {
  content: "\544"; }

.isax-pen-close5:before {
  content: "\545"; }

.isax-pen-remove5:before {
  content: "\546"; }

.isax-pen-tool5:before {
  content: "\547"; }

.isax-pen-tool-25:before {
  content: "\548"; }

.isax-people5:before {
  content: "\549"; }

.isax-percentage-circle5:before {
  content: "\54a"; }

.isax-percentage-square5:before {
  content: "\54b"; }

.isax-personalcard5:before {
  content: "\54c"; }

.isax-pet5:before {
  content: "\54d"; }

.isax-pharagraphspacing5:before {
  content: "\54e"; }

.isax-picture-frame5:before {
  content: "\54f"; }

.isax-play5:before {
  content: "\550"; }

.isax-play-add5:before {
  content: "\551"; }

.isax-play-circle5:before {
  content: "\552"; }

.isax-play-cricle5:before {
  content: "\553"; }

.isax-play-remove5:before {
  content: "\554"; }

.isax-presention-chart5:before {
  content: "\555"; }

.isax-previous5:before {
  content: "\556"; }

.isax-printer5:before {
  content: "\557"; }

.isax-printer-slash5:before {
  content: "\558"; }

.isax-profile-2user5:before {
  content: "\559"; }

.isax-profile-add5:before {
  content: "\55a"; }

.isax-profile-circle5:before {
  content: "\55b"; }

.isax-profile-delete5:before {
  content: "\55c"; }

.isax-profile-remove5:before {
  content: "\55d"; }

.isax-profile-tick5:before {
  content: "\55e"; }

.isax-programming-arrow5:before {
  content: "\55f"; }

.isax-programming-arrows5:before {
  content: "\560"; }

.isax-quote-down5:before {
  content: "\561"; }

.isax-quote-down-circle5:before {
  content: "\562"; }

.isax-quote-down-square5:before {
  content: "\563"; }

.isax-quote-up5:before {
  content: "\564"; }

.isax-quote-up-circle5:before {
  content: "\565"; }

.isax-quote-up-square5:before {
  content: "\566"; }

.isax-radar5:before {
  content: "\567"; }

.isax-radar-15:before {
  content: "\568"; }

.isax-radar-25:before {
  content: "\569"; }

.isax-radio5:before {
  content: "\56a"; }

.isax-ram5:before {
  content: "\56b"; }

.isax-ram-25:before {
  content: "\56c"; }

.isax-ranking5:before {
  content: "\56d"; }

.isax-ranking-15:before {
  content: "\56e"; }

.isax-receipt5:before {
  content: "\56f"; }

.isax-receipt-15:before {
  content: "\570"; }

.isax-receipt-25:before {
  content: "\571"; }

.isax-receipt-2-15:before {
  content: "\572"; }

.isax-receipt-add5:before {
  content: "\573"; }

.isax-receipt-discount5:before {
  content: "\574"; }

.isax-receipt-disscount5:before {
  content: "\575"; }

.isax-receipt-edit5:before {
  content: "\576"; }

.isax-receipt-item5:before {
  content: "\577"; }

.isax-receipt-minus5:before {
  content: "\578"; }

.isax-receipt-search5:before {
  content: "\579"; }

.isax-receipt-square5:before {
  content: "\57a"; }

.isax-receipt-text5:before {
  content: "\57b"; }

.isax-received5:before {
  content: "\57c"; }

.isax-receive-square5:before {
  content: "\57d"; }

.isax-receive-square-25:before {
  content: "\57e"; }

.isax-record5:before {
  content: "\57f"; }

.isax-record-circle5:before {
  content: "\580"; }

.isax-recovery-convert5:before {
  content: "\581"; }

.isax-redo5:before {
  content: "\582"; }

.isax-refresh5:before {
  content: "\583"; }

.isax-refresh-25:before {
  content: "\584"; }

.isax-refresh-circle5:before {
  content: "\585"; }

.isax-refresh-left-square5:before {
  content: "\586"; }

.isax-refresh-right-square5:before {
  content: "\587"; }

.isax-refresh-square-25:before {
  content: "\588"; }

.isax-repeat5:before {
  content: "\589"; }

.isax-repeat-circle5:before {
  content: "\58a"; }

.isax-repeate-music5:before {
  content: "\58b"; }

.isax-repeate-one5:before {
  content: "\58c"; }

.isax-reserve5:before {
  content: "\58d"; }

.isax-rotate-left5:before {
  content: "\58e"; }

.isax-rotate-left-15:before {
  content: "\58f"; }

.isax-rotate-right5:before {
  content: "\590"; }

.isax-rotate-right-15:before {
  content: "\591"; }

.isax-route-square5:before {
  content: "\592"; }

.isax-routing5:before {
  content: "\593"; }

.isax-routing-25:before {
  content: "\594"; }

.isax-row-horizontal5:before {
  content: "\595"; }

.isax-row-vertical5:before {
  content: "\596"; }

.isax-rulerpen5:before {
  content: "\597"; }

.isax-ruler5:before {
  content: "\598"; }

.isax-safe-home5:before {
  content: "\599"; }

.isax-sagittarius5:before {
  content: "\59a"; }

.isax-save-25:before {
  content: "\59b"; }

.isax-save-add5:before {
  content: "\59c"; }

.isax-save-minus5:before {
  content: "\59d"; }

.isax-save-remove5:before {
  content: "\59e"; }

.isax-scan5:before {
  content: "\59f"; }

.isax-scan-barcode5:before {
  content: "\5a0"; }

.isax-scanner5:before {
  content: "\5a1"; }

.isax-scanning5:before {
  content: "\5a2"; }

.isax-scissor5:before {
  content: "\5a3"; }

.isax-scissor-15:before {
  content: "\5a4"; }

.isax-screenmirroring5:before {
  content: "\5a5"; }

.isax-scroll5:before {
  content: "\5a6"; }

.isax-search-favorite5:before {
  content: "\5a7"; }

.isax-search-favorite-15:before {
  content: "\5a8"; }

.isax-search-normal5:before {
  content: "\5a9"; }

.isax-search-normal-15:before {
  content: "\5aa"; }

.isax-search-status5:before {
  content: "\5ab"; }

.isax-search-status-15:before {
  content: "\5ac"; }

.isax-search-zoom-in5:before {
  content: "\5ad"; }

.isax-search-zoom-in-15:before {
  content: "\5ae"; }

.isax-search-zoom-out5:before {
  content: "\5af"; }

.isax-search-zoom-out-15:before {
  content: "\5b0"; }

.isax-security5:before {
  content: "\5b1"; }

.isax-security-card5:before {
  content: "\5b2"; }

.isax-security-safe5:before {
  content: "\5b3"; }

.isax-security-time5:before {
  content: "\5b4"; }

.isax-security-user5:before {
  content: "\5b5"; }

.isax-send5:before {
  content: "\5b6"; }

.isax-send-15:before {
  content: "\5b7"; }

.isax-send-25:before {
  content: "\5b8"; }

.isax-send-sqaure-25:before {
  content: "\5b9"; }

.isax-send-square5:before {
  content: "\5ba"; }

.isax-setting5:before {
  content: "\5bb"; }

.isax-setting-25:before {
  content: "\5bc"; }

.isax-setting-35:before {
  content: "\5bd"; }

.isax-setting-45:before {
  content: "\5be"; }

.isax-setting-55:before {
  content: "\5bf"; }

.isax-settings5:before {
  content: "\5c0"; }

.isax-shapes5:before {
  content: "\5c1"; }

.isax-shapes-15:before {
  content: "\5c2"; }

.isax-share5:before {
  content: "\5c3"; }

.isax-shield-cross5:before {
  content: "\5c4"; }

.isax-shield-search5:before {
  content: "\5c5"; }

.isax-shield-security2:before {
  content: "\5c6"; }

.isax-shield-slash5:before {
  content: "\5c7"; }

.isax-shield-tick5:before {
  content: "\5c8"; }

.isax-ship5:before {
  content: "\5c9"; }

.isax-shop5:before {
  content: "\5ca"; }

.isax-shop-add5:before {
  content: "\5cb"; }

.isax-shopping-bag5:before {
  content: "\5cc"; }

.isax-shopping-cart5:before {
  content: "\5cd"; }

.isax-shop-remove5:before {
  content: "\5ce"; }

.isax-shuffle5:before {
  content: "\5cf"; }

.isax-sidebar-bottom5:before {
  content: "\5d0"; }

.isax-sidebar-left5:before {
  content: "\5d1"; }

.isax-sidebar-right5:before {
  content: "\5d2"; }

.isax-sidebar-top5:before {
  content: "\5d3"; }

.isax-signpost5:before {
  content: "\5d4"; }

.isax-simcard5:before {
  content: "\5d5"; }

.isax-simcard-15:before {
  content: "\5d6"; }

.isax-simcard-25:before {
  content: "\5d7"; }

.isax-size5:before {
  content: "\5d8"; }

.isax-slash5:before {
  content: "\5d9"; }

.isax-slider5:before {
  content: "\5da"; }

.isax-slider-horizontal5:before {
  content: "\5db"; }

.isax-slider-horizontal-15:before {
  content: "\5dc"; }

.isax-slider-vertical5:before {
  content: "\5dd"; }

.isax-slider-vertical-15:before {
  content: "\5de"; }

.isax-smallcaps5:before {
  content: "\5df"; }

.isax-smart-car5:before {
  content: "\5e0"; }

.isax-smart-home5:before {
  content: "\5e1"; }

.isax-smileys5:before {
  content: "\5e2"; }

.isax-sms5:before {
  content: "\5e3"; }

.isax-sms-edit5:before {
  content: "\5e4"; }

.isax-sms-notification5:before {
  content: "\5e5"; }

.isax-sms-search5:before {
  content: "\5e6"; }

.isax-sms-star5:before {
  content: "\5e7"; }

.isax-sms-tracking5:before {
  content: "\5e8"; }

.isax-sort5:before {
  content: "\5e9"; }

.isax-sound5:before {
  content: "\5ea"; }

.isax-speaker5:before {
  content: "\5eb"; }

.isax-speedometer5:before {
  content: "\5ec"; }

.isax-star5:before {
  content: "\5ed"; }

.isax-star-15:before {
  content: "\5ee"; }

.isax-star-slash5:before {
  content: "\5ef"; }

.isax-status5:before {
  content: "\5f0"; }

.isax-status-up5:before {
  content: "\5f1"; }

.isax-sticker5:before {
  content: "\5f2"; }

.isax-stickynote5:before {
  content: "\5f3"; }

.isax-stop5:before {
  content: "\5f4"; }

.isax-stop-circle5:before {
  content: "\5f5"; }

.isax-story5:before {
  content: "\5f6"; }

.isax-strongbox5:before {
  content: "\5f7"; }

.isax-strongbox-25:before {
  content: "\5f8"; }

.isax-subtitle5:before {
  content: "\5f9"; }

.isax-sun5:before {
  content: "\5fa"; }

.isax-sun-15:before {
  content: "\5fb"; }

.isax-sun-fog5:before {
  content: "\5fc"; }

.isax-tag5:before {
  content: "\5fd"; }

.isax-tag-25:before {
  content: "\5fe"; }

.isax-tag-cross5:before {
  content: "\5ff"; }

.isax-tag-right5:before {
  content: "\600"; }

.isax-tag-user5:before {
  content: "\601"; }

.isax-task5:before {
  content: "\602"; }

.isax-task-square5:before {
  content: "\603"; }

.isax-teacher5:before {
  content: "\604"; }

.isax-text5:before {
  content: "\605"; }

.isax-textalign-center5:before {
  content: "\606"; }

.isax-textalign-justifycenter5:before {
  content: "\607"; }

.isax-textalign-justifyleft5:before {
  content: "\608"; }

.isax-textalign-justifyright5:before {
  content: "\609"; }

.isax-textalign-left5:before {
  content: "\60a"; }

.isax-textalign-right5:before {
  content: "\60b"; }

.isax-text-block5:before {
  content: "\60c"; }

.isax-text-bold5:before {
  content: "\60d"; }

.isax-text-italic5:before {
  content: "\60e"; }

.isax-text-underline5:before {
  content: "\60f"; }

.isax-tick-circle5:before {
  content: "\610"; }

.isax-ticket5:before {
  content: "\611"; }

.isax-ticket-25:before {
  content: "\612"; }

.isax-ticket-discount5:before {
  content: "\613"; }

.isax-ticket-expired5:before {
  content: "\614"; }

.isax-ticket-star5:before {
  content: "\615"; }

.isax-tick-square5:before {
  content: "\616"; }

.isax-timer5:before {
  content: "\617"; }

.isax-timer-15:before {
  content: "\618"; }

.isax-timer-pause5:before {
  content: "\619"; }

.isax-timer-start5:before {
  content: "\61a"; }

.isax-toggle-off5:before {
  content: "\61b"; }

.isax-toggle-off-circle5:before {
  content: "\61c"; }

.isax-toggle-on5:before {
  content: "\61d"; }

.isax-toggle-on-circle5:before {
  content: "\61e"; }

.isax-trade5:before {
  content: "\61f"; }

.isax-transaction-minus5:before {
  content: "\620"; }

.isax-translate5:before {
  content: "\621"; }

.isax-trash5:before {
  content: "\622"; }

.isax-tree5:before {
  content: "\623"; }

.isax-trend-down5:before {
  content: "\624"; }

.isax-trend-up5:before {
  content: "\625"; }

.isax-triangle5:before {
  content: "\626"; }

.isax-truck4:before {
  content: "\627"; }

.isax-truck-fast4:before {
  content: "\628"; }

.isax-truck-remove3:before {
  content: "\629"; }

.isax-truck-tick5:before {
  content: "\62a"; }

.isax-truck-time3:before {
  content: "\62b"; }

.isax-trush-square5:before {
  content: "\62c"; }

.isax-undo5:before {
  content: "\62d"; }

.isax-unlimited5:before {
  content: "\62e"; }

.isax-unlock5:before {
  content: "\62f"; }

.isax-user5:before {
  content: "\630"; }

.isax-user-add5:before {
  content: "\631"; }

.isax-user-cirlce-add5:before {
  content: "\632"; }

.isax-user-edit5:before {
  content: "\633"; }

.isax-user-minus5:before {
  content: "\634"; }

.isax-user-octagon5:before {
  content: "\635"; }

.isax-user-remove5:before {
  content: "\636"; }

.isax-user-search5:before {
  content: "\637"; }

.isax-user-square5:before {
  content: "\638"; }

.isax-user-tag5:before {
  content: "\639"; }

.isax-user-tick5:before {
  content: "\63a"; }

.isax-verify5:before {
  content: "\63b"; }

.isax-video5:before {
  content: "\63c"; }

.isax-video-add5:before {
  content: "\63d"; }

.isax-video-circle5:before {
  content: "\63e"; }

.isax-video-horizontal5:before {
  content: "\63f"; }

.isax-video-octagon5:before {
  content: "\640"; }

.isax-video-play5:before {
  content: "\641"; }

.isax-video-remove5:before {
  content: "\642"; }

.isax-video-slash5 .path1:before {
  content: "\643";
  color: #292d32;
  opacity: 0.4; }

.isax-video-slash5 .path2:before {
  content: "\673";
  margin-left: -1em;
  color: #292d32; }

.isax-video-slash5 .path3:before {
  content: "\674";
  margin-left: -1em;
  color: #292d32; }

.isax-video-slash5 .path4:before {
  content: "\675";
  margin-left: -1em;
  color: #292d32; }

.isax-video-square5:before {
  content: "\644"; }

.isax-video-tick5:before {
  content: "\645"; }

.isax-video-time5:before {
  content: "\646"; }

.isax-video-vertical5:before {
  content: "\647"; }

.isax-voice-cricle5:before {
  content: "\648"; }

.isax-voice-square5:before {
  content: "\649"; }

.isax-volume-cross5:before {
  content: "\64a"; }

.isax-volume-high5:before {
  content: "\64b"; }

.isax-volume-low5:before {
  content: "\64c"; }

.isax-volume-low-15:before {
  content: "\64d"; }

.isax-volume-mute5:before {
  content: "\64e"; }

.isax-volume-slash5:before {
  content: "\64f"; }

.isax-volume-up5:before {
  content: "\650"; }

.isax-wallet5:before {
  content: "\651"; }

.isax-wallet-15:before {
  content: "\652"; }

.isax-wallet-25:before {
  content: "\653"; }

.isax-wallet-35:before {
  content: "\654"; }

.isax-wallet-add5:before {
  content: "\655"; }

.isax-wallet-add-15:before {
  content: "\656"; }

.isax-wallet-check5:before {
  content: "\657"; }

.isax-wallet-minus5:before {
  content: "\658"; }

.isax-wallet-money5:before {
  content: "\659"; }

.isax-wallet-remove5:before {
  content: "\65a"; }

.isax-wallet-search5:before {
  content: "\65b"; }

.isax-warning-25:before {
  content: "\65c"; }

.isax-watch5:before {
  content: "\65d"; }

.isax-watch-status5:before {
  content: "\65e"; }

.isax-weight5:before {
  content: "\65f"; }

.isax-weight-15:before {
  content: "\660"; }

.isax-wifi5:before {
  content: "\661"; }

.isax-wifi-square5:before {
  content: "\662"; }

.isax-wind5:before {
  content: "\663"; }

.isax-wind-25:before {
  content: "\664"; }

.isax-woman5:before {
  content: "\665"; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("/local/templates/web-delivery/assets/css/../fonts/ionicons/ionicons.eot?v=2.0.0");
  src: url("/local/templates/web-delivery/assets/css/../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/local/templates/web-delivery/assets/css/../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("/local/templates/web-delivery/assets/css/../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("/local/templates/web-delivery/assets/css/../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

[class*="bt-"] {
  font-family: 'bowtie' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 16px;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bt-arrow-up:before {
  content: "\E900"; }

.bt-arrow-left:before {
  content: "\E901"; }

.bt-arrow-down:before {
  content: "\E902"; }

.bt-arrow-right:before {
  content: "\E903"; }

.bt-arrow-up-left:before {
  content: "\E904"; }

.bt-arrow-up-right:before {
  content: "\E905"; }

.bt-arrow-down-left:before {
  content: "\E906"; }

.bt-arrow-down-right:before {
  content: "\E907"; }

.bt-arrow-export:before {
  content: "\E908"; }

.bt-arrow-open:before {
  content: "\E909"; }

.bt-sort:before {
  content: "\E90A"; }

.bt-sort-ascending:before {
  content: "\E90B"; }

.bt-sort-descending:before {
  content: "\E90C"; }

.bt-switch:before {
  content: "\E90D"; }

.bt-synchronize:before {
  content: "\E90E"; }

.bt-transfer-download:before {
  content: "\E90F"; }

.bt-transfer-upload:before {
  content: "\E910"; }

.bt-azure-api-management:before {
  content: "\E911"; }

.bt-azure-service-endpoint:before {
  content: "\E912"; }

.bt-brand-android:before {
  content: "\E913"; }

.bt-brand-facebook:before {
  content: "\E914"; }

.bt-brand-git:before {
  content: "\E915"; }

.bt-brand-github:before {
  content: "\E916"; }

.bt-brand-maven:before {
  content: "\E917"; }

.bt-brand-mtm:before {
  content: "\E918"; }

.bt-brand-npm:before {
  content: "\E919"; }

.bt-brand-nuget:before {
  content: "\E91A"; }

.bt-brand-tfvc:before {
  content: "\E91B"; }

.bt-brand-twitter:before {
  content: "\E91C"; }

.bt-brand-visualstudio:before {
  content: "\E91D"; }

.bt-brand-windows:before {
  content: "\E91E"; }

.bt-git:before {
  content: "\E91F"; }

.bt-logo-visual-studio:before {
  content: "\E920"; }

.bt-tfvc-repo:before {
  content: "\E921"; }

.bt-chart-area:before {
  content: "\E922"; }

.bt-chart-bar:before {
  content: "\E923"; }

.bt-chart-column:before {
  content: "\E924"; }

.bt-chart-pie:before {
  content: "\E925"; }

.bt-chart-pivot:before {
  content: "\E926"; }

.bt-chart-stacked-area:before {
  content: "\E927"; }

.bt-chart-stacked-bar:before {
  content: "\E928"; }

.bt-chart-stacked-line:before {
  content: "\E929"; }

.bt-build-queue-new:before {
  content: "\E92A"; }

.bt-clone-to-desktop:before {
  content: "\E92B"; }

.bt-install:before {
  content: "\E92C"; }

.bt-comment:before {
  content: "\E92D"; }

.bt-comment-add:before {
  content: "\E92E"; }

.bt-comment-discussion:before {
  content: "\E92F"; }

.bt-comment-lines:before {
  content: "\E930"; }

.bt-comment-next:before {
  content: "\E931"; }

.bt-comment-outline:before {
  content: "\E932"; }

.bt-comment-previous:before {
  content: "\E933"; }

.bt-comment-urgent:before {
  content: "\E934"; }

.bt-alert:before {
  content: "\E935"; }

.bt-approve:before {
  content: "\E936"; }

.bt-approve-disapprove:before {
  content: "\E937"; }

.bt-blur:before {
  content: "\E938"; }

.bt-build:before {
  content: "\E939"; }

.bt-build-queue:before {
  content: "\E93A"; }

.bt-build-reason-checkin-shelveset:before {
  content: "\E93B"; }

.bt-calendar:before {
  content: "\E93C"; }

.bt-calendar-month:before {
  content: "\E93D"; }

.bt-camera:before {
  content: "\E93E"; }

.bt-clone:before {
  content: "\E93F"; }

.bt-cloud:before {
  content: "\E940"; }

.bt-cloud-fill:before {
  content: "\E941"; }

.bt-copy-to-clipboard:before {
  content: "\E942"; }

.bt-dashboard:before {
  content: "\E943"; }

.bt-dashboard-fill:before {
  content: "\E944"; }

.bt-database:before {
  content: "\E945"; }

.bt-deploy:before {
  content: "\E946"; }

.bt-redeploy:before {
  content: "\E947"; }

.bt-details-pane:before {
  content: "\E948"; }

.bt-edit:before {
  content: "\E949"; }

.bt-edit-outline:before {
  content: "\E94A"; }

.bt-edit-copy:before {
  content: "\E94B"; }

.bt-edit-cut:before {
  content: "\E94C"; }

.bt-editor-list-bullet:before {
  content: "\E94D"; }

.bt-edit-paste:before {
  content: "\E94E"; }

.bt-edit-delete:before {
  content: "\E94F"; }

.bt-edit-remove:before {
  content: "\E950"; }

.bt-edit-redo:before {
  content: "\E951"; }

.bt-edit-undo:before {
  content: "\E952"; }

.bt-edit-rename:before {
  content: "\E953"; }

.bt-attach:before {
  content: "\E954"; }

.bt-link:before {
  content: "\E955"; }

.bt-server:before {
  content: "\E956"; }

.bt-environment:before {
  content: "\E957"; }

.bt-devices:before {
  content: "\E958"; }

.bt-feedback-negative:before {
  content: "\E959"; }

.bt-feedback-positive:before {
  content: "\E95A"; }

.bt-folder:before {
  content: "\E95B"; }

.bt-image:before {
  content: "\E95C"; }

.bt-package:before {
  content: "\E95D"; }

.bt-package-fill:before {
  content: "\E95E"; }

.bt-heart:before {
  content: "\E95F"; }

.bt-heart-fill:before {
  content: "\E960"; }

.bt-heartbeat:before {
  content: "\E961"; }

.bt-heartbeat-fill:before {
  content: "\E962"; }

.bt-mail-message:before {
  content: "\E963"; }

.bt-mail-message-fill:before {
  content: "\E964"; }

.bt-math-minus:before {
  content: "\E965"; }

.bt-math-minus-light:before {
  content: "\E966"; }

.bt-math-minus-box-light:before {
  content: "\E967"; }

.bt-math-minus-box:before {
  content: "\E968"; }

.bt-math-minus-circle-outline:before {
  content: "\E969"; }

.bt-math-minus-circle:before {
  content: "\E96A"; }

.bt-math-multiply:before {
  content: "\E96B"; }

.bt-math-multiply-light:before {
  content: "\E96C"; }

.bt-math-multiply-box-light:before {
  content: "\E96D"; }

.bt-math-multiply-box:before {
  content: "\E96E"; }

.bt-math-multiply-box-outline:before {
  content: "\E96F"; }

.bt-math-plus:before {
  content: "\E970"; }

.bt-math-plus-light:before {
  content: "\E971"; }

.bt-math-plus-box-light:before {
  content: "\E972"; }

.bt-math-plus-box:before {
  content: "\E973"; }

.bt-math-plus-circle-outline:before {
  content: "\E974"; }

.bt-math-plus-circle:before {
  content: "\E975"; }

.bt-math-plus-heavy:before {
  content: "\E976"; }

.bt-check:before {
  content: "\E977"; }

.bt-check-light:before {
  content: "\E978"; }

.bt-feed:before {
  content: "\E979"; }

.bt-network-tower:before {
  content: "\E97A"; }

.bt-connect-to-feed:before {
  content: "\E97B"; }

.bt-plug:before {
  content: "\E97C"; }

.bt-plug-outline:before {
  content: "\E97D"; }

.bt-policy:before {
  content: "\E97E"; }

.bt-print:before {
  content: "\E97F"; }

.bt-recycle:before {
  content: "\E980"; }

.bt-robot:before {
  content: "\E981"; }

.bt-save:before {
  content: "\E982"; }

.bt-save-all:before {
  content: "\E983"; }

.bt-save-as:before {
  content: "\E984"; }

.bt-save-close:before {
  content: "\E985"; }

.bt-search:before {
  content: "\E986"; }

.bt-search-filter:before {
  content: "\E987"; }

.bt-search-filter-fill:before {
  content: "\E988"; }

.bt-security:before {
  content: "\E989"; }

.bt-security-access:before {
  content: "\E98A"; }

.bt-security-lock:before {
  content: "\E98B"; }

.bt-security-lock-fill:before {
  content: "\E98C"; }

.bt-security-unlock:before {
  content: "\E98D"; }

.bt-security-unlock-fill:before {
  content: "\E98E"; }

.bt-settings-gear:before {
  content: "\E98F"; }

.bt-settings-gear-outline:before {
  content: "\E990"; }

.bt-settings-wrench:before {
  content: "\E991"; }

.bt-trash:before {
  content: "\E992"; }

.bt-share:before {
  content: "\E993"; }

.bt-shop:before {
  content: "\E994"; }

.bt-shop-server:before {
  content: "\E995"; }

.bt-tag:before {
  content: "\E996"; }

.bt-tag-fill:before {
  content: "\E997"; }

.bt-user:before {
  content: "\E998"; }

.bt-users:before {
  content: "\E999"; }

.bt-variable:before {
  content: "\E99A"; }

.bt-video:before {
  content: "\E99B"; }

.bt-view-grid:before {
  content: "\E99C"; }

.bt-watch-eye:before {
  content: "\E99D"; }

.bt-watch-eye-fill:before {
  content: "\E99E"; }

.bt-live-update-feed:before {
  content: "\E99F"; }

.bt-checkbox:before {
  content: "\E9A0"; }

.bt-checkbox-empty:before {
  content: "\E9A1"; }

.bt-chevron-up:before {
  content: "\E9A2"; }

.bt-chevron-left:before {
  content: "\E9A3"; }

.bt-chevron-down:before {
  content: "\E9A4"; }

.bt-chevron-right:before {
  content: "\E9A5"; }

.bt-chevron-up-light:before {
  content: "\E9A6"; }

.bt-chevron-left-light:before {
  content: "\E9A7"; }

.bt-chevron-down-light:before {
  content: "\E9A8"; }

.bt-chevron-right-light:before {
  content: "\E9A9"; }

.bt-chevron-up-all:before {
  content: "\E9AA"; }

.bt-chevron-left-all:before {
  content: "\E9AB"; }

.bt-chevron-down-all:before {
  content: "\E9AC"; }

.bt-chevron-right-all:before {
  content: "\E9AD"; }

.bt-chevron-up-end:before {
  content: "\E9AE"; }

.bt-chevron-left-end:before {
  content: "\E9AF"; }

.bt-chevron-down-end:before {
  content: "\E9B0"; }

.bt-chevron-right-end:before {
  content: "\E9B1"; }

.bt-fold-less:before {
  content: "\E9B2"; }

.bt-fold-more:before {
  content: "\E9B3"; }

.bt-ellipsis:before {
  content: "\E9B4"; }

.bt-ellipsis-vertical:before {
  content: "\E9B5"; }

.bt-favorite:before {
  content: "\E9B6"; }

.bt-favorite-outline:before {
  content: "\E9B7"; }

.bt-star-half:before {
  content: "\E9B8"; }

.bt-pin:before {
  content: "\E9B9"; }

.bt-pin-fill:before {
  content: "\E9BA"; }

.bt-pin-pinned:before {
  content: "\E9BB"; }

.bt-pin-pinned-fill:before {
  content: "\E9BC"; }

.bt-pin-unpin:before {
  content: "\E9BD"; }

.bt-pin-unpin-fill:before {
  content: "\E9BE"; }

.bt-radio-button:before {
  content: "\E9BF"; }

.bt-radio-button-empty:before {
  content: "\E9C0"; }

.bt-resize-grip:before {
  content: "\E9C1"; }

.bt-separator:before {
  content: "\E9C2"; }

.bt-toggle-collapse:before {
  content: "\E9C3"; }

.bt-toggle-expand:before {
  content: "\E9C4"; }

.bt-toggle-collapse-all:before {
  content: "\E9C5"; }

.bt-toggle-expand-all:before {
  content: "\E9C6"; }

.bt-triangle-up:before {
  content: "\E9C7"; }

.bt-triangle-left:before {
  content: "\E9C8"; }

.bt-triangle-down:before {
  content: "\E9C9"; }

.bt-triangle-right:before {
  content: "\E9CA"; }

.bt-toggle-tree-expanded:before {
  content: "\E9CB"; }

.bt-toggle-tree-expanded-outline:before {
  content: "\E9CC"; }

.bt-toggle-tree-collapsed:before {
  content: "\E9CD"; }

.bt-view-full-screen:before {
  content: "\E9CE"; }

.bt-view-full-screen-exit:before {
  content: "\E9CF"; }

.bt-navigate-external:before {
  content: "\E9D0"; }

.bt-work-item-bar:before {
  content: "\E9D1"; }

.bt-format-font:before {
  content: "\E9D2"; }

.bt-format-bold:before {
  content: "\E9D3"; }

.bt-format-italic:before {
  content: "\E9D4"; }

.bt-format-underline:before {
  content: "\E9D5"; }

.bt-format-font-color:before {
  content: "\E9D6"; }

.bt-format-font-size:before {
  content: "\E9D7"; }

.bt-format-clear:before {
  content: "\E9D8"; }

.bt-format-indent-decrease:before {
  content: "\E9D9"; }

.bt-format-indent-increase:before {
  content: "\E9DA"; }

.bt-format-list-ordered:before {
  content: "\E9DB"; }

.bt-format-list-unordered:before {
  content: "\E9DC"; }

.bt-file:before {
  content: "\E9DD"; }

.bt-file-bug:before {
  content: "\E9DE"; }

.bt-file-code:before {
  content: "\E9DF"; }

.bt-file-comment:before {
  content: "\E9E0"; }

.bt-file-content:before {
  content: "\E9E1"; }

.bt-file-image:before {
  content: "\E9E2"; }

.bt-file-preview:before {
  content: "\E9E3"; }

.bt-file-symlink:before {
  content: "\E9E4"; }

.bt-media-play:before {
  content: "\E9E5"; }

.bt-media-play-fill:before {
  content: "\E9E6"; }

.bt-play:before {
  content: "\E9E7"; }

.bt-play-fill:before {
  content: "\E9E8"; }

.bt-pause:before {
  content: "\E9E9"; }

.bt-pause-fill:before {
  content: "\E9EA"; }

.bt-play-resume:before {
  content: "\E9EB"; }

.bt-play-resume-fill:before {
  content: "\E9EC"; }

.bt-stop:before {
  content: "\E9ED"; }

.bt-stop-fill:before {
  content: "\E9EE"; }

.bt-fast-backward:before {
  content: "\E9EF"; }

.bt-fast-backward-fill:before {
  content: "\E9F0"; }

.bt-fast-forward:before {
  content: "\E9F1"; }

.bt-fast-forward-fill:before {
  content: "\E9F2"; }

.bt-previous-frame:before {
  content: "\E9F3"; }

.bt-previous-frame-fill:before {
  content: "\E9F4"; }

.bt-next-frame:before {
  content: "\E9F5"; }

.bt-next-frame-fill:before {
  content: "\E9F6"; }

.bt-record:before {
  content: "\E9F7"; }

.bt-record-fill:before {
  content: "\E9F8"; }

.bt-menu:before {
  content: "\E9F9"; }

.bt-navigate-close:before {
  content: "\E9FA"; }

.bt-navigate-back-circle:before {
  content: "\E9FB"; }

.bt-navigate-back-disc:before {
  content: "\E9FC"; }

.bt-navigate-forward-circle:before {
  content: "\E9FD"; }

.bt-navigate-forward-disc:before {
  content: "\E9FE"; }

.bt-navigate-history:before {
  content: "\E9FF"; }

.bt-navigate-refresh:before {
  content: "\EA00"; }

.bt-navigate-reload:before {
  content: "\EA01"; }

.bt-status-error:before {
  content: "\EA02"; }

.bt-status-error-outline:before {
  content: "\EA03"; }

.bt-status-failure:before {
  content: "\EA04"; }

.bt-status-failure-outline:before {
  content: "\EA05"; }

.bt-status-help:before {
  content: "\EA06"; }

.bt-status-help-outline:before {
  content: "\EA07"; }

.bt-status-info:before {
  content: "\EA08"; }

.bt-status-info-outline:before {
  content: "\EA09"; }

.bt-status-no:before {
  content: "\EA0A"; }

.bt-status-no-fill:before {
  content: "\EA0B"; }

.bt-status-pause:before {
  content: "\EA0C"; }

.bt-status-pause-outline:before {
  content: "\EA0D"; }

.bt-status-run:before {
  content: "\EA0E"; }

.bt-status-run-outline:before {
  content: "\EA0F"; }

.bt-status-stop:before {
  content: "\EA10"; }

.bt-status-stop-outline:before {
  content: "\EA11"; }

.bt-status-success:before {
  content: "\EA12"; }

.bt-status-success-outline:before {
  content: "\EA13"; }

.bt-status-waiting:before {
  content: "\EA14"; }

.bt-status-waiting-fill:before {
  content: "\EA15"; }

.bt-status-warning:before {
  content: "\EA16"; }

.bt-status-warning-outline:before {
  content: "\EA17"; }

.bt-status-success-box:before {
  content: "\EA18"; }

.bt-test-fill:before {
  content: "\EA19"; }

.bt-test:before {
  content: "\EA1A"; }

.bt-test-auto-fill:before {
  content: "\EA1B"; }

.bt-test-auto:before {
  content: "\EA1C"; }

.bt-test-user-fill:before {
  content: "\EA1D"; }

.bt-test-user:before {
  content: "\EA1E"; }

.bt-test-explore-fill:before {
  content: "\EA1F"; }

.bt-trigger:before {
  content: "\EA20"; }

.bt-trigger-auto:before {
  content: "\EA21"; }

.bt-trigger-user:before {
  content: "\EA22"; }

.bt-folder-plan:before {
  content: "\EA23"; }

.bt-folder-query:before {
  content: "\EA24"; }

.bt-log:before {
  content: "\EA25"; }

.bt-step:before {
  content: "\EA26"; }

.bt-step-shared:before {
  content: "\EA27"; }

.bt-server-remote:before {
  content: "\EA28"; }

.bt-diff-image:before {
  content: "\EA29"; }

.bt-diff-image-overlay:before {
  content: "\EA2A"; }

.bt-diff-image-pixel:before {
  content: "\EA2B"; }

.bt-diff-inline:before {
  content: "\EA2C"; }

.bt-diff-side-by-side:before {
  content: "\EA2D"; }

.bt-repo:before {
  content: "\EA2E"; }

.bt-repo-fill:before {
  content: "\EA2F"; }

.bt-repo-git:before {
  content: "\EA30"; }

.bt-tfvc-change-list:before {
  content: "\EA31"; }

.bt-repo-submodule:before {
  content: "\EA32"; }

.bt-tfvc-folder:before {
  content: "\EA33"; }

.bt-repo-tfvc:before {
  content: "\EA34"; }

.bt-tfvc-branch:before {
  content: "\EA35"; }

.bt-tfvc-branch-locked:before {
  content: "\EA36"; }

.bt-tfvc-commit:before {
  content: "\EA37"; }

.bt-tfvc-compare:before {
  content: "\EA38"; }

.bt-tfvc-merge:before {
  content: "\EA39"; }

.bt-tfvc-pull-request:before {
  content: "\EA3A"; }

.bt-tfvc-shelveset:before {
  content: "\EA3B"; }

.bt-tfvc-raw-source:before {
  content: "\EA3C"; }

.bt-group-rows:before {
  content: "\EA3D"; }

.bt-recycle-bin-restore:before {
  content: "\EA3E"; }

.bt-view-list:before {
  content: "\EA3F"; }

.bt-view-list-group:before {
  content: "\EA40"; }

.bt-view-list-tree:before {
  content: "\EA41"; }

.bt-work-item:before {
  content: "\EA42"; }

.bt-work-item-bug:before {
  content: "\EA43"; }

.bt-work-item-move:before {
  content: "\EA44"; }

.bt-merge-duplicate:before {
  content: "\EA45"; }

.bt-storyboard:before {
  content: "\EA46"; }

.bt-auto-fill-template:before {
  content: "\EA47"; }

.bt-recycle-bin:before {
  content: "\EA48"; }

.bt-dot:before {
  content: "\EA49"; }

.bt-square:before {
  content: "\EA4A"; }

.bt-row-child:before {
  content: "\EA4B"; }

.bt-log-remove:before {
  content: "\EA4C"; }

.bt-live-update-feed-off:before {
  content: "\EA4D"; }

.bt-corner-resize:before {
  content: "\EA4E"; }

.bt-link-remove:before {
  content: "\EA4F"; }

.bt-spinner:before {
  content: "\EA50"; }

.bt-personalize:before {
  content: "\EA51"; }

.bt-parameter:before {
  content: "\EA52"; }

.bt-step-insert:before {
  content: "\EA53"; }

.bt-step-shared-add:before {
  content: "\EA54"; }

.bt-step-shared-insert:before {
  content: "\EA55"; }

.bt-process:before {
  content: "\EA56"; }

.bt-process-meta-task:before {
  content: "\EA57"; }

.bt-column-option:before {
  content: "\EA58"; }

.bt-globe:before {
  content: "\EA59"; }

.bt-locale-timezone:before {
  content: "\EA5A"; }

.bt-locale-language:before {
  content: "\EA5B"; }

.bt-feedback-positive-outline:before {
  content: "\EA5C"; }

.bt-feedback-negative-outline:before {
  content: "\EA5D"; }

.bt-contact-card:before {
  content: "\EA5E"; }

.bt-triangle:before {
  content: "\EA5F"; }

.bt-brand-vsts:before {
  content: "\EA60"; }

.bt-status-success-sm:before {
  content: "\EA61"; }

.bt-status-warning-sm:before {
  content: "\EA62"; }

.bt-status-info-sm:before {
  content: "\EA63"; }

.bt-status-failure-sm:before {
  content: "\EA64"; }

.bt-status-error-sm:before {
  content: "\EA65"; }

.bt-status-run-sm:before {
  content: "\EA66"; }

.bt-status-help-sm:before {
  content: "\EA67"; }

.bt-status-stop-sm:before {
  content: "\EA68"; }

.bt-status-pause-sm:before {
  content: "\EA69"; }

.bt-status-waiting-fill-sm:before {
  content: "\EA6A"; }

.bt-status-no-fill-sm:before {
  content: "\EA6B"; }

.bt-assessment-group:before {
  content: "\EA6C"; }

.bt-table:before {
  content: "\EA6D"; }

.bt-timeline-delivery:before {
  content: "\EA6E"; }

.bt-timeline-progress:before {
  content: "\EA6F"; }

.bt-file-type-sln:before {
  content: "\EA70"; }

.bt-application-window:before {
  content: "\EA71"; }

.bt-file-type-html:before {
  content: "\EA72"; }

.bt-file-type-js:before {
  content: "\EA73"; }

.bt-file-type-jsproj:before {
  content: "\EA74"; }

.bt-file-type-cs:before {
  content: "\EA75"; }

.bt-file-type-csproj:before {
  content: "\EA76"; }

.bt-file-type-vb:before {
  content: "\EA77"; }

.bt-file-type-vbproj:before {
  content: "\EA78"; }

.bt-file-type-cpp:before {
  content: "\EA79"; }

.bt-file-type-vcxproj:before {
  content: "\EA7A"; }

.bt-file-type-fs:before {
  content: "\EA7B"; }

.bt-file-type-fsproj:before {
  content: "\EA7C"; }

.bt-file-type-python:before {
  content: "\EA7D"; }

.bt-file-type-pyproj:before {
  content: "\EA7E"; }

.bt-file-type-typescript:before {
  content: "\EA7F"; }

.bt-file-type-coffeescript:before {
  content: "\EA80"; }

.bt-file-type-aspx:before {
  content: "\EA81"; }

.bt-file-type-css:before {
  content: "\EA82"; }

.bt-file-type-sass:before {
  content: "\EA83"; }

.bt-file-type-less:before {
  content: "\EA84"; }

.bt-file-type-json:before {
  content: "\EA85"; }

.bt-file-type-xml:before {
  content: "\EA86"; }

.bt-file-type-md:before {
  content: "\EA87"; }

.bt-file-type-powershell:before {
  content: "\EA88"; }

.bt-file-type-cmd:before {
  content: "\EA89"; }

.bt-file-type-java:before {
  content: "\EA8A"; }

.bt-file-type-sql:before {
  content: "\EA8B"; }

.bt-file-stack:before {
  content: "\EA8C"; }

.bt-script:before {
  content: "\EA8D"; }

.bt-default-executable:before {
  content: "\EA8E"; }

.bt-file-type-template:before {
  content: "\EA8F"; }

.bt-split:before {
  content: "\EA90"; }

.bt-image-action-log:before {
  content: "\EA91"; }

.bt-shield:before {
  content: "\EA92"; }

.bt-shield-fill:before {
  content: "\EA93"; }

.bt-tfvc-fork:before {
  content: "\EA94"; }

.bt-status-run-box:before {
  content: "\EA95"; }

.bt-arrow-import:before {
  content: "\EA96"; }

.bt-new-team-project:before {
  content: "\EA97"; }

.bt-package-feed-mix:before {
  content: "\EA98"; }

.bt-package-feed-remote:before {
  content: "\EA99"; }

.bt-package-feed-local:before {
  content: "\EA9A"; }

.bt-work-item-bar-outline:before {
  content: "\EA9B"; }

.bt-sort-asc:before {
  content: "\EA9C"; }

.bt-sort-desc:before {
  content: "\EA9D"; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }


.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }


.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }


.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  
  -ms-overflow-style: none;
   }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-moz-selection {
  background-color: var(--primary-color);
  color: #fff; }

::selection {
  background-color: var(--primary-color);
  color: #fff; }

html, body {
  color-scheme: var(--color-scheme);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 100vh; }

body {
  min-width: 320px;
  position: relative;
  font-family: var(--default-font);
  font-size: var(--font-size-base);
  font-weight: normal;
  line-height: var(--line-height);
  color: var(--main-text-color);
  background-color: var(--layout-color);
  -webkit-transition: background-color var(--speed);
  -o-transition: background-color var(--speed);
  transition: background-color var(--speed);
  overflow-x: hidden;
  font-display: swap;
  scroll-behavior: smooth;
 /* -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  body.noscroll {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: scroll; }

a {
  color: var(--primary-color);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed); }
  a:hover {
    color: var(--color-accent-hover);
    text-decoration: none; }
  a[href^="http"]:not([data-noicon]):before {
    font-family: "feathericon";
    display: inline-block;
    font-size: 11px;
    padding-right: 3px;
    content: ""; }

img:not([src]) {
  visibility: hidden; }

b,
strong {
  font-weight: bold; }

p {
  margin: var(--gap) 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.text-secondary {
  color: var(--color-text-secondary); }

.text-hint {
  color: var(--color-text-hint); }

.text-small {
  font-size: var(--font-sie-small); }

.text-nowrap {
  white-space: nowrap; }

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

img:not([src]) {
  visibility: hidden; }

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

pre {
  padding: calc(var(--gap)/2);
  border-radius: 5px;
  background: var(--color-bg); }

.ripple__root {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none; }

.ripple__child {
  --ripple-end-opacity: .5;
  --ripple-end-size: scale(2);
  top: var(--ripple-t);
  left: var(--ripple-l);
  width: var(--ripple-w);
  height: var(--ripple-h);
  margin-left: var(--ripple-ml);
  margin-top: var(--ripple-mt);
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition: calc(var(--speed) * 1.2) linear;
  -o-transition: calc(var(--speed) * 1.2) linear;
  transition: calc(var(--speed) * 1.2) linear;
  cursor: pointer;
  z-index: 5; }

.section {
  margin-bottom: var(--gap-big); }
  @media (max-width: 575.98px) {
    .section {
      margin-bottom: var(--gap-2); } }
  .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 0 var(--gap); }
    @media (max-width: 991.98px) {
      .section__header {
        margin: 0 0 var(--gap); } }
  .section__title {
    position: relative;
    margin: 0;
    font-size: var(--font-size-title);
    line-height: var(--line-height-title);
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .section__title {
        font-size: var(--font-size-big); } }
  .section__target {
    text-decoration: none; }
    .section__target_danger {
      color: var(--color-primary); }
    .section__target:hover {
      text-decoration: underline; }
  .section__chip {
    display: inline-block;
    margin-left: 10px;
    font-size: var(--font-size-tiny);
    line-height: 1;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .section__chip {
        display: none; } }
  .section__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 var(--gap);
    color: var(--color-text-secondary);
    text-decoration: none;
    line-height: var(--line-height-title);
    white-space: nowrap; }
    @media (max-width: 991.98px) {
      .section__more {
        font-size: var(--font-size-small); } }

.sector {
  margin-bottom: var(--gap-big); }
  @media (max-width: 575.98px) {
    .sector {
      margin-bottom: var(--gap); } }
  @media (min-width: 992px) {
    .sector__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .sector__sidebar {
    width: var(--sidebar-width);
    margin-right: var(--gap-2);
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 991.98px) {
      .sector__sidebar {
        display: none; } }
  @media (min-width: 992px) {
    .sector__content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.paper {
  position: relative;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  padding: var(--gap);
  -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  -o-transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }

.headline {
  margin: var(--gap-2) 0; }
  @media (max-width: 575.98px) {
    .headline {
      margin: var(--gap) 0; } }
  .headline__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .headline__back {
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .headline__back {
        margin: 0; } }
  .headline__title {
    margin: 0;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed); }
    @media (max-width: 767.98px) {
      .headline__title {
        font-size: var(--font-size-big);
        line-height: var(--font-size-big); } }

.link-label {
  font-size: 1.15em;
  line-height: 1.25em; }

.link-icon {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-right: 0.6em; }

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

.text-uppercase {
  text-transform: uppercase; }

.tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tab::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: calc(var(--button-size) + 8px);
    border-radius: calc(var(--radius) + 3px);
    background-color: var(--layout-color);
    -webkit-box-shadow: inset 0 0 2px var(--shadow-first), inset 0 0 12px var(--shadow-second);
            box-shadow: inset 0 0 2px var(--shadow-first), inset 0 0 12px var(--shadow-second); }
  .tab__control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: var(--button-size);
    border-radius: var(--radius);
    padding: 0 var(--gap);
    margin: 0;
    cursor: pointer;
    background-color: var(--layout-color);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 4px;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
    .tab__control--active {
      background-color: var(--paper-color); }
      .tab__control--active + .tab__panel {
        display: block;
        -webkit-animation: tabFadeIn 0.5s both;
                animation: tabFadeIn 0.5s both; }
  .tab__label {
    font-size: var(--font-size-base);
    line-height: var(--font-size-base);
    text-transform: uppercase;
    pointer-events: none; }
  .tab__panel {
    display: none;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 1001;
        -ms-flex-order: 1000;
            order: 1000;
    margin-top: var(--gap-2); }
    @media (max-width: 767.98px) {
      .tab__panel {
        margin-top: var(--gap); } }

@-webkit-keyframes tabFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes tabFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.sideMenu {
  padding: 0;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  -o-transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .sideMenu__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .sideMenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 3rem 0 var(--gap);
    position: relative;
    overflow: hidden;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    color: var(--main-text-color);
    transition: var(--speed); }
    .sideMenu__link::after {
      font-family: 'feathericon';
      content: '\e930';
      font-size: var(--font-size-bigger);
      position: absolute;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3rem; }
    .sideMenu__link:hover {
      color: var(--main-text-color);
      background-color: var(--focus-highlight); }
    .sideMenu__link--current {
      color: var(--primary-color); }
      .sideMenu__link--current:hover {
        color: var(--primary-color); }
  .sideMenu__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    font-size: var(--font-size-big); }
  .sideMenu__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    margin-right: var(--gap); }
  .sideMenu__icon {
    width: 22px;
    height: 22px; }

.form {
  position: relative;
  flex: 100%; }
  .form--sending::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--paper-color-transparent);
    transition: var(--speed);
    opacity: 0;
    z-index: 9;
    animation: fadeIn var(--speed) both;
  }
  .form--sending::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    animation: rotate calc(var(--speed) * 2) infinite linear;
    border: 3px solid var(--border-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top: 3px solid var(--primary-color);
    z-index: 10;
  }
  .form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 calc(var(--gap) * -1) calc(var(--gap-2) * -1) calc(var(--gap) * -1); }
    @media (max-width: 575.98px) {
      .form__fieldset {
        margin: 0 calc(var(--gap) * -.5) calc(var(--gap) * -1) calc(var(--gap) * -.5); } }
  .form__row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 var(--gap);
    margin: 0 0 var(--gap-2) 0; }
    @media (max-width: 575.98px) {
      .form__row {
        padding: 0 calc(var(--gap) / 2);
        margin: 0 0 var(--gap) 0; } }
    .form__row--empty {
      display: none; }
    .form__row--fourth {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    @media (min-width: 576px) {
      .form__row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .form__row--half {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
        .form__row--third {
          -ms-flex-preferred-size: calc(100% / 3);
              flex-basis: calc(100% / 3); }
        .form__row--fourth {
          -ms-flex-preferred-size: calc(100% / 4);
              flex-basis: calc(100% / 4); }
        .form__row--auto {
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
        .form__row--empty {
          display: block; } }
    .form__row--first {
      margin-top: 0; }
    .form__row--last {
      margin-bottom: 0; }
  .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .form__group {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-big);
    font-weight: 500;
    margin: 0 0 var(--gap) 0; }
    .form__label--inline {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0 var(--gap) 0 0; }
  .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: var(--gap-2); }
    @media (max-width: 575.98px) {
      .form__actions {
        margin-top: var(--gap); } }
    .form__actions--center {
      text-align: center; }
    .form__actions .btn:not(:last-child) {
      margin: 0 var(--gap) 0 0; }
      @media (max-width: 575.98px) {
        .form__actions .btn:not(:last-child) {
          margin: 0 0 var(--gap) 0; } }
    .form__actions--fill {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      justify-items: stretch; }
      .form__actions--fill .btn {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-left: var(--gap-0-5); }
        .form__actions--fill .btn:first-child {
          margin-left: 0; }

          .form__result {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: var(--paper-color);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity var(--speed),visibility var(--speed);
            -o-transition: opacity var(--speed),visibility var(--speed);
            transition: opacity var(--speed),visibility var(--speed);
            z-index: 5
        }
        
        .form__result--show {
            opacity: 1;
            visibility: visible
        }
        
        .form__result-icon {
            margin-bottom: 1rem
        }
        

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.dropdown__wrapper {
  position: absolute;
  top: calc(var(--button-size) + 7px);
  left: 0;
  opacity: 0;
  max-width: 320px;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity var(--speed), visibility var(--speed), bottom var(--speed), -webkit-transform var(--speed);
  transition: opacity var(--speed), visibility var(--speed), bottom var(--speed), -webkit-transform var(--speed);
  -o-transition: transform var(--speed), opacity var(--speed), visibility var(--speed), bottom var(--speed);
  transition: transform var(--speed), opacity var(--speed), visibility var(--speed), bottom var(--speed);
  transition: transform var(--speed), opacity var(--speed), visibility var(--speed), bottom var(--speed), -webkit-transform var(--speed);
  visibility: hidden;
  z-index: 50; }
  .dropdown__wrapper--active {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    visibility: visible; }

.dropdown__content {
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--paper-color);
  min-width: 100%;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }

.dropdown__item {
  padding: 0.5rem 1rem; }

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  pointer-events: none;
  z-index: 0; }
  .image--cover {
    -o-object-fit: cover;
       object-fit: cover; }
  .image--contain {
    -o-object-fit: contain;
       object-fit: contain; }

.lazyload {
  opacity: 0.5;
  -webkit-filter: blur(10px);
          filter: blur(10px); }
  .lazyload--svg {
    opacity: 1;
    -webkit-filter: none;
            filter: none; }
  .lazyload--loaded {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); }

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 var(--gap);
  height: var(--button-size);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: var(--main-text-color);
  border: var(--button-border-width, 0px) solid;
  border-radius: var(--radius);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 575.98px) {
    .btn {
      width: 100%; } }
  .btn:hover {
    color: var(--main-text-color);
    background-color: var(--focus-highlight);
    text-decoration: none; }
  .btn:focus {
    outline: none; }
  .btn:disabled, .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    pointer-events: none; }
  .btn--square {
    width: var(--button-size);
    padding: 0;
    border-radius: var(--radius); }
  .btn--small {
    padding: 0 0.55rem; }
  .btn--wide {
    width: 100%; }
  @media (min-width: 768px) {
    .btn--high {
      height: calc(var(--button-size) * 1.3); } }
  .btn--primary {
    background-color: var(--primary-color);
    color: var(--fill-btn-color); }
    .btn--primary:hover {
      background-color: var(--primary-color);
      color: var(--fill-btn-color); }
  .btn--outline {
    --button-border-width: 2px;
    border-color: var(--primary-color); }
  .btn--inverse {
    background-color: var(--inverse-color);
    color: var(--inverse-text-color); }
    .btn--inverse:hover {
      background-color: var(--inverse-color);
      color: var(--inverse-text-color); }
  .btn--icon-big {
    font-size: 1.7em;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn__svg {
    flex: 0 0 var(--font-size-bigger);
    height: var(--font-size-bigger);
    pointer-events: none; }
    .btn__svg--large {
      flex: 0 0 var(--font-size-large);
      height: var(--font-size-large);
      stroke-width: 2;
    }
  .btn__icon {
    font-size: var(--font-size-bigger);
    line-height: var(--font-size-bigger);
    pointer-events: none; }
  .btn__label {
    font-size: var(--font-size-big);
    line-height: var(--font-size-big);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none; }
  .btn__label + .btn__svg,
  .btn__svg + .btn__label,
  .btn__label + .btn__icon,
  .btn__icon + .btn__label {
    margin-left: calc(var(--gap) / 2); }

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .avatar__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.75%2040C12.75%2036.75%2015.75%2035%2018.75%2035H30C21.75%2035%2015%2028.25%2015%2020C15%2011.75%2021.75%205%2030%205C38.25%205%2045%2011.75%2045%2020C45%2028.25%2038.25%2035%2030%2035H41.25C44.25%2035%2047%2036.75%2049.25%2040C51%2042.75%2052.25%2046.25%2052.5%2050C57.25%2044.75%2060%2037.75%2060%2030C60%2013.5%2046.5%200%2030%200C13.5%200%200%2013.5%200%2030C0%2037.75%203%2044.5%207.5%2050C8%2046.25%209%2042.5%2010.75%2040Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center;
    background-size: cover; }
  .avatar__actions {
    margin-left: var(--gap); }

.textfield {
  position: relative;
  display: block;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .textfield:hover input:not(:focus):not(:disabled):-moz-placeholder-shown, .textfield:hover textarea:not(:focus):not(:disabled):-moz-placeholder-shown {
    border-color: var(--border-color); }
  .textfield:hover input:not(:focus):not(:disabled):-ms-input-placeholder, .textfield:hover textarea:not(:focus):not(:disabled):-ms-input-placeholder {
    border-color: var(--border-color); }
  .textfield:hover input:not(:focus):not(:disabled):placeholder-shown,
  .textfield:hover textarea:not(:focus):not(:disabled):placeholder-shown {
    border-color: var(--border-color); }
  .textfield--error .textfield__input {
    border-color: var(--danger) !important; }
  .textfield__required {
    font-size: var(--font-size-big);
    color: var(--danger);
    margin-left: 3px; }
  .textfield__input, .textfield__area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border: solid 2px;
    border-color: transparent;
    border-radius: var(--radius);
    padding: var(--gap) var(--gap) 0;
    width: 100%;
    height: calc(var(--button-size) * 1.3);
    color: var(--main-text-color);
    background-color: var(--input-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: var(--primary-color);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .textfield__input + .textfield__label, .textfield__area + .textfield__label {
      position: absolute;
      top: 5px;
      left: var(--gap);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-color: var(--border-color);
      width: calc(100% - var(--gap-2));
      max-height: 100%;
      color: var(--muted-text-color);
      font-size: var(--font-size-tiny);
      cursor: text;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s; }
    .textfield__input:focus, .textfield__area:focus {
      border-color: var(--primary-color) !important;
      background-color: transparent;
      outline: none; }
      .textfield__input:focus + .textfield__label, .textfield__area:focus + .textfield__label {
        color: var(--primary-color) !important; }
    .textfield__input:disabled, .textfield__area:disabled {
      color: var(--muted-text-color);
      cursor: not-allowed;
      opacity: 0.5; }
      .textfield__input:disabled + .textfield__label, .textfield__area:disabled + .textfield__label {
        color: var(--muted-text-color);
        cursor: not-allowed;
        opacity: 0.5; }
  .textfield__area {
    min-height: 150px;
    padding-top: var(--gap-1-5);
    resize: none; }
  .textfield input:not(:focus):-moz-placeholder-shown + span, .textfield textarea:not(:focus):-moz-placeholder-shown + span {
    font-size: inherit;
    top: 15px; }
  .textfield input:not(:focus):-ms-input-placeholder + span, .textfield textarea:not(:focus):-ms-input-placeholder + span {
    font-size: inherit;
    top: 15px; }
  .textfield input:not(:focus):placeholder-shown + span, .textfield textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    top: 15px; }
  .textfield__alert {
    display: block;
    font-size: var(--font-size-small);
    line-height: var(--font-size-small);
    color: var(--danger);
    margin-top: calc(var(--gap) / 2); }

::-webkit-input-placeholder {
  color: var(--muted-text-color); }

::-moz-placeholder {
  color: var(--muted-text-color); }

:-ms-input-placeholder {
  color: var(--muted-text-color); }

::-ms-input-placeholder {
  color: var(--muted-text-color); }

::placeholder {
  color: var(--muted-text-color); }

::-webkit-datetime-edit-month-field {
  color: var(--muted-text-color); }

::-webkit-datetime-edit-year-field {
  color: var(--muted-text-color); }

.uploadFile {
  position: relative;
  margin: 0; }
  .uploadFile__input {
    display: none; }

.inputGroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: calc(var(--button-size) * 1.3); }
  .inputGroup--small {
    height: var(--button-size); }
  .inputGroup__field {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: inherit;
    border-radius: var(--radius) 0 0 var(--radius);
    border: 2px solid transparent;
    border-right-width: 0;
    padding: 0 var(--gap);
    outline: none;
    caret-color: var(--primary-color);
    background-color: var(--input-color);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .inputGroup__field:hover {
      border-color: var(--border-color); }
    .inputGroup__field:focus {
      background-color: transparent;
      border-color: var(--primary-color); }
  .inputGroup__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    height: inherit;
    padding: 0 var(--gap);
    border-radius: 0 var(--radius) var(--radius) 0; }
  .inputGroup__svg {
    height: var(--font-size-bigger);
    width: var(--font-size-bigger); }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: var(--line-height);
  margin: 0;
  cursor: pointer; }
  .checkbox--listed {
    width: 100%;
    padding: calc(var(--gap) / 2) var(--gap-2); }
    @media (max-width: 767.98px) {
      .checkbox--listed {
        padding: calc(var(--gap) / 2) var(--gap); } }
  .checkbox__control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-text-color);
    border-radius: 4px;
    -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    -o-transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
    cursor: pointer; }
    .checkbox__control:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px var(--primary-color-transparent);
              box-shadow: 0 0 0 2px var(--primary-color-transparent); }
    .checkbox__control::after {
      content: "";
      background: var(--switcher);
      border-radius: 25%;
      margin: 3px;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed); }
    .checkbox__control:checked {
      background-color: var(--primary-color);
      border-color: var(--primary-color); }
      .checkbox__control:checked::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    .checkbox__control:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .checkbox__control:disabled + .checkbox__label {
    cursor: not-allowed;
    opacity: 0.5; }
  .checkbox__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 10px; }

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: var(--line-height);
  margin: 0;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .switch {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      width: auto;
      max-width: 360px; } }
  .switch--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: auto;
    max-width: 360px; }
    .switch--full .switch__control + .switch__label {
      margin: 0 10px 0 0; }
  .switch__control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 20px;
    border: 2px solid var(--main-text-color);
    border-radius: 11px;
    -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    -o-transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
    cursor: pointer; }
    .switch__control:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px var(--primary-color-transparent);
              box-shadow: 0 0 0 2px var(--primary-color-transparent); }
    .switch__control::after {
      position: absolute;
      content: "";
      background: var(--main-text-color);
      margin: 2px;
      left: 0px;
      top: 0px;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      background: var(--main-text-color);
      -webkit-transform: translateX(var(--x, 0));
          -ms-transform: translateX(var(--x, 0));
              transform: translateX(var(--x, 0));
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed); }
    .switch__control:checked {
      background: var(--primary-color);
      border-color: var(--primary-color); }
      .switch__control:checked::after {
        background: var(--switcher);
        -webkit-transform: translateX(18px);
            -ms-transform: translateX(18px);
                transform: translateX(18px);
        opacity: 1; }
    .switch__control:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .switch__control:disabled + .switch__label {
    cursor: not-allowed;
    opacity: 0.5; }
  .switch__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .switch__control + .switch__label {
    margin: 0 0 0 10px; }
    @media (max-width: 575.98px) {
      .switch__control + .switch__label {
        margin: 0 10px 0 0; } }

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: var(--line-height);
  margin: 0;
  cursor: pointer; }
  .radio--listed {
    width: 100%;
    padding: calc(var(--gap) / 2) var(--gap-2); }
    @media (max-width: 767.98px) {
      .radio--listed {
        padding: calc(var(--gap) / 2) var(--gap); } }
  .radio__input {
    position: absolute;
    left: -9999px; }
  .radio__control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-text-color);
    border-radius: 50%;
    -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    transition: background-color var(--speed), -webkit-box-shadow var(--speed);
    -o-transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed);
    transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
    cursor: pointer; }
    .radio__control:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px var(--primary-color-transparent);
              box-shadow: 0 0 0 2px var(--primary-color-transparent); }
    .radio__control::after {
      content: "";
      background: var(--switcher);
      border-radius: 50%;
      margin: 3px;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed); }
    .radio__control:checked {
      background: var(--primary-color);
      border-color: var(--primary-color); }
      .radio__control:checked::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    .radio__control:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .radio__control:disabled + .radio__label {
    cursor: not-allowed;
    opacity: 0.5; }
  .radio__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 10px; }

.radioBlock {
  --box-size: 90px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0; }
  .radioBlock--small {
    --box-size: 60px; }
  .radioBlock + .radioBlock__control:checked {
    border-color: red; }
  .radioBlock__input {
    position: absolute;
    left: -9999px; }
    .radioBlock__input:checked + .radioBlock__box {
      border-color: var(--success); }
      .radioBlock__input:checked + .radioBlock__box .radioBlock__icon,
      .radioBlock__box--current .radioBlock__icon {
        opacity: 1; }
  .radioBlock__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: var(--box-size);
    font-size: var(--font-size-base);
    font-weight: 400;
    line-height: var(--line-height);
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
    padding: var(--gap) var(--gap-2);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    overflow: hidden; }
    .radioBlock__box--current {
      border-color: var(--success); }
    .radioBlock__box:hover {
      background-color: var(--focus-highlight); }
  .radioBlock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .radioBlock__label {
    font-size: var(--font-size-big);
    font-weight: 500; }
  .radioBlock__description {
    font-size: var(--font-size-small);
    color: var(--hint-text-color); }
  .radioBlock__icon {
    width: 22px;
    height: 22px;
    color: var(--success);
    margin: 0 0 0 var(--gap);
    opacity: 0;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed); }

.select {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .select__input {
    display: none; }
  .select__control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: var(--radius);
    height: calc(var(--button-size) * 1.3);
    background-color: var(--input-color);
    border: 2px solid transparent;
    color: var(--main-text-color);
    padding: 0 3rem 0 15px;
    cursor: pointer;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed); }
    .select__control[selected] {
      background-color: transparent;
      border-color: var(--primary-color) !important; }
      .select__control[selected]::before {
        border-color: var(--primary-color) !important; }
      .select__control[selected]::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .select__control:hover {
      border-color: var(--border-color); }
    .select__control::before, .select__control::after {
      position: absolute;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3rem;
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed); }
    .select__control::before {
      content: '';
      border-left: 1px solid var(--border-color); }
    .select__control::after {
      font-family: 'feathericon';
      content: '\e92e';
      font-size: 1.5rem; }
  .select__options {
    position: absolute;
    right: 0;
    border-radius: var(--radius);
    overflow: hidden;
    background-color: var(--paper-color);
    margin-top: 0.5rem;
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    visibility: hidden;
    z-index: 10;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
    .select__options--expanded {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .select__list {
    position: relative;
    list-style-type: none;
    max-height: 189px;
    margin: var(--gap) 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (max-width: 767.98px) {
      .select__list {
        max-height: 167px; } }
  .select__label {
    font-size: var(--font-size-bigger);
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(var(--button-size) * 1.2);
    padding: 0 1rem;
    pointer-events: none; }
  .select__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(var(--button-size) * 1.2);
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    overflow: hidden; }
    .select__item:hover {
      background-color: var(--focus-highlight);
      color: var(--primary-color); }

.stepper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--button-size);
  border-radius: var(--radius);
  background-color: var(--primary-color); }
  .stepper__input {
    font-size: var(--font-size-big);
    width: 44px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-align: center;
    color: var(--fill-btn-color);
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
    outline: none; }
    .stepper__input::-webkit-inner-spin-button, .stepper__input::-webkit-outer-spin-button {
      opacity: 0;
      -webkit-appearance: none;
              appearance: none; }

.toast {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 2rem;
  bottom: 2rem;
  z-index: 100; }
  @media (max-width: 767.98px) {
    .toast {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      right: .5rem;
      left: .5rem;
      bottom: auto;
      top: calc(var(--mobile-header-heigh) + var(--safe-top) + 10px); } }
  .toast__item {
    position: relative;
    min-width: 300px;
    padding: 0 1rem;
    margin: 1rem 0 0 0;
    border-radius: var(--radius);
    background-color: var(--inverse-transparent-color);
    -webkit-transition: all var(--speed);
    -o-transition: all var(--speed);
    transition: all var(--speed);
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
    @media (max-width: 767.98px) {
      .toast__item {
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
                transform: translateY(-30px);
        margin: 0 0 1rem 0; } }
    .toast__item--show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .toast__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: var(--button-size); }
  .toast__icon {
    font-size: var(--font-size-big);
    color: var(--inverse-text-color);
    margin-right: .4rem; }
  .toast__text {
    line-height: var(--line-height-tiny);
    color: var(--inverse-text-color);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .6rem 0; }
  .toast__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: var(--gap);
    border-radius: 5px;
    height: 29px;
    padding: 0 6px; }
    .toast__link:hover {
      color: var(--primary-color);
      background: var(--inverse-focus-highlight); }

.loader {
  --loader-size: 50px;
  --loader-stroke: 4;
  position: relative;
  pointer-events: none; }
  .loader--big {
    --loader-size: 100px;
    --loader-stroke: 3; }
  .loader--small {
    --loader-size: 24px;
    --loader-stroke: 5; }
  .loader--modal {
    height: 550px;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .loader--modal {
        height: 100% } }
  .loader--white .loader__circle {
    stroke: var(--switcher); }
  .loader--alert .loader__circle {
    stroke: var(--danger); }
  .loader--success .loader__circle {
    stroke: var(--success); }
  .loader__root {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--paper-color-transparent);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    z-index: 0;
    -webkit-animation: loader-show var(--speed) both;
            animation: loader-show var(--speed) both; }
  .loader__holder {
    width: var(--loader-size);
    height: var(--loader-size);
    -webkit-animation: circular-rotate 1.3s linear infinite;
            animation: circular-rotate 1.3s linear infinite; }
  .loader__svg {
    display: block;
    fill: none;
    stroke-width: var(--loader-stroke);
    stroke: var(--primary-color);
    stroke-linecap: round; }
  .loader__circle {
    -webkit-animation: circular-dash 1.3s ease-in-out infinite;
            animation: circular-dash 1.3s ease-in-out infinite;
    stroke-dasharray: 80px, 200px;
    stroke-dashoffset: 0px; }

@-webkit-keyframes circular-rotate {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes circular-rotate {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px; }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px; } }

@keyframes circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px; }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px; } }

@-webkit-keyframes loader-show {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes loader-show {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes loader-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

@keyframes loader-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  z-index: -1; }
  @media (max-width: 767.98px) {
    .dialog {
      opacity: 1;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); } }
  .dialog--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 95; }
    @media (max-width: 767.98px) {
      .dialog--open {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .dialog__window {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--paper-color);
    width: 500px;
    max-width: calc(100% - var(--gap-2));
    max-height: calc(100vh - var(--gap-big) * 2);
    border-radius: var(--radius);
    -webkit-transition: background-color var(--speed);
    -o-transition: background-color var(--speed);
    transition: background-color var(--speed);
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 6px 16px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 6px 16px var(--shadow-second); }
    .dialog__window--middle {
      width: 700px;
      max-width: calc(100% - 4rem); }
      @media (max-width: 767.98px) {
        .dialog__window--middle {
          width: 500px;
          max-height: 94%; } }
    .dialog__window--wide {
      width: 1050px;
      max-width: calc(100% - 4rem); }
      @media (max-width: 767.98px) {
        .dialog__window--wide {
          width: 600px;
          height: 94%; } }
    @media (max-width: 767.98px) {
      .dialog__window {
        max-width: 100%;
        border-radius: var(--radius) var(--radius) 0 0; }
        .dialog__window::before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          right: 0;
          width: var(--gap-big);
          height: 4px;
          opacity: .6;
          margin: 0 auto;
          border-radius: 2.5px;
          background-color: var(--inverse-transparent-color);
          z-index: 5; } }
  .dialog__closer {
    position: relative; }
    .dialog__closer--inner {
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 50%;
      z-index: 20;
      -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
              box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
  .dialog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 var(--gap) 0 var(--gap-2);
    border-bottom: 1px solid var(--border-color); }
    @media (max-width: 767.98px) {
      .dialog__header {
        padding: 0 var(--gap); } }
  .dialog__title {
    color: var(--main-text-color);
    font-size: var(--font-size-bigger);
    font-weight: 600;
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .dialog__title {
        font-size: var(--font-size-big); } }
  .dialog__body {
    padding: var(--gap-2);
    overflow-y: auto;
    overflow-x: hidden; }
    @media (max-width: 767.98px) {
      .dialog__body {
        padding: var(--gap) var(--gap) calc(var(--gap) + var(--safe-bottom)); } }

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
  z-index: 50; }
  .backdrop__show {
    -webkit-animation: backdrop-show var(--speed) both;
            animation: backdrop-show var(--speed) both; }
  .backdrop__hide {
    -webkit-animation: backdrop-hide var(--speed) both;
            animation: backdrop-hide var(--speed) both; }

@-webkit-keyframes backdrop-show {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes backdrop-show {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes backdrop-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

@keyframes backdrop-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }

.refresher {
  display: none;
  position: absolute;
  top: var(--safe-top);
  left: 50%;
  margin-left: -1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--layout-color);
  border-radius: 50%;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .refresher {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .refresher--elevated {
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
  .refresher--transitioning {
    -webkit-transition: -webkit-transform var(--speed);
    transition: -webkit-transform var(--speed);
    -o-transition: transform var(--speed);
    transition: transform var(--speed);
    transition: transform var(--speed), -webkit-transform var(--speed); }
  .refresher__icon {
    font-size: 1.5rem;
    color: var(--muted-text-color);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed); }

.progress__root {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background-color: var(--primary-color-transparent);
  z-index: 50; }
  @media (max-width: 767.98px) {
    .progress__root {
      top: calc(var(--mobile-header-heigh) + var(--safe-top)); } }

.progress__bar {
  top: 0;
  left: 0;
  width: auto;
  bottom: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background-color: var(--primary-color); }
  .progress__bar--first {
    -webkit-animation: progress-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: progress-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
  .progress__bar--last {
    -webkit-animation: progress-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
            animation: progress-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite; }

@-webkit-keyframes progress-indeterminate1 {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes progress-indeterminate1 {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes progress-indeterminate2 {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes progress-indeterminate2 {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.custom-scrollbar::-webkit-scrollbar,
[custom-scrollbar]::-webkit-scrollbar {
  width: var(--scroll-width); }

.custom-scrollbar::-webkit-scrollbar-track,
[custom-scrollbar]::-webkit-scrollbar-track {
  background: var(--border-color);
  border-radius: 3px; }

.custom-scrollbar::-webkit-scrollbar-thumb,
[custom-scrollbar]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  -webkit-transition: var(--speed);
  transition: var(--speed);
  border-radius: 3px; }

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
[custom-scrollbar]::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); }

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  padding: 0 4px;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 20px;
  line-height: 1;
  border-radius: var(--radius);
  border: 2px solid var(--paper-color);
  background-color: var(--primary-color);
  color: var(--switcher);
  pointer-events: none;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed); }

.stretched-link {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  z-index: 5;
  cursor: pointer; }
  .stretched-link:hover {
    background-color: var(--focus-highlight); }

.chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 22px;
  background-color: var(--layout-color);
  color: var(--main-text-color);
  border-radius: var(--radius);
  padding: 0 .5rem;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
  .chip:not(:only-child) {
    margin: 0 0.5rem 0.5rem 0; }
  @media (max-width: 767.98px) {
    .chip {
      min-height: 1.2rem; } }
  .chip--stock {
    background-color: #880e4f;
    color: var(--switcher); }
  .chip--hit {
    background-color: #e65100;
    color: var(--switcher); }
  .chip--hot {
    background-color: #b71c1c;
    color: var(--switcher); }
  .chip--new {
    background-color: #24366b;
    color: var(--switcher); }
  .chip--primary {
    background-color: var(--primary-color);
    color: var(--switcher); }
  .chip__label {
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .chip__label {
        font-size: 0.65rem; } }

.alert {
  display: block;
  border: 2px solid;
  color: var(--main-text-color);
  border-radius: var(--radius);
  padding: calc(var(--gap) / 1.5) var(--gap);
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
  .alert--inline {
    display: inline-block; }
  .alert--primary {
    border-color: var(--primary);
    color: var(--primary); }
  .alert--danger {
    border-color: var(--danger);
    color: var(--danger); }
  .alert--warning {
    border-color: var(--warning);
    color: var(--warning); }
  .alert--info {
    border-color: var(--info);
    color: var(--info); }
  .alert--primary {
    border-color: var(--primary-color);
    color: var(--primary-color); }

.filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed); }
  .filter__mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .filter__mobile {
        display: none;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: var(--paper-color);
        border-radius: var(--radius);
        -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
                box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); } }
  .filter__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter__button {
    margin-right: 1rem; }
  .filter__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
    padding-bottom: 1rem;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .filter__list::-webkit-scrollbar {
      display: none; }
    .filter__list--disabled {
      pointer-events: none;
      overflow: hidden; }
  .filter__item {
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 .5rem; }
    .filter__item:first-child {
      margin-left: 1rem; }
    .filter__item:last-child {
      padding-right: 1rem; }
  .filter__control {
    display: none; }
  .filter__icon {
    height: 1.3rem;
    width: 1.3rem; }
  .filter__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(var(--button-size) / 1.5);
    padding: 0 1rem;
    white-space: nowrap;
    border-radius: var(--radius);
    background-color: var(--paper-color);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .filter__control:checked + .filter__label {
    color: var(--fill-btn-color);
    background-color: var(--primary-color); }

.display-mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .display-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.display-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .display-desktop {
      display: none; } }

.network {
  position: fixed;
  top: calc((var(--desktop-header-heigh) + var(--gap)) * -1);
  width: calc(100% - var(--gap-2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--desktop-header-heigh);
  padding: 0 var(--gap-2);
  margin: var(--gap) var(--gap) 0 var(--gap);
  border-radius: var(--radius);
  color: var(--main-text-color);
  overflow: hidden;
  z-index: 9999; }
  .network--online {
    background-color: var(--success);
    top: calc((var(--desktop-header-heigh) + var(--gap)) * -1);
    -webkit-transition: top var(--speed) 0.6s, background-color var(--speed);
    -o-transition: top var(--speed) 0.6s, background-color var(--speed);
    transition: top var(--speed) 0.6s, background-color var(--speed); }
  .network--offline {
    background-color: var(--danger);
    top: 0;
    -webkit-transition: top var(--speed), background-color var(--speed);
    -o-transition: top var(--speed), background-color var(--speed);
    transition: top var(--speed), background-color var(--speed); }
  @media (max-width: 767.98px) {
    .network {
      top: calc((var(--mobile-header-heigh) + var(--safe-top)) * -1);
      margin: 0;
      width: 100%;
      height: calc(var(--mobile-header-heigh) + var(--safe-top));
      padding: calc(var(--gap) + var(--safe-top)) var(--gap) var(--gap) var(--gap);
      border-radius: 0; }
      .network--online {
        top: calc((var(--mobile-header-heigh) + var(--safe-top)) * -1); }
      .network--offline {
        top: 0; } }
  .network__text {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: var(--font-size-bigger);
    text-align: center;
    color: var(--switcher); }
    @media (max-width: 767.98px) {
      .network__text {
        font-size: var(--font-size-big); } }

.sliderPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--gap); }
  @media (max-width: 767.98px) {
    .sliderPagination {
      margin-top: 0; } }
  .sliderPagination__bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--border-color);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    outline: none; }
    .sliderPagination__bullet:not(:last-child) {
      margin-right: 10px; }
    .sliderPagination__bullet--active {
      width: 30px;
      background-color: var(--primary-color); }

.sliderArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  height: var(--button-size);
  width: var(--button-size);
  background-color: var(--inverse-color);
  border-radius: var(--radius);
  z-index: 10;
  outline: none;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  @media (max-width: 767.98px) {
    .sliderArrow {
      display: none; } }
  .sliderArrow--disabled {
    opacity: 0;
    visibility: hidden; }
  .sliderArrow__icon {
    width: var(--font-size-large);
    height: var(--font-size-large);
    color: var(--inverse-text-color); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 15;
  background-color: var(--paper-color);
  -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  -o-transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .header__safe {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: var(--safe-top); }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    -webkit-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    -o-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out; }
    @media (max-width: 575.98px) {
      .header__top {
        display: none; } }
    .page-scrolled .header__top {
      height: 0;
      opacity: 0; }
  @media (max-width: 767.98px) {
    .header__nav {
      display: none; } }
  .header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--desktop-header-heigh);
    -webkit-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    -o-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out; }
    @media (max-width: 575.98px) {
      .header__middle {
        height: var(--mobile-header-heigh); } }
  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    -o-transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
    transition: height var(--speed) ease-in-out, opacity var(--speed) ease-in-out; }
    /* @media (max-width: 767.98px) {
      .header__bottom {
        display: none; }
        .page-scroll-down .header__bottom {
          height: 0;
          opacity: 0; } } */
  .header__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    overflow: hidden; }
  .header__title {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
    -webkit-animation: fadeIn .5s both;
            animation: fadeIn .5s both; }
  .header__back {
    display: none;
  }
    @media (min-width: 768px) {
      .header__back {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
      }
    }
  .header__toggler {
    display: none; }
    @media (max-width: 767.98px) {
      .header__toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: var(--gap); } }
  .header__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: var(--gap); }
    @media (max-width: 575.98px) {
      .header__brand {
        margin-right: auto; } }
  .header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-height: 40px;
    max-width: 250px; }
    @media (max-width: 767.98px) {
      .header__logo {
        max-width: 150px;
        max-height: 30px; } }
    @media (max-width: 575.98px) {
      .header__logo {
        max-width: 115px;
        max-height: 30px; } }
  .header__location {
    max-width: 260px;
    margin-right: auto; }
    @media (max-width: 575.98px) {
      .header__location {
        display: none; } }
  .header__text {
    font-size: 1.8em;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    @media (max-width: 767.98px) {
      .header__text {
        font-size: 1.2em; } }
  .header__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0 var(--gap); }
    @media (max-width: 991.98px) {
      .header__search {
        display: none; } }
  .header__phone {
    margin-right: var(--gap); }
    @media (max-width: 991.98px) {
      .header__phone {
        display: none; } }
  .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.headerCity {
  position: relative; }
  .headerCity__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    cursor: pointer;
    margin-right: var(--gap); }
    .headerCity__control:hover {
      color: var(--primary-color); }
  .headerCity__icon {
    color: var(--primary-color);
    margin-right: 10px;
    height: var(--font-size-big);
    width: var(--font-size-big); }
  .headerCity__ask {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% + 7px);
    left: 0;
    padding: var(--gap);
    border-radius: var(--radius);
    background-color: var(--paper-color);
    -webkit-transition: background-color var(--speed);
    -o-transition: background-color var(--speed);
    transition: background-color var(--speed);
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
    .headerCity__ask--opened {
      display: block; }
  .headerCity__question {
    white-space: nowrap;
    min-width: 200px;
    font-size: var(--font-size-big);
    font-weight: 500;
    text-align: center; }
  .headerCity__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: var(--gap) 0 0; }
  .headerCity__yes {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: var(--gap); }
  .headerCity__other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .headerInfo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: var(--gap); }
  .headerInfo__icon {
    color: var(--primary-color);
    margin-right: 10px;
    height: var(--font-size-big);
    width: var(--font-size-big); }
  .headerInfo__label {
    margin-right: 5px; }
    @media (max-width: 991.98px) {
      .headerInfo__label {
        display: none; } }
  .headerInfo__value {
    color: var(--primary-color);
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .headerInfo__value {
        color: var(--main-text-color); } }

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly; }
  .headerNav__item:not(:last-child) {
    margin-right: var(--gap); }
  .headerNav__link {
    color: var(--muted-text-color); }
    .headerNav__link:hover {
      color: var(--primary-color); }

.headerAction {
  position: relative; }
  @media (min-width: 768px) {
    .headerAction:not(:last-child) {
      margin-right: 3px; } }
  @media (min-width: 992px) {
    .headerAction--mobile {
      display: none; } }
  .headerAction__button {
    height: 40px;
    width: 40px; }
    @media (max-width: 767.98px) {
      .headerAction__button {
        width: 35px;
        height: 35px; } }
    .headerAction__button--wide {
      width: auto; }
  .headerAction__icon {
    width: 22px;
    height: 22px; }
  .headerAction__label {
    font-size: var(--font-size-big);
    margin: 0 0 0 10px; }
  .headerAction__badge {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767.98px) {
      .headerAction__badge {
        top: -2px;
        right: -2px; } }

.headerMenu {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .headerMenu__rail {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: var(--layout-color);
    -webkit-transition: background-color var(--speed);
    -o-transition: background-color var(--speed);
    transition: background-color var(--speed);
    border-radius: calc(var(--radius) + 3px);
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .headerMenu__rail::-webkit-scrollbar {
      display: none; }
  .headerMenu__list {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform var(--speed) ease-in-out;
    transition: -webkit-transform var(--speed) ease-in-out;
    -o-transition: transform var(--speed) ease-in-out;
    transition: transform var(--speed) ease-in-out;
    transition: transform var(--speed) ease-in-out, -webkit-transform var(--speed) ease-in-out; }
    .headerMenu__list--stop {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .headerMenu__item {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    padding: 3px; }
  .headerMenu__button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(var(--button-size) + 6px);
    width: calc(var(--button-size) + 6px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    background-color: var(--paper-color);
    z-index: 2; }
    @media (max-width: 575.98px) {
      .headerMenu__button {
        display: none; } }
    .headerMenu__button--round {
      border-radius: 50% !important; }
    .headerMenu__button--prev {
      -webkit-box-shadow: 0 0 0 0 var(--paper-color);
              box-shadow: 0 0 0 0 var(--paper-color);
      left: calc(var(--button-size) * -1);
      border-radius: 50% 0 0 50%; }
      [data-overflowing="both"] ~ .headerMenu__button--prev,
      [data-overflowing="left"] ~ .headerMenu__button--prev {
        -webkit-box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
                box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
        left: 0;
        visibility: visible;
        opacity: 1; }
    .headerMenu__button--next {
      -webkit-box-shadow: 0 0 0 0 var(--paper-color);
              box-shadow: 0 0 0 0 var(--paper-color);
      right: calc(var(--button-size) * -1);
      border-radius: 0 50% 50% 0; }
      [data-overflowing="both"] ~ .headerMenu__button--next,
      [data-overflowing="right"] ~ .headerMenu__button--next {
        -webkit-box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
                box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
        right: 0;
        visibility: visible;
        opacity: 1; }
  .headerMenu__icon {
    height: var(--font-size-legend);
    width: var(--font-size-legend);
    pointer-events: none; }

.headerSliderMenu {
  background-color: var(--layout-color);
  border-radius: calc(var(--radius) + 3px);
  -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  -o-transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
  -webkit-box-shadow: inset 0 0 2px var(--shadow-first), inset 0 0 12px var(--shadow-second);
          box-shadow: inset 0 0 2px var(--shadow-first), inset 0 0 12px var(--shadow-second); }
  .headerSliderMenu__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .headerSliderMenu__item {
    width: auto;
    padding: 3px 0;
    margin: 0 3px; }
  .headerSliderMenu__control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 var(--gap);
    height: var(--button-size);
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    color: var(--main-text-color);
    border: 2px solid transparent;
    border-radius: var(--radius);
    -webkit-transition: background-color var(--speed);
    -o-transition: background-color var(--speed);
    transition: background-color var(--speed);
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent; }
    .headerSliderMenu__control:hover {
      color: var(--main-text-color);
      background-color: var(--focus-highlight);
      text-decoration: none; }
    .headerSliderMenu__control[data-active="true"] {
      border-color: var(--primary-color); }
    .headerSliderMenu__control-label {
      font-size: var(--font-size-big);
      line-height: var(--font-size-big);
      pointer-events: none;
      overflow: hidden;
      -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
      white-space: nowrap; }
  .headerSliderMenu__button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(var(--button-size) + 6px);
    width: calc(var(--button-size) + 6px);
    background-color: var(--paper-color);
    -webkit-box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
            box-shadow: 0 0 var(--gap) var(--gap) var(--paper-color);
    z-index: 2; }
    @media (max-width: 575.98px) {
      .headerSliderMenu__button {
        display: none; } }
    .headerSliderMenu__button--round {
      border-radius: 50% !important; }
    .headerSliderMenu__button--prev {
      left: 0;
      border-radius: 50% 0 0 50%; }
      .headerSliderMenu__button--prev.headerSliderMenu__button--disabled {
        left: calc(var(--button-size) * -1);
        -webkit-box-shadow: 0 0 0 0 var(--paper-color);
                box-shadow: 0 0 0 0 var(--paper-color);
        visibility: hidden;
        opacity: 0; }
    .headerSliderMenu__button--next {
      right: 0;
      border-radius: 0 50% 50% 0; }
      .headerSliderMenu__button--next.headerSliderMenu__button--disabled {
        right: calc(var(--button-size) * -1);
        -webkit-box-shadow: 0 0 0 0 var(--paper-color);
                box-shadow: 0 0 0 0 var(--paper-color);
        visibility: hidden;
        opacity: 0; }
  .headerSliderMenu__icon {
    height: var(--font-size-legend);
    height: var(--font-size-large);
    width: var(--font-size-legend);
    width: var(--font-size-large);
    pointer-events: none; }

.searchbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--paper-color);
  padding: calc(var(--gap) + var(--safe-top)) var(--gap-2) var(--gap);
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed); }
  .searchbox--active {
    visibility: visible;
    opacity: 1; }
  .searchbox__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    margin: 0; }
  .searchbox__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: var(--muted-text-color); }
  .searchbox__icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 10px;
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .searchbox__icon {
        width: 18px;
        height: 18px;
        top: 8px;
        left: 9px; } }
  .searchbox__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: var(--default-font);
    letter-spacing: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 1rem;
    padding: 0 1rem 0 2.5rem;
    height: 45px;
    font-size: var(--font-size-big);
    background-color: transparent;
    caret-color: var(--primary-color);
    color: var(--main-text-color);
    border-radius: var(--radius);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (max-width: 767.98px) {
      .searchbox__input {
        padding: 0 1rem 0 2.2rem; } }
    .searchbox__input::-webkit-input-placeholder {
      color: var(--muted-text-color); }
    .searchbox__input::-moz-placeholder {
      color: var(--muted-text-color); }
    .searchbox__input:-ms-input-placeholder {
      color: var(--muted-text-color); }
    .searchbox__input::-ms-input-placeholder {
      color: var(--muted-text-color); }
    .searchbox__input::placeholder {
      color: var(--muted-text-color); }
    .searchbox__input::-webkit-search-cancel-button {
      display: none; }
    .searchbox__input:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px var(--primary-color) inset;
              box-shadow: 0 0 0 2px var(--primary-color) inset; }
    @media (max-width: 767.98px) {
      .searchbox__input {
        height: 35px;
        font-size: var(--font-size-base); } }

.footer {
  background-color: var(--paper-color);
  -webkit-transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  transition: background-color var(--speed), -webkit-box-shadow var(--speed);
  -o-transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed);
  transition: background-color var(--speed), box-shadow var(--speed), -webkit-box-shadow var(--speed);
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 -4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 -4px 12px var(--shadow-second); }
  .footer__subscribe {
    border-bottom: 1px solid var(--border-color); }
  .footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: var(--gap-big) 0;
    border-bottom: 1px solid var(--border-color); }
    @media (max-width: 767.98px) {
      .footer__middle {
        display: none; } }
  .footer__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: var(--gap); }
  .footer__info {
    max-width: 330px;
    min-width: 300px; }
  .footer__socials {
    margin: var(--gap-big) 0; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: var(--gap-1-5) 0; }
    @media (max-width: 575.98px) {
      .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer__payment {
    margin: 0 var(--gap); }
    @media (max-width: 575.98px) {
      .footer__payment {
        margin: var(--gap) 0; } }
  .footer__copyright {
    font-size: var(--font-size-tiny);
    color: var(--muted-text-color);
    text-transform: uppercase; }

.footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footerMenu__item:not(:last-child) {
    margin-right: var(--gap-2); }
  .footerMenu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: var(--font-size-big);
    font-weight: 600;
    white-space: nowrap;
    color: var(--main-text-color);
    overflow: hidden; }
    .footerMenu__link:hover {
      color: var(--primary-color); }
    .footerMenu__link--current {
      color: var(--primary-color); }

.navigation {
  display: none; }
  @media (max-width: 767.98px) {
    .navigation {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      bottom: 0;
      width: 100%;
      height: calc(var(--mobile-nav-height) + (var(--safe-bottom) / 2));
      margin: 0;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      border-radius: 0;
      padding: 0.5rem 0.5rem calc(0.5rem + (var(--safe-bottom) / 2)) 0.5rem;
      z-index: 10;
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed);
      background-color: var(--paper-color);
      -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 -4px 12px var(--shadow-second);
              box-shadow: 0 0 2px var(--shadow-first), 0 -4px 12px var(--shadow-second); } }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767.98px) {
      .navigation__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 100%; } }
  .navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4rem; }
    .navigation__item:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .navigation__item {
        margin-bottom: 0; } }
    .navigation__item--grow {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767.98px) {
        .navigation__item--grow {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; } }
  .navigation__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed);
    background-color: transparent;
    color: var(--main-text-color);
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (max-width: 767.98px) {
      .navigation__link {
        width: 40px;
        height: 40px; } }
    .navigation__link:focus {
      outline: none; }
    .navigation__link:hover {
      background-color: var(--focus-highlight); }
    .navigation__link--current {
      color: var(--primary-color); }
      .navigation__link--current:hover {
        color: var(--primary-color); }
      .navigation__link--current::after {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        width: 20px;
        bottom: 3px;
        border-radius: var(--radius);
        background-color: var(--primary-color); }
        @media (max-width: 767.98px) {
          .navigation__link--current::after {
            bottom: 1px; } }
  .navigation__icon {
    pointer-events: none;
    height: 24px;
    width: 24px; }
    @media (max-width: 767.98px) {
      .navigation__icon {
        height: 22px;
        width: 22px; } }

@media (max-width: 767.98px) {
  .sidebar {
    display: none; } }

.drawer {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--layout-color);
  z-index: 95;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform var(--speed);
  transition: -webkit-transform var(--speed);
  -o-transition: transform var(--speed);
  transition: transform var(--speed);
  transition: transform var(--speed), -webkit-transform var(--speed);
  will-change: transform;
  overflow: hidden; }
  .drawer--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .drawer__header {
    background-color: var(--paper-color);
    z-index: 2;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
    .drawer__header-safe {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: var(--safe-top); }
    .drawer__header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50px;
      padding: 0 var(--gap) 0 var(--gap-2); }
  .drawer__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto; }
  .drawer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3rem;
    max-width: 250px; }
    @media (max-width: 767.98px) {
      .drawer__logo {
        max-width: 150px;
        max-height: 30px; } }
  .drawer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 calc(var(--gap) + var(--safe-bottom));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .drawer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .drawer__auth {
    margin-top: var(--gap);
    padding: 0 var(--gap); }
  .drawer__block {
    margin: var(--gap) 0 0;
    padding: var(--gap) var(--gap-2);
    background-color: var(--paper-color);
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
    .drawer__block--spaceless {
      padding: 0; }
  .drawer__closer {
    margin-left: var(--gap); }

.drawerMenu {
  margin: var(--gap) 0 0;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .drawerMenu__item {
    position: relative;
    background-color: var(--paper-color); }
  .drawerMenu__info {
    margin-left: var(--gap); }
  .drawerMenu__name {
    font-size: var(--font-size-big);
    line-height: var(--font-size-big);
    font-weight: 600; }
  .drawerMenu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 45px;
    font-size: var(--font-size-big);
    font-weight: 500;
    color: var(--main-text-color);
    padding: 0 var(--gap-2);
    overflow: hidden; }
    .drawerMenu__link:hover {
      color: var(--primary-color); }
    .drawerMenu__link--current::before {
      content: '';
      position: absolute;
      left: 10px;
      top: 21px;
      height: 4px;
      width: 10px;
      border-radius: var(--radius);
      background-color: var(--primary-color); }
    .drawerMenu__link--avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: var(--gap) var(--gap-2); }
  .drawerMenu__icon {
    width: 23px;
    height: 23px;
    margin: 0 1rem 0 0; }

.drawerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .drawerInfo__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .drawerInfo__set:not(:last-child) {
      margin-bottom: var(--gap); }
  .drawerInfo__icon {
    stroke: var(--primary-color);
    width: 22px;
    height: 22px;
    margin-right: var(--gap); }
  .drawerInfo__label {
    font-size: var(--font-size-big);
    line-height: var(--font-size-big); }
    .drawerInfo__label:not(:last-child) {
      margin-bottom: calc(var(--gap) / 2); }

.location {
  position: relative;
  width: 100%; }

.locationAddresses--mobile {
  padding-top: var(--gap); }

.locationAddresses__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 var(--gap);
  height: 50px;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .locationAddresses__item {
      height: 53px; } }
  .locationAddresses__item:hover {
    background-color: var(--focus-highlight); }

.locationAddresses__icon {
  width: 26px;
  height: 26px;
  color: var(--border-color); }
  .locationAddresses__item--current .locationAddresses__icon {
    color: var(--primary-color); }

.locationAddresses__address {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  margin-left: calc(var(--gap) / 1.25); }

.locationAddresses__label {
  font-size: var(--font-size-big);
  line-height: var(--font-size-big);
  color: var(--main-text-color); }

.locationAddresses__description {
  font-size: var(--font-size-small);
  color: var(--hint-text-color); }

.locationAddresses__label, .locationAddresses__description {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.locationAddresses__actions {
  padding: var(--gap) var(--gap) calc(var(--gap) + var(--safe-bottom)); }

.mobileLocation {
  display: none; }
  @media (max-width: 575.98px) {
    .mobileLocation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: var(--gap) 0; } }
  .mobileLocation__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--paper-color);
    border-radius: var(--radius);
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }

.catalogList {
  position: relative; }
  .catalogList__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem; }
    @media (max-width: 991.98px) {
      .catalogList__grid {
        grid-gap: 1rem; } }
    @media (max-width: 575.98px) {
      .catalogList__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem; } }

.category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  z-index: 1;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .category--long {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
    .category--long .category__picture {
      padding-top: calc(50% - 1rem); }
      @media (max-width: 991.98px) {
        .category--long .category__picture {
          padding-top: calc(50% - .5rem); } }
  .category__picture {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%; }
  .category__image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--focus-highlight); }
    .category__image--square {
      padding-top: 100%; }
    .category__image--horizontal {
      padding-top: 56.25%; }
    .category__image--vertical {
      padding-top: 125%; }
  .category__info {
    font-family: var(--heading-font);
    padding: 15px 25px; }
  .category__name {
    position: absolute;
    padding: 0 .8rem;
    font-size: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    top: var(--gap-1-5);
    left: var(--gap-1-5);
    max-width: calc(100% - calc(var(--gap-1-5) * 2));
    z-index: 4;
    color: var(--main-text-color);
    background-color: var(--paper-color);
    border-radius: calc(var(--radius) - 5px);
    -webkit-transition: var(--speed);
    -o-transition: var(--speed);
    transition: var(--speed); }
    @media (max-width: 991.98px) {
      .category__name {
        font-size: var(--font-size-tiny);
        line-height: var(--line-height-small);
        top: calc(var(--gap) / 2);
        left: calc(var(--gap) / 2);
        max-width: calc(100% - var(--gap)); } }

.productsList {
  position: relative; }
  .productsList__group:not(:last-child) {
    margin-bottom: var(--gap-2); }
    @media (max-width: 767.98px) {
      .productsList__group:not(:last-child) {
        margin-bottom: var(--gap); } }
  .productsList__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 0 var(--gap); }
    @media (max-width: 991.98px) {
      .productsList__header {
        margin: 0 0 var(--gap); } }
  .productsList__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    font-size: var(--font-size-headline);
    line-height: var(--font-height-headline);
    font-weight: 500; }
    .productsList__title::after, .productsList__title::before {
      content: '';
      display: inline-block;
      height: 3px;
      background-color: var(--primary-color);
      border-radius: 5px; }
    .productsList__title::before {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 var(--gap-2);
              flex: 0 0 var(--gap-2);
      margin: 0 10px 0 0; }
      @media (max-width: 767.98px) {
        .productsList__title::before {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 var(--gap);
                  flex: 0 0 var(--gap); } }
    .productsList__title::after {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 var(--gap-2);
              flex: 1 0 var(--gap-2);
      margin: 0 0 0 10px; }
      @media (max-width: 767.98px) {
        .productsList__title::after {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 var(--gap);
                  flex: 1 0 var(--gap); } }
    @media (max-width: 991.98px) {
      .productsList__title {
        font-size: var(--font-size-big); } }
  .productsList__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 2rem;
    padding: 0; }
    @media (max-width: 767.98px) {
      .productsList__grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 1rem; } }
  .productsList__item {
    border-radius: var(--radius); }

@media (max-width: 575.98px) {
  .productsSlider__container {
    margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) calc(var(--gap) * -1);
    overflow-y: visible; } }

.productsSlider__wrapper {
  padding-bottom: var(--gap); }

.productsSlider__item {
  height: auto; }
  @media (max-width: 575.98px) {
    .productsSlider__item {
      width: 55vw !important;
      padding-left: var(--gap); }
      .productsSlider__item:last-child {
        margin-right: var(--gap); } }

@media (max-width: 767.98px) {
  .productsSlider__pagination {
    display: none; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  z-index: 2;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .card__header {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: pointer;
    -webkit-transition: background-color var(--speed);
    -o-transition: background-color var(--speed);
    transition: background-color var(--speed); }
    .card__header:hover {
      background-color: var(--focus-highlight); }
  .card__picture {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--focus-highlight); }
    .card__picture--square {
      padding-top: 100%; }
    .card__picture--horizontal {
      padding-top: 56.25%; }
    .card__picture--vertical {
      padding-top: 125%; }
  .card__chips {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .card__chips {
        left: 0.5rem;
        top: 0.5rem; } }
  .card__text {
    padding: 0.8rem; }
    @media (max-width: 767.98px) {
      .card__text {
        padding: 0.5rem; } }
  .card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-big);
    line-height: 1.3;
    font-weight: 500;
    color: var(--main-text-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    @media (max-width: 767.98px) {
      .card__title {
        font-size: var(--font-size-base); } }
  .card__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--muted-text-color); }
    @media (max-width: 767.98px) {
      .card__size {
        font-size: var(--font-size-small); } }
  .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-bigger);
    font-weight: 500;
    color: var(--main-text-color); }
    @media (max-width: 767.98px) {
      .card__price {
        display: none; } }
    .card__price--mobile { 
      font-size: var(--font-size-bigger);
      line-height: var(--font-size-bigger);
      margin-top: 5px;
      display: none; }
      @media (max-width: 767.98px) {
        .card__price--mobile {
          display: flex; } }
  .card__divider {
    height: 1px;
    background-color: var(--border-color); }
  .card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.8rem; }
    @media (max-width: 767.98px) {
      .card__footer {
        padding: 0.5rem; } }
  .card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      .card__actions {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 767.98px) {
    .card__button {
      width: 100%; } }
  .card__dropdown {
    margin-left: 0.5rem; }
  .card__counter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    color: var(--switcher);
    font-size: var(--font-size-headline);
    transition: var(--speed);
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
    .card__counter--show {
      opacity: 1;
      visibility: visible; }
  .card__stepper {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
    height: var(--button-size);
    background-color: var(--primary-color);
    border-radius: var(--radius); }
    @media (min-width: 768px) { 
      .card__stepper { 
        gap: var(--gap); } }
    .card__stepper-price { 
      font-size: var(--font-size-big);
      line-height: var(--font-size-big);
      color: var(--fill-btn-color);
      font-weight: 500; }
      @media (min-width: 768px) {
        .card__stepper-price {
          display: none; } }

    
.special {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  z-index: 2;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .special__header {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .special__picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 62%; }
  .special__body {
    padding: 1rem; }
  .special__title {
    font-size: var(--font-size-big);
    line-height: 1.3;
    font-weight: 500;
    color: var(--main-text-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767.98px) {
      .special__title {
        font-size: var(--font-size-base); } }

.specialsList {
  position: relative; }
  .specialsList__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 2rem;
    padding: 0; }
    @media (max-width: 991.98px) {
      .specialsList__grid {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        grid-gap: 1rem; } }

.specialsSlider {
  position: relative; }
  .specialsSlider__container {
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 500px; }
    @media (max-width: 767.98px) {
      .specialsSlider__container {
        margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) calc(var(--gap) * -1); } }
  .specialsSlider__wrapper {
    padding-bottom: var(--gap); }
    @media (max-width: 767.98px) {
      .specialsSlider__wrapper {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-type: x mandatory;
            -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden; }
        .specialsSlider__wrapper::-webkit-scrollbar {
          display: none; } }
  .specialsSlider__item {
    width: 75vw; }
    .specialsSlider__item:only-child {
      width: 96vw; }
    @media (max-width: 767.98px) {
      .specialsSlider__item {
        scroll-snap-align: center;
        padding-right: var(--gap); }
        .specialsSlider__item:first-child {
          margin-left: var(--gap); } }
  @media (max-width: 767.98px) {
    .specialsSlider__pagination {
      display: none; } }

.promotion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden; }
  .promotion__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - var(--gap-big) * 2); }
  .promotion__picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 62%;
    border-radius: var(--radius);
    z-index: 2; }
  .promotion__info {
    padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden; }
  .promotion__header {
    margin-bottom: var(--gap); }
  .promotion__title {
    font-size: var(--font-size-bigger);
    text-align: center;
    margin-bottom: var(--gap); }
  .promotion__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .promotion__code-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: var(--button-size);
      min-width: 80px;
      font-size: var(--font-size-bigger);
      border: 2px solid var(--primary-color);
      border-radius: var(--radius) 0 0 var(--radius);
      padding: 0 calc(var(--gap) + var(--button-size) / 2) 0 var(--gap);
      margin-right: calc(var(--button-size) / -2);
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }

.promo {
  position: relative;
  overflow: hidden;
  margin: var(--gap-2) 0 var(--gap-big) 0; }
  @media (max-width: 767.98px) {
    .promo {
      margin: var(--gap) 0; } }
  @media (max-width: 767.98px) {
    .promo__slider {
      overflow: visible; } }
  .promo__wrapper {
    padding-bottom: var(--gap); }
    @media (max-width: 767.98px) {
      .promo__wrapper {
        overflow: visible; } }
  .promo__item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  .promo__content {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .promo__picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35%; }
    @media (max-width: 767.98px) {
      .promo__picture {
        padding-top: 62%; } }
  .promo__arrow {
    position: absolute;
    top: calc(47% - 25px); }
    .promo__arrow--prev {
      left: 20px; }
    .promo__arrow--next {
      right: 20px; }

.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: auto;
      overflow-x: hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch; }
      .product::-webkit-scrollbar {
        display: none; } }
  .product__picture {
    position: relative;
    width: 550px;
    height: 550px;
    overflow: hidden;
    border-radius: var(--radius);
    z-index: 2; }
    @media (max-width: 767.98px) {
      .product__picture {
        width: 100%;
        height: auto;
        padding-top: 100%; } }
  .product__chips {
    position: absolute;
    left: var(--gap);
    top: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    pointer-events: none; }
  .product__content {
    max-height: 550px;
    min-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .product__content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        min-width: auto;
        overflow: visible; } }
  .product__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    padding: var(--gap) 4rem var(--gap) 2rem;
    border-bottom: 1px solid var(--border-color); }
    @media (max-width: 767.98px) {
      .product__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding: var(--gap);
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .product__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: var(--font-size-bigger);
    line-height: var(--line-height-title);
    color: var(--main-text-color);
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .product__title {
        font-size: var(--font-size-big); } }
  .product__size {
    color: var(--muted-text-color);
    white-space: nowrap; }
  .product__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (max-width: 767.98px) {
      .product__info {
        overflow: visible; } }
  .product__nutritional {
    padding: 0 var(--gap-2);
    margin: var(--gap) 0; }
    @media (max-width: 767.98px) {
      .product__nutritional {
        padding: 0 var(--gap); } }
  .product__description {
    padding: 0 var(--gap-2);
    margin: var(--gap) 0; }
    @media (max-width: 767.98px) {
      .product__description {
        padding: 0 var(--gap); } }
    .product__description-item {
      line-height: var(--line-height-tiny);
      padding-bottom: var(--gap); }
      @media (max-width: 767.98px) {
        .product__description-item {
          font-size: var(--font-size-small); } }
      .product__description-item:last-child {
        border-bottom: 1px solid var(--border-color); }
  .product__modifier {
    margin: var(--gap) 0; }
  .product__actions {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: var(--paper-color);
    padding: var(--gap) var(--gap-2) 13px;
    border-top: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 0 1rem 1rem var(--paper-color);
            box-shadow: 0px 0 1rem 1rem var(--paper-color); }
    @media (max-width: 767.98px) {
      .product__actions {
        padding: var(--gap) var(--gap) calc(var(--gap) + var(--safe-bottom)) var(--gap); } }
    .product__price {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 3px; }
    .product__stepper {
      display: none;
      align-items: center;
      border-radius: var(--radius);
      background-color: var(--primary-color); }
    .product__counter {
      text-align: center;
      min-width: 130px;
      font-size: var(--font-size-big);
      line-height: var(--font-size-big);
      color: var(--fill-btn-color);
      font-weight: 500; }

.productNutritional {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: var(--gap); }
  .productNutritional__title {
    margin-bottom: calc(var(--gap) / 3); }
    @media (max-width: 767.98px) {
      .productNutritional__title {
        font-size: var(--font-size-small); } }
  .productNutritional__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .productNutritional__label {
    font-size: var(--font-size-tiny);
    color: var(--muted-text-color); }

.productModifier {
  position: relative; }
  .productModifier__set {
    margin-bottom: var(--gap); }
    .productModifier__set:last-of-type {
      margin-bottom: calc(var(--gap) / 2); }
  .productModifier__title {
    font-size: var(--font-size-big);
    margin-bottom: calc(var(--gap) / 2);
    color: var(--muted-text-color);
    padding: 0 var(--gap-2); }
    @media (max-width: 767.98px) {
      .productModifier__title {
        padding: 0 var(--gap); } }

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: var(--gap); }
    @media (max-width: 991.98px) {
      .cart__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cart__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 var(--gap-2) 0 0; }
    @media (max-width: 991.98px) {
      .cart__content {
        margin: 0 0 var(--gap-2) 0; } }
  .cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: var(--gap-2); }
  .cart__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: var(--font-size-legend);
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .cart__label {
        font-size: var(--font-size-big); } }
  .cart__list {
    overflow: hidden; }
  .cart__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-offset);
    width: var(--sidebar-width);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 991.98px) {
      .cart__sidebar {
        width: auto; } }

.cartProduct {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cartProduct:not(:last-child) {
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: var(--gap);
    margin-bottom: var(--gap); }
  .cartProduct--gift {
    padding-right: calc(var(--gap) + 40px); }
    @media (max-width: 767.98px) {
      .cartProduct--gift {
        padding-right: 0; } }
  .cartProduct__content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .cartProduct__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .cartProduct__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cartProduct__picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 160px;
    height: 160px;
    background-color: var(--layout-color);
    border-radius: var(--radius);
    margin-right: var(--gap);
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
    @media (max-width: 991.98px) {
      .cartProduct__picture {
        width: 70px;
        height: 70px; } }
    @media (max-width: 767.98px) {
      .cartProduct__picture {
        width: 50px;
        height: 50px;
        border-radius: calc(var(--radius) / 1.5); } }
    .cartProduct--soldout .cartProduct__picture::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: var(--paper-color-transparent);
      z-index: 15; }
  .cartProduct__info {
    position: relative;
    margin: 0 var(--gap) 0 0;
    overflow: hidden; }
    @media (max-width: 1399.98px) {
      .cartProduct__info {
        margin: 0 0 var(--gap) 0; } }
    .cartProduct--soldout .cartProduct__info::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: var(--paper-color-transparent);
      z-index: 15; }
  .cartProduct__name {
    display: -webkit-box;
    font-size: var(--font-size-bigger);
    font-weight: 500;
    line-height: 1.3;
    color: var(--main-text-color);
    margin-bottom: var(--gap);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767.98px) {
      .cartProduct__name {
        font-size: var(--font-size-big);
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; } }
    @media (max-width: 575.98px) {
      .cartProduct__name {
        margin-bottom: calc(var(--gap) / 2);
        padding-right: calc(var(--button-size)); } }
  .cartProduct__modificators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3px; }
  .cartProduct__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .cartProduct__additional {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cartProduct__ingredient {
    font-size: var(--font-size-small);
    color: var(--muted-text-color); }
    @media (min-width: 768px) {
      .cartProduct__ingredient:not(:first-child)::before {
        content: '\2022';
        display: inline-block;
        margin: 0 4px; } }
  .cartProduct__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--font-size-bigger);
    line-height: var(--button-size); }
  .cartProduct__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 260px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    @media (max-width: 575.98px) {
      .cartProduct__total {
        min-width: auto;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .cartProduct__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--font-size-legend);
    line-height: var(--button-size);
    white-space: nowrap;
    width: 110px;
    margin-left: var(--gap); }
    @media (max-width: 767.98px) {
      .cartProduct__price {
        width: auto; } }
  .cartProduct__remove {
    margin-left: var(--gap); }
    @media (max-width: 575.98px) {
      .cartProduct__remove {
        position: absolute;
        top: -5px;
        right: -5px;
        margin: 0;
        z-index: 20; } }
  @media (max-width: 767.98px) {
    .cartProduct__button {
      width: calc(var(--button-size) * .8);
      height: calc(var(--button-size) * .8); } }

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkout__auth {
    margin: 0 0 var(--gap-2); }
    @media (min-width: 768px) {
      .checkout__auth {
        padding: var(--gap-2); } }
  .checkout__form {
    position: relative; }
    .checkout__form--disabled::before {
      content: '';
      position: absolute;
      top: calc(var(--gap) * -1);
      bottom: calc(var(--gap) * -1);
      right: calc(var(--gap) * -1);
      left: calc(var(--gap) * -1);
      display: block;
      background-color: var(--layout-color);
      z-index: 15;
      opacity: .8;
      cursor: not-allowed;
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed); }
  .checkout__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: var(--gap); }
    @media (max-width: 991.98px) {
      .checkout__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .checkout__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 var(--gap-2) 0 0; }
    @media (max-width: 991.98px) {
      .checkout__content {
        margin: 0 0 var(--gap-2) 0; } }
  .checkout__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: var(--gap-2); }
  .checkout__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: var(--font-size-legend);
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .checkout__label {
        font-size: var(--font-size-big); } }
  .checkout__step:not(:last-child) {
    margin-bottom: var(--gap-2); }
  @media (min-width: 768px) {
    .checkout__step {
      padding: var(--gap-2); } }
  .checkout__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-offset);
    width: var(--sidebar-width);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 991.98px) {
      .checkout__sidebar {
        width: auto; } }

.checkoutAuth {
  position: relative; }
  .checkoutAuth__form {
    max-width: 350px; }
  .checkoutAuth__text {
    margin-left: var(--gap-2); }

.checkoutStep {
  position: relative; }
  .checkoutStep__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: var(--gap-2); }
    @media (max-width: 767.98px) {
      .checkoutStep__header {
        margin-bottom: var(--gap); } }
  .checkoutStep__icon {
    height: 25px;
    width: 25px;
    color: var(--primary-color);
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .checkoutStep__icon {
        height: 22px;
        width: 22px; } }
  .checkoutStep__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: var(--font-size-legend);
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .checkoutStep__title {
        font-size: var(--font-size-big); } }
  .checkoutStep__chip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: var(--gap); }
  .checkoutStep__hidden {
    display: none;
    margin-top: var(--gap-2); }
    .checkoutStep__hidden--show {
      display: block; }

.checkoutSuccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .checkoutSuccess__title {
    font-size: var(--font-size-bigger); }
  .checkoutSuccess__icon {
    margin-top: var(--gap);
    width: 50px;
    height: 50px;
    stroke: var(--success);
    stroke-width: 10;
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation: confirmCheck .15s 1.1s both;
            animation: confirmCheck .15s 1.1s both; }
  .checkoutSuccess__text {
    margin-top: var(--gap); }
  .checkoutSuccess__actions {
    margin-top: var(--gap); }
  .checkoutSuccess__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: var(--gap);
    padding-top: var(--gap);
    border-top: 1px solid var(--border-color); }
    .checkoutSuccess__payment-action {
      margin-top: var(--gap); }

@-webkit-keyframes confirmCheck {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes confirmCheck {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.order {
  cursor: pointer; }
  .order:not(:last-child) {
    margin-bottom: var(--gap); }
  .order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767.98px) {
      .order__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .order__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    line-height: 22px;
    margin: 0 var(--gap) 0 0; }
    @media (max-width: 767.98px) {
      .order__label {
        margin: 0 0 calc(var(--gap) / 2) 0; } }
  .order__status {
    padding: 0 calc(var(--gap) / 2);
    border-radius: var(--radius);
    color: var(--switcher); }
    .order__status--accepted {
      background-color: var(--border-color); }
    .order__status--await {
      background-color: var(--info); }
    .order__status--success {
      background-color: var(--success); }
    .order__status--canceled {
      background-color: var(--danger); }
    .order__status--onway {
      background-color: var(--warning); }

.orderCheck {
  position: relative; }
  .orderCheck__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px; }
  .orderCheck__title {
    font-size: var(--font-size-bigger);
    font-weight: 600;
    margin-right: var(--gap-2); }
  .orderCheck__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: var(--gap) 0; }
    .orderCheck__item:first-child {
      padding-top: 0; }
    .orderCheck__item:not(:last-child) {
      border-bottom: 1px dashed var(--border-color); }
    .orderCheck__item:last-child {
      border-bottom: 1px solid var(--border-color); }
    .orderCheck__item-line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .orderCheck__item-label {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .orderCheck__item-quantity {
      color: var(--muted-text-color); }
    .orderCheck__item-cost {
      font-weight: 500; }
    .orderCheck__item-gift, .orderCheck__item-cost {
      min-width: 70px;
      text-align: right; }
    .orderCheck__item-quantity, .orderCheck__item-gift, .orderCheck__item-cost {
      margin-left: calc(var(--gap) / 2); }
    .orderCheck__item-additional {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .orderCheck__item-ingredient {
      font-size: var(--font-size-small);
      color: var(--muted-text-color); }
      .orderCheck__item-ingredient:not(:first-child)::before {
        content: '\2022';
        display: inline-block;
        margin: 0 4px; }
  .orderCheck__details {
    margin-top: var(--gap); }
    .orderCheck__details-block {
      margin-bottom: var(--gap); }
    .orderCheck__details-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: calc(var(--gap) / 2); }
    .orderCheck__details-status {
      padding: 0 calc(var(--gap) / 2);
      border-radius: var(--radius);
      color: var(--switcher); }
      .orderCheck__details-status--success {
        background-color: var(--success); }
      .orderCheck__details-status--danger {
        background-color: var(--danger); }
    .orderCheck__details-title {
      font-size: var(--font-size-big);
      font-weight: 500; }
    .orderCheck__details-actions {
      margin-top: calc(var(--gap) / 2); }
  .orderCheck__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .orderCheck__set-key {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      color: var(--muted-text-color);
      margin-right: var(--gap); }
      @media (max-width: 767.98px) {
        .orderCheck__set-key {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0px;
                  flex: 1 1 0; } }
    .orderCheck__set-value {
      font-variant: 500; }
  .orderCheck__actions {
    padding-top: var(--gap);
    border-top: 1px solid var(--border-color); }
    .orderCheck__actions .btn:not(:last-child) {
      margin: 0 var(--gap) 0 0; }
      @media (max-width: 575.98px) {
        .orderCheck__actions .btn:not(:last-child) {
          margin: 0 0 var(--gap) 0; } }

.inner-menu__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 2rem; }
  @media (max-width: 767.98px) {
    .inner-menu__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 1rem; } }

.inner-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--paper-color);
  border-radius: var(--radius);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  padding: 1rem;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
          box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second); }
  @media (max-width: 767.98px) {
    .inner-menu__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.inner-menu__icon {
  height: 50px;
  width: 50px;
  margin: 0 0 1rem 0; }
  @media (max-width: 767.98px) {
    .inner-menu__icon {
      width: 25px;
      height: 25px;
      margin: 0 1rem 0 0; } }

@media (max-width: 767.98px) {
  .inner-menu__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--switcher);
  margin: 0 -3px;
  padding: 3px 0; }
  .social__item {
    margin: 3px; }
  .social__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: var(--button-size);
    height: var(--button-size);
    font-size: var(--font-size-big);
    background-color: var(--social-default-color);
    color: currentColor;
    border-radius: var(--radius);
    overflow: hidden; }
    .social__link--facebook {
      --social-background: #4267B2; }
    .social__link--instagram {
      --social-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF); }
    .social__link--tripadvisor {
      --social-background: #1ca875; }
    .social__link--vk {
      --social-background: #2787F5; }
    .social__link--tiktok {
      --social-background: linear-gradient(45deg, #FC0E5C 0%, #2AF5EE 100%); }
    .social__link--ok {
      --social-background: #FF9205; }
    .social__link--yt {
      --social-background: #E62117; }
    .social__link--zen {
      --social-background: #525252; }
    .social__link--whatsapp { 
      --social-background: #4DCA5A; }
    .social__link--telegram {
      --social-background: #2AABEE; }
    .social__link::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: var(--radius);
      background: var(--social-background);
      -webkit-transition: var(--speed);
      -o-transition: var(--speed);
      transition: var(--speed);
      opacity: 0; }
    .social__link:hover::before {
      opacity: 1; }
  .social__icon {
    fill: currentColor;
    stroke-width: 0;
    fill-rule: evenodd;
    clip-rule: evenodd;
    height: 17px;
    width: 17px;
    z-index: 2; }

.paysystems {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paysystems__item:not(:last-child) {
    margin: 0 var(--gap) 0 0; }
  .paysystems__icon {
    stroke: transparent;
    stroke-width: 0;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
    .paysystems__icon:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--gap-2) 0; }
  @media (max-width: 767.98px) {
    .subscribe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .subscribe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 var(--gap-2) 0 0;
    max-width: 360px; }
    @media (max-width: 767.98px) {
      .subscribe__content {
        margin: 0 0 var(--gap-2) 0; } }
  .subscribe__icon {
    height: 40px;
    width: 40px;
    margin-right: var(--gap-2);
    stroke-width: 1.5; }
    @media (max-width: 767.98px) {
      .subscribe__icon {
        margin-right: var(--gap); } }
  .subscribe__label {
    font-size: var(--font-size-bigger); }
  .subscribe__description {
    color: var(--muted-text-color); }
  .subscribe__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 400px; }
    @media (max-width: 767.98px) {
      .subscribe__form {
        min-width: 350px; } }

.contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contactList__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contactList__set:not(:last-child) {
      margin-bottom: var(--gap); }
  .contactList__icon {
    stroke: var(--primary-color);
    flex: 0 0 20px;
    height: 20px;
    margin-right: var(--gap); }
  .contactList__value:not(:last-child) {
    margin-bottom: calc(var(--gap) / 2); }
  .contactList__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main-text-color);
    font-size: var(--font-size-bigger);
    line-height: var(--font-size-bigger); }
  .contactList__description {
    font-size: var(--font-size-tiny);
    line-height: var(--font-size-tiny);
    color: var(--muted-text-color); }

.citySelect {
  position: relative; }
  .citySelect__search {
    margin-bottom: var(--gap); }
  .citySelect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
    .citySelect__list:not(:last-child) {
      margin-bottom: var(--gap); }
    .citySelect__list--search {
      height: 200px; }
      @media (max-width: 767.98px) {
        .citySelect__list--search {
          height: 350px; } }
  .citySelect__item {
    font-size: var(--font-size-big);
    color: var(--main-text-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px; }
    .citySelect__item:hover {
      color: var(--primary-color); }
    .citySelect__item--hidden {
      display: none; }

.receiving {
  position: relative; }
  .receiving__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .receiving__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: var(--gap);
    font-size: var(--font-size-big);
    line-height: var(--font-size-big); }
  .receiving__field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: var(--gap); }
    @media (max-width: 767.98px) {
      .receiving__field {
        margin: 0; } }
  .receiving__map {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 400px;
    margin-top: var(--gap-2);
    border-radius: var(--radius);
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second);
            box-shadow: 0 0 2px var(--shadow-first), 0 3px 8px var(--shadow-second); }
    @media (max-width: 767.98px) {
      .receiving__map {
        height: 350px; } }
  .receiving__actions {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
    @media (max-width: 767.98px) {
      .receiving__actions {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: var(--gap); } }

.summary {
  position: relative; }
  .summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: var(--gap); }
  .summary__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: var(--font-size-legend);
    margin-right: var(--gap);
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .summary__title {
        font-size: var(--font-size-big); } }
  .summary__list {
    margin-bottom: var(--gap-2); }
    @media (max-width: 767.98px) {
      .summary__list {
        margin-bottom: var(--gap); } }
  .summary__minimum {
    margin-bottom: var(--gap); }
  .summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-big);
    color: var(--muted-text-color);
    margin-bottom: calc(var(--gap) / 2); }
    .summary__item:last-child {
      margin-bottom: 0; }
    .summary__item--total {
      color: var(--main-text-color);
      font-weight: 500; }
    @media (max-width: 767.98px) {
      .summary__item {
        font-size: var(--font-size-base); } }
  .summary__gap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 2px dotted var(--border-color);
    margin: 0 10px 7px; }
  .summary__divider {
    height: 1px;
    background-color: var(--border-color);
    margin: var(--gap) 0; }

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: var(--gap-big) auto; }
  .page-404__title {
    font-size: var(--font-size-bigger); }
  .page-404__icon {
    height: 80px;
    stroke: none;
    fill: var(--primary-color);
    margin: var(--gap-2) 0; }
    .page-404__icon path:nth-child(1),
    .page-404__icon path:nth-child(2) {
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-animation: sadAnimation 5s 1s infinite;
              animation: sadAnimation 5s 1s infinite; }
  .page-404__text {
    text-align: center; }
  .page-404__actions {
    margin-top: var(--gap); }

@-webkit-keyframes sadAnimation {
  2% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  4% {
    -webkit-transform: matrix(1, 0, 0, 0.01, 0, 0);
            transform: matrix(1, 0, 0, 0.01, 0, 0); }
  5% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  8% {
    -webkit-transform: matrix(1, 0, 0, 0.01, 0, 0);
            transform: matrix(1, 0, 0, 0.01, 0, 0); }
  10% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes sadAnimation {
  2% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  4% {
    -webkit-transform: matrix(1, 0, 0, 0.01, 0, 0);
            transform: matrix(1, 0, 0, 0.01, 0, 0); }
  5% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  8% {
    -webkit-transform: matrix(1, 0, 0, 0.01, 0, 0);
            transform: matrix(1, 0, 0, 0.01, 0, 0); }
  10% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.developer {
  font-size: var(--font-size-tiny);
  color: var(--muted-text-color);
  text-transform: uppercase; }
  .developer__icon {
    color: var(--dev-icon-color); }
  .developer__link {
    color: var(--dev-link-color); }

.auth {
  max-width: 500px;
  margin: 0 auto; }

.ajax-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: ajax-fade var(--speed) both;
  animation: ajax-fade var(--speed) both;
}

@-webkit-keyframes ajax-fade { to { opacity: 1; visibility: visible; } }

@keyframes ajax-fade { to { opacity: 1; visibility: visible; } }

.deliveryRules {
  position: relative; }
  .deliveryRules__item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767.98px) {
      .deliveryRules__item {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
  .deliveryRules__content {
    margin: 0 0 0 var(--gap-2);
    flex: 1 1 0; }
    @media (max-width: 767.98px) {
      .deliveryRules__content {
        margin: 0 0 var(--gap) 0; } }
  .deliveryRules__zone {
    width: 800px;
    height: 350px; }
    @media (max-width: 1200px) {
      .deliveryRules__zone {
        width: 400px; } }
    @media (max-width: 767.98px) {
      .deliveryRules__zone {
        width: 100%;
        height: 300px; } }
  .deliveryRules__frame {
    width: 100%;
    height: 100%;
    border-radius: var(--radius); }

.delivery-areas {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.delivery-areas__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.delivery-areas__desc {
  list-style-type: none;
  margin-bottom: 0;
}
.delivery-areas__item::before {
  content: '';
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-right: 10px;
}
.delivery-areas__item--green::before {
  background-color: #98E789;
}
.delivery-areas__item--grey::before {
  background-color: #CFCFCE;
}
.delivery-areas__item--blue::before {
  background-color: #409FF4;
}
.delivery-areas__item--red::before {
  background-color: #EF5553;
}
.delivery-areas__item--purple::before {
  background-color: #D176FC;
}

.bxmaker-authuserphone-header {
  display: none;
}
.bxmaker-authuserphone-enter-forget-form__or {
  height: 15px;
}
.bxmaker-authuserphone-enter,
.bxmaker-authuserphone-edit,
.bxmaker-authuserphone-simple {
  font-size: var(--font-size-medium);
  display: inline-block;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  color: var(--main-text-color);
  background-color: transparent;
}
.bxmaker-authuserphone-usercallto {
  border-radius: var(--radius);
  height: calc(var(--button-size) * 1.3);
  background-color: var(--input-color);
}
.bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input__field {
  flex: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: solid 2px;
  border-color: transparent;
  border-radius: var(--radius);
  padding: 0;
  width: 100%;
  height: calc(var(--button-size) * 1.3);
  color: var(--main-text-color);
  background-color: var(--input-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: var(--primary-color);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bxmaker-authuserphone-input-password input[type=password],
.bxmaker-authuserphone-input-password input[type=text],
.bxmaker-authuserphone-input input[type=otp],
.bxmaker-authuserphone-input input[type=password],
.bxmaker-authuserphone-input input[type=phone],
.bxmaker-authuserphone-input input[type=text] {
  padding: var(--gap) var(--gap) 0;
  border-radius: var(--radius);
}
.bxmaker-authuserphone-input-phone input[type=text] {
  padding: var(--gap) var(--gap) 0 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.bxmaker-authuserphone-input-phone input[type=text]::placeholder {
  color: transparent;
}
.bxmaker-authuserphone-input-code input[type=otp],
.bxmaker-authuserphone-input-code input[type=password],
.bxmaker-authuserphone-input-code input[type=phone],
.bxmaker-authuserphone-input-code input[type=text] {
  font-weight: 700;
  letter-spacing: 10px;
}
.bxmaker-authuserphone-input-password__title,
.bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input__title {
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: var(--border-color);
  width: calc(100% - var(--gap-2));
  max-height: 100%;
  color: var(--muted-text-color);
  font-size: var(--font-size-base);
  cursor: text;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.bxmaker-authuserphone-input__title {
  left: var(--gap);
}

.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title {
  font-size: var(--font-size-base);
  transform: none;
  top: 15px;
}
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
  left: auto;
}
.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title,
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__title {
  font-size: var(--font-size-tiny);
  transform: none;
  top: 5px;
  left: var(--gap) !important;
  color: var(--primary-color);
}

.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__flag {
  padding: 0 8px;
}
.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__flag {
  padding-top: 15px;
}

.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field {
  border-color: var(--border-color);
}
.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field {
  border-color: var(--primary-color) !important;
}

.bxmaker-authuserphone-button__inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 var(--gap);
  height: var(--button-size);
  min-height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  background-color: transparent;
  color: var(--main-text-color);
  border: var(--button-border-width,0) solid;
  border-radius: var(--radius);
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--primary-color);
  color: var(--fill-btn-color);
  width: 100%;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
  background-color: var(--primary-color);
  color: var(--fill-btn-color);
}
.bxmaker-authuserphone-button__title {
  font-size: var(--font-size-big);
  line-height: var(--font-size-big);
  pointer-events: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: currentColor;
}

.popup-window {
  font: var(--font-size-base) var(--default-font);
  border-radius: var(--radius);
  background-color: var(--layout-color);
  -webkit-box-shadow: 0 0 2px var(--shadow-first),0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first),0 4px 12px var(--shadow-second);
}
.popup-window-angly--arrow {
  background-color: var(--layout-color);
  -webkit-box-shadow: 0 0 2px var(--shadow-first),0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first),0 4px 12px var(--shadow-second);
}
.main-phonenumber-country-flag {
  margin: 3px 10px 3px 0;
}

a.bxmaker-authuserphone-link {
  color: var(--primary-color);
}
a.bxmaker-authuserphone-link:hover {
  color: var(--main-text-color);
}
.bxmaker-authuserphone-input-password__visible:after {
  width: 24px;
  height: 24px;
}

.bxmaker-authuserphone-input-password__visible {
  opacity: 1;
}

.bxmaker-authuserphone-enter svg path,
.bxmaker-authuserphone-simple svg path {
  fill: var(--primary-color);
  stroke: none;
}
.bxmaker-authuserphone-button__inner svg path {
  fill: var(--fill-btn-color);
}
.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh:hover,
.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh {
  background: var(--primary-color);
}
.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh svg path {
  stroke: var(--fill-btn-color);
}
.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh svg path:last-child {
  fill: var(--fill-btn-color);
}
.bxmaker-authuserphone-captcha__img {
  border: none;
  height: calc(var(--button-size) * 1.3);
}
.bxmaker-authuserphone-captcha__img img {
  height: auto;
}

@media (prefers-color-scheme: dark) {
  .bxmaker-authuserphone-input-password__visible:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTJDMSAxMiA1IDQgMTIgNEMxOSA0IDIzIDEyIDIzIDEyQzIzIDEyIDE5IDIwIDEyIDIwQzUgMjAgMSAxMiAxIDEyWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE1QzEzLjY1NjkgMTUgMTUgMTMuNjU2OSAxNSAxMkMxNSAxMC4zNDMxIDEzLjY1NjkgOSAxMiA5QzEwLjM0MzEgOSA5IDEwLjM0MzEgOSAxMkM5IDEzLjY1NjkgMTAuMzQzMSAxNSAxMiAxNVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  }
  .bxmaker-authuserphone-input-password__visible--active:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxNF81KSI+CjxwYXRoIGQ9Ik0xNy45NCAxNy45NEMxNi4yMzA2IDE5LjI0MyAxNC4xNDkxIDE5Ljk2NDkgMTIgMjBDNSAyMCAxIDEyIDEgMTJDMi4yNDM4OSA5LjY4MTkyIDMuOTY5MTQgNy42NTY2MyA2LjA2IDYuMDYwMDNNOS45IDQuMjQwMDJDMTAuNTg4MyA0LjA3ODkgMTEuMjkzMSAzLjk5ODM2IDEyIDQuMDAwMDNDMTkgNC4wMDAwMyAyMyAxMiAyMyAxMkMyMi4zOTMgMTMuMTM1NiAyMS42NjkxIDE0LjIwNDggMjAuODQgMTUuMTlNMTQuMTIgMTQuMTJDMTMuODQ1NCAxNC40MTQ4IDEzLjUxNDEgMTQuNjUxMiAxMy4xNDYyIDE0LjgxNTFDMTIuNzc4MiAxNC45NzkxIDEyLjM4MDkgMTUuMDY3MyAxMS45NzgxIDE1LjA3NDRDMTEuNTc1MyAxNS4wODE1IDExLjE3NTIgMTUuMDA3NCAxMC44MDE2IDE0Ljg1NjVDMTAuNDI4MSAxNC43MDU2IDEwLjA4ODcgMTQuNDgxMSA5LjgwMzg1IDE0LjE5NjJDOS41MTg5NyAxMy45MTEzIDkuMjk0MzkgMTMuNTcyIDkuMTQzNTEgMTMuMTk4NEM4Ljk5MjYyIDEyLjgyNDkgOC45MTg1MyAxMi40MjQ3IDguOTI1NjMgMTIuMDIxOUM4LjkzMjc0IDExLjYxOTEgOS4wMjA5MSAxMS4yMjE5IDkuMTg0ODggMTAuODUzOUM5LjM0ODg0IDEwLjQ4NTkgOS41ODUyNSAxMC4xNTQ3IDkuODggOS44ODAwMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEgMUwyMyAyMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTRfNSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  }
}
@media (prefers-color-scheme: light) {
  .bxmaker-authuserphone-input-password__visible:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZXllLW9mZiI+PHBhdGggZD0iTTE3Ljk0IDE3Ljk0QTEwLjA3IDEwLjA3IDAgMCAxIDEyIDIwYy03IDAtMTEtOC0xMS04YTE4LjQ1IDE4LjQ1IDAgMCAxIDUuMDYtNS45NE05LjkgNC4yNEE5LjEyIDkuMTIgMCAwIDEgMTIgNGM3IDAgMTEgOCAxMSA4YTE4LjUgMTguNSAwIDAgMS0yLjE2IDMuMTltLTYuNzItMS4wN2EzIDMgMCAxIDEtNC4yNC00LjI0Ij48L3BhdGg+PGxpbmUgeDE9IjEiIHkxPSIxIiB4Mj0iMjMiIHkyPSIyMyI+PC9saW5lPjwvc3ZnPg==)
  }
  .bxmaker-authuserphone-input-password__visible--active:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZXllIj48cGF0aCBkPSJNMSAxMnM0LTggMTEtOCAxMSA4IDExIDgtNCA4LTExIDgtMTEtOC0xMS04eiI+PC9wYXRoPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjMiPjwvY2lyY2xlPjwvc3ZnPg==)
  }
}

.bxmaker-authuserphone-message--error {
  color: var(--danger);
}
.bxmaker-authuserphone-timeout {
  font-size: var(--font-size-small);
  color: var(--muted-text-color);
}
.bxmaker-custom-policy {
  text-align: center;
  margin-top: 15px;
}

.grecaptcha-badge {
  display: none;
}

.form__row{
  width: 100%;
}

.footer__super_bottom{
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 0.9rem;
    color: #9d9d9d;
    padding: 1rem;
}

@media (max-width: 767.98px) {
  .footer__super_bottom{
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 0.8rem;
    color: #9d9d9d;
    padding: 1rem;
}
}

.cookie-banner {
    position: fixed;
    column-gap: 1.5rem;
    bottom: 30px;
    left: 20px;
    background-color: var(--paper-color);
    color: #333;
    padding: var(--gap);
    -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
    box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
    border-radius: var(--radius);
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    z-index: 1000;
    max-width: 35%;
    display: none;
}
@media (max-width: 767.98px) {
  .cookie-banner {
    position: fixed;
    row-gap: 1rem;
    bottom: 30px;
    left: 10px;
    right: 10px;
    max-width: 100%;
    flex-direction: column;
  }
}
.cookie-banner-title{
  font-variation-settings: "wght" 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.cookie-banner p{
  margin: 0;
}
.cookie-banner a {
  color: #007bff;
  text-decoration: underline;
}
/* End */


/* Start:/local/components/novox/delivery.zones/templates/suggest-dadata/style.css?16863219222198*/
.mapFrame {
  width: 100%;
  height: 100%;
}

.mapPlacemark {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  display: none;
}

.mapPlacemark--unclickable {
  pointer-events: none;
}

.mapPlacemark--active {
  display: block;
  animation-name: ajax-fade;
  animation-duration: var(--speed);
  animation-fill-mode: both;
}

.mapPlcemark__wrap {
  position: relative;
}

.mapPlcemark__wrap-label {
  position: absolute;
  top: 13px;
  left: 15px;
  right: 15px;
  display: block;
  font-family: var(--default-font);
  line-height: 17px;
  text-align: center;
  color: var(--fill-btn-color);
}

.mapControls {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}

.mapControls__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: var(--paper-color);
  color: var(--main-text-color);
  transition: var(--speed);
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
}

.mapControls__button-icon {
  width: 22px;
  height: 22px;
}
/* 
.textfield__alert {
  display: none!important;
} */

.mapDeliveryDetails {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 5;
}

.mapDeliveryDetails__button {
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
}

.mapDeliveryDetails__button,
.mapDeliveryDetails__button:hover {
  background-color: var(--paper-color);
}

.mapDeliveryDetails__content {
  min-width: 260px;
}



/* .receiving__field {
  position: absolute;
  width: calc(100% - 30px);
  top: 30px;
  left: 15px;
  z-index: 5;
}

.receiving__map {
  height: 430px !important;
} */
/* End */


/* Start:/local/templates/web-delivery/libs/suggestions-jquery/dist/css/suggestions_custom.css?16863219224675*/
.suggestions-nowrap {
  /* white-space: nowrap; */
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: absolute;
  left: 0;
  top: calc(var(--button-size) * 1.3);
  width: 100%;
  margin-top: .5rem;
  z-index: 10;
}

/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background-color: var(--paper-color);
  color: var(--main-text-color);
  border-radius: var(--radius);
  overflow: hidden;
  padding: var(--gap) 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  min-width: 100%;
  max-width: 100%;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  -webkit-box-shadow: 0 0 2px var(--shadow-first),0 3px 8px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first),0 3px 8px var(--shadow-second);
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  visibility: hidden;
  animation: suggestions var(--speed) forwards;
}

@keyframes suggestions {
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

}

.suggestions-suggestions strong {
  /* font-weight: normal; */
  color: var(--primary-color);
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  cursor: pointer; 
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: calc(var(--button-size) * 1.2);
  padding: 0 var(--gap);
  cursor: pointer;
  -webkit-transition: var(--speed);
  -o-transition: var(--speed);
  transition: var(--speed);
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background-color: var(--focus-highlight);
  color: var(--primary-color);
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background-color: var(--focus-highlight);
}
.suggestions-selected:hover {
  background-color: var(--focus-highlight);
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px var(--gap);
  white-space: nowrap;
  overflow: hidden;
  color: var(--muted-text-color);
  font-size: var(--font-size-tiny);
  line-height: var(--font-size-tiny);
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: var(--muted-text-color);
  font-size: var(--font-size-small);
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}

/* End */


/* Start:/local/templates/web-delivery/template_styles.css?168632192254*/
.card__old_price {
  text-decoration: line-through;
}

/* End */
/* /local/templates/web-delivery/assets/css/app.css?1748330096881267 */
/* /local/components/novox/delivery.zones/templates/suggest-dadata/style.css?16863219222198 */
/* /local/templates/web-delivery/libs/suggestions-jquery/dist/css/suggestions_custom.css?16863219224675 */
/* /local/templates/web-delivery/template_styles.css?168632192254 */
