@charset "UTF-8";
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Core Theme
========================================================================== */
/* ==========================================================================
0. CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Bulkit variables 
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Base typography
1. Bulkit colors
2. State colors
3. Social colors
4. Predefined gradients
5. Predefined box shadows
=============================================================================
***/
/* ==========================================================================
0. Base typography
========================================================================== */
var {
  font-style: normal;
}

p,
ul li {
  font-family: "Roboto", sans-serif;
}

i {
  font-style: normal;
}

/* ==========================================================================
1. Bulkit colors
========================================================================== */
/* ==========================================================================
2. State colors
========================================================================== */
/* ==========================================================================
3. Social colors
========================================================================== */
/* ==========================================================================
4. Predefined gradients
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Main theme variables and styles (Main theme is used in "Startup Kit", in "Landing kit v1" and in all components pages)
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Theme color variables
1. Theme gradient
2. Pageloader
3. Theme specific Hero
=============================================================================
***/
/* ==========================================================================
0. Theme color variables
========================================================================== */
/* ==========================================================================
1. Theme gradient
========================================================================== */
/* ==========================================================================
2. Pageloader
========================================================================== */
.pageloader {
  background-color: #8c8cf9 !important;
}

/* ==========================================================================
3. Theme specific Hero
========================================================================== */
.hero.is-theme-primary,
.section.is-theme-primary {
  background-color: #8c8cf9;
}
.hero.is-theme-primary .title,
.section.is-theme-primary .title {
  color: #fff;
}
.hero.is-theme-primary .subtitle,
.section.is-theme-primary .subtitle {
  color: #fff;
}
.hero.is-theme-secondary,
.section.is-theme-secondary {
  background-color: #7f00ff;
}
.hero.is-theme-secondary .title,
.section.is-theme-secondary .title {
  color: #fff;
}
.hero.is-theme-secondary .subtitle,
.section.is-theme-secondary .subtitle {
  color: #fff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Shadow variables
========================================================================== */
/***
TABLE OF CONTENTS
1. Predefined box shadows
***/
/* ==========================================================================
1. Predefined box shadows
========================================================================== */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: #fff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #2e9be5;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: rgb(209.5688073394, 5.9311926606, 58.3233944954);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0, 0%, 21%);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px #2e9be5;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px #2e9be5;
}

.button {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: #2e9be5;
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #2e9be5;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #2e9be5;
  text-decoration: underline;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 0%);
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #8c8cf9;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: rgb(127.882231405, 127.882231405, 248.367768595);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #8c8cf9;
  border-color: #8c8cf9;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #8c8cf9;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #8c8cf9;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #8c8cf9 #8c8cf9 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c8cf9;
  box-shadow: none;
  color: #8c8cf9;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #8c8cf9;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8c8cf9 #8c8cf9 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: rgb(235.6115702479, 235.6115702479, 253.9884297521);
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: rgb(223.4938016529, 223.4938016529, 253.3561983471);
  border-color: transparent;
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: rgb(211.3760330579, 211.3760330579, 252.7239669421);
  border-color: transparent;
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.button.is-link {
  background-color: #2e9be5;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #2e9be5;
  border-color: #2e9be5;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #2e9be5;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2e9be5;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #2e9be5;
  color: #2e9be5;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #2e9be5 #2e9be5 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #2e9be5;
  box-shadow: none;
  color: #2e9be5;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2e9be5;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2e9be5 #2e9be5 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: rgb(225.5176595745, 240.8936170213, 251.3323404255);
  border-color: transparent;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: rgb(214.1782978723, 235.4680851064, 249.9217021277);
  border-color: transparent;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-info {
  background-color: #2e9be5;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #2e9be5;
  border-color: #2e9be5;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #2e9be5;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2e9be5;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2e9be5;
  color: #2e9be5;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #2e9be5 #2e9be5 !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2e9be5;
  box-shadow: none;
  color: #2e9be5;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2e9be5;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2e9be5 #2e9be5 !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: rgb(225.5176595745, 240.8936170213, 251.3323404255);
  border-color: transparent;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: rgb(214.1782978723, 235.4680851064, 249.9217021277);
  border-color: transparent;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.button.is-success {
  background-color: #2eb289;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: rgb(43.3816964286, 167.8683035714, 129.2020089286);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 178, 137, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #2eb289;
  border-color: #2eb289;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #2eb289;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2eb289;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #2eb289;
  color: #2eb289;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #2eb289;
  border-color: #2eb289;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #2eb289 #2eb289 !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #2eb289;
  box-shadow: none;
  color: #2eb289;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2eb289;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2eb289 #2eb289 !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: rgb(238.7892857143, 250.8107142857, 247.0767857143);
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: rgb(228.6575892857, 248.1924107143, 242.1247767857);
  border-color: transparent;
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: rgb(218.5258928571, 245.5741071429, 237.1727678571);
  border-color: transparent;
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.button.is-warning {
  background-color: #f6c400;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: rgb(233.25, 185.8414634146, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(246, 196, 0, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: rgb(220.5, 175.6829268293, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #f6c400;
  border-color: #f6c400;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f6c400;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #f6c400;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f6c400;
  color: #f6c400;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #f6c400;
  border-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #f6c400 #f6c400 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f6c400;
  box-shadow: none;
  color: #f6c400;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f6c400;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f6c400 #f6c400 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: rgb(255, 250.8536585366, 234.6);
  color: rgb(147.9, 117.8390243902, 0);
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: rgb(255, 248.262195122, 221.85);
  border-color: transparent;
  color: rgb(147.9, 117.8390243902, 0);
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: rgb(255, 245.6707317073, 209.1);
  border-color: transparent;
  color: rgb(147.9, 117.8390243902, 0);
}
.button.is-danger {
  background-color: #d70464;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: rgb(202.4828767123, 3.7671232877, 94.1780821918);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(215, 4, 100, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #d70464;
  border-color: #d70464;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #d70464;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #d70464;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #d70464;
  color: #d70464;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #d70464;
  border-color: #d70464;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #d70464 #d70464 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #d70464;
  box-shadow: none;
  color: #d70464;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #d70464;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #d70464 #d70464 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: rgb(254.6273972603, 234.9726027397, 243.9150684932);
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: rgb(254.3945205479, 222.4554794521, 236.9869863014);
  border-color: transparent;
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: rgb(254.1616438356, 209.9383561644, 230.0589041096);
  border-color: transparent;
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: #8799ac;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: rgb(235.6115702479, 235.6115702479, 253.9884297521);
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.notification.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.notification.is-link.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.notification.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.notification.is-success {
  background-color: #2eb289;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: rgb(238.7892857143, 250.8107142857, 247.0767857143);
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.notification.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: rgb(255, 250.8536585366, 234.6);
  color: rgb(147.9, 117.8390243902, 0);
}
.notification.is-danger {
  background-color: #d70464;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: rgb(254.6273972603, 234.9726027397, 243.9150684932);
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #e1e8ee;
}
.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}
.progress.is-white::-ms-fill {
  background-color: #fff;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #fff 30%, #e1e8ee 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, #e1e8ee 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, #e1e8ee 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, #e1e8ee 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #8c8cf9;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #8c8cf9;
}
.progress.is-primary::-ms-fill {
  background-color: #8c8cf9;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #8c8cf9 30%, #e1e8ee 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #2e9be5;
}
.progress.is-link::-moz-progress-bar {
  background-color: #2e9be5;
}
.progress.is-link::-ms-fill {
  background-color: #2e9be5;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #2e9be5 30%, #e1e8ee 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #2e9be5;
}
.progress.is-info::-moz-progress-bar {
  background-color: #2e9be5;
}
.progress.is-info::-ms-fill {
  background-color: #2e9be5;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #2e9be5 30%, #e1e8ee 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #2eb289;
}
.progress.is-success::-moz-progress-bar {
  background-color: #2eb289;
}
.progress.is-success::-ms-fill {
  background-color: #2eb289;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #2eb289 30%, #e1e8ee 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #f6c400;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #f6c400;
}
.progress.is-warning::-ms-fill {
  background-color: #f6c400;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #f6c400 30%, #e1e8ee 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #d70464;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #d70464;
}
.progress.is-danger::-ms-fill {
  background-color: #d70464;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #d70464 30%, #e1e8ee 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #e1e8ee;
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, #e1e8ee 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #fff;
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #2eb289;
  border-color: #2eb289;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #f6c400;
  border-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: #d70464;
  border-color: #d70464;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #8c8cf9;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: #8c8cf9;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: rgb(235.6115702479, 235.6115702479, 253.9884297521);
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.tag:not(body).is-link {
  background-color: #2e9be5;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.tag:not(body).is-info {
  background-color: #2e9be5;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.tag:not(body).is-success {
  background-color: #2eb289;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: rgb(238.7892857143, 250.8107142857, 247.0767857143);
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.tag:not(body).is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: rgb(255, 250.8536585366, 234.6);
  color: rgb(147.9, 117.8390243902, 0);
}
.tag:not(body).is-danger {
  background-color: #d70464;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: rgb(254.6273972603, 234.9726027397, 243.9150684932);
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: hsl(0, 0%, 91%);
}
.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #2e9be5;
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: #8799ac;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(135, 153, 172, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(135, 153, 172, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(135, 153, 172, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(135, 153, 172, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: #fff;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #8c8cf9;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #2e9be5;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #2e9be5;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #2eb289;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(46, 178, 137, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #f6c400;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(246, 196, 0, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #d70464;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(215, 4, 100, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #8799ac;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #2e9be5;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: rgb(242.25, 242.25, 242.25);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #8c8cf9;
}
.select.is-primary select {
  border-color: #8c8cf9;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #2e9be5;
}
.select.is-link select {
  border-color: #2e9be5;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #2e9be5;
}
.select.is-info select {
  border-color: #2e9be5;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #2eb289;
}
.select.is-success select {
  border-color: #2eb289;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(46, 178, 137, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #f6c400;
}
.select.is-warning select {
  border-color: #f6c400;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: rgb(220.5, 175.6829268293, 0);
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(246, 196, 0, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #d70464;
}
.select.is-danger select {
  border-color: #d70464;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(215, 4, 100, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: #8799ac !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: #fff;
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #8c8cf9;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: rgb(127.882231405, 127.882231405, 248.367768595);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(140, 140, 249, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #2e9be5;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 155, 229, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #2e9be5;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 155, 229, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #2eb289;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: rgb(43.3816964286, 167.8683035714, 129.2020089286);
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 178, 137, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #f6c400;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: rgb(233.25, 185.8414634146, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(246, 196, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: rgb(220.5, 175.6829268293, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #d70464;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: rgb(202.4828767123, 3.7671232877, 94.1780821918);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(215, 4, 100, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}

.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: #fff;
}
.help.is-black {
  color: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: #8c8cf9;
}
.help.is-link {
  color: #2e9be5;
}
.help.is-info {
  color: #2e9be5;
}
.help.is-success {
  color: #2eb289;
}
.help.is-warning {
  color: #f6c400;
}
.help.is-danger {
  color: #d70464;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #2e9be5;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card, .cart-summary .summary-card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10.2, 10.2, 10.2, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #e1e8ee;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #e1e8ee;
}

.card .media:not(:last-child), .cart-summary .summary-card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #2e9be5;
  color: #fff;
}

.dropdown-divider {
  background-color: #e1e8ee;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: #2e9be5;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #8799ac;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: #fff;
}
.message.is-black {
  background-color: hsl(0, 0%, 98%);
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.message.is-light {
  background-color: hsl(0, 0%, 98%);
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.message.is-primary {
  background-color: rgb(235.6115702479, 235.6115702479, 253.9884297521);
}
.message.is-primary .message-header {
  background-color: #8c8cf9;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #8c8cf9;
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066);
}
.message.is-link {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
}
.message.is-link .message-header {
  background-color: #2e9be5;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #2e9be5;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.message.is-info {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234);
}
.message.is-info .message-header {
  background-color: #2e9be5;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #2e9be5;
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723);
}
.message.is-success {
  background-color: rgb(238.7892857143, 250.8107142857, 247.0767857143);
}
.message.is-success .message-header {
  background-color: #2eb289;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #2eb289;
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286);
}
.message.is-warning {
  background-color: rgb(255, 250.8536585366, 234.6);
}
.message.is-warning .message-header {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #f6c400;
  color: rgb(147.9, 117.8390243902, 0);
}
.message.is-danger {
  background-color: rgb(254.6273972603, 234.9726027397, 243.9150684932);
}
.message.is-danger .message-header {
  background-color: #d70464;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #d70464;
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178);
}

.message-header {
  align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0, 0%, 29%);
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: #fff;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(242.25, 242.25, 242.25);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-black .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 0%);
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 0%);
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: #fff;
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #8c8cf9;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #2e9be5;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #2e9be5;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #2eb289;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #2eb289;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: rgb(220.5, 175.6829268293, 0);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: rgb(220.5, 175.6829268293, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(220.5, 175.6829268293, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #f6c400;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #d70464;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #d70464;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: hsl(0, 0%, 29%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: #2e9be5;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #2e9be5;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #2e9be5;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #2e9be5;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #2e9be5;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #2e9be5;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #2e9be5;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #2e9be5;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
}
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  color: #8799ac;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
}

.pagination-ellipsis {
  color: hsl(0, 0%, 71%);
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: #fff;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: #fff;
}
.panel.is-black .panel-heading {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: #8c8cf9;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #8c8cf9;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #8c8cf9;
}
.panel.is-link .panel-heading {
  background-color: #2e9be5;
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #2e9be5;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #2e9be5;
}
.panel.is-info .panel-heading {
  background-color: #2e9be5;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #2e9be5;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #2e9be5;
}
.panel.is-success .panel-heading {
  background-color: #2eb289;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #2eb289;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #2eb289;
}
.panel.is-warning .panel-heading {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #f6c400;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #f6c400;
}
.panel.is-danger .panel-heading {
  background-color: #d70464;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #d70464;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #d70464;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #e1e8ee;
}

.panel-heading {
  background-color: #e1e8ee;
  border-radius: 6px 6px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

.panel-list a {
  color: hsl(0, 0%, 29%);
}
.panel-list a:hover {
  color: #2e9be5;
}

.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #2e9be5;
  color: hsl(0, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: #2e9be5;
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #8799ac;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #2e9be5;
  color: #2e9be5;
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #2e9be5;
  border-color: #2e9be5;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.has-background-white {
  background-color: #fff !important;
}

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: #8c8cf9 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: rgb(91.5289256198, 91.5289256198, 246.4710743802) !important;
}

.has-background-primary {
  background-color: #8c8cf9 !important;
}

.has-text-primary-light {
  color: rgb(235.6115702479, 235.6115702479, 253.9884297521) !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: rgb(187.1404958678, 187.1404958678, 251.4595041322) !important;
}

.has-background-primary-light {
  background-color: rgb(235.6115702479, 235.6115702479, 253.9884297521) !important;
}

.has-text-primary-dark {
  color: rgb(9.3570247934, 9.3570247934, 179.3429752066) !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: rgb(11.8859504132, 11.8859504132, 227.8140495868) !important;
}

.has-background-primary-dark {
  background-color: rgb(9.3570247934, 9.3570247934, 179.3429752066) !important;
}

.has-text-link {
  color: #2e9be5 !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: rgb(24.7829787234, 128.6808510638, 199.2170212766) !important;
}

.has-background-link {
  background-color: #2e9be5 !important;
}

.has-text-link-light {
  color: rgb(236.8570212766, 246.3191489362, 252.7429787234) !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: rgb(191.4995744681, 224.6170212766, 247.1004255319) !important;
}

.has-background-link-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234) !important;
}

.has-text-link-dark {
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723) !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: rgb(27.0842553191, 140.629787234, 217.7157446809) !important;
}

.has-background-link-dark {
  background-color: rgb(21.4417021277, 111.3319148936, 172.3582978723) !important;
}

.has-text-info {
  color: #2e9be5 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: rgb(24.7829787234, 128.6808510638, 199.2170212766) !important;
}

.has-background-info {
  background-color: #2e9be5 !important;
}

.has-text-info-light {
  color: rgb(236.8570212766, 246.3191489362, 252.7429787234) !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: rgb(191.4995744681, 224.6170212766, 247.1004255319) !important;
}

.has-background-info-light {
  background-color: rgb(236.8570212766, 246.3191489362, 252.7429787234) !important;
}

.has-text-info-dark {
  color: rgb(21.4417021277, 111.3319148936, 172.3582978723) !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: rgb(27.0842553191, 140.629787234, 217.7157446809) !important;
}

.has-background-info-dark {
  background-color: rgb(21.4417021277, 111.3319148936, 172.3582978723) !important;
}

.has-text-success {
  color: #2eb289 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: rgb(35.5267857143, 137.4732142857, 105.8080357143) !important;
}

.has-background-success {
  background-color: #2eb289 !important;
}

.has-text-success-light {
  color: rgb(238.7892857143, 250.8107142857, 247.0767857143) !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: rgb(198.2625, 240.3375, 227.26875) !important;
}

.has-background-success-light {
  background-color: rgb(238.7892857143, 250.8107142857, 247.0767857143) !important;
}

.has-text-success-dark {
  color: rgb(37.7035714286, 145.8964285714, 112.2910714286) !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: rgb(48.1767857143, 186.4232142857, 143.4830357143) !important;
}

.has-background-success-dark {
  background-color: rgb(37.7035714286, 145.8964285714, 112.2910714286) !important;
}

.has-text-warning {
  color: #f6c400 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: rgb(195, 155.3658536585, 0) !important;
}

.has-background-warning {
  background-color: #f6c400 !important;
}

.has-text-warning-light {
  color: rgb(255, 250.8536585366, 234.6) !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: rgb(255, 240.487804878, 183.6) !important;
}

.has-background-warning-light {
  background-color: rgb(255, 250.8536585366, 234.6) !important;
}

.has-text-warning-dark {
  color: rgb(147.9, 117.8390243902, 0) !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: rgb(198.9, 158.4731707317, 0) !important;
}

.has-background-warning-dark {
  background-color: rgb(147.9, 117.8390243902, 0) !important;
}

.has-text-danger {
  color: #d70464 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: rgb(164.9315068493, 3.0684931507, 76.7123287671) !important;
}

.has-background-danger {
  background-color: #d70464 !important;
}

.has-text-danger-light {
  color: rgb(254.6273972603, 234.9726027397, 243.9150684932) !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: rgb(253.695890411, 184.904109589, 216.202739726) !important;
}

.has-background-danger-light {
  background-color: rgb(254.6273972603, 234.9726027397, 243.9150684932) !important;
}

.has-text-danger-dark {
  color: rgb(240.3287671233, 4.4712328767, 111.7808219178) !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: rgb(251.0876712329, 44.7123287671, 138.6082191781) !important;
}

.has-background-danger-dark {
  background-color: rgb(240.3287671233, 4.4712328767, 111.7808219178) !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}

.has-text-grey {
  color: #8799ac !important;
}

.has-background-grey {
  background-color: #8799ac !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

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

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: #fff !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: hsl(0, 0%, 4%) !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #8c8cf9;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: #8c8cf9 !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8c8cf9;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(83, 111.6666666667, 255) 0%, #8c8cf9 71%, rgb(176.9820247934, 161.8480371901, 252.6519628099) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(83, 111.6666666667, 255) 0%, #8c8cf9 71%, rgb(176.9820247934, 161.8480371901, 252.6519628099) 100%);
  }
}
.hero.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #2e9be5;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: #2e9be5 !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2e9be5;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, rgb(13.5829787234, 163.6286013254, 210.4170212766) 0%, #2e9be5 71%, rgb(63.4412234043, 137.9165126148, 237.0587765957) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(13.5829787234, 163.6286013254, 210.4170212766) 0%, #2e9be5 71%, rgb(63.4412234043, 137.9165126148, 237.0587765957) 100%);
  }
}
.hero.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #2e9be5;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: #2e9be5 !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2e9be5;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, rgb(13.5829787234, 163.6286013254, 210.4170212766) 0%, #2e9be5 71%, rgb(63.4412234043, 137.9165126148, 237.0587765957) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(13.5829787234, 163.6286013254, 210.4170212766) 0%, #2e9be5 71%, rgb(63.4412234043, 137.9165126148, 237.0587765957) 100%);
  }
}
.hero.is-success {
  background-color: #2eb289;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #2eb289;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #2eb289 !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2eb289;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, rgb(26.8767857143, 146.1232142857, 89.2101461039) 0%, #2eb289 71%, rgb(44.9991071429, 204.5008928571, 181.5423024892) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(26.8767857143, 146.1232142857, 89.2101461039) 0%, #2eb289 71%, rgb(44.9991071429, 204.5008928571, 181.5423024892) 100%);
  }
}
.hero.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #f6c400;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: rgb(220.5, 175.6829268293, 0);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #f6c400 !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #f6c400;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, rgb(195, 122.8658536585, 0) 0%, #f6c400 71%, rgb(255, 246.2743902439, 16.5) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(195, 122.8658536585, 0) 0%, #f6c400 71%, rgb(255, 246.2743902439, 16.5) 100%);
  }
}
.hero.is-danger {
  background-color: #d70464;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #d70464;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: rgb(189.9657534247, 3.5342465753, 88.3561643836);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #d70464 !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #d70464;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, rgb(168, 0, 104.4360189573) 0%, #d70464 71%, rgb(244.5, 0, 70.4917061611) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(168, 0, 104.4360189573) 0%, #d70464 71%, rgb(244.5, 0, 70.4917061611) 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.footer {
  background-color: hsl(0, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}

.datepicker-legacy {
  display: none;
}
.datepicker-legacy.is-active {
  display: flex;
}
.datepicker-legacy.is-active .calendar {
  position: fixed;
  z-index: 40;
  min-width: 20rem;
  max-width: 20rem;
  position: relative;
  margin: 0 auto;
  max-height: calc(100vh - 40px);
}
.datepicker-legacy.is-active .calendar-nav {
  flex-direction: column;
}
.datepicker-legacy .calendar-legacy {
  background: #fff;
  border: none;
  border-radius: 2px;
  display: block;
  min-width: 20rem;
  text-align: center;
  max-width: 20rem;
}
.datepicker-legacy .calendar-legacy.is-active {
  display: initial;
}
.datepicker-legacy .calendar-legacy .calendar-nav {
  background: #8c8cf9;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 0.5em;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-day,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-year {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-day,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-year {
  flex: 1;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-month {
  font-size: 1.5rem;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-day {
  font-size: 2.5rem;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #fff;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
  background-color: transparent;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
  stroke-width: 1em;
}
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
  stroke: currentColor;
  width: 11.25px;
  height: 18px;
}
.datepicker-legacy .calendar-legacy .calendar-header, .datepicker-legacy .calendar-legacy .calendar-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.datepicker-legacy .calendar-legacy .calendar-header .calendar-date, .datepicker-legacy .calendar-legacy .calendar-body .calendar-date {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}
.datepicker-legacy .calendar-legacy .calendar-header {
  padding: 1em 1em 0 1em;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
}
.datepicker-legacy .calendar-legacy .calendar-header .calendar-date {
  color: hsl(0, 0%, 71%);
}
.datepicker-legacy .calendar-legacy .calendar-body {
  padding: 0 1em 1em 1em;
  color: #8799ac;
}
.datepicker-legacy .calendar-legacy .calendar-date {
  border: 0;
  padding: 0.4rem 0;
}
.datepicker-legacy .calendar-legacy .calendar-date .date-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0.1rem solid transparent;
  border-radius: 100%;
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  height: 2.2rem;
  line-height: 1.4rem;
  outline: none;
  padding: 0.3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: 2.2rem;
}
.datepicker-legacy .calendar-legacy .calendar-date .date-item.is-today {
  background: transparent;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.datepicker-legacy .calendar-legacy .calendar-date .date-item:focus {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datepicker-legacy .calendar-legacy .calendar-date .date-item:hover {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datepicker-legacy .calendar-legacy .calendar-date .date-item.is-active {
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
}
.datepicker-legacy .calendar-legacy .calendar-date.is-disabled .date-item, .datepicker-legacy .calendar-legacy .calendar-date.is-disabled .calendar-event, .datepicker-legacy .calendar-legacy .calendar-date[disabled] .date-item, .datepicker-legacy .calendar-legacy .calendar-date[disabled] .calendar-event {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}
.datepicker-legacy .calendar-legacy .calendar-range {
  position: relative;
}
.datepicker-legacy .calendar-legacy .calendar-range::before {
  background: white;
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.datepicker-legacy .calendar-legacy .calendar-range.calendar-range-start::before {
  left: 50%;
}
.datepicker-legacy .calendar-legacy .calendar-range.calendar-range-end::before {
  right: 50%;
}
.datepicker-legacy .calendar-legacy .calendar-range .date-item {
  color: #8c8cf9;
}
.datepicker-legacy .calendar-legacy.is-large {
  max-width: 100%;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date {
  border-bottom: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  height: 11rem;
  padding: 0;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
  border-right: 0;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.datepicker-legacy .calendar-legacy.is-large .date-item {
  align-self: flex-end;
  height: 2.2rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-range::before {
  top: 1.9rem;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-start::before {
  left: auto;
  width: 1.9rem;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-end::before {
  right: 1.9rem;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: 0.5rem;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event {
  background-color: #8799ac;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1rem;
  margin: 0.2rem auto;
  overflow: hidden;
  padding: 0.3rem 0.4rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-success {
  background-color: #2eb289;
  color: #fff;
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-danger {
  background-color: #d70464;
  color: #fff;
}

.calendar-legacy {
  background: #fff;
  border: none;
  border-radius: 2px;
  display: block;
  min-width: 20rem;
  text-align: center;
  max-width: 20rem;
}
.calendar-legacy.is-active {
  display: initial;
}
.calendar-legacy .calendar-nav {
  background: #8c8cf9;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 0.5em;
}
.calendar-legacy .calendar-nav .calendar-nav-month,
.calendar-legacy .calendar-nav .calendar-nav-day,
.calendar-legacy .calendar-nav .calendar-nav-year {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-legacy .calendar-nav .calendar-month,
.calendar-legacy .calendar-nav .calendar-day,
.calendar-legacy .calendar-nav .calendar-year {
  flex: 1;
}
.calendar-legacy .calendar-nav .calendar-month {
  font-size: 1.5rem;
}
.calendar-legacy .calendar-nav .calendar-day {
  font-size: 2.5rem;
}
.calendar-legacy .calendar-nav .calendar-nav-previous-month, .calendar-legacy .calendar-nav .calendar-nav-next-month,
.calendar-legacy .calendar-nav .calendar-nav-previous-year, .calendar-legacy .calendar-nav .calendar-nav-next-year {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #fff;
}
.calendar-legacy .calendar-nav .calendar-nav-previous-month:hover, .calendar-legacy .calendar-nav .calendar-nav-next-month:hover,
.calendar-legacy .calendar-nav .calendar-nav-previous-year:hover, .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
  background-color: transparent;
}
.calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg, .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg,
.calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg, .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
  stroke-width: 1em;
}
.calendar-legacy .calendar-nav .calendar-nav-previous-month svg, .calendar-legacy .calendar-nav .calendar-nav-next-month svg,
.calendar-legacy .calendar-nav .calendar-nav-previous-year svg, .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
  stroke: currentColor;
  width: 11.25px;
  height: 18px;
}
.calendar-legacy .calendar-header, .calendar-legacy .calendar-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calendar-legacy .calendar-header .calendar-date, .calendar-legacy .calendar-body .calendar-date {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}
.calendar-legacy .calendar-header {
  padding: 1em 1em 0 1em;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
}
.calendar-legacy .calendar-header .calendar-date {
  color: hsl(0, 0%, 71%);
}
.calendar-legacy .calendar-body {
  padding: 0 1em 1em 1em;
  color: #8799ac;
}
.calendar-legacy .calendar-date {
  border: 0;
  padding: 0.4rem 0;
}
.calendar-legacy .calendar-date .date-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0.1rem solid transparent;
  border-radius: 100%;
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  height: 2.2rem;
  line-height: 1.4rem;
  outline: none;
  padding: 0.3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: 2.2rem;
}
.calendar-legacy .calendar-date .date-item.is-today {
  background: transparent;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.calendar-legacy .calendar-date .date-item:focus {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.calendar-legacy .calendar-date .date-item:hover {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.calendar-legacy .calendar-date .date-item.is-active {
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
}
.calendar-legacy .calendar-date.is-disabled .date-item, .calendar-legacy .calendar-date.is-disabled .calendar-event, .calendar-legacy .calendar-date[disabled] .date-item, .calendar-legacy .calendar-date[disabled] .calendar-event {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}
.calendar-legacy .calendar-range {
  position: relative;
}
.calendar-legacy .calendar-range::before {
  background: white;
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calendar-legacy .calendar-range.calendar-range-start::before {
  left: 50%;
}
.calendar-legacy .calendar-range.calendar-range-end::before {
  right: 50%;
}
.calendar-legacy .calendar-range .date-item {
  color: #8c8cf9;
}
.calendar-legacy.is-large {
  max-width: 100%;
}
.calendar-legacy.is-large .calendar-body .calendar-date {
  border-bottom: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  height: 11rem;
  padding: 0;
}
.calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
  border-right: 0;
}
.calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.calendar-legacy.is-large .date-item {
  align-self: flex-end;
  height: 2.2rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.calendar-legacy.is-large .calendar-range::before {
  top: 1.9rem;
}
.calendar-legacy.is-large .calendar-range.calendar-range-start::before {
  left: auto;
  width: 1.9rem;
}
.calendar-legacy.is-large .calendar-range.calendar-range-end::before {
  right: 1.9rem;
}
.calendar-legacy.is-large .calendar-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: 0.5rem;
}
.calendar-legacy.is-large .calendar-event {
  background-color: #8799ac;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1rem;
  margin: 0.2rem auto;
  overflow: hidden;
  padding: 0.3rem 0.4rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}
.calendar-legacy.is-large .calendar-event.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.calendar-legacy.is-large .calendar-event.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.calendar-legacy.is-large .calendar-event.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-success {
  background-color: #2eb289;
  color: #fff;
}
.calendar-legacy.is-large .calendar-event.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.calendar-legacy.is-large .calendar-event.is-danger {
  background-color: #d70464;
  color: #fff;
}

@keyframes decrement-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes decrement-next {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes increment-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes increment-next {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
}
.datetimepicker {
  transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  display: none;
  background: #fff;
  border-radius: 2px;
  max-width: 320px;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.datetimepicker.is-active {
  display: block;
}
.datetimepicker .datetimepicker-header {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(10, 10, 10, 0.1);
}
.datetimepicker .datetimepicker-header.is-date-only {
  flex-direction: row;
}
.datetimepicker .datetimepicker-header.is-date-only .datetimepicker-selection-end .datetimepicker-selection-wrapper {
  justify-content: flex-end !important;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-details {
  flex: 1;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-from,
.datetimepicker .datetimepicker-header .datetimepicker-selection-to {
  font-size: 0.65rem;
  color: hsl(0, 0%, 71%);
  text-transform: uppercase;
  padding: 0;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
  padding: 0;
  display: flex;
  flex: 1;
  flex-direction: row;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-wrapper {
  flex-direction: row;
  display: flex;
  min-height: 2.5rem;
  flex: 1 1 2rem;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-day,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-day {
  flex: 0;
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  color: #7F00FF;
  font-weight: 100;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-date,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-date {
  font-size: 0.85rem;
  line-height: 0.85rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-month,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-month {
  color: hsl(0, 0%, 29%);
  text-transform: capitalize;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-weekday,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-weekday {
  font-size: 0.75em;
  color: #b6b4b6;
  text-transform: capitalize;
  text-align: left;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour {
  font-size: 1.5rem;
  font-weight: 100;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
  align-items: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start.is-centered .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end.is-centered .datetimepicker-selection-wrapper {
  justify-content: center;
  align-items: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-time {
  flex: 1;
  display: flex;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-time .datetimepicker-selection-time-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  color: hsl(0, 0%, 71%);
}
.datetimepicker .datepicker-nav {
  background: #7F00FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
  flex-direction: row;
}
.datetimepicker .datepicker-nav .datepicker-nav-month-year {
  flex-direction: row;
  display: flex;
}
.datetimepicker .datepicker-nav .datepicker-nav-month,
.datetimepicker .datepicker-nav .datepicker-nav-year {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
.datetimepicker .datepicker-nav .datepicker-nav-month:hover,
.datetimepicker .datepicker-nav .datepicker-nav-year:hover {
  cursor: pointer;
}
.datetimepicker .datepicker-nav .datepicker-nav-month {
  text-transform: capitalize;
}
.datetimepicker .datepicker-nav .datepicker-nav-year {
  font-weight: 700;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous, .datetimepicker .datepicker-nav .datepicker-nav-next {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #fff;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous:hover, .datetimepicker .datepicker-nav .datepicker-nav-next:hover {
  background-color: transparent;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg, .datetimepicker .datepicker-nav .datepicker-nav-next:hover svg {
  stroke-width: 1em;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous svg, .datetimepicker .datepicker-nav .datepicker-nav-next svg {
  stroke: currentColor;
  width: 11.25px;
  height: 0.75rem;
}
.datetimepicker .datepicker-body {
  overflow: hidden;
}
.datetimepicker .datepicker-body .datepicker-dates {
  display: none;
}
.datetimepicker .datepicker-body .datepicker-dates.is-active {
  display: flex;
  flex-direction: column;
}
.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
  display: none;
}
.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
  display: flex;
  flex-direction: row;
}
.datetimepicker .datepicker-body .datepicker-weekdays {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0.3rem 0;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
}
.datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
  background: transparent !important;
  color: hsl(0, 0%, 71%);
  padding: 0.3rem;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  color: #8799ac;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  flex: 14.28571%;
  margin: 0.1rem 0;
  align-items: center;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 25091983px;
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  height: 2.2rem;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: 2.2rem;
  animation: bounce-button-in 0.45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  background: transparent;
  border: 0.1rem dotted #7F00FF;
  color: #7F00FF;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:focus {
  background: #fff;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #7F00FF;
  border-color: #7F00FF;
  border-radius: 25091983px;
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  background: #fff;
  border: 0.1rem solid #7F00FF;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-current-month {
  background: transparent;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] {
  background-color: hsl(0, 0%, 96%);
  background-image: url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==) !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .calendar-event, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .calendar-event {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  position: relative;
  background: #7F00FF;
  z-index: 1;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border: 0.1rem solid #7F00FF;
  color: #7F00FF;
  box-shadow: 0 0.2rem 0.2rem rgba(10, 10, 10, 0.1);
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start {
  border-top-left-radius: 25091983px;
  border-bottom-left-radius: 25091983px;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end {
  border-top-right-radius: 25091983px;
  border-bottom-right-radius: 25091983px;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #7F00FF;
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5rem;
  max-height: 17rem;
  overflow-y: auto;
}
.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
  display: flex;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year {
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  flex: 1 25%;
  text-transform: capitalize;
  border-radius: 25091983px;
  border: 0.1rem solid transparent;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
  background: #7F00FF;
  border-color: #7F00FF;
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
  cursor: pointer;
  background: #fff;
  border: 0.1rem solid #7F00FF;
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker .datetimepicker-footer {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  margin: 0;
}
.datetimepicker .datetimepicker-footer > * {
  text-decoration: none !important;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container {
  display: flex;
  flex-direction: column;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:after, .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 0.75rem;
  margin-left: -0.75rem;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
  border-color: rgba(74, 74, 74, 0);
  border-bottom-color: #4a4a4a;
  border-width: 0.75rem;
  margin-left: -0.75rem;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container.has-header-bottom {
  flex-direction: column-reverse;
}
.datetimepicker.is-large {
  max-width: 100%;
}
.datetimepicker.is-large .datepicker-body .datepicker-date {
  border-bottom: 0.1rem solid hsl(0, 0%, 96%);
  border-right: 0.1rem solid hsl(0, 0%, 96%);
  display: flex;
  flex-direction: column;
  height: 11rem;
  padding: 0;
}
.datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n) {
  border-right: 0;
}
.datetimepicker.is-large .datepicker-body .datepicker-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.datetimepicker.is-large .date-item {
  align-self: flex-end;
  height: 2.2rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.datetimepicker.is-large .datepicker-range:before, .datetimepicker.is-large .datepicker-range::before {
  top: 1.9rem;
}
.datetimepicker.is-large .datepicker-range.datepicker-range-start::before {
  left: auto;
  width: 1.9rem;
}
.datetimepicker.is-large .datepicker-range.datepicker-range-end::before {
  right: 1.9rem;
}
.datetimepicker.is-large .datepicker-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: 0.5rem;
}
.datetimepicker.is-large .datepicker-event {
  background-color: #8799ac;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1rem;
  margin: 0.2rem auto;
  overflow: hidden;
  padding: 0.3rem 0.4rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}
.datetimepicker.is-large .datepicker-event.is-white {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-large .datepicker-event.is-black {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-large .datepicker-event.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-primary {
  background-color: #8c8cf9;
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-link {
  background-color: #2e9be5;
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-info {
  background-color: #2e9be5;
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-success {
  background-color: #2eb289;
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-warning {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-large .datepicker-event.is-danger {
  background-color: #d70464;
  color: #fff;
}
.datetimepicker .timepicker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
.datetimepicker .timepicker .timepicker-start,
.datetimepicker .timepicker .timepicker-end {
  display: flex;
  flex-direction: row;
  flex: 1 50%;
  justify-content: center;
  position: relative;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes,
.datetimepicker .timepicker .timepicker-end .timepicker-hours,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input {
  position: relative;
  color: #7F00FF;
  text-align: center;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 400;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number {
  visability: hidden;
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input {
  visability: visible;
  opacity: 1;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input input {
  width: 4rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visability: visible;
  opacity: 1;
  transition: opacity 1000ms ease-in;
  font-weight: 300;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-hide {
  opacity: 0;
  transform: translateY(-50px);
  animation: increment-prev 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-visible {
  opacity: 1;
  transform: translateY(0);
  animation: increment-next 100ms ease-out;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-hide {
  opacity: 0;
  transform: translateY(50px);
  animation: decrement-prev 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-visible {
  opacity: 1;
  transform: translateY(0);
  animation: decrement-next 100ms ease-out;
}
.datetimepicker .timepicker .timepicker-end {
  margin-left: 1rem;
  padding-left: 1rem;
}
.datetimepicker .timepicker .timepicker-end:before, .datetimepicker .timepicker .timepicker-end::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50%;
  width: 0.1rem;
  background-color: hsl(0, 0%, 96%);
}
.datetimepicker .timepicker .timepicker-previous,
.datetimepicker .timepicker .timepicker-next {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  color: #ADBCDA;
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datetimepicker .timepicker .timepicker-previous:hover,
.datetimepicker .timepicker .timepicker-next:hover {
  cursor: pointer;
  background-color: hsl(0, 0%, 96%);
}
.datetimepicker .timepicker .timepicker-previous {
  margin: 0 0 1rem;
}
.datetimepicker .timepicker .timepicker-time-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #7F00FF;
}
.datetimepicker .timepicker.is-white .timepicker-input,
.datetimepicker .timepicker.is-white .timepicker-input-number,
.datetimepicker .timepicker.is-white .timepicker-time-divider {
  color: #fff !important;
}
.datetimepicker .timepicker.is-black .timepicker-input,
.datetimepicker .timepicker.is-black .timepicker-input-number,
.datetimepicker .timepicker.is-black .timepicker-time-divider {
  color: hsl(0, 0%, 4%) !important;
}
.datetimepicker .timepicker.is-light .timepicker-input,
.datetimepicker .timepicker.is-light .timepicker-input-number,
.datetimepicker .timepicker.is-light .timepicker-time-divider {
  color: hsl(0, 0%, 96%) !important;
}
.datetimepicker .timepicker.is-dark .timepicker-input,
.datetimepicker .timepicker.is-dark .timepicker-input-number,
.datetimepicker .timepicker.is-dark .timepicker-time-divider {
  color: hsl(0, 0%, 21%) !important;
}
.datetimepicker .timepicker.is-primary .timepicker-input,
.datetimepicker .timepicker.is-primary .timepicker-input-number,
.datetimepicker .timepicker.is-primary .timepicker-time-divider {
  color: #8c8cf9 !important;
}
.datetimepicker .timepicker.is-link .timepicker-input,
.datetimepicker .timepicker.is-link .timepicker-input-number,
.datetimepicker .timepicker.is-link .timepicker-time-divider {
  color: #2e9be5 !important;
}
.datetimepicker .timepicker.is-info .timepicker-input,
.datetimepicker .timepicker.is-info .timepicker-input-number,
.datetimepicker .timepicker.is-info .timepicker-time-divider {
  color: #2e9be5 !important;
}
.datetimepicker .timepicker.is-success .timepicker-input,
.datetimepicker .timepicker.is-success .timepicker-input-number,
.datetimepicker .timepicker.is-success .timepicker-time-divider {
  color: #2eb289 !important;
}
.datetimepicker .timepicker.is-warning .timepicker-input,
.datetimepicker .timepicker.is-warning .timepicker-input-number,
.datetimepicker .timepicker.is-warning .timepicker-time-divider {
  color: #f6c400 !important;
}
.datetimepicker .timepicker.is-danger .timepicker-input,
.datetimepicker .timepicker.is-danger .timepicker-input-number,
.datetimepicker .timepicker.is-danger .timepicker-time-divider {
  color: #d70464 !important;
}
.datetimepicker .timepicker.is-black-bis .timepicker-input,
.datetimepicker .timepicker.is-black-bis .timepicker-input-number,
.datetimepicker .timepicker.is-black-bis .timepicker-time-divider {
  color: hsl(0, 0%, 7%) !important;
}
.datetimepicker .timepicker.is-black-ter .timepicker-input,
.datetimepicker .timepicker.is-black-ter .timepicker-input-number,
.datetimepicker .timepicker.is-black-ter .timepicker-time-divider {
  color: hsl(0, 0%, 14%) !important;
}
.datetimepicker .timepicker.is-grey-darker .timepicker-input,
.datetimepicker .timepicker.is-grey-darker .timepicker-input-number,
.datetimepicker .timepicker.is-grey-darker .timepicker-time-divider {
  color: hsl(0, 0%, 21%) !important;
}
.datetimepicker .timepicker.is-grey-dark .timepicker-input,
.datetimepicker .timepicker.is-grey-dark .timepicker-input-number,
.datetimepicker .timepicker.is-grey-dark .timepicker-time-divider {
  color: hsl(0, 0%, 29%) !important;
}
.datetimepicker .timepicker.is-grey .timepicker-input,
.datetimepicker .timepicker.is-grey .timepicker-input-number,
.datetimepicker .timepicker.is-grey .timepicker-time-divider {
  color: #8799ac !important;
}
.datetimepicker .timepicker.is-grey-light .timepicker-input,
.datetimepicker .timepicker.is-grey-light .timepicker-input-number,
.datetimepicker .timepicker.is-grey-light .timepicker-time-divider {
  color: hsl(0, 0%, 71%) !important;
}
.datetimepicker .timepicker.is-grey-lighter .timepicker-input,
.datetimepicker .timepicker.is-grey-lighter .timepicker-input-number,
.datetimepicker .timepicker.is-grey-lighter .timepicker-time-divider {
  color: hsl(0, 0%, 86%) !important;
}
.datetimepicker .timepicker.is-white-ter .timepicker-input,
.datetimepicker .timepicker.is-white-ter .timepicker-input-number,
.datetimepicker .timepicker.is-white-ter .timepicker-time-divider {
  color: hsl(0, 0%, 96%) !important;
}
.datetimepicker .timepicker.is-white-bis .timepicker-input,
.datetimepicker .timepicker.is-white-bis .timepicker-input-number,
.datetimepicker .timepicker.is-white-bis .timepicker-time-divider {
  color: hsl(0, 0%, 98%) !important;
}
.datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day {
  color: #fff;
}
.datetimepicker.is-white .datepicker-nav {
  background: #fff;
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #fff;
  border-color: #fff;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #fff;
  color: #fff;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #fff;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #fff;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #fff;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #fff;
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: hsl(0, 0%, 4%) !important;
  color: hsl(0, 0%, 4%) !important;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: hsl(0, 0%, 4%);
  border-color: #fff;
  color: #fff;
}
.datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-nav {
  background: hsl(0, 0%, 4%);
  color: #fff;
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 4%);
  color: #fff;
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-nav {
  background: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-nav {
  background: hsl(0, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {
  color: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-nav {
  background: #8c8cf9;
  color: #fff;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #8c8cf9;
  border-color: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #8c8cf9;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #8c8cf9;
  color: #fff;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day {
  color: #2e9be5;
}
.datetimepicker.is-link .datepicker-nav {
  background: #2e9be5;
  color: #fff;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #2e9be5;
  border-color: #2e9be5;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #2e9be5;
  color: #2e9be5;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #2e9be5;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #2e9be5;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #2e9be5;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #2e9be5;
  color: #fff;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #2e9be5;
  color: #2e9be5;
}
.datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day {
  color: #2e9be5;
}
.datetimepicker.is-info .datepicker-nav {
  background: #2e9be5;
  color: #fff;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #2e9be5;
  border-color: #2e9be5;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #2e9be5;
  color: #2e9be5;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #2e9be5;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #2e9be5;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #2e9be5;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #2e9be5;
  color: #fff;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #2e9be5;
  color: #2e9be5;
}
.datetimepicker.is-success .datetimepicker-header .datetimepicker-selection-day {
  color: #2eb289;
}
.datetimepicker.is-success .datepicker-nav {
  background: #2eb289;
  color: #fff;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #2eb289;
  border-color: #2eb289;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #2eb289;
  color: #2eb289;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #2eb289;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #2eb289;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #2eb289;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #2eb289;
  color: #fff;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #2eb289;
  color: #2eb289;
}
.datetimepicker.is-warning .datetimepicker-header .datetimepicker-selection-day {
  color: #f6c400;
}
.datetimepicker.is-warning .datepicker-nav {
  background: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #f6c400;
  border-color: #f6c400;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #f6c400;
  color: #f6c400;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #f6c400;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #f6c400;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #f6c400;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #f6c400;
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: #f6c400;
  color: #f6c400;
}
.datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day {
  color: #d70464;
}
.datetimepicker.is-danger .datepicker-nav {
  background: #d70464;
  color: #fff;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #d70464;
  border-color: #d70464;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #d70464;
  color: #d70464;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #d70464;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #d70464;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #d70464;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #d70464;
  color: #fff;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #d70464;
  color: #d70464;
}
.datetimepicker.is-black-bis .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-nav {
  background: hsl(0, 0%, 7%);
  color: #fff;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 7%);
  border-color: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 7%);
  color: #fff;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 7%);
}
.datetimepicker.is-black-ter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-nav {
  background: hsl(0, 0%, 14%);
  color: #fff;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 14%);
  border-color: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 14%);
  color: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 14%);
  color: #fff;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 14%);
  color: hsl(0, 0%, 14%);
}
.datetimepicker.is-grey-darker .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-nav {
  background: hsl(0, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.datetimepicker.is-grey-dark .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-nav {
  background: hsl(0, 0%, 29%);
  color: #fff;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 29%);
  border-color: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 29%);
  color: #fff;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 29%);
}
.datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day {
  color: #8799ac;
}
.datetimepicker.is-grey .datepicker-nav {
  background: #8799ac;
  color: #fff;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #8799ac;
  border-color: #8799ac;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: #8799ac;
  color: #8799ac;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: #8799ac;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #8799ac;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: #8799ac;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #8799ac;
  color: #fff;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: #8799ac;
  color: #8799ac;
}
.datetimepicker.is-grey-light .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-nav {
  background: hsl(0, 0%, 71%);
  color: #fff;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 71%);
  border-color: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 71%);
  color: #fff;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 71%);
}
.datetimepicker.is-grey-lighter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-nav {
  background: hsl(0, 0%, 86%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 86%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 86%);
}
.datetimepicker.is-white-ter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-nav {
  background: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.datetimepicker.is-white-bis .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-nav {
  background: hsl(0, 0%, 98%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0, 0%, 98%);
  border-color: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
  background: hsl(0, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0, 0%, 98%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 98%);
}

.datetimepicker-dummy {
  position: relative;
  display: flex;
  width: 100%;
  height: 2.5rem;
}
.datetimepicker-dummy:before, .datetimepicker-dummy::before {
  content: "";
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
  position: absolute;
  top: 0.65rem;
  left: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #7F00FF;
}
.datetimepicker-dummy .datetimepicker-clear-button {
  background: transparent;
  border: 0;
  color: #7F00FF;
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  transform: rotate(45deg);
  font-size: 1.5rem;
  height: 1.75rem;
  margin: 0.4rem 0.2rem 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.75rem;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper {
  border: 1px solid hsl(0, 0%, 71%);
  cursor: pointer;
  display: flex;
  flex: 1 100%;
  flex-wrap: nowrap;
  height: 100%;
  max-width: 100%;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  color: hsl(0, 0%, 29%);
  font-size: 1rem;
  text-align: left;
  text-indent: 1rem;
  flex: 1;
  height: 100%;
  max-width: 50%;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
  text-indent: 2.5rem;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input.is-datetimepicker-range {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+CiAgICA8cGF0aCBmaWxsPSIjOTU5OUFBIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMTE5LjcxOGw3LjE1OCA3LjQwNy0uMDMzLS41NTEtNi43MzcgOC44ODlhLjQyNS40MjUgMCAwIDAgLjA4LjU5My40Mi40MiAwIDAgMCAuNTktLjA4bDYuNzM3LTguODg5YS40MjUuNDI1IDAgMCAwLS4wMzMtLjU1MUwuNzIzLjEyOEEuNDIuNDIgMCAwIDAgLjEyOC4xMmEuNDI1LjQyNSAwIDAgMC0uMDA5LjU5OHoiLz4KPC9zdmc+Cg==) no-repeat 100%/8px;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper input {
  background: transparent;
  outline: none;
  word-spacing: 0.5rem;
  border: 0;
}

.datetimepicker-dummy.is-white:before, .datetimepicker-dummy.is-white::before {
  background-color: #fff;
}
.datetimepicker-dummy.is-white .datetimepicker-clear-button {
  color: #fff;
}
.datetimepicker-dummy.is-black:before, .datetimepicker-dummy.is-black::before {
  background-color: hsl(0, 0%, 4%);
}
.datetimepicker-dummy.is-black .datetimepicker-clear-button {
  color: hsl(0, 0%, 4%);
}
.datetimepicker-dummy.is-light:before, .datetimepicker-dummy.is-light::before {
  background-color: hsl(0, 0%, 96%);
}
.datetimepicker-dummy.is-light .datetimepicker-clear-button {
  color: hsl(0, 0%, 96%);
}
.datetimepicker-dummy.is-dark:before, .datetimepicker-dummy.is-dark::before {
  background-color: hsl(0, 0%, 21%);
}
.datetimepicker-dummy.is-dark .datetimepicker-clear-button {
  color: hsl(0, 0%, 21%);
}
.datetimepicker-dummy.is-primary:before, .datetimepicker-dummy.is-primary::before {
  background-color: #8c8cf9;
}
.datetimepicker-dummy.is-primary .datetimepicker-clear-button {
  color: #8c8cf9;
}
.datetimepicker-dummy.is-link:before, .datetimepicker-dummy.is-link::before {
  background-color: #2e9be5;
}
.datetimepicker-dummy.is-link .datetimepicker-clear-button {
  color: #2e9be5;
}
.datetimepicker-dummy.is-info:before, .datetimepicker-dummy.is-info::before {
  background-color: #2e9be5;
}
.datetimepicker-dummy.is-info .datetimepicker-clear-button {
  color: #2e9be5;
}
.datetimepicker-dummy.is-success:before, .datetimepicker-dummy.is-success::before {
  background-color: #2eb289;
}
.datetimepicker-dummy.is-success .datetimepicker-clear-button {
  color: #2eb289;
}
.datetimepicker-dummy.is-warning:before, .datetimepicker-dummy.is-warning::before {
  background-color: #f6c400;
}
.datetimepicker-dummy.is-warning .datetimepicker-clear-button {
  color: #f6c400;
}
.datetimepicker-dummy.is-danger:before, .datetimepicker-dummy.is-danger::before {
  background-color: #d70464;
}
.datetimepicker-dummy.is-danger .datetimepicker-clear-button {
  color: #d70464;
}
.datetimepicker-dummy.is-black-bis:before, .datetimepicker-dummy.is-black-bis::before {
  background-color: hsl(0, 0%, 7%);
}
.datetimepicker-dummy.is-black-bis .datetimepicker-clear-button {
  color: hsl(0, 0%, 7%);
}
.datetimepicker-dummy.is-black-ter:before, .datetimepicker-dummy.is-black-ter::before {
  background-color: hsl(0, 0%, 14%);
}
.datetimepicker-dummy.is-black-ter .datetimepicker-clear-button {
  color: hsl(0, 0%, 14%);
}
.datetimepicker-dummy.is-grey-darker:before, .datetimepicker-dummy.is-grey-darker::before {
  background-color: hsl(0, 0%, 21%);
}
.datetimepicker-dummy.is-grey-darker .datetimepicker-clear-button {
  color: hsl(0, 0%, 21%);
}
.datetimepicker-dummy.is-grey-dark:before, .datetimepicker-dummy.is-grey-dark::before {
  background-color: hsl(0, 0%, 29%);
}
.datetimepicker-dummy.is-grey-dark .datetimepicker-clear-button {
  color: hsl(0, 0%, 29%);
}
.datetimepicker-dummy.is-grey:before, .datetimepicker-dummy.is-grey::before {
  background-color: #8799ac;
}
.datetimepicker-dummy.is-grey .datetimepicker-clear-button {
  color: #8799ac;
}
.datetimepicker-dummy.is-grey-light:before, .datetimepicker-dummy.is-grey-light::before {
  background-color: hsl(0, 0%, 71%);
}
.datetimepicker-dummy.is-grey-light .datetimepicker-clear-button {
  color: hsl(0, 0%, 71%);
}
.datetimepicker-dummy.is-grey-lighter:before, .datetimepicker-dummy.is-grey-lighter::before {
  background-color: hsl(0, 0%, 86%);
}
.datetimepicker-dummy.is-grey-lighter .datetimepicker-clear-button {
  color: hsl(0, 0%, 86%);
}
.datetimepicker-dummy.is-white-ter:before, .datetimepicker-dummy.is-white-ter::before {
  background-color: hsl(0, 0%, 96%);
}
.datetimepicker-dummy.is-white-ter .datetimepicker-clear-button {
  color: hsl(0, 0%, 96%);
}
.datetimepicker-dummy.is-white-bis:before, .datetimepicker-dummy.is-white-bis::before {
  background-color: hsl(0, 0%, 98%);
}
.datetimepicker-dummy.is-white-bis .datetimepicker-clear-button {
  color: hsl(0, 0%, 98%);
}

.modal .datetimepicker {
  display: block;
  max-height: 95vh;
  width: 22rem;
  max-width: 95vw;
  overflow-y: auto;
}

.is-divider, .is-divider-vertical {
  display: block;
  position: relative;
  border-top: 0.1rem solid hsl(0, 0%, 86%);
  height: 0.1rem;
  margin: 2rem 0;
  text-align: center;
}

.is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 71%);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  transform: translateY(-1.1rem);
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .is-divider-vertical {
    display: block;
    flex: none;
    width: auto;
    height: auto;
    padding: 2rem;
    margin: 0;
    position: relative;
    border-top: none;
    min-height: 2rem;
  }
  .is-divider-vertical::before {
    border-left: 0.1rem solid hsl(0, 0%, 86%);
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
  }
  .is-divider-vertical[data-content]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.1rem;
    transform: translateY(-50%) translateX(-50%);
  }
}

.is-divider.is-white,
.is-divider-vertical.is-white {
  border-top-color: #fff;
}
.is-divider.is-white[data-content]::after, .is-divider.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after {
  background: hsl(0, 0%, 4%);
  color: #fff;
}
.is-divider.is-white::before,
.is-divider-vertical.is-white::before {
  border-left-color: #fff;
}
.is-divider.is-black,
.is-divider-vertical.is-black {
  border-top-color: hsl(0, 0%, 4%);
}
.is-divider.is-black[data-content]::after, .is-divider.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 4%);
}
.is-divider.is-black::before,
.is-divider-vertical.is-black::before {
  border-left-color: hsl(0, 0%, 4%);
}
.is-divider.is-light,
.is-divider-vertical.is-light {
  border-top-color: hsl(0, 0%, 96%);
}
.is-divider.is-light[data-content]::after, .is-divider.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.is-divider.is-light::before,
.is-divider-vertical.is-light::before {
  border-left-color: hsl(0, 0%, 96%);
}
.is-divider.is-dark,
.is-divider-vertical.is-dark {
  border-top-color: hsl(0, 0%, 21%);
}
.is-divider.is-dark[data-content]::after, .is-divider.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 21%);
}
.is-divider.is-dark::before,
.is-divider-vertical.is-dark::before {
  border-left-color: hsl(0, 0%, 21%);
}
.is-divider.is-primary,
.is-divider-vertical.is-primary {
  border-top-color: #8c8cf9;
}
.is-divider.is-primary[data-content]::after, .is-divider.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after {
  background: #fff;
  color: #8c8cf9;
}
.is-divider.is-primary::before,
.is-divider-vertical.is-primary::before {
  border-left-color: #8c8cf9;
}
.is-divider.is-link,
.is-divider-vertical.is-link {
  border-top-color: #2e9be5;
}
.is-divider.is-link[data-content]::after, .is-divider.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after {
  background: #fff;
  color: #2e9be5;
}
.is-divider.is-link::before,
.is-divider-vertical.is-link::before {
  border-left-color: #2e9be5;
}
.is-divider.is-info,
.is-divider-vertical.is-info {
  border-top-color: #2e9be5;
}
.is-divider.is-info[data-content]::after, .is-divider.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after {
  background: #fff;
  color: #2e9be5;
}
.is-divider.is-info::before,
.is-divider-vertical.is-info::before {
  border-left-color: #2e9be5;
}
.is-divider.is-success,
.is-divider-vertical.is-success {
  border-top-color: #2eb289;
}
.is-divider.is-success[data-content]::after, .is-divider.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after {
  background: #fff;
  color: #2eb289;
}
.is-divider.is-success::before,
.is-divider-vertical.is-success::before {
  border-left-color: #2eb289;
}
.is-divider.is-warning,
.is-divider-vertical.is-warning {
  border-top-color: #f6c400;
}
.is-divider.is-warning[data-content]::after, .is-divider.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #f6c400;
}
.is-divider.is-warning::before,
.is-divider-vertical.is-warning::before {
  border-left-color: #f6c400;
}
.is-divider.is-danger,
.is-divider-vertical.is-danger {
  border-top-color: #d70464;
}
.is-divider.is-danger[data-content]::after, .is-divider.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after {
  background: #fff;
  color: #d70464;
}
.is-divider.is-danger::before,
.is-divider-vertical.is-danger::before {
  border-left-color: #d70464;
}
.is-divider.is-black-bis,
.is-divider-vertical.is-black-bis {
  border-top-color: hsl(0, 0%, 7%);
}
.is-divider.is-black-bis[data-content]::after, .is-divider.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 7%);
}
.is-divider.is-black-bis::before,
.is-divider-vertical.is-black-bis::before {
  border-left-color: hsl(0, 0%, 7%);
}
.is-divider.is-black-ter,
.is-divider-vertical.is-black-ter {
  border-top-color: hsl(0, 0%, 14%);
}
.is-divider.is-black-ter[data-content]::after, .is-divider.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 14%);
}
.is-divider.is-black-ter::before,
.is-divider-vertical.is-black-ter::before {
  border-left-color: hsl(0, 0%, 14%);
}
.is-divider.is-grey-darker,
.is-divider-vertical.is-grey-darker {
  border-top-color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-darker[data-content]::after, .is-divider.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-darker::before,
.is-divider-vertical.is-grey-darker::before {
  border-left-color: hsl(0, 0%, 21%);
}
.is-divider.is-grey-dark,
.is-divider-vertical.is-grey-dark {
  border-top-color: hsl(0, 0%, 29%);
}
.is-divider.is-grey-dark[data-content]::after, .is-divider.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 29%);
}
.is-divider.is-grey-dark::before,
.is-divider-vertical.is-grey-dark::before {
  border-left-color: hsl(0, 0%, 29%);
}
.is-divider.is-grey,
.is-divider-vertical.is-grey {
  border-top-color: #8799ac;
}
.is-divider.is-grey[data-content]::after, .is-divider.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after {
  background: #fff;
  color: #8799ac;
}
.is-divider.is-grey::before,
.is-divider-vertical.is-grey::before {
  border-left-color: #8799ac;
}
.is-divider.is-grey-light,
.is-divider-vertical.is-grey-light {
  border-top-color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-light[data-content]::after, .is-divider.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after {
  background: #fff;
  color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-light::before,
.is-divider-vertical.is-grey-light::before {
  border-left-color: hsl(0, 0%, 71%);
}
.is-divider.is-grey-lighter,
.is-divider-vertical.is-grey-lighter {
  border-top-color: hsl(0, 0%, 86%);
}
.is-divider.is-grey-lighter[data-content]::after, .is-divider.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 86%);
}
.is-divider.is-grey-lighter::before,
.is-divider-vertical.is-grey-lighter::before {
  border-left-color: hsl(0, 0%, 86%);
}
.is-divider.is-white-ter,
.is-divider-vertical.is-white-ter {
  border-top-color: hsl(0, 0%, 96%);
}
.is-divider.is-white-ter[data-content]::after, .is-divider.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.is-divider.is-white-ter::before,
.is-divider-vertical.is-white-ter::before {
  border-left-color: hsl(0, 0%, 96%);
}
.is-divider.is-white-bis,
.is-divider-vertical.is-white-bis {
  border-top-color: hsl(0, 0%, 98%);
}
.is-divider.is-white-bis[data-content]::after, .is-divider.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 98%);
}
.is-divider.is-white-bis::before,
.is-divider-vertical.is-white-bis::before {
  border-left-color: hsl(0, 0%, 98%);
}

[data-action=iconPicker] {
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  top: -999px;
  position: absolute;
}

.iconpicker-preview {
  border-radius: 100%;
  background-color: whitesmoke;
}
.iconpicker-preview:hover {
  cursor: pointer;
}
.iconpicker-preview .iconpicker-icon-preview {
  color: #8799ac;
  font-size: 1.5em;
}

.iconpicker-modal .modal-card .modal-card-head {
  background: #8c8cf9;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1rem;
}
.iconpicker-modal .modal-card .modal-card-head .modal-card-title {
  font-size: 1.2em;
  color: #fff;
}
.iconpicker-modal .modal-card .modal-card-head .iconpicker-search {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2em;
  box-shadow: none;
  border: 0.1em solid rgba(255, 255, 255, 0.3);
  margin: 0 2em;
  padding: 0.3em 1em;
  color: #8799ac;
}
.iconpicker-modal .iconpicker-sets {
  flex-shrink: 0;
  background-color: whitesmoke;
  font-size: 0.8em;
  margin: 0;
}
.iconpicker-modal .modal-card-body {
  padding: 0;
}
.iconpicker-modal .modal-card-body .iconpicker-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
}
.iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 0.5rem;
}
.iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] .iconpicker-icon-preview {
  font-size: 1.4em;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  min-height: 2rem;
}
.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}
.steps .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.steps .step-item:not(:first-child) {
  flex-basis: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}
.steps .step-item::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #8c8cf9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item::before .step-marker {
  color: #fff;
}
.steps .step-item.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-active .step-marker {
  background-color: #fff;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.steps .step-item.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-completed .step-marker {
  color: #fff;
  background-color: #8c8cf9;
}
.steps .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  background: hsl(0, 0%, 71%);
  color: #fff;
  border: 0.2em solid #fff;
  z-index: 1;
}
.steps .step-item .step-details {
  text-align: center;
}
.steps .step-item.is-white::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-white.is-active .step-marker {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-white.is-completed .step-marker {
  color: hsl(0, 0%, 4%);
  background-color: #fff;
}
.steps .step-item.is-black::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-black.is-active .step-marker {
  background-color: #fff;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-black.is-completed .step-marker {
  color: #fff;
  background-color: hsl(0, 0%, 4%);
}
.steps .step-item.is-light::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-light.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-light.is-active .step-marker {
  background-color: #fff;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.steps .step-item.is-light.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-light.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: hsl(0, 0%, 96%);
}
.steps .step-item.is-dark::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-dark.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-dark.is-active .step-marker {
  background-color: #fff;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.steps .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-dark.is-completed .step-marker {
  color: #fff;
  background-color: hsl(0, 0%, 21%);
}
.steps .step-item.is-primary::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #8c8cf9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-primary.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-primary.is-active .step-marker {
  background-color: #fff;
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.steps .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: #8c8cf9;
}
.steps .step-item.is-link::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2e9be5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-link.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-link.is-active .step-marker {
  background-color: #fff;
  border-color: #2e9be5;
  color: #2e9be5;
}
.steps .step-item.is-link.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: #2e9be5;
}
.steps .step-item.is-info::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2e9be5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-info.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-info.is-active .step-marker {
  background-color: #fff;
  border-color: #2e9be5;
  color: #2e9be5;
}
.steps .step-item.is-info.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-info.is-completed .step-marker {
  color: #fff;
  background-color: #2e9be5;
}
.steps .step-item.is-success::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #2eb289 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-success.is-active .step-marker {
  background-color: #fff;
  border-color: #2eb289;
  color: #2eb289;
}
.steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: #2eb289;
}
.steps .step-item.is-warning::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #f6c400 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-warning.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-warning.is-active .step-marker {
  background-color: #fff;
  border-color: #f6c400;
  color: #f6c400;
}
.steps .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-warning.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f6c400;
}
.steps .step-item.is-danger::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #d70464 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps .step-item.is-danger.is-active::before {
  background-position: left bottom;
}
.steps .step-item.is-danger.is-active .step-marker {
  background-color: #fff;
  border-color: #d70464;
  color: #d70464;
}
.steps .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}
.steps .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: #d70464;
}
.steps .steps-content {
  align-items: stretch;
  flex-basis: 100%;
  margin: 2rem 0;
}
.steps .steps-content .step-content {
  display: none;
}
.steps .steps-content .step-content.is-active {
  display: block;
}
.steps .steps-actions {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
}
.steps .steps-actions .steps-action {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
}
.steps.is-animated .step-item::before {
  transition: all 2s ease;
}
.steps.is-animated .step-item .step-marker {
  transition: all 0s ease;
  transition-delay: 1.5s;
}
.steps .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}
.steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}
.steps .step-item .step-marker .icon * {
  font-size: 1rem;
}
.steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}
.steps.is-small .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}
.steps.is-small .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}
.steps.is-small .step-item .step-marker .icon * {
  font-size: 0.75rem;
}
.steps.is-small .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-small .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
}
.steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}
.steps.is-medium .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}
.steps.is-medium .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}
.steps.is-medium .step-item .step-marker .icon * {
  font-size: 1.25rem;
}
.steps.is-medium .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-medium .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}
.steps.is-large .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}
.steps.is-large .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}
.steps.is-large .step-item .step-marker .icon * {
  font-size: 1.5rem;
}
.steps.is-large .step-item .step-details {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-large .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.tagsinput {
  height: auto !important;
}
.tagsinput .control {
  margin-bottom: 0.1em !important;
  margin-top: 0.1em !important;
}
.tagsinput input {
  border: none;
  margin-bottom: 0.1em !important;
  margin-top: 0.1em !important;
}
.tagsinput .tag.is-active {
  background-color: #8c8cf9;
  color: #fff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Layout CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Resets and Utils
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================

0. Resets and base setup
1. Back to top button
2. Progress bars
3. Input placeholders
4. Window scrollbar
=============================================================================
***/
/* ==========================================================================
0. Resets and base setup
========================================================================== */
*::-moz-selection {
  background: #8c8cf9;
  color: #fff;
}
*::selection {
  background: #8c8cf9;
  color: #fff;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: hidden !important;
}

a,
a:active,
i,
i:active,
div,
div:active,
div:focus,
span:focus,
span:active {
  outline: none !important;
}

a:focus {
  color: #8c8cf9;
}

.button.is-active,
.button:active,
.button:focus {
  box-shadow: none !important;
}

section:focus {
  outline: none !important;
}

@font-face {
  font-family: "Nexa Light";
  src: url(/fonts/NexaLight.woff?323b7b9f0118b0b8e57ec55325dd84d9) format("woff"), url(/fonts/NexaLight.ttf?3a08b6a72c3807edf8bca9ca0784d2eb) format("truetype");
}
@font-face {
  font-family: "Nexa Bold";
  font-weight: bold;
  src: url(/fonts/NexaBold.woff?0b48399756092d7a41053cddca4d46c9) format("woff"), url(/fonts/NexaBold.ttf?166bf514fb40089fb4fa3c090223cb0d) format("truetype");
}
/* ==========================================================================
1. Back to top button
========================================================================== */
#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 9999;
  transition: 0.35s;
  transform: scale(0.7);
  transition: all 0.5s;
}

#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#backtotop.visible a:hover {
  outline: none;
  opacity: 0.9;
  background: #7f00ff;
}

#backtotop a {
  outline: none;
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #66676b;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
}

body #backtotop a {
  outline: none;
  color: #fff;
}

#backtotop a:after {
  outline: none;
  content: "\e607";
  font-family: "simple-line-icons";
  font-weight: 900;
  font-size: 0.9rem;
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-55%);
}

.style-switcher {
  position: fixed;
  top: 15%;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 12px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  transform: translate(150px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.style-switcher.visible {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.style-switcher.force-visible {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translate(0) !important;
}
.style-switcher.away {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(150px) !important;
}
.style-switcher .switcher-close {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #444f60;
  transition: all !important;
}
.style-switcher .switcher-close:hover {
  background: #f5f6fa;
}
.style-switcher .switcher-close .material-icons {
  font-size: 18px;
}
.style-switcher .style-dot {
  position: relative;
  margin: 3px 0;
}
.style-switcher .style-dot input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.style-switcher .style-dot input:checked + .style-dot-inner {
  transform: scale(1);
}
.style-switcher .style-dot .style-dot-inner {
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #8c8cf9;
  transform: scale(0.7);
  transition: all 0.5s;
}
.style-switcher .style-dot .style-dot-inner.is-teal {
  background: #00d1b2;
}
.style-switcher .style-dot .style-dot-inner.is-green {
  background: #00b289;
}
.style-switcher .style-dot .style-dot-inner.is-blue {
  background: #0f7cff;
}
.style-switcher .style-dot .style-dot-inner.is-azur {
  background: #039be5;
}
.style-switcher .style-dot .style-dot-inner.is-night {
  background: #4a00e0;
}
.style-switcher .style-dot .style-dot-inner.is-orange {
  background: #f83600;
}
.style-switcher .style-dot .style-dot-inner.is-red {
  background: #ff5555;
}
.style-switcher .style-dot .style-dot-inner.is-purple {
  background: #837fcb;
}
.style-switcher .style-dot .style-dot-inner.is-yellow {
  background: #f5c62c;
}

/* ==========================================================================
2. Progress bars
========================================================================== */
.progress {
  width: 100% !important;
}

.progress.primary::-webkit-progress-value {
  background-color: #8c8cf9 !important;
}

.progress.secondary::-moz-progress-bar {
  background-color: #7f00ff !important;
}

/* ==========================================================================
3. Input placeholders
========================================================================== */
::-webkit-input-placeholder {
  color: #cecece;
}

::-moz-placeholder {
  color: #cecece;
}

:-ms-input-placeholder {
  color: #cecece;
}

:-moz-placeholder {
  color: #cecece;
}

/* ==========================================================================
4. Window scrollbar
========================================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Navbar related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Resets
1. Navbar placeholder
2. Fixed solid navbar
3. Static navbar
4. Shared styles
5. Sticky fade navbar
6. Light and transparent navbar
7. Base styles
8. Hero head
9. Account avatar
10. Scrollnav
11. Hamburger menu icon
=============================================================================
***/
/* ==========================================================================
1. Navbar placeholder
========================================================================== */
.navbar-placeholder {
  z-index: 999;
}

/* ==========================================================================
3. Static navbar
========================================================================== */
.navbar-wrapper {
  width: 100%;
  height: 4.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.4s;
}
.navbar-wrapper.is-static {
  position: static !important;
}
.navbar-wrapper.is-static .navbar-start .navbar-item.is-mega .navbar-link,
.navbar-wrapper.is-static .navbar-start .navbar-item.has-dropdown .navbar-link,
.navbar-wrapper.is-static .navbar-start a.navbar-item.is-hidden-mobile {
  font-weight: 600;
}
.navbar-wrapper.is-static .navbar-start a.navbar-item.is-hidden-mobile:hover {
  color: #8c8cf9;
}
.navbar-wrapper.is-solid {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-wrapper.is-cloned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-wrapper.is-cloned .navbar-start .navbar-item.is-mega .navbar-link,
.navbar-wrapper.is-cloned .navbar-start .navbar-item.has-dropdown .navbar-link,
.navbar-wrapper.is-cloned .navbar-start a.navbar-item.is-centered-tablet {
  font-weight: 600;
}
.navbar-wrapper.is-cloned.is-active {
  transform: translateY(0);
}
.navbar-wrapper.is-transparent {
  background-color: #FFF;
}
.navbar-wrapper.is-transparent .navbar-item.is-slide,
.navbar-wrapper.is-transparent .navbar-link.is-slide {
  border-bottom: 1px solid transparent;
}
.navbar-wrapper.is-transparent .navbar-item.is-slide:after,
.navbar-wrapper.is-transparent .navbar-link.is-slide:after {
  content: "";
  display: block;
  width: 0;
  min-width: 0;
  height: 1.6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #8c8cf9;
  transition: width 0.3s;
}
.navbar-wrapper.is-transparent .navbar-item.is-slide:hover:after,
.navbar-wrapper.is-transparent .navbar-link.is-slide:hover:after {
  width: 100%;
}
.navbar-wrapper > .container {
  min-height: 4.6rem;
}
.navbar-wrapper .navbar-brand {
  align-items: center;
  height: 4.6rem;
}
.navbar-wrapper .navbar-brand img {
  height: 50px;
  max-height: none;
}
.navbar-wrapper .navbar-brand img.light-logo {
  display: block;
}
.navbar-wrapper .navbar-brand img.dark-logo {
  display: none;
}
.navbar-wrapper .navbar-item:hover,
.navbar-wrapper .navbar-item.has-dropdown:hover {
  color: #999;
  background: transparent;
}
.navbar-wrapper .navbar-item:hover a,
.navbar-wrapper .navbar-item.has-dropdown:hover a {
  /*background: transparent;*/
}
.navbar-wrapper .navbar-item {
  font-family: "Roboto", sans-serif;
}
.navbar-wrapper .navbar-item.mobile-wishlist {
  display: none;
  margin-left: auto;
}
.navbar-wrapper .navbar-item.mobile-cart, .navbar-wrapper .navbar-item.mobile-account {
  display: none;
}
.navbar-wrapper .navbar-item.is-menu:hover {
  background: #e8e8e8 !important;
}
.navbar-wrapper .navbar-item.is-menu:hover i,
.navbar-wrapper .navbar-item.is-menu:hover span {
  color: #7f00ff !important;
}
.navbar-wrapper .navbar-item.is-menu span {
  padding: 0 10px;
}
.navbar-wrapper .navbar-item.is-menu i {
  font-size: 22px;
  color: #999;
}
.navbar-wrapper .navbar-item.is-mega {
  position: static;
}
.navbar-wrapper .navbar-item.is-mega .is-mega-menu-title {
  color: #444f60;
  margin-bottom: 0;
  padding: 0.375rem 1rem;
  transition: all 0.5s;
}
.navbar-wrapper .navbar-item.is-mega .is-mega-menu-subtitle {
  padding: 0.375rem 1rem;
  transition: all 0.5s;
  margin-bottom: 0.5rem;
  color: #444f60;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-mega-menu-title {
  padding-top: 1rem !important;
  border-top: 2px solid hsl(0, 0%, 96%);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-info h2 {
  border-top: none !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-info:hover {
  background-color: rgba(46, 155, 229, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-info:hover hr {
  background-color: #2e9be5;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-info:hover .is-mega-menu-title a:hover {
  color: #2e9be5 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-info div.columns .column a.navbar-item.is-flex:hover div p {
  color: #2e9be5;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-danger:hover {
  background-color: rgba(215, 4, 100, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-danger:hover .is-mega-menu-title {
  border-top: 2px solid #f92b60;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-danger:hover .is-mega-menu-title a:hover {
  color: #f92b60 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-danger div.columns .column a.navbar-item.is-flex:hover div p {
  color: #f92b60;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-success:hover {
  background-color: rgba(46, 178, 137, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-success:hover .is-mega-menu-title {
  border-top: 2px solid #2eb289;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-success:hover .is-mega-menu-title a:hover {
  color: #2eb289 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-success div.columns .column a.navbar-item.is-flex:hover div p {
  color: #2eb289;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-warning:hover {
  background-color: rgba(246, 196, 0, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-warning:hover .is-mega-menu-title {
  border-top: 2px solid #f6c400;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-warning:hover .is-mega-menu-title a:hover {
  color: #f6c400 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-warning div.columns .column a.navbar-item.is-flex:hover div p {
  color: #f6c400;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-grey:hover {
  background-color: rgba(135, 153, 172, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-grey:hover .is-mega-menu-title {
  border-top: 2px solid #8799ac;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-grey:hover .is-mega-menu-title a:hover {
  color: #8799ac !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-grey div.columns .column a.navbar-item.is-flex:hover div p {
  color: #8799ac;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-solution:hover {
  background-color: rgba(46, 155, 229, 0.05);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-solution:hover .is-mega-menu-title {
  border-top: 2px solid #2e9be5;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-solution:hover .is-mega-menu-title a:hover {
  color: #2e9be5 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-maroon:hover {
  background-color: rgba(246, 0, 0, 0.082);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-maroon:hover .is-mega-menu-title {
  border-top: 2px solid #9a5198;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-maroon:hover .is-mega-menu-title a:hover {
  color: #9a5198 !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-maroon div.columns .column a.navbar-item.is-flex:hover div p {
  color: #9a5198;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-secondary:hover {
  background-color: rgba(127, 0, 255, 0.082);
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-secondary:hover .is-mega-menu-title {
  border-top: 2px solid #7f00ff;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-secondary:hover .is-mega-menu-title a:hover {
  color: #7f00ff !important;
}
.navbar-wrapper .navbar-item.is-mega .columns.is-hovered .is-hovered-secondary div.columns .column a.navbar-item.is-flex:hover div p {
  color: #7f00ff;
}
.navbar-wrapper .navbar-item.is-button:hover > .button.primary-btn {
  background: #8c8cf9 !important;
}
.navbar-wrapper .navbar-item.is-button:hover > .button.secondary-btn {
  background: #7f00ff !important;
}
.navbar-wrapper .navbar-item.is-button:hover > .button.accent-btn {
  background: #ad5cff !important;
}
.navbar-wrapper .navbar-item.is-cart .cart-button,
.navbar-wrapper .navbar-item.is-cart .wishlist-button, .navbar-wrapper .navbar-item.is-wishlist .cart-button,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button {
  position: relative;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.navbar-wrapper .navbar-item.is-cart .cart-button svg,
.navbar-wrapper .navbar-item.is-cart .wishlist-button svg, .navbar-wrapper .navbar-item.is-wishlist .cart-button svg,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button svg {
  height: 20px;
  width: 20px;
  stroke: #444f60;
  stroke-width: 1.4px;
}
.navbar-wrapper .navbar-item.is-cart .cart-button .cart-count,
.navbar-wrapper .navbar-item.is-cart .cart-button .wishlist-count,
.navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count,
.navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count,
.navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  min-width: 12px;
  background: #8c8cf9;
  border: 2px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-wrapper .navbar-item.is-cart .cart-button .cart-count span,
.navbar-wrapper .navbar-item.is-cart .cart-button .wishlist-count span,
.navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count span,
.navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count span, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count span,
.navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count span,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count span,
.navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-count span {
  display: block;
  font-size: 0.55rem;
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist {
  position: absolute;
  top: 60px;
  right: -10px;
  background: #fff;
  text-align: left !important;
  width: 320px;
  border-radius: 3px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgb(229.35, 229.35, 229.35);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart.is-active,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart.is-active,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart:after,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist:after, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:after,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
  z-index: 1;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart:before,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist:before, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:before,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:before {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
  z-index: 0;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader.is-active,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader.is-active {
  opacity: 1;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader .loader,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader .loader {
  height: 3.5rem;
  width: 3.5rem;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .button,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button {
  min-height: 42px;
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin: 20px 0 0 0;
  line-height: 2.5;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .button:hover,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button:hover,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button:hover {
  background: rgb(154.541322314, 154.541322314, 249.758677686);
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  text-align: left;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .cart-link,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .cart-link,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .cart-link,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .cart-link, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .cart-link,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .cart-link,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .cart-link,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .cart-link {
  font-size: 0.75rem;
  color: #999;
  padding: 7px 10px;
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .cart-link:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .cart-link:hover,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .cart-link:hover {
  border-color: #8c8cf9;
  color: #8c8cf9;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .header-title,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .header-title,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .header-title,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .header-title, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .header-title,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .header-title,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .header-title,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .header-title {
  display: inline;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total {
  float: right;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total span:first-child,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total span:first-child {
  color: #98a9c3;
  font-size: 0.9rem;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total span:nth-child(2),
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total span:nth-child(2) {
  color: #444f60;
  font-weight: 500;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items {
  padding-top: 20px;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .cart-row,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-row,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .cart-row,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-row,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .cart-row,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-row,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .cart-row,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .cart-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .cart-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .cart-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .cart-row,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-row {
  display: flex;
  align-items: center;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items li,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items li,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items li,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items li, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items li,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items li,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items li,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items li {
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e8ee;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items img,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items img,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items img,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items img, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items img,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items img,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items img,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items img {
  display: block;
  height: 54px;
  width: 54px;
  min-width: 54px;
  min-height: 54px;
  margin-right: 12px;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .meta-info,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .meta-info,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .meta-info,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .meta-info, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .meta-info,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .meta-info,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .meta-info,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .meta-info {
  position: relative;
  top: -4px;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-name,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-name,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-name,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-name, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-name,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-name,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-name,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444f60;
  font-family: "Roboto", sans-serif;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-price,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-price,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-price,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-price, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-price,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-price,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-price,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-price {
  color: #444f60;
  font-family: "Roboto", sans-serif;
  margin-right: 8px;
  font-size: 0.8rem;
  line-height: 1;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-quantity {
  color: #98a9c3;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-quantity,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-quantity {
  color: #98a9c3;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-block,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-block,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-block,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-block, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-block,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-block,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-block,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  margin-right: 12px;
  border-radius: 0.5rem;
  background: rgb(234.8, 236.82, 244.9);
}
.navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-block svg,
.navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-block svg {
  height: 16px;
  width: 16px;
}
.navbar-wrapper .navbar-item.is-cart .clearfix:after, .navbar-wrapper .navbar-item.is-wishlist .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.navbar-wrapper .navbar-link:hover {
  background: transparent !important;
  color: #8c8cf9;
}
.navbar-wrapper .navbar-link:hover:after {
  border-color: #8c8cf9;
}
.navbar-wrapper .navbar-link:after {
  font-size: 0.85rem;
  border: 1.6px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #444f60;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper .custom-burger {
  margin-left: auto;
  display: none;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  width: 4.6rem;
}
.navbar-wrapper .custom-burger.is-in-flow {
  margin-left: 0;
}
.navbar-wrapper.navbar-light .icon-box-toggle span i {
  background: #fff !important;
}
.navbar-wrapper.navbar-light .navbar-item,
.navbar-wrapper.navbar-light .navbar-link {
  color: #fff;
}
.navbar-wrapper.navbar-light .navbar-item.is-slide,
.navbar-wrapper.navbar-light .navbar-link.is-slide {
  border-bottom: 1px solid transparent;
}
.navbar-wrapper.navbar-light .navbar-item.is-slide:after,
.navbar-wrapper.navbar-light .navbar-link.is-slide:after {
  content: "";
  display: block;
  width: 0;
  min-width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: width 0.3s;
}
.navbar-wrapper.navbar-light .navbar-item.is-slide:hover:after,
.navbar-wrapper.navbar-light .navbar-link.is-slide:hover:after {
  width: 100%;
}
.navbar-wrapper.navbar-light .navbar-link:after {
  font-size: 0.85rem;
  border: 1.6px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #fff;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper.navbar-light .navbar-burger span {
  background: #fff !important;
}
.navbar-wrapper.navbar-inverse.is-reverse {
  background: #344258;
}
.navbar-wrapper.navbar-inverse.is-reverse .navbar-menu.is-active {
  background: #344258;
}
.navbar-wrapper.navbar-inverse.is-blue {
  background: #2e9be5;
}
.navbar-wrapper.navbar-inverse.is-blue .navbar-menu.is-active {
  background: #2e9be5;
}
.navbar-wrapper.navbar-inverse.is-purple {
  background: #7f00ff;
}
.navbar-wrapper.navbar-inverse.is-purple .navbar-menu.is-active {
  background: #7f00ff;
}
.navbar-wrapper.navbar-inverse.is-red {
  background: #f92b60;
}
.navbar-wrapper.navbar-inverse.is-red .navbar-menu.is-active {
  background: #f92b60;
}
.navbar-wrapper.navbar-inverse .icon-box-toggle span i {
  background: #fff !important;
}
.navbar-wrapper.navbar-inverse .navbar-item,
.navbar-wrapper.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-wrapper.navbar-inverse .navbar-link:after {
  font-size: 0.85rem;
  border: 1.6px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #fff;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper.navbar-inverse .navbar-burger span {
  background: #fff !important;
}
.navbar-wrapper .navbar-dropdown.is-medium {
  width: 200px;
}
.navbar-wrapper .navbar-dropdown .navbar-item {
  color: #444f60;
}
.navbar-wrapper.navbar-faded {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-wrapper.navbar-faded .navbar-brand img {
  height: 28px;
}
.navbar-wrapper.navbar-faded .navbar-brand img.light-logo {
  display: none;
}
.navbar-wrapper.navbar-faded .navbar-brand img.dark-logo {
  display: block;
}
.navbar-wrapper .account-dropdown .dropdown-trigger .button {
  padding: 0;
  border: none;
  background: none;
}
.navbar-wrapper .account-dropdown .dropdown-trigger .button img {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
}
.navbar-wrapper .account-dropdown .dropdown-menu {
  width: 250px;
  margin-top: 10px;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content {
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover {
  background: #f5f6fa;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item i {
  font-size: 1.2rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta {
  margin-left: 1rem;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span {
  display: block;
  font-family: "Roboto", sans-serif;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span:first-child {
  color: #444f60;
  font-weight: 500;
}
.navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span:nth-child(2) {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
9. Account avatar
========================================================================== */
.account {
  position: relative;
  right: 20px;
  top: 5px;
  margin-left: 30px;
}
.account .nav-item {
  border-bottom: 1px solid transparent !important;
}
.account img.account-avatar {
  max-height: 40px;
  border-radius: 50px;
  border: 1px solid #eff4f7;
}
.account div a {
  color: #66676b !important;
}
.account div a i {
  position: relative;
  top: 3px;
  left: 10px;
  font-size: 7px !important;
  color: #66676b;
}
.account .dropOut ul {
  margin-left: 0 !important;
}

/* ==========================================================================
10. Scrollnav 
========================================================================== */
.scroll-nav-wrapper {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.scroll-nav-wrapper .tabs {
  background: #fff;
}
.scroll-nav-wrapper .tabs a {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom-color: transparent;
}
.scroll-nav-wrapper .tabs ul {
  border-bottom: none;
}
.scroll-nav-wrapper .tabs ul li a {
  color: #a9abac;
}
.scroll-nav-wrapper .tabs ul li:hover a {
  color: #8c8cf9;
  border-bottom-color: #8c8cf9;
}
.scroll-nav-wrapper .tabs ul li.is-active a {
  color: #8c8cf9;
  border-bottom: 3px solid #8c8cf9;
}
.scroll-nav-wrapper .tabs ul li a.there {
  color: #8c8cf9;
  border-bottom: 3px solid #8c8cf9;
}

/* ==========================================================================
11. Hamburger menu icon
========================================================================== */
.menu-toggle {
  font-size: 20px;
  color: #666;
  line-height: 48px;
  text-align: center;
  background: transparent;
  display: block;
  width: 24px;
  height: 26px;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.4s;
  opacity: 1;
  position: relative;
  top: 2px;
}
.menu-toggle .icon-box-toggle {
  height: 100%;
  width: 100%;
  background: tranparent;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.menu-toggle .icon-box-toggle.active > span.rotate {
  /*transform*/
  transform: translate(0px, 0px) rotate(90deg);
}
.menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
  visibility: hidden;
  width: 1px;
  height: 3px;
  left: 70%;
}
.menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
  margin: -2px 0 0 -10px;
  left: 50%;
  top: 12px;
  /*transform*/
  transform: translate(0px, 0px) rotate(135deg);
}
.menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
  margin: -2px 0 0 -10px;
  left: 50%;
  top: 12px;
  /*transform*/
  transform: translate(0px, 0px) rotate(45deg);
}
.menu-toggle .icon-line-center {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #a9abac;
  margin: -1px 0 0 -10px;
  left: 50%;
  top: 11px;
  transition: all 0.2s ease;
}
.menu-toggle .icon-line-top {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #a9abac;
  margin: -3px 0 0 -10px;
  left: 50%;
  top: 7px;
  transition: all 0.2s ease;
}
.menu-toggle .icon-line-bottom {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #a9abac;
  margin: 2px 0 0 -10px;
  left: 50%;
  top: 14px;
  transition: all 0.2s ease;
}

.wiwink-one-nav {
  border-radius: 12px;
  background: linear-gradient(135deg, #F0EEFF 0%, #FFF5FA 100%);
  border: 1.5px solid #C4B5FD;
  cursor: pointer;
  transition: border-color 0.18s, box-shadow 0.18s;
  overflow: hidden;
}
.wiwink-one-nav .is-description-column {
  background-color: #f5f0fd;
  padding: 1rem !important;
}
.wiwink-one-nav .is-description-column .section-title {
  font-size: 20px !important;
  color: #7c3aed !important;
}
.wiwink-one-nav .is-price-column {
  background-color: #fefafd;
  padding: 1.5rem !important;
}
.wiwink-one-nav .is-price-column .btn-calendly {
  height: auto !important;
  background-color: white !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Navbar styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Landing Navbar
=============================================================================
***/
/* ==========================================================================
0. Landing Navbar
========================================================================== */
.navbar.navbar-landing {
  background-color: #fff;
  height: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}
.navbar.navbar-landing .navbar-brand {
  height: 60px;
}
.navbar.navbar-landing .navbar-brand .light-logo {
  display: none !important;
}
.navbar.navbar-landing .navbar-brand .dark-logo {
  display: block !important;
}
.navbar.navbar-landing .navbar-brand .navbar-burger {
  height: 60px;
  width: 60px;
  transition: all 0.3s;
}
.navbar.navbar-landing .navbar-brand .navbar-burger span {
  background: #999;
}
.navbar.navbar-landing .separator {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1.4px;
  margin: 0 16px;
  background: #ccc;
}
.navbar.navbar-landing .navbar-item {
  color: #999;
  transition: all 0.3s;
}
.navbar.navbar-landing .navbar-item.has-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right center;
  height: 1.4px;
  background: #8c8cf9;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.navbar-landing .navbar-item.has-hover:hover:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.navbar.navbar-landing .navbar-item .cta-button {
  background: #8c8cf9;
  border-color: #8c8cf9;
}
.navbar.navbar-landing .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important !important;
  opacity: 0.9;
}
.navbar.navbar-landing .navbar-item:hover, .navbar.navbar-landing .navbar-item:active {
  color: #8c8cf9;
}
.navbar.navbar-landing.nav-light.is-faded {
  height: 80px;
  background-color: transparent;
  box-shadow: none;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand {
  height: 80px;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand .light-logo {
  display: block !important;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand .dark-logo {
  display: none !important;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger {
  height: 80px;
  width: 80px;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger span {
  background: #fff;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-brand .menu-toggle i {
  background: #fff !important;
}
.navbar.navbar-landing.nav-light.is-faded .separator {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 1.4px;
  margin: 0 16px;
  background: #ccc;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item {
  color: #fff;
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right center;
  height: 1.4px;
  background: #8c8cf9;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:hover:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  opacity: 0.9;
}
.navbar.navbar-landing.is-faded {
  height: 80px;
  background-color: transparent;
  box-shadow: none;
}
.navbar.navbar-landing.is-faded.nav-dark .navbar-brand .navbar-burger span {
  background: #999;
}
.navbar.navbar-landing.is-faded.nav-dark .navbar-brand .menu-toggle i {
  background: #999 !important;
}
.navbar.navbar-landing.is-faded.nav-dark .navbar-item {
  color: #999;
}
.navbar.navbar-landing.is-faded.nav-dark .separator {
  background: #cecece;
}
.navbar.navbar-landing.is-faded .navbar-brand {
  height: 80px;
}
.navbar.navbar-landing.is-faded .navbar-brand .light-logo {
  display: block !important;
}
.navbar.navbar-landing.is-faded .navbar-brand .dark-logo {
  display: none !important;
}
.navbar.navbar-landing.is-faded .navbar-brand .navbar-burger {
  height: 80px;
  width: 80px;
}
.navbar.navbar-landing.is-faded .navbar-brand .navbar-burger span {
  background: #fcfcfc;
}
.navbar.navbar-landing.is-faded .navbar-brand .menu-toggle i {
  background: #fcfcfc !important;
}
.navbar.navbar-landing.is-faded .separator {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 1.4px;
  margin: 0 16px;
  background: #fcfcfc;
}
.navbar.navbar-landing.is-faded .navbar-item {
  color: #fcfcfc;
}
.navbar.navbar-landing.is-faded .navbar-item.has-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right center;
  height: 1.4px;
  background: #fcfcfc;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.navbar-landing.is-faded .navbar-item.has-hover:hover:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.navbar.navbar-landing.is-faded .navbar-item .cta-button {
  background: #ad5cff;
  border-color: #ad5cff;
}
.navbar.navbar-landing.is-faded .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  opacity: 0.9;
}
.navbar.navbar-landing.is-mobile {
  background-color: #fff !important;
  height: 80px !important;
}
.navbar.navbar-landing.is-mobile .navbar-brand {
  height: 80px !important;
}
.navbar.navbar-landing.is-mobile .navbar-brand .light-logo {
  display: none !important;
}
.navbar.navbar-landing.is-mobile .navbar-brand .dark-logo {
  display: block !important;
}
.navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger {
  height: 80px !important;
  width: 80px !important;
}
.navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger span {
  background: #999 !important;
}
.navbar.navbar-landing.is-mobile .navbar-item {
  color: #999 !important;
}
.navbar.navbar-landing .navbar-menu .navbar-item {
  text-align: center;
}
.navbar.navbar-landing .navbar-menu .button {
  width: 100%;
}
.navbar.navbar-landing .menu-toggle {
  font-size: 20px;
  color: #666;
  line-height: 48px;
  text-align: center;
  background: transparent;
  display: block;
  width: 24px;
  height: 26px;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.4s;
  opacity: 1;
  position: relative;
  top: 2px;
}
.navbar.navbar-landing .menu-toggle .icon-box-toggle {
  height: 100%;
  width: 100%;
  background: tranparent;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span.rotate {
  /*transform*/
  transform: translate(0px, 0px) rotate(90deg);
}
.navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
  visibility: hidden;
  width: 1px;
  height: 3px;
  left: 70%;
}
.navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
  margin: -2px 0 0 -10px;
  left: 50%;
  top: 12px;
  /*transform*/
  transform: translate(0px, 0px) rotate(135deg);
}
.navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
  margin: -2px 0 0 -10px;
  left: 50%;
  top: 12px;
  /*transform*/
  transform: translate(0px, 0px) rotate(45deg);
}
.navbar.navbar-landing .menu-toggle .icon-line-center {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #999;
  margin: -1px 0 0 -10px;
  left: 50%;
  top: 11px;
  transition: all 0.2s ease;
}
.navbar.navbar-landing .menu-toggle .icon-line-top {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #999;
  margin: -3px 0 0 -10px;
  left: 50%;
  top: 7px;
  transition: all 0.2s ease;
}
.navbar.navbar-landing .menu-toggle .icon-line-bottom {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #999;
  margin: 2px 0 0 -10px;
  left: 50%;
  top: 14px;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .navbar-landing .separator {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar-landing .separator {
    display: none;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Sections related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Sections general styles
1. Quick flex block
2. Divider
=============================================================================
***/
/* ==========================================================================
0. Sections general styles
========================================================================== */
.section {
  position: relative;
}
.section.is-relative {
  position: relative;
}
.section.is-cover {
  background-size: cover !important;
}
.section.section-light-grey {
  background-color: #eff4f7;
}
.section.section-feature-grey {
  background-color: #fbfbfb;
}
.section.section-header-grey {
  background-color: #f5f9fc;
}
.section.section-feature-grey-accent {
  background-color: #efefef;
}
.section.section-primary {
  background-color: #8c8cf9;
}
.section.section-secondary {
  background-color: #7f00ff;
}
.section.section-focus {
  background: #f2f2fa;
}
.section.is-theme-grey {
  background: #f6fbfe;
}
.section.is-app-grey {
  background-color: #f5f6fa;
}
.section.is-grey {
  background: #fbfbfb;
}
.section.is-dark {
  background: #344258;
}
.section.has-border-bottom {
  border-bottom: 1px solid #ededed;
}
.section.has-border-top {
  border-top: 1px solid #ededed;
}
.section.no-margin {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.section-half {
  height: 75vh !important;
}
.section.is-skewed-sm {
  transform: skew(0deg, -3deg) translate(0, -45px);
  padding-top: 140px;
}
.section.is-reversed .columns {
  flex-direction: row-reverse;
}
.section.has-triangle-right {
  position: relative;
}
.section.has-triangle-right .triangle-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.section.has-triangle-left {
  position: relative;
}
.section.has-triangle-left .triangle-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.section.has-circles {
  position: relative;
}
.section.has-circles .primary-circle {
  position: absolute;
  right: 35%;
  top: 5%;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background: #8c8cf9;
  z-index: 0;
}
.section.has-circles .primary-bold-circle {
  position: absolute;
  left: 15%;
  bottom: 10%;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
  z-index: 1;
}
.section.has-circles .accent-circle {
  position: absolute;
  right: 65%;
  top: 18%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ad5cff;
}
.section.is-pricing {
  background-image: url(/images/circles-and-shapes.png?0f35b30b44c51a0dffcfbfdbcc0ae696);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.is-ice-pricing {
  background-image: url(/images/ice.svg?7206a09d83daad14025761584bebcdfd);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  background-position-y: 50%;
}
.section.gradient-circle {
  background: url(/images/gradient-circle-alt.png?c26d6d2815d5bb38eba56e64e4b1f72d) repeat top right, #fff;
}
.section.has-pseudo-lines:before {
  content: "";
  width: 2px;
  height: 60px;
  background: #8c8cf9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.section.has-pseudo-lines:after {
  content: "";
  width: 2px;
  height: 60px;
  background: #8c8cf9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.section.no-line-top:before {
  display: none !important;
}
.section.no-line-bottom:after {
  display: none !important;
}
.section .container {
  z-index: 1;
}
.section .container.is-reverse-skewed-sm {
  transform: skew(0deg, 3deg) translate(0, 45px);
}
.section .container.slanted-container {
  margin-top: -100px;
}
.section .content-wrapper {
  padding-top: 40px;
}
.section .bottom-spacer {
  padding-bottom: 200px;
}
.section .title.section-title {
  font-size: 2.7rem;
  color: #a9abac;
  font-weight: bold;
  font-family: "Nexa Bold", sans-serif;
}
.section .title.section-subtitle {
  font-size: 1.8rem;
  color: #a9abac;
}
.section .title.quick-feature {
  font-size: 2.7rem;
  color: #444f60;
  position: relative;
}
.section .title.quick-feature.is-smaller {
  font-size: 2.2rem;
}
.section .title.quick-feature.is-bigger {
  font-size: 3.25rem;
}
.section .title.quick-feature .bg-number,
.section .title.quick-feature .bg-symbol {
  position: absolute;
  font-weight: bolder;
  top: -100px;
  left: 40px;
  font-size: 14rem;
  z-index: 0;
  opacity: 0.1;
  color: #999;
}
.section .title.feature-title {
  font-weight: 600;
  color: #444f60;
  font-size: 2.2rem;
}
.section .icon-subtitle i {
  font-size: 2.4rem;
  color: #8c8cf9;
}
.section .title-divider {
  margin: 10px 0;
  width: 80px;
  height: 5px;
  background: #8c8cf9;
}
.section .title-divider.is-right {
  margin-left: auto;
}
.section .title-divider.is-centered {
  margin: 0 auto;
}
.section .feature-headline {
  color: #8c8cf9 !important;
  line-height: 1.2;
  padding: 5px 0;
  margin-bottom: 0 !important;
}
.section .section-feature-description {
  color: #878787;
}
.section .media.icon-box {
  border-top: none !important;
}
.section .media.icon-box .media-content .content p span.icon-box-title {
  color: #444f60;
  font-size: 1.2rem;
  font-weight: 600;
}
.section .media.icon-box .media-content .content p span.icon-box-text {
  color: #a9abac;
  font-size: 1.1rem;
  font-weight: 400;
}
.section .flex-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
}
.section .flex-wrapper.flex-center {
  justify-content: center;
}
.section .flex-wrapper.flex-start {
  justify-content: flex-start;
}
.section .flex-wrapper.flex-end {
  justify-content: flex-end;
}
.section .flex-wrapper img {
  width: 23%;
}
.section .featured-image {
  max-width: 540px !important;
  margin: 0 auto;
}
.section .section-title.is-demo,
.section .section-feature-description {
  max-width: 460px !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 767px) {
  .title.quick-feature .bg-number,
  .title.quick-feature .bg-symbol {
    font-size: 10rem !important;
    top: -60px !important;
  }
  .section.has-circles .primary-circle,
  .section.has-circles .primary-bold-circle,
  .section.has-circles .accent-circle {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .section .featured-image {
    max-width: 540px !important;
    margin: 0 auto;
  }
  .section .section-title.is-demo,
  .section .section-feature-description {
    max-width: 460px !important;
    margin: 0 auto !important;
  }
  .columns.is-flex-tablet-portrait {
    display: flex;
    padding: 0;
  }
  .columns.is-flex-tablet-portrait.is-flex-tablet-portrait-3 .column {
    min-width: 33.3%;
    width: 33.3%;
  }
}
/* ==========================================================================
1. Quick flex block
========================================================================== */
.content.content-flex,
.content-flex {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.content.content-flex.center-flex,
.content-flex.center-flex {
  justify-content: center !important;
}
.content.content-flex h5,
.content-flex h5 {
  padding: 0 !important;
}

/* ==========================================================================
2. Divider
========================================================================== */
.divider {
  display: table;
  white-space: nowrap;
  margin-top: 20px;
  padding: 0 20px;
}
.divider .before-divider,
.divider .after-divider {
  display: table-cell;
  width: 50%;
  border-bottom: 1px solid #ededed;
  transform: translateY(-50%);
  color: #999;
}
.divider .children {
  padding: 0 20px;
  font-size: 14px;
  color: #cecece;
}

#component-page .section-title-wrapper {
  padding: 20px 0 60px 0;
}
#component-page .section-title-wrapper .bg-number {
  top: -55px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Hero related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Hero general styles
1. Hero body
2. Hero footer
3. Parallax Overlay
=============================================================================
***/
/* ==========================================================================
0. Hero general styles
========================================================================== */
.hero.is-relative {
  position: relative;
}
.hero.is-cover {
  background-size: cover !important;
}
.hero.is-theme-primary {
  background-color: #8c8cf9;
}
.hero.is-theme-primary .title {
  color: #fff;
}
.hero.is-theme-primary .subtitle {
  color: #fff;
}
.hero.is-theme-secondary {
  background-color: #7f00ff;
}
.hero.is-theme-secondary .title {
  color: #fff;
}
.hero.is-theme-secondary .subtitle {
  color: #fff;
}
.hero.is-theme-accent {
  background-color: #ad5cff;
}
.hero.is-theme-accent .title {
  color: #fff;
}
.hero.is-theme-accent .subtitle {
  color: #fff;
}
.hero.is-theme-info {
  background-color: #2e9be5;
}
.hero.is-theme-info .title {
  color: #fff;
}
.hero.is-theme-info .subtitle {
  color: #fff;
}
.hero.is-theme-success {
  background-color: #2eb289;
}
.hero.is-theme-success .title {
  color: #fff;
}
.hero.is-theme-success .subtitle {
  color: #fff;
}
.hero.is-theme-warning {
  background-color: #f6c400;
}
.hero.is-theme-warning .title {
  color: #fff;
}
.hero.is-theme-warning .subtitle {
  color: #fff;
}
.hero.is-theme-danger {
  background-color: #f92b60;
}
.hero.is-theme-danger .title {
  color: #fff;
}
.hero.is-theme-danger .subtitle {
  color: #fff;
}
.hero.is-feature-grey {
  background-color: #fbfbfb;
}
.hero.is-feature-grey .title {
  color: #444f60;
}
.hero.is-feature-grey .subtitle {
  color: #444f60;
}
.hero.is-app-grey {
  background-color: #f5f6fa;
}
.hero.is-app-grey .title {
  color: #444f60 !important;
}
.hero.is-app-grey .title-secondary {
  color: #7C3AED !important;
}
.hero.is-app-grey .subtitle {
  color: #444f60;
}
.hero.is-light-grey {
  background-color: #eff4f7;
  background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%);
}
.hero.is-light-grey .title.dark {
  color: #444f60;
}
.hero.is-light-grey .title.theme {
  color: #8c8cf9;
}
.hero.is-light-grey .subtitle {
  margin-top: 0 !important;
  padding-right: 20%;
  line-height: 1.6 !important;
}
.hero.is-coal {
  background-color: #444444;
}
.hero.is-coal .title {
  color: #fff;
}
.hero.is-coal .subtitle {
  color: #fff;
}
.hero.is-night {
  background-color: #000030;
}
.hero.is-night .title {
  color: #fff;
}
.hero.is-night .signup-block .input {
  background: rgb(0, 0, 32.7);
  border-color: rgb(0, 0, 78.6);
  color: #fff;
}
.hero.is-night .signup-block .input::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.hero.is-night .signup-block .input::placeholder {
  color: #fff;
  opacity: 0.3;
}
.hero.is-night .signup-block .input:focus {
  border-color: rgb(0, 0, 109.2);
}
.hero .hero-foot.is-pulled {
  margin-top: -65px;
}

/* ==========================================================================
1. Hero body 
========================================================================== */
.hero-body {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 6;
}
.hero-body.is-start {
  align-items: flex-start !important;
  position: relative;
  z-index: 2 !important;
}
.hero-body.is-start .is-hero-caption {
  margin-top: -25px;
  z-index: 2;
}
.hero-body.is-start .is-hero-caption .title {
  font-size: 3rem;
}
.hero-body.is-start .is-hero-caption .subtitle {
  color: #999 !important;
  margin: 0 auto 20px auto !important;
  font-size: 1.4rem;
}
.hero-body.is-start .is-hero-caption .button {
  margin: 0 6px;
}
.hero-body .container.is-static {
  position: static !important;
}
.hero-body .header-caption-wrapper.is-pulled {
  margin-top: -100px;
}
.hero-body .header-caption-wrapper.is-pulled .image img {
  margin-top: -60px;
}
.hero-body .is-header-caption {
  padding: 100px 0;
}
.hero-body .is-header-caption.is-centered {
  text-align: center;
}
.hero-body .is-header-caption .buttons .button {
  min-width: 160px;
}
.hero-body .is-subheader-caption {
  padding-bottom: 60px;
}
.hero-body .is-subheader-caption.has-search .subtitle {
  margin-bottom: 0.75rem;
}
.hero-body .is-subheader-caption .subtitle {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.3rem;
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
}
.hero-body .is-subheader-caption .search-area {
  padding: 8px;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: #fff;
}
.hero-body .is-subheader-caption .search-area.is-rounded {
  border-radius: 500px;
}
.hero-body .is-subheader-caption .search-area.is-rounded .control .input,
.hero-body .is-subheader-caption .search-area.is-rounded .control .search-button .button {
  border-radius: 500px;
}
.hero-body .is-subheader-caption .search-area .control .input {
  font-size: 1.3rem;
  border-radius: 8px;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
}
.hero-body .is-subheader-caption .search-area .control .search-button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.hero-body .is-subheader-caption .search-area .control .search-button .button {
  height: 42px;
  min-width: 110px;
  border-radius: 6px;
}
.hero-body .is-hero-caption.is-centered {
  text-align: center;
}
.hero-body .is-hero-caption.is-centered .title {
  margin-bottom: 1rem !important;
}
.hero-body .is-hero-caption.is-centered .title.is-large {
  font-size: 4rem;
}
.hero-body .is-hero-caption.is-centered .subtitle {
  max-width: 100%;
}
.hero-body .is-hero-caption.is-centered .buttons {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  justify-content: center;
}
.hero-body .is-hero-caption.is-centered .signup-block .control {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px auto;
}
.hero-body .is-hero-caption.is-pushed {
  margin-top: 60px !important;
}
.hero-body .title.main-title {
  color: #fff;
  z-index: 999;
  font-size: 3.5rem;
}
.hero-body .title.big-title {
  color: #444f60;
  z-index: 999;
  font-size: 4rem;
}
.hero-body .title.page-title {
  font-size: 3.5rem;
}
.hero-body .title.medium-title {
  font-size: 2.5rem;
}
.hero-body .title.small-title {
  font-size: 2rem;
}
.hero-body .subtitle.page-subtitle {
  font-size: 1.8rem;
}
.hero-body .clients-small {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 15px 0;
}
.hero-body .clients-small img {
  height: 42px;
  margin: 0 5px;
}
.hero-body .clients-small.centered {
  justify-content: center !important;
}
.hero-body.is-relative {
  position: relative;
}

@media (max-width: 767px) {
  .hero-body.is-start .columns {
    margin-right: 0;
  }
  .hero-body .is-hero-caption.is-pushed {
    margin-top: 0 !important;
  }
  .hero-body .is-hero-caption.is-pushed-md {
    margin-top: 60px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-body .is-hero-caption {
    margin-top: 110px !important;
  }
}
/* ==========================================================================
2. Hero footer
========================================================================== */
.hero-foot .partner-logo,
.partner-logo {
  height: 70px !important;
}

/* ==========================================================================
3. Parallax Overlay
========================================================================== */
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333;
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .is-header-caption {
    text-align: center !important;
  }
  .is-header-caption .buttons {
    justify-content: center;
  }
  .signup-block .button {
    margin-top: 0.25rem;
    position: static !important;
    min-height: 50px;
  }
  .product-hero .buttons {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .is-header-caption {
    text-align: center !important;
  }
  .is-header-caption .buttons {
    justify-content: center;
  }
  .product-hero .buttons {
    justify-content: center;
  }
}
/* ==========================================================================
3. Hero Scroll Button
========================================================================== */
.scroll-button {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid #ededed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.scroll-button:hover {
  background: #ad5cff;
  border-color: #ad5cff;
}
.scroll-button:hover i {
  color: #fcfcfc;
  transform: rotate(360deg);
}
.scroll-button i {
  font-size: 20px;
  font-weight: 600;
  color: #cecece;
  transition: all 0.3s;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Footer styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Dark footer
1. Light Footer
2. Light left Footer
3. Dark left Footer
4. Light medium footer
5. Colored footer
6. Landing Dark Footer
=============================================================================
***/
/* ==========================================================================
0. Dark footer
========================================================================== */
footer.footer-dark {
  background: #444f60;
  color: #fff;
  position: relative;
}
footer.footer-dark .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer.footer-dark .footer-logo {
  padding: 10px 0;
}
footer.footer-dark .footer-logo.square-logo img {
  max-width: 40px;
}
footer.footer-dark .footer-logo img {
  height: 25px;
}
footer.footer-dark .footer-column .footer-header {
  padding: 10px 0;
}
footer.footer-dark .footer-column .footer-header h3 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  color: #eff4f7;
}
footer.footer-dark .footer-column ul.link-list {
  line-height: 30px;
  font-size: 1rem;
}
footer.footer-dark .footer-column ul.link-list a {
  color: #98a9c3;
  font-weight: 400;
  transition: all 0.5s;
}
footer.footer-dark .footer-column ul.link-list :hover {
  color: #fcfcfc;
}
footer.footer-dark .footer-column .level-item .icon {
  color: #8c8cf9;
  transition: all 0.5s;
}
footer.footer-dark .footer-column .level-item .icon i {
  font-size: 20px;
}
footer.footer-dark .footer-column .level-item .icon :hover {
  color: #fcfcfc;
}
footer.footer-dark .footer-column .copyright {
  padding: 10px 0;
}

/* ==========================================================================
1. Light Footer
========================================================================== */
footer.footer-light {
  background: #fff !important;
  color: #444f60;
  position: relative;
}
footer.footer-light .columns {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer.footer-light .footer-logo {
  padding: 10px 0;
}
footer.footer-light .footer-logo.square-logo img {
  max-width: 40px;
}
footer.footer-light .footer-logo img {
  height: 25px;
}
footer.footer-light .footer-column .footer-header {
  padding: 10px 0;
}
footer.footer-light .footer-column .footer-header h3 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  color: #444f60;
}
footer.footer-light .footer-column ul.link-list {
  line-height: 30px;
  font-size: 1rem;
}
footer.footer-light .footer-column ul.link-list a {
  color: #98a9c3;
  font-weight: 400;
  transition: all 0.5s;
}
footer.footer-light .footer-column ul.link-list :hover {
  color: #8c8cf9;
}
footer.footer-light .footer-column .level-item .icon {
  color: #999;
  transition: all 0.5s;
}
footer.footer-light .footer-column .level-item .icon i {
  font-size: 20px;
}
footer.footer-light .footer-column .level-item .icon :hover {
  color: #7f00ff;
}
footer.footer-light .footer-column .copyright {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .footer-columns.is-flex-mobile {
    flex-wrap: wrap !important;
  }
}
/* ==========================================================================
2. Light left Footer
========================================================================== */
footer.footer-light-left {
  padding: 5rem 1.5rem !important;
  background: #f5f6fa;
}
footer.footer-light-left .footer-nav-right {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
footer.footer-light-left .footer-nav-right .footer-nav-link {
  margin: 0 10px;
  padding: 20px 0;
  color: #444f60 !important;
  border-bottom: 2px solid transparent;
}
footer.footer-light-left .footer-nav-right .footer-nav-link:hover {
  color: #999 !important;
  border-bottom: 2px solid #999;
}
footer.footer-light-left .footer-nav-right .footer-nav-link.is-active {
  color: #8c8cf9 !important;
  border-bottom: 2px solid #8c8cf9 !important;
}
footer.footer-light-left .level-item .icon {
  color: #cecece;
  transition: all 0.5s;
}
footer.footer-light-left .level-item .icon :hover {
  color: #8c8cf9;
}
footer.footer-light-left .moto {
  color: #999;
}

@media (max-width: 767px) {
  footer.footer-light-left {
    text-align: center;
  }
  footer.footer-light-left .level {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-nav-right {
    margin-top: 0 !important;
  }
}
/* ==========================================================================
3. Dark left Footer
========================================================================== */
footer.footer-dark-left {
  padding: 5rem 1.5rem !important;
  background: #444f60;
}
footer.footer-dark-left .footer-nav-right {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
footer.footer-dark-left .footer-nav-right .footer-nav-link {
  margin: 0 10px;
  padding: 20px 0;
  color: #fff !important;
  border-bottom: 2px solid transparent;
}
footer.footer-dark-left .footer-nav-right .footer-nav-link:hover {
  color: #fcfcfc !important;
  border-bottom: 2px solid #fff;
}
footer.footer-dark-left .footer-nav-right .footer-nav-link.is-active {
  color: #8c8cf9 !important;
  border-bottom: 2px solid #8c8cf9 !important;
}
footer.footer-dark-left .level-item .icon {
  color: #fff;
  transition: all 0.5s;
}
footer.footer-dark-left .level-item .icon :hover {
  color: #8c8cf9;
}
footer.footer-dark-left .moto {
  color: #fff;
}

/* ==========================================================================
4. Light medium footer
========================================================================== */
.footer-light-medium {
  padding-bottom: 0 !important;
  padding-top: 4rem !important;
  background: rgb(249.75, 249.75, 249.75);
}
.footer-light-medium.is-white {
  background: #fff;
}
.footer-light-medium .footer-head {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
}
.footer-light-medium .footer-head .head-text h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  color: #444f60;
}
.footer-light-medium .footer-head .head-text p {
  font-size: 1.1rem;
  color: #999;
}
.footer-light-medium .footer-head .head-action .buttons .button.action-button {
  height: 36px;
  min-width: 140px;
}
.footer-light-medium .footer-head .head-action .buttons .button.chat-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #8c8cf9;
  font-weight: 500;
}
.footer-light-medium .footer-body {
  padding-top: 3rem;
}
.footer-light-medium .footer-body .footer-column {
  padding-top: 20px;
}
.footer-light-medium .footer-body .footer-column .column-header {
  font-family: "Nexa Light", sans-serif;
  text-transform: uppercase;
  color: #444f60;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0;
}
.footer-light-medium .footer-body .footer-column .column-item {
  padding-bottom: 10px;
}
.footer-light-medium .footer-body .footer-column .column-item a {
  color: #999;
}
.footer-light-medium .footer-body .footer-column .column-item a:hover {
  color: #8c8cf9;
}
.footer-light-medium .footer-body .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.footer-light-medium .footer-body .social-links a {
  color: #999;
  margin: 0 5px;
}
.footer-light-medium .footer-body .social-links a:hover {
  color: #8c8cf9;
}
.footer-light-medium .footer-body .footer-description {
  color: #999;
  padding: 10px 0;
}
.footer-light-medium .footer-body .moto {
  color: #999;
}
.footer-light-medium .footer-body .small-footer-logo {
  height: 24px;
}
.footer-light-medium .footer-copyright {
  color: #999;
  padding: 4rem 0 2rem 0;
}
.footer-light-medium .footer-copyright a {
  color: #999;
}
.footer-light-medium .footer-copyright a:hover {
  color: #8c8cf9;
}

@media (max-width: 767px) {
  .footer-light-medium .footer-head {
    flex-direction: column;
    text-align: center;
  }
  .footer-light-medium .footer-head .head-text {
    padding-bottom: 20px;
  }
  .footer-light-medium .footer-body {
    padding: 1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-light-medium .footer-head {
    padding: 1rem !important;
  }
  .footer-light-medium .footer-body {
    display: flex;
    padding: 2rem 1rem !important;
  }
  .footer-light-medium .footer-body .column.is-4 {
    width: 42%;
    max-width: 42%;
    flex-shrink: 1;
  }
  .footer-light-medium .footer-body .is-offset-2 .columns {
    display: flex !important;
  }
}
/* ==========================================================================
5. Colored footer
========================================================================== */
footer.colored-footer {
  background: #8c8cf9;
  padding: 0;
}
footer.colored-footer .footer-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
  text-align: center;
}
footer.colored-footer .footer-body .footer-form {
  width: 460px;
}
footer.colored-footer .footer-body .footer-form img {
  max-width: 120px;
}
footer.colored-footer .footer-body .footer-form .control {
  position: relative;
  margin-top: 20px;
}
footer.colored-footer .footer-body .footer-form .control .input {
  font-size: 1.1rem;
  height: 44px;
  background: transparent;
  border: 1px solid #fcfcfc;
  color: #fcfcfc;
  padding-bottom: 8px;
  padding-right: 158px;
}
footer.colored-footer .footer-body .footer-form .control .input::-webkit-input-placeholder {
  color: #fcfcfc;
}
footer.colored-footer .footer-body .footer-form .control .input::-moz-placeholder {
  color: #fcfcfc;
}
footer.colored-footer .footer-body .footer-form .control .input:-ms-input-placeholder {
  color: #fcfcfc;
}
footer.colored-footer .footer-body .footer-form .control .input:-moz-placeholder {
  color: #fcfcfc;
}
footer.colored-footer .footer-body .footer-form .control .input-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  color: #7f00ff;
  border: 1px solid #fcfcfc;
  border-radius: 0 100px 100px 0;
  width: 130px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
footer.colored-footer .footer-body .footer-form .control .input-button:hover {
  opacity: 0.8;
}
footer.colored-footer .footer-footer {
  padding: 25px 0;
  border-top: 1px solid rgb(226.5, 226.5, 226.5);
}
footer.colored-footer .footer-footer .footer-block {
  width: 33%;
}
footer.colored-footer .footer-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.colored-footer .footer-footer .footer-inner .designed-by {
  color: #fcfcfc;
  font-size: 1rem;
}
footer.colored-footer .footer-footer .footer-inner .designed-by .fa {
  margin: 0 4px;
}
footer.colored-footer .footer-footer .footer-inner .links a {
  color: #fcfcfc;
  margin: 0 12px;
}
footer.colored-footer .footer-footer .footer-inner .social a {
  margin: 0 4px;
}
footer.colored-footer .footer-footer .footer-inner .social a i {
  font-size: 20px;
  color: #fcfcfc;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .colored-footer .footer-form {
    padding: 0 20px;
  }
  .colored-footer .footer-inner {
    flex-direction: column;
  }
  .colored-footer .footer-inner .footer-block {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .colored-footer .footer-form {
    padding: 0 20px;
  }
  .colored-footer .footer-inner {
    flex-direction: column;
  }
  .colored-footer .footer-inner .footer-block {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    padding: 8px 0;
  }
}
/* ==========================================================================
6. Landing Dark Footer
========================================================================== */
.footer.landing-dark-footer {
  background: #344258;
  padding: 8rem 1.5rem 4rem 1.5rem;
}
.footer.landing-dark-footer .footer-logo.square-logo {
  max-width: 40px !important;
}
.footer.landing-dark-footer .footer-logo-text {
  margin-top: 16px;
  color: #fcfcfc;
  padding-right: 20px;
}
.footer.landing-dark-footer .footer-menu li {
  padding: 8px 0;
  color: #fcfcfc;
}
.footer.landing-dark-footer .footer-menu li a {
  color: #fcfcfc;
}
.footer.landing-dark-footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
}
.footer.landing-dark-footer .copyright .copyright-logo {
  display: block;
  max-width: 100px;
}
.footer.landing-dark-footer .copyright .copyright-text {
  font-weight: 500;
  font-size: 0.9rem;
  color: #fcfcfc;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Core animation styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Default settings
1. Translate Left
2. Translate Down
3. Translate Up
4. Fade In
5. Fade In Left
6. Fade In Right
7. Fade In Up
8. Fade In Down
9. Fade Out Up
10. Levitate
11. Gelatine
12. Unzoom
13. Dot pulsation
14. Bouncy entrance
15. Scale in
16. Scale in circle
17. Scale out
18. Pulsate
19. Predefined animation delays
=============================================================================
***/
/* ==========================================================================
0. Default settings
========================================================================== */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

/* ==========================================================================
1. Translate Left
========================================================================== */
@keyframes translateLeft {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateLeft {
  animation-name: translateLeft;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
2. Translate Down
========================================================================== */
@keyframes translateDown {
  from {
    transform: translate3d(0, -100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateDown {
  animation-name: translateDown;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
3. Translate Up
========================================================================== */
@keyframes translateUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateUp {
  animation-name: translateUp;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
4. Fade In
========================================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
}

/* ==========================================================================
5. Fade In Left
========================================================================== */
@keyframes fadeInLeft {
  from {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInLeft {
  opacity: 0;
}

.fadeInLeft {
  opacity: 0;
  animation-name: fadeInLeft;
}

/* ==========================================================================
6. Fade In Right
========================================================================== */
@keyframes fadeInRight {
  from {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInRight {
  opacity: 0;
}

.fadeInRight {
  opacity: 0;
  animation-name: fadeInRight;
}

/* ==========================================================================
7. Fade In Up
========================================================================== */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}

/* ==========================================================================
8. Fade In Down
========================================================================== */
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInDown {
  opacity: 0;
}

.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
}

/* ==========================================================================
9. Fade Out Up
========================================================================== */
@keyframes fadeOutUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
.preFadeOutUp {
  opacity: 1;
}

.fadeOutUp {
  opacity: 1;
  animation-name: fadeOutUp;
}

/* ==========================================================================
10. Levitate
========================================================================== */
@keyframes levitate {
  from {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  to {
    transform: translate(0, 0);
  }
}
.levitate {
  animation-name: levitate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* ==========================================================================
11. Gelatine
========================================================================== */
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.gelatine {
  animation: gelatine 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

/* ==========================================================================
12. Unzoom
========================================================================== */
@keyframes unzoom {
  from, to {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0);
  }
}
.unzoom {
  animation: unzoom 0.7s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

/* ==========================================================================
13. Dot pulsation
========================================================================== */
@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* ==========================================================================
14. Bouncy entrance
========================================================================== */
@keyframes entrance {
  from {
    transform: scale(0);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  to {
    transform: none;
  }
}
.entrance {
  animation: entrance 0.8s;
}

/* ==========================================================================
15. Scale in 
========================================================================== */
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.scaleIn {
  animation: scaleIn 0.5s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
16. Scale in circle (used for modal popup)
========================================================================== */
@keyframes scaleInCircle {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(7);
  }
}
.scaleInCircle {
  animation: scaleInCircle 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
17. Scale out
========================================================================== */
@keyframes scaleOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.scaleOut {
  animation: scaleOut 0.6s;
}

/* ==========================================================================
18. Pulsate
========================================================================== */
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

/* ==========================================================================
19. Predefined delays
========================================================================== */
.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

.delay-5 {
  animation-delay: 1.25s;
}

.delay-6 {
  animation-delay: 1.5s;
}

.delay-7 {
  animation-delay: 1.75s;
}

.delay-8 {
  animation-delay: 2.25s;
}

.delay-9 {
  animation-delay: 2.5s;
}

.delay-10 {
  animation-delay: 2.75s;
}

.delay-11 {
  animation-delay: 3s;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Website sidebar
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Website sidebar
=============================================================================
***/
/* ==========================================================================
0. Website sidebar
========================================================================== */
.side-navigation-menu {
  display: flex;
  justify-content: flex-start;
  background: #344258;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
  transform: translateX(-301px);
  transition: width 0.05s linear;
  transition: transform 0.3s;
  z-index: 1000;
}
.side-navigation-menu.is-active {
  transform: translateX(0);
}
.side-navigation-menu .category-menu-wrapper {
  height: 100%;
  position: relative;
  width: 80px;
  background: #7f00ff;
}
.side-navigation-menu .category-menu-wrapper ul.categories li {
  height: 60px;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.square-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.square-logo img {
  max-height: 28px;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.category-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.category-link i {
  font-size: 20px;
  color: #fff;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.category-link:hover {
  background: rgb(139.8, 25.5, 255);
}
.side-navigation-menu .category-menu-wrapper ul.categories li.is-active {
  background: rgb(152.6, 51, 255);
}
.side-navigation-menu .category-menu-wrapper .author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.side-navigation-menu .category-menu-wrapper .author li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.side-navigation-menu .category-menu-wrapper .author a {
  position: relative;
  z-index: 4;
}
.side-navigation-menu .category-menu-wrapper .author .main-menu-author {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  transform: scale(1);
  transition: transform 0.4s;
}
.side-navigation-menu .category-menu-wrapper .author .main-menu-author:hover {
  transform: scale(1.1);
}
.side-navigation-menu .navigation-menu-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.side-navigation-menu .navigation-menu-wrapper ul.navigation-menu {
  height: calc(100% - 60px);
  margin: 0;
  padding: 0;
  max-width: 400px;
  list-style: none;
  list-style-type: none;
  overflow: auto;
}
.side-navigation-menu .navigation-menu-wrapper ul.navigation-menu::-webkit-scrollbar {
  width: 10px;
}
.side-navigation-menu .navigation-menu-wrapper ul.navigation-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.side-navigation-menu .navigation-menu-wrapper .navigation-menu-header {
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 25px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fcfcfc;
  letter-spacing: 3px;
  font-size: 92%;
}
.side-navigation-menu .navigation-menu-wrapper .navigation-menu-header .menu-toggle .icon-box-toggle span i {
  background: #fff;
}
.side-navigation-menu .navigation-menu-wrapper .navigation-menu-header .navigation-close {
  opacity: 0;
  margin-right: 1rem;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active {
  background: rgb(61.4714285714, 78.0214285714, 104.0285714286);
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active span:after {
  transform: rotate(90deg);
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link {
  color: rgb(212.7066115702, 212.7066115702, 252.7933884298) !important;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span,
.side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span:after {
  color: rgb(212.7066115702, 212.7066115702, 252.7933884298) !important;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children > ul {
  display: none;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children ul {
  padding: 0px;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children ul li a:hover {
  color: #fff;
  padding-left: 42px;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu {
  background-color: rgb(42.5285714286, 53.9785714286, 71.9714285714);
  padding-left: 62px !important;
  font-size: 95%;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu:hover, .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu.is-active {
  color: #8c8cf9;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children span:after {
  position: absolute;
  right: 30px;
  content: "\e315";
  color: #fff;
  transition: all 0.5s;
  font-size: 90%;
  padding-top: 2px;
}
.side-navigation-menu .navigation-menu-wrapper li a {
  padding: 18px 25px;
  display: block;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
.side-navigation-menu .navigation-menu-wrapper li a:hover {
  background: rgb(61.4714285714, 78.0214285714, 104.0285714286);
}
.side-navigation-menu .navigation-menu-wrapper li a.is-submenu {
  padding: 12px 25px;
}
.side-navigation-menu .navigation-menu-wrapper li a.parent-link {
  height: 60px !important;
  position: relative;
}
.side-navigation-menu .navigation-menu-wrapper li a.parent-link.has-new:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2e9be5;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.side-navigation-menu .navigation-menu-wrapper li a span {
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
}
.side-navigation-menu .navigation-menu-wrapper .has-children,
.side-navigation-menu .navigation-menu-wrapper li {
  position: relative;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Pageloader styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Pageloader
1. infraloader
=============================================================================
***/
/* ==========================================================================
0. Pageloader
========================================================================== */
.pageloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8c8cf9;
  z-index: 999998;
  transition: transform 0.35s ease-out;
  transform: translateY(-100%);
  will-change: transform;
}
.pageloader.is-active {
  transform: translateY(0);
}
.pageloader::after, .pageloader::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  content: "";
  z-index: 999999;
}
.pageloader::after {
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.75);
  animation: page-loader-inner 1.5s infinite ease-out;
}
.pageloader::before {
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  animation: page-loader-outer 1.5s infinite ease-in;
}
@keyframes page-loader-inner {
  0%, 40% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes page-loader-outer {
  0% {
    transform: scale(1);
  }
  100%, 40% {
    transform: scale(0);
    opacity: 0;
  }
}
/* ==========================================================================
1. Infraloader
========================================================================== */
.infraloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s;
}
.infraloader.is-active {
  opacity: 1;
  z-index: 999997;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Helper classes (must always be at the end of the core imports)
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Color helpers
1. Typography helpers
2. Display helpers
3. Padding helpers
4. Margin helpers
5. Sizing helpers
6. Position helpers
7. States helpers
8. Overflow helpers
9. Icon helpers
10. Image helpers
11. Responsive helpers
=============================================================================
***/
/* ==========================================================================
0. Color helpers
========================================================================== */
.body-color {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561) !important;
}

.color-primary {
  color: #8c8cf9 !important;
}

.color-secondary {
  color: #7f00ff !important;
}

.color-accent {
  color: #ad5cff !important;
}

.color-red {
  color: #f92b60 !important;
}

.border-light {
  border-color: #fff !important;
}

.dark-text {
  color: #444f60 !important;
}

.white-text {
  color: #fff !important;
}

.light-text {
  color: #fff !important;
}

.muted-text {
  color: #999 !important;
}

.grey-text {
  color: #8799ac !important;
}

.maroon-text {
  color: #9a5198 !important;
}

.purple-text {
  color: #7C3AED !important;
}

.primary-text {
  color: #8c8cf9 !important;
}

.secondary-text {
  color: #7f00ff !important;
}

.accent-text {
  color: #ad5cff !important;
}

.info-text {
  color: #2e9be5 !important;
}

.success-text {
  color: #2eb289 !important;
}

.warning-text {
  color: #f6c400 !important;
}

.danger-text {
  color: #f92b60 !important;
}

.dark-bg {
  background: #444444 !important;
}

.light-bg {
  background: #fff !important;
}

.has-light-shadow {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.has-light-border {
  border: 1px solid hsl(0, 0%, 88%);
}

/* ==========================================================================
1. Typography helpers
========================================================================== */
.title.is-styled {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}

.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-bolder {
  font-weight: 700 !important;
}

.is-italic {
  font-style: italic !important;
}

.font-size-normal {
  font-size: 1rem;
}

.font-size-2x {
  font-size: 2rem;
}

.font-size-small {
  font-size: 0.9rem;
}

.is-size-1 {
  font-size: 3rem;
}

.is-size-2 {
  font-size: 2.5rem;
}

.is-size-3 {
  font-size: 2rem;
}

.is-size-4 {
  font-size: 1.5rem;
}

.is-size-5 {
  font-size: 1.25rem;
}

.is-size-6 {
  font-size: 1rem;
}

.is-size-7 {
  font-size: 0.75rem;
}

/* ==========================================================================
2. Display helpers
========================================================================== */
.is-flex {
  display: flex;
}
.is-flex.is-start {
  justify-content: flex-start;
}
.is-flex.is-center {
  justify-content: center;
}
.is-flex.is-end {
  justify-content: flex-end;
}
.is-flex.is-vcenter {
  align-items: center;
  align-content: center;
}

.is-block {
  display: block !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-101 {
  z-index: 101 !important;
}

.has-slimscroll::-webkit-scrollbar {
  width: 6px !important;
}
.has-slimscroll::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.has-slimscroll-xs::-webkit-scrollbar {
  width: 3px !important;
}
.has-slimscroll-xs::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.has-slimscroll-xs-h::-webkit-scrollbar {
  height: 6px !important;
}
.has-slimscroll-xs-h::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.bottom-spacer {
  margin-bottom: 80px;
  min-height: 100px;
}

.is-relative {
  position: relative !important;
}

.is-absolute {
  position: absolute !important;
}

/* ==========================================================================
3. Padding helpers
========================================================================== */
.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-80 {
  padding: 80px;
}

.padding-90 {
  padding: 90px;
}

.padding-100 {
  padding: 100px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.huge-pt {
  padding-top: 100px;
}

.huge-pb {
  padding-bottom: 100px;
}

.giant-pb {
  padding-bottom: 150px;
}

.hr {
  height: 1px;
  background: rgb(226.8, 226.8, 226.8);
}

/* ==========================================================================
4. Margin helpers
========================================================================== */
.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-x-auto {
  margin: 0 auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-50 {
  margin: 50px;
}

.margin-60 {
  margin: 60px;
}

.margin-70 {
  margin: 70px;
}

.margin-80 {
  margin: 80px;
}

.margin-90 {
  margin: 90px;
}

.margin-100 {
  margin: 100px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

/* ==========================================================================
5. Sizing helpers
========================================================================== */
.width-40 {
  width: 40px !important;
}

.width-100 {
  width: 100px !important;
}

.width-250 {
  width: 250px !important;
}

.height-30 {
  height: 30px !important;
}

.height-60 {
  height: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.height-70 {
  height: 60px !important;
}

.height-80 {
  height: 60px !important;
}

.height-90 {
  height: 60px !important;
}

.max-w-center {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-w-center.max-w-440 {
  max-width: 440px !important;
}
.max-w-center.max-w-540 {
  max-width: 540px !important;
}
.max-w-center.max-w-640 {
  max-width: 640px;
}
.max-w-center.max-w-680 {
  max-width: 680px;
}
.max-w-center.max-w-740 {
  max-width: 740px;
}
.max-w-center.max-w-780 {
  max-width: 780px;
}
.max-w-center.max-w-840 {
  max-width: 840px;
}
.max-w-center.max-w-880 {
  max-width: 880px;
}
.max-w-center.max-w-940 {
  max-width: 940px;
}
.max-w-center.max-w-1040 {
  max-width: 1040px;
}

.max-w {
  width: 100%;
}
.max-w.max-w-640 {
  max-width: 640px;
}
.max-w.max-w-680 {
  max-width: 680px;
}
.max-w.max-w-740 {
  max-width: 740px;
}
.max-w.max-w-780 {
  max-width: 780px;
}
.max-w.max-w-840 {
  max-width: 840px;
}
.max-w.max-w-880 {
  max-width: 880px;
}
.max-w.max-w-940 {
  max-width: 940px;
}
.max-w.max-w-1040 {
  max-width: 1040px;
}

/* ==========================================================================
6. Position helpers
========================================================================== */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* ==========================================================================
7. States helpers
========================================================================== */
.is-hidden {
  display: none !important;
}

.is-vhidden {
  visibility: hidden !important;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default !important;
}

.no-click {
  pointer-events: none !important;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  animation-name: translateDown;
  animation-duration: 0.4s;
}

/* ==========================================================================
8. Overflow helpers
========================================================================== */
.overflow-auto {
  overflow: auto !important;
}

/* ==========================================================================
9. Icon helpers
========================================================================== */
.im.is-icon-xs,
.sl.is-icon-xs,
.material-icons.is-icon-xs {
  font-size: 0.8rem !important;
}
.im.is-icon-md,
.sl.is-icon-md,
.material-icons.is-icon-md {
  font-size: 1.5rem !important;
}
.im.is-icon-2x,
.sl.is-icon-2x,
.material-icons.is-icon-2x {
  font-size: 2rem;
}
.im.is-icon-3x,
.sl.is-icon-3x,
.material-icons.is-icon-3x {
  font-size: 3rem;
}
.im.is-icon-4x,
.sl.is-icon-4x,
.material-icons.is-icon-4x {
  font-size: 4rem;
}
.im.is-gigantic,
.sl.is-gigantic,
.material-icons.is-gigantic {
  font-size: 12rem;
}

/* ==========================================================================
10. Image helpers
========================================================================== */
.img-circle {
  border-radius: 1000px;
}

/* ==========================================================================
11. Responsive helpers
========================================================================== */
@media (max-width: 767px) {
  .mobile-padding-20 {
    padding: 20px 30px;
  }
  .mobile-padding-40 {
    padding: 40px;
  }
  .has-text-centered-mobile {
    text-align: center !important;
  }
  .no-margin-mobile {
    margin: 0 !important;
  }
  .no-padding-mobile {
    padding: 0 !important;
  }
}
[v-cloak] {
  display: none;
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.hero-badges .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7B5CFA;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 16px 9px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 22px -10px rgba(92, 59, 254, 0.55);
}
.hero-badges .hero-badge.badge-verifactu {
  background: #2F6FED;
  box-shadow: 0 10px 22px -10px rgba(47, 111, 237, 0.55);
}
.hero-badges .hero-badge.badge-horario {
  background: #9C27B0;
  box-shadow: 0 10px 22px -10px rgba(156, 39, 176, 0.55);
}
.hero-badges .hero-badge.badge-firma {
  background: #E23F84;
  box-shadow: 0 10px 22px -10px rgba(226, 63, 132, 0.55);
}
.hero-badges .hero-badge .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.legal-box {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #E7E4F5;
  border-left: 4px solid #7B5CFA;
  border-radius: 12px;
  padding: 20px 22px;
}
.legal-box.is-verifactu {
  border-left-color: #2F6FED;
}
.legal-box.is-horario {
  border-left-color: #9C27B0;
}
.legal-box.is-firma {
  border-left-color: #E23F84;
}
.legal-box h4 {
  margin: 0 0 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5F3FE0;
  font-weight: 800;
}
.legal-box h4.is-verifactu {
  color: #2F6FED;
}
.legal-box h4.is-horario {
  color: #9C27B0;
}
.legal-box h4.is-firma {
  color: #E23F84;
}
.legal-box p {
  font-size: 0.92rem;
  color: #4B4760;
  margin-bottom: 10px;
}
.legal-box .refs {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
}
.legal-box .refs a {
  color: #5F3FE0;
  font-weight: 600;
}
.legal-box .refs a.is-verifactu {
  color: #2F6FED;
}
.legal-box .refs a.is-horario {
  color: #9C27B0;
}
.legal-box .refs a.is-firma {
  color: #E23F84;
}
.legal-box .more {
  margin-top: 12px;
  font-size: 0.85rem;
}
.legal-box .more a {
  color: #5F3FE0;
  font-weight: 700;
}
.legal-box .more a.is-verifactu {
  color: #2F6FED;
}
.legal-box .more a.is-horario {
  color: #9C27B0;
}
.legal-box .more a.is-firma {
  color: #E23F84;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow.is-verifactu {
  color: #2F6FED;
  background: #e9f0fe;
}
.eyebrow.is-horario {
  color: #9C27B0;
  background: #f7e9f9;
}
.eyebrow.is-firma {
  color: #E23F84;
  background: #fceaf2;
}
.eyebrow.is-works {
  color: #6a7180;
  background: #f0f1f3;
}
.eyebrow.is-loyalty {
  color: #22c55e;
  background: #edfdf5;
}
.eyebrow.is-recommended {
  color: white;
  background: #7f00ff;
}
.eyebrow.is-bluedark {
  color: white;
  background: #1a1464;
}

.flow {
  counter-reset: step;
  display: grid;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
}
.flow .flow-step {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-left: 2px solid #E7E4F5;
  margin-left: 18px;
  padding-left: 28px;
  position: relative;
}
.flow .flow-step:last-child {
  border-left: 2px solid transparent;
}
.flow .flow-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: -19px;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #7B5CFA;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.flow .flow-step p {
  font-weight: 600;
  padding-top: 4px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sector-grid.is-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sector-grid .sector-chip {
  background: #fff;
  border: 1px solid #E7E4F5;
  border-radius: 12px;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sector-grid .sector-chip.is-grey {
  background: #F4F5F7;
  border: none;
}
.sector-grid .sector-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00C2A8;
  flex: none;
}

@media (max-width: 860px) {
  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero.is-home {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgb(227, 224, 251) 100%);
}

.is-column-video .plyr {
  border-radius: 20px;
}

h2.is-hovered-info a:hover {
  color: #2e9be5 !important;
}
h2.is-hovered-info a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}

h2.is-hovered-danger a:hover {
  color: #f92b60 !important;
}
h2.is-hovered-danger a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}

h2.is-hovered-success a:hover {
  color: #2eb289 !important;
}
h2.is-hovered-success a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}

h2.is-hovered-warning a:hover {
  color: #f6c400 !important;
}
h2.is-hovered-warning a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}

h2.is-hovered-grey a:hover {
  color: #8799ac !important;
}
h2.is-hovered-grey a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}

h2.feature-return a {
  color: #444f60;
}
h2.feature-return a.is-hovered-info:hover {
  color: #2e9be5 !important;
}
h2.feature-return a.is-hovered-info:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  margin-right: 10px;
  font-size: 1.5rem;
}
h2.feature-return a.is-hovered-danger:hover {
  color: #f92b60 !important;
}
h2.feature-return a.is-hovered-danger:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  margin-right: 10px;
  font-size: 1.5rem;
}
h2.feature-return a.is-hovered-success:hover {
  color: #2eb289 !important;
}
h2.feature-return a.is-hovered-success:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  margin-right: 10px;
  font-size: 1.5rem;
}
h2.feature-return a.is-hovered-warning:hover {
  color: #f6c400 !important;
}
h2.feature-return a.is-hovered-warning:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  margin-right: 10px;
  font-size: 1.5rem;
}
h2.feature-return a.is-hovered-grey:hover {
  color: #8799ac !important;
}
h2.feature-return a.is-hovered-grey:hover::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  margin-right: 10px;
  font-size: 1.5rem;
}

a.hdcall {
  background-color: #3a2c8b;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 3px;
}

.mega-inner .navbar-item.is-footer {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.mega-inner .navbar-item.is-footer .navbar-content {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tabs.partner-tabs a {
  border-bottom: none;
}

.solid-list .solid-list-item {
  margin-bottom: 0.7rem !important;
}
.solid-list .solid-list-item .list-bullet {
  text-align: center;
  min-width: 3rem;
}

.mcard-content i {
  min-width: 2.6rem;
  text-align: center;
}

.tabs.partner-tabs ul li a i {
  font-size: 6rem;
}

#cookies-policy.cookies {
  left: 0;
  right: initial !important;
}
#cookies-policy .cookies__title {
  font-size: 1rem !important;
}
#cookies-policy .cookies__intro {
  font-size: 0.9rem !important;
}
#cookies-policy .cookies__btn--customize {
  font-size: 0.9rem !important;
  padding: 1em 24px !important;
}
#cookies-policy .cookies__box, #cookies-policy .cookies__info, #cookies-policy a.cookies__details, #cookies-policy li.cookies__cookie, #cookies-policy .cookies__label {
  font-size: 0.9rem !important;
}
#cookies-policy button.button {
  font-size: 0.8rem;
}

h2.is-hovered-features {
  cursor: pointer;
}
h2.is-hovered-features:hover {
  color: #8799ac;
}

.badge-sector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px;
  background-color: #f3f0fd;
  border-radius: 50px;
  color: #7c3aed;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.badge-sector.is-little {
  padding: 5px;
  gap: 5px;
  background-color: #f4f5f7;
  color: black;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  font-weight: 700;
}
.badge-sector.is-little.is-white {
  background-color: #fff;
  color: black;
  border: 1px solid #E8EAED;
  font-weight: 700;
}
.badge-sector.is-little .module-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.badge-sector.is-little .module-dot.is-crm {
  background: #2e9be5;
}
.badge-sector.is-little .module-dot.is-signature {
  background: #f92b60;
}
.badge-sector.is-little .module-dot.is-marketing {
  background: #f6c400;
}
.badge-sector.is-little .module-dot.is-loyalty {
  background: #2eb289;
}
.badge-sector.is-little .module-dot.is-persons {
  background: #9a5198;
}
.badge-sector.is-little .module-dot.is-works {
  background: #8799ac;
}
.badge-sector i {
  font-size: 13px;
}

.cube-wrap {
  animation: floatCube 4s ease-in-out infinite;
}

@keyframes floatCube {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.modules-section {
  background: #FFFFFF;
}
.modules-section .modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.modules-section .modules-grid .module-card {
  border: 1.5px solid #E8EAED;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.modules-section .modules-grid .module-card.is-crm:hover {
  box-shadow: 0 8px 32px rgba(59, 40, 204, 0.1);
  border-color: #2e9be5;
}
.modules-section .modules-grid .module-card.is-signature:hover {
  box-shadow: 0 8px 32px rgba(232, 23, 110, 0.1);
  border-color: #f92b60;
}
.modules-section .modules-grid .module-card.is-marketing:hover {
  box-shadow: 0 8px 32px rgba(245, 166, 35, 0.1);
  border-color: #f6c400;
}
.modules-section .modules-grid .module-card.is-loyalty:hover {
  box-shadow: 0 8px 32px rgba(34, 197, 94, 0.1);
  border-color: #2eb289;
}
.modules-section .modules-grid .module-card.is-persons:hover {
  box-shadow: 0 8px 32px rgba(155, 89, 182, 0.1);
  border-color: #9a5198;
}
.modules-section .modules-grid .module-card.is-works:hover {
  box-shadow: 0 8px 32px rgba(106, 113, 128, 0.1);
  border-color: #8799ac;
}
.modules-section .modules-grid .module-card .module-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.modules-section .modules-grid .module-card .module-header .module-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-crm {
  background: #2e9be5;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-signature {
  background: #f92b60;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-marketing {
  background: #f6c400;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-loyalty {
  background: #2eb289;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-persons {
  background: #9a5198;
}
.modules-section .modules-grid .module-card .module-header .module-dot.is-works {
  background: #8799ac;
}
.modules-section .modules-grid .module-card .module-header .module-title {
  font-size: 16px;
  font-weight: 700;
  color: #1E1147;
}
.modules-section .modules-grid .module-card .module-desc {
  font-size: 13px;
  color: #4B5563;
  margin-bottom: 14px;
}
.modules-section .modules-grid .module-card .module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.connected-diagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: visible;
}
.connected-diagram .orbit {
  position: relative;
  width: 425px;
  height: 425px;
  flex-shrink: 0;
}
.connected-diagram .orbit .orbit-ring {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1.5px dashed rgba(59, 40, 204, 0.2);
  animation: spin 24s linear infinite;
}
.connected-diagram .orbit .orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F0EEFF, #FFF5FA);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 24px rgba(59, 40, 204, 0.06);
}
.connected-diagram .orbit .orbit-node {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border: 2px solid #E8EAED;
  /* 6 nodos distribuidos en círculo */
}
.connected-diagram .orbit .orbit-node svg {
  width: 45px;
  height: 45px;
}
.connected-diagram .orbit .orbit-node.n1 {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.connected-diagram .orbit .orbit-node.n2 {
  top: 14%;
  right: -5px;
}
.connected-diagram .orbit .orbit-node.n3 {
  bottom: 14%;
  right: -5px;
}
.connected-diagram .orbit .orbit-node.n4 {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.connected-diagram .orbit .orbit-node.n5 {
  bottom: 14%;
  left: -5px;
}
.connected-diagram .orbit .orbit-node.n6 {
  top: 14%;
  left: -5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wiwink-one-home {
  border: 1.5px solid #DCD3FB;
  border-radius: 16px;
  background: #f9f2fd;
  padding: 1rem;
  cursor: pointer;
}
.wiwink-one-home .level-item {
  padding: 0 0.5rem;
}
.wiwink-one-home .level-item.level-icon {
  font-size: 15px;
}
.wiwink-one-home .level-item.level-amount {
  font-size: 20px;
}
.wiwink-one-home .btn-calendly {
  height: auto !important;
  background: #fff !important;
}

@media (max-width: 900px) {
  .modules-section .modules-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .modules-section .modules-grid {
    grid-template-columns: 1fr;
  }
  .connected-diagram {
    padding: 0 20px;
  }
  .orbit {
    transform: scale(1.05);
  }
}
@media (max-width: 420px) {
  .orbit {
    transform: scale(0.92);
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Components CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Accordion styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Simple accordion
1. Multi toggle
2. Single toggle
=============================================================================
***/
/* ==========================================================================
0. Simple accordion
========================================================================== */
.simple-accordion-wrapper .accordion-section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ededed;
  /*a.active {
    background-color: $blue-grey;
    color: $white;
  }

  a.active i {
    color: $white;
  }*/
}
.simple-accordion-wrapper .accordion-section a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  transition: all 0.2s linear;
}
.simple-accordion-wrapper .accordion-section a i {
  position: relative;
  float: right;
  margin-top: 4px;
  color: #666;
}
.simple-accordion-wrapper .accordion-section .accordion-content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: none;
}
.simple-accordion-wrapper .accordion-section .accordion-content p {
  padding: 20px 25px;
  margin: 0;
  color: #333;
}
.simple-accordion-wrapper.is-primary a.active {
  background-color: #8c8cf9;
}
.simple-accordion-wrapper.is-secondary a.active {
  background-color: #7f00ff;
}
.simple-accordion-wrapper.is-accent a.active {
  background-color: #ad5cff;
}
.simple-accordion-wrapper.is-info a.active {
  background-color: #2e9be5;
}
.simple-accordion-wrapper.is-success a.active {
  background-color: #2eb289;
}

/* ==========================================================================
1. Multi toggle
========================================================================== */
.multi-toggle-wrapper .mt-item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #444f60;
  border: 1px solid #ededed;
  overflow: hidden;
}
.multi-toggle-wrapper .mt-item:hover .mt-item-label {
  color: #8c8cf9;
}
.multi-toggle-wrapper .mt-item:hover .mt-item-label span {
  color: #8c8cf9;
}
.multi-toggle-wrapper .mt-item .mt-item-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.multi-toggle-wrapper .mt-item .mt-item-label {
  position: relative;
  display: block;
  padding: 0 0 0 3em;
  background: #fff;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  color: #cecece;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ededed;
}
.multi-toggle-wrapper .mt-item .mt-item-label span {
  color: #444f60;
  font-weight: 600;
  text-transform: none;
  transition: all 0.45s;
}
.multi-toggle-wrapper .mt-item .mt-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s;
  background-color: #fff;
  border-radius: 3px;
}
.multi-toggle-wrapper .mt-item .mt-item-content p {
  margin: 1em;
}
.multi-toggle-wrapper .mt-item .mt-item-content .mt-item {
  padding: 10px;
  background: #fff;
  color: #444f60;
  margin: 2px 0px;
  border-radius: 3px;
}
.multi-toggle-wrapper .mt-item .mt-item-content .mt-item label {
  border-radius: 0;
}
.multi-toggle-wrapper .mt-item .mt-item-inner {
  padding: 1px 0 0;
}
.multi-toggle-wrapper .mt-item .mt-item-inner label {
  font-weight: 400;
  background-color: #cecece;
  color: #fff;
}
.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul {
  margin: 0;
  padding: 0;
}
.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li {
  list-style-type: none;
}
.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label {
  background-color: transparent;
  color: #444f60;
  text-transform: capitalize;
  padding-left: 0;
  margin: 0;
}
.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label:after {
  content: "";
}
.multi-toggle-wrapper .mt-item .mt-item-input:checked ~ .mt-item-content {
  max-height: 50em;
}
.multi-toggle-wrapper .mt-item .mt-item-label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  transition: all 0.45s;
}
.multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox] + .mt-item-label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}
.multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox]:checked + .mt-item-label::after {
  transform: rotate(180deg);
}
.multi-toggle-wrapper .checkbox-custom {
  opacity: 0;
  position: absolute;
}
.multi-toggle-wrapper .checkbox-custom,
.multi-toggle-wrapper .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.multi-toggle-wrapper .checkbox-custom-label {
  position: relative;
}
.multi-toggle-wrapper .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.multi-toggle-wrapper .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #cecece;
  line-height: 10px;
  font-weight: 300;
}

/* ==========================================================================
2. Single toggle
========================================================================== */
.single-toggle-wrapper .toggle-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 3px 3px 0 0;
  padding-left: 20px;
  padding-right: 10px;
  transition: all 0.5s;
}
.single-toggle-wrapper .toggle-wrap:hover {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}
.single-toggle-wrapper .toggle-wrap .trigger a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 26px;
  outline: none;
  color: #444f60;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: background-color 0.2s, color 0.2s;
  padding: 16px 27px;
  margin: -1px 0 0 0;
}
.single-toggle-wrapper .toggle-wrap .trigger a i {
  padding-right: 6px;
  margin: 0 4px 0 0;
  transition: all 0.3s;
}
.single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Add {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  transform: translate3d(0, -50%, 0) rotate(0);
  transition: 0.2s;
}
.single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Coding {
  position: relative;
  top: 7px;
}
.single-toggle-wrapper .toggle-wrap .trigger a {
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 15px 0;
  text-transform: none;
  font-size: 11px;
  font-weight: 500;
  background-color: transparent;
  color: #444f60;
  padding-right: 60px;
  font-weight: 600;
}
.single-toggle-wrapper .toggle-wrap .trigger.active .im-icon-Add {
  margin-top: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  color: #999;
}
.single-toggle-wrapper .toggle-wrap .toggle-container {
  padding: 0px 0 30px 0;
  border: none;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Button styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Main button class
1. Square buttons
2. Link buttons
3. Primary button
4. Secondary button
5. Accent button
6. Success button
7. Warning button
8. Danger button
9. Info button
10. White button
11. Social buttons
12. Ripple effect
13. Combo Button
14. Read More Button
15. Fab Button
16. Pricing Button
17. Button degraded
=============================================================================
***/
/* ==========================================================================
0. Main button class
========================================================================== */
.button {
  transition: all 0.5s;
}
.button.button-signup {
  padding: 22px 40px !important;
}
.button.button-signup.btn-outlined.is-bold {
  border-width: 2px;
  font-weight: 600;
}
.button.button-cta {
  padding: 19px 15px !important;
}
.button.button-cta.btn-outlined.is-bold {
  border-width: 2px;
  font-weight: 600;
}
.button.no-lh {
  line-height: 0 !important;
}
.button.button-action {
  padding: 25px 40px !important;
}
.button.btn-align {
  padding: 3px 13px 6px 13px;
}
.button.btn-align-md {
  padding: 5px 15px 18px 15px;
}
.button.btn-align-lg {
  padding: 6px 15px 18px 15px;
}
.button.btn-upper {
  text-transform: uppercase;
}
.button.btn-calendly {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 3em;
}
.button.rounded {
  border-radius: 500px;
}
.button.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.8;
}
.button.is-raised {
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}
.button.is-bold {
  font-weight: 500;
}
.button.btn-fade:hover {
  opacity: 0.6;
}
.button.btn-outlined {
  background: transparent;
}
.button.btn-outlined.light-btn {
  border-color: #fff;
  color: #fff;
}
.button.btn-outlined.light-btn:hover {
  background-color: #fff;
  color: #444f60;
}
.button.btn-outlined.is-bold {
  border-width: 2px;
  font-weight: 600;
}
.button.btn-padding {
  padding: 6px 13px 16px 13px !important;
}
.button.default-btn {
  color: #cecece !important;
}
.button.is-link {
  text-decoration: none !important;
}
.button.has-icon-right i {
  padding-left: 8px;
}
.button:focus {
  border-color: #ccc;
}
.button.has-icon i {
  position: relative;
  margin-right: 5px;
  font-size: 1.7rem;
}
.button.is-fullwidth {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.button i {
  position: relative;
  top: 1px;
  padding-right: 8px;
}

/* ==========================================================================
1. Square buttons
========================================================================== */
.button.btn-square {
  width: 45px;
  height: 45px;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.btn-square.is-small {
  width: 36px;
  height: 36px;
}
.button.btn-square.is-medium {
  width: 55px;
  height: 55px;
}
.button.btn-square.is-large {
  width: 64px;
  height: 64px;
}
.button.btn-square i {
  font-size: 21px;
  padding: 0 !important;
}
.button.btn-square.is-small i {
  font-size: 18px;
}
.button.btn-square.is-medium i {
  font-size: 28px;
}
.button.btn-square.is-large i {
  font-size: 32px;
}

/* ==========================================================================
2. Link buttons
========================================================================== */
.button.is-link {
  background: transparent !important;
  color: #444f60;
}
.button.is-link.btn-more {
  text-decoration: none !important;
  line-height: 1.8;
  min-height: 38px;
  font-weight: 500;
}
.button.is-link.color-primary i {
  font-size: 9px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: #8c8cf9 !important;
  transition: all 0.5s;
}
.button.is-link.color-secondary i {
  font-size: 9px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: #7f00ff !important;
  transition: all 0.5s;
}
.button.is-link:hover {
  background: #f5f5f5 !important;
}
.button.is-link:hover i {
  transform: translate(10px, 0);
}

/* ==========================================================================
3. Primary button
========================================================================== */
.button.primary-btn {
  outline: none;
  border-color: #8c8cf9;
  background-color: #8c8cf9;
  color: #fff;
  transition: all 0.5s;
}
.button.primary-btn:hover {
  color: #fff;
}
.button.primary-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  opacity: 0.9 0.5;
}
.button.primary-btn.btn-outlined {
  border-color: #8c8cf9;
  color: #8c8cf9;
  background-color: transparent;
}
.button.primary-btn.btn-outlined:hover {
  color: #fff;
  background-color: #8c8cf9;
}
.button.primary-btn:focus {
  border-color: #8c8cf9;
}

/* ==========================================================================
4. Secondary button
========================================================================== */
.button.secondary-btn {
  outline: none;
  border-color: #7f00ff;
  background-color: #7f00ff;
  color: #fff;
  transition: all 0.5s;
}
.button.secondary-btn:hover {
  color: #fff;
}
.button.secondary-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  opacity: 0.95;
}
.button.secondary-btn.btn-outlined {
  border-color: #7f00ff;
  color: #7f00ff;
  background-color: transparent;
}
.button.secondary-btn.btn-outlined:hover {
  color: #fff;
  background-color: #7f00ff;
}
.button.secondary-btn:focus {
  border-color: #7f00ff;
}

/* ==========================================================================
5. Accent button
========================================================================== */
.button.accent-btn {
  outline: none;
  border-color: #ad5cff;
  background-color: #ad5cff;
  color: #fff;
  transition: all 0.5s;
}
.button.accent-btn:hover {
  color: #fff;
}
.button.accent-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  opacity: 0.8;
}
.button.accent-btn.btn-outlined {
  border-color: #ad5cff;
  color: #ad5cff;
  background-color: transparent;
}
.button.accent-btn.btn-outlined:hover {
  color: #fff;
  background-color: #ad5cff;
}
.button.accent-btn:focus {
  border-color: #ad5cff;
}

/* ==========================================================================
6. Success button
========================================================================== */
.button.success-btn {
  outline: none;
  border-color: #2eb289;
  background-color: #2eb289;
  color: #fff;
  transition: all 0.5s;
}
.button.success-btn:hover {
  color: #fff;
}
.button.success-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  opacity: 0.8;
}
.button.success-btn.btn-outlined {
  border-color: #2eb289;
  color: #2eb289;
  background-color: transparent;
}
.button.success-btn.btn-outlined:hover {
  color: #fff;
  background-color: #2eb289;
}
.button.success-btn:focus {
  border-color: #2eb289;
}

/* ==========================================================================
7. Warning button
========================================================================== */
.button.warning-btn {
  outline: none;
  border-color: #f6c400;
  background-color: #f6c400;
  color: #fff;
  transition: all 0.5s;
}
.button.warning-btn:hover {
  color: #fff;
}
.button.warning-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
  opacity: 0.8;
}
.button.warning-btn.btn-outlined {
  border-color: #f6c400;
  color: #f6c400;
  background-color: transparent;
}
.button.warning-btn.btn-outlined:hover {
  color: #fff;
  background-color: #f6c400;
}
.button.warning-btn:focus {
  border-color: #f6c400;
}

/* ==========================================================================
8. Danger button
========================================================================== */
.button.danger-btn {
  outline: none;
  border-color: #f92b60;
  background-color: #f92b60;
  color: #fff;
  transition: all 0.5s;
}
.button.danger-btn:hover {
  color: #fff;
}
.button.danger-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
  opacity: 0.8;
}
.button.danger-btn.btn-outlined {
  border-color: #f92b60;
  color: #f92b60;
  background-color: transparent;
}
.button.danger-btn.btn-outlined:hover {
  color: #fff;
  background-color: #f92b60;
}
.button.danger-btn:focus {
  border-color: #f92b60;
}

/* ==========================================================================
9. Info button
========================================================================== */
.button.info-btn {
  outline: none;
  border-color: #2e9be5;
  background-color: #2e9be5;
  color: #fff;
  transition: all 0.5s;
}
.button.info-btn:hover {
  color: #fff;
}
.button.info-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  opacity: 0.8;
}
.button.info-btn.btn-outlined {
  border-color: #2e9be5;
  color: #2e9be5;
  background-color: transparent;
}
.button.info-btn.btn-outlined:hover {
  color: #fff;
  background-color: #2e9be5;
}
.button.info-btn:focus {
  border-color: #2e9be5;
}

/* ==========================================================================
9. White button
========================================================================== */
.button.white-btn {
  outline: none;
  border-color: #fff;
  background-color: #fff;
  color: hsl(0, 0%, 4%);
  transition: all 0.5s;
}
.button.white-btn:hover {
  color: hsl(0, 0%, 4%);
}
.button.white-btn.raised:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  opacity: 0.8;
}
.button.white-btn.btn-outlined {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.button.white-btn.btn-outlined:hover {
  color: #fff;
  background-color: transparent;
}
.button.white-btn:focus {
  border-color: #fff;
}

/* ==========================================================================
11. Social buttons
========================================================================== */
.button.social-btn {
  color: #fff;
}
.button.social-btn.facebook {
  background-color: #3b5998;
}
.button.social-btn.twitter {
  background-color: #1dcaff;
}
.button.social-btn.linkedin {
  background-color: #007bb6;
}
.button.social-btn.tumblr {
  background-color: #35465c;
}
.button.social-btn.github {
  background-color: #444;
}

/* ==========================================================================
12. Ripple effect
========================================================================== */
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
/* ==========================================================================
13. Combo Button
========================================================================== */
.combo-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.combo-button a {
  display: block;
  line-height: 0;
  width: 140px;
  pointer-events: all;
}
.combo-button a.is-active {
  pointer-events: none;
}
.combo-button a:first-child {
  border-radius: 100px 0 0 100px;
}
.combo-button a:last-child {
  border-radius: 0 100px 100px 0;
  border-left: none;
}

/* ==========================================================================
14. Read More Button
========================================================================== */
.read-more {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #8c8cf9;
}
.read-more.low-padding {
  padding: 8px 0;
  font-size: 1rem;
}
.read-more.low-padding i {
  font-size: 1.2rem;
}
.read-more i {
  position: relative;
  top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 6px;
}

/* ==========================================================================
15. Fab Button
========================================================================== */
.fab-btn {
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 16px;
  border: none;
  border-radius: 50%;
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 1;
}
.fab-btn:active, .fab-btn:focus {
  outline: none !important;
}
.fab-btn.mini {
  width: 48px;
  height: 48px;
  padding: 12px;
  transform: rotate(-600deg);
  background: #8c8cf9;
}
.fab-btn.like {
  background: #a9abac !important;
  transform: rotate(0deg);
  position: absolute;
  right: 28%;
  bottom: -22px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.fab-btn.like i.unliked {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fab-btn.like i.liked {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fab-btn.like.is-active .like-overlay {
  transform: scale(1);
}
.fab-btn.like.is-active i.unliked {
  display: none;
}
.fab-btn.like.is-active i.liked {
  display: block;
}
.fab-btn.like.is-single {
  bottom: -34px;
}
.fab-btn .like-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.fab-btn .like-wrapper .like-overlay {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -36px;
  left: -24px;
  background: #f92b60;
  transform: scale(0);
  transition: transform 0.4s;
  z-index: 0;
}

/* ==========================================================================
16. Pricing Button
========================================================================== */
.button-wrap .combo-button .button.is-active {
  background: #8c8cf9;
  color: #fff;
}

/* ==========================================================================
17. Button degraded
========================================================================== */
.buttonww {
  position: relative;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.buttonww.button-deg {
  background: linear-gradient(130deg, #bc82f5 0%, #7f00ff 100%);
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0px 4px 30px 0px rgba(94, 13, 73, 0.6);
  z-index: 10;
}
.buttonww.button-deg:hover::before {
  opacity: 1;
}
.buttonww.button-deg:hover::after {
  opacity: 1;
}
.buttonww.button-deg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.5s;
  border-radius: 50px;
  opacity: 0;
  background: linear-gradient(130deg, #7f00ff 0%, #bc82f5 100%);
  z-index: -10;
}
.buttonww.button-deg::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(-85deg, #7f00ff 0%, #bc82f5 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  border-radius: 50px;
  opacity: 0;
  z-index: -11;
}

.button.btn-outlined.no-hover:hover {
  background-color: #FFF;
  color: #7f00ff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Breadcrumb styles
========================================================================== */
/***TABLE OF CONTENTS
=============================================================================
0. Breadcrumb
=============================================================================***/
/***=============================================================================
0. Breadcrumb
=============================================================================***/
.breadcrumb.is-narrow {
  margin-bottom: 10px;
}
.breadcrumb ul li a {
  font-family: "Roboto", sans-serif;
  color: #98a9c3;
}
.breadcrumb ul li a:hover {
  color: #8c8cf9;
}
.breadcrumb ul li a .icon.is-solo {
  margin-right: 0;
}
.breadcrumb ul li a .icon.is-solo svg {
  top: 2px;
}
.breadcrumb ul li a .icon svg {
  position: relative;
  top: 0;
  height: 16px;
  min-width: 16px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Card styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Feature card
1. Flex card
2. rounded cards
3. Event cards
4. Bulma cards
5. Ressource cards
6. Card variations
7. Media cards
=============================================================================
***/
/* ==========================================================================
0. Feature card
========================================================================== */
.feature-card {
  display: block;
  width: 300px;
  height: 320px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  transition: all 0.6s;
}
.feature-card.card-md {
  height: 350px;
}
.feature-card.card-lg {
  height: 400px;
}
.feature-card.card-shadow {
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
}
.feature-card.hover-inset:hover {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
  cursor: pointer;
}
.feature-card.light-bordered {
  border: 1px solid #e5e5e5 !important;
}
.feature-card .card-title h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444f60;
}
.feature-card .card-icon img {
  height: 140px;
  margin-top: 20px;
}
.feature-card .card-img img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.feature-card .card-action {
  margin-top: 40px;
}
.feature-card .card-feature-description {
  padding: 5px 30px !important;
}
.feature-card .card-feature-description span {
  color: #878787;
  margin-top: 20px;
}
.feature-card .card-img-description {
  padding-bottom: 10px;
}
.feature-card .card-img-description span {
  color: #878787;
  margin-top: 20px;
}
.feature-card .bookmark i {
  font-size: 1.4rem;
  color: #a9abac;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.feature-card .bookmark i:hover {
  color: #7f00ff;
}

/* ==========================================================================
1. Flex card
========================================================================== */
.flex-card, .network-grid .network-card, .project-card, .profile-card, .carousel-wrap .testimonials-solo-carousel .testimonial-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #fcfcfc;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.flex-card .card-header, .network-grid .network-card .card-header, .project-card .card-header, .profile-card .card-header, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-header {
  box-shadow: none !important;
}
.flex-card .flex-card-header, .network-grid .network-card .flex-card-header, .project-card .flex-card-header, .profile-card .flex-card-header, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #ededed;
  padding: 10px 15px;
}
.flex-card .flex-card-header .header-avatar, .network-grid .network-card .flex-card-header .header-avatar, .project-card .flex-card-header .header-avatar, .profile-card .flex-card-header .header-avatar, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-avatar {
  max-height: 45px;
}
.flex-card .flex-card-header .header-avatar img, .network-grid .network-card .flex-card-header .header-avatar img, .project-card .flex-card-header .header-avatar img, .profile-card .flex-card-header .header-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-avatar img {
  height: 45px;
  border-radius: 100px;
}
.flex-card .flex-card-header .header-info, .network-grid .network-card .flex-card-header .header-info, .project-card .flex-card-header .header-info, .profile-card .flex-card-header .header-info, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info {
  margin: 0 10px;
}
.flex-card .flex-card-header .header-info .header-title, .network-grid .network-card .flex-card-header .header-info .header-title, .project-card .flex-card-header .header-info .header-title, .profile-card .flex-card-header .header-info .header-title, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info .header-title {
  font-size: 1.2rem;
}
.flex-card .flex-card-header .header-info .header-subtitle, .network-grid .network-card .flex-card-header .header-info .header-subtitle, .project-card .flex-card-header .header-info .header-subtitle, .profile-card .flex-card-header .header-info .header-subtitle, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info .header-subtitle {
  font-size: 0.9rem;
  color: #a9abac;
}
.flex-card .flex-card-header .header-control, .network-grid .network-card .flex-card-header .header-control, .project-card .flex-card-header .header-control, .profile-card .flex-card-header .header-control, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control {
  margin-right: 10px;
}
.flex-card .flex-card-header .header-control i, .network-grid .network-card .flex-card-header .header-control i, .project-card .flex-card-header .header-control i, .profile-card .flex-card-header .header-control i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control i {
  font-size: 0.8rem;
  color: #a9abac;
}
.flex-card .flex-card-header .header-control:hover i, .network-grid .network-card .flex-card-header .header-control:hover i, .project-card .flex-card-header .header-control:hover i, .profile-card .flex-card-header .header-control:hover i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control:hover i {
  color: #8c8cf9;
}
.flex-card .flex-card-header.primary, .network-grid .network-card .flex-card-header.primary, .project-card .flex-card-header.primary, .profile-card .flex-card-header.primary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary {
  background: #8c8cf9;
}
.flex-card .flex-card-header.primary .header-info div, .network-grid .network-card .flex-card-header.primary .header-info div, .project-card .flex-card-header.primary .header-info div, .profile-card .flex-card-header.primary .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary .header-info div,
.flex-card .flex-card-header.primary .header-control i,
.network-grid .network-card .flex-card-header.primary .header-control i,
.project-card .flex-card-header.primary .header-control i,
.profile-card .flex-card-header.primary .header-control i,
.carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary .header-control i {
  color: #fff !important;
}
.flex-card .flex-card-header.secondary, .network-grid .network-card .flex-card-header.secondary, .project-card .flex-card-header.secondary, .profile-card .flex-card-header.secondary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary {
  background: #7f00ff;
}
.flex-card .flex-card-header.secondary .header-info div, .network-grid .network-card .flex-card-header.secondary .header-info div, .project-card .flex-card-header.secondary .header-info div, .profile-card .flex-card-header.secondary .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary .header-info div,
.flex-card .flex-card-header.secondary .header-control i,
.network-grid .network-card .flex-card-header.secondary .header-control i,
.project-card .flex-card-header.secondary .header-control i,
.profile-card .flex-card-header.secondary .header-control i,
.carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary .header-control i {
  color: #fff !important;
}
.flex-card .flex-card-header.accent, .network-grid .network-card .flex-card-header.accent, .project-card .flex-card-header.accent, .profile-card .flex-card-header.accent, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent {
  background: #ad5cff;
}
.flex-card .flex-card-header.accent .header-info div, .network-grid .network-card .flex-card-header.accent .header-info div, .project-card .flex-card-header.accent .header-info div, .profile-card .flex-card-header.accent .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent .header-info div,
.flex-card .flex-card-header.accent .header-control i,
.network-grid .network-card .flex-card-header.accent .header-control i,
.project-card .flex-card-header.accent .header-control i,
.profile-card .flex-card-header.accent .header-control i,
.carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent .header-control i {
  color: #fff !important;
}
.flex-card .card-body, .network-grid .network-card .card-body, .project-card .card-body, .profile-card .card-body, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body {
  padding: 30px 30px;
}
.flex-card .card-body.is-small, .network-grid .network-card .card-body.is-small, .project-card .card-body.is-small, .profile-card .card-body.is-small, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body.is-small {
  padding: 20px 20px;
}
.flex-card .card-body.is-large, .network-grid .network-card .card-body.is-large, .project-card .card-body.is-large, .profile-card .card-body.is-large, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body.is-large {
  padding: 40px 40px;
}
.flex-card h3.card-title, .network-grid .network-card h3.card-title, .project-card h3.card-title, .profile-card h3.card-title, .carousel-wrap .testimonials-solo-carousel .testimonial-item h3.card-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}
.flex-card .card-description, .network-grid .network-card .card-description, .project-card .card-description, .profile-card .card-description, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-description {
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  cursor: default;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-size: 0.95rem;
}
.flex-card.primary-card, .network-grid .primary-card.network-card, .primary-card.project-card, .primary-card.profile-card, .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item {
  background: #8c8cf9;
}
.flex-card.primary-card .content, .network-grid .primary-card.network-card .content, .primary-card.project-card .content, .primary-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item .content,
.flex-card.primary-card .content h2,
.network-grid .primary-card.network-card .content h2,
.primary-card.project-card .content h2,
.primary-card.profile-card .content h2,
.carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item .content h2 {
  color: #fff !important;
}
.flex-card.secondary-card, .network-grid .secondary-card.network-card, .secondary-card.project-card, .secondary-card.profile-card, .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item {
  background: #7f00ff;
}
.flex-card.secondary-card .content, .network-grid .secondary-card.network-card .content, .secondary-card.project-card .content, .secondary-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item .content,
.flex-card.secondary-card .content h2,
.network-grid .secondary-card.network-card .content h2,
.secondary-card.project-card .content h2,
.secondary-card.profile-card .content h2,
.carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item .content h2 {
  color: #fff !important;
}
.flex-card.accent-card, .network-grid .accent-card.network-card, .accent-card.project-card, .accent-card.profile-card, .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item {
  background: #ad5cff;
}
.flex-card.accent-card .content, .network-grid .accent-card.network-card .content, .accent-card.project-card .content, .accent-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item .content,
.flex-card.accent-card .content h2,
.network-grid .accent-card.network-card .content h2,
.accent-card.project-card .content h2,
.accent-card.profile-card .content h2,
.carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item .content h2 {
  color: #fff !important;
}
.flex-card.info-card, .network-grid .info-card.network-card, .info-card.project-card, .info-card.profile-card, .carousel-wrap .testimonials-solo-carousel .info-card.testimonial-item {
  background: rgba(3, 155, 229, 0.2);
  border-color: transparent !important;
}
.flex-card.info-card.is-active, .network-grid .info-card.is-active.network-card, .info-card.is-active.project-card, .info-card.is-active.profile-card, .carousel-wrap .testimonials-solo-carousel .info-card.is-active.testimonial-item {
  border-color: #2e9be5 !important;
}
.flex-card.info-card .content, .network-grid .info-card.network-card .content, .info-card.project-card .content, .info-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .info-card.testimonial-item .content,
.flex-card.info-card .content h2,
.network-grid .info-card.network-card .content h2,
.info-card.project-card .content h2,
.info-card.profile-card .content h2,
.carousel-wrap .testimonials-solo-carousel .info-card.testimonial-item .content h2 {
  color: #444f60 !important;
}
.flex-card.card-overflow, .network-grid .card-overflow.network-card, .card-overflow.project-card, .card-overflow.profile-card, .carousel-wrap .testimonials-solo-carousel .card-overflow.testimonial-item {
  overflow: visible !important;
}
.flex-card.light-bordered, .network-grid .light-bordered.network-card, .light-bordered.project-card, .light-bordered.profile-card, .carousel-wrap .testimonials-solo-carousel .light-bordered.testimonial-item {
  border: 1px solid #e5e5e5 !important;
}
.flex-card.simple-shadow, .network-grid .simple-shadow.network-card, .simple-shadow.project-card, .simple-shadow.profile-card, .carousel-wrap .testimonials-solo-carousel .simple-shadow.testimonial-item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.flex-card.light-raised, .network-grid .light-raised.network-card, .light-raised.project-card, .light-raised.profile-card, .carousel-wrap .testimonials-solo-carousel .light-raised.testimonial-item {
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}
.flex-card.raised, .network-grid .raised.network-card, .raised.project-card, .raised.profile-card, .carousel-wrap .testimonials-solo-carousel .raised.testimonial-item {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.flex-card.hover-raised:hover, .network-grid .hover-raised.network-card:hover, .hover-raised.project-card:hover, .hover-raised.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .hover-raised.testimonial-item:hover {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.flex-card.hover-inset:hover, .network-grid .hover-inset.network-card:hover, .hover-inset.project-card:hover, .hover-inset.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .hover-inset.testimonial-item:hover {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
  cursor: pointer;
}
.flex-card.icon-card, .network-grid .icon-card.network-card, .icon-card.project-card, .icon-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: inherit;
  margin-bottom: 0;
}
.flex-card.icon-card img, .network-grid .icon-card.network-card img, .icon-card.project-card img, .icon-card.profile-card img, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item img {
  max-height: 80px;
}
.flex-card.icon-card .icon-card-text, .network-grid .icon-card.network-card .icon-card-text, .icon-card.project-card .icon-card-text, .icon-card.profile-card .icon-card-text, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item .icon-card-text {
  font-size: 1.1rem;
  color: #a9abac;
}
.flex-card.icon-card-hover, .network-grid .icon-card-hover.network-card, .icon-card-hover.project-card, .icon-card-hover.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.testimonial-item {
  height: 170px;
  padding: 20px 20px 10px 130px;
  border-radius: 8px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
  transform: translate(0, 0);
  text-align: left;
  background-color: #fff;
}
.flex-card.icon-card-hover:hover, .network-grid .icon-card-hover.network-card:hover, .icon-card-hover.project-card:hover, .icon-card-hover.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.testimonial-item:hover {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0, -10px);
}
.flex-card.icon-card-hover.first-card, .network-grid .icon-card-hover.first-card.network-card, .icon-card-hover.first-card.project-card, .icon-card-hover.first-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.first-card.testimonial-item {
  /*background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.65),
    hsla(0, 0%, 100%, 0.65)
  ),
  url(../img/illustrations/icons/landing-v1/chrono.svg);*/
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.flex-card.icon-card-hover.first-card:hover, .network-grid .icon-card-hover.first-card.network-card:hover, .icon-card-hover.first-card.project-card:hover, .icon-card-hover.first-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.first-card.testimonial-item:hover {
  /*background-image: linear-gradient(180deg, transparent, transparent),
  url(../img/illustrations/icons/landing-v1/chrono.svg);*/
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.flex-card.icon-card-hover.second-card, .network-grid .icon-card-hover.second-card.network-card, .icon-card-hover.second-card.project-card, .icon-card-hover.second-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.second-card.testimonial-item {
  /*background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.65),
    hsla(0, 0%, 100%, 0.65)
  ),
  url(../img/illustrations/icons/landing-v1/tablet-dots.svg);*/
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.flex-card.icon-card-hover.second-card:hover, .network-grid .icon-card-hover.second-card.network-card:hover, .icon-card-hover.second-card.project-card:hover, .icon-card-hover.second-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.second-card.testimonial-item:hover {
  /*background-image: linear-gradient(180deg, transparent, transparent),
  url(../img/illustrations/icons/landing-v1/tablet-dots.svg);*/
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.flex-card.icon-card-hover.third-card, .network-grid .icon-card-hover.third-card.network-card, .icon-card-hover.third-card.project-card, .icon-card-hover.third-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.third-card.testimonial-item {
  /*background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.65),
    hsla(0, 0%, 100%, 0.65)
  ),
  url(../img/illustrations/icons/landing-v1/cog.svg);*/
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.flex-card.icon-card-hover.third-card:hover, .network-grid .icon-card-hover.third-card.network-card:hover, .icon-card-hover.third-card.project-card:hover, .icon-card-hover.third-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.third-card.testimonial-item:hover {
  /*background-image: linear-gradient(180deg, transparent, transparent),
  url(../img/illustrations/icons/landing-v1/cog.svg);*/
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.flex-card.icon-card-hover.fourth-card, .network-grid .icon-card-hover.fourth-card.network-card, .icon-card-hover.fourth-card.project-card, .icon-card-hover.fourth-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.fourth-card.testimonial-item {
  /*background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.65),
    hsla(0, 0%, 100%, 0.65)
  ),
  url(../img/illustrations/icons/landing-v1/plane.svg);*/
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.flex-card.icon-card-hover.fourth-card:hover, .network-grid .icon-card-hover.fourth-card.network-card:hover, .icon-card-hover.fourth-card.project-card:hover, .icon-card-hover.fourth-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.fourth-card.testimonial-item:hover {
  /*background-image: linear-gradient(180deg, transparent, transparent),
  url(../img/illustrations/icons/landing-v1/plane.svg);*/
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.flex-card.auth-card, .network-grid .auth-card.network-card, .auth-card.project-card, .auth-card.profile-card, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item {
  padding: 0px 40px 20px 40px;
}
.flex-card.auth-card .auth-card-header, .network-grid .auth-card.network-card .auth-card-header, .auth-card.project-card .auth-card-header, .auth-card.profile-card .auth-card-header, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header {
  height: 5rem;
  width: 100%;
  position: relative;
  top: -2.5rem;
  left: auto !important;
  right: auto !important;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex-card.auth-card .auth-card-header img, .network-grid .auth-card.network-card .auth-card-header img, .auth-card.project-card .auth-card-header img, .auth-card.profile-card .auth-card-header img, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header img {
  max-height: 30px;
}
.flex-card.auth-card .auth-card-header.header-primary, .network-grid .auth-card.network-card .auth-card-header.header-primary, .auth-card.project-card .auth-card-header.header-primary, .auth-card.profile-card .auth-card-header.header-primary, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-primary {
  background-color: #8c8cf9;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.flex-card.auth-card .auth-card-header.header-secondary, .network-grid .auth-card.network-card .auth-card-header.header-secondary, .auth-card.project-card .auth-card-header.header-secondary, .auth-card.profile-card .auth-card-header.header-secondary, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-secondary {
  background-color: #7f00ff;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.flex-card.auth-card .auth-card-header.header-accent, .network-grid .auth-card.network-card .auth-card-header.header-accent, .auth-card.project-card .auth-card-header.header-accent, .auth-card.profile-card .auth-card-header.header-accent, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-accent {
  background-color: #ad5cff;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
}
.flex-card.testimonial-card .testimonial-title, .network-grid .testimonial-card.network-card .testimonial-title, .testimonial-card.project-card .testimonial-title, .testimonial-card.profile-card .testimonial-title, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .testimonial-title {
  color: #8c8cf9;
  font-weight: 500;
  padding: 5px 0;
}
.flex-card.testimonial-card .testimonial-text, .network-grid .testimonial-card.network-card .testimonial-text, .testimonial-card.project-card .testimonial-text, .testimonial-card.profile-card .testimonial-text, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .testimonial-text {
  color: #999;
  font-size: 0.9rem;
  font-style: italic;
  padding: 5px 0;
}
.flex-card.testimonial-card .user-id, .network-grid .testimonial-card.network-card .user-id, .testimonial-card.project-card .user-id, .testimonial-card.profile-card .user-id, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 5px 0;
}
.flex-card.testimonial-card .user-id img, .network-grid .testimonial-card.network-card .user-id img, .testimonial-card.project-card .user-id img, .testimonial-card.profile-card .user-id img, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id img {
  height: 50px;
  border-radius: 100px;
}
.flex-card.testimonial-card .user-id .info, .network-grid .testimonial-card.network-card .user-id .info, .testimonial-card.project-card .user-id .info, .testimonial-card.profile-card .user-id .info, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info {
  padding: 0 10px;
}
.flex-card.testimonial-card .user-id .info .name, .network-grid .testimonial-card.network-card .user-id .info .name, .testimonial-card.project-card .user-id .info .name, .testimonial-card.profile-card .user-id .info .name, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #444f60;
}
.flex-card.testimonial-card .user-id .info .position, .network-grid .testimonial-card.network-card .user-id .info .position, .testimonial-card.project-card .user-id .info .position, .testimonial-card.profile-card .user-id .info .position, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info .position {
  font-size: 0.9rem;
  color: #cecece;
}
.flex-card .tabs, .network-grid .network-card .tabs, .project-card .tabs, .profile-card .tabs, .carousel-wrap .testimonials-solo-carousel .testimonial-item .tabs {
  padding: 15px 0.7rem;
}
.flex-card .navtab-content, .network-grid .network-card .navtab-content, .project-card .navtab-content, .profile-card .navtab-content, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content {
  min-height: 190px;
}
.flex-card .navtab-content p, .network-grid .network-card .navtab-content p, .project-card .navtab-content p, .profile-card .navtab-content p, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content p {
  padding: 0 0.8rem 20px;
}
.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.primary {
  background-color: #8c8cf9;
}
.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.secondary {
  background-color: #7f00ff;
}
.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.accent {
  background-color: #ad5cff;
}
.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header ul li a {
  color: #f2f2f2;
}
.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a {
  color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #fff !important;
}
.flex-card .icon-group, .network-grid .network-card .icon-group, .project-card .icon-group, .profile-card .icon-group, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.flex-card .icon-group img, .network-grid .network-card .icon-group img, .project-card .icon-group img, .profile-card .icon-group img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group img {
  height: 60px;
}
.flex-card .icon-group span, .network-grid .network-card .icon-group span, .project-card .icon-group span, .profile-card .icon-group span, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group span {
  font-size: 20px;
  margin-left: 20px;
  color: #999;
  transition: all 0.5s;
}
.flex-card .icon-group span:hover, .network-grid .network-card .icon-group span:hover, .project-card .icon-group span:hover, .profile-card .icon-group span:hover, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group span:hover {
  transform: translate(10px, 0);
}
.flex-card .card-content, .network-grid .network-card .card-content, .project-card .card-content, .profile-card .card-content, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-content {
  position: relative;
  padding: 1rem !important;
}
.flex-card .card-content .bottom-avatar img, .network-grid .network-card .card-content .bottom-avatar img, .project-card .card-content .bottom-avatar img, .profile-card .card-content .bottom-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-content .bottom-avatar img {
  height: 50px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ==========================================================================
2. Rounded cards
========================================================================== */
.floating-circle {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.floating-circle img {
  width: 60px;
  position: relative;
  left: 20px;
}

/* ==========================================================================
3. Event cards
========================================================================== */
.event-card {
  overflow: hidden;
  width: 100%;
  height: 320px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  transition: box-shadow 300ms ease-in;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #ededed;
}
.event-card:hover {
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
}
.event-card .card-date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8c8cf9;
  z-index: 1;
}
.event-card .card-date .date {
  padding: 0 10px;
}
.event-card .card-date .date .day {
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
}
.event-card .card-date .date .month {
  font-weight: 500;
  color: #fff;
}

.img-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-text {
  bottom: -40%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
}
@media (max-width: 768px) {
  .card-text {
    bottom: -71%;
  }
}
@media (min-width: 768px) {
  .card-text {
    bottom: -60%;
  }
}
@media (min-width: 1024px) {
  .card-text {
    bottom: -64%;
  }
}
@media (min-width: 1420px) {
  .card-text {
    bottom: -70%;
  }
}
.card-text.is-clicked, .event-card:hover .card-text {
  bottom: 0%;
}
.card-text .button.is-link i {
  font-size: 10px !important;
  transition: all 0.5s !important;
  margin-left: 20px;
  top: 2px;
}
.card-text .text.text-container {
  padding: 20px 30px;
}
.card-text .text.text-container .text-header .text-subtitle {
  color: #8c8cf9;
  font-family: "Nexa Light", sans-serif;
}
.card-text .text.text-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.15em;
  margin-bottom: 0.25em;
  font-weight: bold;
  text-transform: uppercase;
}
.card-text .text.text-details:before {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background-color: #ddd;
  margin: 30px 0;
}
.card-text .text.text-description {
  line-height: 1.4em;
}
.card-text .text.text-link {
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  color: #8c8cf9;
}
.card-text .text.text-link:hover {
  color: rgb(236.9421487603, 236.9421487603, 254.0578512397);
}

/* ==========================================================================
4. Bulma cards
========================================================================== */
.card.card-shadow, .cart-summary .card-shadow.summary-card {
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
}
.card .image, .cart-summary .summary-card .image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card img, .cart-summary .summary-card img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================================================================
5. Ressource cards
========================================================================== */
.card.ressource-card, .cart-summary .ressource-card.summary-card {
  position: relative;
}
.card.ressource-card .ressource-avatar img, .cart-summary .ressource-card.summary-card .ressource-avatar img {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 1000px;
}
.card.ressource-card .card-image, .cart-summary .ressource-card.summary-card .card-image {
  position: relative;
}
.card.ressource-card .card-image figure, .cart-summary .ressource-card.summary-card .card-image figure {
  overflow: hidden;
}
.card.ressource-card .card-image figure.zoomOut img, .cart-summary .ressource-card.summary-card .card-image figure.zoomOut img {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
.card.ressource-card .card-image figure.zoomIn img, .cart-summary .ressource-card.summary-card .card-image figure.zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.card.ressource-card .card-image .card-image-overlay, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(68, 79, 96, 0.6);
  z-index: 1;
}
.card.ressource-card .card-image .card-image-overlay.primary, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.primary {
  background: #8c8cf9;
  opacity: 0.6;
}
.card.ressource-card .card-image .card-image-overlay.secondary, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.secondary {
  background: #7f00ff;
  opacity: 0.6;
}
.card.ressource-card .card-image .card-image-overlay.accent, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.accent {
  background: #ad5cff;
  opacity: 0.6;
}
.card.ressource-card .card-content .media-content a, .cart-summary .ressource-card.summary-card .card-content .media-content a {
  font-family: "Nexa Bold", sans-serif;
  font-size: 16px;
  color: #444f60;
}
.card.ressource-card .card-content .media-content a:hover, .cart-summary .ressource-card.summary-card .card-content .media-content a:hover {
  color: #8c8cf9;
}
.card.ressource-card .card-content .media-content p, .cart-summary .ressource-card.summary-card .card-content .media-content p {
  font-family: "Nexa Light";
  font-weight: 700;
  color: #999;
}
.card.ressource-card .avatar-rounded img, .cart-summary .ressource-card.summary-card .avatar-rounded img {
  border-radius: 50px !important;
}
.card.ressource-card:hover .card-image figure.zoomOut img, .cart-summary .ressource-card.summary-card:hover .card-image figure.zoomOut img {
  transform: scale(1);
  opacity: 0.8;
}
.card.ressource-card:hover .card-image figure.zoomIn img, .cart-summary .ressource-card.summary-card:hover .card-image figure.zoomIn img {
  transform: scale(1.3);
  opacity: 0.8;
}

/* ==========================================================================
6. Card variations
========================================================================== */
.card.card-floating-wide, .cart-summary .card-floating-wide.summary-card, .card.card-floating-boxed, .cart-summary .card-floating-boxed.summary-card {
  margin: 4%;
  border-radius: 6px;
}
.card.card-floating-wide .title, .cart-summary .card-floating-wide.summary-card .title, .card.card-floating-boxed .title, .cart-summary .card-floating-boxed.summary-card .title {
  margin: 0 !important;
  padding: 10px 0;
}
.card.card-floating-wide .subtitle, .cart-summary .card-floating-wide.summary-card .subtitle, .card.card-floating-boxed .subtitle, .cart-summary .card-floating-boxed.summary-card .subtitle {
  font-size: 0.9rem;
  color: #a9abac;
  margin: 0 !important;
}
.card.card-floating-wide .card-image figure img, .cart-summary .card-floating-wide.summary-card .card-image figure img {
  display: block;
  transform: scale(1.08);
  border-radius: 6px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card.card-floating-boxed .title, .cart-summary .card-floating-boxed.summary-card .title {
  margin-top: -10%;
}
.card.card-floating-boxed .card-image figure img, .cart-summary .card-floating-boxed.summary-card .card-image figure img {
  display: block;
  transform: scale(0.94);
  border-radius: 6px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: -10%;
}
.card.card-floating-boxed .card-content, .cart-summary .card-floating-boxed.summary-card .card-content {
  margin-top: -50px;
}

/* ==========================================================================
7. Media cards
========================================================================== */
.media-card {
  min-height: 260px;
}
.media-card .media-card-image {
  height: 100% !important;
  min-height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.media-card .mcard-content {
  padding: 20px;
}
.media-card .mcard-content .mcard-title {
  line-height: 1.2 !important;
  font-size: 20px !important;
  font-weight: 600;
  color: #444f60;
}
.media-card .mcard-content .mcard-title a {
  color: #444f60;
}
.media-card .mcard-content .mcard-description {
  line-height: 1.4 !important;
  max-height: 4.2em !important;
  margin-top: 7px;
  color: #999;
}
.media-card .mcard-controls {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  bottom: 0 !important;
  width: 100%;
}
.media-card .mcard-controls .mcard-avatar img {
  height: 40px;
  width: 40px;
  border-radius: 250px;
}
.media-card .mcard-controls .mcard-info {
  margin-left: 15px;
}
.media-card .mcard-controls .mcard-info span {
  font-size: 14px;
  line-height: 1.4;
}
.media-card .mcard-controls .mcard-info div span {
  font-size: 12px;
  line-height: 1.2;
  color: #a9abac;
}
.media-card .mcard-controls .mcard-info div i {
  font-size: 4px;
  position: relative;
  color: #999;
  top: -2px;
  margin: 0 5px;
}
.media-card .mcard-controls .mcard-actions i {
  position: relative;
  top: 5px;
  color: #a9abac;
  cursor: pointer;
}
.media-card .mcard-controls .mcard-actions i:hover {
  color: #ad5cff;
}
.media-card .content-column {
  position: relative;
}

.sector-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #e8e8f0;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
}
.sector-card.is-blue::before {
  background: #2D9BE5 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card.is-red::before {
  background: #F92A60 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card.is-grey::before {
  background: #8799AC !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card.is-green::before {
  background: #2FB289 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card.is-purple::before {
  background: #7c3aed !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card.is-yellow::before {
  background: #F6C400 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}
.sector-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sector-card .icon-wrap.is-blue-light {
  background: #e8f4fd !important;
}
.sector-card .icon-wrap.is-red-light {
  background: #fee7ee !important;
}
.sector-card .icon-wrap.is-grey-light {
  background: #eef0f3 !important;
}
.sector-card .icon-wrap.is-green-light {
  background: #e7f7f2 !important;
}
.sector-card .icon-wrap.is-purple-light {
  background: #f4edf4 !important;
}
.sector-card .icon-wrap.is-yellow-light {
  background: #fef9e0 !important;
}
.sector-card .icon-wrap i {
  font-size: 26px;
}
.sector-card .icon-wrap i.is-blue {
  color: #2D9BE5 !important;
}
.sector-card .icon-wrap i.is-red {
  color: #F92A60 !important;
}
.sector-card .icon-wrap i.is-grey {
  color: #8799AC !important;
}
.sector-card .icon-wrap i.is-green {
  color: #2FB289 !important;
}
.sector-card .icon-wrap i.is-purple {
  color: #7c3aed !important;
}
.sector-card .icon-wrap i.is-yellow {
  color: #F6C400 !important;
}
.sector-card .card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.4;
}
.sector-card .card-description {
  font-size: 13px;
  line-height: 1.55;
  color: #1a1a2e;
}

.landing-pricing-card {
  border: 2.5px solid #5B3DF5;
  border-radius: 20px;
  padding: 40px;
  background: #f9f6fe;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Box styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Simple icon box
1. Diamond icon box
2. Square icon box
3. Long shadow icon boxes
4. Simple counter
5. Card counter
6. Icon counter
7. Parallax counter
8. Team V1
9. Team V4
10. Team V5
11. Team V6
12. Team V7
13. Client grids
14. Centered images carousel
15. Multiple images carousel
16. Single image carousel
17. Custome slick navigation arrows
=============================================================================
***/
/* ==========================================================================
0. Simple icon box
========================================================================== */
.icon-box .box-icon {
  color: #cecece;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.icon-box .box-title {
  color: #444f60;
  margin-bottom: 10px;
  font-weight: 500;
}
.icon-box .box-text {
  color: #a9abac;
  font-size: 13px;
}
.icon-box.primary .box-icon {
  color: #8c8cf9;
}
.icon-box.primary .box-title {
  color: #8c8cf9;
}
.icon-box.secondary .box-icon {
  color: #7f00ff;
}
.icon-box.secondary .box-title {
  color: #7f00ff;
}
.icon-box.accent .box-icon {
  color: #ad5cff;
}
.icon-box.accent .box-title {
  color: #ad5cff;
}
.icon-box.info .box-icon {
  color: #2e9be5;
}
.icon-box.info .box-title {
  color: #2e9be5;
}
.icon-box.success .box-icon {
  color: #2eb289;
}
.icon-box.success .box-title {
  color: #2eb289;
}
.icon-box.warning .box-icon {
  color: #f6c400;
}
.icon-box.warning .box-title {
  color: #f6c400;
}
.icon-box.danger .box-icon {
  color: #f92b60;
}
.icon-box.danger .box-title {
  color: #f92b60;
}
.icon-box.compact .box-icon {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
  transform: rotate(45deg);
}
.icon-box.compact .box-icon i {
  padding: 1.4rem;
  background: #ad5cff;
  border-radius: 5px;
}
.icon-box.compact .box-text {
  padding: 0 40px 0 40px;
}

/* ==========================================================================
1. Diamond icon box
========================================================================== */
.diamond-box {
  text-align: center;
}
.diamond-box .diamond-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.diamond-box .diamond {
  width: 50px;
  height: 50px;
  background-color: #999;
  position: relative;
  border-radius: 0.65rem;
  transform: rotate(45deg);
  margin-bottom: 1.5rem;
}
.diamond-box .diamond i {
  position: absolute;
  left: 12px;
  top: 6px;
  font-size: 28px;
  color: #fff;
  transform: rotate(-45deg);
}
.diamond-box .box-title {
  color: #444f60;
  margin-bottom: 10px;
  font-weight: 500;
}
.diamond-box .box-text {
  color: #a9abac;
  font-size: 13px;
}
.diamond-box.primary .diamond {
  background-color: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.diamond-box.primary .box-title {
  color: #8c8cf9;
}
.diamond-box.secondary .diamond {
  background-color: #7f00ff;
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.diamond-box.secondary .box-title {
  color: #7f00ff;
}
.diamond-box.accent .diamond {
  background-color: #ad5cff;
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
}
.diamond-box.accent .box-title {
  color: #ad5cff;
}
.diamond-box.info .diamond {
  background-color: #2e9be5;
  box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
}
.diamond-box.info .box-title {
  color: #2e9be5;
}
.diamond-box.success .diamond {
  background-color: #2eb289;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
}
.diamond-box.success .box-title {
  color: #2eb289;
}
.diamond-box.warning .diamond {
  background-color: #f6c400;
  box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
}
.diamond-box.warning .box-title {
  color: #f6c400;
}
.diamond-box.danger .diamond {
  background-color: #f92b60;
  box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
}
.diamond-box.danger .box-title {
  color: #f92b60;
}

/* ==========================================================================
2. Square icon box
========================================================================== */
.square-icon-box {
  text-align: center;
}
.square-icon-box:hover .icon-box-wrapper .icon-box:after {
  transform: scale(1);
}
.square-icon-box.rounded .icon-box {
  border-radius: 100px !important;
}
.square-icon-box.rounded .icon-box:after {
  border-radius: 100px !important;
}
.square-icon-box .icon-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.square-icon-box .icon-box-wrapper .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #999;
  position: relative;
  border-radius: 0.65rem;
  cursor: pointer;
}
.square-icon-box .icon-box-wrapper .icon-box i {
  font-size: 24px;
  color: #fff;
}
.square-icon-box .icon-box-wrapper .icon-box:after {
  width: 76px;
  height: 76px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
  opacity: 0.8;
  border-radius: 0.85rem;
  transform: scale(0.8);
  transition: all 0.3s;
}
.square-icon-box .box-title {
  color: #444f60;
  padding: 5px;
  font-weight: 500;
}
.square-icon-box .box-text {
  color: #a9abac;
  padding: 0 10px;
  font-size: 13px;
}
.square-icon-box.primary .icon-box {
  background-color: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.square-icon-box.primary .icon-box:after {
  border: 2px solid #8c8cf9;
}
.square-icon-box.primary .box-title {
  color: #8c8cf9;
}
.square-icon-box.secondary .icon-box {
  background-color: #7f00ff;
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.square-icon-box.secondary .icon-box:after {
  border: 2px solid #7f00ff;
}
.square-icon-box.secondary .box-title {
  color: #7f00ff;
}
.square-icon-box.accent .icon-box {
  background-color: #ad5cff;
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
}
.square-icon-box.accent .icon-box:after {
  border: 2px solid #ad5cff;
}
.square-icon-box.accent .box-title {
  color: #ad5cff;
}
.square-icon-box.info .icon-box {
  background-color: #2e9be5;
  box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
}
.square-icon-box.info .icon-box:after {
  border: 2px solid #2e9be5;
}
.square-icon-box.info .box-title {
  color: #2e9be5;
}
.square-icon-box.success .icon-box {
  background-color: #2eb289;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
}
.square-icon-box.success .icon-box:after {
  border: 2px solid #2eb289;
}
.square-icon-box.success .box-title {
  color: #2eb289;
}
.square-icon-box.warning .icon-box {
  background-color: #f6c400;
  box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
}
.square-icon-box.warning .icon-box:after {
  border: 2px solid #f6c400;
}
.square-icon-box.warning .box-title {
  color: #f6c400;
}
.square-icon-box.danger .icon-box {
  background-color: #f92b60;
  box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
}
.square-icon-box.danger .icon-box:after {
  border: 2px solid #f92b60;
}
.square-icon-box.danger .box-title {
  color: #f92b60;
}

/* ==========================================================================
3. Long shadow icon boxes
========================================================================== */
.shadow-icon-box span {
  display: block;
  position: absolute;
  height: 75px;
  width: 75px;
  color: #fff;
  text-shadow: rgb(67.2933884298, 67.2933884298, 245.2066115702) 1px 1px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 2px 2px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 3px 3px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 4px 4px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 5px 5px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 6px 6px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 7px 7px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 8px 8px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 9px 9px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 10px 10px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 11px 11px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 12px 12px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 13px 13px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 14px 14px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 15px 15px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 16px 16px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 17px 17px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 18px 18px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 19px 19px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 20px 20px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 21px 21px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 22px 22px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 23px 23px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 24px 24px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 25px 25px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 26px 26px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 27px 27px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 28px 28px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 29px 29px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 30px 30px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 31px 31px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 32px 32px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 33px 33px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 34px 34px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 35px 35px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 36px 36px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 37px 37px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 38px 38px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 39px 39px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 40px 40px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 41px 41px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 42px 42px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 43px 43px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 44px 44px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 45px 45px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 46px 46px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 47px 47px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 48px 48px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 49px 49px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 50px 50px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 51px 51px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 52px 52px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 53px 53px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 54px 54px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 55px 55px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 56px 56px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 57px 57px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 58px 58px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 59px 59px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 60px 60px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 61px 61px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 62px 62px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 63px 63px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 64px 64px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 65px 65px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 66px 66px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 67px 67px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 68px 68px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 69px 69px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 70px 70px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 71px 71px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 72px 72px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 73px 73px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 74px 74px, rgb(67.2933884298, 67.2933884298, 245.2066115702) 75px 75px;
}

.shadow-icon-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  font-size: 25px;
  line-height: 75px;
  background-color: #8c8cf9;
  border-radius: 10px;
  -ms-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.shadow-icon-box.rounded {
  border-radius: 100px;
}
.shadow-icon-box.is-secondary {
  background-color: #7f00ff;
  -ms-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.shadow-icon-box.is-secondary span {
  text-shadow: rgb(88.9, 0, 178.5) 1px 1px, rgb(88.9, 0, 178.5) 2px 2px, rgb(88.9, 0, 178.5) 3px 3px, rgb(88.9, 0, 178.5) 4px 4px, rgb(88.9, 0, 178.5) 5px 5px, rgb(88.9, 0, 178.5) 6px 6px, rgb(88.9, 0, 178.5) 7px 7px, rgb(88.9, 0, 178.5) 8px 8px, rgb(88.9, 0, 178.5) 9px 9px, rgb(88.9, 0, 178.5) 10px 10px, rgb(88.9, 0, 178.5) 11px 11px, rgb(88.9, 0, 178.5) 12px 12px, rgb(88.9, 0, 178.5) 13px 13px, rgb(88.9, 0, 178.5) 14px 14px, rgb(88.9, 0, 178.5) 15px 15px, rgb(88.9, 0, 178.5) 16px 16px, rgb(88.9, 0, 178.5) 17px 17px, rgb(88.9, 0, 178.5) 18px 18px, rgb(88.9, 0, 178.5) 19px 19px, rgb(88.9, 0, 178.5) 20px 20px, rgb(88.9, 0, 178.5) 21px 21px, rgb(88.9, 0, 178.5) 22px 22px, rgb(88.9, 0, 178.5) 23px 23px, rgb(88.9, 0, 178.5) 24px 24px, rgb(88.9, 0, 178.5) 25px 25px, rgb(88.9, 0, 178.5) 26px 26px, rgb(88.9, 0, 178.5) 27px 27px, rgb(88.9, 0, 178.5) 28px 28px, rgb(88.9, 0, 178.5) 29px 29px, rgb(88.9, 0, 178.5) 30px 30px, rgb(88.9, 0, 178.5) 31px 31px, rgb(88.9, 0, 178.5) 32px 32px, rgb(88.9, 0, 178.5) 33px 33px, rgb(88.9, 0, 178.5) 34px 34px, rgb(88.9, 0, 178.5) 35px 35px, rgb(88.9, 0, 178.5) 36px 36px, rgb(88.9, 0, 178.5) 37px 37px, rgb(88.9, 0, 178.5) 38px 38px, rgb(88.9, 0, 178.5) 39px 39px, rgb(88.9, 0, 178.5) 40px 40px, rgb(88.9, 0, 178.5) 41px 41px, rgb(88.9, 0, 178.5) 42px 42px, rgb(88.9, 0, 178.5) 43px 43px, rgb(88.9, 0, 178.5) 44px 44px, rgb(88.9, 0, 178.5) 45px 45px, rgb(88.9, 0, 178.5) 46px 46px, rgb(88.9, 0, 178.5) 47px 47px, rgb(88.9, 0, 178.5) 48px 48px, rgb(88.9, 0, 178.5) 49px 49px, rgb(88.9, 0, 178.5) 50px 50px, rgb(88.9, 0, 178.5) 51px 51px, rgb(88.9, 0, 178.5) 52px 52px, rgb(88.9, 0, 178.5) 53px 53px, rgb(88.9, 0, 178.5) 54px 54px, rgb(88.9, 0, 178.5) 55px 55px, rgb(88.9, 0, 178.5) 56px 56px, rgb(88.9, 0, 178.5) 57px 57px, rgb(88.9, 0, 178.5) 58px 58px, rgb(88.9, 0, 178.5) 59px 59px, rgb(88.9, 0, 178.5) 60px 60px, rgb(88.9, 0, 178.5) 61px 61px, rgb(88.9, 0, 178.5) 62px 62px, rgb(88.9, 0, 178.5) 63px 63px, rgb(88.9, 0, 178.5) 64px 64px, rgb(88.9, 0, 178.5) 65px 65px, rgb(88.9, 0, 178.5) 66px 66px, rgb(88.9, 0, 178.5) 67px 67px, rgb(88.9, 0, 178.5) 68px 68px, rgb(88.9, 0, 178.5) 69px 69px, rgb(88.9, 0, 178.5) 70px 70px, rgb(88.9, 0, 178.5) 71px 71px, rgb(88.9, 0, 178.5) 72px 72px, rgb(88.9, 0, 178.5) 73px 73px, rgb(88.9, 0, 178.5) 74px 74px, rgb(88.9, 0, 178.5) 75px 75px;
}
.shadow-icon-box.is-accent {
  background-color: #ad5cff;
  -ms-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
}
.shadow-icon-box.is-accent span {
  text-shadow: rgb(134.5153374233, 15.5, 255) 1px 1px, rgb(134.5153374233, 15.5, 255) 2px 2px, rgb(134.5153374233, 15.5, 255) 3px 3px, rgb(134.5153374233, 15.5, 255) 4px 4px, rgb(134.5153374233, 15.5, 255) 5px 5px, rgb(134.5153374233, 15.5, 255) 6px 6px, rgb(134.5153374233, 15.5, 255) 7px 7px, rgb(134.5153374233, 15.5, 255) 8px 8px, rgb(134.5153374233, 15.5, 255) 9px 9px, rgb(134.5153374233, 15.5, 255) 10px 10px, rgb(134.5153374233, 15.5, 255) 11px 11px, rgb(134.5153374233, 15.5, 255) 12px 12px, rgb(134.5153374233, 15.5, 255) 13px 13px, rgb(134.5153374233, 15.5, 255) 14px 14px, rgb(134.5153374233, 15.5, 255) 15px 15px, rgb(134.5153374233, 15.5, 255) 16px 16px, rgb(134.5153374233, 15.5, 255) 17px 17px, rgb(134.5153374233, 15.5, 255) 18px 18px, rgb(134.5153374233, 15.5, 255) 19px 19px, rgb(134.5153374233, 15.5, 255) 20px 20px, rgb(134.5153374233, 15.5, 255) 21px 21px, rgb(134.5153374233, 15.5, 255) 22px 22px, rgb(134.5153374233, 15.5, 255) 23px 23px, rgb(134.5153374233, 15.5, 255) 24px 24px, rgb(134.5153374233, 15.5, 255) 25px 25px, rgb(134.5153374233, 15.5, 255) 26px 26px, rgb(134.5153374233, 15.5, 255) 27px 27px, rgb(134.5153374233, 15.5, 255) 28px 28px, rgb(134.5153374233, 15.5, 255) 29px 29px, rgb(134.5153374233, 15.5, 255) 30px 30px, rgb(134.5153374233, 15.5, 255) 31px 31px, rgb(134.5153374233, 15.5, 255) 32px 32px, rgb(134.5153374233, 15.5, 255) 33px 33px, rgb(134.5153374233, 15.5, 255) 34px 34px, rgb(134.5153374233, 15.5, 255) 35px 35px, rgb(134.5153374233, 15.5, 255) 36px 36px, rgb(134.5153374233, 15.5, 255) 37px 37px, rgb(134.5153374233, 15.5, 255) 38px 38px, rgb(134.5153374233, 15.5, 255) 39px 39px, rgb(134.5153374233, 15.5, 255) 40px 40px, rgb(134.5153374233, 15.5, 255) 41px 41px, rgb(134.5153374233, 15.5, 255) 42px 42px, rgb(134.5153374233, 15.5, 255) 43px 43px, rgb(134.5153374233, 15.5, 255) 44px 44px, rgb(134.5153374233, 15.5, 255) 45px 45px, rgb(134.5153374233, 15.5, 255) 46px 46px, rgb(134.5153374233, 15.5, 255) 47px 47px, rgb(134.5153374233, 15.5, 255) 48px 48px, rgb(134.5153374233, 15.5, 255) 49px 49px, rgb(134.5153374233, 15.5, 255) 50px 50px, rgb(134.5153374233, 15.5, 255) 51px 51px, rgb(134.5153374233, 15.5, 255) 52px 52px, rgb(134.5153374233, 15.5, 255) 53px 53px, rgb(134.5153374233, 15.5, 255) 54px 54px, rgb(134.5153374233, 15.5, 255) 55px 55px, rgb(134.5153374233, 15.5, 255) 56px 56px, rgb(134.5153374233, 15.5, 255) 57px 57px, rgb(134.5153374233, 15.5, 255) 58px 58px, rgb(134.5153374233, 15.5, 255) 59px 59px, rgb(134.5153374233, 15.5, 255) 60px 60px, rgb(134.5153374233, 15.5, 255) 61px 61px, rgb(134.5153374233, 15.5, 255) 62px 62px, rgb(134.5153374233, 15.5, 255) 63px 63px, rgb(134.5153374233, 15.5, 255) 64px 64px, rgb(134.5153374233, 15.5, 255) 65px 65px, rgb(134.5153374233, 15.5, 255) 66px 66px, rgb(134.5153374233, 15.5, 255) 67px 67px, rgb(134.5153374233, 15.5, 255) 68px 68px, rgb(134.5153374233, 15.5, 255) 69px 69px, rgb(134.5153374233, 15.5, 255) 70px 70px, rgb(134.5153374233, 15.5, 255) 71px 71px, rgb(134.5153374233, 15.5, 255) 72px 72px, rgb(134.5153374233, 15.5, 255) 73px 73px, rgb(134.5153374233, 15.5, 255) 74px 74px, rgb(134.5153374233, 15.5, 255) 75px 75px;
}
.shadow-icon-box.is-info {
  background-color: #2e9be5;
  -ms-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
}
.shadow-icon-box.is-info span {
  text-shadow: rgb(21.9617021277, 114.0319148936, 176.5382978723) 1px 1px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 2px 2px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 3px 3px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 4px 4px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 5px 5px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 6px 6px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 7px 7px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 8px 8px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 9px 9px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 10px 10px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 11px 11px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 12px 12px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 13px 13px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 14px 14px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 15px 15px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 16px 16px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 17px 17px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 18px 18px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 19px 19px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 20px 20px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 21px 21px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 22px 22px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 23px 23px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 24px 24px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 25px 25px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 26px 26px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 27px 27px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 28px 28px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 29px 29px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 30px 30px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 31px 31px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 32px 32px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 33px 33px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 34px 34px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 35px 35px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 36px 36px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 37px 37px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 38px 38px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 39px 39px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 40px 40px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 41px 41px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 42px 42px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 43px 43px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 44px 44px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 45px 45px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 46px 46px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 47px 47px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 48px 48px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 49px 49px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 50px 50px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 51px 51px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 52px 52px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 53px 53px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 54px 54px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 55px 55px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 56px 56px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 57px 57px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 58px 58px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 59px 59px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 60px 60px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 61px 61px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 62px 62px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 63px 63px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 64px 64px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 65px 65px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 66px 66px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 67px 67px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 68px 68px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 69px 69px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 70px 70px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 71px 71px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 72px 72px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 73px 73px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 74px 74px, rgb(21.9617021277, 114.0319148936, 176.5382978723) 75px 75px;
}
.shadow-icon-box.is-success {
  background-color: #2eb289;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
}
.shadow-icon-box.is-success span {
  text-shadow: rgb(30.2901785714, 117.2098214286, 90.2120535714) 1px 1px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 2px 2px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 3px 3px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 4px 4px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 5px 5px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 6px 6px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 7px 7px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 8px 8px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 9px 9px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 10px 10px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 11px 11px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 12px 12px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 13px 13px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 14px 14px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 15px 15px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 16px 16px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 17px 17px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 18px 18px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 19px 19px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 20px 20px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 21px 21px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 22px 22px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 23px 23px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 24px 24px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 25px 25px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 26px 26px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 27px 27px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 28px 28px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 29px 29px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 30px 30px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 31px 31px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 32px 32px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 33px 33px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 34px 34px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 35px 35px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 36px 36px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 37px 37px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 38px 38px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 39px 39px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 40px 40px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 41px 41px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 42px 42px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 43px 43px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 44px 44px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 45px 45px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 46px 46px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 47px 47px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 48px 48px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 49px 49px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 50px 50px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 51px 51px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 52px 52px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 53px 53px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 54px 54px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 55px 55px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 56px 56px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 57px 57px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 58px 58px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 59px 59px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 60px 60px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 61px 61px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 62px 62px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 63px 63px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 64px 64px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 65px 65px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 66px 66px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 67px 67px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 68px 68px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 69px 69px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 70px 70px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 71px 71px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 72px 72px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 73px 73px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 74px 74px, rgb(30.2901785714, 117.2098214286, 90.2120535714) 75px 75px;
}
.shadow-icon-box.is-warning {
  background-color: #f6c400;
  -ms-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
}
.shadow-icon-box.is-warning span {
  text-shadow: rgb(169.5, 135.0487804878, 0) 1px 1px, rgb(169.5, 135.0487804878, 0) 2px 2px, rgb(169.5, 135.0487804878, 0) 3px 3px, rgb(169.5, 135.0487804878, 0) 4px 4px, rgb(169.5, 135.0487804878, 0) 5px 5px, rgb(169.5, 135.0487804878, 0) 6px 6px, rgb(169.5, 135.0487804878, 0) 7px 7px, rgb(169.5, 135.0487804878, 0) 8px 8px, rgb(169.5, 135.0487804878, 0) 9px 9px, rgb(169.5, 135.0487804878, 0) 10px 10px, rgb(169.5, 135.0487804878, 0) 11px 11px, rgb(169.5, 135.0487804878, 0) 12px 12px, rgb(169.5, 135.0487804878, 0) 13px 13px, rgb(169.5, 135.0487804878, 0) 14px 14px, rgb(169.5, 135.0487804878, 0) 15px 15px, rgb(169.5, 135.0487804878, 0) 16px 16px, rgb(169.5, 135.0487804878, 0) 17px 17px, rgb(169.5, 135.0487804878, 0) 18px 18px, rgb(169.5, 135.0487804878, 0) 19px 19px, rgb(169.5, 135.0487804878, 0) 20px 20px, rgb(169.5, 135.0487804878, 0) 21px 21px, rgb(169.5, 135.0487804878, 0) 22px 22px, rgb(169.5, 135.0487804878, 0) 23px 23px, rgb(169.5, 135.0487804878, 0) 24px 24px, rgb(169.5, 135.0487804878, 0) 25px 25px, rgb(169.5, 135.0487804878, 0) 26px 26px, rgb(169.5, 135.0487804878, 0) 27px 27px, rgb(169.5, 135.0487804878, 0) 28px 28px, rgb(169.5, 135.0487804878, 0) 29px 29px, rgb(169.5, 135.0487804878, 0) 30px 30px, rgb(169.5, 135.0487804878, 0) 31px 31px, rgb(169.5, 135.0487804878, 0) 32px 32px, rgb(169.5, 135.0487804878, 0) 33px 33px, rgb(169.5, 135.0487804878, 0) 34px 34px, rgb(169.5, 135.0487804878, 0) 35px 35px, rgb(169.5, 135.0487804878, 0) 36px 36px, rgb(169.5, 135.0487804878, 0) 37px 37px, rgb(169.5, 135.0487804878, 0) 38px 38px, rgb(169.5, 135.0487804878, 0) 39px 39px, rgb(169.5, 135.0487804878, 0) 40px 40px, rgb(169.5, 135.0487804878, 0) 41px 41px, rgb(169.5, 135.0487804878, 0) 42px 42px, rgb(169.5, 135.0487804878, 0) 43px 43px, rgb(169.5, 135.0487804878, 0) 44px 44px, rgb(169.5, 135.0487804878, 0) 45px 45px, rgb(169.5, 135.0487804878, 0) 46px 46px, rgb(169.5, 135.0487804878, 0) 47px 47px, rgb(169.5, 135.0487804878, 0) 48px 48px, rgb(169.5, 135.0487804878, 0) 49px 49px, rgb(169.5, 135.0487804878, 0) 50px 50px, rgb(169.5, 135.0487804878, 0) 51px 51px, rgb(169.5, 135.0487804878, 0) 52px 52px, rgb(169.5, 135.0487804878, 0) 53px 53px, rgb(169.5, 135.0487804878, 0) 54px 54px, rgb(169.5, 135.0487804878, 0) 55px 55px, rgb(169.5, 135.0487804878, 0) 56px 56px, rgb(169.5, 135.0487804878, 0) 57px 57px, rgb(169.5, 135.0487804878, 0) 58px 58px, rgb(169.5, 135.0487804878, 0) 59px 59px, rgb(169.5, 135.0487804878, 0) 60px 60px, rgb(169.5, 135.0487804878, 0) 61px 61px, rgb(169.5, 135.0487804878, 0) 62px 62px, rgb(169.5, 135.0487804878, 0) 63px 63px, rgb(169.5, 135.0487804878, 0) 64px 64px, rgb(169.5, 135.0487804878, 0) 65px 65px, rgb(169.5, 135.0487804878, 0) 66px 66px, rgb(169.5, 135.0487804878, 0) 67px 67px, rgb(169.5, 135.0487804878, 0) 68px 68px, rgb(169.5, 135.0487804878, 0) 69px 69px, rgb(169.5, 135.0487804878, 0) 70px 70px, rgb(169.5, 135.0487804878, 0) 71px 71px, rgb(169.5, 135.0487804878, 0) 72px 72px, rgb(169.5, 135.0487804878, 0) 73px 73px, rgb(169.5, 135.0487804878, 0) 74px 74px, rgb(169.5, 135.0487804878, 0) 75px 75px;
}
.shadow-icon-box.is-danger {
  background-color: #f92b60;
  -ms-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
}
.shadow-icon-box.is-danger span {
  text-shadow: rgb(209.5688073394, 5.9311926606, 58.3233944954) 1px 1px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 2px 2px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 3px 3px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 4px 4px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 5px 5px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 6px 6px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 7px 7px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 8px 8px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 9px 9px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 10px 10px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 11px 11px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 12px 12px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 13px 13px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 14px 14px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 15px 15px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 16px 16px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 17px 17px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 18px 18px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 19px 19px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 20px 20px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 21px 21px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 22px 22px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 23px 23px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 24px 24px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 25px 25px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 26px 26px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 27px 27px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 28px 28px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 29px 29px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 30px 30px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 31px 31px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 32px 32px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 33px 33px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 34px 34px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 35px 35px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 36px 36px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 37px 37px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 38px 38px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 39px 39px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 40px 40px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 41px 41px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 42px 42px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 43px 43px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 44px 44px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 45px 45px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 46px 46px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 47px 47px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 48px 48px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 49px 49px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 50px 50px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 51px 51px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 52px 52px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 53px 53px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 54px 54px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 55px 55px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 56px 56px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 57px 57px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 58px 58px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 59px 59px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 60px 60px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 61px 61px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 62px 62px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 63px 63px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 64px 64px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 65px 65px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 66px 66px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 67px 67px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 68px 68px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 69px 69px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 70px 70px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 71px 71px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 72px 72px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 73px 73px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 74px 74px, rgb(209.5688073394, 5.9311926606, 58.3233944954) 75px 75px;
}

.shadow-title {
  padding-top: 10px;
  color: #444f60;
  font-weight: 500;
}

.shadow-text {
  color: #a9abac;
  font-size: 13px;
}

/* ==========================================================================
4. Simple counter
========================================================================== */
.simple-counter {
  position: relative;
}
.simple-counter .counter-number {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: #444f60;
  z-index: 99;
}
.simple-counter .counter-number.is-bold {
  font-weight: 700 !important;
}
.simple-counter .counter-text {
  text-transform: uppercase;
  font-family: "Nexa Light", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #8c8cf9 !important;
}
.simple-counter .background-icon {
  position: absolute;
  font-size: 5rem;
  top: -40px !important;
  left: 0;
  right: 0;
  color: #999;
  opacity: 0.1;
  z-index: 0;
}

/* ==========================================================================
5. Card counter
========================================================================== */
.card-counter .flex-card, .card-counter .network-grid .network-card, .network-grid .card-counter .network-card, .card-counter .project-card, .card-counter .profile-card, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item {
  padding: 20px;
  overflow: visible;
}
.card-counter .flex-card:hover .round-icon, .card-counter .network-grid .network-card:hover .round-icon, .network-grid .card-counter .network-card:hover .round-icon, .card-counter .project-card:hover .round-icon, .card-counter .profile-card:hover .round-icon, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover .round-icon, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item:hover .round-icon {
  transform: rotate(360deg) scale(1.05);
  background: #ad5cff;
  box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
}
.card-counter .flex-card:hover .counter-text, .card-counter .network-grid .network-card:hover .counter-text, .network-grid .card-counter .network-card:hover .counter-text, .card-counter .project-card:hover .counter-text, .card-counter .profile-card:hover .counter-text, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover .counter-text, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item:hover .counter-text {
  color: #ad5cff;
}
.card-counter .round-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: -50px auto 16px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  transition: all 0.3s;
}
.card-counter .counter-number {
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  font-size: 2.6rem;
  color: #444f60;
  line-height: 1;
}
.card-counter .counter-text {
  color: #8c8cf9;
  font-family: "Nexa Light", sans-serif;
  font-weight: 600;
  transition: all 0.4s;
  font-size: 1.1rem;
}

/* ==========================================================================
6. Icon counter
========================================================================== */
.icon-counter .counter-icon i {
  font-size: 3.4rem;
  color: #8c8cf9;
}
.icon-counter .counter-number {
  font-weight: bolder;
  font-family: "Nexa Light", sans-serif;
  font-size: 3rem;
  color: #444f60;
}
.icon-counter .counter-text {
  color: #8c8cf9;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.4s;
}

/* ==========================================================================
7. Parallax counter
========================================================================== */
.parallax-counter.is-primary i {
  color: #8c8cf9 !important;
}
.parallax-counter .counter-icon i {
  font-size: 3.4rem;
  color: #fff;
}
.parallax-counter .counter-number {
  font-weight: bolder;
  font-size: 3rem;
  color: #fff;
}
.parallax-counter .counter-text {
  color: #fff;
  font-family: "Nexa Light", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 10px;
  transition: all 0.4s;
}

/* ==========================================================================
8. Team V1
========================================================================== */
.team-classic .team-member {
  position: relative;
}
.team-classic .team-member img {
  height: 100%;
  width: 100%;
  display: block;
}
.team-classic .team-member .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  overflow: hidden;
}
.team-classic .team-member .item-overlay .overlay-quote {
  opacity: 0;
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.3s;
}
.team-classic .team-member .item-overlay .overlay-quote .quote-text i {
  font-size: 18px;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links {
  padding: 20px 0;
  transition: all 0.3s;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span a {
  margin: 0 10px 0 10px;
  color: #fff;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span a:hover {
  opacity: 1;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span a i {
  font-size: 1.4em;
  padding: 15px;
  border-radius: 100px;
  border: 2px dashed #fff;
  transition: all 0.1;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span:first-child a i:hover {
  background: #1dcaff;
  border: 2px solid #1dcaff;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span:nth-child(2) a i:hover {
  background: #007bb6;
  border: 2px solid #007bb6;
}
.team-classic .team-member .item-overlay .overlay-quote .social-links span:last-child a i:hover {
  background: #ea4c89;
  border: 2px solid #ea4c89;
}
.team-classic .team-member:hover .item-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.team-classic .team-member:hover .overlay-quote {
  opacity: 1;
  transform: translateY(-100%);
}
.team-classic .member-name {
  font-family: "Nexa Light", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.team-classic .member-name .last-name {
  font-weight: bolder;
  font-family: "Nexa Bold", sans-serif;
}
.team-classic .member-name .position {
  font-size: 0.9rem;
  color: #8c8cf9;
  font-family: "Nexa Light", sans-serif;
}
.team-classic.circled .social-links span:first-child a i:hover {
  background: none !important;
  border: 2px solid #1dcaff;
  color: #1dcaff;
}
.team-classic.circled .social-links span:nth-child(2) a i:hover {
  background: none !important;
  border: 2px solid #007bb6;
  color: #007bb6;
}
.team-classic.circled .social-links span:last-child a i:hover {
  background: none !important;
  border: 2px solid #ea4c89;
  color: #ea4c89;
}
.team-classic.squared .social-links span a i {
  border-radius: 3px !important;
}
.team-classic.squared .social-links span:first-child a i:hover {
  background: none !important;
  border: 2px solid #1dcaff;
  color: #1dcaff;
}
.team-classic.squared .social-links span:nth-child(2) a i:hover {
  background: none !important;
  border: 2px solid #007bb6;
  color: #007bb6;
}
.team-classic.squared .social-links span:last-child a i:hover {
  background: none !important;
  border: 2px solid #ea4c89;
  color: #ea4c89;
}

/* ==========================================================================
9. Team V4
========================================================================== */
.modern-team {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.modern-team .modern-team-item .item-wrapper {
  position: relative;
}
.modern-team .modern-team-item .item-img {
  position: relative;
  overflow: hidden;
}
.modern-team .modern-team-item .item-img:before {
  content: "";
  background-color: rgba(72, 27, 174, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.modern-team .modern-team-item .item-img .member-avatar {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.modern-team .modern-team-item .overlay-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  will-change: opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.modern-team .modern-team-item .overlay-wrapper .social {
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.modern-team .modern-team-item .overlay-wrapper .social i {
  position: relative;
  font-size: 1.3rem;
  color: #8c8cf9;
}
.modern-team .modern-team-item .member-info {
  padding: 10px 20px;
}
.modern-team .modern-team-item .member-info .member-name {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.modern-team .modern-team-item .member-info .member-name strong {
  font-family: "Nexa Bold", sans-serif;
}
.modern-team .modern-team-item .member-info .member-position {
  display: block;
  margin: 0.5em 0;
  font-family: "Nexa Light", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #8c8cf9;
}
.modern-team .modern-team-item:hover .overlay-wrapper {
  opacity: 1;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}
.modern-team .modern-team-item.circle-mask .item-img:before {
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease-out;
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.modern-team .modern-team-item.circle-mask:hover .item-img:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(4);
  transition-duration: 0.6s;
}
.modern-team .modern-team-item.curtain-mask .item-img:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
  transition: transform, opacity;
  transition-duration: 0.2s, 0.4s;
  transition-delay: 0.4s, 0s;
  transition-timing-function: ease-out;
  will-change: transform, opacity;
  transform: translate(-50%, -50%) scale(1);
}
.modern-team .modern-team-item.curtain-mask:hover .item-img:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(5);
  transition-delay: 0.1s, 0s;
  transition-duration: 0.4s;
}
.modern-team .modern-team-item.zoom-effect .member-avatar {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1);
}
.modern-team .modern-team-item.zoom-effect:hover .member-avatar {
  transform: scale(1.2);
}
.modern-team .modern-team-item.rotate-zoom-effect .member-avatar {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1) rotate(0);
}
.modern-team .modern-team-item.rotate-zoom-effect:hover .member-avatar {
  transform: scale(1.2) rotate(5deg);
}
.modern-team .modern-team-item.zoom-slide-effect .member-avatar {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  transform: scale(1) translate(0, 0);
}
.modern-team .modern-team-item.zoom-slide-effect:hover .member-avatar {
  transform: scale(1.2) translate(4%, 4%);
}

/* ==========================================================================
10. Team V5
========================================================================== */
.card-team .card-team-item {
  text-align: center;
  height: 270px;
}
.card-team .card-team-item .flex-card, .card-team .card-team-item .network-grid .network-card, .network-grid .card-team .card-team-item .network-card, .card-team .card-team-item .project-card, .card-team .card-team-item .profile-card, .card-team .card-team-item .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .card-team .card-team-item .testimonial-item {
  height: 270px;
  margin-bottom: 0;
  border-radius: 0;
  border-color: hsl(0, 0%, 86%);
  border-collapse: collapse;
}
.card-team .card-team-item .flex-card:hover, .card-team .card-team-item .network-grid .network-card:hover, .network-grid .card-team .card-team-item .network-card:hover, .card-team .card-team-item .project-card:hover, .card-team .card-team-item .profile-card:hover, .card-team .card-team-item .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover, .carousel-wrap .testimonials-solo-carousel .card-team .card-team-item .testimonial-item:hover {
  transform: scale(1.05);
  z-index: 1000;
}
.card-team .card-team-item .team-avatar {
  width: 100%;
}
.card-team .card-team-item .team-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.card-team .card-team-item .member-id .name {
  font-family: "Nexa Bold", sans-serif;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444f60;
}
.card-team .card-team-item .member-id .position {
  font-family: "Nexa Light", sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #8c8cf9;
}
.card-team .card-team-item .card-social-links {
  padding-top: 35px;
  margin-bottom: 20px;
}
.card-team .card-team-item .card-social-links a {
  color: #999;
  margin: 0 10px 0 10px;
}
.card-team .card-team-item .card-social-links a:nth-child(2) i {
  transition-delay: 0.05s;
}
.card-team .card-team-item .card-social-links a:last-child i {
  transition-delay: 0.1s;
}
.card-team .card-team-item .card-social-links a:hover {
  color: #8c8cf9;
}
.card-team .card-team-item .card-social-links a i {
  font-size: 1.3rem;
  transform: translateY(300px);
  transition: all 0.35s;
}
.card-team .card-team-item:hover .card-social-links a i {
  transform: translateY(0);
}

/* ==========================================================================
11. Team V6
========================================================================== */
.flip-boxes .flip-box {
  perspective: 500px;
  min-height: 300px;
  cursor: pointer;
}
.flip-boxes .flip-box-wrapper {
  position: relative;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  border: 1px solid #ededed;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.flip-boxes .flip-box-wrapper div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
}
.flip-boxes .flip-box-wrapper .front {
  z-index: 2;
  background-color: #fff;
  backface-visibility: hidden;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.flip-boxes .flip-box-wrapper .front img {
  height: 100%;
  width: 100%;
  display: block;
}
.flip-boxes .flip-box-wrapper .back {
  z-index: 1;
  background: #fff;
  opacity: 1;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.flip-boxes .flip-box-wrapper .back .flip-name {
  background: #fff;
  position: absolute;
  top: -22rem !important;
  left: 0;
  min-height: 25px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.flip-boxes .flip-box-wrapper .back .flip-name span {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #8c8cf9;
}
.flip-boxes .flip-box-wrapper .back .flip-social {
  position: absolute;
  top: -16rem;
}
.flip-boxes .flip-box-wrapper .back .flip-social a {
  color: #999;
  font-size: 1.4rem;
  margin: 0 10px 0 10px;
}
.flip-boxes .flip-box-wrapper .back .flip-social a:hover {
  color: #8c8cf9;
}
.flip-boxes .flip-box-wrapper:hover {
  transform: rotateY(180deg);
}

/* ==========================================================================
12. Team V7
========================================================================== */
.team-members-wrap {
  max-width: 880px;
  margin: 0 auto;
}
.team-members-wrap.is-narrow {
  max-width: 680px;
}

.rounded-team-member {
  text-align: center;
  margin-bottom: 20px;
}
.rounded-team-member .avatar-wrap {
  position: relative;
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin: 0 auto 10px auto;
}
.rounded-team-member .avatar-wrap .avatar {
  display: block;
  border-radius: 50%;
}
.rounded-team-member .avatar-wrap .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.rounded-team-member h3 {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.3rem;
  color: #444f60;
}
.rounded-team-member p {
  font-size: 0.95rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 5px;
}
.rounded-team-member .social-profiles {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-team-member .social-profiles a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.rounded-team-member .social-profiles a:hover {
  background: #fff;
  border-color: rgb(231.4, 233.76, 243.2);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.rounded-team-member .social-profiles a:hover i {
  color: #8c8cf9;
}
.rounded-team-member .social-profiles a i {
  font-size: 16px;
  color: rgb(197.4, 203.16, 226.2);
  transition: all 0.3s;
}

/* ==========================================================================
13. Client grids
========================================================================== */
.grid-clients .client {
  max-height: 70px;
}
.grid-clients.three-grid .column:nth-child(2),
.grid-clients.three-grid .column:nth-child(3) {
  border-right: 1px solid #ededed;
}
.grid-clients.three-grid .is-separator {
  border-top: 1px solid #ededed;
}
.grid-clients.four-grid .column:nth-child(2),
.grid-clients.four-grid .column:nth-child(3) {
  border-right: 1px solid #ededed;
}
.grid-clients.four-grid .column:nth-child(5) {
  border-left: 1px solid #ededed;
}
.grid-clients.four-grid .is-separator {
  border-top: 1px solid #ededed;
}
.grid-clients.five-grid .column:nth-child(2),
.grid-clients.five-grid .column:nth-child(3),
.grid-clients.five-grid .column:nth-child(4) {
  border-right: 1px solid #ededed;
}
.grid-clients.five-grid .column:nth-child(5),
.grid-clients.five-grid .column:nth-child(6) {
  border-left: 1px solid #ededed;
}
.grid-clients.five-grid .is-separator {
  border-top: 1px solid #ededed;
}
.grid-clients a {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .grid-clients.flex-mobile .columns {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .grid-clients.flex-mobile .columns {
    display: flex;
  }
}
/* ==========================================================================
14. Centered images carousel
========================================================================== */
.image-carousel {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.image-carousel:hover .slick-custom {
  opacity: 1;
}
.image-carousel .carousel-item {
  margin: 0 20px;
}
.image-carousel .image-wrapper {
  position: relative;
}
.image-carousel .image-wrapper .stack-logo {
  max-height: 130px;
}
.image-carousel .slick-custom {
  opacity: 0;
}
.image-carousel .slick-custom.is-prev {
  left: -4%;
}
.image-carousel .slick-custom.is-next {
  right: -4%;
}
.image-carousel .slick-dots {
  bottom: -60px !important;
}
.image-carousel .slick-prev:before,
.image-carousel .slick-next:before {
  color: #999;
}

/* ==========================================================================
15. Multiple images carousel
========================================================================== */
.multiple-image-carousel:not(.slick-initialized) {
  max-width: 1000px;
  max-height: 91px;
  overflow: hidden;
}
.multiple-image-carousel:not(.slick-initialized) .carousel-item {
  display: inline-flex;
}

.multiple-image-carousel {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.multiple-image-carousel:hover .slick-custom {
  opacity: 1;
}
.multiple-image-carousel .carousel-item {
  margin: 0 20px;
}
.multiple-image-carousel .image-wrapper {
  position: relative;
}
.multiple-image-carousel .image-wrapper .stack-logo {
  max-height: 130px;
  margin: 0 auto;
}
.multiple-image-carousel .slick-custom {
  opacity: 0;
  top: 17px;
}
.multiple-image-carousel .slick-dots {
  bottom: -60px !important;
}
.multiple-image-carousel .slick-prev:before,
.multiple-image-carousel .slick-next:before {
  color: #999;
}

/* ==========================================================================
16. Single image carousel
========================================================================== */
.single-image-carousel {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.single-image-carousel:hover .slick-custom {
  opacity: 1;
}
.single-image-carousel .carousel-item {
  margin: 0 20px;
}
.single-image-carousel .image-wrapper {
  position: relative;
}
.single-image-carousel .image-wrapper:hover .caption {
  transform: translateY(0);
}
.single-image-carousel .image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.single-image-carousel .image-wrapper .caption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(120%);
  transition: transform 0.4s;
}
.single-image-carousel .image-wrapper .caption span {
  color: white;
  font-size: 1.1rem;
}
.single-image-carousel .slick-custom {
  opacity: 0;
}
.single-image-carousel .slick-dots {
  bottom: -60px !important;
}
.single-image-carousel .slick-prev:before,
.single-image-carousel .slick-next:before {
  color: #999;
}

/* ==========================================================================
17. Custom slick carousel navigation arrows
========================================================================== */
.slick-custom {
  position: absolute;
  top: 41%;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  color: #444f60;
  transition: all 0.3s;
  z-index: 999;
}
.slick-custom i {
  position: relative;
}
.slick-custom:hover {
  transform: rotate(360deg);
  background: #8c8cf9;
  border: 1px solid #8c8cf9;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.slick-custom.is-prev {
  left: -6px;
}
.slick-custom.is-prev i {
  right: 2px;
}
.slick-custom.is-next {
  right: -6px;
}
.slick-custom.is-next i {
  left: 2px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Navigation tabs and pills styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Tabs nav
1. Navigation tabs
2. Partner tabs
3. Tabbed reviews
=============================================================================
***/
/* ==========================================================================
0. Tabs nav
========================================================================== */
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs-nav .tabs-container {
  overflow: hidden;
  width: 100%;
}
.tabs-nav .tabs-container.type-2 {
  border-radius: 3px;
}
.tabs-nav .tabs-container.type-1 .tab-content {
  border: none;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0 0;
}
.tabs-nav .tabs-container .tab-content {
  padding: 28px 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}
.tabs-nav .tabs-container .tab-content p:last-child {
  margin-bottom: 0;
}
.tabs-nav li {
  float: left;
  line-height: 45px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
}
.tabs-nav li.active .tab-reviews {
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.tabs-nav li.active a,
.tabs-nav li.active a:hover {
  border-color: #8c8cf9;
  color: #8c8cf9 !important;
  z-index: 11;
}
.tabs-nav li.active a i,
.tabs-nav li.active a:hover i {
  padding-right: 5px;
  font-size: 16px;
  top: 1px;
  position: relative;
}
.tabs-nav li a {
  border-bottom: 2px solid transparent;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 15px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
  transition: all 0.25s ease-in-out;
}
.tabs-nav li a:hover {
  border-color: #66676b;
}

/* ==========================================================================
1. Navigation tabs
========================================================================== */
.navigation-tabs {
  overflow: hidden;
}
.navigation-tabs.animated-tabs .navtab-content {
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
}
.navigation-tabs.translated-tabs .navtab-content {
  animation-name: translateLeft;
  animation-duration: 0.5s;
}
.navigation-tabs.simple-tabs .tabs ul li:hover a {
  border-bottom-color: #8c8cf9;
}
.navigation-tabs.simple-tabs .tabs ul li.is-active a {
  color: #444f60;
  border-bottom: 2px solid #8c8cf9;
}
.navigation-tabs.simple-tabs .tabs ul li.is-active a .icon i {
  color: #8c8cf9;
}
.navigation-tabs.simple-tabs .tabs ul li a {
  color: #a9abac;
}
.navigation-tabs.boxed-tabs .tabs ul li.is-active a {
  color: #8c8cf9;
}
.navigation-tabs.boxed-tabs .tabs ul li a {
  color: #a9abac;
}
.navigation-tabs.outlined-pills.rounded-pills .tabs ul li a {
  border-radius: 100px !important;
}
.navigation-tabs.outlined-pills .tabs ul {
  border-bottom: 1px solid transparent !important;
}
.navigation-tabs.outlined-pills .tabs ul li.is-active a {
  color: #a9abac;
  margin-bottom: 5px;
  color: #8c8cf9;
  border: 1px solid #8c8cf9;
  border-radius: 3px;
}
.navigation-tabs.outlined-pills .tabs ul li.is-active a:hover {
  border: 1px solid #8c8cf9;
}
.navigation-tabs.outlined-pills .tabs ul li a {
  border: 1px solid transparent;
}
.navigation-tabs.outlined-pills .tabs ul li a:hover {
  border: 1px solid transparent;
}
.navigation-tabs.full-pills.rounded .tabs ul li a {
  border-radius: 100px !important;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.purple-tab a {
  border: 1px solid #7f00ff !important;
  background-color: #7f00ff;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.deep-blue-tab a {
  border: 1px solid #0082c8 !important;
  background-color: #0082c8;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.sky-blue-tab a {
  border: 1px solid #039be5 !important;
  background-color: #039be5;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.light-blue-tab a {
  border: 1px solid #0f7cff !important;
  background-color: #0f7cff;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.dark-blue-tab a {
  border: 1px solid #4a00e0 !important;
  background-color: #4a00e0;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.green-tab a {
  border: 1px solid #00b289 !important;
  background-color: #00b289;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.light-green-tab a {
  border: 1px solid #00d1b2 !important;
  background-color: #00d1b2;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active.red-tab a {
  border: 1px solid #ff3131 !important;
  background-color: #ff3131;
}
.navigation-tabs.full-pills.custom .tabs ul li.is-active a {
  color: #fff;
  border-radius: 3px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.navigation-tabs.full-pills.primary .tabs ul li.is-active a {
  color: #fff;
  border: 1px solid #8c8cf9;
  background-color: #8c8cf9;
  border-radius: 3px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.navigation-tabs.full-pills.secondary .tabs ul li.is-active a {
  color: #fff;
  border: 1px solid #7f00ff;
  background-color: #7f00ff;
  border-radius: 3px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.navigation-tabs.full-pills.accent .tabs ul li.is-active a {
  color: #fff;
  border: 1px solid #ad5cff;
  background-color: #ad5cff;
  border-radius: 3px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.navigation-tabs.full-pills .tabs ul {
  border-bottom: 1px solid transparent !important;
  padding-bottom: 10px;
}
.navigation-tabs.full-pills .tabs ul li a {
  border-color: transparent !important;
  color: #a9abac;
  margin-bottom: 5px;
  border-radius: 100px !important;
}
.navigation-tabs.square-pills.circle-pills .tabs ul li a {
  border-radius: 50% !important;
}
.navigation-tabs.square-pills .tabs ul {
  padding: 20px;
  border-bottom: none !important;
}
.navigation-tabs.square-pills .tabs ul li.is-active a {
  background-color: #8c8cf9;
  color: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.18);
}
.navigation-tabs.square-pills .tabs ul li a {
  border-radius: 30px;
  padding: 0 15.5px;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 3px;
  font-weight: 400;
  color: #9a9a9a;
  margin-right: 19px;
  background-color: rgba(222, 222, 222, 0.3);
  border-bottom: none !important;
  transition: all 0.5s;
}
.navigation-tabs.square-pills .tabs ul li a:hover {
  border-bottom: none !important;
}
.navigation-tabs.square-pills .tabs ul li a i {
  display: block;
  font-size: 18px;
}
.navigation-tabs .navtab-content {
  display: none;
  padding: 15px;
  min-height: 190px;
}
.navigation-tabs .navtab-content.is-active {
  display: block;
}
.navigation-tabs .navtab-content.navtab-modal {
  max-height: 350px;
  overflow: auto;
}

/* ==========================================================================
2. Partner tabs
========================================================================== */
.tabs.partner-tabs ul {
  border-bottom: 1px transparent !important;
}

/* ==========================================================================
3. Tabbed reviews
========================================================================== */
.tab-reviews {
  color: #aaa;
}

/* ==========================================================================
4. Vertical tabs
========================================================================== */
@media only screen and (max-width: 767px) {
  .vertical-tabs-wrapper .tabs ul li.is-active a {
    color: #7f00ff;
    border-bottom-color: #7f00ff;
  }
  .vertical-tabs-wrapper .tabs ul li a {
    color: #999;
  }
  .vertical-tabs-wrapper .content-wrap .tab-content {
    padding-top: 12px;
    display: none;
    animation: fadeInLeft 0.5s;
  }
  .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-tabs-wrapper {
    display: flex;
  }
  .vertical-tabs-wrapper .tabs {
    min-width: 25%;
    max-width: 25%;
    margin-right: 30px;
  }
  .vertical-tabs-wrapper .tabs ul {
    display: block;
    text-align: left;
    border-bottom-color: transparent !important;
  }
  .vertical-tabs-wrapper .tabs ul li {
    display: block;
  }
  .vertical-tabs-wrapper .tabs ul li.is-active a {
    color: #7f00ff;
    border-right-color: #7f00ff;
  }
  .vertical-tabs-wrapper .tabs ul li a {
    display: block;
    border-bottom-color: transparent !important;
    border-right: 2px solid #dbdbdb;
    color: #999;
  }
  .vertical-tabs-wrapper .content-wrap {
    flex-grow: 2;
  }
  .vertical-tabs-wrapper .content-wrap .tab-content {
    display: none;
    animation: fadeInLeft 0.5s;
  }
  .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
    display: block;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Testimonial styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Simple testimonials
1. Vertical testimonials
2. Flat testimonials
=============================================================================
***/
/* ==========================================================================
0. Simple testimonials
========================================================================== */
.testimonials,
.demo {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.testimonials .testimonial-item,
.demo .testimonial-item {
  margin: 40px;
  outline: none !important;
}
.testimonials .testimonial-item .testimonial-avatar,
.demo .testimonial-item .testimonial-avatar {
  display: flex;
  justify-content: center;
}
.testimonials .testimonial-item .testimonial-avatar img,
.demo .testimonial-item .testimonial-avatar img {
  border-radius: 100px;
  width: 75px;
  height: 75px;
  position: relative;
  top: -40px;
}
.testimonials .testimonial-item .testimonial-name,
.demo .testimonial-item .testimonial-name {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-name h3,
.demo .testimonial-item .testimonial-name h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 18px;
  color: #8c8cf9;
  position: relative;
  top: -20px;
}
.testimonials .testimonial-item .testimonial-name span,
.demo .testimonial-item .testimonial-name span {
  font-family: "Nexa Light", sans-serif;
  font-size: 14px;
  color: #a9abac;
  position: relative;
  top: -15px;
}
.testimonials .testimonial-item .testimonial-content p,
.demo .testimonial-item .testimonial-content p {
  padding: 0 30px 30px 30px;
}
.testimonials .testimonial-item.has-icon-left .testimonial-avatar,
.demo .testimonial-item.has-icon-left .testimonial-avatar {
  justify-content: flex-start;
}
.testimonials .testimonial-item.has-icon-left .testimonial-avatar img,
.demo .testimonial-item.has-icon-left .testimonial-avatar img {
  left: -40px;
}
.testimonials .testimonial-item.has-icon-left .testimonial-name,
.demo .testimonial-item.has-icon-left .testimonial-name {
  text-align: left;
  margin-left: 30px;
}
.testimonials .testimonial-item.has-icon-left .testimonial-content p, .testimonials .testimonial-item.has-icon-left .testimonial-content a,
.demo .testimonial-item.has-icon-left .testimonial-content p,
.demo .testimonial-item.has-icon-left .testimonial-content a {
  padding: 0 30px 10px 30px;
}
.testimonials .testimonial-item.has-icon-left .testimonial-content a,
.demo .testimonial-item.has-icon-left .testimonial-content a {
  display: inline-block;
}
.testimonials .testimonial-item.has-icon-left .testimonial-content div,
.demo .testimonial-item.has-icon-left .testimonial-content div {
  padding: 0 30px 10px 30px;
}
.testimonials .testimonial-item.has-icon-left .testimonial-content div a,
.demo .testimonial-item.has-icon-left .testimonial-content div a {
  display: inline;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ad5cff !important;
}

/* ==========================================================================
1. Vertical testimonials
========================================================================== */
.vertical-testimonials {
  max-width: 640px;
  margin: 0 auto;
}
.vertical-testimonials .vtestimonial-item {
  margin: 5px 80px;
  border-radius: 12px;
  height: 130px !important;
}
.vertical-testimonials .vtestimonial-item:last-child {
  margin-bottom: 100px;
}
.vertical-testimonials .vtestimonial-item .vt-avatar {
  height: 55px;
  border-radius: 100px;
}
.vertical-testimonials .vtestimonial-item .vt-content {
  margin: 0 10px;
}
.vertical-testimonials .vtestimonial-item .vt-content .vt-name {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  color: #8c8cf9;
  margin-bottom: 0 !important;
}
.vertical-testimonials .vtestimonial-item .vt-content .vt-text {
  font-family: "Roboto", sans-serif;
  padding-right: 5px;
  font-size: 12px;
}
.vertical-testimonials .vtestimonial-item .vt-content .star-rating {
  float: right;
  position: relative;
  top: -5px;
  right: 5px;
  color: #f5c62c;
}
.vertical-testimonials .slick-current.slick-active.slick-center {
  transform: scale(1.1);
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}
.vertical-testimonials .slick-slide:not(.slick-current) {
  opacity: 0.1 !important;
}

/* ==========================================================================
2. Flat testimonials
========================================================================== */
.flat-testimonials .flat-testimonial-item {
  margin: 0 20px 50px 20px;
}
.flat-testimonials .flat-testimonial-item .image-container {
  position: relative;
  overflow: hidden;
}
.flat-testimonials .flat-testimonial-item .image-container img {
  border-radius: 10px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
}
.flat-testimonials .flat-testimonial-item .image-container .skewed-overlay {
  position: absolute;
  top: 95%;
  left: 0;
  height: 40%;
  width: 200%;
  transform: skewY(8deg);
  padding: 20px;
  background: #fff;
}
.flat-testimonials .flat-testimonial-item .testimonial-text .quoted-text {
  color: #878787;
}
.flat-testimonials .flat-testimonial-item .testimonial-text .client-name {
  margin-top: 20px;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.flat-testimonials .flat-testimonial-item .testimonial-text .client-position {
  font-family: "Nexa Light", sans-serif;
  font-size: 0.9rem;
  color: #444f60;
}
.flat-testimonials .flat-testimonial-item .testimonial-text .company {
  max-height: 60px;
  margin-right: 50px;
  float: right;
}
.flat-testimonials .flat-testimonial-item .testimonial-text .fa-quote-left {
  margin: 20px 0 !important;
}
.flat-testimonials .flat-testimonial-item.primary .skewed-overlay {
  background: #8c8cf9;
}
.flat-testimonials .flat-testimonial-item.primary .client-name {
  color: #8c8cf9;
}
.flat-testimonials .flat-testimonial-item.primary .fa-quote-left {
  color: #8c8cf9;
}
.flat-testimonials .flat-testimonial-item.secondary .skewed-overlay {
  background: #7f00ff;
}
.flat-testimonials .flat-testimonial-item.secondary .client-name {
  color: #7f00ff;
}
.flat-testimonials .flat-testimonial-item.secondary .fa-quote-left {
  color: #7f00ff;
}
.flat-testimonials .flat-testimonial-item.accent .skewed-overlay {
  background: #ad5cff;
}
.flat-testimonials .flat-testimonial-item.accent .client-name {
  color: #ad5cff;
}
.flat-testimonials .flat-testimonial-item.accent .fa-quote-left {
  color: #ad5cff;
}
.flat-testimonials .flat-testimonial-item .company {
  max-width: 100px;
  margin-right: 0 !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Modal dialogs styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Base modal class
1. Modal active state
2. Media queries
=============================================================================
***/
/* ==========================================================================
0. Base modal class
========================================================================== */
.modal {
  transition: all 0.5s;
  transform: scale(0);
  z-index: 1000;
}
.modal .modal-content {
  transition: all 0.4s;
  transform: scale(0);
  opacity: 0;
  z-index: 99 !important;
}
.modal .modal-close {
  transition: all 0.4s;
  z-index: 100 !important;
}
.modal .modal-close:hover {
  transform: rotate(135deg);
}
.modal a {
  border-radius: 6px;
}

/* ==========================================================================
1. Modal active state
========================================================================== */
.modal.is-active {
  transform: scale(1);
}
.modal.is-active .modal-background {
  background: linear-gradient(45deg, #6a85b6 0%, #bac8e0 100%);
  background-color: #8c8cf9;
  width: 1000px;
  height: 1000px;
  border-radius: 10000px;
  transition: all 0.5s;
  transform: scale(0);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98 !important;
  overflow: hidden !important;
}
.modal.is-active .modal-background.scaleInCircle {
  transform: scale(7);
}
.modal.is-active .modal-content.scaleIn {
  transform: scale(1);
  opacity: 1;
}
.modal.is-active .modal-close {
  z-index: 100 !important;
}
.modal.is-active.image-modal .modal-background {
  background: linear-gradient(45deg, #444f60, #444);
  background-color: #444f60;
}
.modal.is-active.image-modal img {
  border-radius: 6px;
}
.modal.is-active.image-modal .gallery-item figure {
  background: none;
}
.modal.is-active .modal-card .modal-card-head,
.modal.is-active .modal-card .modal-card-foot {
  padding: 15px;
}
.modal.is-active .modal-card .modal-card-head {
  background-color: #fff;
}
.modal.is-active .modal-card .modal-card-head p {
  color: #444f60;
}
.modal.is-active .modal-card .modal-card-head .delete {
  background: transparent !important;
  transition: all 0.3s;
}
.modal.is-active .modal-card .modal-card-head .delete:before {
  background: #ad5cff;
}
.modal.is-active .modal-card .modal-card-head .delete:after {
  background: #ad5cff;
}
.modal.is-active .modal-card .modal-card-head .delete:hover {
  transform: rotate(180deg);
}
.modal.is-active .modal-card .modal-card-body::-webkit-scrollbar {
  width: 10px;
}
.modal.is-active .modal-card .modal-card-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.modal.is-active .modal-card .modal-card-foot {
  background-color: #fff;
  justify-content: flex-end;
  border-top: none;
}
.modal.is-active.modal-sm .modal-card-body {
  max-height: 400px;
}
.modal.is-active.modal-hero .modal-background {
  background: linear-gradient(to right, #7f00ff, #ad5cff);
  background: linear-gradient(to top, #7f00ff, #ad5cff);
  background-color: #7f00ff;
}
.modal.is-active.modal-success .modal-background {
  background: #2eb289;
}
.modal.is-active.modal-error .modal-background {
  background: #f92b60;
}
.modal.is-active.modal-warning .modal-background {
  background: #f6c400;
}
.modal.is-active.modal-info .modal-background {
  background: #2e9be5;
}
.modal.is-active .modal-svg {
  max-width: 110px;
  margin: 0 auto !important;
}

/* ==========================================================================
2. Media queries
========================================================================== */
@media screen and (min-width: 769px) {
  .modal.modal-lg .modal-card,
  .modal.modal-lg .modal-content {
    width: 800px !important;
  }
  .modal.modal-sm .modal-card,
  .modal.modal-sm .modal-content {
    width: 400px !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Form inputs styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Resets
1. Form labels
2. Text inputs
4. Textareas
5. Validation inputs
6. Material Inputs
7. Native select box
8. Autocomplete
9. jQuery datepicker
10. File inputs
11. Checkboxes and radios
12. Tags input
13. Time picker
14. Step form
15. Combo boxes
=============================================================================
***/
/* ==========================================================================
0. Resets
========================================================================== */
form {
  width: 100%;
}

.input,
.textarea,
select {
  box-shadow: none !important;
}

/* ==========================================================================
1. Form labels
========================================================================== */
.form-label {
  padding-bottom: 5px;
  color: #999;
}

/* ==========================================================================
2. Text inputs
========================================================================== */
.input {
  color: #878787;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  height: 36px;
  transition: all 0.3s;
  border-color: #dee2e6;
}
.input.is-small {
  height: 26px;
}
.input.is-small ~ .icon {
  height: 26px !important;
  width: 26px !important;
}
.input.is-medium {
  height: 44px;
}
.input.is-medium ~ .icon {
  height: 44px !important;
  width: 44px !important;
}
.input.is-large {
  height: 52px;
}
.input.is-large ~ .icon {
  height: 52px !important;
  width: 52px !important;
}
.input.custom-input {
  height: 46px;
  line-height: 46px;
  padding-left: 50px !important;
}
.input.custom-input:focus {
  border-color: #dbdbdb !important;
}
.input.rounded {
  border-radius: 100px;
}
.input.is-primary-focus:focus {
  border-color: #8c8cf9;
}
.input.is-primary-focus:focus ~ .icon i {
  color: #8c8cf9;
}
.input.is-secondary-focus:focus {
  border-color: #7f00ff;
}
.input.is-secondary-focus:focus ~ .icon i {
  color: #7f00ff;
}
.input.is-accent-focus:focus {
  border-color: #ad5cff;
}
.input.is-accent-focus:focus ~ .icon i {
  color: #ad5cff;
}
.input.is-grey-focus:focus {
  border-color: #a9abac;
}
.input.is-grey-focus:focus ~ .icon i {
  color: #a9abac;
}
.input:hover {
  border-color: rgb(211.35, 211.35, 211.35);
}
.input:focus, .input:active {
  border-color: rgb(213.9, 213.9, 213.9);
}
.input:focus.has-shadow, .input:active.has-shadow {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.input:focus ~ .icon i, .input:active ~ .icon i {
  color: #8c8cf9;
}
.input:focus {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.input .icon {
  height: 36px !important;
  width: 36px !important;
}
.input .icon i {
  transition: all 0.3s;
}

/* ==========================================================================
4. Textareas
========================================================================== */
.textarea {
  color: #878787;
  border-color: #dee2e6;
  box-shadow: none;
  transition: all 0.8s;
}
.textarea:focus {
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.textarea.is-primary-focus:focus {
  border-color: #8c8cf9;
}
.textarea.is-primary-focus:focus ~ span.icon i {
  color: #8c8cf9;
}
.textarea.is-secondary-focus:focus {
  border-color: #7f00ff;
}
.textarea.is-secondary-focus:focus ~ span.icon i {
  color: #7f00ff;
}
.textarea.is-accent-focus:focus {
  border-color: #ad5cff;
}
.textarea.is-accent-focus:focus ~ span.icon i {
  color: #ad5cff;
}
.textarea.is-grey-focus:focus {
  border-color: #a9abac;
}
.textarea.is-grey-focus:focus ~ span.icon i {
  color: #a9abac;
}
.textarea.is-default-focus:focus {
  border-color: #ccc;
}
.textarea.is-default-focus:focus ~ span.icon i {
  color: #ccc;
}
.textarea.is-grow {
  min-height: 40px !important;
  height: 40px;
  resize: none;
  transition: all 0.5s;
  overflow: hidden;
}
.textarea.is-grow:focus {
  height: 130px !important;
  border-color: #999;
}
.textarea.is-button {
  min-height: 50px !important;
  height: 50px !important;
  resize: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none !important;
  transition: all 0.6s;
}
.textarea.is-button:hover {
  border-color: #ccc;
}
.textarea.is-button:focus {
  height: 130px !important;
  padding-bottom: 40px !important;
  border-color: #ccc;
}
.textarea.is-button + .textarea-button {
  display: flex;
  justify-content: flex-end;
  position: relative;
  border: 1px solid #ccc;
  border-top: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.textarea.is-button + .textarea-button button {
  margin: 10px 7px 7px 7px;
}

/* ==========================================================================
5. Validation inputs
========================================================================== */
.control.required {
  position: relative;
}
.control.required.has-success .input {
  border-color: #2eb289;
}
.control.required.has-success .validation-info.is-success {
  display: block;
}
.control.required.has-success .success {
  opacity: 1;
}
.control.required.has-error .input {
  border-color: #f92b60;
}
.control.required.has-error .validation-info.is-error {
  display: block;
}
.control.required.has-error .error {
  opacity: 1;
}
.control.required.required-small .success,
.control.required.required-small .error {
  height: 26px;
  width: 26px;
}
.control.required.required-small .success i,
.control.required.required-small .error i {
  font-size: 10px;
}
.control.required.required-small .input {
  padding-right: 26px;
}
.control.required.required-medium .success,
.control.required.required-medium .error {
  height: 44px;
  width: 44px;
}
.control.required.required-medium .input {
  padding-right: 44px;
}
.control.required.required-large .success,
.control.required.required-large .error {
  height: 52px;
  width: 52px;
}
.control.required.required-large .input {
  padding-right: 52px;
}
.control.required .success,
.control.required .error {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.control.required .success i {
  color: #2eb289;
}
.control.required .error i {
  color: #f92b60;
}
.control.required .validation-info {
  display: none;
  font-size: 0.8rem;
}
.control.required .validation-info.is-success {
  color: #2eb289;
}
.control.required .validation-info.is-error {
  color: #f92b60;
}
.control.required .input {
  padding-right: 36px;
}

/* ==========================================================================
6. Material Inputs
========================================================================== */
.control-material {
  position: relative;
  margin-bottom: 2em;
  font-family: "Roboto", sans-serif;
}
.control-material input,
.control-material textarea {
  border-radius: 0 !important;
}
.control-material.has-icon {
  position: relative;
}
.control-material.has-icon input {
  padding-right: 54px;
}
.control-material.has-icon input:focus ~ i, .control-material.has-icon input:valid ~ i {
  margin-left: 10px;
}
.control-material.has-icon i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #cecece;
  transition: all 0.3s;
}
.control-material.required {
  position: relative;
}
.control-material.required input {
  padding-right: 54px;
}
.control-material.required i {
  position: absolute;
  right: 15px;
  top: 6px;
  color: #cecece;
  display: none;
}
.control-material.required .validation-info {
  display: none;
  font-size: 0.8rem;
}
.control-material.required.has-success input {
  border-bottom-color: #2eb289 !important;
}
.control-material.required.has-success .bar:after,
.control-material.required.has-success .bar:before {
  background: #2eb289 !important;
}
.control-material.required.has-success .success i {
  color: #2eb289 !important;
  display: block;
}
.control-material.required.has-success label {
  color: #2eb289 !important;
}
.control-material.required.has-success small.validation-info.success {
  color: #2eb289;
  display: block;
}
.control-material.required.has-error input {
  border-bottom-color: #f92b60 !important;
}
.control-material.required.has-error .bar:after,
.control-material.required.has-error .bar:before {
  background: #f92b60 !important;
}
.control-material.required.has-error .error i {
  color: #f92b60 !important;
  display: block;
}
.control-material.required.has-error label {
  color: #f92b60 !important;
}
.control-material.required.has-error small.validation-info.error {
  color: #f92b60;
  display: block;
}
.control-material.is-primary input.material-input:focus ~ label,
.control-material.is-primary input:valid ~ label,
.control-material.is-primary textarea:focus ~ label {
  color: #8c8cf9;
}
.control-material.is-primary .material-input:focus ~ .caret-icon i {
  color: #8c8cf9;
}
.control-material.is-primary .bar:before,
.control-material.is-primary .bar:after {
  background: #8c8cf9;
}
.control-material.is-primary.has-icon input:focus ~ i {
  color: #8c8cf9 !important;
}
.control-material.is-primary .dropdown-list .option.selected {
  background: #8c8cf9;
  color: #fcfcfc;
}
.control-material.is-secondary input.material-input:focus ~ label,
.control-material.is-secondary input:valid ~ label,
.control-material.is-secondary textarea:focus ~ label {
  color: #7f00ff;
}
.control-material.is-secondary .material-input:focus ~ .caret-icon i {
  color: #7f00ff;
}
.control-material.is-secondary .bar:before,
.control-material.is-secondary .bar:after {
  background: #7f00ff;
}
.control-material.is-secondary.has-icon input:focus ~ i {
  color: #7f00ff !important;
}
.control-material.is-secondary .dropdown-list .option.selected {
  background: #7f00ff;
  color: #fcfcfc;
}
.control-material.is-accent input.material-input:focus ~ label,
.control-material.is-accent input:valid ~ label,
.control-material.is-accent textarea:focus ~ label {
  color: #ad5cff;
}
.control-material.is-accent .material-input:focus ~ .caret-icon i {
  color: #ad5cff;
}
.control-material.is-accent .bar:before,
.control-material.is-accent .bar:after {
  background: #ad5cff;
}
.control-material.is-accent.has-icon input:focus ~ i {
  color: #ad5cff !important;
}
.control-material.is-accent .dropdown-list .option.selected {
  background: #ad5cff;
  color: #fcfcfc;
}
.control-material.is-light input.material-input,
.control-material.is-light textarea {
  color: #fff;
  border-color: #fff;
}
.control-material.is-light label {
  color: #fff;
}
.control-material.is-light input.material-input:focus ~ label,
.control-material.is-light input:valid ~ label,
.control-material.is-light textarea:focus ~ label {
  color: #fff;
}
.control-material.is-light .bar:before,
.control-material.is-light .bar:after {
  background: #fff;
}
.control-material.is-light.has-icon input:focus ~ i {
  color: #fff !important;
}
.control-material .material-input,
.control-material textarea {
  width: 100% !important;
  font-size: 1.15rem;
  padding: 0.625em 0.625em 0.625em 0.3125em;
  display: block;
  width: 18.75em;
  border: none;
  border-bottom: 1px solid #a9abac;
  background-color: transparent !important;
}
.control-material .material-input:focus,
.control-material textarea:focus {
  outline: none;
}
.control-material label {
  font-family: "Roboto", sans-serif;
  color: #cecece;
  font-size: 0.9rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 1em;
  left: 0.3125em;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.control-material .material-input:focus ~ label,
.control-material input:valid ~ label,
.control-material textarea:focus ~ label {
  top: -8px;
  left: -2px;
  font-size: 12px;
}
.control-material .bar {
  position: relative;
  display: block;
}
.control-material .bar:before, .control-material .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.control-material .bar:before {
  left: 50%;
}
.control-material .bar:after {
  right: 50%;
}
.control-material .material-input:focus ~ .bar:before,
.control-material input.material-input:focus ~ .bar:after,
.control-material textarea:focus ~ .bar:before,
.control-material textarea:focus ~ .bar:after {
  width: 50%;
}
.control-material .material-select.is-active .dropdown-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.control-material .material-select.has-value .inner-wrap label {
  top: -8px;
  left: -2px;
  font-size: 12px;
}
.control-material .material-select .inner-wrap .caret-icon {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.control-material .material-select .inner-wrap .caret-icon i {
  color: #999;
}
.control-material .material-select .material-input:focus {
  pointer-events: none !important;
}
.control-material .material-select .material-input:focus ~ .caret-icon {
  transform: rotate(180deg);
}
.control-material .material-select .dropdown-list {
  background: #fff;
  border: 1px solid #ededed;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 15px;
  z-index: 2;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}
.control-material .material-select .dropdown-list .option {
  font-size: 12px;
  cursor: pointer;
  padding: 10px;
}
.control-material .material-select .dropdown-list .option:hover:not(.selected) {
  background: #ededed;
}

/* ==========================================================================
7. Native select box
========================================================================== */
.control.has-icons-left .select select {
  padding-left: 2.5rem;
}
.control.has-icons-left .select.is-small select {
  padding-left: 1.75rem;
}
.control.has-icons-left .select.is-medium select {
  padding-left: 3rem;
}
.control.has-icons-left .select.is-large + .icon {
  font-size: 1.6rem;
}
.control.has-icons-left .select.is-large select {
  padding-left: 3.3rem;
}
.control .select:after {
  border: 1px solid #8c8cf9;
  border-right: 0;
  border-top: 0;
}
.control .select:hover:after {
  border: 1px solid rgb(91.5289256198, 91.5289256198, 246.4710743802);
  border-right: 0;
  border-top: 0;
}
.control .select select:active, .control .select select:focus {
  border-color: #8c8cf9;
}
.control .select:not(.is-multiple):not(.is-loading)::after {
  right: 1.525em;
  z-index: 4;
  font-size: 0.8rem;
  border: 1px solid #999;
  border-right: 0;
  border-top: 0;
}
.control .icon i {
  transition: all 0.3s;
}

/* ==========================================================================
8. Autocomplete
========================================================================== */
.auto-cpl-control .icon {
  height: 44px !important;
  width: 44px !important;
}
.auto-cpl-control .icon i {
  font-size: 18px;
}
.auto-cpl-control .autocpl {
  box-shadow: none !important;
}
.auto-cpl-control .easy-autocomplete-container ul li {
  padding: 8px 12px;
}
.auto-cpl-control .easy-autocomplete-container ul li.selected {
  background: rgb(247.2, 247.2, 247.2) !important;
}
.auto-cpl-control .easy-autocomplete-container .template-wrapper {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.auto-cpl-control .easy-autocomplete-container .template-wrapper .autocpl-avatar {
  width: 36px !important;
  height: 36px !important;
  border-radius: 100px !important;
}
.auto-cpl-control .easy-autocomplete-container .template-wrapper .entry-text {
  margin-left: 15px;
}
.auto-cpl-control .easy-autocomplete-container .template-wrapper .entry-text span {
  font-size: 0.8rem;
  color: #a9abac;
}

/* ==========================================================================
9. jQuery datepicker
========================================================================== */
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #ad5cff !important;
}

/* ==========================================================================
10. File inputs
========================================================================== */
.file-input-wrapper .control {
  display: flex;
  justify-content: center;
  position: relative;
}
.file-input-wrapper .control .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input-wrapper .control .inputfile + label {
  max-width: 80%;
  font-size: 1.05rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  padding: 0.625rem 1.45rem 0.8rem 1.25rem;
  transition: all 0.3s;
}
.file-input-wrapper .control .inputfile + label i {
  margin-right: 10px;
}
.file-input-wrapper .control .simple-file-input + label {
  color: #fff;
  background-color: #ad5cff;
}
.file-input-wrapper .control .simple-file-input:focus + label,
.file-input-wrapper .control .simple-file-input.has-focus + label,
.file-input-wrapper .control .simple-file-input + label:hover {
  background-color: rgb(185.8282208589, 117.5, 255);
  outline: none;
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}

.field-input-wrapper {
  box-sizing: border-box;
}
.field-input-wrapper .field-input {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  border: 1px solid #ededed;
  padding: 16px;
  width: 450px;
  position: relative;
  border-radius: 3px;
}
.field-input-wrapper .field-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.field-input-wrapper .field-input > .button {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  line-height: 1;
}
.field-input-wrapper .field-input > .label {
  color: #444f60;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.3;
}
.field-input-wrapper .field-input.-chosen > .label {
  opacity: 1;
}

.field > label {
  font-family: "Roboto", sans-serif;
  padding-bottom: 4px;
  color: rgb(93.3756097561, 108.4804878049, 131.8243902439);
}
.field.has-addons {
  display: flex;
}
.field.has-addons input {
  margin-right: 5px;
}
.field.has-addons .button {
  height: 36px;
}

/* ==========================================================================
11. Checkboxes and radios
========================================================================== */
.label--checkbox {
  position: relative;
  margin: 0.5rem;
  font-family: Arial, sans-serif;
  line-height: 135% !important;
  cursor: pointer;
  transform: scale(0.7);
}
.label--checkbox span {
  position: relative;
  top: -7px;
  font-size: 14px;
  color: #444f60;
}

.md-checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
  transform: scale(1.8);
}
.md-checkbox:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  border: 1.5px solid #ccc;
}
.md-checkbox:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #8c8cf9;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}

@keyframes slideUp {
  0% {
    transform: translateY(6.25rem);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  input.md-checkbox:focus {
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    outline-offset: 0 !important;
    background: #fff !important;
  }
}
.radio-wrap, .checkbox-wrap {
  position: relative;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  padding: 1em;
}
.radio-wrap::-moz-selection, .checkbox-wrap::-moz-selection {
  background: transparent;
}
.radio-wrap::selection, .checkbox-wrap::selection {
  background: transparent;
}
.radio-wrap input.d-checkbox + span, .checkbox-wrap input.d-checkbox + span,
.radio-wrap input.b-radio + span,
.checkbox-wrap input.b-radio + span {
  background: #fff;
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
  border: 1px solid #999;
  vertical-align: middle;
  width: 2em;
  height: 2em;
}
.radio-wrap input.d-checkbox + span::after, .checkbox-wrap input.d-checkbox + span::after,
.radio-wrap input.b-radio + span::after,
.checkbox-wrap input.b-radio + span::after {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 0.2s;
}
.radio-wrap input.d-checkbox:checked + span::after, .checkbox-wrap input.d-checkbox:checked + span::after,
.radio-wrap input.b-radio:checked + span::after,
.checkbox-wrap input.b-radio:checked + span::after {
  transform: scale(1);
}
.radio-wrap input.d-checkbox, .checkbox-wrap input.d-checkbox,
.radio-wrap input.b-radio,
.checkbox-wrap input.b-radio {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.checkbox-wrap input + span {
  border-radius: 2px;
}
.checkbox-wrap input + span::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
  background-size: contain;
  width: 1.9em;
  height: 1.9em;
}
.checkbox-wrap.is-medium input + span {
  width: 1.4em;
  height: 1.4em;
}
.checkbox-wrap.is-medium input + span::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
}
.checkbox-wrap.is-small input + span {
  width: 1em;
  height: 1em;
}
.checkbox-wrap.is-small input + span::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
}

.radio-wrap input + span {
  border-radius: 1000px;
}
.radio-wrap input + span::after {
  border-radius: 1000px;
  margin: 0.55em;
  width: 0.75em;
  height: 0.75em;
}
.radio-wrap input:checked + span::after {
  background: #444f60;
}
.radio-wrap.is-small span {
  transform: scale(0.6) !important;
}
.radio-wrap.is-small span::after {
  margin: 0.54em !important;
}
.radio-wrap.is-medium span {
  transform: scale(0.8) !important;
}
.radio-wrap.is-medium span::after {
  margin: 0.58em !important;
}
.radio-wrap.is-primary input:checked + span::after {
  background: #8c8cf9;
}
.radio-wrap.is-secondary input:checked + span::after {
  background: #7f00ff;
}
.radio-wrap.is-accent input:checked + span::after {
  background: #ad5cff;
}

/* ==========================================================================
12. Tags input
========================================================================== */
.tagsinput {
  border: 1px solid rgb(229.35, 229.35, 229.35);
  background: #fff;
  padding: 5px;
  width: 300px;
  height: 100px;
  overflow-y: auto;
}
.tagsinput .tag {
  position: relative;
  border: 1px solid #2e9be5;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  background: #2e9be5;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.tagsinput .tag:after {
  position: absolute;
  right: 4px;
  font-family: "Material Icons";
  content: "\e5cd";
  color: #fff;
  opacity: 1;
  z-index: 0;
}
.tagsinput .tag span {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.tagsinput .tag a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.tagsinput input {
  width: 80px;
  margin: 0 5px 5px 0;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0;
}
.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

.bulma-tags .tagsinput {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  overflow-y: auto;
}
.bulma-tags .tagsinput .control {
  margin-right: 0.2rem !important;
}
.bulma-tags .tagsinput .tags {
  outline: none !important;
}
.bulma-tags .tagsinput .tags .tag:first-child {
  padding: 4px 8px 6px;
}
.bulma-tags .tagsinput .tags .tag:first-child.is-active {
  background: #2e9be5;
}
.bulma-tags .tagsinput .tags .tag:first-child:after {
  display: none !important;
}
.bulma-tags .tagsinput .tags .is-delete {
  margin: 0;
  background: #344258;
}

/* ==========================================================================
13. Time picker
========================================================================== */
.wickedpicker {
  height: 150px;
}
.wickedpicker .wickedpicker__controls {
  padding: 12px 0 !important;
}
.wickedpicker .wickedpicker__controls__control-up:before {
  font-family: "material icons";
  content: "\e316";
}
.wickedpicker .wickedpicker__controls__control-down:after {
  font-family: "material icons";
  content: "\e313";
  top: 8px;
  position: relative;
}

/* ==========================================================================
14. Step form
========================================================================== */
.steps-wrapper {
  position: relative;
  min-height: 390px;
  padding: 40px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}
.steps-wrapper .steps {
  font-size: 0.9rem;
}
.steps-wrapper .steps .steps-content {
  padding-bottom: 50px;
}
.steps-wrapper .steps .step-item.is-active .step-marker {
  border-color: #7f00ff !important;
  color: #7f00ff;
}
.steps-wrapper .steps .step-item.is-active:before {
  background-position: left bottom;
}
.steps-wrapper .steps .step-item.is-completed .step-marker {
  background: #7f00ff;
}
.steps-wrapper .steps .step-item.is-completed:before {
  background-position: left bottom;
}
.steps-wrapper .steps .step-item:not(:first-child):before {
  content: " ";
  display: block;
  position: absolute;
}
.steps-wrapper .steps .step-item:before {
  background: linear-gradient(to left, #dbdbdb 50%, #7f00ff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.steps-wrapper .step-title {
  font-size: 0.7rem !important;
  text-transform: uppercase;
}
.steps-wrapper .label {
  text-align: left;
  font-weight: 600 !important;
}
.steps-wrapper .steps-actions {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  padding: 0 40px;
}
.steps-wrapper .steps-actions .steps-action {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.steps-wrapper .steps-actions .steps-action .button {
  margin-left: 8px;
}
.steps-wrapper .confirm-image {
  display: block;
  margin: 10px auto;
  height: 75px;
}
.steps-wrapper.is-squared .step-marker {
  border-radius: 4px !important;
}

@media (max-width: 767px) {
  .steps-wrapper.is-double-column .steps-actions {
    bottom: 20px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .steps-wrapper.is-double-column .steps-actions {
    bottom: 20px !important;
  }
}
/* ==========================================================================
15. Combo boxes
========================================================================== */
.is-combo {
  margin-bottom: 20px;
}
.is-combo .combo-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: #999;
}
.is-combo .combo-box,
.is-combo .image-combo-box,
.is-combo .stacked-combo-box,
.is-combo .user-combo-box {
  position: relative;
  background: #fff;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 4px;
  height: 40px;
  margin-top: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.is-combo .combo-box.has-rounded-images .combo-item img,
.is-combo .combo-box.has-rounded-images .item-icon img,
.is-combo .image-combo-box.has-rounded-images .combo-item img,
.is-combo .image-combo-box.has-rounded-images .item-icon img,
.is-combo .stacked-combo-box.has-rounded-images .combo-item img,
.is-combo .stacked-combo-box.has-rounded-images .item-icon img,
.is-combo .user-combo-box.has-rounded-images .combo-item img,
.is-combo .user-combo-box.has-rounded-images .item-icon img {
  border-radius: 50%;
}
.is-combo .combo-box .box-inner,
.is-combo .image-combo-box .box-inner,
.is-combo .stacked-combo-box .box-inner,
.is-combo .user-combo-box .box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-combo .combo-box .box-inner .combo-item,
.is-combo .image-combo-box .box-inner .combo-item,
.is-combo .stacked-combo-box .box-inner .combo-item,
.is-combo .user-combo-box .box-inner .combo-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 8px;
}
.is-combo .combo-box .box-inner .combo-item i,
.is-combo .image-combo-box .box-inner .combo-item i,
.is-combo .stacked-combo-box .box-inner .combo-item i,
.is-combo .user-combo-box .box-inner .combo-item i {
  color: #7f00ff;
  font-size: 20px;
  margin-right: 8px;
}
.is-combo .combo-box .box-inner .combo-item .fa,
.is-combo .image-combo-box .box-inner .combo-item .fa,
.is-combo .stacked-combo-box .box-inner .combo-item .fa,
.is-combo .user-combo-box .box-inner .combo-item .fa {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.is-combo .combo-box .box-inner .combo-item .fa.is-green,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-green,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-green,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-green {
  color: #2eb289;
}
.is-combo .combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-blue {
  color: #2e9be5;
}
.is-combo .combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-orange {
  color: #f6c400;
}
.is-combo .combo-box .box-inner .combo-item .fa.is-red,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-red,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-red,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-red {
  color: #f92b60;
}
.is-combo .combo-box .box-inner .combo-item .fa.is-secondary,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-secondary,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-secondary,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-secondary {
  color: #7f00ff;
}
.is-combo .combo-box .box-inner .combo-item img,
.is-combo .image-combo-box .box-inner .combo-item img,
.is-combo .stacked-combo-box .box-inner .combo-item img,
.is-combo .user-combo-box .box-inner .combo-item img {
  display: block;
  height: 26px;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked,
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked,
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked,
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked {
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  margin-right: 0 !important;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1) {
  margin-left: -9px;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2) {
  margin-left: -9px;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3) {
  margin-left: -9px;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4) {
  margin-left: -9px;
}
.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5) {
  margin-left: -9px;
}
.is-combo .combo-box .box-inner .combo-item .avatar-container,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
}
.is-combo .combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container .avatar {
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.is-combo .combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container .badge {
  position: absolute;
  bottom: 0;
  right: -6px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0;
}
.is-combo .combo-box .box-inner .combo-item span,
.is-combo .image-combo-box .box-inner .combo-item span,
.is-combo .stacked-combo-box .box-inner .combo-item span,
.is-combo .user-combo-box .box-inner .combo-item span {
  display: block;
  color: #444f60;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 8px;
}
.is-combo .combo-box .box-chevron,
.is-combo .image-combo-box .box-chevron,
.is-combo .stacked-combo-box .box-chevron,
.is-combo .user-combo-box .box-chevron {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.is-combo .combo-box .box-chevron i,
.is-combo .image-combo-box .box-chevron i,
.is-combo .stacked-combo-box .box-chevron i,
.is-combo .user-combo-box .box-chevron i {
  font-size: 18px;
  stroke: #444f60;
  transform: rotate(0);
  transition: all 0.3s;
}
.is-combo .combo-box .box-chevron svg,
.is-combo .image-combo-box .box-chevron svg,
.is-combo .stacked-combo-box .box-chevron svg,
.is-combo .user-combo-box .box-chevron svg {
  height: 18px;
  width: 18px;
  stroke: #444f60;
  transform: rotate(0);
  transition: all 0.3s;
}
.is-combo .combo-box .box-dropdown,
.is-combo .image-combo-box .box-dropdown,
.is-combo .stacked-combo-box .box-dropdown,
.is-combo .user-combo-box .box-dropdown {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s;
}
.is-combo .combo-box .box-dropdown.is-dropup,
.is-combo .image-combo-box .box-dropdown.is-dropup,
.is-combo .stacked-combo-box .box-dropdown.is-dropup,
.is-combo .user-combo-box .box-dropdown.is-dropup {
  top: -165px;
  height: 148px;
}
.is-combo .combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .image-combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .stacked-combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .user-combo-box .box-dropdown.is-dropup .dropdown-inner {
  overflow-y: auto;
}
.is-combo .combo-box .box-dropdown .dropdown-inner,
.is-combo .image-combo-box .box-dropdown .dropdown-inner,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner,
.is-combo .user-combo-box .box-dropdown .dropdown-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 4px;
  margin-top: 10px;
  max-height: 190px;
  overflow-y: auto;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul {
  padding: 10px 0;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li {
  padding: 6px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
  color: #999;
  font-size: 20px;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green {
  color: #2eb289;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue {
  color: #2e9be5;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange {
  color: #f6c400;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red {
  color: #f92b60;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary {
  color: #7f00ff;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img {
  display: block;
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img {
  opacity: 0.4;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar {
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  margin-left: auto;
  opacity: 0;
  transition: all 0.3s;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg {
  stroke: #7f00ff;
  stroke-width: 3px;
  height: 16px;
  width: 16px;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark i,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark i,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark i,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark i {
  font-size: 16px;
  color: #7f00ff;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li span {
  display: block;
  color: #999;
  font-size: 0.9rem;
  font-weight: 500;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li:hover {
  background: rgb(242.1, 242.1, 242.1);
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
  color: #7f00ff;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img {
  opacity: 1;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
  color: #444f60;
}
.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark {
  opacity: 1;
}
.is-combo .combo-box.is-active,
.is-combo .image-combo-box.is-active,
.is-combo .stacked-combo-box.is-active,
.is-combo .user-combo-box.is-active {
  border-color: #7f00ff;
}
.is-combo .combo-box.is-active .box-chevron svg,
.is-combo .combo-box.is-active .box-chevron i,
.is-combo .image-combo-box.is-active .box-chevron svg,
.is-combo .image-combo-box.is-active .box-chevron i,
.is-combo .stacked-combo-box.is-active .box-chevron svg,
.is-combo .stacked-combo-box.is-active .box-chevron i,
.is-combo .user-combo-box.is-active .box-chevron svg,
.is-combo .user-combo-box.is-active .box-chevron i {
  transform: rotate(180deg);
}
.is-combo .combo-box.is-active .box-dropdown,
.is-combo .image-combo-box.is-active .box-dropdown,
.is-combo .stacked-combo-box.is-active .box-dropdown,
.is-combo .user-combo-box.is-active .box-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.is-combo .help-text {
  font-size: 0.75rem;
  color: #999;
}
.is-combo .big-combo-box {
  position: relative;
  background: #fff;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 4px;
  height: 58px;
  margin-top: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.is-combo .big-combo-box .box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.is-combo .big-combo-box .box-inner .combo-item {
  display: flex;
  align-items: center;
  height: 58px;
  padding-left: 8px;
}
.is-combo .big-combo-box .box-inner .combo-item i {
  color: #7f00ff;
  font-size: 1.6rem;
}
.is-combo .big-combo-box .box-inner .combo-item .combo-text {
  margin-left: 16px;
}
.is-combo .big-combo-box .box-inner .combo-item .combo-text span {
  display: block;
}
.is-combo .big-combo-box .box-inner .combo-item .combo-text span:first-child {
  color: #444f60;
  font-size: 0.9rem;
  font-weight: 500;
}
.is-combo .big-combo-box .box-inner .combo-item .combo-text span:nth-child(2) {
  color: #999;
  font-size: 0.8rem;
  max-width: 330px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-combo .big-combo-box .box-chevron {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  width: 58px;
}
.is-combo .big-combo-box .box-chevron svg {
  height: 18px;
  width: 18px;
  stroke: #444f60;
  transform: rotate(0);
  transition: all 0.3s;
}
.is-combo .big-combo-box .box-dropdown {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 4px;
  margin-top: 10px;
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul {
  padding: 10px 0;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li {
  padding: 6px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 16px;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
  color: #999;
  font-size: 1.6rem;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span {
  display: block;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:first-child {
  color: #444f60;
  font-size: 0.9rem;
  font-weight: 500;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:nth-child(2) {
  color: #999;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li:hover {
  background: rgb(242.1, 242.1, 242.1);
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
  color: #7f00ff;
}
.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
  color: #444f60;
}
.is-combo .big-combo-box.is-active {
  border-color: #7f00ff;
}
.is-combo .big-combo-box.is-active .box-chevron svg {
  transform: rotate(180deg);
}
.is-combo .big-combo-box.is-active .box-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/*! _tables.scss | Bulkit | CSS Ninja */
/* ==========================================================================
Table styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Compare devices table
1. feature comparison table
2. Responsive table
=============================================================================
***/
/* ==========================================================================
0. Compare devices table
========================================================================== */
.table {
  width: 100%;
}

.table.device-table th,
.table.device-table td {
  text-align: center !important;
  border: none;
}
.table.device-table th i {
  font-size: 35px;
  color: #cecece;
}
.table.device-table td {
  padding: 0.75em 1em;
}
.table.device-table td:first-child {
  text-align: left !important;
}
.table.device-table td.feature-name {
  line-height: 1.9;
  font-family: "Nexa Light", sans-serif;
}
.table.device-table td i.im-icon-Yes {
  font-size: 24px;
  color: #8c8cf9;
}
.table.device-table td i.im-icon-Close {
  font-size: 24px;
  color: #cecece;
}
.table.device-table th {
  border-bottom: 1px solid #dbdbdb;
}

/* ==========================================================================
1. feature comparison table
========================================================================== */
.table.compare-table th,
.table.compare-table td {
  text-align: center !important;
  border: none;
}
.table.compare-table th i {
  font-size: 35px;
  color: #cecece;
}
.table.compare-table td {
  padding: 0.75em 1em;
}
.table.compare-table td:first-child {
  text-align: left !important;
}
.table.compare-table td.feature-name {
  line-height: 1.9;
  font-family: "Nexa Light", sans-serif;
}
.table.compare-table td i.fa-check {
  font-size: 18px;
  color: #8c8cf9;
}
.table.compare-table td i.fa-close {
  font-size: 18px;
  color: #cecece;
}
.table.compare-table th {
  border-bottom: 1px solid #dbdbdb;
  font-family: "Nexa Bold", sans-serif;
}

/* ==========================================================================
2. Responsive table
========================================================================== */
.responsive-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
  color: #333;
  border-radius: 0.2em;
  overflow: hidden;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.responsive-table.is-primary tr:first-child {
  background: #8c8cf9;
}
.responsive-table.is-secondary tr:first-child {
  background: #7f00ff;
}
.responsive-table.is-accent tr:first-child {
  background: #ad5cff;
}
.responsive-table tr:first-child {
  border-top: none;
  background: #999;
  color: #fff !important;
}
.responsive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  border-color: #bfbfbf;
}
.responsive-table:nth-child(odd):not(:first-child) {
  background-color: #fcfcfc;
}
.responsive-table th {
  display: none;
  color: #fff;
}
.responsive-table td {
  display: block;
}
.responsive-table td:first-child {
  margin-top: 0.5em;
}
.responsive-table td:last-child {
  margin-bottom: 0.5em;
}
.responsive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}
.responsive-table th,
.responsive-table td {
  text-align: left;
  padding: 0.5em 1em;
}
@media screen and (max-width: 601px) {
  .responsive-table tr:nth-child(2) {
    border-top: none;
  }
  .responsive-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .responsive-table td::before {
    text-align: left !important;
  }
}
@media screen and (min-width: 600px) {
  .responsive-table tr:hover:not(:first-child) {
    background-color: #f2f2f2;
  }
  .responsive-table td:before {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .responsive-table th:first-child,
  .responsive-table td:first-child {
    padding-left: 0;
  }
  .responsive-table th:last-child,
  .responsive-table td:last-child {
    padding-right: 0;
  }
  .responsive-table th,
  .responsive-table td {
    padding: 1em !important;
  }
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
List styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Resets
1. Bullet icon list
2. Solid list
3. Inline list
4. List blocks
5. Levels
6. User list
7. Media list
=============================================================================
***/
/* ==========================================================================
0. Resets
========================================================================== */
.content ul {
  list-style-type: disc;
}
.content ol {
  list-style-type: decimal;
}

ul,
ol {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
1. Bullet icon list
========================================================================== */
.icon-bullet-list {
  list-style: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.icon-bullet-list li {
  padding-left: 1.3em;
  padding: 3px 0 3px 1.3em;
}
.icon-bullet-list li:before {
  content: "\f10c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.7rem;
  width: 1.3em;
}

/* ==========================================================================
2. Solid list
========================================================================== */
.solid-list {
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.solid-list .solid-list-item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 5px 0;
}
.solid-list .solid-list-item .list-bullet i {
  font-size: 1.5rem;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #a9abac;
}

/* ==========================================================================
3. Inline list
========================================================================== */
.inline-list {
  display: flex !important;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}
.inline-list i.inline-bullet {
  font-size: 0.4rem;
  margin: 0 10px;
  color: #ededed;
  position: relative;
  top: 8px;
}

/* ==========================================================================
4. List blocks
========================================================================== */
.list-block {
  border: 1px solid #ededed;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.list-block li {
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}
.list-block li a {
  color: #444444;
}
.list-block li.is-active {
  background: #8c8cf9;
}
.list-block li.is-active:hover {
  background: #8c8cf9;
}
.list-block li.is-active .b-badge {
  border: 1px solid #fff;
  background: transparent;
}
.list-block li.is-active a {
  color: #fff;
}
.list-block li:hover {
  background: #eff4f7;
}
.list-block.bordered li:not(last-child) {
  border-bottom: 1px solid #ededed;
}
.list-block.minimal {
  border: none;
  box-shadow: none;
}
.list-block.minimal li {
  border-bottom: 1px solid #ededed;
}
.list-block .b-badge {
  float: right;
}
.list-block.is-secondary li.is-active {
  background: #7f00ff;
}
.list-block.is-accent li.is-active {
  background: #ad5cff;
}

/* ==========================================================================
5. Levels
========================================================================== */
.level.nav-level {
  padding: 20px 40px;
  border: 1px solid #ededed;
  background: #fff;
}
.level.nav-level i {
  cursor: pointer;
}
.level.nav-level i:hover {
  color: #8c8cf9;
}

.level.centered-level {
  padding: 20px 40px;
  border: 1px solid #ededed;
  background: #fff;
}

/* ==========================================================================
6. User list
========================================================================== */
.user-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
}
.user-list .user-list-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.user-list .user-list-info {
  margin: 0 10px;
}
.user-list .user-list-info .name {
  font-size: 14px;
  font-weight: 500;
  color: #444f60;
}
.user-list .user-list-info .position {
  font-size: 12px;
  color: #a9abac;
}
.user-list .user-list-status {
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background: #a9abac;
  margin-left: auto;
}
.user-list .user-list-status.is-offline {
  background: #ededed;
}
.user-list .user-list-status.is-online {
  background: #2eb289;
}
.user-list .user-list-status.is-busy {
  background: #f6c400;
}

/* ==========================================================================
7. Media list
========================================================================== */
.user-media-list li {
  margin: 15px 0;
}
.user-media-list .media-left .image {
  position: relative;
}
.user-media-list .media-left .image .avatar-status {
  height: 10px;
  width: 10px;
  border-radius: 200px;
  background: #a9abac;
  position: absolute;
  right: 1px;
  top: 3px;
}
.user-media-list .media-left .image .avatar-status.is-offline {
  background: #ededed;
}
.user-media-list .media-left .image .avatar-status.is-online {
  background: #2eb289;
}
.user-media-list .media-left .image .avatar-status.is-busy {
  background: #f6c400;
}
.user-media-list .media-content span {
  color: #444f60;
  font-weight: 500;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Badges
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Badge
1. Tags
=============================================================================
***/
/* ==========================================================================
0. Badge
========================================================================== */
.b-badge {
  height: 20px;
  min-width: 20px;
  max-width: 100px;
  padding: 3px 6px;
  line-height: 1.2;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0.8rem;
  color: #fff;
  background: #999;
  text-align: center;
  border-radius: 3px;
}
.b-badge.rounded {
  border-radius: 200px;
}
.b-badge.badge-outlined {
  background: transparent;
  border: 1px solid #999;
  color: #999;
}
.b-badge.is-primary {
  background: #8c8cf9;
}
.b-badge.is-primary.badge-outlined {
  background: transparent;
  border: 1px solid #8c8cf9;
  color: #8c8cf9;
}
.b-badge.is-secondary {
  background: #7f00ff;
}
.b-badge.is-secondary.badge-outlined {
  background: transparent;
  border: 1px solid #7f00ff;
  color: #7f00ff;
}
.b-badge.is-accent {
  background: #ad5cff;
}
.b-badge.is-accent.badge-outlined {
  background: transparent;
  border: 1px solid #ad5cff;
  color: #ad5cff;
}
.b-badge.is-success {
  background: #2eb289;
}
.b-badge.is-success.badge-outlined {
  background: transparent;
  border: 1px solid #2eb289;
  color: #2eb289;
}
.b-badge.is-warning {
  background: #f6c400;
}
.b-badge.is-warning.badge-outlined {
  background: transparent;
  border: 1px solid #f6c400;
  color: #f6c400;
}
.b-badge.is-danger {
  background: #f92b60;
}
.b-badge.is-danger.badge-outlined {
  background: transparent;
  border: 1px solid #f92b60;
  color: #f92b60;
}
.b-badge.is-info {
  background: #2e9be5;
}
.b-badge.is-info.badge-outlined {
  background: transparent;
  border: 1px solid #2e9be5;
  color: #2e9be5;
}

/* ==========================================================================
1. Tags
========================================================================== */
.tag {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}
.tag.squared {
  border-radius: 2px !important;
}
.tag.is-outlined {
  border: 1px solid #999;
}
.tag.is-primary {
  background: #8c8cf9;
  color: #fff;
}
.tag.is-primary.is-outlined {
  background: transparent;
  border: 1px solid #8c8cf9;
  color: #8c8cf9;
}
.tag.is-secondary {
  background: #7f00ff;
  color: #fff;
}
.tag.is-secondary.is-outlined {
  background: transparent;
  border: 1px solid #7f00ff;
  color: #7f00ff;
}
.tag.is-accent {
  background: #ad5cff;
  color: #fff;
}
.tag.is-accent.is-outlined {
  background: transparent;
  border: 1px solid #ad5cff;
  color: #ad5cff;
}
.tag.is-success {
  background: #2eb289;
  color: #fff;
}
.tag.is-success.is-outlined {
  background: transparent;
  border: 1px solid #2eb289;
  color: #2eb289;
}
.tag.is-success.is-pastel {
  background: rgb(222.2607142857, 246.5392857143, 238.9982142857);
  color: rgb(37.6214285714, 145.5785714286, 112.0464285714);
}
.tag.is-warning {
  background: #f6c400 !important;
  color: #fff !important;
}
.tag.is-warning.is-outlined {
  background: transparent !important;
  border: 1px solid #f6c400 !important;
  color: #f6c400 !important;
}
.tag.is-warning.is-pastel {
  background: rgb(255, 242.8048780488, 195) !important;
  color: rgb(205.2, 163.4926829268, 0) !important;
}
.tag.is-danger {
  background: #f92b60;
  color: #fff;
}
.tag.is-danger.is-outlined {
  background: transparent;
  border: 1px solid #f92b60;
  color: #f92b60;
}
.tag.is-danger.is-pastel {
  background: rgb(253.7835616438, 189.6164383562, 218.8109589041) !important;
  color: rgb(174.9452054795, 3.2547945205, 81.3698630137) !important;
}
.tag.is-info {
  background: #2e9be5;
  color: #fff;
}
.tag.is-info.is-outlined {
  background: transparent;
  border: 1px solid #2e9be5;
  color: #2e9be5;
}
.tag.is-info.is-pastel {
  background: rgb(245.5727659574, 250.4893617021, 253.8272340426) !important;
  color: rgb(25.9114893617, 134.5404255319, 208.2885106383) !important;
}
.tag.is-purple {
  background: #8269b2;
  color: #fff;
}
.tag.is-purple.is-outlined {
  background: transparent;
  border: 1px solid #8269b2;
  color: #8269b2;
}
.tag.is-purple.is-pastel {
  background: rgb(236.718061674, 233.0616740088, 243.7383259912) !important;
  color: rgb(108.8299559471, 82.1559471366, 160.0440528634) !important;
}
.tag.is-purple {
  background: #8269b2;
  color: #fff;
}
.tag.is-purple.is-outlined {
  background: transparent;
  border: 1px solid #8269b2;
  color: #8269b2;
}
.tag.is-purple.is-pastel {
  background: rgb(236.718061674, 233.0616740088, 243.7383259912) !important;
  color: rgb(108.8299559471, 82.1559471366, 160.0440528634) !important;
}
.tag.is-yellow {
  background: #ffd66e;
  color: #fff;
}
.tag.is-yellow.is-outlined {
  background: transparent;
  border: 1px solid #ffd66e;
  color: #ffd66e;
}
.tag.is-yellow.is-pastel {
  background: rgb(255, 245.7255172414, 222.2) !important;
  color: rgb(255, 202.4634482759, 69.2) !important;
}
.tag.is-orange {
  background: #ffa981;
  color: #fff;
}
.tag.is-orange.is-outlined {
  background: transparent;
  border: 1px solid #ffa981;
  color: #ffa981;
}
.tag.is-orange.is-pastel {
  background: rgb(255, 245.580952381, 241.2) !important;
  color: rgb(255, 141.1523809524, 88.2) !important;
}
.tag.is-light {
  background: #fff;
  color: #444f60;
}
.tag.is-light.is-outlined {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.tag span.delete {
  top: 2px;
}

.tags.has-addons span:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-right: 0;
}
.tags.has-addons span:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-left: -5px;
}
.tags.has-addons.is-centered {
  justify-content: center;
}

.control.tag-group {
  display: flex;
  justify-content: center;
}

.tag.is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
  border-radius: 0 2px 2px 0 !important;
  margin-left: -5px;
}
.tag.is-delete:before {
  height: 1px;
  width: 50%;
}
.tag.is-delete:after {
  height: 50%;
  width: 1px;
}
.tag.is-delete:before, .tag.is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Messages styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Messages
1. GGpopovers
2. GGtooltips
=============================================================================
***/
/* ==========================================================================
0. Messages
========================================================================== */
.message .message-header {
  background: #999;
}
.message.msg-primary .message-header {
  background: #8c8cf9;
}
.message.msg-primary .message-body {
  border: 1px solid #8c8cf9;
}
.message.msg-secondary .message-header {
  background: #7f00ff;
}
.message.msg-secondary .message-body {
  border: 1px solid #7f00ff;
}
.message.msg-accent .message-header {
  background: #ad5cff;
}
.message.msg-accent .message-body {
  border: 1px solid #ad5cff;
}
.message.msg-info .message-header {
  background: #2e9be5;
}
.message.msg-info .message-body {
  border: 1px solid #2e9be5;
}
.message.msg-success .message-header {
  background: #2eb289;
}
.message.msg-success .message-body {
  border: 1px solid #2eb289;
}
.message.msg-warning .message-header {
  background: #f6c400;
}
.message.msg-warning .message-body {
  border: 1px solid #f6c400;
}
.message.msg-danger .message-header {
  background: #f92b60;
}
.message.msg-danger .message-body {
  border: 1px solid #f92b60;
}
.message.icon-msg {
  position: relative;
}
.message.icon-msg .message-body {
  padding: 1em 3em 1em 1.5em;
}
.message.icon-msg .message-body h4 {
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #444f60;
}
.message.icon-msg i {
  position: absolute;
  top: -18px;
  right: -20px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #999;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.message.icon-msg.primary-msg i {
  background: #8c8cf9;
}
.message.icon-msg.secondary-msg i {
  background: #7f00ff;
}
.message.icon-msg.accent-msg i {
  background: #ad5cff;
}
.message.icon-msg.info-msg i {
  background: #2e9be5;
}
.message.icon-msg.success-msg i {
  background: #2eb289;
}
.message.icon-msg.warning-msg i {
  background: #f6c400;
}
.message.icon-msg.danger-msg i {
  background: #f92b60;
}

/* ==========================================================================
1. GGpopovers
========================================================================== */
.ggpopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}
.ggpopover.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.ggpopover.fade.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ggpopover.top {
  margin-top: -20px;
}
.ggpopover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.ggpopover.top > .arrow > .after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ggpopover.right {
  margin-left: 20px;
}
.ggpopover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.ggpopover.right > .arrow > .after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.ggpopover.bottom {
  margin-top: 20px;
}
.ggpopover.bottom .arrow .after {
  border-bottom-color: rgb(247, 247, 247);
}
.ggpopover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ggpopover.bottom > .arrow > .after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ggpopover.left {
  margin-left: -20px;
}
.ggpopover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.ggpopover.left > .arrow > .after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.ggpopover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-color: #ededed;
  border-radius: 4px 4px 0 0;
  color: #444f60;
}
.ggpopover .popover-content {
  padding: 9px 14px 15px 14px;
  border-radius: 0 0 4px 4px;
  font-size: 0.9rem;
  color: #666 !important;
}
.ggpopover > .arrow,
.ggpopover .arrow > .after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ggpopover > .arrow {
  border-width: 11px;
}
.ggpopover .arrow > .after {
  content: "";
  border-width: 10px;
}

/* ==========================================================================
2. GGtooltips
========================================================================== */
.ggtooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.ggtooltip.fade {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.ggtooltip.fade.in {
  opacity: 1;
}
.ggtooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ggtooltip.top {
  margin-top: -15px;
}
.ggtooltip.top .ggtooltip-arrow,
.ggtooltip.top .ggtooltip-arrow-shadow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #222 !important;
  border-width: 5px 5px 0;
}
.ggtooltip.top .ggtooltip-arrow-shadow {
  bottom: 0;
}
.ggtooltip.right {
  margin-left: 15px;
}
.ggtooltip.right .ggtooltip-arrow,
.ggtooltip.right .ggtooltip-arrow-shadow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-right-color: #222 !important;
  border-width: 5px 5px 5px 0;
}
.ggtooltip.right .ggtooltip-arrow-shadow {
  left: 0;
}
.ggtooltip.bottom {
  margin-top: 15px;
}
.ggtooltip.bottom .ggtooltip-arrow,
.ggtooltip.bottom .ggtooltip-arrow-shadow {
  top: 1px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #222 !important;
  border-width: 0 5px 5px;
}
.ggtooltip.bottom .ggtooltip-arrow-shadow {
  top: 0;
}
.ggtooltip.left {
  margin-left: -15px;
}
.ggtooltip.left .ggtooltip-arrow,
.ggtooltip.left .ggtooltip-arrow-shadow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-left-color: #222 !important;
  border-width: 5px 0 5px 5px;
}
.ggtooltip.left .ggtooltip-arrow-shadow {
  right: 0;
}
.ggtooltip .ggtooltip-inner {
  max-width: 200px;
  padding: 8px 12px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #222 !important;
  border-radius: 4px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}
.ggtooltip .ggtooltip-arrow,
.ggtooltip .ggtooltip-arrow-shadow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent !important;
  border-style: solid;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Pricing tables styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
    0. Classic pricing
    1. Minimal pricing
    2. Clean pricing
    3. Fancy pricing
    4. Colored headers pricing
    5. Switch Pricing
    6. One Page Pricing v1
    7. Pricing Card
    8. Boxed Pricing
    9. One Page Pricing v2
    10. Sophisticated Pricing
    11. Ecommerce Pricing
    12. Clean Pricing
    13. Ice Pricing
=============================================================================
***/
/* ==========================================================================
0. Classic pricing
========================================================================== */
.pricing-plan .plan-header {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: "Nexa Bold", sans-serif;
  color: #999;
}

.classic-pricing .pricing-table {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
}
.classic-pricing .pricing-table.is-comparative .pricing-plan {
  margin: 0;
}
.classic-pricing .pricing-table.is-comparative .pricing-plan:not(:last-child) {
  border-right: none;
}
.classic-pricing .pricing-table.is-horizontal .pricing-plan {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}
.classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-header {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
  width: 100%;
  background-color: #fcfcfc;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
}
.classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-footer {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.classic-pricing .pricing-table .pricing-plan {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  border: 0.1rem solid #ededed;
  border-radius: 3px;
  list-style-type: none;
  transition: 0.25s;
  margin: 0.5em;
}
.classic-pricing .pricing-table .pricing-plan .plan-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}
.classic-pricing .pricing-table .pricing-plan .plan-item {
  background: #fcfcfc;
  border-bottom: 1px solid #ededed;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  font-size: 0.9em;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.classic-pricing .pricing-table .pricing-plan .plan-item:hover {
  background: #eff4f7;
}
.classic-pricing .pricing-table .pricing-plan .plan-price {
  background-color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}
.classic-pricing .pricing-table .pricing-plan .plan-price .plan-price-amount {
  font-size: 3rem;
  font-weight: bolder;
}
.classic-pricing .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  vertical-align: super;
  font-size: 1.1rem !important;
  font-weight: normal !important;
  color: #444f60;
  margin-right: 0.25rem;
}
.classic-pricing .pricing-table .pricing-plan .plan-footer {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  margin-top: auto;
}
.classic-pricing .pricing-table .pricing-plan .plan-footer .button {
  height: 42px;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-header {
  color: #8c8cf9;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount {
  color: #8c8cf9;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-price .plan-price-currency {
  color: #8c8cf9;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button {
  background-color: #8c8cf9;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered {
  background-color: rgb(127.882231405, 127.882231405, 248.367768595);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(140, 140, 249, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-active {
  background-color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button[disabled] {
  background-color: #8c8cf9;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-header {
  color: #7f00ff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-price .plan-price-amount {
  color: #7f00ff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-price .plan-price-currency {
  color: #7f00ff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button {
  background-color: #7f00ff;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-hovered {
  background-color: rgb(120.65, 0, 242.25);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(127, 0, 255, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-active {
  background-color: rgb(114.3, 0, 229.5);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button[disabled] {
  background-color: #7f00ff;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-header {
  color: #ad5cff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-price .plan-price-amount {
  color: #ad5cff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-price .plan-price-currency {
  color: #ad5cff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button {
  background-color: #ad5cff;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-hovered {
  background-color: rgb(166.5858895706, 79.25, 255);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(173, 92, 255, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-active {
  background-color: rgb(160.1717791411, 66.5, 255);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button[disabled] {
  background-color: #ad5cff;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-header {
  color: #2eb289;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-price .plan-price-amount {
  color: #2eb289;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-price .plan-price-currency {
  color: #2eb289;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button {
  background-color: #2eb289;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered {
  background-color: rgb(43.3816964286, 167.8683035714, 129.2020089286);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 178, 137, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-active {
  background-color: rgb(40.7633928571, 157.7366071429, 121.4040178571);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button[disabled] {
  background-color: #2eb289;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-header {
  color: #f6c400;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount {
  color: #f6c400;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-price .plan-price-currency {
  color: #f6c400;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button {
  background-color: #f6c400;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered {
  background-color: rgb(233.25, 185.8414634146, 0);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(246, 196, 0, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-active {
  background-color: rgb(220.5, 175.6829268293, 0);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button[disabled] {
  background-color: #f6c400;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-header {
  color: #f92b60;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount {
  color: #f92b60;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-price .plan-price-currency {
  color: #f92b60;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button {
  background-color: #f92b60;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered {
  background-color: rgb(248.6490825688, 30.6009174312, 86.7006880734);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(249, 43, 96, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-active {
  background-color: rgb(248.2981651376, 18.2018348624, 77.4013761468);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button[disabled] {
  background-color: #f92b60;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-header {
  color: #2e9be5;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-price .plan-price-amount {
  color: #2e9be5;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-price .plan-price-currency {
  color: #2e9be5;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button {
  background-color: #2e9be5;
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered {
  background-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 155, 229, 0.25);
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-active {
  background-color: rgb(27.6042553191, 143.329787234, 221.8957446809);
  border-color: transparent;
  color: #fff;
}
.classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button[disabled] {
  background-color: #2e9be5;
  border-color: transparent;
}
.classic-pricing .pricing-table .pricing-plan.is-active {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
  transform: scale(1.05);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .classic-pricing .pricing-table.is-comparative {
    margin: 0.5rem;
  }
  .classic-pricing .pricing-table.is-comparative.is-features {
    display: none;
  }
  .classic-pricing .pricing-table.is-comparative .plan-item::before {
    content: attr("data-feature");
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-header {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
    width: 100%;
    background-color: #fcfcfc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-footer {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .classic-pricing .pricing-table.is-comparative .pricing-plan {
    width: 100% !important;
    margin: 0.5rem;
  }
  .classic-pricing .pricing-table.is-comparative .pricing-plan.is-features {
    display: none;
  }
  .classic-pricing .pricing-table.is-comparative .pricing-plan .plan-item::before {
    content: attr(data-feature);
    display: block;
    font-weight: 600;
    font-size: 0.8rem;
    color: #eff4f7;
  }
  .classic-pricing .pricing-table.is-horizontal .plan-items {
    display: none;
  }
  .classic-pricing .pricing-plan.is-mobile {
    min-width: 100% !important;
    display: block !important;
  }
}

/* ==========================================================================
1. Minimal pricing
========================================================================== */
.minimal-pricing {
  border: 2px solid #444f60;
  border-radius: 2px;
}
.minimal-pricing.wide-box {
  max-width: 100%;
  margin: 0 10px 0 10px;
  padding: 20px 0 20px 0;
}
.minimal-pricing.featured {
  border: 2px solid #8c8cf9;
}
.minimal-pricing.featured .plan-name {
  color: #8c8cf9;
}
.minimal-pricing.featured .price .price-number {
  color: #8c8cf9;
}
.minimal-pricing.featured .price .price-currency {
  color: #8c8cf9;
}
.minimal-pricing.bg-secondary {
  background-color: #7f00ff;
  border: 2px solid #7f00ff;
}
.minimal-pricing.bg-secondary .plan-name {
  color: #fff;
}
.minimal-pricing.bg-secondary .price .price-number {
  color: #fff;
}
.minimal-pricing.bg-secondary .price .price-currency {
  color: #fff;
}
.minimal-pricing.bg-secondary .price .price-period {
  color: #fff;
}
.minimal-pricing.bg-secondary .plan-features {
  color: #fff;
}
.minimal-pricing .plan-name {
  color: #444f60;
  font-size: 1.3rem;
  font-weight: 500;
}
.minimal-pricing .price {
  margin-bottom: 20px;
}
.minimal-pricing .price .price-currency {
  font-weight: bold;
  font-size: 2rem;
}
.minimal-pricing .price .price-number {
  font-size: 6rem;
  font-weight: bold;
}
.minimal-pricing .plan-features {
  margin-bottom: 30px;
}
.minimal-pricing .plan-features ul li {
  padding: 5px 10px 5px 10px;
}

.minimal-pricing.wide-box {
  background-image: url(https://via.placeholder.com/1280x720);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* ==========================================================================
2. Clean pricing
========================================================================== */
.plan-controls {
  padding: 10px 0;
}
.plan-controls span {
  margin: 0 5px 0 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.plan-controls span.is-active {
  border: 1px solid #8c8cf9;
  border-radius: 4px;
  color: #8c8cf9;
}

.period-select {
  padding: 20px 0;
  max-width: 245px;
}
.period-select span {
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  color: #444f60;
  border: 1px solid #444f60;
}
.period-select span:first-child {
  border-right: 1px solid #444f60;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.period-select span:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.period-select span.is-active {
  background: #444f60;
  color: #fff;
}

.side-pricing .pricing-card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  transition: all 0.5s;
}
.side-pricing .pricing-card .popular {
  position: absolute;
  top: 15px;
  right: 25px;
}
.side-pricing .pricing-card .popular i {
  font-size: 26px;
  color: #8c8cf9;
}
.side-pricing .pricing-card .inner {
  padding: 15px;
}
.side-pricing .pricing-card .inner .plan-name {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}
.side-pricing .pricing-card .inner .plan-price {
  color: #444f60;
  font-weight: bolder;
  font-size: 3.8em;
  line-height: 1.15em;
  position: relative;
}
.side-pricing .pricing-card .inner .plan-price small.currency {
  position: relative;
  top: 38px;
  left: -90px;
  font-size: 26px;
}
.side-pricing .pricing-card .inner .plan-price small:last-child {
  font-size: 12px;
  font-weight: 400;
}
.side-pricing .pricing-card .inner ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}
.side-pricing .pricing-card .inner ul li {
  color: #999;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.side-pricing .pricing-card .inner ul li b {
  color: #3c4858;
}
.side-pricing .pricing-card .inner a {
  margin: 10px 0;
}
.side-pricing .pricing-card.transparent {
  background: transparent !important;
  box-shadow: none !important;
}
.side-pricing .pricing-card.card-raised:hover {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px !important;
}

/* ==========================================================================
3. Fancy pricing
========================================================================== */
.fancy-pricing .fancy-pricing-card {
  padding: 20px;
  text-align: center;
  border-radius: 15px 15px 0 15px;
  transition: all 0.3s;
}
.fancy-pricing .fancy-pricing-card:hover {
  transform: translateY(-20px);
}
.fancy-pricing .fancy-pricing-card:hover .plan-icon i {
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
}
.fancy-pricing .fancy-pricing-card .plan-name {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 0;
}
.fancy-pricing .fancy-pricing-card .plan-icon {
  padding: 20px 0;
}
.fancy-pricing .fancy-pricing-card .plan-icon i {
  font-size: 3rem;
  padding: 20px;
  border: 1px solid #ededed;
  color: #fff;
  border-radius: 200px;
  transition: all 0.5s;
}
.fancy-pricing .fancy-pricing-card .plan-price {
  font-size: 3rem;
  padding: 30px 20px;
  color: #444f60;
  font-weight: bolder;
}
.fancy-pricing .fancy-pricing-card .plan-price small:first-child {
  font-size: 1.4rem;
  position: relative;
  top: -20px;
}
.fancy-pricing .fancy-pricing-card .plan-price small:last-child {
  font-size: 1rem;
  font-weight: 400;
}
.fancy-pricing .fancy-pricing-card .plan-features {
  text-align: left;
  padding: 10px 0;
}
.fancy-pricing .fancy-pricing-card .plan-features li {
  margin: 10px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fancy-pricing .fancy-pricing-card .plan-features li .feature-count.unlimited {
  font-size: 1rem;
  font-weight: 500;
}
.fancy-pricing .fancy-pricing-card .plan-features li .feature-count-text {
  color: #999;
}
.fancy-pricing .fancy-pricing-card.streched {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  padding: 20px 40px;
}
.fancy-pricing .fancy-pricing-card.streched .plan-name {
  font-family: "Nexa Bold", sans-serif;
  margin-bottom: 0;
  margin-right: 25px;
}
.fancy-pricing .fancy-pricing-card.streched .plan-price {
  margin-top: 0;
  font-size: 2rem;
}
.fancy-pricing .fancy-pricing-card.streched .plan-price small:first-child {
  position: static !important;
}
.fancy-pricing .fancy-pricing-card.streched .large-count {
  font-size: 1.3rem;
  font-weight: 500;
}
.fancy-pricing .fancy-pricing-card.primary .plan-name {
  color: #8c8cf9;
}
.fancy-pricing .fancy-pricing-card.primary .plan-icon i {
  color: #8c8cf9;
}
.fancy-pricing .fancy-pricing-card.primary .plan-features li .large-count {
  color: #8c8cf9;
}
.fancy-pricing .fancy-pricing-card.secondary .plan-name {
  color: #7f00ff;
}
.fancy-pricing .fancy-pricing-card.secondary .plan-icon i {
  color: #7f00ff;
}
.fancy-pricing .fancy-pricing-card.secondary .plan-features li .large-count {
  color: #7f00ff;
}
.fancy-pricing .fancy-pricing-card.accent .plan-name {
  color: #ad5cff;
}
.fancy-pricing .fancy-pricing-card.accent .plan-icon i {
  color: #ad5cff;
}
.fancy-pricing .fancy-pricing-card.accent .plan-features li .large-count {
  color: #ad5cff;
}

/* ==========================================================================
4. Colored headers pricing
========================================================================== */
.header-pricing.is-wavy .flex-card, .header-pricing.is-wavy .network-grid .network-card, .network-grid .header-pricing.is-wavy .network-card, .header-pricing.is-wavy .project-card, .header-pricing.is-wavy .profile-card, .header-pricing.is-wavy .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .header-pricing.is-wavy .testimonial-item {
  border: none !important;
}
.header-pricing.is-wavy .flex-card .plan-name, .header-pricing.is-wavy .network-grid .network-card .plan-name, .network-grid .header-pricing.is-wavy .network-card .plan-name, .header-pricing.is-wavy .project-card .plan-name, .header-pricing.is-wavy .profile-card .plan-name, .header-pricing.is-wavy .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name, .carousel-wrap .testimonials-solo-carousel .header-pricing.is-wavy .testimonial-item .plan-name {
  font-family: "Nexa Bold", sans-serif;
  text-transform: none;
  font-size: 1.4rem;
}
.header-pricing .header-pricing-card {
  text-align: center;
  border-radius: 15px 15px 0 15px;
  transition: all 0.3s;
}
.header-pricing .header-pricing-card .plan-name {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #999;
  padding: 20px;
}
.header-pricing .header-pricing-card .pricing-card-body {
  border: 1px solid #ededed;
  border-top-color: transparent;
}
.header-pricing .header-pricing-card .pricing-card-body .plan-price {
  font-size: 3rem;
  padding: 40px 20px;
  color: #444f60;
  font-weight: bolder;
}
.header-pricing .header-pricing-card .pricing-card-body .plan-price small:first-child {
  font-size: 1.4rem;
  position: relative;
  top: -20px;
}
.header-pricing .header-pricing-card .pricing-card-body .plan-price small:last-child {
  font-size: 1rem;
  font-weight: 400;
}
.header-pricing .header-pricing-card .pricing-card-body ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}
.header-pricing .header-pricing-card .pricing-card-body ul li {
  color: #999;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.header-pricing .header-pricing-card .pricing-card-body ul li b {
  color: #3c4858;
}
.header-pricing .header-pricing-card.primary .plan-name {
  background: #8c8cf9;
}
.header-pricing .header-pricing-card.secondary .plan-name {
  background: #7f00ff;
}
.header-pricing .header-pricing-card.accent .plan-name {
  background: #ad5cff;
}

/* ==========================================================================
5. Switch pricing
========================================================================== */
.switch-pricing-wrapper {
  margin-top: -125px;
}
.switch-pricing-wrapper .pricing-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.switch-pricing-wrapper .pricing-container.full-width {
  width: 100%;
  max-width: none;
}
.switch-pricing-wrapper .pricing-switcher {
  text-align: center;
}
.switch-pricing-wrapper .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 2px solid #2d3e50;
}
.switch-pricing-wrapper .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.switch-pricing-wrapper .pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #2d3e50;
  border-radius: 50em;
  transition: transform 0.5s;
}
.switch-pricing-wrapper .pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.switch-pricing-wrapper .pricing-switcher input[type=radio]:checked + label + .switch,
.switch-pricing-wrapper .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  transform: translateX(90px);
}
.switch-pricing-wrapper .no-js .pricing-switcher {
  display: none;
}
.switch-pricing-wrapper .tables-wrap {
  margin: 40px 0;
}
.switch-pricing-wrapper .tables-wrap .flex-card, .switch-pricing-wrapper .tables-wrap .network-grid .network-card, .network-grid .switch-pricing-wrapper .tables-wrap .network-card, .switch-pricing-wrapper .tables-wrap .project-card, .switch-pricing-wrapper .tables-wrap .profile-card, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item {
  padding: 20px;
  border-radius: 8px;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container img, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container img, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container img {
  height: 60px;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price {
  position: absolute;
  bottom: 0;
  right: -52px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price span, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price span, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price span:before, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price span:before, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price span:before {
  content: "$";
  font-size: 1rem;
}
.switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price.is-active, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price.is-active, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price.is-active {
  transform: translateY(0);
  opacity: 1;
}
.switch-pricing-wrapper .tables-wrap .flex-card .plan-name, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name, .switch-pricing-wrapper .tables-wrap .project-card .plan-name, .switch-pricing-wrapper .tables-wrap .profile-card .plan-name, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-name {
  margin: 20px 0;
}
.switch-pricing-wrapper .tables-wrap .flex-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name h3, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .project-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .profile-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name h3, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-name h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
}
.switch-pricing-wrapper .tables-wrap .flex-card .plan-features, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features, .switch-pricing-wrapper .tables-wrap .project-card .plan-features, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features {
  text-align: center;
  padding: 10px 0;
}
.switch-pricing-wrapper .tables-wrap .flex-card .plan-features li, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features li, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features li, .switch-pricing-wrapper .tables-wrap .project-card .plan-features li, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features li, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features li {
  padding: 10px 20px;
}
.switch-pricing-wrapper .tables-wrap .flex-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features li:hover, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .project-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features li:hover, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features li:hover {
  background: #ededed;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .switch-pricing-wrapper {
    margin-top: -30px !important;
  }
}
@media (max-width: 767px) {
  .switch-pricing-wrapper {
    margin-top: 0 !important;
  }
}
/* ==========================================================================
6. One Page Pricing v1
========================================================================== */
.pricing-wrap {
  padding: 60px 0;
}
.pricing-wrap .pricing-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.pricing-wrap .pricing-card:hover .pricing-overlay {
  transform: scale(20);
}
.pricing-wrap .pricing-card:hover .pricing-head .price {
  color: #fcfcfc;
}
.pricing-wrap .pricing-card:hover .pricing-head .meta span {
  color: #fcfcfc !important;
}
.pricing-wrap .pricing-card:hover .pricing-desc {
  opacity: 0;
}
.pricing-wrap .pricing-card:hover .pricing-button {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.pricing-wrap .pricing-card .pricing-overlay {
  position: absolute;
  bottom: -50px;
  right: -50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #8c8cf9;
  transition: all 0.3s;
}
.pricing-wrap .pricing-card .pricing-overlay.is-accent {
  background: #ad5cff;
}
.pricing-wrap .pricing-card .pricing-overlay.is-bold {
  background: #344258;
}
.pricing-wrap .pricing-card .pricing-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}
.pricing-wrap .pricing-card .pricing-head .price {
  font-size: 3.6rem;
  font-family: "Nexa Bold", sans-serif;
  font-weight: bolder;
  color: #444f60;
  transition: color 0.3s;
}
.pricing-wrap .pricing-card .pricing-head .price:before {
  content: "$";
  position: relative;
  top: -20px;
  font-size: 1.6rem;
}
.pricing-wrap .pricing-card .pricing-head .meta span {
  display: block;
  transition: color 0.3s;
}
.pricing-wrap .pricing-card .pricing-head .meta span:first-child {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
}
.pricing-wrap .pricing-card .pricing-head .meta span:nth-child(2) {
  color: #6f7592;
}
.pricing-wrap .pricing-card .pricing-desc {
  position: relative;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
}
.pricing-wrap .pricing-card .pricing-desc p {
  color: #999;
}
.pricing-wrap .pricing-card .pricing-button {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 160px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}

/* ==========================================================================
7. Pricing Card
========================================================================== */
.pricing-card {
  width: 100%;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.pricing-card .pricing-title {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
}
.pricing-card p {
  margin-bottom: 40px;
}
.pricing-card .features {
  margin-bottom: 30px;
}
.pricing-card .features .feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pricing-card .features .feature:last-child {
  margin-bottom: 0;
}
.pricing-card .features .feature span {
  display: block;
}
.pricing-card .features .feature span:first-child {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
}
.pricing-card .features .feature span:nth-child(2) {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
}
.pricing-card .features .feature span.colored {
  color: #8c8cf9;
}
.pricing-card .button {
  min-height: 44px;
  line-height: 2;
}

/* ==========================================================================
8. Boxed Pricing
========================================================================== */
.billing-switcher-wrapper {
  padding-top: 40px;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.billing-switcher-wrapper .by-month {
  padding-right: 20px;
}
.billing-switcher-wrapper .by-year {
  padding-left: 10px;
}
.billing-switcher-wrapper .by-month,
.billing-switcher-wrapper .by-year {
  color: #a9abac;
}
.billing-switcher-wrapper .by-month.is-active,
.billing-switcher-wrapper .by-year.is-active {
  color: #8c8cf9;
}
.billing-switcher-wrapper .discount {
  position: absolute;
  top: -10px;
  right: -100px;
}
.billing-switcher-wrapper .discount img {
  max-height: 70px;
  height: 70px;
}

.pricing-wrapper {
  position: relative;
}
.pricing-wrapper .hr-bg {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1096px;
  width: 100%;
  z-index: 0;
}
.pricing-wrapper .flex-card, .pricing-wrapper .network-grid .network-card, .network-grid .pricing-wrapper .network-card, .pricing-wrapper .project-card, .pricing-wrapper .profile-card, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item {
  z-index: 2;
}
.pricing-wrapper .flex-card .condensed-plan, .pricing-wrapper .network-grid .network-card .condensed-plan, .network-grid .pricing-wrapper .network-card .condensed-plan, .pricing-wrapper .project-card .condensed-plan, .pricing-wrapper .profile-card .condensed-plan, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ededed;
}
.pricing-wrapper .flex-card .condensed-plan.is-last, .pricing-wrapper .network-grid .network-card .condensed-plan.is-last, .network-grid .pricing-wrapper .network-card .condensed-plan.is-last, .pricing-wrapper .project-card .condensed-plan.is-last, .pricing-wrapper .profile-card .condensed-plan.is-last, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-last, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-last {
  border-right: none;
}
.pricing-wrapper .flex-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .monthly-price, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .project-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .profile-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .monthly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .monthly-price {
  display: none !important;
}
.pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .yearly-price, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .yearly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .yearly-price {
  display: block !important;
}
.pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .yearly-billed, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .yearly-billed, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .yearly-billed {
  visibility: visible !important;
}
.pricing-wrapper .flex-card .condensed-plan .plan-header, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-header, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-header, .pricing-wrapper .project-card .condensed-plan .plan-header, .pricing-wrapper .profile-card .condensed-plan .plan-header, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-header, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-header {
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 20px;
}
.pricing-wrapper .flex-card .condensed-plan .plan-description, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-description, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-description, .pricing-wrapper .project-card .condensed-plan .plan-description, .pricing-wrapper .profile-card .condensed-plan .plan-description, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-description, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-description {
  color: #a9abac;
  padding-bottom: 20px;
}
.pricing-wrapper .flex-card .condensed-plan .plan-description span, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-description span, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-description span, .pricing-wrapper .project-card .condensed-plan .plan-description span, .pricing-wrapper .profile-card .condensed-plan .plan-description span, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-description span, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-description span {
  font-weight: 500;
  color: #8c8cf9;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price, .pricing-wrapper .project-card .condensed-plan .plan-price, .pricing-wrapper .profile-card .condensed-plan .plan-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price {
  font-size: 6rem;
  font-weight: 400;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #a9abac;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price span:after, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price span:after, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price span:after, .pricing-wrapper .project-card .condensed-plan .plan-price span:after, .pricing-wrapper .profile-card .condensed-plan .plan-price span:after, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price span:after, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price span:after {
  content: "PER MONTH";
  display: block;
  margin-top: -8px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: inherit;
  font-weight: 300;
  color: #748088;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price span:before, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price span:before, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price span:before, .pricing-wrapper .project-card .condensed-plan .plan-price span:before, .pricing-wrapper .profile-card .condensed-plan .plan-price span:before, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price span:before, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price span:before {
  content: "$";
  display: inline-block;
  font-weight: 700;
  line-height: 4rem;
  font-size: 1rem;
  padding-top: 1rem;
  margin-right: 0;
  vertical-align: text-top;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .monthly-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .project-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .profile-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .monthly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .monthly-price {
  display: block;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .yearly-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .yearly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .yearly-price {
  display: none;
}
.pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .yearly-billed, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .yearly-billed, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .yearly-billed {
  padding-top: 2rem;
  font-size: 0.9rem;
  color: #8c8cf9;
  visibility: hidden;
}
.pricing-wrapper .flex-card .condensed-plan .plan-features, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features, .pricing-wrapper .project-card .condensed-plan .plan-features, .pricing-wrapper .profile-card .condensed-plan .plan-features, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-features, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-features {
  padding-top: 3rem;
}
.pricing-wrapper .flex-card .condensed-plan .plan-features li, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features li, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features li, .pricing-wrapper .project-card .condensed-plan .plan-features li, .pricing-wrapper .profile-card .condensed-plan .plan-features li, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-features li, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-features li {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .category-card .card-body {
    padding: 30px 20px !important;
  }
  .category-card .card-body a {
    flex-direction: column !important;
  }
  .category-card .card-body .inner-content {
    padding-left: 0 !important;
  }
  .category-card .card-body .icon {
    width: 100% !important;
    height: 60px !important;
    display: flex;
    justify-content: flex-start !important;
  }
  .category-card .card-body .icon i {
    font-size: 2.8rem !important;
  }
  .category-header {
    padding: 30px 20px !important;
    flex-direction: column !important;
  }
  .category-header .inner-content {
    padding-left: 0 !important;
  }
  .category-header .icon {
    width: 100% !important;
    height: 60px !important;
    display: flex;
    justify-content: flex-start !important;
  }
  .category-header .icon i {
    font-size: 2.8rem !important;
  }
  .small-avatar:nth-child(2), .small-avatar:nth-child(3), .small-avatar:nth-child(4), .small-avatar.is-more {
    display: none !important;
  }
  .help-article {
    padding: 30px 20px !important;
  }
  .articles-list {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .single-help-article {
    padding: 25px 20px;
  }
}
/* ==========================================================================
9. One Page Pricing v2
========================================================================== */
.pricing-sub {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
}

.is-pricing-card {
  border-radius: 6px;
}
.is-pricing-card .pricing-icon {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #e0ecff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
}
.is-pricing-card .pricing-icon img {
  height: 38px;
  width: 38px;
  display: block;
}
.is-pricing-card .plan-name {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.is-pricing-card .features-list {
  padding: 10px 0;
}
.is-pricing-card .features-list li {
  padding: 4px 0;
  color: #999;
}
.is-pricing-card .plan-price {
  font-size: 2rem;
  font-weight: 500;
  color: #8c8cf9;
}
.is-pricing-card .plan-price:before {
  content: "$";
  font-size: 60%;
}
.is-pricing-card .price-per {
  font-weight: 500;
}
.is-pricing-card .plan-action {
  margin-top: 20px;
}

/* ==========================================================================
10. Sophisticated Pricing
========================================================================== */
.pricing-wrapper {
  padding-bottom: 60px;
}
.pricing-wrapper.is-large {
  max-width: 1080px;
}
.pricing-wrapper .pricing-tabs {
  position: relative;
  display: flex;
  background: #faf8ff;
  border-radius: 100px;
  margin-bottom: 40px;
}
.pricing-wrapper .pricing-tabs .tab-item {
  position: relative;
  width: 25%;
  height: 40px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(226.8, 226.8, 226.8);
  z-index: 1;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active,
.pricing-wrapper .pricing-tabs .tab-item + .is-active {
  border-color: transparent;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active span,
.pricing-wrapper .pricing-tabs .tab-item + .is-active span {
  color: #444f60;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active img,
.pricing-wrapper .pricing-tabs .tab-item + .is-active img {
  filter: grayscale(0);
  opacity: 1;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active:first-child ~ .naver {
  margin-left: 0;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(2) ~ .naver {
  margin-left: 25%;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(3) ~ .naver {
  margin-left: 50%;
}
.pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(4) ~ .naver {
  margin-left: 75%;
}
.pricing-wrapper .pricing-tabs .tab-item:nth-child(4) {
  border: none !important;
}
.pricing-wrapper .pricing-tabs .tab-item img {
  display: block;
  height: 28px;
  width: 28px;
  margin-right: 4px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s;
}
.pricing-wrapper .pricing-tabs .tab-item span {
  display: block;
  font-weight: 500;
  color: rgb(106.2, 123.25, 149.6);
  transition: color 0.3s;
}
.pricing-wrapper .pricing-tabs .naver {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  border-radius: 100px;
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.pricing-wrapper .pricing-tabs .naver .naver-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.pricing-wrapper .pricing-tabs .naver .naver-inner .naver-naver {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 30px;
  border-radius: 50px;
  background: #8c8cf9;
}
.pricing-wrapper .pricing-container {
  display: none;
  animation: fadeIn 0.5s;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 1px;
}
.pricing-wrapper .pricing-container.is-active {
  display: block;
}
.pricing-wrapper .pricing-container .container-inner {
  padding: 40px 0;
}
.pricing-wrapper .pricing-container .container-inner.no-padding {
  padding: 0;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans {
  display: flex;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
  min-height: 200px;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(2) {
  border-left: 1px solid rgb(226.8, 226.8, 226.8);
  border-right: 1px solid rgb(226.8, 226.8, 226.8);
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header img {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 6px;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header span {
  display: block;
  font-size: 1.4rem;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  transition: color 0.3s;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price {
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price .amount {
  font-size: 3rem;
  font-weight: bold;
  color: #444f60;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price .amount:before {
  content: "$";
  position: relative;
  top: -15px;
  left: -5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price p {
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .plan-tagline {
  text-align: center;
  padding: 16px 0;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .plan-tagline p {
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap {
  width: 100%;
  padding: 20px 0 20px 0;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button {
  height: 44px;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.is-first {
  border-color: rgb(226.8, 226.8, 226.8);
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.primary-btn {
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  font-weight: 500;
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.is-upgrade {
  border-color: rgb(226.8, 226.8, 226.8);
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .benefits li {
  padding: 6px 0;
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
}
.pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .benefits li span {
  color: #444f60;
  font-weight: 500;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus {
  display: flex;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
  width: 35%;
  padding: 40px;
  border-right: 1px solid rgb(226.8, 226.8, 226.8);
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header {
  display: flex;
  align-items: center;
  width: 100%;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header img {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 6px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header span {
  display: block;
  font-size: 1.4rem;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  transition: color 0.3s;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .plan-tagline {
  padding: 16px 0;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .plan-tagline p {
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control {
  flex-grow: 2;
  margin-right: 16px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control .input {
  height: 40px;
  font-size: 1rem;
  padding-bottom: 8px;
  padding-left: 22px;
  background: rgb(249.75, 249.75, 249.75);
  border-color: #ededed;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control .input:focus {
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .amount {
  font-size: 3rem;
  font-weight: bold;
  color: #444f60;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .amount:before {
  content: "$";
  position: relative;
  top: -15px;
  left: -5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price-info {
  padding: 8px 0 16px 0;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price-info p {
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .button-wrap {
  width: 100%;
  padding: 20px 0 20px 0;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .button-wrap .button {
  height: 44px;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  font-weight: 500;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits {
  padding-bottom: 20px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits li {
  padding: 6px 0;
  color: rgb(127.0975609756, 141.7530487805, 164.4024390244);
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits li span {
  color: #444f60;
  font-weight: 500;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
  width: 65%;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel {
  position: relative;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .header-inner .title-wrap h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .header-inner .title-wrap h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444f60;
  margin: 0 !important;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .subheader p {
  font-size: 1rem;
  color: #999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .carousel-image {
  display: block;
  margin-top: 30px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-dots {
  bottom: 12px !important;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom {
  position: absolute;
  top: 40px;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  color: #444f60;
  transition: all 0.3s;
  z-index: 999;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom i {
  position: relative;
  font-size: 12px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom:hover {
  border-color: rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev {
  right: 100px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev i {
  right: 2px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next {
  right: 40px;
}
.pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next i {
  left: 2px;
}

@media (max-width: 767px) {
  .pricing-wrapper .pricing-tabs .tab-item span {
    display: none;
  }
  .pricing-wrapper .pricing-container .container-inner .solo-plans {
    flex-direction: column;
  }
  .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
    width: 100%;
  }
  .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(2), .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(3) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(226.8, 226.8, 226.8);
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus {
    flex-direction: column;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
    width: 100%;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control {
    max-width: 150px;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .pricing-container .container-inner .plan-focus .left-side {
    width: 45% !important;
  }
  .pricing-container .container-inner .plan-focus .right-side {
    width: 55% !important;
  }
  .pricing-container .container-inner .plan-focus .right-side .slick-custom {
    height: 36px !important;
    width: 36px !important;
    top: 30px !important;
  }
  .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next {
    right: 12px !important;
  }
  .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev {
    right: 50px !important;
  }
}
/* ==========================================================================
11. Ecommerce Pricing
========================================================================== */
.pricing-wrapper {
  padding: 30px 0;
  max-width: 900px;
  margin: 0 auto;
}
.pricing-wrapper .pricing-box {
  padding: 20px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.pricing-wrapper .pricing-box > img {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.pricing-wrapper .pricing-box h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #8c8cf9;
}
.pricing-wrapper .pricing-box > p {
  margin-bottom: 16px;
  color: #999;
}
.pricing-wrapper .pricing-box .price {
  position: relative;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
  border-top: 1px solid rgb(226.8, 226.8, 226.8);
  margin-bottom: 16px;
}
.pricing-wrapper .pricing-box .price .price-number {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #444f60;
}
.pricing-wrapper .pricing-box .price .price-number:after {
  content: "PER MONTH";
  position: absolute;
  top: 6px;
  right: 40px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #999;
  text-align: left;
  text-transform: uppercase;
  max-width: 50px;
  line-height: 1.2;
}
.pricing-wrapper .pricing-box .button {
  min-height: 46px;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .pricing-wrapper .columns {
    display: flex;
  }
}
/* ==========================================================================
12. Clean Pricing
========================================================================== */
.clean-pricing {
  padding-top: 80px !important;
}

@media (max-width: 768px) {
  .clean-pricing .column.is-5 {
    text-align: center !important;
  }
  .clean-pricing .period-select {
    margin: 0 auto;
  }
}
/* ==========================================================================
13. Ice Pricing
========================================================================== */
@media (max-width: 767px) {
  .is-ice-pricing .pricing-card {
    padding: 24px !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Dropdown styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Hover dropdowns
1. jQuery Dropdowns
2. Megamenu
3. Media elements
=============================================================================
***/
/* ==========================================================================
0. Hover dropdowns
========================================================================== */
.is-drop {
  position: relative;
  cursor: pointer;
}
.is-drop i.sl-icon-arrow-down {
  font-size: 8px !important;
  top: 2px !important;
}
.is-drop .drop-caret {
  position: relative;
  top: 5px;
}
.is-drop .dropContain {
  width: 220px;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -165px;
  top: -500vh;
}
.is-drop .dropContain .dropOut {
  width: 220px;
  background: #fff;
  float: left;
  position: relative;
  margin-top: 15px;
  opacity: 0;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.5s ease-out;
}
.is-drop .dropContain .dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.is-drop .dropContain .dropOut ul li {
  text-align: left;
  float: left;
  width: 200px;
  padding: 12px 0 10px 15px;
  margin: 3px 10px;
  color: #777;
  border-radius: 4px;
  transition: background-color 0.2s ease-out;
}
.is-drop .dropContain .dropOut ul li:hover {
  background: #eff4f7;
  cursor: pointer;
}
.is-drop .dropContain .dropOut ul li i.drop-icon {
  position: relative;
  top: 4px;
  margin-right: 15px;
}
.is-drop .dropContain .dropOut ul li i.drop-icon.sl {
  position: relative;
  top: 0;
  margin-right: 15px;
}
.is-drop .dropContain .dropOut ul {
  float: left;
  padding: 10px 0;
  list-style: none;
}
.is-drop .dropContain .dropOut ul.big-icons li {
  padding: 2px 0 10px 15px;
  color: #a9abac;
}
.is-drop .dropContain .dropOut ul.big-icons i.im {
  font-size: 18px;
  color: #a9abac;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.is-drop .dropContain .dropOut ul li.dropdown-divider {
  padding: 0 !important;
  border-radius: 0 !important;
  height: 5px;
  border-bottom: 1px solid #f2f2f2;
}
.is-drop .dropContain .dropOut ul li.dropdown-divider:hover {
  background-color: #fff;
}
.is-drop .dropContain .dropOut.is-primary ul li:hover {
  background: #8c8cf9;
  color: #fff;
}
.is-drop .dropContain .dropOut.is-secondary ul li:hover {
  background: #7f00ff;
  color: #fff;
}
.is-drop .dropContain .dropOut.is-accent ul li:hover {
  background: #ad5cff;
  color: #fff;
}
.is-drop:hover .dropContain {
  top: 30px !important;
}
.is-drop:hover .dropContain .dropOut {
  animation: fadeInUp 0.27s ease-out;
  opacity: 1;
}
.is-drop.drop-sm:hover .dropContain {
  top: 15px !important;
}
.is-drop.is-centered .dropContain {
  margin-left: -110px;
}
.is-drop.is-right .dropContain {
  margin-left: -55px;
}

button i.sl-icon-arrow-down {
  font-size: 8px !important;
  top: 2px !important;
  padding-left: 8px !important;
}

/* ==========================================================================
1. jQuery Dropdowns
========================================================================== */
.jq-dropdown {
  position: absolute;
  top: 5px;
  z-index: 1039;
  display: none;
  animation-name: fadeInUp;
  animation-duration: 0.27s;
  animation-timing-function: ease;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 220px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
  padding: 20px;
}
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar {
  width: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.jq-dropdown li {
  list-style: none;
  padding: 0 3px;
  text-indent: 0;
  margin: 0;
  line-height: 18px;
}
.jq-dropdown li > a,
.jq-dropdown label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 10px 15px;
  margin: 0;
  white-space: nowrap;
}
.jq-dropdown li > a:hover,
.jq-dropdown label:hover {
  background-color: #eff4f7;
  color: inherit;
  cursor: pointer;
}
.jq-dropdown .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}

.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #eff4f7;
  color: inherit;
}
.jq-dropdown.is-primary .jq-dropdown-menu li > a:hover,
.jq-dropdown.is-primary .jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #8c8cf9;
  color: #fff;
}
.jq-dropdown.is-secondary .jq-dropdown-menu li > a:hover,
.jq-dropdown.is-secondary .jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #7f00ff;
  color: #fff;
}
.jq-dropdown.is-accent .jq-dropdown-menu li > a:hover,
.jq-dropdown.is-accent .jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #ad5cff;
  color: #fff;
}

/* ==========================================================================
2. Megamenu
========================================================================== */
.is-megamenu {
  padding: 0 !important;
}
.is-megamenu .mega-inner {
  position: relative;
  padding: 0.5rem 0;
}
.is-megamenu .mega-inner .container {
  padding: 1rem;
}
.is-megamenu .mega-inner .column {
  padding-left: 0;
  padding-right: 0;
}
.is-megamenu .mega-inner .column.is-scrollable {
  height: 275px;
}
.is-megamenu .mega-inner .scrollable-container {
  height: 275px;
}
.is-megamenu .mega-inner .scrollable-container .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.is-megamenu .mega-inner h2.is-mega-menu-title a:hover::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
  font-size: 1.2rem;
}
.is-megamenu .mega-inner .navbar-item.is-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.is-megamenu .mega-inner .navbar-item.is-flex i {
  font-size: 2.2rem;
  font-weight: 500;
  color: #cecece;
  transition: all 0.3s;
  min-width: 1.8rem;
  text-align: center;
}
.is-megamenu .mega-inner .navbar-item.is-flex div {
  margin: 0 10px;
}
.is-megamenu .mega-inner .navbar-item.is-flex:hover {
  background-color: #f5f5f5;
}
.is-megamenu .mega-inner .navbar-item.is-flex:hover div.navbar-content p::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 10px;
}
.is-megamenu .mega-inner .navbar-item.is-flex:hover i {
  color: #8c8cf9;
}
.is-megamenu .menu-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 220px;
}
.is-megamenu .menu-image img {
  height: 220px;
  max-height: none !important;
}
.is-megamenu .is-footer {
  padding: 0.375rem 1rem;
  position: relative;
  z-index: 2;
}
.is-megamenu p.is-cta {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.is-megamenu .mega-btn.primary-btn {
  background: #8c8cf9 !important;
  color: #fff;
}
.is-megamenu .mega-btn.secondary-btn {
  background: #7f00ff !important;
  color: #fff;
}
.is-megamenu .mega-btn.accent-btn {
  background: #ad5cff !important;
  color: #fff;
}
.is-megamenu .level-left .level-item {
  /*text-transform: uppercase;*/
}
.is-megamenu .navbar-item.is-footer {
  background-color: #2f0751;
}
.is-megamenu .navbar-item.is-footer .level {
  color: #fff;
}
.is-megamenu .navbar-item.is-footer .level .button.is-secondary {
  background-color: #fff;
  color: #2f0751;
}
.is-megamenu .social-link {
  color: #fff;
  margin: 0 5px;
}
.is-megamenu .social-link i {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .is-mega .navbar-link {
    display: none;
  }
  .navbar-item.is-flex {
    flex-direction: column;
  }
}
/* ==========================================================================
3. Media elements
========================================================================== */
.media.media-notification {
  align-content: center;
  cursor: pointer;
}
.media.media-notification:hover .notification-title {
  color: #8c8cf9;
}
.media.media-notification .timestamp {
  color: #a9abac;
  position: relative;
  top: 3px;
  font-size: 0.7rem;
}
.media.media-notification .notification-title {
  font-weight: 600;
}
.media.media-notification .notification-text {
  font-size: 0.9rem !important;
  color: #878787;
}
.media .see-all {
  margin-top: 20px;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.media.icon-media {
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.media.icon-media .media-left i {
  font-size: 1.8rem;
  color: #a9abac;
}
.media.icon-media .timestamp {
  color: #a9abac;
  position: relative;
  top: 3px;
  font-size: 0.7rem;
}
.media.icon-media .notification-title {
  font-weight: 600;
}
.media.icon-media .notification-text {
  font-size: 0.9rem !important;
  color: #878787;
}

/* ==========================================================================
4. Dropdown custom Sectors
========================================================================== */
#dropdownSectors .navbar-dropdown a.navbar-item:hover {
  color: #7f00ff !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Checkbox extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Charset
1. Colored checkboxes styles
=============================================================================
***/
/* ==========================================================================
0. Charset
========================================================================== */
/* ==========================================================================
1. Colored checkboxes styles
========================================================================== */
.b-checkbox {
  position: relative;
}
.b-checkbox.is-circular label::before {
  border-radius: 50%;
}
.b-checkbox.is-inline {
  display: inline-block;
  font-weight: normal;
}
.b-checkbox.is-inline + .is-inline {
  margin-left: 10px;
}
.b-checkbox.is-primary input[type=checkbox]:checked + label::before {
  background-color: #8c8cf9;
  border-color: #8c8cf9;
}
.b-checkbox.is-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-secondary input[type=checkbox]:checked + label::before {
  background-color: #7f00ff;
  border-color: #7f00ff;
}
.b-checkbox.is-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-accent input[type=checkbox]:checked + label::before {
  background-color: #ad5cff;
  border-color: #ad5cff;
}
.b-checkbox.is-accent input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-danger input[type=checkbox]:checked + label::before {
  background-color: #f92b60;
  border-color: #f92b60;
}
.b-checkbox.is-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-info input[type=checkbox]:checked + label::before {
  background-color: #2e9be5;
  border-color: #2e9be5;
}
.b-checkbox.is-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-warning input[type=checkbox]:checked + label::before {
  background-color: #f6c400;
  border-color: #f6c400;
}
.b-checkbox.is-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-success input[type=checkbox]:checked + label::before {
  background-color: #2eb289;
  border-color: #2eb289;
}
.b-checkbox.is-success input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox.is-dark input[type=checkbox]:checked + label::before {
  background-color: #444444;
  border-color: #444444;
}
.b-checkbox.is-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}
.b-checkbox label {
  padding-left: 5px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.b-checkbox label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 1px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 0.1s ease-in-out;
}
.b-checkbox label::after {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  font-size: 12px;
  color: #363636;
}
.b-checkbox input[type=checkbox],
.b-checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.b-checkbox input[type=checkbox]:checked + label::after,
.b-checkbox input[type=radio]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 0.7rem;
  top: 2px;
  left: 1px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-checkbox input[type=checkbox]:disabled,
.b-checkbox input[type=radio]:disabled {
  cursor: not-allowed;
}
.b-checkbox input[type=checkbox]:disabled + label,
.b-checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.b-checkbox input[type=checkbox]:disabled + label::before,
.b-checkbox input[type=radio]:disabled + label::before {
  background-color: #fcfcfc;
  cursor: not-allowed;
}
.b-checkbox input[type=checkbox].styled:checked + label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 0.7rem;
  top: 2px;
  left: 1px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-checkbox input[type=checkbox] .styled:checked + label::before {
  color: #fff;
}
.b-checkbox input[type=checkbox] .styled:checked + label::after {
  color: #fff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Badges extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Badge Mixin
2. Main styles
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Badge Mixin
========================================================================== */
/* ==========================================================================
2. Main styles
========================================================================== */
.badge {
  position: relative;
  white-space: nowrap;
  position: relative;
}
.badge[data-badge]::after {
  position: absolute;
  left: 100%;
  z-index: 99;
  margin: 0;
  background: #444f60;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 1rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
}
.badge[data-badge]::after.is-badge-outlined {
  background: #fff;
  border: 1px solid #444f60;
  color: #444f60;
}
.badge:not([data-badge=""])::after {
  padding: 0.3rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.badge[data-badge=""]::after {
  display: inline-block;
  vertical-align: inherit;
}
.badge.is-badge-outlined[data-badge]::after {
  background-color: #fff;
  box-shadow: none;
  border: 0.1rem solid #444f60;
  color: #444f60;
}
.badge.is-badge-outlined.badge-primary::after {
  background: #fff;
  border: 0.1rem solid #8c8cf9;
  color: #8c8cf9;
}
.badge.is-badge-outlined.badge-secondary::after {
  background: #fff;
  border: 0.1rem solid #7f00ff;
  color: #7f00ff;
}
.badge.is-badge-outlined.badge-accent::after {
  background: #fff;
  border: 0.1rem solid #ad5cff;
  color: #ad5cff;
}
.badge.is-badge-outlined.badge-success::after {
  background: #fff;
  border: 0.1rem solid #2eb289;
  color: #2eb289;
}
.badge.is-badge-outlined.badge-warning::after {
  background: #fff;
  border: 0.1rem solid #f6c400;
  color: #f6c400;
}
.badge.is-badge-outlined.badge-danger::after {
  background: #fff;
  border: 0.1rem solid #f92b60;
  color: #f92b60;
}
.badge.is-badge-outlined.badge-info::after {
  background: #fff;
  border: 0.1rem solid #2e9be5;
  color: #2e9be5;
}
.badge[data-badge]::after {
  top: calc(0px - 1rem / 2);
  left: calc(100% - 1rem / 2);
  min-height: 1rem;
  min-width: 1rem;
}
.badge:not([data-badge=""])::after {
  font-size: 0.75rem;
  line-height: 0.5rem;
}
.badge[data-badge=""]::after {
  width: 1rem;
}
.badge.is-badge-left::after {
  left: calc(0px - 1rem / 2);
}
.badge.is-badge-bottom::after {
  top: calc(100% - 1rem / 2);
}
.badge.is-badge-bottom-left::after {
  left: calc(0px - 1rem / 2);
  top: calc(100% - 1rem / 2);
}
.badge.is-badge-small[data-badge]::after {
  top: calc(0px - 0.75rem / 2);
  left: calc(100% - 0.75rem / 2);
  min-height: 0.75rem;
  min-width: 0.75rem;
}
.badge.is-badge-small:not([data-badge=""])::after {
  font-size: 0.5625rem;
  line-height: 0.375rem;
}
.badge.is-badge-small[data-badge=""]::after {
  width: 0.75rem;
}
.badge.is-badge-small.is-badge-left::after {
  left: calc(0px - 0.75rem / 2);
}
.badge.is-badge-small.is-badge-bottom::after {
  top: calc(100% - 0.75rem / 2);
}
.badge.is-badge-small.is-badge-bottom-left::after {
  left: calc(0px - 0.75rem / 2);
  top: calc(100% - 0.75rem / 2);
}
.badge.is-badge-medium[data-badge]::after {
  top: calc(0px - 1.25rem / 2);
  left: calc(100% - 1.25rem / 2);
  min-height: 1.25rem;
  min-width: 1.25rem;
}
.badge.is-badge-medium:not([data-badge=""])::after {
  font-size: 0.9375rem;
  line-height: 0.625rem;
}
.badge.is-badge-medium[data-badge=""]::after {
  width: 1.25rem;
}
.badge.is-badge-medium.is-badge-left::after {
  left: calc(0px - 1.25rem / 2);
}
.badge.is-badge-medium.is-badge-bottom::after {
  top: calc(100% - 1.25rem / 2);
}
.badge.is-badge-medium.is-badge-bottom-left::after {
  left: calc(0px - 1.25rem / 2);
  top: calc(100% - 1.25rem / 2);
}
.badge.is-badge-large[data-badge]::after {
  top: calc(0px - 1.5rem / 2);
  left: calc(100% - 1.5rem / 2);
  min-height: 1.5rem;
  min-width: 1.5rem;
}
.badge.is-badge-large:not([data-badge=""])::after {
  font-size: 1.125rem;
  line-height: 0.75rem;
}
.badge.is-badge-large[data-badge=""]::after {
  width: 1.5rem;
}
.badge.is-badge-large.is-badge-left::after {
  left: calc(0px - 1.5rem / 2);
}
.badge.is-badge-large.is-badge-bottom::after {
  top: calc(100% - 1.5rem / 2);
}
.badge.is-badge-large.is-badge-bottom-left::after {
  left: calc(0px - 1.5rem / 2);
  top: calc(100% - 1.5rem / 2);
}
.badge.badge-primary::after {
  background: #8c8cf9;
}
.badge.badge-secondary::after {
  background: #7f00ff;
}
.badge.badge-accent::after {
  background: #ad5cff;
}
.badge.badge-success::after {
  background: #2eb289;
}
.badge.badge-warning::after {
  background: #f6c400;
}
.badge.badge-danger::after {
  background: #f92b60;
}
.badge.badge-info::after {
  background: #2e9be5;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Range inputs extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Slider Mixin
2. Range input
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Slider Mixin
========================================================================== */
/* ==========================================================================
2. Range input
========================================================================== */
input[type=range].slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 1rem 0;
  background: transparent;
}
input[type=range].slider.is-fullwidth {
  display: block;
  width: 100%;
}
input[type=range].slider:focus {
  outline: none;
}
input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track {
  width: 100%;
}
input[type=range].slider:not([orient=vertical])::-moz-range-track {
  width: 100%;
}
input[type=range].slider:not([orient=vertical])::-ms-track {
  width: 100%;
}
input[type=range].slider:not([orient=vertical]).has-output + output, input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
  width: 3.1rem;
  background: #878787;
  border-radius: 3px;
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
input[type=range].slider:not([orient=vertical]).has-output {
  display: inline-block;
  width: calc(100% - 4.1rem);
}
input[type=range].slider:not([orient=vertical]).has-output + output {
  display: inline-block;
  position: relative;
  margin-left: 0.75rem;
  top: -0.75rem;
}
input[type=range].slider:not([orient=vertical]).has-output-tooltip {
  display: block;
}
input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
  position: absolute;
  left: 0;
  top: 2rem;
}
input[type=range].slider[orient=vertical] {
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
}
input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track {
  height: 100%;
}
input[type=range].slider[orient=vertical]::-moz-range-track {
  height: 100%;
}
input[type=range].slider[orient=vertical]::-ms-track {
  height: 100%;
}
input[type=range].slider[orient=vertical]::-webkit-slider-thumb {
  position: relative;
  left: -2px;
  height: 2rem;
  width: 2rem;
  border-radius: 100px;
}
input[type=range].slider::-webkit-slider-runnable-track {
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #666;
  background: #cecece;
  border-radius: 50px;
  border: 0px solid #666;
}
input[type=range].slider::-moz-range-track {
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #666;
  background: #cecece;
  border-radius: 50px;
  border: 0px solid #666;
}
input[type=range].slider::-ms-track {
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #666;
  background: #cecece;
  border-radius: 50px;
  border: 0px solid #666;
}
input[type=range].slider::-ms-fill-lower {
  background: #8c8cf9;
}
input[type=range].slider::-ms-fill-upper {
  background: #eff4f7;
}
input[type=range].slider::-webkit-slider-thumb {
  box-shadow: none;
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
input[type=range].slider::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #c1c1c1;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
input[type=range].slider::-ms-thumb {
  box-shadow: none;
  border: 1px solid #c1c1c1;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
input[type=range].slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range].slider:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
input[type=range].slider:active::-moz-range-thumb {
  transform: scale(1.25);
}
input[type=range].slider:active::-ms-thumb {
  transform: scale(1.25);
}
input[type=range].slider:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=range].slider:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  transform: scale(1);
}
input[type=range].slider:disabled::-moz-range-thumb {
  cursor: not-allowed;
  transform: scale(1);
}
input[type=range].slider:disabled::-ms-thumb {
  cursor: not-allowed;
  transform: scale(1);
}
input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track {
  height: 0.6rem;
}
input[type=range].slider:not([orient=vertical])::-moz-range-track {
  height: 0.6rem;
}
input[type=range].slider:not([orient=vertical])::-ms-track {
  height: 0.6rem;
}
input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track {
  width: 0.6rem;
}
input[type=range].slider[orient=vertical]::-moz-range-track {
  width: 0.6rem;
}
input[type=range].slider[orient=vertical]::-ms-track {
  width: 0.6rem;
}
input[type=range].slider::-webkit-slider-thumb {
  height: 1.2rem;
  width: 1.2rem;
  margin-top: -0.3rem;
}
input[type=range].slider::-moz-range-thumb {
  height: 1.2rem;
  width: 1.2rem;
}
input[type=range].slider::-ms-thumb {
  height: 1.2rem;
  width: 1.2rem;
}
input[type=range].slider[orient=vertical]::-webkit-slider-thumb {
  margin-top: auto;
  margin-left: -0.3rem;
}
input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track {
  height: 0.5rem;
}
input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track {
  height: 0.5rem;
}
input[type=range].slider.is-small:not([orient=vertical])::-ms-track {
  height: 0.5rem;
}
input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track {
  width: 0.5rem;
}
input[type=range].slider.is-small[orient=vertical]::-moz-range-track {
  width: 0.5rem;
}
input[type=range].slider.is-small[orient=vertical]::-ms-track {
  width: 0.5rem;
}
input[type=range].slider.is-small::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  margin-top: -0.25rem;
}
input[type=range].slider.is-small::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
}
input[type=range].slider.is-small::-ms-thumb {
  height: 1rem;
  width: 1rem;
}
input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb {
  margin-top: auto;
  margin-left: -0.25rem;
}
input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track {
  height: 0.75rem;
}
input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track {
  height: 0.75rem;
}
input[type=range].slider.is-medium:not([orient=vertical])::-ms-track {
  height: 0.75rem;
}
input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track {
  width: 0.75rem;
}
input[type=range].slider.is-medium[orient=vertical]::-moz-range-track {
  width: 0.75rem;
}
input[type=range].slider.is-medium[orient=vertical]::-ms-track {
  width: 0.75rem;
}
input[type=range].slider.is-medium::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.375rem;
}
input[type=range].slider.is-medium::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
}
input[type=range].slider.is-medium::-ms-thumb {
  height: 1.5rem;
  width: 1.5rem;
}
input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb {
  margin-top: auto;
  margin-left: -0.375rem;
}
input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track {
  height: 0.9rem;
}
input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track {
  height: 0.9rem;
}
input[type=range].slider.is-large:not([orient=vertical])::-ms-track {
  height: 0.9rem;
}
input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track {
  width: 0.9rem;
}
input[type=range].slider.is-large[orient=vertical]::-moz-range-track {
  width: 0.9rem;
}
input[type=range].slider.is-large[orient=vertical]::-ms-track {
  width: 0.9rem;
}
input[type=range].slider.is-large::-webkit-slider-thumb {
  height: 1.8rem;
  width: 1.8rem;
  margin-top: -0.45rem;
}
input[type=range].slider.is-large::-moz-range-thumb {
  height: 1.8rem;
  width: 1.8rem;
}
input[type=range].slider.is-large::-ms-thumb {
  height: 1.8rem;
  width: 1.8rem;
}
input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb {
  margin-top: auto;
  margin-left: -0.45rem;
}
input[type=range].slider.is-primary::-webkit-slider-runnable-track {
  background: #8c8cf9;
}
input[type=range].slider.is-primary::-moz-range-track {
  background: #8c8cf9;
}
input[type=range].slider.is-primary::-ms-track {
  background: #8c8cf9;
}
input[type=range].slider.is-secondary::-webkit-slider-runnable-track {
  background: #7f00ff;
}
input[type=range].slider.is-secondary::-moz-range-track {
  background: #7f00ff;
}
input[type=range].slider.is-secondary::-ms-track {
  background: #7f00ff;
}
input[type=range].slider.is-accent::-webkit-slider-runnable-track {
  background: #ad5cff;
}
input[type=range].slider.is-accent::-moz-range-track {
  background: #ad5cff;
}
input[type=range].slider.is-accent::-ms-track {
  background: #ad5cff;
}
input[type=range].slider.is-info::-webkit-slider-runnable-track {
  background: #2e9be5;
}
input[type=range].slider.is-info::-moz-range-track {
  background: #2e9be5;
}
input[type=range].slider.is-info::-ms-track {
  background: #2e9be5;
}
input[type=range].slider.is-success::-webkit-slider-runnable-track {
  background: #2eb289;
}
input[type=range].slider.is-success::-moz-range-track {
  background: #2eb289;
}
input[type=range].slider.is-success::-ms-track {
  background: #2eb289;
}
input[type=range].slider.is-warning::-webkit-slider-runnable-track {
  background: #f6c400;
}
input[type=range].slider.is-warning::-moz-range-track {
  background: #f6c400;
}
input[type=range].slider.is-warning::-ms-track {
  background: #f6c400;
}
input[type=range].slider.is-danger::-webkit-slider-runnable-track {
  background: #f92b60;
}
input[type=range].slider.is-danger::-moz-range-track {
  background: #f92b60;
}
input[type=range].slider.is-danger::-ms-track {
  background: #f92b60;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Box ribbon extension 
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Ribbon Mixins
2. Ribbon position
3. Ribbon styles
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Ribbon Mixins
========================================================================== */
/* ==========================================================================
2. Ribbon position
========================================================================== */
.has-ribbon {
  position: relative;
}

.has-ribbon-left {
  position: relative;
}
.has-ribbon-left .ribbon {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 0.1rem solid #ededed;
}

.has-ribbon-bottom {
  position: relative;
}
.has-ribbon-bottom .ribbon {
  top: auto;
  bottom: 0.5em;
}

/* ==========================================================================
3. Ribbon styles
========================================================================== */
.ribbon {
  background-color: #fff;
  border: 0.1rem solid #ededed;
  border-right: none;
  color: #999;
  font-size: 1rem !important;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0.5em;
  right: 0;
  font-weight: 400;
  z-index: 2;
}
.ribbon.is-primary {
  background-color: #8c8cf9;
  color: #fff;
  border-color: #8c8cf9;
}
.ribbon.is-secondary {
  background-color: #7f00ff;
  color: #fff;
  border-color: #7f00ff;
}
.ribbon.is-accent {
  background-color: #ad5cff;
  color: #fff;
  border-color: #ad5cff;
}
.ribbon.is-success {
  background-color: #2eb289;
  color: #fff;
  border-color: #2eb289;
}
.ribbon.is-warning {
  background-color: #f6c400;
  color: #fff;
  border-color: #f6c400;
}
.ribbon.is-danger {
  background-color: #f92b60;
  color: #fff;
  border-color: #f92b60;
}
.ribbon.is-info {
  background-color: #2e9be5;
  color: #fff;
  border-color: #2e9be5;
}
.ribbon.is-small {
  font-size: 0.8rem !important;
}
.ribbon.is-medium {
  font-size: 1.3rem !important;
}
.ribbon.is-large {
  font-size: 1.6rem !important;
}
.ribbon.is-outlined {
  background-color: transparent;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Range slider extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Mixins
2. Bubble
3. Range input
4. Bubble label
5. Input box
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Mixins
========================================================================== */
/* ==========================================================================
2. Bubble
========================================================================== */
.bubble-range {
  -webkit-appearance: none;
  margin: 12.5px 0;
  width: 100%;
}
.bubble-range:focus {
  outline: none;
}
.bubble-range::-webkit-slider-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #01c9ca;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -10px;
}
.bubble-range:focus::-webkit-slider-runnable-track {
  background: #cecece;
}
.bubble-range::-moz-range-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #01c9ca;
  cursor: pointer;
  z-index: 1;
}
.bubble-range::-ms-thumb {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #01c9ca;
  cursor: pointer;
  z-index: 1;
}
.bubble-range:focus::-ms-fill-lower {
  background: #cecece;
}
.bubble-range:focus::-ms-fill-upper {
  background: #cecece;
}
.bubble-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #cecece;
  border: 0px solid #000;
  border-radius: 0px;
}
.bubble-range::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #cecece;
  border: 0px solid #000;
  border-radius: 0px;
}
.bubble-range::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border-color: transparent;
  border-width: 25px 0;
  color: transparent;
}
.bubble-range::-ms-fill-lower {
  background: #cecece;
  border: 0px solid #000;
  border-radius: 0px;
}
.bubble-range::-ms-fill-upper {
  background: #cecece;
  border: 0px solid #000;
  border-radius: 0px;
}

/* ==========================================================================
3. Range input
========================================================================== */
.range {
  box-sizing: border-box;
  position: relative;
  padding: 0 50px;
  width: 100%;
}
.range[data-value="0"] .bubble-label {
  left: 0%;
}
.range[data-value="1"] .bubble-label {
  left: 1%;
}
.range[data-value="2"] .bubble-label {
  left: 2%;
}
.range[data-value="3"] .bubble-label {
  left: 3%;
}
.range[data-value="4"] .bubble-label {
  left: 4%;
}
.range[data-value="5"] .bubble-label {
  left: 5%;
}
.range[data-value="6"] .bubble-label {
  left: 6%;
}
.range[data-value="7"] .bubble-label {
  left: 7%;
}
.range[data-value="8"] .bubble-label {
  left: 8%;
}
.range[data-value="9"] .bubble-label {
  left: 9%;
}
.range[data-value="10"] .bubble-label {
  left: 10%;
}
.range[data-value="11"] .bubble-label {
  left: 11%;
}
.range[data-value="12"] .bubble-label {
  left: 12%;
}
.range[data-value="13"] .bubble-label {
  left: 13%;
}
.range[data-value="14"] .bubble-label {
  left: 14%;
}
.range[data-value="15"] .bubble-label {
  left: 15%;
}
.range[data-value="16"] .bubble-label {
  left: 16%;
}
.range[data-value="17"] .bubble-label {
  left: 17%;
}
.range[data-value="18"] .bubble-label {
  left: 18%;
}
.range[data-value="19"] .bubble-label {
  left: 19%;
}
.range[data-value="20"] .bubble-label {
  left: 20%;
}
.range[data-value="21"] .bubble-label {
  left: 21%;
}
.range[data-value="22"] .bubble-label {
  left: 22%;
}
.range[data-value="23"] .bubble-label {
  left: 23%;
}
.range[data-value="24"] .bubble-label {
  left: 24%;
}
.range[data-value="25"] .bubble-label {
  left: 25%;
}
.range[data-value="26"] .bubble-label {
  left: 26%;
}
.range[data-value="27"] .bubble-label {
  left: 27%;
}
.range[data-value="28"] .bubble-label {
  left: 28%;
}
.range[data-value="29"] .bubble-label {
  left: 29%;
}
.range[data-value="30"] .bubble-label {
  left: 30%;
}
.range[data-value="31"] .bubble-label {
  left: 31%;
}
.range[data-value="32"] .bubble-label {
  left: 32%;
}
.range[data-value="33"] .bubble-label {
  left: 33%;
}
.range[data-value="34"] .bubble-label {
  left: 34%;
}
.range[data-value="35"] .bubble-label {
  left: 35%;
}
.range[data-value="36"] .bubble-label {
  left: 36%;
}
.range[data-value="37"] .bubble-label {
  left: 37%;
}
.range[data-value="38"] .bubble-label {
  left: 38%;
}
.range[data-value="39"] .bubble-label {
  left: 39%;
}
.range[data-value="40"] .bubble-label {
  left: 40%;
}
.range[data-value="41"] .bubble-label {
  left: 41%;
}
.range[data-value="42"] .bubble-label {
  left: 42%;
}
.range[data-value="43"] .bubble-label {
  left: 43%;
}
.range[data-value="44"] .bubble-label {
  left: 44%;
}
.range[data-value="45"] .bubble-label {
  left: 45%;
}
.range[data-value="46"] .bubble-label {
  left: 46%;
}
.range[data-value="47"] .bubble-label {
  left: 47%;
}
.range[data-value="48"] .bubble-label {
  left: 48%;
}
.range[data-value="49"] .bubble-label {
  left: 49%;
}
.range[data-value="50"] .bubble-label {
  left: 50%;
}
.range[data-value="51"] .bubble-label {
  left: 51%;
}
.range[data-value="52"] .bubble-label {
  left: 52%;
}
.range[data-value="53"] .bubble-label {
  left: 53%;
}
.range[data-value="54"] .bubble-label {
  left: 54%;
}
.range[data-value="55"] .bubble-label {
  left: 55%;
}
.range[data-value="56"] .bubble-label {
  left: 56%;
}
.range[data-value="57"] .bubble-label {
  left: 57%;
}
.range[data-value="58"] .bubble-label {
  left: 58%;
}
.range[data-value="59"] .bubble-label {
  left: 59%;
}
.range[data-value="60"] .bubble-label {
  left: 60%;
}
.range[data-value="61"] .bubble-label {
  left: 61%;
}
.range[data-value="62"] .bubble-label {
  left: 62%;
}
.range[data-value="63"] .bubble-label {
  left: 63%;
}
.range[data-value="64"] .bubble-label {
  left: 64%;
}
.range[data-value="65"] .bubble-label {
  left: 65%;
}
.range[data-value="66"] .bubble-label {
  left: 66%;
}
.range[data-value="67"] .bubble-label {
  left: 67%;
}
.range[data-value="68"] .bubble-label {
  left: 68%;
}
.range[data-value="69"] .bubble-label {
  left: 69%;
}
.range[data-value="70"] .bubble-label {
  left: 70%;
}
.range[data-value="71"] .bubble-label {
  left: 71%;
}
.range[data-value="72"] .bubble-label {
  left: 72%;
}
.range[data-value="73"] .bubble-label {
  left: 73%;
}
.range[data-value="74"] .bubble-label {
  left: 74%;
}
.range[data-value="75"] .bubble-label {
  left: 75%;
}
.range[data-value="76"] .bubble-label {
  left: 76%;
}
.range[data-value="77"] .bubble-label {
  left: 77%;
}
.range[data-value="78"] .bubble-label {
  left: 78%;
}
.range[data-value="79"] .bubble-label {
  left: 79%;
}
.range[data-value="80"] .bubble-label {
  left: 80%;
}
.range[data-value="81"] .bubble-label {
  left: 81%;
}
.range[data-value="82"] .bubble-label {
  left: 82%;
}
.range[data-value="83"] .bubble-label {
  left: 83%;
}
.range[data-value="84"] .bubble-label {
  left: 84%;
}
.range[data-value="85"] .bubble-label {
  left: 85%;
}
.range[data-value="86"] .bubble-label {
  left: 86%;
}
.range[data-value="87"] .bubble-label {
  left: 87%;
}
.range[data-value="88"] .bubble-label {
  left: 88%;
}
.range[data-value="89"] .bubble-label {
  left: 89%;
}
.range[data-value="90"] .bubble-label {
  left: 90%;
}
.range[data-value="91"] .bubble-label {
  left: 91%;
}
.range[data-value="92"] .bubble-label {
  left: 92%;
}
.range[data-value="93"] .bubble-label {
  left: 93%;
}
.range[data-value="94"] .bubble-label {
  left: 94%;
}
.range[data-value="95"] .bubble-label {
  left: 95%;
}
.range[data-value="96"] .bubble-label {
  left: 96%;
}
.range[data-value="97"] .bubble-label {
  left: 97%;
}
.range[data-value="98"] .bubble-label {
  left: 98%;
}
.range[data-value="99"] .bubble-label {
  left: 99%;
}
.range[data-value="100"] .bubble-label {
  left: 100%;
}
.range.is-primary .bubble-label .drop {
  background: #8c8cf9 !important;
}
.range.is-primary .bubble-range::-webkit-slider-thumb {
  position: relative;
  border: 5px solid rgb(236.9421487603, 236.9421487603, 254.0578512397);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #8c8cf9;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range.is-primary .bubble-range::-moz-range-thumb {
  position: relative;
  border: 5px solid rgb(236.9421487603, 236.9421487603, 254.0578512397);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #8c8cf9;
  cursor: pointer;
  z-index: 1;
}
.range.is-primary .bubble-range::-ms-thumb {
  position: relative;
  border: 5px solid rgb(236.9421487603, 236.9421487603, 254.0578512397);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #8c8cf9;
  cursor: pointer;
  z-index: 1;
}
.range.is-secondary .bubble-label .drop {
  background: #7f00ff !important;
}
.range.is-secondary .bubble-range::-webkit-slider-thumb {
  position: relative;
  border: 5px solid rgb(178.2, 102, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #7f00ff;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range.is-secondary .bubble-range::-moz-range-thumb {
  position: relative;
  border: 5px solid rgb(178.2, 102, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #7f00ff;
  cursor: pointer;
  z-index: 1;
}
.range.is-secondary .bubble-range::-ms-thumb {
  position: relative;
  border: 5px solid rgb(178.2, 102, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #7f00ff;
  cursor: pointer;
  z-index: 1;
}
.range.is-accent .bubble-label .drop {
  background: #ad5cff !important;
}
.range.is-accent .bubble-range::-webkit-slider-thumb {
  position: relative;
  border: 5px solid rgb(224.3128834356, 194, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #ad5cff;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range.is-accent .bubble-range::-moz-range-thumb {
  position: relative;
  border: 5px solid rgb(224.3128834356, 194, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #ad5cff;
  cursor: pointer;
  z-index: 1;
}
.range.is-accent .bubble-range::-ms-thumb {
  position: relative;
  border: 5px solid rgb(224.3128834356, 194, 255);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: #ad5cff;
  cursor: pointer;
  z-index: 1;
}

/* ==========================================================================
4. Bubble label
========================================================================== */
.bubble-label {
  position: relative;
  top: 0;
  margin-left: -40px;
  margin-bottom: 20px;
  width: 80px;
  transform: scale(0.8);
}
.bubble-label .value {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.bubble-label .drop {
  box-sizing: content-box !important;
  width: 80px;
  height: 80px;
  border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  background: #01c9ca;
  transform: rotateZ(135deg);
}

/* ==========================================================================
5. Input box
========================================================================== */
.input-box {
  position: relative;
  margin: 0 -12.5px;
  height: 60px;
}
.input-box input[type=range] {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
  background: transparent;
}
.input-box .bar {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -2.5px;
  height: 5px;
  background: #01c9ca;
  z-index: 0;
}
.input-box[data-value="0"] .bar {
  margin-right: 25px;
}
.input-box[data-value="1"] .bar {
  margin-right: 25px;
}
.input-box[data-value="2"] .bar {
  margin-right: 25px;
}
.input-box[data-value="3"] .bar {
  margin-right: 25px;
}
.input-box[data-value="4"] .bar {
  margin-right: 25px;
}
.input-box[data-value="5"] .bar {
  margin-right: 25px;
}
.input-box[data-value="6"] .bar {
  margin-right: 25px;
}
.input-box[data-value="7"] .bar {
  margin-right: 25px;
}
.input-box[data-value="8"] .bar {
  margin-right: 25px;
}
.input-box[data-value="9"] .bar {
  margin-right: 25px;
}
.input-box[data-value="10"] .bar {
  margin-right: 25px;
}
.input-box[data-value="11"] .bar {
  margin-right: 25px;
}
.input-box[data-value="12"] .bar {
  margin-right: 25px;
}
.input-box[data-value="13"] .bar {
  margin-right: 25px;
}
.input-box[data-value="14"] .bar {
  margin-right: 25px;
}
.input-box[data-value="15"] .bar {
  margin-right: 25px;
}
.input-box[data-value="16"] .bar {
  margin-right: 25px;
}
.input-box[data-value="17"] .bar {
  margin-right: 25px;
}
.input-box[data-value="18"] .bar {
  margin-right: 25px;
}
.input-box[data-value="19"] .bar {
  margin-right: 25px;
}
.input-box[data-value="20"] .bar {
  margin-right: 25px;
}
.input-box[data-value="21"] .bar {
  margin-right: 25px;
}
.input-box[data-value="22"] .bar {
  margin-right: 25px;
}
.input-box[data-value="23"] .bar {
  margin-right: 25px;
}
.input-box[data-value="24"] .bar {
  margin-right: 25px;
}
.input-box[data-value="25"] .bar {
  margin-right: 25px;
}
.input-box[data-value="26"] .bar {
  margin-right: 25px;
}
.input-box[data-value="27"] .bar {
  margin-right: 25px;
}
.input-box[data-value="28"] .bar {
  margin-right: 25px;
}
.input-box[data-value="29"] .bar {
  margin-right: 25px;
}
.input-box[data-value="30"] .bar {
  margin-right: 25px;
}
.input-box[data-value="31"] .bar {
  margin-right: 25px;
}
.input-box[data-value="32"] .bar {
  margin-right: 25px;
}
.input-box[data-value="33"] .bar {
  margin-right: 25px;
}
.input-box[data-value="34"] .bar {
  margin-right: 25px;
}
.input-box[data-value="35"] .bar {
  margin-right: 25px;
}
.input-box[data-value="36"] .bar {
  margin-right: 25px;
}
.input-box[data-value="37"] .bar {
  margin-right: 25px;
}
.input-box[data-value="38"] .bar {
  margin-right: 25px;
}
.input-box[data-value="39"] .bar {
  margin-right: 25px;
}
.input-box[data-value="40"] .bar {
  margin-right: 25px;
}
.input-box[data-value="41"] .bar {
  margin-right: 25px;
}
.input-box[data-value="42"] .bar {
  margin-right: 25px;
}
.input-box[data-value="43"] .bar {
  margin-right: 25px;
}
.input-box[data-value="44"] .bar {
  margin-right: 25px;
}
.input-box[data-value="45"] .bar {
  margin-right: 25px;
}
.input-box[data-value="46"] .bar {
  margin-right: 25px;
}
.input-box[data-value="47"] .bar {
  margin-right: 25px;
}
.input-box[data-value="48"] .bar {
  margin-right: 25px;
}
.input-box[data-value="49"] .bar {
  margin-right: 25px;
}
.input-box[data-value="50"] .bar {
  margin-right: 25px;
}
.input-box[data-value="51"] .bar {
  margin-right: 25px;
}
.input-box[data-value="52"] .bar {
  margin-right: 25px;
}
.input-box[data-value="53"] .bar {
  margin-right: 25px;
}
.input-box[data-value="54"] .bar {
  margin-right: 25px;
}
.input-box[data-value="55"] .bar {
  margin-right: 25px;
}
.input-box[data-value="56"] .bar {
  margin-right: 25px;
}
.input-box[data-value="57"] .bar {
  margin-right: 25px;
}
.input-box[data-value="58"] .bar {
  margin-right: 25px;
}
.input-box[data-value="59"] .bar {
  margin-right: 25px;
}
.input-box[data-value="60"] .bar {
  margin-right: 25px;
}
.input-box[data-value="61"] .bar {
  margin-right: 25px;
}
.input-box[data-value="62"] .bar {
  margin-right: 25px;
}
.input-box[data-value="63"] .bar {
  margin-right: 25px;
}
.input-box[data-value="64"] .bar {
  margin-right: 25px;
}
.input-box[data-value="65"] .bar {
  margin-right: 25px;
}
.input-box[data-value="66"] .bar {
  margin-right: 25px;
}
.input-box[data-value="67"] .bar {
  margin-right: 25px;
}
.input-box[data-value="68"] .bar {
  margin-right: 25px;
}
.input-box[data-value="69"] .bar {
  margin-right: 25px;
}
.input-box[data-value="70"] .bar {
  margin-right: 25px;
}
.input-box[data-value="71"] .bar {
  margin-right: 25px;
}
.input-box[data-value="72"] .bar {
  margin-right: 25px;
}
.input-box[data-value="73"] .bar {
  margin-right: 25px;
}
.input-box[data-value="74"] .bar {
  margin-right: 25px;
}
.input-box[data-value="75"] .bar {
  margin-right: 25px;
}
.input-box[data-value="76"] .bar {
  margin-right: 25px;
}
.input-box[data-value="77"] .bar {
  margin-right: 25px;
}
.input-box[data-value="78"] .bar {
  margin-right: 25px;
}
.input-box[data-value="79"] .bar {
  margin-right: 25px;
}
.input-box[data-value="80"] .bar {
  margin-right: 25px;
}
.input-box[data-value="81"] .bar {
  margin-right: 25px;
}
.input-box[data-value="82"] .bar {
  margin-right: 25px;
}
.input-box[data-value="83"] .bar {
  margin-right: 25px;
}
.input-box[data-value="84"] .bar {
  margin-right: 25px;
}
.input-box[data-value="85"] .bar {
  margin-right: 25px;
}
.input-box[data-value="86"] .bar {
  margin-right: 25px;
}
.input-box[data-value="87"] .bar {
  margin-right: 25px;
}
.input-box[data-value="88"] .bar {
  margin-right: 25px;
}
.input-box[data-value="89"] .bar {
  margin-right: 25px;
}
.input-box[data-value="90"] .bar {
  margin-right: 25px;
}
.input-box[data-value="91"] .bar {
  margin-right: 25px;
}
.input-box[data-value="92"] .bar {
  margin-right: 25px;
}
.input-box[data-value="93"] .bar {
  margin-right: 25px;
}
.input-box[data-value="94"] .bar {
  margin-right: 25px;
}
.input-box[data-value="95"] .bar {
  margin-right: 25px;
}
.input-box[data-value="96"] .bar {
  margin-right: 25px;
}
.input-box[data-value="97"] .bar {
  margin-right: 25px;
}
.input-box[data-value="98"] .bar {
  margin-right: 25px;
}
.input-box[data-value="99"] .bar {
  margin-right: 25px;
}
.input-box[data-value="100"] .bar {
  margin-right: 25px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Switches extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Switch mixin
2. Switch styles
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Switch mixin
========================================================================== */
/* ==========================================================================
2. Switch styles
========================================================================== */
.switch[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before {
  opactiy: 0.5;
}
.switch[type=checkbox][disabled] + label::after {
  opactiy: 0.5;
}
.switch[type=checkbox][disabled] + label:hover, .switch[type=checkbox][disabled] + label.is-hovered {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: initial;
  font-size: 1.2rem;
  line-height: initial;
  padding-left: 4.1rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 1.8rem;
  border: 0.1rem solid transparent;
  border-radius: 100px;
  background: #ededed;
  content: "";
}
.switch[type=checkbox] + label::after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.3rem;
  height: 1.3rem;
  transform: translate3d(0, 0, 0);
  border-radius: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 4.1rem;
}
.switch[type=checkbox].is-rtl + label::before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox]:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
}
.switch[type=checkbox]:hover + label::before {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox]:active + label::before {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox]:checked + label::before {
  background: #878787;
}
.switch[type=checkbox]:checked + label::after {
  left: 1.925rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after {
  left: auto;
  right: 1.925rem;
}
.switch[type=checkbox]:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
}
.switch[type=checkbox]:checked:hover + label::before {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox]:checked:active + label::before {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-outlined + label::before {
  background-color: transparent;
  border-color: #ededed;
}
.switch[type=checkbox].is-outlined + label::after {
  background: #ededed;
}
.switch[type=checkbox].is-outlined:hover + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-outlined:hover + label::after {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-outlined:active + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-outlined:active + label::after {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #878787;
}
.switch[type=checkbox].is-outlined:checked + label::after {
  background: #878787;
}
.switch[type=checkbox].is-outlined:checked:hover + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-outlined:checked:hover + label::after {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-outlined:checked:active + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-outlined:checked:active + label::after {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-thin + label::before {
  top: 0.6545454545rem;
  height: 0.45rem;
}
.switch[type=checkbox].is-thin + label::after {
  box-shadow: 0px 0px 3px #878787;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: initial;
  font-size: 1rem;
  line-height: initial;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 100px;
  background: #ededed;
  content: "";
}
.switch[type=checkbox].is-small + label::after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
}
.switch[type=checkbox].is-small:hover + label::before {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-small:active + label::before {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-small:checked + label::before {
  background: #878787;
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox].is-small:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
}
.switch[type=checkbox].is-small:checked:hover + label::before {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-small:checked:active + label::before {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-small.is-outlined + label::before {
  background-color: transparent;
  border-color: #ededed;
}
.switch[type=checkbox].is-small.is-outlined + label::after {
  background: #ededed;
}
.switch[type=checkbox].is-small.is-outlined:hover + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-small.is-outlined:hover + label::after {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-small.is-outlined:active + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-small.is-outlined:active + label::after {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #878787;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after {
  background: #878787;
}
.switch[type=checkbox].is-small.is-outlined:checked:hover + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-small.is-outlined:checked:hover + label::after {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-small.is-outlined:checked:active + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-small.is-outlined:checked:active + label::after {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-small.is-thin + label::before {
  top: 0.5454545455rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-small.is-thin + label::after {
  box-shadow: 0px 0px 3px #878787;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: initial;
  font-size: 1.5rem;
  line-height: initial;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 100px;
  background: #ededed;
  content: "";
}
.switch[type=checkbox].is-medium + label::after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate3d(0, 0, 0);
  border-radius: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
}
.switch[type=checkbox].is-medium:hover + label::before {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-medium:active + label::before {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-medium:checked + label::before {
  background: #878787;
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 2.375rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after {
  left: auto;
  right: 2.375rem;
}
.switch[type=checkbox].is-medium:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
}
.switch[type=checkbox].is-medium:checked:hover + label::before {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-medium:checked:active + label::before {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-medium.is-outlined + label::before {
  background-color: transparent;
  border-color: #ededed;
}
.switch[type=checkbox].is-medium.is-outlined + label::after {
  background: #ededed;
}
.switch[type=checkbox].is-medium.is-outlined:hover + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-medium.is-outlined:hover + label::after {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-medium.is-outlined:active + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-medium.is-outlined:active + label::after {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #878787;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after {
  background: #878787;
}
.switch[type=checkbox].is-medium.is-outlined:checked:hover + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-medium.is-outlined:checked:hover + label::after {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-medium.is-outlined:checked:active + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-medium.is-outlined:checked:active + label::after {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-medium.is-thin + label::before {
  top: 0.8181818182rem;
  height: 0.5625rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after {
  box-shadow: 0px 0px 3px #878787;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: initial;
  font-size: 1.8rem;
  line-height: initial;
  padding-left: 5.9rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 5.4rem;
  height: 2.7rem;
  border: 0.1rem solid transparent;
  border-radius: 100px;
  background: #ededed;
  content: "";
}
.switch[type=checkbox].is-large + label::after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 2.2rem;
  height: 2.2rem;
  transform: translate3d(0, 0, 0);
  border-radius: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5.9rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
}
.switch[type=checkbox].is-large:hover + label::before {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-large:active + label::before {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-large:checked + label::before {
  background: #878787;
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.825rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after {
  left: auto;
  right: 2.825rem;
}
.switch[type=checkbox].is-large:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
}
.switch[type=checkbox].is-large:checked:hover + label::before {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-large:checked:active + label::before {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-large.is-outlined + label::before {
  background-color: transparent;
  border-color: #ededed;
}
.switch[type=checkbox].is-large.is-outlined + label::after {
  background: #ededed;
}
.switch[type=checkbox].is-large.is-outlined:hover + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-large.is-outlined:hover + label::after {
  background: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-large.is-outlined:active + label::before {
  border-color: rgb(230.625, 230.625, 230.625);
}
.switch[type=checkbox].is-large.is-outlined:active + label::after {
  background: rgb(224.25, 224.25, 224.25);
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #878787;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after {
  background: #878787;
}
.switch[type=checkbox].is-large.is-outlined:checked:hover + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-large.is-outlined:checked:hover + label::after {
  background: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-large.is-outlined:checked:active + label::before {
  border-color: rgb(128.625, 128.625, 128.625);
}
.switch[type=checkbox].is-large.is-outlined:checked:active + label::after {
  background: rgb(122.25, 122.25, 122.25);
}
.switch[type=checkbox].is-large.is-thin + label::before {
  top: 0.9818181818rem;
  height: 0.675rem;
}
.switch[type=checkbox].is-large.is-thin + label::after {
  box-shadow: 0px 0px 3px #878787;
}
.switch[type=checkbox].is-primary:checked + label::before {
  background: #8c8cf9;
}
.switch[type=checkbox].is-primary:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
}
.switch[type=checkbox].is-primary:checked:hover + label::before {
  background: rgb(127.882231405, 127.882231405, 248.367768595);
}
.switch[type=checkbox].is-primary:checked:active + label::before {
  background: rgb(115.7644628099, 115.7644628099, 247.7355371901);
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #8c8cf9;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after {
  background: #8c8cf9;
}
.switch[type=checkbox].is-primary.is-outlined:checked:hover + label::before {
  border-color: rgb(127.882231405, 127.882231405, 248.367768595);
}
.switch[type=checkbox].is-primary.is-outlined:checked:hover + label::after {
  background: rgb(127.882231405, 127.882231405, 248.367768595);
}
.switch[type=checkbox].is-primary.is-outlined:checked:active + label::before {
  border-color: rgb(127.882231405, 127.882231405, 248.367768595);
}
.switch[type=checkbox].is-primary.is-outlined:checked:active + label::after {
  background: rgb(115.7644628099, 115.7644628099, 247.7355371901);
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-secondary:checked + label::before {
  background: #7f00ff;
}
.switch[type=checkbox].is-secondary:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(127, 0, 255, 0.25);
}
.switch[type=checkbox].is-secondary:checked:hover + label::before {
  background: rgb(120.65, 0, 242.25);
}
.switch[type=checkbox].is-secondary:checked:active + label::before {
  background: rgb(114.3, 0, 229.5);
}
.switch[type=checkbox].is-secondary.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #7f00ff;
}
.switch[type=checkbox].is-secondary.is-outlined:checked + label::after {
  background: #7f00ff;
}
.switch[type=checkbox].is-secondary.is-outlined:checked:hover + label::before {
  border-color: rgb(120.65, 0, 242.25);
}
.switch[type=checkbox].is-secondary.is-outlined:checked:hover + label::after {
  background: rgb(120.65, 0, 242.25);
}
.switch[type=checkbox].is-secondary.is-outlined:checked:active + label::before {
  border-color: rgb(120.65, 0, 242.25);
}
.switch[type=checkbox].is-secondary.is-outlined:checked:active + label::after {
  background: rgb(114.3, 0, 229.5);
}
.switch[type=checkbox].is-secondary.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-accent:checked + label::before {
  background: #ad5cff;
}
.switch[type=checkbox].is-accent:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(173, 92, 255, 0.25);
}
.switch[type=checkbox].is-accent:checked:hover + label::before {
  background: rgb(166.5858895706, 79.25, 255);
}
.switch[type=checkbox].is-accent:checked:active + label::before {
  background: rgb(160.1717791411, 66.5, 255);
}
.switch[type=checkbox].is-accent.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #ad5cff;
}
.switch[type=checkbox].is-accent.is-outlined:checked + label::after {
  background: #ad5cff;
}
.switch[type=checkbox].is-accent.is-outlined:checked:hover + label::before {
  border-color: rgb(166.5858895706, 79.25, 255);
}
.switch[type=checkbox].is-accent.is-outlined:checked:hover + label::after {
  background: rgb(166.5858895706, 79.25, 255);
}
.switch[type=checkbox].is-accent.is-outlined:checked:active + label::before {
  border-color: rgb(166.5858895706, 79.25, 255);
}
.switch[type=checkbox].is-accent.is-outlined:checked:active + label::after {
  background: rgb(160.1717791411, 66.5, 255);
}
.switch[type=checkbox].is-accent.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-info:checked + label::before {
  background: #2e9be5;
}
.switch[type=checkbox].is-info:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(46, 155, 229, 0.25);
}
.switch[type=checkbox].is-info:checked:hover + label::before {
  background: rgb(34.6606382979, 149.5744680851, 227.5893617021);
}
.switch[type=checkbox].is-info:checked:active + label::before {
  background: rgb(27.6042553191, 143.329787234, 221.8957446809);
}
.switch[type=checkbox].is-info.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #2e9be5;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::after {
  background: #2e9be5;
}
.switch[type=checkbox].is-info.is-outlined:checked:hover + label::before {
  border-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
}
.switch[type=checkbox].is-info.is-outlined:checked:hover + label::after {
  background: rgb(34.6606382979, 149.5744680851, 227.5893617021);
}
.switch[type=checkbox].is-info.is-outlined:checked:active + label::before {
  border-color: rgb(34.6606382979, 149.5744680851, 227.5893617021);
}
.switch[type=checkbox].is-info.is-outlined:checked:active + label::after {
  background: rgb(27.6042553191, 143.329787234, 221.8957446809);
}
.switch[type=checkbox].is-info.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-success:checked + label::before {
  background: #2eb289;
}
.switch[type=checkbox].is-success:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(46, 178, 137, 0.25);
}
.switch[type=checkbox].is-success:checked:hover + label::before {
  background: rgb(43.3816964286, 167.8683035714, 129.2020089286);
}
.switch[type=checkbox].is-success:checked:active + label::before {
  background: rgb(40.7633928571, 157.7366071429, 121.4040178571);
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #2eb289;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after {
  background: #2eb289;
}
.switch[type=checkbox].is-success.is-outlined:checked:hover + label::before {
  border-color: rgb(43.3816964286, 167.8683035714, 129.2020089286);
}
.switch[type=checkbox].is-success.is-outlined:checked:hover + label::after {
  background: rgb(43.3816964286, 167.8683035714, 129.2020089286);
}
.switch[type=checkbox].is-success.is-outlined:checked:active + label::before {
  border-color: rgb(43.3816964286, 167.8683035714, 129.2020089286);
}
.switch[type=checkbox].is-success.is-outlined:checked:active + label::after {
  background: rgb(40.7633928571, 157.7366071429, 121.4040178571);
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-warning:checked + label::before {
  background: #f6c400;
}
.switch[type=checkbox].is-warning:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(246, 196, 0, 0.25);
}
.switch[type=checkbox].is-warning:checked:hover + label::before {
  background: rgb(233.25, 185.8414634146, 0);
}
.switch[type=checkbox].is-warning:checked:active + label::before {
  background: rgb(220.5, 175.6829268293, 0);
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #f6c400;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after {
  background: #f6c400;
}
.switch[type=checkbox].is-warning.is-outlined:checked:hover + label::before {
  border-color: rgb(233.25, 185.8414634146, 0);
}
.switch[type=checkbox].is-warning.is-outlined:checked:hover + label::after {
  background: rgb(233.25, 185.8414634146, 0);
}
.switch[type=checkbox].is-warning.is-outlined:checked:active + label::before {
  border-color: rgb(233.25, 185.8414634146, 0);
}
.switch[type=checkbox].is-warning.is-outlined:checked:active + label::after {
  background: rgb(220.5, 175.6829268293, 0);
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after {
  box-shadow: none;
}
.switch[type=checkbox].is-danger:checked + label::before {
  background: #f92b60;
}
.switch[type=checkbox].is-danger:checked:focus:not(:active) + label::before {
  box-shadow: 0 0 0 0.125em rgba(249, 43, 96, 0.25);
}
.switch[type=checkbox].is-danger:checked:hover + label::before {
  background: rgb(248.6490825688, 30.6009174312, 86.7006880734);
}
.switch[type=checkbox].is-danger:checked:active + label::before {
  background: rgb(248.2981651376, 18.2018348624, 77.4013761468);
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before {
  background-color: transparent;
  border-color: #f92b60;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after {
  background: #f92b60;
}
.switch[type=checkbox].is-danger.is-outlined:checked:hover + label::before {
  border-color: rgb(248.6490825688, 30.6009174312, 86.7006880734);
}
.switch[type=checkbox].is-danger.is-outlined:checked:hover + label::after {
  background: rgb(248.6490825688, 30.6009174312, 86.7006880734);
}
.switch[type=checkbox].is-danger.is-outlined:checked:active + label::before {
  border-color: rgb(248.6490825688, 30.6009174312, 86.7006880734);
}
.switch[type=checkbox].is-danger.is-outlined:checked:active + label::after {
  background: rgb(248.2981651376, 18.2018348624, 77.4013761468);
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after {
  box-shadow: none;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Timeline extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Timeline
2. Responsive styles
3. Activity feed
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Timeline
========================================================================== */
.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  transition: all 0.4s ease;
}
.timeline *,
.timeline *:before,
.timeline *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.timeline .timeline-item:after, .timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #ededed;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
.timeline .timeline-item .timeline-icon {
  background: #ad5cff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
}
.timeline .timeline-item .timeline-icon i {
  position: relative;
  font-size: 1.6rem;
  top: 8px;
  left: 14px;
  color: #fff;
}
.timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
.timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  transition: all 0.3s;
}
.timeline .timeline-item .timeline-content .content-header {
  padding: 10px;
  background: #fff;
  color: #444f60;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}
.timeline .timeline-item .timeline-content .content-header .timestamp {
  font-size: 0.9rem;
  color: #999;
}
.timeline .timeline-item .timeline-content .content-body {
  position: relative;
  display: flex;
  width: 100%;
}
.timeline .timeline-item .timeline-content .content-body .timeline-avatar {
  height: 40px;
  border-radius: 100px;
}
.timeline .timeline-item .timeline-content .content-body .timeline-text {
  margin: 0 10px;
}
.timeline .timeline-item .timeline-content .content-body .timeline-text div:first-child {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.timeline .timeline-item .timeline-content .content-body .timeline-text div:last-child {
  color: #999;
}
.timeline .timeline-item .timeline-content .content-body .timeline-text .timestamp {
  font-size: 0.9rem;
  color: #999;
}
.timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline .timeline-item .timeline-content.right {
  float: right;
}
.timeline .timeline-item .timeline-content.right:before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline.doted .timeline-icon {
  background: white;
  border: 2px solid #ededed;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 22%;
  overflow: hidden;
  margin: -5px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
2. Responsive styles
========================================================================== */
@media screen and (max-width: 768px) {
  .timeline {
    margin: 10px;
    padding: 0px;
    width: 100%;
  }
  .timeline:before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline .timeline-item .timeline-content:before, .timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
  .timeline.doted .timeline-icon {
    left: 0;
  }
}
/* ==========================================================================
3. Activity feed
========================================================================== */
.simple-feed {
  padding: 15px;
  list-style: none;
}
.simple-feed a {
  color: #ad5cff;
}
.simple-feed .feed-item {
  position: relative;
  top: -10px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-left: 2px solid #ededed;
  display: flex;
  align-items: center;
}
.simple-feed .feed-item .name {
  font-weight: 600;
  color: #444f60;
}
.simple-feed .feed-item img {
  border-radius: 100px;
  width: 45px;
  height: 45px;
}
.simple-feed .feed-item .feed-item-text {
  margin-left: 15px;
}
.simple-feed .feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: -8px;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #ededed;
}
.simple-feed .feed-item .date {
  display: block;
  position: relative;
  top: -5px;
  color: #999;
  text-transform: none;
  font-size: 13px;
}
.simple-feed .feed-item .text {
  position: relative;
  top: -3px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
File uploader extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. One button theme
1. Thumbnails theme
2. Drag and drop theme
=============================================================================
***/
/* ==========================================================================
0. One button theme
========================================================================== */
.fileuploader-theme-onebutton .fileuploader-input {
  display: inline-block;
}
.fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
  display: none;
}

/* ==========================================================================
1. Thumbnails theme
========================================================================== */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
  display: inline-block;
  width: 25%;
  height: 115px;
  line-height: 95px;
  padding: 10px;
  vertical-align: top;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
  width: 100%;
  max-width: 95px;
  height: 100%;
  border: 2px dashed #c2cdda;
  border-radius: 4px;
  text-align: center;
  font-size: 30px;
  color: #acb9c7;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.1s ease;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner span {
  position: relative;
  top: -5px;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover,
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active {
  border-color: #92a7bf;
  color: #899baf;
}
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
  background: #fff;
}
.fileuploader-theme-thumbnails .fileuploader-items-list {
  margin: -5px -10px;
}
.fileuploader-theme-thumbnails .fileuploader-item {
  animation: fileuploaderScaleIn 0.2s ease;
  border-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner {
  position: relative;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner,
.fileuploader-theme-thumbnails fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
  width: 100%;
  height: 100%;
  min-height: 95px;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img,
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image canvas {
  border-radius: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image img {
  max-height: 100%;
  min-height: 100%;
  max-width: none;
}
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0.2;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(33, 33, 33, 0.55);
  text-align: right;
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 3;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item:hover .actions-holder {
  opacity: 1;
}
.fileuploader-theme-thumbnails .fileuploader-action {
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  margin: 3px 3px 0 0;
  z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-action-remove i:before,
.fileuploader-theme-thumbnails .fileuploader-action-remove i:after {
  top: 4px;
  left: 10px;
  height: 14px;
  width: 3px;
  background: #fff;
}
.fileuploader-theme-thumbnails .fileuploader-action-sort i {
  top: 10px;
  width: 12px;
}
.fileuploader-theme-thumbnails .fileuploader-action-sort i:before {
  top: -4px;
}
.fileuploader-theme-thumbnails .fileuploader-action-sort i:after {
  top: 4px;
}
.fileuploader-theme-thumbnails .fileuploader-action-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item.upload-failed {
  background: none;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item.upload-failed .fileuploader-item-icon {
  display: block !important;
  background: #db6868 !important;
  color: #fff;
}
.fileuploader-theme-thumbnails .fileuploader-item.upload-pending .fileuploader-action-remove:after {
  right: 0;
  margin-top: -14px;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
  position: relative;
  top: 50%;
  width: 80%;
  height: 6px;
  margin: 0 auto;
  background: #dde4f6;
}
.fileuploader-theme-thumbnails .fileuploader-item.sorting {
  animation: none;
}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
  background: none;
}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {
  background: #fff;
}

/* ==========================================================================
2. Drag and drop theme
========================================================================== */
.fileuploader-theme-dragdrop .fileuploader-input {
  display: block;
  padding: 60px 0;
  background: #fff;
  border: 2px dashed #c2cdda;
  border-radius: 3px;
  text-align: center;
  transition: background-color 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner {
  transition: opacity 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner {
  opacity: 0.4;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging img {
  transform: rotate(180deg);
}
.fileuploader-theme-dragdrop .fileuploader-input img {
  display: block;
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input h3 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #555a6b;
  white-space: normal;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
  color: #74809d;
}
.fileuploader-theme-dragdrop.fileuploader-is-uploading .fileuploader-input-caption:after {
  display: none;
}
.fileuploader-theme-dragdrop .fileuploader-pending-loader .right-half,
.fileuploader-theme-dragdrop .fileuploader-pending-loader .spinner {
  background: #687ddb;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
  margin: 10px 0;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Bulma Iconpicker styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Icon Picker
=============================================================================
***/
/* ==========================================================================
0. Icon Picker
========================================================================== */
.iconpicker-wrapper {
  padding: 20px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s;
}
.iconpicker-wrapper .help {
  padding-top: 10px;
  font-weight: 500;
}
.iconpicker-wrapper .iconpicker-preview {
  background: #2e9be5;
  transition: all 0.3s;
}
.iconpicker-wrapper .iconpicker-preview i {
  color: #fff;
}
.iconpicker-wrapper .iconpicker-preview:hover {
  background: #7f00ff;
}
.iconpicker-wrapper:hover {
  border: 2px solid #7f00ff;
}

.iconpicker-modal .iconpicker-icons a {
  color: #999;
}
.iconpicker-modal .iconpicker-icons a:hover {
  color: #7f00ff;
}
.iconpicker-modal .iconpicker-icons a:before {
  content: "" !important;
}
.iconpicker-modal.is-active .modal-background {
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  transform: scale(1) !important;
  border-radius: 0 !important;
}
.iconpicker-modal.is-active .modal-card {
  z-index: 99 !important;
}
.iconpicker-modal.is-active .modal-card .modal-card-head {
  background: #2e9be5;
}
.iconpicker-modal.is-active .modal-card .modal-card-head .modal-card-title {
  color: #fff;
  font-weight: 500;
}
.iconpicker-modal.is-active .modal-card .modal-card-head .iconpicker-search {
  background: #fff;
  color: #444f60;
  transition: all 0.3s;
}
.iconpicker-modal.is-active .modal-card .modal-card-head .iconpicker-search:focus {
  outline: none !important;
}
.iconpicker-modal.is-active .modal-card .modal-card-head .delete:before, .iconpicker-modal.is-active .modal-card .modal-card-head .delete:after {
  background: #fff !important;
}
.iconpicker-modal.is-active .modal-card .iconpicker-sets.tabs ul li a {
  border-radius: 0 !important;
}
.iconpicker-modal.is-active .modal-card .iconpicker-sets.tabs ul li.is-active a {
  color: #7f00ff;
  border-bottom: 1.4px solid #7f00ff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Bulma Calendar styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Legacy Calendar
1. New Calendar
=============================================================================
***/
/* ==========================================================================
0. Legacy Calendar
========================================================================== */
.calendar-legacy.is-centered {
  margin: 0 auto;
}
.calendar-legacy.is-large .calendar-range:before {
  top: 1.6rem !important;
}
.calendar-legacy.is-custom {
  border: 1px solid #ededed;
  border-radius: 3px;
}
.calendar-legacy.is-custom .calendar-nav {
  background: #7f00ff;
}
.calendar-legacy.is-custom .calendar-nav-previous-month button,
.calendar-legacy.is-custom .calendar-nav-next-month button {
  text-decoration: none !important;
}
.calendar-legacy.is-custom .calendar-nav-previous-month button i,
.calendar-legacy.is-custom .calendar-nav-next-month button i {
  color: #fff !important;
}
.calendar-legacy.is-custom .calendar-nav-previous-month button:hover,
.calendar-legacy.is-custom .calendar-nav-next-month button:hover {
  background: transparent !important;
}
.calendar-legacy.is-custom .calendar-body .date-item.is-today {
  border-color: #7f00ff;
  color: #7f00ff;
}
.calendar-legacy.is-custom .calendar-body .date-item.is-active {
  background: #7f00ff;
  color: #fff !important;
  border-color: #7f00ff;
}
.calendar-legacy.is-custom .calendar-body .calendar-range .date-item {
  color: #7f00ff;
}
.calendar-legacy.is-custom .calendar-body .calendar-range:before {
  background: rgb(229.4, 204, 255);
}
.calendar-legacy.is-custom button:focus,
.calendar-legacy.is-custom button:active {
  background: transparent !important;
  border-color: transparent !important;
}
.calendar-legacy .calendar-event {
  background: #999;
  padding: 0.6rem 0.4rem !important;
}
.calendar-legacy .calendar-event.is-primary {
  background: #8c8cf9 !important;
}
.calendar-legacy .calendar-event.is-secondary {
  background: #7f00ff !important;
}
.calendar-legacy .calendar-event.is-accent {
  background: #ad5cff !important;
}
.calendar-legacy .calendar-event.is-success {
  background: #2eb289 !important;
}
.calendar-legacy .calendar-event.is-warning {
  background: #f6c400 !important;
  color: #fff !important;
}
.calendar-legacy .calendar-event.is-danger {
  background: #f92b60 !important;
}

.datepicker-legacy.modal.is-active .modal-background,
.datepicker-legacy.is-active .modal-background {
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  transform: scale(1) !important;
  border-radius: 0 !important;
}
.datepicker-legacy.modal.is-active .calendar-legacy,
.datepicker-legacy.is-active .calendar-legacy {
  z-index: 99 !important;
}
.datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav,
.datepicker-legacy.is-active .calendar-legacy .calendar-nav {
  background: #7f00ff;
}
.datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:focus,
.datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:active,
.datepicker-legacy.is-active .calendar-legacy .calendar-nav button:focus,
.datepicker-legacy.is-active .calendar-legacy .calendar-nav button:active {
  background: transparent !important;
  border-color: transparent !important;
}
.datepicker-legacy.modal.is-active .calendar-legacy .calendar-body,
.datepicker-legacy.is-active .calendar-legacy .calendar-body {
  min-height: 266px !important;
}
.datepicker-legacy.modal.is-active .calendar-legacy .calendar-body .date-item.is-active,
.datepicker-legacy.is-active .calendar-legacy .calendar-body .date-item.is-active {
  background: #7f00ff;
  border-color: #7f00ff;
  color: #fff;
}

.datepicker-legacy .calendar-legacy {
  border: 1px solid #ededed;
}

/* ==========================================================================
1. New Calendar
========================================================================== */
.datetimepicker-wrapper.modal.is-active .modal-background {
  transform: scale(1) !important;
  border-radius: 0;
  height: 100%;
  width: 100%;
  background: rgba(52, 66, 88, 0.6);
}
.datetimepicker-wrapper.modal.is-active .datetimepicker {
  z-index: 99;
}
.datetimepicker-wrapper .datetimepicker {
  margin: 0 auto;
}

.datetimepicker-dummy-wrapper {
  border: 1px solid rgb(229.35, 229.35, 229.35) !important;
  border-radius: 4px;
  background: #fff;
  height: 38px !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Wallop slider styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Wallop Scale
1. Wallop fade
2. Wallop v1
3. Wallop v2
=============================================================================
***/
/* ==========================================================================
0. Wallop Scale
========================================================================== */
.Wallop--scale .Wallop-item--hidePrevious,
.Wallop--scale .Wallop-item--hideNext {
  visibility: visible;
  animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.Wallop--scale .Wallop-item--hidePrevious,
.Wallop--scale .Wallop-item--hideNext {
  z-index: 2;
}

.Wallop--scale .Wallop-item--showPrevious,
.Wallop--scale .Wallop-item--showNext {
  z-index: 1;
}
@keyframes scaleOut {
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
/* ==========================================================================
 1. Wallop Fade
 ========================================================================== */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  z-index: 2;
}

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  z-index: 1;
}
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ==========================================================================
2. Wallop v1
========================================================================== */
.Wallop--v1 {
  top: -65px;
}
.Wallop--v1 .Wallop-list {
  width: 100%;
  height: 100%;
}
.Wallop--v1 .Wallop-item {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.Wallop--v1 .Wallop-buttonPrevious,
.Wallop--v1 .Wallop-buttonNext {
  position: absolute;
  top: calc(50% - 27px);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 6;
}
.Wallop--v1 .Wallop-buttonPrevious:hover i,
.Wallop--v1 .Wallop-buttonNext:hover i {
  opacity: 0.8;
  transform: scale(1.05);
}
.Wallop--v1 .Wallop-buttonPrevious i,
.Wallop--v1 .Wallop-buttonNext i {
  font-size: 3.5rem;
  color: #fff;
  transition: all 0.4s;
}
.Wallop--v1 .Wallop-buttonPrevious:active, .Wallop--v1 .Wallop-buttonPrevious:focus,
.Wallop--v1 .Wallop-buttonNext:active,
.Wallop--v1 .Wallop-buttonNext:focus {
  outline: none !important;
}
.Wallop--v1 .Wallop-buttonPrevious {
  left: 20px;
}
.Wallop--v1 .Wallop-buttonNext {
  right: 20px;
}
.Wallop--v1 .Wallop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.Wallop--v1 .Wallop-pagination {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5;
}
.Wallop--v1 .Wallop-dot {
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 5px;
  background-color: #ccc;
  cursor: pointer;
  -webkit-appearance: none;
}
.Wallop--v1 .Wallop-dot:active, .Wallop--v1 .Wallop-dot:focus {
  outline: none !important;
}
.Wallop--v1 .Wallop-dot--current {
  background-color: #8c8cf9;
}
.Wallop--v1 .Wallop-caption-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}
.Wallop--v1 .Wallop-caption {
  font-family: "Nexa Bold", sans-serif;
}
.Wallop--v1 .Wallop-caption.is-centered {
  font-size: 3rem;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 5;
  text-align: center;
}
.Wallop--v1 .Wallop-caption.is-centered .main-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Wallop--v1 .Wallop-caption.is-centered h1 {
  font-weight: bolder !important;
  text-transform: uppercase;
}
.Wallop--v1 .Wallop-caption.is-centered h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 40%;
  padding: 0;
  font-weight: 300;
}
.Wallop--v1 .caption-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.Wallop--v1 .caption-action a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 768px) {
  .Wallop--v1 .Wallop-caption {
    font-size: 2.8rem !important;
  }
  .Wallop--v1 .Wallop-caption h1,
  .Wallop--v1 .Wallop-caption h4 {
    padding: 0 10% !important;
  }
}
/* ==========================================================================
3. Wallop v2
========================================================================== */
.Wallop--v2 {
  top: -65px;
}
.Wallop--v2 .Wallop-list {
  width: 100%;
  height: 100%;
}
.Wallop--v2 .Wallop-item {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.Wallop--v2 .Wallop-buttonPrevious,
.Wallop--v2 .Wallop-buttonNext {
  position: absolute;
  top: 48%;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 6;
}
.Wallop--v2 .Wallop-buttonPrevious:hover i,
.Wallop--v2 .Wallop-buttonNext:hover i {
  opacity: 0.8;
  transform: scale(1.05);
}
.Wallop--v2 .Wallop-buttonPrevious i,
.Wallop--v2 .Wallop-buttonNext i {
  font-size: 3.5rem;
  color: #fff;
  transition: all 0.4s;
}
.Wallop--v2 .Wallop-buttonPrevious:active, .Wallop--v2 .Wallop-buttonPrevious:focus,
.Wallop--v2 .Wallop-buttonNext:active,
.Wallop--v2 .Wallop-buttonNext:focus {
  outline: none !important;
}
.Wallop--v2 .Wallop-buttonPrevious {
  left: 20px;
}
.Wallop--v2 .Wallop-buttonNext {
  right: 20px;
}
.Wallop--v2 .Wallop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.Wallop--v2 .Wallop-pagination {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 100;
}
.Wallop--v2 .Wallop-dot {
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 5px;
  background-color: #ccc;
  cursor: pointer;
  -webkit-appearance: none;
}
.Wallop--v2 .Wallop-dot:active, .Wallop--v2 .Wallop-dot:focus {
  outline: none !important;
}
.Wallop--v2 .Wallop-dot--current {
  background-color: #8c8cf9;
}
.Wallop--v2 .Wallop-caption-wrapper {
  align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 99;
}
.Wallop--v2 .Wallop-caption-wrapper .container {
  position: relative;
  min-height: 500px;
  height: 100vh;
  display: flex;
}
.Wallop--v2 .Wallop-caption-wrapper .container .caption-inner h1 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #fff;
}
.Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-divider {
  width: 30%;
  height: 3px;
  background: #fff;
  margin: 10px 0;
}
.Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
.Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-text .action {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .Wallop--v2 .caption-inner {
    max-width: 100% !important;
    top: 30% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .Wallop--v2 .caption-inner .caption-divider {
    height: 3px !important;
    margin: 10px auto !important;
  }
  .Wallop--v2 .caption-inner h1 {
    font-size: 3.2rem !important;
  }
  .Wallop--v2 .caption-inner .caption-text span {
    margin: 0 20px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .Wallop--v2 .caption-inner {
    text-align: center;
    position: relative;
    top: 40vh !important;
  }
  .Wallop--v2 .caption-inner .caption-divider {
    margin: 10px auto !important;
    height: 3px !important;
  }
  .Wallop--v2 .caption-inner .caption-text {
    padding: 0 15%;
  }
  .Wallop--v2 .is-tablet-padded {
    padding: 0 20% !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Features CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Hero Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Animated Icons Hero
    1. Waves Hero
    2. Waves Hero Dark
    3. Slanted Hero
    4. Waves Hero Alt
    5. Wavy hero v1
    6. Shape Layers
    7. Animated Waves
    8. Animated Gradient Hero
    9. Blob Hero
    10. Ecommerce hero
    11. Subpage Hero
    12. Header Form
    13. Jobs Hero
    13. Map Hero
    14. Car Hero
    15. Hero composition 1
***/
/* ==========================================================================
0. Animated Icons Hero
========================================================================== */
#landing-hero {
  background: #8c8cf9 url(/images/icon-bg.png?304b5f2c84d2acfa0572984ddf6e76a7) repeat 0 0;
  animation: 18s linear 0s normal none infinite animate;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1450px;
  }
}
/* ==========================================================================
1. Waves Hero
========================================================================== */
.has-waves-bottom {
  position: relative;
}
.has-waves-bottom:before {
  background: transparent url(/images/wavy.png?c525497301e2f043d2fff2aeaf339480) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 321px;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* ==========================================================================
2. Waves Hero Dark
========================================================================== */
.has-waves-bottom-dark {
  position: relative;
}
.has-waves-bottom-dark:before {
  background: transparent url(/images/wavy-dark.png?17a3164edc8b4ae035fa12672c3329a8) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 321px;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* ==========================================================================
3. Slanted Hero
========================================================================== */
.hero.is-slant {
  position: relative;
}
.hero.is-slant:before {
  background: transparent url(/images/slanted.svg?d3758d9cb19c6b9c1d09cced1ce17c1f) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 150px;
  width: 100%;
  z-index: 1 !important;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.hero.is-slant .hero-body.pricing-hero {
  padding: 120px 0;
}
.hero.is-slant .hero-body .clean-title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  color: #444f60;
  padding: 0;
  line-height: 1.2;
}
.hero.is-slant .hero-body .clean-hero-mockup {
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
.hero.is-slant .hero-body .cta-wrapper {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .hero.is-slant .column.caption-column .clean-title,
  .hero.is-slant .column.caption-column .subtitle,
  .hero.is-slant .column.caption-column .cta-wrapper {
    text-align: center !important;
  }
}
/* ==========================================================================
4. Waves Hero Alt
========================================================================== */
.has-waves-bottom-alt {
  position: relative;
}
.has-waves-bottom-alt:before {
  background: transparent url(/images/wavy-alt.png?0d713c6f7c983423bab90dca7422dfec) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 321px;
  width: 100%;
  z-index: 1 !important;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.has-waves-bottom-alt .columns {
  margin-top: -180px;
}

.has-wavy-footer {
  position: relative;
}
.has-wavy-footer:before {
  background: transparent url(/images/wavy-alt.png?0d713c6f7c983423bab90dca7422dfec) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 321px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1 !important;
}

/* ==========================================================================
5. Wavy hero v1
========================================================================== */
.is-wavy-bg:before {
  background: transparent url(/images/wavy-core.svg?07826ffad134681654d1ec9c13e9d90b) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1 !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

body.is-theme-core .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-core.svg?07826ffad134681654d1ec9c13e9d90b) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-purple .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-purple.svg?0d3aafa5dd5508405188573d7a4f5187) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-teal .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-teal.svg?c62f2c22696bd550ad3b0d0bcf031b5a) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-green .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-green.svg?1f8a36621c013d8ec19b8169f6bce8a0) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-azur .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-azur.svg?7de46e08313fbdd6d923dce11e7867bc) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-blue .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-blue.svg?e41d671041ad374485942f3ac4f9b0d3) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-night .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-night.svg?b778c2e0c8506347c3a83015424d4159) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-yellow .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-yellow.svg?13e3a71420bf68e5467cb4c93289850a) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-orange .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-orange.svg?975111fe601e73c55faec7caf3653613) no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-red .hero.is-wavy-bg:before {
  background: transparent url(/images/wavy-red.svg?2467c88a7ae4351d46665516c9c06c26) no-repeat scroll 0 bottom/100% auto;
}

/* ==========================================================================
6. Shape Layers
========================================================================== */
.has-shape-layer-1 {
  overflow: hidden;
}
.has-shape-layer-1 .shape-layer {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 0;
}

.has-shape-layer-2 {
  overflow: hidden;
}
.has-shape-layer-2 .shape-layer {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 0;
}

/* ==========================================================================
7. Animated Waves
========================================================================== */
.has-animated-waves {
  position: relative;
  z-index: 10;
}
.has-animated-waves.waves-top .animated-waves {
  top: 0;
}
.has-animated-waves.waves-bottom .animated-waves {
  bottom: 0;
}
.has-animated-waves .animated-waves {
  position: absolute;
  left: 0;
  width: 100%;
}
.has-animated-waves .animated-waves.is-reversed {
  transform: rotate(180deg);
}

.waves-primary .animated-waves .parallax > use:first-child {
  fill: rgba(140, 140, 249, 0.7) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(2) {
  fill: rgba(140, 140, 249, 0.5) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(3) {
  fill: rgba(140, 140, 249, 0.3) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(4) {
  fill: #8c8cf9 !important;
}
.waves-primary .animated-waves .parallax > use:last-child {
  fill: rgba(140, 140, 249, 0.7) !important;
}

.waves-inverted .animated-waves .parallax > use:first-child {
  fill: rgba(255, 255, 255, 0.7) !important;
}
.waves-inverted .animated-waves .parallax > use:nth-child(2) {
  fill: rgba(255, 255, 255, 0.5) !important;
}
.waves-inverted .animated-waves .parallax > use:nth-child(3) {
  fill: rgba(255, 255, 255, 0.3) !important;
}
.waves-inverted .animated-waves .parallax > use:nth-child(4) {
  fill: white !important;
}
.waves-inverted .animated-waves .parallax > use:last-child {
  fill: rgba(255, 255, 255, 0.7) !important;
}

.animated-waves .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 250px;
}
.animated-waves .parallax > use {
  animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.animated-waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.animated-waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.animated-waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.animated-waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .animated-waves .waves {
    height: 40px;
    min-height: 40px;
  }
  .animated-waves .content {
    height: 30vh;
  }
  .animated-waves h1 {
    font-size: 24px;
  }
}

/* ==========================================================================
8. Animated Gradient Hero
========================================================================== */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero.gradient-hero {
  background: #8c8cf9;
  background: linear-gradient(-45deg, #ad5cff, #8c8cf9, #8c8cf9, #ad5cff);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}
.hero.gradient-hero, .hero.slant-laptop-hero {
  position: relative;
}
.hero.gradient-hero .slant-shape, .hero.slant-laptop-hero .slant-shape {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1 !important;
}
.hero.gradient-hero .hero-caption, .hero.slant-laptop-hero .hero-caption {
  padding-bottom: 150px;
}
.hero.gradient-hero .laptop-container, .hero.slant-laptop-hero .laptop-container {
  position: relative;
}
.hero.gradient-hero .laptop-container .laptop, .hero.slant-laptop-hero .laptop-container .laptop {
  position: relative;
  z-index: 1 !important;
}
.hero.gradient-hero .laptop-container .laptop-shadow, .hero.slant-laptop-hero .laptop-container .laptop-shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0 !important;
}
.hero.gradient-hero .hero-foot, .hero.slant-laptop-hero .hero-foot {
  position: relative;
  z-index: 3;
}
.hero.rounded-hero {
  position: relative;
  z-index: 3;
}
.hero.rounded-hero.is-active .absolute-header {
  transform: translateY(0);
}
.hero.rounded-hero.is-active .absolute-header .header-inner .states {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hero.rounded-hero.is-active .hero-body .hero-mockup {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hero.rounded-hero .hero-body .hero-mockup {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  border-radius: 12px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.hero.rounded-hero .hero-body .buttons {
  display: flex;
  justify-content: center;
}
.hero .is-hero-title {
  z-index: 2;
}
.hero .is-hero-title h1,
.hero .is-hero-title h2 {
  color: #fff;
}

.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  background: #8c8cf9;
  background: linear-gradient(-45deg, rgb(101.2231404959, 101.2231404959, 246.9768595041), #8c8cf9, #8c8cf9, rgb(101.2231404959, 101.2231404959, 246.9768595041));
  transform: translateY(-100%);
  transition: all 0.3s;
}
.absolute-header .header-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.absolute-header .header-inner .cut-circle {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .rounded-hero {
    min-height: 75vh !important;
  }
  .rounded-hero .absolute-header {
    height: 500px;
  }
  .rounded-hero .hero-body .hero-mockup {
    max-width: 340px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero.gradient-hero .is-hero-title {
    text-align: center !important;
  }
  .hero.gradient-hero .is-hero-title .buttons {
    justify-content: center;
  }
  .hero.rounded-hero {
    min-height: 75vh !important;
  }
  .hero.rounded-hero .hero-body .hero-mockup {
    max-width: 610px !important;
  }
}
/* ==========================================================================
9. Blob Hero
========================================================================== */
.blob-hero .morphing-blob-wrapper {
  position: absolute;
  opacity: 0.6;
}
.blob-hero .morphing-blob-wrapper.is-blob-1 {
  top: 20%;
  right: 12%;
}
.blob-hero .morphing-blob-wrapper.is-blob-2 {
  bottom: 20%;
  left: 12%;
  transform: scale(0.7);
}
.blob-hero .morphing-blob-wrapper.is-blob-3 {
  bottom: 10%;
  right: 5%;
  transform: scale(0.4);
}
.blob-hero .morphing-blob-wrapper.is-blob-4 {
  top: 2%;
  left: 30%;
  transform: scale(0.2);
}
.blob-hero .morphing-blob-wrapper.is-blob-5 {
  bottom: 45%;
  left: 10%;
  transform: scale(0.4);
}
.blob-hero .morphing-blob-wrapper.is-blob-6 {
  bottom: 25%;
  left: 2%;
  transform: scale(0.3);
}
.blob-hero .morphing-blob-wrapper.is-blob-7 {
  top: -12%;
  left: -8%;
}

@media (max-width: 767px) {
  .blob-hero .morphing-blob-wrapper.is-blob-1 {
    top: 17%;
    right: -27%;
    transform: scale(0.1);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-2 {
    display: none;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-3 {
    bottom: -1%;
    right: -26%;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-4 {
    top: -3%;
    left: 46%;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-5 {
    bottom: 45%;
    left: -38%;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-6 {
    bottom: -9%;
    left: -17%;
  }
}
/* ==========================================================================
10. Ecommerce hero
========================================================================== */
.hero {
  position: relative;
}
.hero.type-1.is-cover {
  background-size: cover !important;
}
.hero.type-1 .hero-shape-commerce {
  position: absolute;
  top: unset;
  bottom: -1px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1 !important;
}
.hero.type-1 .is-hero-caption {
  position: relative;
  z-index: 2;
}
.hero.type-1 .is-hero-caption .field-wrap .field {
  margin-bottom: 4px;
}
.hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
  flex-grow: 2;
}
.hero.type-1 .is-hero-caption .field-wrap .form-text {
  color: #fff;
}
.hero.type-2.type-2-light {
  background: #f5f6fa;
}
.hero.type-2.type-2-light .is-hero-caption .field-wrap .form-text {
  color: #999;
}
.hero.type-2.type-2-heavy {
  background: #8c8cf9;
}
.hero.type-2.type-2-heavy .is-hero-caption .field-wrap .form-text {
  color: #fff;
}
.hero.type-2 .hero-shape-commerce {
  position: absolute;
  top: unset;
  bottom: -1px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1 !important;
}
.hero.type-2 .hero-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1 !important;
}
.hero.type-2 .is-hero-caption {
  position: relative;
  z-index: 2;
}
.hero.type-2 .is-hero-caption .field-wrap .field {
  margin-bottom: 4px;
}
.hero.type-2 .is-hero-caption .field-wrap .field .control:first-child {
  flex-grow: 2;
}
.hero .large-input {
  height: 46px;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #333;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .hero.type-1 .is-hero-caption {
    text-align: center;
  }
  .hero.type-1 .is-hero-caption .field-wrap .field {
    flex-direction: column;
  }
  .hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .hero.type-1 .is-hero-caption .field-wrap .field .control .button {
    width: 100%;
  }
}
/* ==========================================================================
11. Subpage Hero
========================================================================== */
.sub-hero {
  background: #f2f2fa;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content {
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
  position: absolute;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
  top: -20px;
  left: -16px;
  transform: rotate(124deg);
  height: 68px;
  width: 68px;
  border-radius: 12px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
  bottom: 20px;
  right: -16px;
  transform: rotate(194deg);
  height: 88px;
  width: 88px;
  border-radius: 16px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
  top: -90px;
  right: 35%;
  transform: rotate(234deg);
  height: 160px;
  width: 160px;
  border-radius: 26px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
  top: 50%;
  left: 15%;
  transform: rotate(32deg);
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
  top: 30%;
  left: 25%;
  transform: rotate(60deg);
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
  top: 28%;
  left: 32%;
  transform: rotate(120deg);
  height: 32px;
  width: 32px;
  border-radius: 6px;
  border: 2px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
  top: 24%;
  left: 27%;
  transform: rotate(60deg);
  height: 10px;
  width: 10px;
  border-radius: 3px;
  border: 1.4px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero .hero-body.is-narrow {
  padding-top: 20px;
}
.sub-hero .sub-hero-container {
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #8c8cf9;
}
.sub-hero .sub-hero-container .sub-hero-content {
  text-align: center;
  width: 100%;
  padding: 4rem;
  border-radius: 12px;
}
.sub-hero .sub-hero-container .sub-hero-content h1,
.sub-hero .sub-hero-container .sub-hero-content h3 {
  position: relative;
  z-index: 10;
}
.sub-hero .sub-hero-container .sub-hero-search {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner {
  display: flex;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
  flex-grow: 2;
  margin-right: 12px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control:first-child {
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
  border: none;
  min-height: 46px;
  max-height: 46px;
  padding-left: 46px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
  height: 46px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
  font-size: 18px;
  transition: color 0.3s;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
  min-height: 46px;
  max-height: 46px;
  min-width: 120px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sub-hero .sub-hero-container {
    flex-direction: column;
  }
  .sub-hero .sub-hero-container .sub-hero-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .sub-hero .sub-hero-container .sub-hero-content .square.square-3, .sub-hero .sub-hero-container .sub-hero-content .square.square-5, .sub-hero .sub-hero-container .sub-hero-content .square.square-6, .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
    display: none;
  }
  .sub-hero .sub-hero-container .sub-hero-search {
    position: relative;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner {
    flex-direction: column;
  }
}
/* ==========================================================================
12. Hero Form
========================================================================== */
.hero-form .flex-card, .hero-form .network-grid .network-card, .network-grid .hero-form .network-card, .hero-form .project-card, .hero-form .profile-card, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item {
  padding: 30px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  max-width: 380px;
  margin: 0 auto;
}
.hero-form .flex-card .field > label, .hero-form .network-grid .network-card .field > label, .network-grid .hero-form .network-card .field > label, .hero-form .project-card .field > label, .hero-form .profile-card .field > label, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field > label, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field > label {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 6px;
  padding: 0;
}
.hero-form .flex-card .field > label small, .hero-form .network-grid .network-card .field > label small, .network-grid .hero-form .network-card .field > label small, .hero-form .project-card .field > label small, .hero-form .profile-card .field > label small, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field > label small, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field > label small {
  color: #d70464;
}
.hero-form .flex-card .field .control .input, .hero-form .network-grid .network-card .field .control .input, .network-grid .hero-form .network-card .field .control .input, .hero-form .project-card .field .control .input, .hero-form .profile-card .field .control .input, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .input, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .input {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  padding-left: 42px;
}
.hero-form .flex-card .field .control .input:not(:focus), .hero-form .network-grid .network-card .field .control .input:not(:focus), .network-grid .hero-form .network-card .field .control .input:not(:focus), .hero-form .project-card .field .control .input:not(:focus), .hero-form .profile-card .field .control .input:not(:focus), .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .input:not(:focus), .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .input:not(:focus) {
  border-color: #dee2e6;
}
.hero-form .flex-card .field .control .button, .hero-form .network-grid .network-card .field .control .button, .network-grid .hero-form .network-card .field .control .button, .hero-form .project-card .field .control .button, .hero-form .profile-card .field .control .button, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .button, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .button {
  line-height: 0;
}

/* ==========================================================================
13. Jobs Hero
========================================================================== */
.jobs-hero .hero-body {
  align-items: flex-start !important;
}
.jobs-hero .hero-body .is-hero-caption .title {
  font-family: "Nexa Light", sans-serif;
  margin-bottom: 6px !important;
}
.jobs-hero .hero-body .is-hero-caption .subtitle {
  margin-bottom: 10px !important;
}
.jobs-hero .jobs-hero-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .jobs-hero .hero-body .container > .columns {
    padding: 0 0;
  }
}
/* ==========================================================================
13. Map Hero
========================================================================== */
.mapbox-hero {
  position: relative;
}
.mapbox-hero .hero-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.countdown.is-light li {
  color: #fff;
}
.countdown li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #444f60;
}
.countdown li span {
  display: block;
  font-size: 4.5rem;
}

/* ==========================================================================
14. Car Hero
========================================================================== */
.car-hero {
  position: relative;
}
.car-hero .main-image {
  opacity: 0;
  pointer-events: none;
}
.car-hero .left-image,
.car-hero .right-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.car-hero .right-image {
  z-index: 0;
  transition: all 0.55s ease-out;
}
.car-hero .right-image.is-active {
  transform: translate(-44px, -40px);
}
.car-hero .left-image {
  top: -4rem;
  z-index: 1;
  transition: all 0.55s ease-out;
}
.car-hero .left-image.is-active {
  transform: translate(44px, 44px);
}

.is-car-layer {
  bottom: -150px !important;
  transition: all 0.6s;
}
.is-car-layer.is-active {
  bottom: 0 !important;
}

@media (max-width: 767px) {
  .car-hero-wrap .title,
  .car-hero-wrap .subtitle {
    text-align: center;
  }
  .car-hero-wrap .hero-form {
    margin-top: 2rem;
  }
  .car-hero-wrap .hero-form .flex-card, .car-hero-wrap .hero-form .network-grid .network-card, .network-grid .car-hero-wrap .hero-form .network-card, .car-hero-wrap .hero-form .project-card, .car-hero-wrap .hero-form .profile-card, .car-hero-wrap .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .car-hero-wrap .hero-form .testimonial-item {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .car-hero-wrap .title,
  .car-hero-wrap .subtitle {
    text-align: center;
  }
  .car-hero-wrap .hero-form {
    margin-top: 2rem;
  }
  .car-hero-wrap .hero-form .flex-card, .car-hero-wrap .hero-form .network-grid .network-card, .network-grid .car-hero-wrap .hero-form .network-card, .car-hero-wrap .hero-form .project-card, .car-hero-wrap .hero-form .profile-card, .car-hero-wrap .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .car-hero-wrap .hero-form .testimonial-item {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0 auto;
  }
}
/* ==========================================================================
15. Hero composition 1
========================================================================== */
.hero-image-composition-1 {
  position: relative;
}
.hero-image-composition-1 .image-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 420px;
}
.hero-image-composition-1 .image-wrap .curly-image {
  max-height: 540px;
  border-radius: 0 5rem 0 5rem;
}
.hero-image-composition-1 .floating-box {
  position: absolute;
  background: #fff;
  padding: 0.85rem;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 0.75rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.hero-image-composition-1 .floating-box.floating-box-1 {
  bottom: 4rem;
  right: -4rem;
  max-width: 240px;
  min-width: 240px;
}
.hero-image-composition-1 .floating-box.floating-box-2 {
  top: 4rem;
  left: -6rem;
  max-width: 180px;
  min-width: 180px;
}
.hero-image-composition-1 .floating-box .floating-box-content {
  width: 100%;
}
.hero-image-composition-1 .floating-box .floating-box-content .pastel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.hero-image-composition-1 .floating-box .floating-box-content .pastel-icon.is-success {
  background: rgb(210.1026785714, 243.3973214286, 233.0558035714);
  color: #2eb289;
}
.hero-image-composition-1 .floating-box .floating-box-content .pastel-icon.is-info {
  background: rgb(250.1085106383, 252.6595744681, 254.3914893617);
  color: #2e9be5;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-block .pastel-icon {
  margin: 1rem auto 0.75rem auto;
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text {
  text-align: center;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text .block-title {
  display: block;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #444f60;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text .block-subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 0.75rem;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-text {
  display: block;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  margin-left: 0.75rem;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat {
  margin-left: auto;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat.is-positive {
  color: #2eb289;
}
.hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat.is-negative {
  color: #d70464;
}
.hero-image-composition-1 .floating-box .floating-box-content .inner-text-content {
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  text-align: left;
}

/* ==========================================================================
16. Hero composition 2
========================================================================== */
.hero-image-composition-2 {
  position: relative;
}
.hero-image-composition-2 .image-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 420px;
}
.hero-image-composition-2 .image-wrap .inner-image {
  height: 420px;
  width: 420px;
  max-width: 420px;
  border-radius: 50%;
}
.hero-image-composition-2 .image-wrap .floating-disc {
  position: absolute;
}
.hero-image-composition-2 .image-wrap .floating-disc.disc-1 {
  bottom: 4rem;
  right: -4rem;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 3px solid #2e9be5;
}
.hero-image-composition-2 .image-wrap .floating-disc.disc-2 {
  top: 5rem;
  left: 1rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #2eb289;
}
.hero-image-composition-2 .image-wrap .floating-disc.disc-3 {
  bottom: 2rem;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #d70464;
}

@media only screen and (max-width: 767px) {
  .hero-image-composition-2 .image-wrap .inner-image {
    height: 280px;
    width: 280px;
    max-width: 280px;
  }
}
/* ==========================================================================
17. Hero composition 3
========================================================================== */
.hero-image-composition-3 {
  position: relative;
}
.hero-image-composition-3 .image-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 380px;
}
.hero-image-composition-3 .image-wrap .inner-image {
  height: 380px;
  width: 380px;
  max-width: 380px;
  border-radius: 50%;
}
.hero-image-composition-3 .image-wrap .inner-image-second {
  position: absolute;
  top: -55px;
  right: -55px;
  height: 170px;
  width: 170px;
  max-width: 170px;
  border-radius: 50%;
}
.hero-image-composition-3 .image-wrap .inner-image-third {
  position: absolute;
  top: -90px;
  right: 140px;
  height: 70px;
  width: 70px;
  max-width: 70px;
  border-radius: 50%;
}
.hero-image-composition-3 .image-wrap .floating-dot {
  position: absolute;
}
.hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
  top: -8%;
  right: 61%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2e9be5;
}
.hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
  top: -30%;
  right: 58%;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2eb289;
}
.hero-image-composition-3 .image-wrap .floating-dot.dot-3 {
  bottom: 33%;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #d70464;
}
.hero-image-composition-3 .image-wrap .floating-dot.dot-4 {
  bottom: 76%;
  right: -22%;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #8c8cf9;
}
.hero-image-composition-3 .image-wrap .floating-dot.dot-5 {
  bottom: 18%;
  left: -10%;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #f6c400;
}

@media only screen and (max-width: 767px) {
  .hero-image-composition-3 .image-wrap .inner-image {
    height: 280px;
    width: 280px;
    max-width: 280px;
  }
  .hero-image-composition-3 .image-wrap .inner-image-second {
    top: 8px;
    right: 10px;
    height: 90px;
    width: 90px;
  }
  .hero-image-composition-3 .image-wrap .inner-image-third {
    display: none;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
    top: 2%;
    right: 80%;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
    top: 12%;
    right: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-image-composition-3 {
    margin-top: 8rem;
  }
}
/* ==========================================================================
18. Hero composition 4
========================================================================== */
.has-people .hero-body {
  padding-bottom: 0;
}

.hero-image-composition-4 .image-wrap {
  min-height: 580px;
  margin: 0 auto;
  width: 100%;
}
.hero-image-composition-4 .image-wrap .inner-image {
  position: absolute;
  bottom: 0.75rem;
  right: -10%;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  z-index: 2;
}
.hero-image-composition-4 .image-wrap .perspective {
  position: absolute;
  top: 10%;
  right: -2%;
  width: 100%;
  max-width: 720px;
  min-height: 410px;
  background: #8c8cf9;
  border-radius: 2rem;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  transform-origin: center center;
  transform: perspective(600px) rotatey(-18deg);
  z-index: 1;
}
.hero-image-composition-4 .image-wrap .person-bubble {
  position: absolute;
  background: #fff;
  padding: 0.85rem 1.25rem 0.85rem 0.85rem;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 50rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  min-width: 230px;
  z-index: 4;
}
.hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
  bottom: 30%;
  right: -16%;
}
.hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
  top: 44%;
  right: 38%;
}
.hero-image-composition-4 .image-wrap .person-bubble img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.hero-image-composition-4 .image-wrap .person-bubble .bubble-content {
  flex-grow: 2;
  margin-left: 0.75rem;
}
.hero-image-composition-4 .image-wrap .person-bubble .bubble-content span {
  display: block;
  border-radius: 5rem;
  height: 0.75rem;
  background: #ededed;
}
.hero-image-composition-4 .image-wrap .person-bubble .bubble-content span:first-child {
  margin-bottom: 0.25rem;
  max-width: 80%;
}
.hero-image-composition-4 .image-wrap .person-bubble .bubble-content span:nth-child(2) {
  max-width: 50%;
}
.hero-image-composition-4 .image-wrap .half-circle {
  position: absolute;
  height: 26px;
  width: 52px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  z-index: 3;
}
.hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
  top: 27%;
  right: 52%;
  transform: rotate(-35deg);
  background: #2eb289;
}
.hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
  top: 2%;
  right: 5%;
  transform: rotate(65deg) scale(0.8);
  background: #d70464;
}

@media only screen and (max-width: 767px) {
  .hero-image-composition-4 .image-wrap {
    min-height: 280px;
  }
  .hero-image-composition-4 .image-wrap .inner-image {
    right: 0;
  }
  .hero-image-composition-4 .image-wrap .perspective {
    min-height: 225px;
    top: initial;
    right: 1%;
    bottom: 5%;
  }
  .hero-image-composition-4 .image-wrap .half-circle {
    z-index: 0;
  }
  .hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
    top: 27%;
    left: -15%;
    right: initial;
  }
  .hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
    top: 12%;
    right: 5%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble {
    transform: scale(0.6);
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
    bottom: 17%;
    right: -35%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
    top: initial;
    bottom: 5%;
    right: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-image-composition-4 .image-wrap .inner-image {
    right: -2%;
  }
  .hero-image-composition-4 .image-wrap .perspective {
    top: 42%;
    right: 8%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
    top: 75%;
    left: -3%;
    right: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-image-composition-4 .image-wrap .inner-image {
    max-width: 660px;
  }
  .hero-image-composition-4 .image-wrap .perspective {
    top: 20%;
    right: 2%;
    max-width: 545px;
    min-height: 400px;
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
    top: 50%;
    right: 34%;
  }
}
/* ==========================================================================
19. Hero composition 5
========================================================================== */
.hero-image-composition-5 .image-wrap {
  display: flex;
  align-items: center;
}
.hero-image-composition-5 .image-wrap .thin-image-first,
.hero-image-composition-5 .image-wrap .thin-image-second,
.hero-image-composition-5 .image-wrap .thin-image-third {
  display: block;
  margin: 0 0.5rem;
  width: calc(33.3% - 1rem);
  border-radius: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image-composition-5 .image-wrap .thin-image-first,
.hero-image-composition-5 .image-wrap .thin-image-third {
  min-height: 420px;
}
.hero-image-composition-5 .image-wrap .thin-image-second {
  min-height: 560px;
}

@media only screen and (max-width: 767px) {
  .hero-image-composition-5 .image-wrap .thin-image-first,
  .hero-image-composition-5 .image-wrap .thin-image-third {
    min-height: 360px;
  }
  .hero-image-composition-5 .image-wrap .thin-image-second {
    min-height: 460px;
  }
}
/* ==========================================================================
19. Hero composition 6
========================================================================== */
.hero-image-composition-6 {
  min-height: 580px;
}
.hero-image-composition-6 .image-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 580px;
  margin: 0 auto;
  width: 100%;
}
.hero-image-composition-6 .image-wrap .inner-image {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 100%;
  max-height: 580px;
  width: auto;
  z-index: 2;
}
.hero-image-composition-6 .polka-dots {
  position: absolute;
  z-index: 0;
}
.hero-image-composition-6 .polka-dots img {
  display: block;
  width: 140px;
}
.hero-image-composition-6 .polka-dots.polka-dots-1 {
  bottom: 48%;
  right: 7%;
}
.hero-image-composition-6 .polka-dots.polka-dots-2 {
  bottom: 30%;
  left: 6%;
}
.hero-image-composition-6 .element-container {
  position: absolute;
  z-index: 1;
}
.hero-image-composition-6 .element-container.element-1 {
  bottom: 35%;
  right: 10%;
  background: #fff;
  padding: 0.85rem;
  height: 230px;
  max-width: 300px;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 1.75rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.hero-image-composition-6 .element-container.element-1 .call-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.hero-image-composition-6 .element-container.element-1 .call-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 1.25rem;
}
.hero-image-composition-6 .element-container.element-2 {
  bottom: 35%;
  left: 10%;
  background: #fff;
  padding: 0.85rem;
  height: 300px;
  max-width: 260px;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 1.75rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.hero-image-composition-6 .element-container.element-2 .call-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.hero-image-composition-6 .element-container.element-2 .call-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .hero-image-composition-6 .element-container {
    display: none;
  }
  .hero-image-composition-6 .polka-dots.polka-dots-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-image-composition-6 .element-container.element-1 {
    right: -18%;
  }
  .hero-image-composition-6 .element-container.element-2 {
    bottom: 24%;
    left: -17%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Heading Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Pages title
    1. Section title
    2. Parallax title
    3. Clean Section title
    4. Title wrapper
***/
/* ==========================================================================
0. Pages titlea
========================================================================== */
.title.is-bigger {
  font-size: 5rem;
  line-height: 1;
}
.title.is-medium {
  font-size: 4rem;
  line-height: 1;
}

.main-title {
  font-family: "Nexa Bold", sans-serif;
}

.subpage-title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600 !important;
}

.centered-title {
  text-align: center;
}
.centered-title.is-inverted h2,
.centered-title.is-inverted .subheading {
  color: #fff;
}
.centered-title h2 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #444f60;
}
.centered-title .subheading {
  font-family: "Nexa Light", sans-serif;
  font-weight: 600;
  max-width: 70vh;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 18px;
  color: #a9abac;
}
.centered-title .title-divider {
  margin: 10px auto;
}

.big-title {
  font-family: "Nexa Bold", sans-serif;
  margin-bottom: 0 !important;
  padding: 10px 0;
}

.light-subtitle {
  font-size: 1.5rem;
  padding: 2% 10% 2% 10%;
  margin-bottom: 0 !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .is-hero-title .is-bigger {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .is-hero-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .is-hero-title .is-bigger {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .is-hero-title {
    text-align: center;
  }
  .is-hero-title .is-bigger {
    font-size: 3rem;
  }
}
/* ==========================================================================
1. Section title
========================================================================== */
.section-title.is-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title.is-flex .actions .link-wrap {
  position: relative;
}
.section-title.is-flex .actions .link-wrap:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 1.6px dashed #8c8cf9;
}
.section-title.is-flex .actions .link-wrap a {
  display: inline-block;
  color: #8c8cf9;
  font-weight: 500;
}
.section-title > img {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.section-title .title-alt {
  color: #444f60;
  font-family: "Nexa Light", sans-serif;
  font-size: 2.2rem;
}
.section-title .subtitle,
.section-title .subtitle-alt {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #a9abac;
}

.section-title-wrapper {
  position: relative;
}
.section-title-wrapper .slanted-container {
  padding: 40px 0;
}
.section-title-wrapper .bg-number,
.section-title-wrapper .bg-symbol {
  position: absolute;
  text-align: center;
  font-weight: bolder;
  top: -70px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 160px;
  z-index: 0;
  opacity: 0.1;
  color: #999;
  width: 160px;
  height: 160px;
  line-height: 160px;
}
.section-title-wrapper .bg-number .material-icons,
.section-title-wrapper .bg-symbol .material-icons {
  font-size: 12rem;
}
.section-title-wrapper .clean-bg-symbol {
  position: absolute;
  font-weight: bolder;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 10rem;
  z-index: 0;
  opacity: 0.1;
  color: #999;
  width: 150px;
  line-height: 1;
}
.section-title-wrapper .clean-bg-symbol i {
  font-weight: 900;
}
.section-title-wrapper .section-title {
  font-family: "Nexa Bold", sans-serif;
  margin-bottom: 1.5rem;
}
.section-title-wrapper .section-subtitle {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  color: #a9abac;
  line-height: 1.2;
  margin-bottom: 1rem !important;
}
.section-title-wrapper .section-subtitle-alt {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 30px;
  font-weight: 400;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  line-height: 1.2;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem !important;
}
.section-title-wrapper .section-title-landing {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.7rem;
  color: #444f60;
}
.section-title-wrapper .top-subtitle {
  text-transform: uppercase;
  color: #8c8cf9;
  font-family: "Nexa Light", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.section-title-wrapper .icon-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.section-title-wrapper .icon-subtitle.is-one i {
  margin: 10px 5px 0 5px;
  font-size: 2.2rem;
  color: #8c8cf9;
}
.section-title-wrapper .icon-subtitle.is-many i {
  margin: 10px 5px 0 5px;
  font-size: 1.4rem;
  color: #8c8cf9;
}
.section-title-wrapper h4 {
  font-family: "Nexa Light", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #999;
}

.title + .subtitle {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .section-title-wrapper .bg-number,
  .section-title-wrapper .bg-symbol {
    font-size: 110px !important;
  }
  .section-title-wrapper .bg-number .material-icons,
  .section-title-wrapper .bg-symbol .material-icons {
    font-size: 6rem;
  }
  .section-title-wrapper .section-title-landing {
    line-height: 1.1;
  }
  .section-title-wrapper .subtitle {
    font-size: 1.1rem;
    line-height: 22px;
  }
  .section-title.is-flex {
    flex-direction: column;
    text-align: center;
  }
  .section-title.is-flex .actions {
    margin: 10px auto;
  }
}
/* ==========================================================================
2. Parallax title
========================================================================== */
.parallax-title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  margin-bottom: 0 !important;
  padding: 10px 0;
}

/* ==========================================================================
3. Clean Section title
========================================================================== */
.clean-section-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.6rem;
  color: #444f60;
}
.clean-section-title:before {
  content: "";
  border-top: 3px solid #ededed;
  position: absolute;
  width: 100px;
  top: 40%;
  left: 15%;
  z-index: -999;
}
.clean-section-title:after {
  content: "";
  border-top: 3px solid #ededed;
  position: absolute;
  width: 100px;
  top: 40%;
  right: 15%;
  z-index: -999;
}

@media (max-width: 768px) {
  .clean-section-title:after, .clean-section-title:before {
    display: none !important;
  }
}
/* ==========================================================================
4. Title wrapper
========================================================================== */
.title-wrapper .top-subtitle {
  text-transform: uppercase;
  color: #999;
  font-family: "Nexa Light", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.title-wrapper h2 {
  font-size: 2rem !important;
}
.title-wrapper .is-landing {
  font-family: "Nexa Light", sans-serif !important;
  font-weight: 700;
}

.title-wrap {
  position: relative;
}
.title-wrap h3,
.title-wrap h2 {
  position: relative;
  z-index: 2;
}
.title-wrap h2 {
  margin-bottom: 10px !important;
}
.title-wrap h3 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 480px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Nexa Light", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.title-wrap .special-divider {
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
  z-index: 0;
  max-width: 90px;
  margin: 0 auto;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Text elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. CTA Text
    1. CTA Block
    2. Section CTA
    3. Feature text
    4. Side Feature
    5. Minimal Feature
    6. Dividers
***/
/* ==========================================================================
0. CTA Text
========================================================================== */
.cta-text {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.cta-block {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
}
.cta-block.no-border {
  padding-bottom: 2rem;
  border-bottom: none;
}
.cta-block.is-box {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ededed;
  justify-content: space-between;
}
.cta-block .head-text h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  color: #444f60;
}
.cta-block .head-text p {
  font-size: 1.1rem;
  color: #999;
}
.cta-block .head-action .buttons .button.action-button {
  height: 36px;
  min-width: 140px;
}
.cta-block .head-action .buttons .button.chat-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #8c8cf9;
  font-weight: 500;
}
.cta-block .head-action .buttons .button.chat-button.is-secondary {
  color: #7f00ff;
}

/* ==========================================================================
1. CTA Block
========================================================================== */
@media (max-width: 767px) {
  .cta-block {
    flex-direction: column;
    text-align: center;
  }
  .cta-block .head-text {
    padding-bottom: 20px;
  }
}
/* ==========================================================================
2. Section CTA
========================================================================== */
.section-cta {
  padding: 40px 0 0 0;
}
.section-cta .button {
  min-width: 220px;
}
.section-cta p {
  margin-top: 12px;
  color: #999;
}

/* ==========================================================================
3. Feature text
========================================================================== */
.body-subtitle {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  color: #444f60;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem !important;
}
.body-subtitle.is-inverted {
  color: #fff;
}

.body-text {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}

.detailed-feature-subtitle {
  text-transform: uppercase;
  font-family: "Nexa Light", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  color: #a9abac;
  font-weight: 600;
}

/* ==========================================================================
5. Quick Feature
========================================================================== */
.quick-feature-wrap .button-wrap {
  padding: 10px 0;
}

.quick-feature.has-numbers {
  font-size: 2.1rem !important;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 400 !important;
  margin-bottom: 0.8rem !important;
}
.quick-feature.has-numbers .bg-number {
  padding-right: 10px !important;
  font-family: "Roboto", sans-serif !important;
}
.quick-feature > span {
  font-size: 2rem;
  font-family: "Nexa Bold", sans-serif;
}

.small-feature {
  padding: 5px 0;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.3rem;
}

/* ==========================================================================
4. Side Feature
========================================================================== */
.is-clean,
.clean-text {
  font-family: "Nexa Bold", sans-serif !important;
}

.side-feature-text {
  padding: 20px;
}
.side-feature-text h2 {
  font-size: 1.75rem;
  margin-bottom: 12px !important;
}
.side-feature-text p {
  color: #444f60;
  margin-bottom: 12px;
}

.feature-content {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
5. Minimal Feature
========================================================================== */
.minimal-feature .minimal-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #444f60;
  padding: 10px 0;
  margin-bottom: 0 !important;
}

.minimal-feature-image {
  position: relative;
}
.minimal-feature-image .main-image {
  position: relative;
  z-index: 2;
}
.minimal-feature-image .image-bg {
  position: absolute;
  top: 10%;
  left: -20%;
  right: 0;
  margin: 0 auto;
  max-width: 1096px;
  width: 120%;
  z-index: 0;
}

/* ==========================================================================
6. Dividers
========================================================================== */
.special-divider {
  margin: 30px auto;
}
.special-divider span {
  display: block;
  height: 2px;
  width: 60px;
  background: #8c8cf9;
  border-radius: 50px;
  margin: 15px auto;
  transform: rotate(-45deg);
}
.special-divider.is-inverted span {
  background: #fff;
}

.title-divider {
  background: #8c8cf9 !important;
  height: 3px;
  border-radius: 50px;
}
.title-divider.is-grey {
  background: #8799ac !important;
}
.title-divider.is-info {
  background: #2e9be5 !important;
}
.title-divider.is-success {
  background: #2eb289 !important;
}
.title-divider.is-danger {
  background: #f92b60 !important;
}

.divider-container {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.divider-container .divider-bar {
  height: 160px;
  width: 1.4px;
  background: rgb(216.75, 216.75, 216.75);
}
.divider-container .divider-text {
  font-weight: 600;
  color: #444f60;
  margin: 16px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Card Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Services cards
    1. Service box
    2. Featured Job Box
    3. Job Categories
    4. Job Topics
    5. Job Users
    6. Benefits Card
    7. Startup feature cards
    8. Integration cards
    9. Values cards
    10. Event cards
    11. Icon Card
***/
/* ==========================================================================
0. Services cards
========================================================================== */
.services-cards.is-minimal {
  padding: 0 8%;
}
.services-cards.is-minimal i {
  color: #444f60;
  font-size: 4.5rem;
}
.services-cards.is-minimal .feature-card:hover i {
  color: #8c8cf9;
}
.services-cards .feature-card {
  height: 310px;
  padding: 50px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.services-cards .card-feature-description {
  font-size: 95%;
}
.services-cards .card-icon {
  padding-top: 30px;
}
.services-cards .card-icon i {
  font-size: 5rem;
  color: #8c8cf9;
}

@media (max-width: 768px) {
  .services-cards .is-minimal {
    padding: 0 !important;
  }
}
/* ==========================================================================
1. Service box
========================================================================== */
.service-box .service-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #444f60;
}
.service-box p {
  padding: 5px 0;
}
.service-box .action {
  padding: 10px 0;
}
.service-box .action a {
  border-width: 2px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .service-box {
    padding-bottom: 20px;
    text-align: center;
  }
  .service-box .title-divider {
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .service-box {
    text-align: center;
  }
  .service-box .title-divider {
    margin: 0 auto;
  }
}
/* ==========================================================================
2. Featured Job Box
========================================================================== */
.featured-job-box {
  padding: 30px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  margin-bottom: 0;
  border-radius: 10px;
}
.featured-job-box:hover {
  transform: scale(1.05);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.featured-job-box .icon-container {
  background: #f5f6fa;
  height: 50px !important;
  width: 50px !important;
  min-width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.featured-job-box .icon-container img {
  border-radius: 50%;
}
.featured-job-box h3 {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}
.featured-job-box .job-summary {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.featured-job-box .job-summary .company,
.featured-job-box .job-summary .salary {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
3. Job Categories
========================================================================== */
.job-categories .job-categories-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.job-categories .job-categories-inner .job-category {
  position: relative;
  width: 250px;
  height: 300px;
  margin: 10px;
  transform: rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  transition-timing-function: ease !important;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  background-color: #424242;
  will-change: tranform;
}
.job-categories .job-categories-inner .job-category.is-out {
  transform: rotateX(0) rotateY(0) !important;
  transition-duration: 1s;
}
.job-categories .job-categories-inner .job-category:hover .job-category-overlay {
  opacity: 0.8;
}
.job-categories .job-categories-inner .job-category .job-category-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url(/images/blur-overlay.jpg?4532400e17cd9da722c00be6b129be5a) no-repeat center center;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.1;
  transition: all 0.3s;
}
.job-categories .job-categories-inner .job-category .job-category-image img {
  max-width: 100%;
  width: 250px;
  height: 300px;
  mix-blend-mode: lighten;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-categories .job-categories-inner .job-category .job-category-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  color: #fff;
}
.job-categories .job-categories-inner .job-category .job-category-heading h2 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transform: translateZ(30px);
}
.job-categories .job-categories-inner .job-category .job-category-heading .small {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 10px;
  transform: translateZ(15px);
}

@media only screen and (max-width: 767px) {
  .job-categories .job-categories-inner .job-category {
    width: 100%;
  }
  .job-categories .job-categories-inner .job-category .job-category-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .job-categories .job-categories-inner .job-category {
    width: 280px;
  }
  .job-categories .job-categories-inner .job-category .job-category-image img {
    width: 280px;
  }
}
/* ==========================================================================
4. Job Topics
========================================================================== */
.job-topic {
  display: flex;
  align-items: center;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  margin-bottom: 0;
  padding: 20px;
  border-radius: 10px;
}
.job-topic:hover {
  transform: scale(1.05);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.job-topic .icon-container {
  background: #f5f6fa;
  height: 38px !important;
  width: 38px !important;
  min-width: 38px;
  border-radius: 50%;
}
.job-topic .icon-container img {
  border-radius: 50%;
}
.job-topic .meta {
  margin-left: 12px;
}
.job-topic .meta h3 {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}
.job-topic .meta .job-summary {
  display: flex;
  align-items: center;
}
.job-topic .meta .job-summary .company,
.job-topic .meta .job-summary .salary {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
5. Job Users
========================================================================== */
.job-user {
  text-align: center;
}
.job-user .avatar-wrap {
  position: relative;
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin: 0 auto 10px auto;
}
.job-user .avatar-wrap .avatar {
  display: block;
  border-radius: 50%;
}
.job-user .avatar-wrap .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.job-user h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.3rem;
  color: #444f60;
}
.job-user p {
  font-size: 1rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 8px;
}
.job-user .tags {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
6. Benefits Card
========================================================================== */
.benefits-card {
  padding: 40px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
}
.benefits-card .benefits-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.benefits-card .benefits-header i {
  font-size: 2.8rem;
  margin-right: 1rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.benefits-card .benefits-body .solid-list .solid-list-item {
  margin-bottom: 1rem;
}
.benefits-card .benefits-body .solid-list .solid-list-item .list-bullet i {
  font-size: 2.5rem;
  color: #2eb289;
}

/* ==========================================================================
7. Startup feature cards
========================================================================== */
.feature-card.is-startup {
  padding: 20px;
}
.feature-card.is-startup img {
  margin: 0;
}

/* ==========================================================================
8. Integration cards
========================================================================== */
.integration-cards .feature-card {
  padding: 50px 20px !important;
  margin-bottom: 20px;
}
.integration-cards .brand-logo {
  padding: 10px 0;
}
.integration-cards .brand-logo img {
  max-height: 60px;
  max-width: 120px;
}
.integration-cards .card-title {
  padding: 10px 0;
}
.integration-cards .card-feature-description {
  padding: 0 !important;
}
.integration-cards a {
  margin: 20px 0;
}

/* ==========================================================================
9. Values cards
========================================================================== */
.values-cards .feature-card {
  height: 310px;
}
.values-cards .card-feature-description {
  font-size: 95%;
}
.values-cards .card-icon {
  padding-top: 50px;
}
.values-cards .card-icon i {
  font-size: 5rem;
  color: #8c8cf9;
}
.values-cards.is-minimal {
  padding: 0 8%;
}
.values-cards.is-minimal i {
  color: #444f60;
  font-size: 4.5rem;
}
.values-cards.is-minimal .feature-card:hover i {
  color: #8c8cf9;
}

@media (max-width: 768px) {
  .values-cards.is-minimal {
    padding: 0 !important;
  }
}
/* ==========================================================================
10. Event cards
========================================================================== */
.event-card.is-wavy .text-title {
  font-family: "Nexa Bold", sans-serif;
  text-transform: none;
  font-size: 1.35em;
}
.event-card.is-wavy .text-subtitle {
  font-family: "Nexa Light", sans-serif;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .event-card.is-wavy .text-title {
    font-size: 1.5rem !important;
  }
}
/* ==========================================================================
11. Icon Card
========================================================================== */
.icon-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  transition: all 0.3s;
}
.icon-card img {
  display: block;
  max-width: 60px;
  margin: 0 auto;
}
.icon-card .icon-card-text {
  margin-top: 10px;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Box features SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Boxed features
    1. Feature Line
    2. Agency icon box
    3. Startup icon box
    4. Wavy Icon Box
    5. Square Icon Box
    6. Icon Box

***/
/* ==========================================================================
0. Boxed features
========================================================================== */
.boxed-features {
  padding: 40px 0;
}
.boxed-features .flex-card, .boxed-features .network-grid .network-card, .network-grid .boxed-features .network-card, .boxed-features .project-card, .boxed-features .profile-card, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
  width: 25%;
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
  text-align: center;
  padding: 24px 16px;
}
.boxed-features .flex-card .flex-cell.is-bordered, .boxed-features .network-grid .network-card .flex-cell.is-bordered, .network-grid .boxed-features .network-card .flex-cell.is-bordered, .boxed-features .project-card .flex-cell.is-bordered, .boxed-features .profile-card .flex-cell.is-bordered, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.is-bordered, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.is-bordered {
  border-bottom: 1px solid rgb(229.35, 229.35, 229.35);
}
.boxed-features .flex-card .flex-cell.no-border-edge, .boxed-features .network-grid .network-card .flex-cell.no-border-edge, .network-grid .boxed-features .network-card .flex-cell.no-border-edge, .boxed-features .project-card .flex-cell.no-border-edge, .boxed-features .profile-card .flex-cell.no-border-edge, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.no-border-edge, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.no-border-edge {
  border-right: none;
}
.boxed-features .flex-card .flex-cell i, .boxed-features .network-grid .network-card .flex-cell i, .network-grid .boxed-features .network-card .flex-cell i, .boxed-features .project-card .flex-cell i, .boxed-features .profile-card .flex-cell i, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell i, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell i {
  font-size: 2.2rem;
  color: #8c8cf9;
}
.boxed-features .flex-card .flex-cell h3, .boxed-features .network-grid .network-card .flex-cell h3, .network-grid .boxed-features .network-card .flex-cell h3, .boxed-features .project-card .flex-cell h3, .boxed-features .profile-card .flex-cell h3, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell h3, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell h3 {
  font-weight: 500;
  color: #444f60;
}
.boxed-features .flex-card .flex-cell p, .boxed-features .network-grid .network-card .flex-cell p, .network-grid .boxed-features .network-card .flex-cell p, .boxed-features .project-card .flex-cell p, .boxed-features .profile-card .flex-cell p, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell p, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell p {
  font-size: 0.95rem;
  color: #999;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgb(229.35, 229.35, 229.35);
  }
  .boxed-features .flex-card .flex-cell:last-child, .boxed-features .network-grid .network-card .flex-cell:last-child, .network-grid .boxed-features .network-card .flex-cell:last-child, .boxed-features .project-card .flex-cell:last-child, .boxed-features .profile-card .flex-cell:last-child, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell:last-child, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell:last-child {
    border-bottom: none;
  }
}
/* ==========================================================================
1. Feature Line
================ ========================================================== */
.feature-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-line span {
  padding: 0 16px;
  color: #999;
}
.feature-line span i {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .feature-line > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* ==========================================================================
2. Agency icon box
========================================================================== */
.agency-icon-box i {
  font-size: 3.4rem;
  font-weight: normal;
  color: #8c8cf9;
}
.agency-icon-box .box-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Nexa Light", sans-serif;
  font-weight: 600;
  color: #444f60;
}
.agency-icon-box .box-content {
  color: #a9abac;
}

@media (max-width: 767px) {
  .agency-icon-box {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .agency-icon-box {
    text-align: center;
  }
  .agency-icon-box .title-divider {
    margin: 0 auto;
  }
}
/* ==========================================================================
3. Startup icon box
========================================================================== */
.startup-icon-box {
  padding: 20px 0;
}
.startup-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #8c8cf9;
}
.startup-icon-box .box-title {
  font-family: "Nexa Light", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #444f60;
  padding: 5px 0;
}
.startup-icon-box .box-content {
  color: #999;
}

/* ==========================================================================
4. Wavy Icon Box
========================================================================== */
.wavy-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #8c8cf9;
}
.wavy-icon-box .box-title {
  font-family: "Nexa Light", sans-serif;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #8c8cf9;
}
.wavy-icon-box .box-content {
  color: #999;
}

/* ==========================================================================
5. Square Icon Box
========================================================================== */
.square-icon-box.is-landing .box-title {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #444f60;
}
.square-icon-box.is-landing .box-text {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561) !important;
}
.square-icon-box.is-chat .box-title {
  font-family: "Nexa Light";
  font-size: 1.1rem;
  font-weight: 700;
}
.square-icon-box.is-chat .box-text {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .square-icon-box .box-text {
    padding: 0 15%;
  }
}
/* ==========================================================================
6. Icon Box
========================================================================== */
.icon-box.is-spaced .box-icon {
  margin-bottom: 0;
}
.icon-box.is-spaced .box-title {
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
}

/* ==========================================================================
7. Icon List
========================================================================== */
.company-types {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
8. Chat icon box
========================================================================== */
.chat-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #8c8cf9;
}
.chat-icon-box .box-title {
  font-family: "Nexa Light", sans-serif;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #8c8cf9;
}

/* ==========================================================================
9. Feature box
========================================================================== */
.is-feature {
  border: 1px solid rgb(244.65, 244.65, 244.65);
  border-radius: 6px;
  box-shadow: inset rgba(143, 160, 241, 0.09) 0 0 0 1px, rgba(213, 220, 247, 0.22) 0 10px 20px;
}
.is-feature.is-link {
  border: 1px solid hsl(0, 0%, 89%);
  transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
}
.is-feature.is-link:hover {
  border-color: #8c8cf9;
  transform: translateY(-5px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-feature .icon-container {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #f5f6fa;
}
.is-feature .icon-container img {
  height: 40px;
  width: 40px;
  display: block;
}
.is-feature .image-container img {
  display: block;
}
.is-feature .content-container h3 {
  padding: 10px 0;
  font-family: "Nexa Bold", sans-serif;
}
.is-feature .content-container p {
  font-size: 0.95rem;
  font-family: "Roboto", sans-serif;
  color: #999;
}

/* ==========================================================================
10. Icon Feature
========================================================================== */
.icon-feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-feature:hover .icon-block .icon-inner {
  border-bottom-color: #7f00ff;
}
.icon-feature:hover .feature-text h3 {
  color: #7f00ff;
}
.icon-feature .icon-block {
  border-radius: 6px;
  height: 100px;
  width: 100px;
}
.icon-feature .icon-block .icon-inner {
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
  height: 100px;
  width: 100px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  border: 3px solid transparent;
  transition: all 0.3s;
}
.icon-feature .icon-block .icon-inner img {
  height: 46px;
  width: 46px;
}
.icon-feature .feature-text {
  margin: 0 20px;
}
.icon-feature .feature-text h3 {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.icon-feature .feature-text p {
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .icon-feature .icon-block {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner img {
    height: 38px !important;
    width: 38px !important;
  }
  .icon-feature .feature-text {
    margin-right: 0 !important;
    font-size: 0.95rem !important;
  }
}
@media (max-width: 767px) {
  .icon-feature .icon-block {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner img {
    height: 38px !important;
    width: 38px !important;
  }
  .icon-feature .feature-text {
    margin-right: 0 !important;
    font-size: 0.95rem !important;
  }
}
/* ==========================================================================
11. Box Wrap
========================================================================== */
.box-wrap.is-one-page {
  margin-top: -50px;
  text-align: left;
}
.box-wrap.is-one-page .icon-box {
  text-align: left;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  padding: 30px 20px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.box-wrap.is-one-page .icon-box img {
  display: block;
  width: 55px;
  margin: 0;
}
.box-wrap.is-one-page .icon-box .box-title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  padding: 10px 0;
}
.box-wrap.is-one-page .icon-box h4 {
  margin-bottom: 0;
}
.box-wrap.is-one-page .icon-box p {
  font-size: 0.9rem;
  color: #999;
}
.box-wrap.is-one-page-2 {
  margin-top: 60px;
}
.box-wrap.is-one-page-2 .icon-box {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 8px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.box-wrap.is-one-page-2 .icon-box img {
  display: block;
  width: 65px;
  margin: 0 auto 6px auto;
}
.box-wrap.is-one-page-2 .icon-box .box-title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  padding: 6px 0;
}
.box-wrap.is-one-page-2 .icon-box p {
  font-size: 0.9rem;
  color: #999;
}

@media only screen and (max-width: 767px) {
  .box-wrap.is-one-page, .box-wrap.is-one-page-2 {
    margin-top: 0;
  }
}
/* ==========================================================================
12. Side Blocks
========================================================================== */
.side-title {
  position: relative;
}
.side-title .title-number {
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 7rem;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 700;
  color: #444f60;
  opacity: 0.1;
}

.side-paragraph {
  color: #999;
  font-size: 1.3rem;
  max-width: 450px;
}
.side-paragraph.is-small {
  font-size: 1rem;
}
.side-paragraph.has-margin {
  margin-top: 20px;
}

.side-image {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  transform: translateX(0);
}
.side-image.is-pulled {
  transform: translateX(-80px);
}

.shadow-side-image {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: calc(100% - 20px);
  z-index: 1;
  transform: translateX(60px);
  transition: all 0.5s;
}
.shadow-side-image.is-active {
  transform: translateX(-30px);
}

.side-card {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgb(234.45, 234.45, 234.45);
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.side-card:last-child {
  margin-bottom: 0;
}
.side-card:hover {
  transform: translateY(-5px);
}
.side-card:hover .round-icon {
  background: #344258 !important;
}
.side-card .round-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.side-card .round-icon.is-primary {
  background: #8c8cf9;
}
.side-card .round-icon.is-accent {
  background: #ad5cff;
}
.side-card .round-icon svg {
  height: 28px;
  width: 28px;
  stroke: #fcfcfc;
  stroke-width: 1px;
}
.side-card .meta {
  margin-left: 16px;
}
.side-card .meta span,
.side-card .meta a {
  display: block;
}
.side-card .meta span:first-child,
.side-card .meta a:first-child {
  font-weight: 500;
  color: #444f60;
}
.side-card .meta span:nth-child(2),
.side-card .meta a:nth-child(2) {
  color: #999;
  font-size: 0.9rem;
}
.side-card .meta span:nth-child(3),
.side-card .meta a:nth-child(3) {
  color: #8c8cf9;
  font-size: 0.95rem;
}
.side-card .meta span:nth-child(3):hover,
.side-card .meta a:nth-child(3):hover {
  text-decoration: underline;
}

/* ==========================================================================
13. Feature blocks
========================================================================== */
.feature-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.feature-block:last-child {
  margin-bottom: 0;
}
.feature-block .round-icon {
  height: 54px;
  width: 54px;
  min-width: 54px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(36.8457142857, 46.7657142857, 62.3542857143);
  transition: all 0.3s;
}
.feature-block .round-icon img {
  display: block;
  height: 36px;
  width: 36px;
}
.feature-block .meta {
  margin-left: 16px;
}
.feature-block .meta span,
.feature-block .meta a {
  display: block;
}
.feature-block .meta span:first-child,
.feature-block .meta a:first-child {
  font-weight: 500;
  font-size: 1rem;
  color: #fcfcfc;
}
.feature-block .meta span:nth-child(2),
.feature-block .meta a:nth-child(2) {
  color: #fcfcfc;
  font-size: 0.9rem;
  max-width: 350px;
}

/* ==========================================================================
14. Partners
========================================================================== */
.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.partner-logos img {
  display: block;
  height: 80px;
  margin: 0 25px;
}

@media (max-width: 767px) {
  .partner-logos img {
    height: 54px !important;
    margin: 0 12px !important;
  }
}
/* ==========================================================================
15. Themes
========================================================================== */
.theme-list {
  padding: 30px 0;
}
.theme-list a:hover .theme-preview {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-5px);
}
.theme-list a .theme-preview {
  display: block;
  border-radius: 14px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}

.theme-feature {
  display: flex;
}
.theme-feature .feature-icon i {
  color: #8c8cf9;
}
.theme-feature h5 {
  font-weight: 500;
  color: #444f60;
}
.theme-feature p {
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .theme-list {
    display: flex;
  }
  .theme-list .column {
    width: 50%;
    min-width: 50%;
    flex-grow: 2;
  }
  .theme-features {
    display: flex;
  }
  .theme-features .theme-feature p {
    font-size: 0.9rem;
  }
}
/* ==========================================================================
16. Side Features
========================================================================== */
.is-side-feature .text-column {
  position: relative;
}
.is-side-feature .text-column h3 {
  margin-bottom: 0.75rem;
}
.is-side-feature .text-column p {
  color: #999;
  font-size: 1.1rem;
}
.is-side-feature .media-column {
  position: relative;
}
.is-side-feature .media-column .pattern {
  position: absolute;
  top: 20px;
  display: block;
  width: 130px;
  opacity: 0.5;
  z-index: 0;
}
.is-side-feature .media-column .pattern.is-left {
  left: 111px;
}
.is-side-feature .media-column .pattern.is-right {
  right: 110px;
}
.is-side-feature .media-column .mockup {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .is-side-feature {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
/* ==========================================================================
17. Icon Box Group
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .presentation-tools {
    display: flex;
  }
  .presentation-tools .content-flex {
    flex-direction: column;
    text-align: center;
  }
  .presentation-tools .content-flex > div:nth-child(2) {
    margin-left: 0 !important;
    text-align: center !important;
  }
}
/* ==========================================================================
18. Stat counters
========================================================================== */
.stat-boxes-wrapper .stat-box {
  width: 100%;
  text-align: center;
}
.stat-boxes-wrapper .stat-box .stat-icon img {
  display: block;
  height: 80px;
  margin: 0 auto;
}
.stat-boxes-wrapper .stat-box .stat-count {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 8px 0 0 0;
}
.stat-boxes-wrapper .stat-box .stat-count span {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: #444f60;
}
.stat-boxes-wrapper .stat-box .stat-count small {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 4px;
  color: #444f60;
}
.stat-boxes-wrapper .stat-box p {
  color: #999;
  font-weight: 500;
}

/* ==========================================================================
19. Business Types
========================================================================== */
.business-types {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 20px 0;
  max-width: 780px;
  margin: 0 auto;
}
.business-types .business-type {
  position: relative;
  text-align: center;
  width: calc(33.3% - 24px);
  margin: 12px;
  z-index: 1;
}
.business-types .business-type .inner {
  padding: 20px;
  border-radius: 16px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  background: #fff;
}
.business-types .business-type .inner .inner-icon {
  margin: 0 auto;
}
.business-types .business-type .inner .inner-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.business-types .business-type .inner .inner-text {
  font-weight: 500;
  font-size: 1.2rem;
  color: #444f60;
}

.extra-word {
  display: flex;
  max-width: 540px;
  margin: 20px auto;
}
.extra-word .avatar-wrap {
  height: 100px;
  width: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #8c8cf9;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.extra-word .avatar-wrap img {
  display: block;
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 50%;
}
.extra-word .text {
  margin-left: 16px;
}
.extra-word .text p {
  color: #999;
  margin-bottom: 6px;
}
.extra-word .text p .fa {
  color: #8c8cf9;
}
.extra-word .text p .fa-quote-left {
  padding-right: 5px;
}
.extra-word .text p .fa-quote-right {
  padding-left: 5px;
}
.extra-word .text span {
  display: block;
}
.extra-word .text span:nth-child(2) {
  color: #444f60;
  font-weight: 500;
}
.extra-word .text span:nth-child(3) {
  font-size: 0.9rem;
  color: #999;
}

@media (max-width: 767px) {
  .business-types .business-type {
    width: calc(100% - 24px);
  }
  .extra-word {
    flex-direction: column;
    text-align: center;
  }
  .extra-word .avatar-wrap {
    margin: 0 auto 12px auto;
  }
  .extra-word .text {
    margin-left: 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
UI Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Pricing Pickers
    1. Giant input
    2. Slide toggle
    3. Floating Circles
    4. Feature Matrix
    5. Compare Table
    6. Chat widget button
    7. Chat widget
    8. Links
    9. Subscription combo
    10. Update Pill
    11. Search Box
    12. Marquee
    13. Success checkmark
***/
/* ==========================================================================
0. Pricing Pickers
========================================================================== */
.pricing-picker span {
  color: #fff;
  font-family: "Nexa Light", sans-serif;
  margin: 0 5px 0 5px;
  padding: 10px 20px 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.pricing-picker span.is-active {
  border: 1px solid #fff;
}

/* ==========================================================================
1. Giant input
========================================================================== */
.giant-input-wrapper.is-wavy {
  padding: 30px 40px;
  background: #efefef;
  border-radius: 100px;
  margin: 20px 0;
}
.giant-input-wrapper.is-wavy .giant-input {
  position: relative;
  min-width: 300px;
  max-width: 100%;
}
.giant-input-wrapper.is-wavy .giant-input input {
  padding: 20px 165px 20px 20px;
  width: 100%;
  background: #fff;
  color: #999;
  border: none;
  height: 60px;
  line-height: 60px;
  transition: all 0.5s;
  border: 1px solid rgba(213, 220, 247, 0.59);
  border-radius: 100px;
}
.giant-input-wrapper.is-wavy .giant-input input:focus {
  outline: none !important;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
}
.giant-input-wrapper.is-wavy .giant-input button.inner {
  position: absolute;
  right: 7px;
  top: 7px;
}

/* ==========================================================================
2. Slide toggle
========================================================================== */
.slide-toggle {
  width: 65px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: scale(0.9);
}
.slide-toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.slide-toggle input:checked ~ .toggler {
  border-color: #8c8cf9;
}
.slide-toggle input:checked ~ .toggler .active,
.slide-toggle input:checked ~ .toggler .inactive {
  transform: translateX(100%) rotate(360deg);
}
.slide-toggle input:checked ~ .toggler .active {
  opacity: 1;
}
.slide-toggle input:checked ~ .toggler .inactive {
  opacity: 0;
}
.slide-toggle .toggler {
  position: relative;
  display: block;
  height: 34px;
  width: 61px;
  border: 2px solid #cecece;
  border-radius: 100px;
  transition: all 0.3s;
}
.slide-toggle .toggler .active,
.slide-toggle .toggler .inactive {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) rotate(0);
  transition: all 0.3s ease;
}
.slide-toggle .toggler .active svg,
.slide-toggle .toggler .inactive svg {
  stroke: #fff;
  height: 14px;
  width: 14px;
  stroke-width: 3px;
}
.slide-toggle .toggler .active i,
.slide-toggle .toggler .inactive i {
  font-size: 14px;
}
.slide-toggle .toggler .inactive {
  background: #cecece;
  border-color: #cecece;
  opacity: 1;
  z-index: 1;
}
.slide-toggle .toggler .active {
  background: #8c8cf9;
  border-color: #8c8cf9;
  opacity: 0;
  z-index: 0;
}

/* ==========================================================================
3. Floating Circles
========================================================================== */
.floating-circles .floating-text {
  margin-top: 20px;
}
.floating-circles .button-wrap {
  padding: 40px 0;
}

/* ==========================================================================
4. Feature Matrix
========================================================================== */
.feature-matrix .button-wrap {
  padding: 40px 0;
}

/* ==========================================================================
5. Compare Table
========================================================================== */
.device-table {
  margin: 0 auto;
}

/* ==========================================================================
6. Chat widget button
========================================================================== */
#bulchat {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 85px;
  margin: 0 25px 0 0;
  z-index: 9999;
  transition: 0.35s;
  transform: scale(0.7);
  transition: all 0.5s;
  animation: gelatine;
}

#bulchat.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#bulchat.visible div {
  outline: none;
  opacity: 1;
  background: #8c8cf9;
  cursor: pointer;
}
#bulchat.visible div:hover {
  opacity: 0.8;
}

#bulchat div {
  outline: none;
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #66676b;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 0;
  text-align: center;
  font-size: 26px;
}

body #bulchat div {
  outline: none;
  color: #fff;
}

#bulchat div:after {
  outline: none;
  content: url(/images/smile.svg?516027dd35e6cca4dabdfb80e31ddebe);
  font-family: "FontAwesome";
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-55%);
}

#bulchat.visible.close {
  transform: rotate(90deg);
}

#bulchat div.close:after {
  outline: none;
  content: url(/images/close.svg?23b473c9a32563ab4b6588e9e62d9159);
  font-family: "FontAwesome";
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-55%);
  transition: all 0.5s ease;
}

/* ==========================================================================
7. Chat widget
========================================================================== */
#chat-widget {
  display: none;
}
#chat-widget .chat-widget-body {
  background-color: #fff;
  position: fixed;
  bottom: 85px;
  right: 85px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 370px;
  height: 550px;
  border-radius: 10px 10px 0;
  box-shadow: 0 24px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  box-sizing: border-box;
  z-index: 999;
}
#chat-widget .chat-widget-body.is-closed {
  animation-name: fadeOutUp;
  animation-duration: 0.5s;
}
#chat-widget .chat-widget-body.is-opened {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
}
#chat-widget .chat-widget-body .chat-header {
  padding: 20px 20px 10px 20px;
  background-color: #8c8cf9;
}
#chat-widget .chat-widget-body .chat-header .close-chat img {
  height: 10px;
}
#chat-widget .chat-widget-body .chat-header .chat-title {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}
#chat-widget .chat-widget-body .chat-header .chat-team {
  display: flex;
  justify-content: center;
  align-items: center;
}
#chat-widget .chat-widget-body .chat-header .chat-team .team-member {
  margin: 0 5px 0 5px;
}
#chat-widget .chat-widget-body .chat-header .chat-team .team-member img {
  height: 50px;
  border-radius: 100px;
}
#chat-widget .chat-widget-body .chat-header .chat-team .team-member div {
  color: #fff;
}
#chat-widget .chat-widget-body .chat-header .response-delay {
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}
#chat-widget .chat-widget-body .message-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 100px;
}
#chat-widget .chat-widget-body .message-container .chat-message {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#chat-widget .chat-widget-body .message-container .chat-message img {
  height: 35px;
  border-radius: 100px;
}
#chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper {
  width: 100%;
}
#chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper .chat-bubble {
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  border: 1px solid #ededed;
  position: relative;
  top: 30px;
}
#chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper .timestamp {
  position: relative;
  top: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #999;
}
#chat-widget .chat-widget-body .message-container .chat-message.from .chat-bubble {
  margin-left: 20px;
  color: #fff;
  background: #8c8cf9;
  border-radius: 0 15px 15px 15px;
}
#chat-widget .chat-widget-body .message-container .chat-message.from .timestamp {
  right: 10px;
  float: right;
}
#chat-widget .chat-widget-body .message-container .chat-message.to .chat-bubble {
  margin-right: 20px;
  color: #fff;
  background: #8c8cf9;
  border: 1px solid #ededed;
  border-radius: 15px 0 15px 15px;
  text-align: left !important;
}
#chat-widget .chat-widget-body .message-container .chat-message.to .timestamp {
  left: 0;
  top: 23px;
}
#chat-widget .chat-widget-body .message-container::-webkit-scrollbar {
  width: 10px;
}
#chat-widget .chat-widget-body .message-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
#chat-widget .chat-widget-body .message-input {
  position: absolute;
  bottom: -5px !important;
  width: 100%;
}
#chat-widget .chat-widget-body .message-input textarea {
  box-sizing: border-box;
  padding: 18px;
  padding-right: 100px;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  font-family: "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: none !important;
  resize: none;
  background-color: #fcfcfc;
}
#chat-widget .chat-widget-body .message-input textarea:focus {
  outline: none !important;
}
#chat-widget .chat-widget-body .message-input .message-options {
  position: absolute;
  right: 30px;
  top: 0;
}
#chat-widget .chat-widget-body .message-input .message-options .emoji-button {
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
  height: 55px;
  width: 30px;
}
#chat-widget .chat-widget-body .message-input .message-options .emoji-button:before {
  background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  content: " ";
  width: 18px;
  height: 18px;
  left: 5px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  background-position: 50%;
}
#chat-widget .chat-widget-body .message-input .message-options .attach-button {
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
  height: 55px;
  width: 30px;
}
#chat-widget .chat-widget-body .message-input .message-options .attach-button:before {
  background-image: url(https://image.ibb.co/hSE165/attach_icon.png);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  content: " ";
  width: 16px;
  height: 18px;
  left: 5px;
  position: absolute;
  top: 20px;
  background-position: 50%;
}

@media (max-width: 767px) {
  .chat-widget-body {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    z-index: 99999 !important;
  }
  #bulchat.visible.close {
    transform: rotate(90deg);
    visibility: hidden;
  }
}
/* ==========================================================================
8. Links
========================================================================== */
a:not(.button).is-link {
  color: #7f00ff !important;
}
a:not(.button).is-link:hover {
  color: hsl(0, 0%, 21%) !important;
}

/* ==========================================================================
9. Subscription combo
========================================================================== */
.subscription-combo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.subscription-combo .control input {
  box-shadow: none !important;
  border-radius: 0;
  font-size: 1rem;
  height: 45px;
  padding-left: 45px !important;
  transition: all 0.3s;
}
.subscription-combo .control input:focus {
  border-color: #8c8cf9;
}
.subscription-combo .control input:focus + .form-icon svg {
  stroke: #8c8cf9;
}
.subscription-combo .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-combo .control .form-icon svg {
  height: 20px;
  width: 20px;
  stroke: rgb(211.5, 211.5, 211.5);
  transition: all 0.3s;
}
.subscription-combo .combo-button {
  height: 48px;
  max-height: 48px;
  margin-left: 4px;
  padding-bottom: 8px;
}

/* ==========================================================================
10. Update Pill
========================================================================== */
.update-pill {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  padding: 8px 12px 8px 8px;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}
.update-pill .inner-tag {
  height: 26px;
  background: #8c8cf9;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0 8px;
  line-height: 2.2;
  border-radius: 8px;
}
.update-pill .inner-text {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-size: 0.9rem;
  margin-left: 8px;
}

/* ==========================================================================
11. Search Box
========================================================================== */
.search-box-wrapper {
  margin: 10px auto 40px auto;
  width: 100%;
  max-width: 940px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 18px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.search-box-wrapper .search-box {
  height: 82px;
  padding: 10px 0 10px 10px;
  border-radius: 12px;
  text-align: left;
  box-shadow: none;
  border: 1px solid #dee2e6;
}
.search-box-wrapper .search-box .search-button {
  width: 100%;
  height: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  margin-top: -10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #8c8cf9;
}
.search-box-wrapper .search-box .search-button:hover {
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.search-box-wrapper .search-block,
.search-box-wrapper .price-block,
.search-box-wrapper .extras-block {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: -10px;
  border-right: 1px solid #dee2e6;
  background: #fff;
  transition: all 0.3s ease;
}
.search-box-wrapper .search-block.focus,
.search-box-wrapper .price-block.focus,
.search-box-wrapper .extras-block.focus {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.search-box-wrapper .price-block .button {
  display: flex;
  align-items: center;
  outline: none;
  border: 1px solid #b1b1b1;
  text-align: left;
  width: 100%;
  height: 100%;
  font-size: 1em;
  margin-right: 4px;
  color: #4c4c4c;
  padding: 0 0.825em;
  z-index: 0;
  border-radius: 0px;
  border: 0px;
}
.search-box-wrapper .price-block .button span {
  position: absolute;
  top: 40px;
  left: 10px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  font-size: 1.1rem;
  background: none;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  width: 90%;
  height: 30px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.search-box-wrapper .price-block .dropdown-container {
  padding-bottom: 0;
  width: 100%;
  border-radius: 0;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  font-size: 14px;
  padding: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 12px 0;
  visibility: hidden;
}
.search-box-wrapper .price-block .dropdown-container.is-open {
  visibility: visible;
}
.search-box-wrapper .price-block .dropdown-container .dropdown {
  display: inline-block;
  margin: 0;
  border-top: 1px solid #ccc;
  width: 100%;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container {
  height: 60px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container .left-input {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  z-index: 11;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container .left-input input {
  width: 100%;
  max-width: 100% !important;
  line-height: 26px;
  height: 40px;
  padding-left: 6px;
  background-color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  outline-width: 1px;
  outline-color: #009688;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container .right-input {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  z-index: 11;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container .right-input input {
  width: 100%;
  max-width: 100% !important;
  line-height: 26px;
  height: 40px;
  padding-left: 6px;
  background-color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  outline: none;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .range-container:before {
  content: "-";
  color: #ccc;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2em;
  left: 0;
  z-index: 10;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container {
  display: flex;
  justify-content: space-around;
  padding: 0 10px 20px 10px;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul {
  height: 245px;
  overflow-y: auto;
  text-align: center;
  padding: 0;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul li {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  width: 100%;
  height: 35px;
  min-width: 80px;
  line-height: 35px;
  border-radius: 8px;
  cursor: pointer;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  padding: 0;
  transition: all 0.3s;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul li:not(.dark-text):hover {
  background: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  color: #fff;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container {
  width: 100%;
  height: 178px;
  margin: 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  overflow-y: auto;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container p {
  font-weight: 500;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul {
  min-height: 245px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  background-color: #fff;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul li {
  padding-left: 15px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul.max-options li {
  padding-right: 15px;
  text-align: right;
}
.search-box-wrapper .search-label,
.search-box-wrapper .price-label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: "Roboto", sans-serif;
  color: #444f60;
  z-index: 999;
}
.search-box-wrapper .search-input {
  position: absolute;
  top: 40px;
  left: 10px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  font-size: 1.1rem;
  background: none;
  border-bottom: 1px solid transparent;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  width: 90%;
  height: 30px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.search-box-wrapper .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.search-box-wrapper .search-input:focus {
  border-bottom-color: #8c8cf9;
}
.search-box-wrapper .checkbox input[type=checkbox] {
  margin-left: 0px;
}
.search-box-wrapper .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.search-box-wrapper .checkbox > span {
  position: relative;
  top: 2px;
  font-size: 0.95rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-left: 4px;
}
.search-box-wrapper .checkbox .end {
  margin-left: auto;
}
.search-box-wrapper .checkbox .end img {
  display: block;
  height: 22px;
  width: 22px;
  min-width: 22px;
  border-radius: 50%;
}
.search-box-wrapper .checkbox input[type=checkbox],
.search-box-wrapper label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.search-box-wrapper .checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}
.search-box-wrapper .checkbox input[type=checkbox]:checked ~ .checkbox-material .check {
  color: #8c8cf9;
  padding: 1px 0 0px 1px;
  cursor: pointer;
}
.search-box-wrapper .checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.search-box-wrapper .checkbox input[type=checkbox]:checked ~ .checkbox-material .check:before {
  position: relative;
  top: -2px;
  color: #8c8cf9;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .search-box-wrapper .search-box {
    height: auto;
    padding: 10px 8px;
  }
  .search-box-wrapper .search-box .search-block,
  .search-box-wrapper .search-box .price-block,
  .search-box-wrapper .search-box .extras-block {
    border-right: none;
  }
  .search-box-wrapper .search-box .search-button {
    border-radius: 12px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .search-box-wrapper .search-box {
    display: flex;
  }
}
/* ==========================================================================
12. Marquee
========================================================================== */
.marquee-hero {
  height: auto !important;
  max-height: initial !important;
}

.marquee-container {
  position: relative;
  max-width: 980px;
  margin: 0 auto 1.5rem auto;
  padding: 4px 6px;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid hsl(0, 0%, 89%);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  z-index: 3;
}
.marquee-container.is-night {
  background: rgb(0, 0, 32.7);
  border-color: rgb(0, 0, 78.6);
}
.marquee-container.is-night .marquee-item span {
  color: #fff;
}

.marquee {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 5;
}
.marquee.is-app-screens {
  max-width: 100%;
  padding: 0.5rem 0;
}
.marquee .marquee-inner {
  display: flex;
  align-items: center;
  height: 54px;
}
.marquee .marquee-inner.is-auto {
  height: auto;
}
.marquee .marquee-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.marquee .marquee-item:last-child {
  margin-right: 0;
}
.marquee .marquee-item.is-app-screen {
  margin: 0 0.5rem;
}
.marquee .marquee-item img {
  height: 26px;
  width: 26px;
  min-width: 26px;
  margin-right: 0.5rem;
}
.marquee .marquee-item img.app-screen {
  display: inline-block;
  height: auto;
  min-width: 460px;
  max-width: 460px;
  margin-right: 0;
  border-radius: 0.5rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
}
.marquee .marquee-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.marquee .marquee-item span.positive {
  color: #2eb289;
}
.marquee .marquee-item span.negative {
  color: #d70464;
}

/* ==========================================================================
13. Success checkmark
========================================================================== */
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.SuccessAnimation-box {
  min-height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SuccessAnimation.is-primary .SuccessAnimationCircle,
.SuccessAnimation.is-primary .SuccessAnimationCheck {
  stroke: #8c8cf9;
}
.SuccessAnimation.is-primary .SuccessAnimationResult {
  fill: #8c8cf9;
}
.SuccessAnimation.is-success .SuccessAnimationCircle,
.SuccessAnimation.is-success .SuccessAnimationCheck {
  stroke: #7f00ff;
}
.SuccessAnimation.is-success .SuccessAnimationResult {
  fill: #7f00ff;
}
.SuccessAnimation .SuccessAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #ad5cff;
}
.SuccessAnimation .SuccessAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #ad5cff;
}
.SuccessAnimation .SuccessAnimationResult {
  fill: #ad5cff;
  opacity: 0;
}

.SuccessAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
.SuccessAnimation.animated .SuccessAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
.SuccessAnimation.animated .SuccessAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
.SuccessAnimation.animated .SuccessAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Media Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Featured Images
    1. Dotted App
    2. Mockup Section
    3. Hero App mockup
    4. App Showcase
    5. Landing App mockup
    6. Geometric Canvas
    7. Star Fall
    8. Particles
    9. Client Logos
    10. Floating chat bubbles
    11. Floating avatars
    12. Flat City
    13. Tabbed Features
    14. Square Shapes
    15. Background Images
    16. Partner Logos
    17. Svg Blobs
    18. Morphing Blob
    19. Masked image
    20. Featured Images
    21. Success Stories
    22. Image Section
***/
/* ==========================================================================
0. Featured Images
========================================================================== */
.featured-svg {
  max-width: 450px;
}
.featured-svg.is-large {
  max-width: 540px;
}

.featured-svg-lg {
  max-width: 550px;
  max-height: 550px;
}

.vivus-svg {
  max-height: 450px;
  width: 450px;
}

.featured-drawing {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .featured-svg,
  .featured-svg-lg,
  .featured-drawing {
    max-width: 100% !important;
  }
}
/* ==========================================================================
1. Dotted App
========================================================================== */
.dotted-app {
  display: block;
  max-width: 940px;
  margin: 40px auto 0 auto;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.mockup-dots .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: #8c8cf9;
  z-index: 5;
}
.mockup-dots .dot:before {
  position: absolute;
  background: #8c8cf9;
  content: "";
  top: 0;
  left: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: dotPulse 2s ease-out infinite;
}
.mockup-dots .dot.first {
  top: 42%;
  left: 20%;
}
.mockup-dots .dot.first:hover + .dot-tip.tip-first {
  display: block;
}
.mockup-dots .dot.second {
  top: 65%;
  left: 20%;
}
.mockup-dots .dot.second:hover + .dot-tip.tip-second {
  display: block;
}
.mockup-dots .dot.third {
  top: 55%;
  right: 20%;
}
.mockup-dots .dot.third:hover + .dot-tip.tip-third {
  display: block;
}
.mockup-dots .dot-tip {
  padding: 15px 20px;
  background-color: #8c8cf9;
  color: #fff;
  border-radius: 10px 10px 0 10px;
  font-size: 13px;
  display: none;
  z-index: 4;
}
.mockup-dots .dot-tip.tip-first {
  position: absolute;
  top: 38%;
  left: 0;
}
.mockup-dots .dot-tip.tip-second {
  position: absolute;
  top: 60%;
  left: 0;
}
.mockup-dots .dot-tip.tip-third {
  position: absolute;
  top: 50%;
  right: 24%;
}

@media (max-width: 767px) {
  .dotted-app {
    max-width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
  .dotted-app {
    max-width: 100%;
  }
}
/* ==========================================================================
2. Mockup Section
========================================================================== */
.mockup-wrap .image-wrap {
  max-width: 840px;
  margin: 0 auto;
}
.mockup-wrap .image-wrap img {
  display: block;
  width: 100%;
}
.mockup-wrap .image-wrap img.full-image {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 1.25rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  max-width: 680px;
  margin: 0 auto 40px auto;
}
.mockup-wrap .image-wrap img.full-image-minimal {
  max-width: 680px;
  margin: 0 auto 40px auto;
}
.mockup-wrap .image-wrap .app-features {
  max-width: 640px;
  margin: 0 auto;
}
.mockup-wrap .image-wrap .app-features.is-pulled {
  margin-top: -30px;
}
.mockup-wrap .image-wrap .app-features .content-flex h5 {
  margin-bottom: 0.35rem;
}
.mockup-wrap .image-wrap .app-features .content-flex p {
  color: #999;
  font-size: 0.9rem;
}
.mockup-wrap .image-wrap .app-features .content-flex i {
  color: #8c8cf9;
}

/* ==========================================================================
3. Hero App mockup
========================================================================== */
.blob-figure {
  position: relative;
}
.blob-figure .morphing-blob-wrapper {
  position: absolute;
}
.blob-figure .morphing-blob-wrapper.sub-blob-1 {
  top: -130px;
  left: -120px;
}
.blob-figure .morphing-blob-wrapper.sub-blob-2 {
  bottom: -130px;
  right: -120px;
  transform: scale(0.7);
}
.blob-figure .morphing-blob-wrapper.sub-blob-3 {
  top: -180px;
  right: -200px;
  transform: scale(0.3);
}

.hero-figure {
  position: relative;
}
.hero-figure.is-pushed {
  top: 60px;
}

.mockup-section {
  padding: 5rem 1.5rem !important;
}
.mockup-section .app-mockup {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 2;
}
.mockup-section .hr-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1096px;
  width: 100%;
  z-index: 0;
}

.featured-ui {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}

.rounded-app {
  position: relative;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 1.25rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.hero-app {
  position: relative;
  text-align: center;
  z-index: 2;
}
.hero-app img {
  border-radius: 4px;
  border: 1px solid #ededed;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}

.hero-image {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .hero-image {
    max-width: 375px;
  }
  .mockup-section .app-mockup {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .mockup-section .app-mockup {
    max-width: 100%;
  }
}
/* ==========================================================================
4. App Showcase
========================================================================== */
.showcase-text-wrapper {
  padding: 0 40px;
}

.showcase-wrapper {
  position: relative;
}
.showcase-wrapper .showcase-wrap {
  width: 100%;
  height: 100%;
}
.showcase-wrapper .showcase-wrap .app-showcase {
  border-radius: 4px;
  border: 1px solid #ededed;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.6s;
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.showcase-wrapper .showcase-wrap.is-active .app-showcase {
  transform: translateX(0);
  opacity: 1;
  position: relative;
  z-index: 0;
}

.slide-control {
  max-width: 350px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.slide-control .slide-dot {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.slide-control .slide-dot img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ededed;
}
.slide-control .slide-dot.is-active {
  transform: scale(1.3);
}
.slide-control .slide-dot.is-active img {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .hero-figure.is-pushed {
    top: -80px !important;
  }
  .slide-control {
    margin: 0 auto;
  }
  .showcase-text-wrapper {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-figure.is-pushed {
    top: -80px !important;
  }
  .showcase-text-wrapper {
    text-align: center;
  }
  .slide-control {
    margin: 30px auto;
  }
}
/* ==========================================================================
5. Landing App mockup
========================================================================== */
.app-wrapper {
  padding: 80px 0 0 0;
}
.app-wrapper .app-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
.app-wrapper .app-features .app-feature {
  text-align: center;
  width: 25%;
}
.app-wrapper .app-features .app-feature img {
  display: block;
  max-width: 48px;
  margin: 0 auto 12px auto;
}
.app-wrapper .app-features .app-feature h3 {
  font-weight: 600;
  color: #444f60;
  margin-left: 12px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgb(193.8, 193.8, 193.8);
}
.app-wrapper .mockup-wrapper {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px;
}
.app-wrapper .mockup-wrapper img {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  z-index: 3;
}

@media (max-width: 767px) {
  .app-wrapper .mockup-wrapper {
    padding: 10px;
    margin-top: 30px;
  }
  .app-wrapper .app-features .app-feature h3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .app-features {
    display: flex;
    flex-wrap: wrap;
  }
  .app-features .column {
    width: 50%;
    min-width: 50%;
    flex-grow: 2;
  }
}
/* ==========================================================================
6. Geometric Canvas
========================================================================== */
#geo-canvas {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 10%;
}

/* ==========================================================================
7. Star Fall
========================================================================== */
.starfall {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 0;
}
.starfall .falling-star {
  width: 8px;
  height: 8px;
  background: #8c8cf9;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}

.falling-star:nth-child(1) {
  transform: translateX(43vw) translateY(-8px);
  animation: anim1 4s infinite;
  animation-delay: 0.3s;
}

@keyframes anim1 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(63vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(2) {
  transform: translateX(80vw) translateY(-8px);
  animation: anim2 4s infinite;
  animation-delay: 0.6s;
}

@keyframes anim2 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(100vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(3) {
  transform: translateX(40vw) translateY(-8px);
  animation: anim3 4s infinite;
  animation-delay: 0.9s;
}

@keyframes anim3 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(60vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(4) {
  transform: translateX(44vw) translateY(-8px);
  animation: anim4 4s infinite;
  animation-delay: 1.2s;
}

@keyframes anim4 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(64vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(5) {
  transform: translateX(43vw) translateY(-8px);
  animation: anim5 4s infinite;
  animation-delay: 1.5s;
}

@keyframes anim5 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(63vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(6) {
  transform: translateX(54vw) translateY(-8px);
  animation: anim6 4s infinite;
  animation-delay: 1.8s;
}

@keyframes anim6 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(74vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(7) {
  transform: translateX(10vw) translateY(-8px);
  animation: anim7 4s infinite;
  animation-delay: 2.1s;
}

@keyframes anim7 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(30vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(8) {
  transform: translateX(72vw) translateY(-8px);
  animation: anim8 4s infinite;
  animation-delay: 2.4s;
}

@keyframes anim8 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(92vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(9) {
  transform: translateX(13vw) translateY(-8px);
  animation: anim9 4s infinite;
  animation-delay: 2.7s;
}

@keyframes anim9 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(33vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(10) {
  transform: translateX(7vw) translateY(-8px);
  animation: anim10 4s infinite;
  animation-delay: 3s;
}

@keyframes anim10 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(27vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(11) {
  transform: translateX(53vw) translateY(-8px);
  animation: anim11 4s infinite;
  animation-delay: 3.3s;
}

@keyframes anim11 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(73vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(12) {
  transform: translateX(79vw) translateY(-8px);
  animation: anim12 4s infinite;
  animation-delay: 3.6s;
}

@keyframes anim12 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(99vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(13) {
  transform: translateX(1vw) translateY(-8px);
  animation: anim13 4s infinite;
  animation-delay: 3.9s;
}

@keyframes anim13 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(21vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(14) {
  transform: translateX(49vw) translateY(-8px);
  animation: anim14 4s infinite;
  animation-delay: 4.2s;
}

@keyframes anim14 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(69vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(15) {
  transform: translateX(57vw) translateY(-8px);
  animation: anim15 4s infinite;
  animation-delay: 4.5s;
}

@keyframes anim15 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(77vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(16) {
  transform: translateX(83vw) translateY(-8px);
  animation: anim16 4s infinite;
  animation-delay: 4.8s;
}

@keyframes anim16 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(103vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(17) {
  transform: translateX(57vw) translateY(-8px);
  animation: anim17 4s infinite;
  animation-delay: 5.1s;
}

@keyframes anim17 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(77vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(18) {
  transform: translateX(70vw) translateY(-8px);
  animation: anim18 4s infinite;
  animation-delay: 5.4s;
}

@keyframes anim18 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(90vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(19) {
  transform: translateX(76vw) translateY(-8px);
  animation: anim19 4s infinite;
  animation-delay: 5.7s;
}

@keyframes anim19 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(96vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(20) {
  transform: translateX(47vw) translateY(-8px);
  animation: anim20 4s infinite;
  animation-delay: 6s;
}

@keyframes anim20 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(67vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(21) {
  transform: translateX(69vw) translateY(-8px);
  animation: anim21 4s infinite;
  animation-delay: 6.3s;
}

@keyframes anim21 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(89vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(22) {
  transform: translateX(30vw) translateY(-8px);
  animation: anim22 4s infinite;
  animation-delay: 6.6s;
}

@keyframes anim22 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(50vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(23) {
  transform: translateX(36vw) translateY(-8px);
  animation: anim23 4s infinite;
  animation-delay: 6.9s;
}

@keyframes anim23 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(56vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(24) {
  transform: translateX(92vw) translateY(-8px);
  animation: anim24 4s infinite;
  animation-delay: 7.2s;
}

@keyframes anim24 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(112vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(25) {
  transform: translateX(57vw) translateY(-8px);
  animation: anim25 4s infinite;
  animation-delay: 7.5s;
}

@keyframes anim25 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(77vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(26) {
  transform: translateX(84vw) translateY(-8px);
  animation: anim26 4s infinite;
  animation-delay: 7.8s;
}

@keyframes anim26 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(104vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(27) {
  transform: translateX(34vw) translateY(-8px);
  animation: anim27 4s infinite;
  animation-delay: 8.1s;
}

@keyframes anim27 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(54vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(28) {
  transform: translateX(69vw) translateY(-8px);
  animation: anim28 4s infinite;
  animation-delay: 8.4s;
}

@keyframes anim28 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(89vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(29) {
  transform: translateX(19vw) translateY(-8px);
  animation: anim29 4s infinite;
  animation-delay: 8.7s;
}

@keyframes anim29 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(39vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(30) {
  transform: translateX(8vw) translateY(-8px);
  animation: anim30 4s infinite;
  animation-delay: 9s;
}

@keyframes anim30 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(28vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(31) {
  transform: translateX(36vw) translateY(-8px);
  animation: anim31 4s infinite;
  animation-delay: 9.3s;
}

@keyframes anim31 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(56vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(32) {
  transform: translateX(35vw) translateY(-8px);
  animation: anim32 4s infinite;
  animation-delay: 9.6s;
}

@keyframes anim32 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(55vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(33) {
  transform: translateX(91vw) translateY(-8px);
  animation: anim33 4s infinite;
  animation-delay: 9.9s;
}

@keyframes anim33 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(111vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(34) {
  transform: translateX(18vw) translateY(-8px);
  animation: anim34 4s infinite;
  animation-delay: 10.2s;
}

@keyframes anim34 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(38vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(35) {
  transform: translateX(36vw) translateY(-8px);
  animation: anim35 4s infinite;
  animation-delay: 10.5s;
}

@keyframes anim35 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(56vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(36) {
  transform: translateX(51vw) translateY(-8px);
  animation: anim36 4s infinite;
  animation-delay: 10.8s;
}

@keyframes anim36 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(71vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(37) {
  transform: translateX(67vw) translateY(-8px);
  animation: anim37 4s infinite;
  animation-delay: 11.1s;
}

@keyframes anim37 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(87vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(38) {
  transform: translateX(49vw) translateY(-8px);
  animation: anim38 4s infinite;
  animation-delay: 11.4s;
}

@keyframes anim38 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(69vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(39) {
  transform: translateX(38vw) translateY(-8px);
  animation: anim39 4s infinite;
  animation-delay: 11.7s;
}

@keyframes anim39 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(58vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(40) {
  transform: translateX(28vw) translateY(-8px);
  animation: anim40 4s infinite;
  animation-delay: 12s;
}

@keyframes anim40 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(48vw) translateY(100vh);
    opacity: 0;
  }
}
/* ==========================================================================
8. Particles
========================================================================== */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: 200;
  transform-style: preserve-3d;
  overflow: hidden;
}

@keyframes move {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    transform: translateY(45vw);
    opacity: 0;
  }
}
/* ==========================================================================
9. Client Logos
========================================================================== */
.ref-tabs ul,
.ref-tabs li a {
  border-bottom: none !important;
}
.ref-tabs img {
  display: block;
  width: 100%;
  max-width: 110px;
  max-height: 70px;
}

/* ==========================================================================
10. Floating chat bubbles
========================================================================== */
.floating-bubbles .bubble img {
  height: 100px;
  position: absolute;
}
.floating-bubbles .bubble img.bubble-1st {
  left: 20%;
  top: -5%;
  animation-delay: 0.5s;
}
.floating-bubbles .bubble img.bubble-2nd {
  left: 50%;
  top: 25%;
  animation-delay: 1.5s;
}
.floating-bubbles .bubble img.bubble-3rd {
  left: 15%;
  top: 75%;
  animation-delay: 2.5s;
}
.floating-bubbles .bubble img.bubble-4th {
  right: 15%;
  top: -15%;
  animation-delay: 4.5s;
}
.floating-bubbles .bubble img.bubble-5th {
  right: 15%;
  top: -15%;
  animation-delay: 3.5s;
}
.floating-bubbles .bubble img.bubble-6th {
  right: 50%;
  top: 20%;
  animation-delay: 2s;
}
.floating-bubbles .bubble img.bubble-7th {
  right: 10%;
  top: -80%;
  animation-delay: 1.7s;
  transform: rotate(-60deg);
}
.floating-bubbles .bubble img.bubble-8th {
  left: 10%;
  top: -7%;
  animation-delay: 5.3s;
}
.floating-bubbles .bubble img.bubble-9th {
  left: 30%;
  top: 80%;
  animation-delay: 5.3s;
}

/* ==========================================================================
11. Floating avatars
========================================================================== */
.floating-avatars .avatar {
  height: 60px;
  border-radius: 100px;
  position: absolute;
}
.floating-avatars .avatar.avatar-1st {
  left: 50%;
  top: 64%;
}
.floating-avatars .avatar.avatar-2nd {
  height: 40px;
  left: 80%;
  top: 45%;
}
.floating-avatars .avatar.avatar-3rd {
  height: 50px;
  left: 68%;
  top: 60%;
}
.floating-avatars .avatar.avatar-4th {
  left: 90%;
  top: 75%;
}
.floating-avatars .avatar.avatar-5th {
  height: 50px;
  left: 33%;
  top: 55%;
}
.floating-avatars .avatar.avatar-6th {
  left: 20%;
  top: 69%;
  z-index: 2;
}
.floating-avatars .avatar.avatar-7th {
  height: 40px;
  left: 8%;
  top: 45%;
}

/* ==========================================================================
12. Flat City
========================================================================== */
.city-container img {
  display: block;
}

.conditions {
  position: relative;
  top: 12px;
  font-size: 85%;
  margin-left: 15px;
  color: #fff;
}

/* ==========================================================================
13. Tabbed Features
========================================================================== */
.tabbed-features .navigation-tabs {
  margin-bottom: 40px;
}
.tabbed-features .navtab-content .inner-content {
  padding: 20px;
}
.tabbed-features .navtab-content .inner-content .feature-headline {
  font-size: 1.75rem;
}
.tabbed-features .navtab-content .inner-content p {
  margin-bottom: 12px;
}

/* ==========================================================================
14. Square Shapes
========================================================================== */
.square {
  position: absolute;
}
.square.square-1 {
  bottom: 60px;
  right: 5%;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  opacity: 0.5;
  background: white;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-2 {
  bottom: 50px;
  right: 25%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  opacity: 0.7;
  background: rgb(246.6363636364, 246.6363636364, 254.5636363636);
  transform: rotate(24deg);
  z-index: 2;
}
.square.square-3 {
  bottom: 160px;
  right: -22px;
  height: 180px;
  width: 180px;
  border-radius: 36px;
  background: #8c8cf9;
  opacity: 0.2;
  transform: rotate(38deg);
  z-index: 2;
}
.square.square-4 {
  top: 20px;
  left: 30%;
  height: 80px;
  width: 80px;
  border-radius: 16px;
  opacity: 0.5;
  background: #8c8cf9;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-5 {
  top: 220px;
  left: 20%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  opacity: 0.7;
  background: rgb(246.6363636364, 246.6363636364, 254.5636363636);
  transform: rotate(24deg);
  z-index: 2;
}
.square.square-6 {
  top: 60px;
  right: 10%;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  border: 2px solid #8c8cf9;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-7 {
  top: 80px;
  left: 15%;
  height: 30px;
  width: 30px;
  opacity: 0.5;
  border: 2px solid #8c8cf9;
  transform: rotate(146deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .square.square-1 {
    bottom: -25px;
    height: 40px;
    width: 40px;
  }
  .square.square-2 {
    bottom: 23px;
    right: 25%;
    height: 25px;
    width: 25px;
    border-radius: 7px;
  }
  .square.square-4 {
    top: 8px;
    left: 30%;
    height: 50px;
    width: 50px;
    border-radius: 11px;
  }
  .square.square-5 {
    top: 207px;
    height: 24px;
    width: 24px;
    border-radius: 7px;
  }
  .square.square-6 {
    top: 100px;
    right: 10%;
    height: 20px;
    width: 20px;
  }
  .square.square-7 {
    display: none;
  }
}
/* ==========================================================================
15. Background Images
========================================================================== */
.has-background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.has-background-image.is-contain {
  background-size: contain;
  background-repeat: repeat;
}

/* ==========================================================================
16. Partner Logos
========================================================================== */
.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logos img {
  display: block;
  height: 80px;
  margin: 0 25px;
}

/* ==========================================================================
17. Svg Blobs
========================================================================== */
.blob-1 {
  position: absolute;
  top: 10%;
  right: -290px;
  width: 280px;
  z-index: 0;
  opacity: 0.15;
}

.blob-2 {
  position: absolute;
  top: 10%;
  left: -190px;
  width: 380px;
  z-index: 0;
  opacity: 0.15;
}

.blob-3 {
  position: absolute;
  top: -80px;
  left: -120px;
  width: 90px;
  z-index: 0;
  opacity: 0.15;
}

.blob-4 {
  position: absolute;
  top: -82px;
  left: 180px;
  width: 130px;
  z-index: 0;
  opacity: 0.15;
}

.blob-5 {
  position: absolute;
  bottom: 50px;
  right: -104px;
  width: 130px;
  z-index: 0;
  opacity: 0.15;
}

/* ==========================================================================
18. Morphing Blob
========================================================================== */
.morphing-blob-wrapper svg,
.morphing-blob-wrapper svg circle {
  fill: #8c8cf9;
}
@keyframes from0to360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.morphing-blob-wrapper .Circle1 {
  animation: from0to360 3s linear infinite;
  cx: 150;
  cy: 145;
  r: 100;
  transform-origin: 145px 150px;
}
@keyframes from360to0 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.morphing-blob-wrapper .Circle2 {
  animation: from360to0 4s linear infinite;
  cx: 150;
  cy: 155;
  r: 100;
  transform-origin: 155px 150px;
}
.morphing-blob-wrapper .Circle3 {
  animation: from0to360 5s linear infinite;
  cx: 145;
  cy: 150;
  r: 100;
  transform-origin: 150px 145px;
}
.morphing-blob-wrapper .Circle4 {
  animation: from360to0 4.5s linear infinite;
  cx: 155;
  cy: 150;
  r: 100;
  transform-origin: 150px 155px;
}

/* ==========================================================================
19. Masked image
========================================================================== */
.masked-image {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.masked-image .main-image {
  display: block;
  transform: scale(0.99);
}
.masked-image .image-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.masked-image .dot {
  position: absolute;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.masked-image .dot.dot-primary {
  background: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.masked-image .dot.dot-success {
  background: #2eb289;
  box-shadow: 0 14px 26px -12px rgba(46, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(46, 178, 137, 0.2) !important;
}
.masked-image .dot.dot-info {
  background: #2e9be5;
  box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
}
.masked-image .dot.dot-warning {
  background: #f6c400;
  box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
}
.masked-image .dot.dot-danger {
  background: #f92b60;
  box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
}
.masked-image .dot.dot-1 {
  bottom: 20%;
  left: 5%;
}
.masked-image .dot.dot-2 {
  bottom: 20%;
  right: 2%;
  height: 54px;
  width: 54px;
}
.masked-image .dot.dot-3 {
  bottom: 10%;
  height: 32px;
  width: 32px;
  left: 15%;
}
.masked-image .dot.dot-4 {
  top: 20%;
  left: 5%;
}
.masked-image .dot.dot-5 {
  bottom: 22%;
  right: 5%;
  height: 54px;
  width: 54px;
}
.masked-image .dot.dot-6 {
  top: 15%;
  left: 2%;
}

@media only screen and (max-width: 1024px) {
  .masked-image .main-image {
    transform: scale(0.99);
  }
}
/* ==========================================================================
20. Featured Images
========================================================================== */
.featured-image-medium {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

.featured-image-large {
  display: block;
  max-width: 580px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .featured-image-medium,
  .featured-image-large {
    max-width: 100%;
  }
}
/* ==========================================================================
21. Success Stories
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .stories {
    display: flex;
  }
  .stories .column {
    min-width: 50%;
  }
}
/* ==========================================================================
22. Image Section
========================================================================== */
.section-wrap {
  display: flex;
  align-items: stretch;
  min-height: 650px;
}
.section-wrap.is-skewed-sm {
  transform: skew(0deg, -3deg) translate(0, -45px);
}
.section-wrap.is-skewed-sm .container {
  transform: skew(0deg, 3deg) translate(0, 45px);
  margin-top: -60px;
}
.section-wrap .section.image-section {
  width: 50%;
  padding-left: 10%;
  padding-right: 5%;
  background: rgb(36.8457142857, 46.7657142857, 62.3542857143);
}
.section-wrap .section.image-section .title,
.section-wrap .section.image-section .subtitle,
.section-wrap .section.image-section p {
  color: #fff;
}
.section-wrap .section.image-section .title-wrap h3 {
  margin-left: 0 !important;
}
.section-wrap .section.image-section .support-features {
  padding: 16px 0;
}
.section-wrap .section.image-section .support-features > p {
  margin-bottom: 16px;
}
.section-wrap .section.image-section .support-features .support-card {
  display: inline-block;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  background: rgb(25.48, 32.34, 43.12);
  border: 1px solid rgb(33.0571428571, 41.9571428571, 55.9428571429);
  text-align: center;
  transition: all 0.3s;
}
.section-wrap .section.image-section .support-features .support-card:hover {
  border-color: #8c8cf9 !important;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.section-wrap .section.image-section .support-features .support-card:hover h3,
.section-wrap .section.image-section .support-features .support-card:hover i {
  color: #8c8cf9;
}
.section-wrap .section.image-section .support-features .support-card i {
  font-size: 2.8rem;
  color: #999;
  transition: color 0.3s;
}
.section-wrap .section.image-section .support-features .support-card h3 {
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}
.section-wrap .section.image-section .support-features .support-card p {
  font-size: 0.95rem;
  color: #999;
}
.section-wrap .right {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section-wrap {
    flex-direction: column;
  }
  .section-wrap .section.image-section {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .section-wrap .section.image-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .section-wrap .section.image-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Carousel elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Client logos carousel
    1. People carousel
    2. Testimonials Basic Carousel
    3. Colorful Testimonials
    4. CSS Carousel
    5. Corporate testimonials   
    6. Focus Testimonials Carousel
    7. Customer Testimonials
    8. Characters Testimonials
***/
/* ==========================================================================
0. Client logos carousel
========================================================================== */
.clients-logo-carousel {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.clients-logo-carousel:hover .slick-custom {
  opacity: 1;
}
.clients-logo-carousel .carousel-item {
  margin: 0 20px;
}
.clients-logo-carousel .image-wrapper {
  position: relative;
}
.clients-logo-carousel .image-wrapper .stack-logo {
  max-height: 130px;
  margin: 0 auto;
}
.clients-logo-carousel .slick-custom {
  opacity: 0;
  top: 23px;
}
.clients-logo-carousel .slick-dots {
  bottom: -60px !important;
}
.clients-logo-carousel .slick-prev:before,
.clients-logo-carousel .slick-next:before {
  color: #999;
}
.clients-logo-carousel .slick-custom.is-next {
  right: -15px;
}
.clients-logo-carousel .slick-custom.is-prev {
  left: -15px;
}
.clients-logo-carousel .client-logo {
  max-height: 80px;
}

@media (max-width: 768px) {
  .clients-logo-carousel .slick-dots {
    display: none !important;
  }
}
/* ==========================================================================
1. People carousel
========================================================================== */
.people-carousel {
  margin-bottom: 0 !important;
}
.people-carousel .people-carousel-item.slick-dotted .slick-slider {
  margin-bottom: 0 !important;
}
.people-carousel .people-carousel-item .item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.people-carousel .people-carousel-item .image-column {
  width: 60%;
  display: block;
  position: relative;
}
.people-carousel .people-carousel-item .content-column {
  width: 40%;
  display: block;
  position: relative;
}
.people-carousel .people-carousel-item .carousel-img {
  text-align: center;
}
.people-carousel .people-carousel-item .carousel-img img {
  display: block;
  margin: 0 auto;
}
.people-carousel .testimonial-title {
  font-size: 1.7rem;
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  position: relative;
}
.people-carousel .testimonial-title i {
  position: absolute;
  top: -25px;
  right: 0;
  color: #8c8cf9;
}
.people-carousel .testimonial-content p {
  padding-bottom: 10px;
}
.people-carousel .customer-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.people-carousel .customer-info .customer-avatar img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #ededed;
}
.people-carousel .customer-info .customer-block {
  margin: 0 10px;
  position: relative;
}
.people-carousel .customer-info .customer-block .name {
  font-family: "Nexa Light", sans-serif;
  font-weight: 600;
  color: #444f60;
}
.people-carousel .customer-info .customer-block .position {
  font-size: 90%;
  color: #a9abac;
}
.people-carousel .customer-info .company-logo {
  max-width: 100px !important;
  margin-left: auto;
}
.people-carousel .mobile-spacer {
  padding-bottom: 80px;
}
.people-carousel .slick-dots {
  bottom: 40px;
  right: 18%;
  width: auto;
}

@media (max-width: 767px) {
  .people-carousel .content-column {
    width: 100% !important;
  }
  .people-carousel .testimonial-title {
    font-size: 1.4rem;
  }
  .people-carousel .slick-dots {
    left: 0 !important;
    right: 0 !important;
  }
}
/* ==========================================================================
2. Testimonials Basic Carousel
========================================================================== */
.testimonials.is-wavy .testimonial-name h3 {
  font-family: "Nexa Bold", sans-serif;
}

@media (max-width: 768px) {
  .testimonials.is-wavy .testimonial-item {
    margin: 40px 15px !important;
  }
  .testimonials.is-wavy .testimonial-item .testimonial-content p {
    padding: 20px !important;
  }
}
/* ==========================================================================
3. Colorful Testimonials
========================================================================== */
.testimonials-wrapper .testimonial .fa-quote-left {
  font-size: 1.3rem;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  background: #8c8cf9;
  position: relative;
  left: 19px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.testimonials-wrapper .testimonial .testimonial-title {
  margin: 0 0 20px 22px;
  font-weight: normal;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.testimonials-wrapper .testimonial .testimonial-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: none;
}
.testimonials-wrapper .testimonial .testimonial-quote footer::before {
  content: "";
}
.testimonials-wrapper .testimonial .testimonial-text {
  display: flex;
  align-items: center;
  min-height: 200px;
  max-width: 500px;
  padding: 30px 70px 30px 30px;
  font-size: 16px;
  line-height: 1.55;
  color: #888;
  background: #fff;
  border-radius: 0 30px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.testimonials-wrapper .testimonial .testimonial-meta {
  display: flex;
  align-items: center;
}
.testimonials-wrapper .testimonial .testimonial-img {
  position: relative;
  left: -40px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.testimonials-wrapper .testimonial .testimonial-author {
  font-family: "Nexa Bold", sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
}
.testimonials-wrapper .testimonial .testimonial-position {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.testimonials-wrapper .slick-dots .slick-active button::before {
  color: #fff !important;
}
@media (min-width: 768px) {
  .testimonials-wrapper .testimonial-img {
    min-width: 116px;
    width: 116px;
    height: 116px;
    border-width: 3px;
  }
  .testimonials-wrapper .testimonial-text {
    max-width: 70%;
    padding: 50px 22px;
    padding-right: 90px;
    border-radius: 0 50px;
  }
}
@media (max-width: 768px) {
  .testimonials-wrapper .testimonial-text {
    margin-bottom: 20px;
    padding: 20px !important;
  }
  .testimonials-wrapper .testimonial-img {
    min-width: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 767px) {
  .testimonials-wrapper .testimonials-wrapper .slick-slide {
    height: 340px;
    min-height: 340px;
  }
  .testimonials-wrapper .testimonial-quote {
    flex-wrap: wrap;
  }
  .testimonials-wrapper .fa-quote-left {
    top: 20px;
    left: 0 !important;
  }
  .testimonials-wrapper .testimonial-img {
    top: -40px;
    left: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .testimonials-wrapper .fa-quote-left {
    top: -10px !important;
    left: 12px !important;
  }
  .testimonials-wrapper .testimonial-img {
    top: -10px !important;
    left: -26px !important;
  }
}
.testimonials-wrapper .slick-slide {
  height: 260px;
  min-height: 260px;
}

/* ==========================================================================
4. CSS Carousel
========================================================================== */
.testimonials-cover {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.testimonials-cover.is-active {
  opacity: 1;
}

.css-carousel {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4rem;
  height: 300px;
  max-width: 750px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.css-carousel h2 {
  margin: 0;
  margin-top: -1.7em;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #bbbbbb;
}
.css-carousel .slides {
  width: 400%;
  left: 0;
  padding-left: 0;
  padding-top: 1em;
  overflow: hidden;
  list-style: none;
  position: relative;
  transition: transform 0.5s;
}
.css-carousel .slides li {
  width: 25%;
  position: relative;
  float: left;
}
.css-carousel .slides li p {
  margin-top: 0;
}
.css-carousel .slides li q {
  max-width: 90%;
  margin: auto;
  color: #666666;
  font-size: 1.3em;
  font-weight: bold;
}
.css-carousel .slides li img {
  width: 3em;
  border-radius: 50%;
  margin-left: -1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.css-carousel .slides li .author {
  margin-top: 20px;
  font-size: 1rem;
  color: #777777;
  display: block;
  font-weight: 500;
}
.css-carousel .slides li .text {
  display: block;
  color: #999;
}
.css-carousel .carousel-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  bottom: 1em;
  position: absolute;
  width: 104px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.css-carousel .carousel-dots label {
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: solid 2px #8c8cf9;
  font-size: 0;
}
.css-carousel .carousel-dots label:hover {
  cursor: pointer;
}
.css-carousel input {
  display: none;
}
.css-carousel #radio-1:checked ~ .slides {
  transform: translateX(0%);
}
.css-carousel #radio-2:checked ~ .slides {
  transform: translateX(-25%);
}
.css-carousel #radio-3:checked ~ .slides {
  transform: translateX(-50%);
}
.css-carousel #radio-4:checked ~ .slides {
  transform: translateX(-75%);
}
.css-carousel #radio-1:checked ~ .carousel-dots label#dotForRadio-1,
.css-carousel #radio-2:checked ~ .carousel-dots label#dotForRadio-2,
.css-carousel #radio-3:checked ~ .carousel-dots label#dotForRadio-3,
.css-carousel #radio-4:checked ~ .carousel-dots label#dotForRadio-4 {
  background: #8c8cf9;
}

@media (max-width: 796px) {
  .css-carousel {
    height: 8.5em;
  }
}
@media (max-width: 480px) {
  .css-carousel li p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .css-carousel li q {
    font-size: 1em;
  }
  .css-carousel li img {
    width: 2em;
    margin-left: -1em;
    margin-right: 0.25em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .css-carousel {
    padding: 4rem 2rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .css-carousel {
    padding: 10px;
    min-height: 260px;
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .css-carousel {
    padding: 10px;
    min-height: 200px;
    opacity: 0.9;
  }
}
/* ==========================================================================
5. Corporate testimonials
========================================================================== */
.carousel-wrap {
  padding: 40px 0;
  max-width: 840px;
  margin: 0 auto;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item {
  padding: 40px;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  border-radius: 6px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 175px;
  margin: 0 auto;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img {
  display: block;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.avatar {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  z-index: 1;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots {
  position: absolute;
  width: 100%;
  max-width: 90px;
  z-index: 0;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots.is-top {
  top: 0;
  left: 0;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots.is-bottom {
  bottom: 0;
  right: 0;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info {
  text-align: center;
  padding: 16px 0;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info h3 {
  font-family: "Nexa Bold";
  font-size: 1.2rem;
  color: #444f60;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info p {
  color: #999;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
  padding: 0 40px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .company-logo {
  display: block;
  width: 100%;
  max-width: 100px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .text-content {
  color: rgb(99.7195121951, 115.8506097561, 140.7804878049);
  margin-bottom: 10px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #8c8cf9;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more span {
  display: block;
  margin-right: 4px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more i {
  position: relative;
  top: 1px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics {
  display: flex;
  padding-top: 16px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span {
  display: block;
  line-height: 1.2;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span:first-child {
  font-weight: 600;
  color: #444f60;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span:nth-child(2) {
  color: rgb(99.7195121951, 115.8506097561, 140.7804878049);
}
.carousel-wrap .slick-custom {
  position: absolute;
  top: 41%;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  color: #444f60;
  transition: all 0.3s;
  z-index: 999;
}
.carousel-wrap .slick-custom i {
  position: relative;
  font-size: 12px;
}
.carousel-wrap .slick-custom:hover {
  border-color: rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.carousel-wrap .slick-custom.is-prev {
  left: -60px;
}
.carousel-wrap .slick-custom.is-prev i {
  right: 2px;
}
.carousel-wrap .slick-custom.is-next {
  right: -60px;
}
.carousel-wrap .slick-custom.is-next i {
  left: 2px;
}
.carousel-wrap .carousel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
  padding: 30px 0;
}
.carousel-wrap .carousel-footer > div {
  width: 50%;
  padding: 0 20px;
}
.carousel-wrap .carousel-footer > div.rating-block {
  text-align: center;
  border-right: 1px solid rgb(226.8, 226.8, 226.8);
}
.carousel-wrap .carousel-footer > div.rating-block .stars i {
  font-size: 18px;
  color: #cecece;
}
.carousel-wrap .carousel-footer > div.rating-block p {
  color: #999;
}
.carousel-wrap .carousel-footer > div.support-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrap .carousel-footer > div.support-block i {
  font-size: 22px;
  color: #cecece;
}
.carousel-wrap .carousel-footer > div.support-block .meta {
  margin-left: 12px;
}
.carousel-wrap .carousel-footer > div.support-block .meta span {
  display: block;
  line-height: 1.2;
  color: #999;
}

@media (max-width: 767px) {
  .carousel-wrap .testimonials-solo-carousel .testimonial-item {
    flex-direction: column;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
    width: 100%;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
    padding: 0;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
    margin-bottom: 20px;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta {
    margin: 0;
    padding-top: 12px;
    text-align: center;
  }
}
/* ==========================================================================
6. Focus Testimonials Carousel
========================================================================== */
.carousel-wrapper {
  max-width: 760px;
  margin: 90px auto;
}
.carousel-wrapper .carousel .slick-slide {
  outline: none !important;
}
.carousel-wrapper .carousel .carousel-item {
  width: 100%;
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
  padding: 60px;
  margin: 20px;
}
.carousel-wrapper .carousel .carousel-item.slick-current .item-footer span {
  color: #fff !important;
}
.carousel-wrapper .carousel .carousel-item p {
  color: #999;
}
.carousel-wrapper .carousel .carousel-item .item-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.carousel-wrapper .carousel .carousel-item .item-footer img {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.carousel-wrapper .carousel .carousel-item .item-footer span {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  margin-left: 10px;
}

/* ==========================================================================
7. Customer Testimonials
========================================================================== */
.customer-testimonials-wrapper {
  position: relative;
}
.customer-testimonials-wrapper .customer-testimonials {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 0;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item {
  outline: none;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner {
  display: flex;
  align-items: center;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left {
  width: calc(50% - 120px);
  margin-left: 120px;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .rating {
  margin-bottom: 8px;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .rating i {
  font-size: 1.3rem;
  color: #ffc02e;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p {
  margin-bottom: 12px;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p i {
  color: #8c8cf9;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p .fa-quote-left {
  margin-right: 5px;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p .fa-quote-right {
  margin-left: 5px;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta {
  display: flex;
  align-items: center;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta img {
  display: block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta {
  margin-left: 12px;
  line-height: 1.2;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span {
  display: block;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span:first-child {
  color: #444f60;
  font-size: 1.1rem;
  font-weight: 500;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span:nth-child(2) {
  color: #999;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .right {
  width: 50%;
}
.customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .right img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 478px;
}

@media (max-width: 767px) {
  .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner {
    flex-direction: column;
  }
  .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta {
    text-align: left;
    justify-content: center;
  }
}
/* ==========================================================================
8. Characters Testimonials
========================================================================== */
.carousel-wrapper {
  max-width: 620px;
  margin: 90px auto;
}
.carousel-wrapper .carousel .slick-slide {
  outline: none !important;
}
.carousel-wrapper .carousel .carousel-item {
  width: 100%;
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
  padding: 60px;
  margin: 20px;
  transition: all 0.3s;
}
.carousel-wrapper .carousel .carousel-item.slick-current {
  background: #8c8cf9;
}
.carousel-wrapper .carousel .carousel-item.slick-current i,
.carousel-wrapper .carousel .carousel-item.slick-current p {
  color: #fcfcfc;
}
.carousel-wrapper .carousel .carousel-item.slick-current .item-footer .meta span {
  color: #fcfcfc !important;
}
.carousel-wrapper .carousel .carousel-item p {
  color: #999;
  transition: color 0.3s;
}
.carousel-wrapper .carousel .carousel-item i {
  transition: color 0.3s;
}
.carousel-wrapper .carousel .carousel-item .item-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.carousel-wrapper .carousel .carousel-item .item-footer img {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.carousel-wrapper .carousel .carousel-item .item-footer .meta {
  margin-left: 10px;
}
.carousel-wrapper .carousel .carousel-item .item-footer .meta span {
  display: block;
  transition: all 0.3s;
}
.carousel-wrapper .carousel .carousel-item .item-footer .meta span:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}
.carousel-wrapper .carousel .carousel-item .item-footer .meta span:nth-child(2) {
  font-size: 1rem;
  color: #8c8cf9;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .carousel-wrapper .carousel .carousel-item {
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Table features SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    1. Cryptocurrencies table
    2. Flex table
***/
/* ==========================================================================
1. Cryptocurrencies table
========================================================================== */
.currencies-table {
  border: 1px solid hsl(0, 0%, 86%);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  max-width: 940px;
  width: 100%;
  margin: 0 auto 40px auto;
  overflow: hidden;
  border-radius: 1rem;
}
.currencies-table .responsive-table {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.currencies-table .responsive-table tr:first-child {
  background: #fff !important;
}
.currencies-table .responsive-table tr:last-child {
  border-bottom: none;
}
.currencies-table .responsive-table th,
.currencies-table .responsive-table td {
  vertical-align: middle;
  border-color: hsl(0, 0%, 89%);
}
.currencies-table .responsive-table th {
  color: #444f60;
  font-weight: 600;
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.currencies-table .responsive-table td.light-cell {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.currencies-table .responsive-table td .currency-icon {
  height: 38px;
  width: 38px;
  min-width: 38px;
}
.currencies-table .responsive-table td .evolution {
  display: flex;
  align-items: center;
}
.currencies-table .responsive-table td .evolution.is-positive {
  color: #2eb289;
}
.currencies-table .responsive-table td .evolution.is-negative {
  color: #d70464;
}
.currencies-table .responsive-table td .evolution span {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-right: 8px;
}
.currencies-table .responsive-table td .evolution svg {
  height: 18px;
  width: 18px;
}

/* ==========================================================================
2. Flex table
========================================================================== */
.flex-table {
  margin-top: 20px;
}
.flex-table .flex-table-header {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.flex-table .flex-table-header span {
  font-family: "Nexa Bold", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.flex-table .flex-table-header span.product {
  width: 40%;
}
.flex-table .flex-table-header span.quantity {
  width: 15%;
  text-align: center;
}
.flex-table .flex-table-header span.price {
  width: 15%;
  text-align: center;
}
.flex-table .flex-table-header span.discount {
  width: 15%;
  text-align: center;
}
.flex-table .flex-table-header span.total {
  width: 15%;
  text-align: center;
}
.flex-table .flex-table-item {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(226.8, 226.8, 226.8);
  padding: 8px;
  margin-bottom: 6px;
}
.flex-table .flex-table-item.is-row {
  border: none;
  background: transparent;
}
.flex-table .flex-table-item .flex-table-cell {
  flex: 1 1 0px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.flex-table .flex-table-item .flex-table-cell.is-grow {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.cell-center {
  justify-content: center;
}
.flex-table .flex-table-item .flex-table-cell.cell-end {
  justify-content: flex-end;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown:hover .dropdown-trigger .button {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: rgb(231.9, 231.9, 231.9);
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button {
  min-width: 150px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: rgb(226.8, 226.8, 226.8);
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button svg {
  stroke: #98a9c3;
  stroke-width: 1.6px;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu {
  margin-top: 8px;
  width: 240px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item {
  display: flex;
  align-items: center;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart {
  display: block;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(229.35, 229.35, 229.35);
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta {
  margin-left: 0.75rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span {
  display: block;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span:first-child {
  font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span:nth-child(2) {
  font-size: 0.8rem;
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta {
  margin-left: 0.75rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span {
  display: block;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span:first-child {
  font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span:nth-child(2) {
  font-size: 0.8rem;
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.light-pushed > span {
  margin-left: 16px;
}
.flex-table .flex-table-item .flex-table-cell.is-bold > span {
  font-weight: 600;
}
.flex-table .flex-table-item .flex-table-cell.is-meta .meta span {
  display: block;
  font-family: "Roboto", sans-serif;
}
.flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
  font-size: 0.95rem;
  color: #444f60;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .inner-label {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier {
  display: flex;
  align-items: center;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier img {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier span {
  display: block;
  color: #98a9c3;
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.is-product {
  padding-left: 0;
}
.flex-table .flex-table-item .flex-table-cell.is-product.is-grow {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap {
  position: relative;
  height: 48px;
  width: 48px;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-image {
  display: block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #7f00ff;
  border: 2px solid #fff;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge svg {
  stroke: #fff;
  height: 8px;
  width: 8px;
  stroke-width: 3px;
}
.flex-table .flex-table-item .flex-table-cell.is-product > span {
  display: block;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.flex-table .flex-table-item .flex-table-cell.is-product .cell-image {
  display: block;
  width: 100%;
  max-width: 80px;
}
.flex-table .flex-table-item .flex-table-cell.is-product .cell-image.is-mini {
  max-width: 40px;
}
.flex-table .flex-table-item .flex-table-cell .badge,
.flex-table .flex-table-item .flex-table-cell .tag {
  margin-bottom: 0 !important;
}
.flex-table .flex-table-item .product {
  display: flex;
  align-items: center;
  width: 40%;
}
.flex-table .flex-table-item .product img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.flex-table .flex-table-item .product .product-name {
  display: block;
  margin-left: 12px;
  max-width: 360px;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #444f60;
}
.flex-table .flex-table-item .quantity span,
.flex-table .flex-table-item .price span {
  display: block;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #999;
}
.flex-table .flex-table-item .discount span,
.flex-table .flex-table-item .total span {
  display: block;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #444f60;
}
.flex-table .flex-table-item .quantity {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgb(226.8, 226.8, 226.8);
}
.flex-table .flex-table-item .price {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgb(226.8, 226.8, 226.8);
}
.flex-table .flex-table-item .price span:before {
  content: "$";
}
.flex-table .flex-table-item .discount {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgb(226.8, 226.8, 226.8);
}
.flex-table .flex-table-item .total {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgb(226.8, 226.8, 226.8);
}
.flex-table .flex-table-item .total span:before {
  content: "$";
}

@media (max-width: 767px) {
  .flex-table .flex-table-header {
    display: none;
  }
  .flex-table .flex-table-item {
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 16px;
  }
  .flex-table .flex-table-item .flex-table-cell {
    position: relative;
    margin: 8px 0;
  }
  .flex-table .flex-table-item .flex-table-cell:before {
    content: attr(data-th);
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #98a9c3;
  }
  .flex-table .flex-table-item .flex-table-cell.no-label-mobile:before {
    display: none !important;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end {
    justify-content: flex-start !important;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end .btn-group {
    margin-left: auto;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown {
    width: 100%;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger {
    width: 100%;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button {
    width: 100%;
  }
  .flex-table .flex-table-item .flex-table-cell.is-user span {
    font-size: 1.2rem;
  }
  .flex-table .flex-table-item .flex-table-cell.is-supplier .inner-label {
    display: none !important;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child:not(.tag) {
    display: none;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
    font-size: 1rem !important;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .tag {
    line-height: 2 !important;
    text-transform: capitalize !important;
  }
  .flex-table .flex-table-item .flex-table-cell > span,
  .flex-table .flex-table-item .flex-table-cell > .pushed-mobile {
    margin-left: auto;
  }
  .flex-table .flex-table-item:last-child {
    margin-bottom: 0;
  }
  .flex-table .flex-table-item > div {
    border: none !important;
  }
  .flex-table .product {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .flex-table .quantity,
  .flex-table .price,
  .flex-table .discount,
  .flex-table .total {
    position: relative;
    justify-content: flex-end !important;
    width: 100% !important;
    border: none;
  }
  .flex-table .quantity:before,
  .flex-table .price:before,
  .flex-table .discount:before,
  .flex-table .total:before {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    color: #999;
  }
  .flex-table .quantity:before {
    content: "Quantity";
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex-table .price:before {
    content: "Price";
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex-table .discount:before {
    content: "Discount";
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex-table .total:before {
    content: "Total";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Reusable sections CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
DEMO styles (DO NOT USE IN PRODUCTION)
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Hero
1. Subpage Hero
2. Titles
3. Sections
4. Boxed features
5. CTA block
6. Alternate section
7. Light medium footer (Demo)
8. Media Queries
9. Component pages layout and elements
10. Flex card demo styles
11. Code accordion
12. Demo Icons
13. Navbar styles switcher
14. Bulkit color cards
15. Toast messages
16. Grid system demo
17. Parallax
18. Tags
19. Footer
20. Code highlight
21. Demo media queries
=============================================================================
***/
/* ==========================================================================
0. Hero
========================================================================== */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#demo-canvas {
  position: absolute;
  bottom: 20%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero.rounded-hero {
  position: relative;
  z-index: 3;
}
.hero.rounded-hero.is-active .absolute-header {
  transform: translateY(0);
}
.hero.rounded-hero.is-active .absolute-header .header-inner .states {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hero.rounded-hero.is-active .hero-body .hero-mockup {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hero.rounded-hero .hero-body {
  position: relative;
  z-index: 1;
}
.hero.rounded-hero .hero-body .tag {
  max-height: 18px;
  font-weight: 500;
}
.hero.rounded-hero .hero-body .hero-mockup {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  border-radius: 12px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.hero.rounded-hero .hero-body .buttons {
  display: flex;
  justify-content: center;
}

.is-hero-title {
  z-index: 2;
}
.is-hero-title h1,
.is-hero-title h2 {
  color: #fff;
}

.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.absolute-header.is-landing-demo {
  background: #8c8cf9;
  background: linear-gradient(-45deg, #7f00ff, #8c8cf9, #8c8cf9, #7f00ff);
}
.absolute-header .header-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.absolute-header .header-inner .cut-circle {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}

/* ==========================================================================
1. Subpage Hero
========================================================================== */
.sub-hero {
  background: #f2f2fa;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content {
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
  position: absolute;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
  top: -20px;
  left: -16px;
  transform: rotate(124deg);
  height: 68px;
  width: 68px;
  border-radius: 12px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
  bottom: 20px;
  right: -16px;
  transform: rotate(194deg);
  height: 88px;
  width: 88px;
  border-radius: 16px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
  top: -90px;
  right: 35%;
  transform: rotate(234deg);
  height: 160px;
  width: 160px;
  border-radius: 26px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
  top: 50%;
  left: 15%;
  transform: rotate(32deg);
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background: rgb(110.9173553719, 110.9173553719, 247.4826446281);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
  top: 30%;
  left: 25%;
  transform: rotate(60deg);
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
  top: 28%;
  left: 32%;
  transform: rotate(120deg);
  height: 32px;
  width: 32px;
  border-radius: 6px;
  border: 2px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
  top: 24%;
  left: 27%;
  transform: rotate(60deg);
  height: 10px;
  width: 10px;
  border-radius: 3px;
  border: 1.4px solid rgb(217.5537190083, 217.5537190083, 253.0462809917);
}
.sub-hero .hero-body.is-narrow {
  padding-top: 20px;
}
.sub-hero .sub-hero-container {
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #8c8cf9;
}
.sub-hero .sub-hero-container .sub-hero-content {
  text-align: center;
  width: 100%;
  padding: 4rem;
  border-radius: 12px;
}
.sub-hero .sub-hero-container .sub-hero-content h1,
.sub-hero .sub-hero-container .sub-hero-content h3 {
  position: relative;
  z-index: 10;
}
.sub-hero .sub-hero-container .sub-hero-search {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner {
  display: flex;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
  flex-grow: 2;
  margin-right: 12px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control:first-child {
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
  border: none;
  min-height: 46px;
  max-height: 46px;
  padding-left: 46px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
  height: 46px;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
  font-size: 18px;
  transition: color 0.3s;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
  min-height: 46px;
  max-height: 46px;
  min-width: 120px;
  font-weight: 600;
}

/* ==========================================================================
2. Titles
========================================================================== */
.title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}
.title.is-bigger {
  font-size: 4rem;
}
.title.is-medium {
  font-size: 4rem;
}
.title.is-light {
  color: #fff;
}

.subtitle.is-light {
  color: #fff;
}

/* ==========================================================================
3. Sections
========================================================================== */
.section {
  position: relative;
}
.section .section-title h2 {
  margin-bottom: 6px;
}
.section .section-title h4 {
  color: #999;
  font-size: 1.4rem;
}
.section .section-feature-description {
  font-size: 1.2rem;
}

.has-background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.has-background-image.is-contain {
  background-size: contain;
  background-repeat: repeat;
}

/* ==========================================================================
4. Boxed features
========================================================================== */
.stacks {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin: 0 auto;
  padding: 16px 0 30px 0;
}
.stacks .stack {
  height: 54px;
  width: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.stacks .stack img {
  display: block;
  height: 40px;
  width: 40px;
}

.boxed-features {
  padding: 40px 0;
}
.boxed-features .flex-card, .boxed-features .network-grid .network-card, .network-grid .boxed-features .network-card, .boxed-features .project-card, .boxed-features .profile-card, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
  width: 25%;
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
  text-align: center;
  padding: 24px 16px;
}
.boxed-features .flex-card .flex-cell.is-bordered, .boxed-features .network-grid .network-card .flex-cell.is-bordered, .network-grid .boxed-features .network-card .flex-cell.is-bordered, .boxed-features .project-card .flex-cell.is-bordered, .boxed-features .profile-card .flex-cell.is-bordered, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.is-bordered, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.is-bordered {
  border-bottom: 1px solid rgb(229.35, 229.35, 229.35);
}
.boxed-features .flex-card .flex-cell.no-border-edge, .boxed-features .network-grid .network-card .flex-cell.no-border-edge, .network-grid .boxed-features .network-card .flex-cell.no-border-edge, .boxed-features .project-card .flex-cell.no-border-edge, .boxed-features .profile-card .flex-cell.no-border-edge, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.no-border-edge, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.no-border-edge {
  border-right: none;
}
.boxed-features .flex-card .flex-cell i, .boxed-features .network-grid .network-card .flex-cell i, .network-grid .boxed-features .network-card .flex-cell i, .boxed-features .project-card .flex-cell i, .boxed-features .profile-card .flex-cell i, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell i, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell i {
  font-size: 2.2rem;
  color: #8c8cf9;
}
.boxed-features .flex-card .flex-cell h3, .boxed-features .network-grid .network-card .flex-cell h3, .network-grid .boxed-features .network-card .flex-cell h3, .boxed-features .project-card .flex-cell h3, .boxed-features .profile-card .flex-cell h3, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell h3, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell h3 {
  font-weight: 500;
  color: #444f60;
}
.boxed-features .flex-card .flex-cell p, .boxed-features .network-grid .network-card .flex-cell p, .network-grid .boxed-features .network-card .flex-cell p, .boxed-features .project-card .flex-cell p, .boxed-features .profile-card .flex-cell p, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell p, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell p {
  font-size: 0.95rem;
  color: #999;
  max-width: 200px;
  margin: 0 auto;
}

.demo-section {
  margin-bottom: 100px;
}
.demo-section .demo-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.demo-section .demo-section-title img {
  display: block;
  width: 100%;
  max-width: 100px;
}
.demo-section .demo-section-title .title-meta {
  margin-left: 12px;
  line-height: 1.2;
}
.demo-section .demo-section-title .title-meta h3 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #444f60;
}
.demo-section .demo-section-title .title-meta p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

.demo-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.demo-wrapper:hover .circle-overlay {
  transform: scale(35);
}
.demo-wrapper:hover .demo-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.demo-wrapper:hover .demo-link {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.demo-wrapper .new-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: red;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 6px 16px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 0.8rem;
  z-index: 8;
}
.demo-wrapper img {
  border-radius: 10px;
  display: block;
}
.demo-wrapper .circle-overlay {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7f00ff;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 1;
}
.demo-wrapper .demo-info {
  position: absolute;
  margin: 0 auto;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo-wrapper .demo-title {
  color: #fff;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.demo-wrapper .demo-link {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.demo-wrapper .demo-link a {
  color: #fff;
  font-size: 1rem;
}
.demo-wrapper .demo-link a i {
  position: relative;
  top: 8px;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.demo-wrapper .demo-link a:hover i {
  opacity: 1;
  transform: translateX(10px);
}

/* ==========================================================================
5. CTA block
========================================================================== */
.cta-block {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
}
.cta-block.no-border {
  padding-bottom: 2rem;
  border-bottom: none;
}
.cta-block.is-box {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ededed;
  justify-content: space-between;
}
.cta-block .head-text h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  color: #444f60;
}
.cta-block .head-text p {
  font-size: 1.1rem;
  color: #999;
}
.cta-block .head-action .buttons .button.action-button {
  height: 36px;
  min-width: 140px;
}
.cta-block .head-action .buttons .button.chat-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #8c8cf9;
  font-weight: 500;
}
.cta-block .head-action .buttons .button.chat-button.is-secondary {
  color: #7f00ff;
}

.component-box {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.component-box:hover {
  transform: translateY(-5px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #7f00ff;
}
.component-box:hover .component img {
  filter: grayscale(0);
  opacity: 1;
}
.component-box:hover .component-title {
  color: #444f60;
}
.component-box .component {
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-box .component img {
  display: block;
  filter: grayscale(1);
  opacity: 0.6;
  max-height: 60px;
  transition: all 0.3s;
}
.component-box .component-title {
  font-size: 1.1rem;
  padding-top: 6px;
  color: #999;
  transition: color 0.3s;
}

/* ==========================================================================
6. Alternate section
========================================================================== */
.section-focus {
  background: #f2f2fa;
}

/* ==========================================================================
7. Light medium footer
========================================================================== */
.footer-light-medium-demo {
  padding-bottom: 0 !important;
  padding-top: 4rem !important;
  background: #fafafa;
}
.footer-light-medium-demo .footer-head {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
}
.footer-light-medium-demo .footer-head .head-text h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  color: #444f60;
}
.footer-light-medium-demo .footer-head .head-text p {
  font-size: 1.1rem;
  color: #999;
}
.footer-light-medium-demo .footer-head .head-action .buttons .button.action-button {
  height: 36px;
  min-width: 140px;
}
.footer-light-medium-demo .footer-head .head-action .buttons .button.chat-button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #8c8cf9;
  font-weight: 500;
}
.footer-light-medium-demo .footer-body {
  padding-top: 3rem;
}
.footer-light-medium-demo .footer-body .footer-column {
  padding-top: 20px;
}
.footer-light-medium-demo .footer-body .footer-column .column-header {
  font-family: "Nexa Light", sans-serif;
  text-transform: uppercase;
  color: #444f60;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0;
}
.footer-light-medium-demo .footer-body .footer-column .column-item {
  padding-bottom: 10px;
}
.footer-light-medium-demo .footer-body .footer-column .column-item a {
  color: #a9abac;
}
.footer-light-medium-demo .footer-body .footer-column .column-item a:hover {
  color: #8c8cf9;
}
.footer-light-medium-demo .footer-body .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-light-medium-demo .footer-body .social-links a {
  color: #a9abac;
  margin: 0 5px;
}
.footer-light-medium-demo .footer-body .social-links a:hover {
  color: #8c8cf9;
}
.footer-light-medium-demo .footer-body .footer-description {
  color: #a9abac;
}
.footer-light-medium-demo .footer-body .moto {
  color: #999;
}
.footer-light-medium-demo .footer-body .small-footer-logo {
  height: 24px;
}
.footer-light-medium-demo .footer-copyright {
  color: #999;
  padding: 4rem 0 2rem 0;
}
.footer-light-medium-demo .footer-copyright a {
  color: #999;
}
.footer-light-medium-demo .footer-copyright a:hover {
  color: #8c8cf9;
}

@media (max-width: 767px) {
  .footer-light-medium-demo .footer-head {
    flex-direction: column;
    text-align: center;
  }
  .footer-light-medium-demo .footer-head .head-text {
    padding-bottom: 20px;
  }
}
/* ==========================================================================
8. Dark Violet footer
========================================================================== */
.footer-dark-violet {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
  background: #2f0751;
}
.footer-dark-violet .footer-body .title {
  color: #fff;
}
.footer-dark-violet .footer-body .subtitle {
  color: #fff;
}
.footer-dark-violet .footer-body .button.button-cta {
  padding: 17px 38px !important;
}
.footer-dark-violet .footer-body .button.button-cta.white-btn {
  color: #2f0751;
}
.footer-dark-violet .footer-body .button.button-cta.btn-outlined {
  color: #fff;
}
.footer-dark-violet .footer-body .footer-column {
  padding-top: 20px;
}
.footer-dark-violet .footer-body .footer-column .column-item {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
.footer-dark-violet .footer-body .footer-column .column-item a {
  color: #fff;
}
.footer-dark-violet .footer-body .footer-column .column-item a:hover {
  color: #ffa0cc;
}
.footer-dark-violet .footer-body .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-dark-violet .footer-body .social-links a {
  color: #fff;
  margin: 0 6px;
}
.footer-dark-violet .footer-body .social-links a:hover {
  color: #ffa0cc;
}
.footer-dark-violet .footer-body .footer-description {
  color: #fff;
}
.footer-dark-violet .footer-body .moto {
  color: #fff;
}
.footer-dark-violet .footer-body .small-footer-logo {
  height: 24px;
}
.footer-dark-violet .footer-copyright {
  color: #fff;
  padding: 4rem 0 1rem 0;
  border-bottom: 1px solid #63457d;
}
.footer-dark-violet .footer-copyright .button.button-cta {
  padding: 17px 38px !important;
}
.footer-dark-violet .footer-copyright .button.button-cta.white-btn {
  color: #2f0751;
}
.footer-dark-violet .footer-copyright a {
  color: #fff;
}
.footer-dark-violet .footer-copyright a:hover {
  color: #fff;
}
.footer-dark-violet .footer-logos {
  margin-top: 3rem;
}
.footer-dark-violet .footer-logos a {
  color: #fff;
}
.footer-dark-violet .footer-logos a:hover {
  color: #ffa0cc;
}

/* ==========================================================================
11. Media Queries
========================================================================== */
@media (max-width: 767px) {
  .main-hero .title.is-bigger {
    font-size: 3rem !important;
  }
  .rounded-hero {
    min-height: 75vh !important;
    max-height: 75vh;
  }
  .rounded-hero .absolute-header {
    height: 500px;
  }
  .rounded-hero .hero-body .hero-mockup {
    max-width: 340px !important;
  }
  .sub-hero .sub-hero-container {
    flex-direction: column;
  }
  .sub-hero .sub-hero-container .sub-hero-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .sub-hero .sub-hero-container .sub-hero-content .square.square-3, .sub-hero .sub-hero-container .sub-hero-content .square.square-5, .sub-hero .sub-hero-container .sub-hero-content .square.square-6, .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
    display: none;
  }
  .sub-hero .sub-hero-container .sub-hero-search {
    position: relative;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner {
    flex-direction: column;
  }
  .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgb(229.35, 229.35, 229.35);
  }
  .boxed-features .flex-card .flex-cell:last-child, .boxed-features .network-grid .network-card .flex-cell:last-child, .network-grid .boxed-features .network-card .flex-cell:last-child, .boxed-features .project-card .flex-cell:last-child, .boxed-features .profile-card .flex-cell:last-child, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell:last-child, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell:last-child {
    border-bottom: none;
  }
  .cta-block {
    flex-direction: column;
    text-align: center;
  }
  .cta-block .head-text {
    padding-bottom: 20px;
  }
  .app-wrapper .mockup-wrapper {
    padding: 10px;
    margin-top: 30px;
  }
  .app-wrapper .app-features .app-feature h3 {
    margin-left: 0;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item {
    flex-direction: column;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
    width: 100%;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
    padding: 0;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
    margin-bottom: 20px;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta {
    margin: 0;
    padding-top: 12px;
    text-align: center;
  }
  .grid-clients.three-grid .columns {
    display: flex;
  }
  .job-results-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .job-results-wrapper .job-results-section h3 {
    text-align: center;
  }
  .job-results-wrapper .job-results-section .result-list .result-list-item {
    flex-direction: column;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .job-results-wrapper .job-results-section .result-list .result-list-item .end {
    margin: 10px auto 0 auto;
  }
  .footer-light-medium-demo .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-dark-violet .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-dark-violet .footer-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-dark-violet .footer-logos img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .main-hero .is-hero-title {
    text-align: center !important;
  }
  .main-hero .is-hero-title .buttons {
    justify-content: center;
  }
  .rounded-hero {
    min-height: 75vh !important;
  }
  .rounded-hero .hero-body .hero-mockup {
    max-width: 610px !important;
  }
  .section .featured-image {
    max-width: 540px !important;
    margin: 0 auto;
  }
  .section .section-title.is-demo,
  .section .section-feature-description {
    max-width: 460px !important;
    margin: 0 auto !important;
  }
  .presentation-tools {
    display: flex;
  }
  .presentation-tools .content-flex {
    flex-direction: column;
    text-align: center;
  }
  .presentation-tools .content-flex > div:nth-child(2) {
    margin-left: 0 !important;
    text-align: center !important;
  }
  .grid-clients.three-grid .columns {
    display: flex;
  }
  .stories {
    display: flex;
  }
  .stories .column {
    min-width: 50%;
  }
  .is-centered-tablet-portrait {
    text-align: center;
  }
  .is-centered-tablet-portrait img {
    max-width: 380px;
    margin: 0 auto 30px auto;
    display: block;
  }
  .is-centered-tablet-portrait p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .is-flex-portrait {
    display: flex;
  }
  .footer-light-medium-demo .footer-head,
  .footer-light-medium-demo .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==========================================================================
9. Component pages layout and elements
========================================================================== */
.components-title,
.handwritten-title,
.handwritten-text {
  font-family: "Nexa Bold", cursive;
}
.components-title.is-cta,
.handwritten-title.is-cta,
.handwritten-text.is-cta {
  font-size: 3.4rem !important;
}

.components-title {
  margin-bottom: 0 !important;
}

.components-subtitle {
  margin-bottom: 0 !important;
  padding: 20px 0;
  font-family: "Nexa Light", sans-serif;
}

.info-block {
  position: relative;
  background: #fff;
  padding: 30px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 8px;
  margin: 0 auto 30px auto;
  max-width: 480px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.info-block .tag {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
}
.info-block .tag.is-secondary {
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.info-block .tag.is-success {
  box-shadow: 0 14px 26px -12px rgba(46, 178, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(46, 178, 137, 0.2) !important;
}
.info-block h4 {
  font-size: 1.4rem;
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
}
.info-block p {
  padding: 10px 0;
}

.component-block {
  max-width: 480px;
  margin: 0 auto;
}
.component-block.is-large {
  max-width: 640px;
}

.spacer-40 {
  margin-bottom: 40px;
}

.hero-heading {
  font-size: 3rem !important;
  font-family: Open Sans, sans-serif !important;
}
.hero-heading + h2 {
  padding: 0;
  margin-bottom: 0 !important;
}

.section-title.is-demo {
  font-weight: 700;
  font-size: 2rem !important;
}

.vivus-svg {
  max-height: 450px;
  width: 450px;
}

.feature-icon {
  height: 140px !important;
}

.feature-icon-md {
  height: 110px !important;
}

.feature-icon-sm {
  height: 90px !important;
}

.feature-description {
  font-size: 1.2rem;
  color: #a9abac;
}
.feature-description span {
  display: block;
}
.feature-description span.feature-key {
  font-size: 1.2rem;
  font-weight: 600;
  color: #7f00ff;
  font-family: "Nexa Light", sans-serif;
}

.highlight {
  padding: 1.4rem;
  overflow: auto;
  background: #444f60;
  border-radius: 4px;
}

.highlight::-webkit-scrollbar {
  width: 10px;
}

.highlight::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

code.hljs span {
  font-family: Inconsolata, monospace !important;
}

@media (max-width: 767px) {
  .components-title,
  .components-subtitle,
  .components-cta {
    text-align: center !important;
  }
}
/* ==========================================================================
10. Flex card demo styles
========================================================================== */
.flex-card.is-active .name, .network-grid .is-active.network-card .name, .is-active.project-card .name, .is-active.profile-card .name, .carousel-wrap .testimonials-solo-carousel .is-active.testimonial-item .name {
  color: #8c8cf9 !important;
}
.flex-card .card-avatar img, .network-grid .network-card .card-avatar img, .project-card .card-avatar img, .profile-card .card-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-avatar img {
  width: 45px;
  border-radius: 100px;
}
.flex-card .card-name, .network-grid .network-card .card-name, .project-card .card-name, .profile-card .card-name, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name {
  margin-left: 15px;
}
.flex-card .card-name .name, .network-grid .network-card .card-name .name, .project-card .card-name .name, .profile-card .card-name .name, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .name {
  color: #444f60;
}
.flex-card .card-name .position, .network-grid .network-card .card-name .position, .project-card .card-name .position, .profile-card .card-name .position, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .position {
  font-size: 0.9rem;
  color: #a9abac;
}
.flex-card .card-select i, .network-grid .network-card .card-select i, .project-card .card-select i, .profile-card .card-select i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i {
  color: #cecece;
  border: 2px dashed #cecece;
  border-radius: 100px;
  padding: 6px;
  font-size: 20px;
  transition: all 0.5s;
}
.flex-card .card-select i:hover, .network-grid .network-card .card-select i:hover, .project-card .card-select i:hover, .profile-card .card-select i:hover, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i:hover, .flex-card .card-select i.is-active, .network-grid .network-card .card-select i.is-active, .project-card .card-select i.is-active, .profile-card .card-select i.is-active, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i.is-active {
  color: #8c8cf9;
  border: 2px solid #8c8cf9;
}
.flex-card .title-bold, .network-grid .network-card .title-bold, .project-card .title-bold, .profile-card .title-bold, .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-bold {
  font-family: "Nexa Bold", sans-serif;
}
.flex-card .title-light, .network-grid .network-card .title-light, .project-card .title-light, .profile-card .title-light, .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-light {
  font-family: "Nexa Light", sans-serif;
}

.feature-card {
  padding: 20px !important;
}
.feature-card img {
  margin: 0 !important;
}

/* ==========================================================================
11. Code accordion
========================================================================== */
.accordion-wrapper .toggle-wrap {
  border-bottom: 1px solid #e0e0e0;
}
.accordion-wrapper .toggle-wrap .trigger a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 26px;
  outline: none;
  color: #444f60;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: background-color 0.2s, color 0.2s;
  padding: 16px 27px;
  margin: -1px 0 0 0;
}
.accordion-wrapper .toggle-wrap .trigger a i {
  padding-right: 6px;
  margin: 0 4px 0 0;
  transition: all 0.3s;
}
.accordion-wrapper .toggle-wrap .trigger a .im-icon-Add {
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 24px;
  transform: translate3d(0, -50%, 0) rotate(0);
  transition: 0.2s;
}
.accordion-wrapper .toggle-wrap .trigger a .im-icon-Coding {
  position: relative;
  top: 7px;
}
.accordion-wrapper .toggle-wrap .trigger a {
  text-transform: none;
  border: none;
  margin: 0;
  padding: 15px 0;
  text-transform: none;
  font-size: 11px;
  font-weight: 500;
  background-color: transparent;
  color: #ad5cff;
  padding-right: 60px;
  font-weight: 400;
}
.accordion-wrapper .toggle-wrap .trigger.active .im-icon-Add {
  margin-top: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  color: #ad5cff;
}
.accordion-wrapper .toggle-wrap .toggle-container {
  border: none;
}

/* ==========================================================================
12. Demo Icons
========================================================================== */
.demo-im-block:hover {
  background: #eff4f7;
}
.demo-im-block:hover .demo-im i {
  transform: scale(1.1);
  color: #ad5cff;
}
.demo-im-block .demo-im i {
  font-size: 2.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  transition: all 0.4s;
}
.demo-im-block .im-code {
  font-size: 1rem;
}
.demo-im-block .im-code code {
  color: #878787;
}

.demo-fa-block {
  padding: 10px 5px;
}
.demo-fa-block:hover {
  background: #eff4f7;
}
.demo-fa-block:hover .demo-fa i {
  transform: scale(1.1);
  color: #ad5cff;
}
.demo-fa-block .demo-fa i {
  font-size: 1.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  transition: all 0.4s;
}
.demo-fa-block .fa-embed-code {
  font-size: 1rem;
}
.demo-fa-block .fa-embed-code code {
  color: #878787;
}

.demo-sl-block {
  padding: 10px 5px;
}
.demo-sl-block:hover {
  background: #eff4f7;
}
.demo-sl-block:hover .demo-sl i {
  transform: scale(1.1);
  color: #ad5cff;
}
.demo-sl-block .demo-sl i {
  font-size: 1.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  transition: all 0.4s;
}
.demo-sl-block .sl-embed-code {
  font-size: 1rem;
}
.demo-sl-block .sl-embed-code code {
  color: #878787;
}

/* ==========================================================================
13. Navbar styles switcher
========================================================================== */
.nav-switch {
  padding: 20px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: rgb(61.4714285714, 78.0214285714, 104.0285714286);
  border: 1px solid #ededed;
  border-radius: 4px;
  min-width: 220px;
}
.nav-switch .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-switch .panel-title h3 {
  text-transform: uppercase;
  color: #fff;
}
.nav-switch .panel-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.nav-switch .panel-body .color-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ededed;
  margin-top: 10px;
  cursor: pointer;
}
.nav-switch .panel-body .color-dot.is-white {
  background: #fff;
}
.nav-switch .panel-body .color-dot.is-blue {
  background: #2e9be5;
}
.nav-switch .panel-body .color-dot.is-purple {
  background: #7f00ff;
}
.nav-switch .panel-body .color-dot.is-red {
  background: #f92b60;
}
.nav-switch .panel-body .color-dot.is-reverse {
  background: #344258;
}

/* ==========================================================================
14. Bulkit color cards
========================================================================== */
.flex-card.color-card .color-item, .network-grid .color-card.network-card .color-item, .color-card.project-card .color-item, .color-card.profile-card .color-item, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item {
  display: flex;
  align-items: center;
}
.flex-card.color-card .color-item .color-spot, .network-grid .color-card.network-card .color-item .color-spot, .color-card.project-card .color-item .color-spot, .color-card.profile-card .color-item .color-spot, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot {
  display: block;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #ededed;
  border-radius: 100px;
}
.flex-card.color-card .color-item .color-spot.is-white, .network-grid .color-card.network-card .color-item .color-spot.is-white, .color-card.project-card .color-item .color-spot.is-white, .color-card.profile-card .color-item .color-spot.is-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-white {
  background: #fff;
}
.flex-card.color-card .color-item .color-spot.is-smoke-white, .network-grid .color-card.network-card .color-item .color-spot.is-smoke-white, .color-card.project-card .color-item .color-spot.is-smoke-white, .color-card.profile-card .color-item .color-spot.is-smoke-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-smoke-white {
  background: #fcfcfc;
}
.flex-card.color-card .color-item .color-spot.is-grey-white, .network-grid .color-card.network-card .color-item .color-spot.is-grey-white, .color-card.project-card .color-item .color-spot.is-grey-white, .color-card.profile-card .color-item .color-spot.is-grey-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-white {
  background: #f2f2f2;
}
.flex-card.color-card .color-item .color-spot.is-grey-white-accent, .network-grid .color-card.network-card .color-item .color-spot.is-grey-white-accent, .color-card.project-card .color-item .color-spot.is-grey-white-accent, .color-card.profile-card .color-item .color-spot.is-grey-white-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-white-accent {
  background: #e2e2e2;
}
.flex-card.color-card .color-item .color-spot.is-light-grey, .network-grid .color-card.network-card .color-item .color-spot.is-light-grey, .color-card.project-card .color-item .color-spot.is-light-grey, .color-card.profile-card .color-item .color-spot.is-light-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-light-grey {
  background: #eff4f7;
}
.flex-card.color-card .color-item .color-spot.is-ultra-light-grey, .network-grid .color-card.network-card .color-item .color-spot.is-ultra-light-grey, .color-card.project-card .color-item .color-spot.is-ultra-light-grey, .color-card.profile-card .color-item .color-spot.is-ultra-light-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-ultra-light-grey {
  background: #f7fcff;
}
.flex-card.color-card .color-item .color-spot.is-title-grey, .network-grid .color-card.network-card .color-item .color-spot.is-title-grey, .color-card.project-card .color-item .color-spot.is-title-grey, .color-card.profile-card .color-item .color-spot.is-title-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-title-grey {
  background: #a9abac;
}
.flex-card.color-card .color-item .color-spot.is-blue-grey, .network-grid .color-card.network-card .color-item .color-spot.is-blue-grey, .color-card.project-card .color-item .color-spot.is-blue-grey, .color-card.profile-card .color-item .color-spot.is-blue-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-blue-grey {
  background: #444f60;
}
.flex-card.color-card .color-item .color-spot.is-light-blue-grey, .network-grid .color-card.network-card .color-item .color-spot.is-light-blue-grey, .color-card.project-card .color-item .color-spot.is-light-blue-grey, .color-card.profile-card .color-item .color-spot.is-light-blue-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-light-blue-grey {
  background: #98a9c3;
}
.flex-card.color-card .color-item .color-spot.is-medium-grey, .network-grid .color-card.network-card .color-item .color-spot.is-medium-grey, .color-card.project-card .color-item .color-spot.is-medium-grey, .color-card.profile-card .color-item .color-spot.is-medium-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-medium-grey {
  background: #66676b;
}
.flex-card.color-card .color-item .color-spot.is-basaltic-grey, .network-grid .color-card.network-card .color-item .color-spot.is-basaltic-grey, .color-card.project-card .color-item .color-spot.is-basaltic-grey, .color-card.profile-card .color-item .color-spot.is-basaltic-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-basaltic-grey {
  background: #878787;
}
.flex-card.color-card .color-item .color-spot.is-muted-grey, .network-grid .color-card.network-card .color-item .color-spot.is-muted-grey, .color-card.project-card .color-item .color-spot.is-muted-grey, .color-card.profile-card .color-item .color-spot.is-muted-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-muted-grey {
  background: #999;
}
.flex-card.color-card .color-item .color-spot.is-section-grey, .network-grid .color-card.network-card .color-item .color-spot.is-section-grey, .color-card.project-card .color-item .color-spot.is-section-grey, .color-card.profile-card .color-item .color-spot.is-section-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-section-grey {
  background: #fbfbfb;
}
.flex-card.color-card .color-item .color-spot.is-section-grey-accent, .network-grid .color-card.network-card .color-item .color-spot.is-section-grey-accent, .color-card.project-card .color-item .color-spot.is-section-grey-accent, .color-card.profile-card .color-item .color-spot.is-section-grey-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-section-grey-accent {
  background: #efefef;
}
.flex-card.color-card .color-item .color-spot.is-header-grey, .network-grid .color-card.network-card .color-item .color-spot.is-header-grey, .color-card.project-card .color-item .color-spot.is-header-grey, .color-card.profile-card .color-item .color-spot.is-header-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-header-grey {
  background: #f5f9fc;
}
.flex-card.color-card .color-item .color-spot.is-default-input, .network-grid .color-card.network-card .color-item .color-spot.is-default-input, .color-card.project-card .color-item .color-spot.is-default-input, .color-card.profile-card .color-item .color-spot.is-default-input, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-default-input {
  background: #ccc;
}
.flex-card.color-card .color-item .color-spot.is-placeholder, .network-grid .color-card.network-card .color-item .color-spot.is-placeholder, .color-card.project-card .color-item .color-spot.is-placeholder, .color-card.profile-card .color-item .color-spot.is-placeholder, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-placeholder {
  background: #cecece;
}
.flex-card.color-card .color-item .color-spot.is-fade-grey, .network-grid .color-card.network-card .color-item .color-spot.is-fade-grey, .color-card.project-card .color-item .color-spot.is-fade-grey, .color-card.profile-card .color-item .color-spot.is-fade-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-fade-grey {
  background: #ededed;
}
.flex-card.color-card .color-item .color-spot.is-sidebar, .network-grid .color-card.network-card .color-item .color-spot.is-sidebar, .color-card.project-card .color-item .color-spot.is-sidebar, .color-card.profile-card .color-item .color-spot.is-sidebar, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-sidebar {
  background: #344258;
}
.flex-card.color-card .color-item .color-spot.is-coal, .network-grid .color-card.network-card .color-item .color-spot.is-coal, .color-card.project-card .color-item .color-spot.is-coal, .color-card.profile-card .color-item .color-spot.is-coal, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-coal {
  background: #444444;
}
.flex-card.color-card .color-item .color-spot.is-grey-3, .network-grid .color-card.network-card .color-item .color-spot.is-grey-3, .color-card.project-card .color-item .color-spot.is-grey-3, .color-card.profile-card .color-item .color-spot.is-grey-3, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-3 {
  background: #333;
}
.flex-card.color-card .color-item .color-spot.is-grey-5, .network-grid .color-card.network-card .color-item .color-spot.is-grey-5, .color-card.project-card .color-item .color-spot.is-grey-5, .color-card.profile-card .color-item .color-spot.is-grey-5, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-5 {
  background: #555;
}
.flex-card.color-card .color-item .color-spot.is-grey-6, .network-grid .color-card.network-card .color-item .color-spot.is-grey-6, .color-card.project-card .color-item .color-spot.is-grey-6, .color-card.profile-card .color-item .color-spot.is-grey-6, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-6 {
  background: #666;
}
.flex-card.color-card .color-item .color-spot.is-cream-grey, .network-grid .color-card.network-card .color-item .color-spot.is-cream-grey, .color-card.project-card .color-item .color-spot.is-cream-grey, .color-card.profile-card .color-item .color-spot.is-cream-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-cream-grey {
  background: #f6f4ff;
}
.flex-card.color-card .color-item .color-spot.is-icon-grey, .network-grid .color-card.network-card .color-item .color-spot.is-icon-grey, .color-card.project-card .color-item .color-spot.is-icon-grey, .color-card.profile-card .color-item .color-spot.is-icon-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-icon-grey {
  background: #818a97;
}
.flex-card.color-card .color-item .color-spot.is-blue, .network-grid .color-card.network-card .color-item .color-spot.is-blue, .color-card.project-card .color-item .color-spot.is-blue, .color-card.profile-card .color-item .color-spot.is-blue, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-blue {
  background: #2e9be5;
}
.flex-card.color-card .color-item .color-spot.is-green, .network-grid .color-card.network-card .color-item .color-spot.is-green, .color-card.project-card .color-item .color-spot.is-green, .color-card.profile-card .color-item .color-spot.is-green, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-green {
  background: #2eb289;
}
.flex-card.color-card .color-item .color-spot.is-orange, .network-grid .color-card.network-card .color-item .color-spot.is-orange, .color-card.project-card .color-item .color-spot.is-orange, .color-card.profile-card .color-item .color-spot.is-orange, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-orange {
  background: #f6c400;
}
.flex-card.color-card .color-item .color-spot.is-red, .network-grid .color-card.network-card .color-item .color-spot.is-red, .color-card.project-card .color-item .color-spot.is-red, .color-card.profile-card .color-item .color-spot.is-red, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-red {
  background: #f92b60;
}
.flex-card.color-card .color-item .color-spot.is-facebook, .network-grid .color-card.network-card .color-item .color-spot.is-facebook, .color-card.project-card .color-item .color-spot.is-facebook, .color-card.profile-card .color-item .color-spot.is-facebook, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-facebook {
  background: #3b5998;
}
.flex-card.color-card .color-item .color-spot.is-twitter, .network-grid .color-card.network-card .color-item .color-spot.is-twitter, .color-card.project-card .color-item .color-spot.is-twitter, .color-card.profile-card .color-item .color-spot.is-twitter, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-twitter {
  background: #1dcaff;
}
.flex-card.color-card .color-item .color-spot.is-linkedin, .network-grid .color-card.network-card .color-item .color-spot.is-linkedin, .color-card.project-card .color-item .color-spot.is-linkedin, .color-card.profile-card .color-item .color-spot.is-linkedin, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-linkedin {
  background: #007bb6;
}
.flex-card.color-card .color-item .color-spot.is-tumblr, .network-grid .color-card.network-card .color-item .color-spot.is-tumblr, .color-card.project-card .color-item .color-spot.is-tumblr, .color-card.profile-card .color-item .color-spot.is-tumblr, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-tumblr {
  background: #35465c;
}
.flex-card.color-card .color-item .color-spot.is-reddit, .network-grid .color-card.network-card .color-item .color-spot.is-reddit, .color-card.project-card .color-item .color-spot.is-reddit, .color-card.profile-card .color-item .color-spot.is-reddit, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-reddit {
  background: #ff4500;
}
.flex-card.color-card .color-item .color-spot.is-github, .network-grid .color-card.network-card .color-item .color-spot.is-github, .color-card.project-card .color-item .color-spot.is-github, .color-card.profile-card .color-item .color-spot.is-github, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-github {
  background: #444;
}
.flex-card.color-card .color-item .color-spot.is-dribbble, .network-grid .color-card.network-card .color-item .color-spot.is-dribbble, .color-card.project-card .color-item .color-spot.is-dribbble, .color-card.profile-card .color-item .color-spot.is-dribbble, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dribbble {
  background: #ea4c89;
}
.flex-card.color-card .color-item .color-spot.is-youtube, .network-grid .color-card.network-card .color-item .color-spot.is-youtube, .color-card.project-card .color-item .color-spot.is-youtube, .color-card.profile-card .color-item .color-spot.is-youtube, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-youtube {
  background: #cc181e;
}
.flex-card.color-card .color-item .color-spot.is-google-plus, .network-grid .color-card.network-card .color-item .color-spot.is-google-plus, .color-card.project-card .color-item .color-spot.is-google-plus, .color-card.profile-card .color-item .color-spot.is-google-plus, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-google-plus {
  background: #d34836;
}
.flex-card.color-card .color-item .color-spot.is-primary, .network-grid .color-card.network-card .color-item .color-spot.is-primary, .color-card.project-card .color-item .color-spot.is-primary, .color-card.profile-card .color-item .color-spot.is-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-primary {
  background: #8c8cf9;
}
.flex-card.color-card .color-item .color-spot.is-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-secondary, .color-card.project-card .color-item .color-spot.is-secondary, .color-card.profile-card .color-item .color-spot.is-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-secondary {
  background: #7f00ff;
}
.flex-card.color-card .color-item .color-spot.is-accent, .network-grid .color-card.network-card .color-item .color-spot.is-accent, .color-card.project-card .color-item .color-spot.is-accent, .color-card.profile-card .color-item .color-spot.is-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-accent {
  background: #ad5cff;
}
.flex-card.color-card .color-item .color-spot.is-green-accent, .network-grid .color-card.network-card .color-item .color-spot.is-green-accent, .color-card.project-card .color-item .color-spot.is-green-accent, .color-card.profile-card .color-item .color-spot.is-green-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-green-accent {
  background: #06f4b6;
}
.flex-card.color-card .color-item .color-spot.is-deep-primary, .network-grid .color-card.network-card .color-item .color-spot.is-deep-primary, .color-card.project-card .color-item .color-spot.is-deep-primary, .color-card.profile-card .color-item .color-spot.is-deep-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-primary {
  background: #0082c8;
}
.flex-card.color-card .color-item .color-spot.is-deep-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-deep-secondary, .color-card.project-card .color-item .color-spot.is-deep-secondary, .color-card.profile-card .color-item .color-spot.is-deep-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-secondary {
  background: #7c4dff;
}
.flex-card.color-card .color-item .color-spot.is-deep-accent, .network-grid .color-card.network-card .color-item .color-spot.is-deep-accent, .color-card.project-card .color-item .color-spot.is-deep-accent, .color-card.profile-card .color-item .color-spot.is-deep-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-accent {
  background: #00b289;
}
.flex-card.color-card .color-item .color-spot.is-lemonade-primary, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-primary, .color-card.project-card .color-item .color-spot.is-lemonade-primary, .color-card.profile-card .color-item .color-spot.is-lemonade-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-primary {
  background: #039be5;
}
.flex-card.color-card .color-item .color-spot.is-lemonade-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-secondary, .color-card.project-card .color-item .color-spot.is-lemonade-secondary, .color-card.profile-card .color-item .color-spot.is-lemonade-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-secondary {
  background: #0084c4;
}
.flex-card.color-card .color-item .color-spot.is-lemonade-accent, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-accent, .color-card.project-card .color-item .color-spot.is-lemonade-accent, .color-card.profile-card .color-item .color-spot.is-lemonade-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-accent {
  background: #00d1b2;
}
.flex-card.color-card .color-item .color-spot.is-dashboard-primary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-primary, .color-card.project-card .color-item .color-spot.is-dashboard-primary, .color-card.profile-card .color-item .color-spot.is-dashboard-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-primary {
  background: #00d1b2;
}
.flex-card.color-card .color-item .color-spot.is-dashboard-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-secondary, .color-card.project-card .color-item .color-spot.is-dashboard-secondary, .color-card.profile-card .color-item .color-spot.is-dashboard-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-secondary {
  background: #7f00ff;
}
.flex-card.color-card .color-item .color-spot.is-dashboard-accent, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-accent, .color-card.project-card .color-item .color-spot.is-dashboard-accent, .color-card.profile-card .color-item .color-spot.is-dashboard-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-accent {
  background: #536dfe;
}
.flex-card.color-card .color-item .color-values, .network-grid .color-card.network-card .color-item .color-values, .color-card.project-card .color-item .color-values, .color-card.profile-card .color-item .color-values, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values {
  margin: 0 20px;
}
.flex-card.color-card .color-item .color-values .hex-value, .network-grid .color-card.network-card .color-item .color-values .hex-value, .color-card.project-card .color-item .color-values .hex-value, .color-card.profile-card .color-item .color-values .hex-value, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .hex-value {
  color: #999;
}
.flex-card.color-card .color-item .color-values .hex-value span, .network-grid .color-card.network-card .color-item .color-values .hex-value span, .color-card.project-card .color-item .color-values .hex-value span, .color-card.profile-card .color-item .color-values .hex-value span, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .hex-value span {
  font-weight: 600;
  color: #444f60;
}
.flex-card.color-card .color-item .color-values .variable-value span, .network-grid .color-card.network-card .color-item .color-values .variable-value span, .color-card.project-card .color-item .color-values .variable-value span, .color-card.profile-card .color-item .color-values .variable-value span, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .variable-value span {
  color: #ad5cff;
  font-weight: 600;
}

/* ==========================================================================
15. Toast messages
========================================================================== */
.iziToast-cover {
  width: 60px !important;
  background-size: cover !important;
}

/* ==========================================================================
16. Grid system demo
========================================================================== */
.grid-system .columns .column p {
  padding: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.grid-system .columns .column p.is-blue {
  background: #2e9be5;
}
.grid-system .columns .column p.is-green {
  background: #2eb289;
}
.grid-system .columns .column p.is-orange {
  background: #f6c400;
}
.grid-system .columns .column p.is-red {
  background: #f92b60;
}
.grid-system.is-medium .column p {
  padding: 25px;
}

/* ==========================================================================
17. Parallax
========================================================================== */
.parallax-hero-title {
  font-size: 6rem !important;
  font-family: "Nexa Bold", cursive !important;
}
.parallax-hero-title.is-smaller {
  font-size: 4rem !important;
  line-height: 1;
}
.parallax-hero-title + h2 {
  padding: 0 20%;
  margin-bottom: 0 !important;
}

/* ==========================================================================
18. Tags
========================================================================== */
.tag.is-bold {
  border-width: 2px !important;
  font-weight: 700 !important;
}

/* ==========================================================================
19. Footer
========================================================================== */
.small-footer-logo {
  height: 38px;
}

span.more-info {
  font-size: 22px;
}

span.more-info-email {
  font-size: 26px;
  margin-top: 20px;
  color: #8c8cf9;
}

/* ==========================================================================
20. Code highlight
========================================================================== */
pre {
  background-color: transparent !important;
  color: unset;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 0 !important;
  white-space: pre;
  word-wrap: normal;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 1.5em;
  background: #444f60;
  color: white;
}

.hljs-name,
.hljs-strong {
  font-weight: bold;
  color: #4fc1ea;
}

.hljs-code,
.hljs-emphasis {
  font-style: italic;
}

.hljs-tag {
  color: #909090;
}

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
  color: #ade5fc;
}

.hljs-string,
.hljs-bullet {
  color: #f39200 !important;
}

.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
  color: #ffa;
}

.hljs-attr {
  color: #68bb88;
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
  color: #d36363;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
  color: #fcc28c;
}

.hljs-comment,
.hljs-deletion,
.hljs-code {
  color: #888;
}

.hljs-regexp,
.hljs-link {
  color: #c6b4f0;
}

.hljs-meta {
  color: #fc9b9b;
}

.hljs-deletion {
  background-color: #fc9b9b;
  color: #333;
}

.hljs-addition {
  background-color: #a2fca2;
  color: #333;
}

.hljs a {
  color: inherit;
}

.hljs a:focus,
.hljs a:hover {
  color: inherit;
  text-decoration: underline;
}

/* ==========================================================================
21. Demo Media queries
========================================================================== */
@media (max-width: 767px) {
  #main-landing-title {
    top: -60px;
  }
  #main-landing-title h1:after {
    right: 3px;
  }
  #main-landing-mockup {
    margin-top: -16rem;
  }
  .parallax-hero-title {
    font-size: 4rem !important;
  }
  .parallax-hero-title.is-smaller {
    font-size: 3rem !important;
  }
  .parallax-hero-title + h2 {
    padding: 0 8%;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #main-landing-mockup {
    margin-top: -28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #main-landing-title h1:after {
    right: 3px;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Auth Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Signup Block
    1. Contact card
    2. Wavy auth cards
    3. Remember me
    4. Signup info
    5. Signup context
***/
/* ==========================================================================
0. Logo section
========================================================================== */
.hero-heading {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.hero-heading .auth-logo .top-logo {
  height: 32px;
}

/* ==========================================================================
1. Layout
========================================================================== */
.login {
  padding: 10px 0;
}

.login-wrapper {
  overflow: hidden !important;
  height: 100%;
  padding: 0;
  margin: 0;
}
.login-wrapper.is-gapless:not(:last-child) {
  margin-bottom: 0 !important;
}
.login-wrapper .column .login-column {
  padding: 0 !important;
}
.login-wrapper .hero.login-hero,
.login-wrapper .hero.signup-hero {
  background-position: center;
  background-size: auto;
}
.login-wrapper #signup-banner .hero {
  background: url("https://source.unsplash.com/DWui9DmfCXA/");
  background-position: center;
  background-size: cover;
  background-blend-mode: screen;
}

/* ==========================================================================
2. Hero sections
========================================================================== */
.hero-body .auth-content {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 40px;
}
.hero-body .auth-content h2 {
  font-size: 2rem;
  font-family: "Nexa Bold", sans-serif;
  line-height: 1;
}
.hero-body .auth-content p {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #999;
}
.hero-body .auth-content a {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #8c8cf9;
}
.hero-body .auth-form-wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.hero-banner .title {
  padding: 25px;
  padding-top: 25%;
}
.hero-banner .subtitle {
  padding: 0 30px;
}
.hero-banner img.login-city {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-banner .button {
  position: relative;
  z-index: 2;
}

.signup-hero {
  overflow: hidden;
}
.signup-hero .title {
  padding: 25px;
  padding-top: 15%;
}
.signup-hero .subtitle {
  padding: 0 22%;
}
.signup-hero img.mockup {
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  z-index: 0;
  max-width: 80%;
  margin: 0 auto;
}
.signup-hero .already {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.signup-hero .already span {
  margin-right: 15px;
  color: #fff;
}
.signup-hero .already a {
  min-width: 80px;
}

/* ==========================================================================
3. Links
========================================================================== */
.forgot,
.no-account,
.return {
  color: #a9abac !important;
  transition: opacity 0.5s;
}
.forgot:hover,
.no-account:hover,
.return:hover {
  opacity: 0.8;
  color: #8c8cf9 !important;
}
.forgot.is-secondary,
.no-account.is-secondary,
.return.is-secondary {
  color: #7f00ff !important;
}
.forgot.is-accent,
.no-account.is-accent,
.return.is-accent {
  color: #ad5cff !important;
}

.forgot-password a {
  color: #95a5a6;
  font-weight: normal;
  padding-right: 20px;
  transition: all 0.6s;
}
.forgot-password a:hover {
  color: #8c8cf9;
}

.no-account-link a {
  color: #a9abac;
  font-weight: 500;
}
.no-account-link a:hover {
  color: #8c8cf9;
}

/* ==========================================================================
4. Miscellaneous
========================================================================== */
.icon.user,
.icon.password {
  margin: 5px 10px 0 0;
}

.checkbox-wrap {
  color: #a9abac;
  margin-bottom: 10px;
}
.checkbox-wrap span {
  position: relative;
  top: -2px;
}

/* ==========================================================================
0. Signup Block
========================================================================== */
.signup-block.is-rounded .input,
.signup-block.is-rounded button {
  border-radius: 100px;
}
.signup-block.is-rounded .input {
  padding-left: 20px !important;
}
.signup-block .control {
  position: relative;
  width: 80%;
}
.signup-block .control .input {
  height: 50px;
  padding-left: 10px;
  padding-right: 140px;
  font-size: 1rem;
}
.signup-block .control .input:focus {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.signup-block .control .input::-moz-placeholder {
  color: #cecece;
}
.signup-block .control .input::placeholder {
  color: #cecece;
}
.signup-block .control button {
  position: absolute;
  top: 4px;
  right: 5px;
  height: 42px;
  width: 120px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .signup-column {
    margin-top: 0 !important;
    text-align: center !important;
  }
  .signup-block .control {
    width: 100%;
  }
}
/* ==========================================================================
1. Contact card
========================================================================== */
.contact-card {
  display: flex;
  align-content: center;
  align-items: center;
}
.contact-card .icon i {
  font-size: 26px;
  color: #8c8cf9;
  position: relative;
}
.contact-card .contact-info {
  margin: 0 30px;
  font-family: "Roboto", sans-serif;
}
.contact-card .contact-info .contact-name {
  color: #cecece;
}
.contact-card .contact-info .contact-details .details-text {
  font-size: 16px;
  font-weight: 400;
  color: #444f60 !important;
}

/* ==========================================================================
2. Wavy auth cards
========================================================================== */
.wavy-login-card,
.wavy-signup-card,
.clean-login-card,
.clean-signup-card,
.quick-signup {
  padding: 40px;
  border-radius: 6px;
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ecf0f1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.wavy-login-card h2,
.wavy-signup-card h2,
.clean-login-card h2,
.clean-signup-card h2,
.quick-signup h2 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 700 !important;
  font-family: "Nexa Light", sans-serif;
}

.quick-signup.is-landing {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.quick-signup.is-field {
  background: none;
  border: none;
  box-shadow: none;
}
.quick-signup.is-field .control {
  position: relative;
}
.quick-signup.is-field .control .button {
  position: absolute;
  top: 1px;
  right: 0;
}

.trial-features {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.trial-features img {
  margin-top: 20px;
}

/* ==========================================================================
3. Remember me
========================================================================== */
.remember-wrap .control:last-child,
.switch-toggle-wrap .control:last-child {
  display: flex;
  align-items: center;
}
.remember-wrap .control > span,
.switch-toggle-wrap .control > span {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561) !important;
  max-width: 70%;
}
.remember-wrap .control > span a,
.switch-toggle-wrap .control > span a {
  color: #8c8cf9;
}

/* ==========================================================================
4. Signup info
========================================================================== */
.clean-signup-info {
  padding: 40px;
}
.clean-signup-info h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 300;
}
.clean-signup-info .feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.clean-signup-info .feature img {
  height: 48px !important;
  width: 48px !important;
}
.clean-signup-info .feature .feature-text {
  margin-left: 20px;
  color: #999;
}

/* ==========================================================================
5. Signup context
========================================================================== */
.signup-context {
  border: none !important;
  border-radius: 6px;
}
.signup-context .subtitle {
  color: #fff !important;
}
.signup-context .argument {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding-top: 30px;
}
.signup-context .argument .icon i {
  font-size: 2.4rem;
  color: #fff;
}
.signup-context .argument .argument-text {
  margin-left: 22px;
  color: #fff;
}

/* ==========================================================================
10. Login / Register Combo
========================================================================== */
.login-register-wrapper {
  height: 100vh;
  position: relative;
}
.login-register-wrapper .backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #7f00ff;
}
.login-register-wrapper .backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #8c8cf9;
}
.login-register-wrapper #back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}
.login-register-wrapper .canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.login-register-wrapper #slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.login-register-wrapper .topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}
.login-register-wrapper label {
  font-size: 0.8em;
  text-transform: uppercase;
}
.login-register-wrapper .left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #344258;
  left: 0;
  position: absolute;
}
.login-register-wrapper .left label {
  color: #fcfcfc;
}
.login-register-wrapper .left input {
  background: transparent;
  color: #fcfcfc;
  border: 1px solid rgb(70.9428571429, 90.0428571429, 120.0571428571);
  transition: border 0.3s;
}
.login-register-wrapper .left input:focus {
  border-color: rgb(89.8857142857, 114.0857142857, 152.1142857143);
}
.login-register-wrapper .right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #f9f9f9;
  right: 0;
  position: absolute;
}
.login-register-wrapper .right label {
  color: #f9f9f9;
}
.login-register-wrapper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 55%;
  margin: 0 auto;
  position: relative;
}
.login-register-wrapper .content .brand {
  position: absolute;
  top: 65px;
  left: 0;
}
.login-register-wrapper .content .brand a:hover {
  box-shadow: none !important;
}
.login-register-wrapper .content .brand img {
  height: 30px;
}
.login-register-wrapper .content h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0.2em 0 0.1em;
}
.login-register-wrapper .left .content h2 {
  color: #fcfcfc;
  font-family: "Nexa Light", sans-serif;
}
.login-register-wrapper .right .content h2 {
  color: #444f60;
  font-family: "Nexa Light", sans-serif;
}
.login-register-wrapper .form-element {
  margin: 1.6em 0;
}
.login-register-wrapper .form-element.form-submit {
  margin: 1.6em 0 0;
}
.login-register-wrapper .form-stack {
  display: flex;
  flex-direction: column;
}
.login-register-wrapper button,
.login-register-wrapper .is-trigger {
  padding: 0.9em 1.4em;
  margin: 0 10px 0 0;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.6px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  transition: all 0.25s;
  cursor: pointer;
}
.login-register-wrapper button.signup,
.login-register-wrapper .is-trigger.signup {
  background: #7f00ff;
}
.login-register-wrapper button.login,
.login-register-wrapper .is-trigger.login {
  background: #8c8cf9;
}
.login-register-wrapper button.off,
.login-register-wrapper .is-trigger.off {
  background: none;
  box-shadow: none;
  margin: 0;
}
.login-register-wrapper button.off.signup,
.login-register-wrapper .is-trigger.off.signup {
  color: #7f00ff;
}
.login-register-wrapper button.off.login,
.login-register-wrapper .is-trigger.off.login {
  color: #8c8cf9;
}
.login-register-wrapper button:focus,
.login-register-wrapper button:active,
.login-register-wrapper button:hover,
.login-register-wrapper a:focus,
.login-register-wrapper a:active,
.login-register-wrapper a:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.login-register-wrapper button:focus.signup,
.login-register-wrapper button:active.signup,
.login-register-wrapper button:hover.signup,
.login-register-wrapper a:focus.signup,
.login-register-wrapper a:active.signup,
.login-register-wrapper a:hover.signup {
  background: rgb(114.3, 0, 229.5);
}
.login-register-wrapper button:focus.login,
.login-register-wrapper button:active.login,
.login-register-wrapper button:hover.login,
.login-register-wrapper a:focus.login,
.login-register-wrapper a:active.login,
.login-register-wrapper a:hover.login {
  background: rgb(115.7644628099, 115.7644628099, 247.7355371901);
}
.login-register-wrapper button:focus.off,
.login-register-wrapper button:active.off,
.login-register-wrapper button:hover.off,
.login-register-wrapper a:focus.off,
.login-register-wrapper a:active.off,
.login-register-wrapper a:hover.off {
  box-shadow: none;
}
.login-register-wrapper button:focus.off.signup,
.login-register-wrapper button:active.off.signup,
.login-register-wrapper button:hover.off.signup,
.login-register-wrapper a:focus.off.signup,
.login-register-wrapper a:active.off.signup,
.login-register-wrapper a:hover.off.signup {
  color: #7f00ff;
  background: rgb(42.5285714286, 53.9785714286, 71.9714285714);
}
.login-register-wrapper button:focus.off.login,
.login-register-wrapper button:active.off.login,
.login-register-wrapper button:hover.off.login,
.login-register-wrapper a:focus.off.login,
.login-register-wrapper a:active.off.login,
.login-register-wrapper a:hover.off.login {
  color: rgb(115.7644628099, 115.7644628099, 247.7355371901);
  background: #e3e3e3;
}
@media only screen and (max-width: 768px) {
  .login-register-wrapper #slideBox {
    width: 80%;
    margin-left: 20%;
  }
  .login-register-wrapper .signup-info,
  .login-register-wrapper .login-info {
    display: none;
  }
  .login-register-wrapper .content {
    width: 80%;
  }
}

/* ==========================================================================
10. Login / Register
========================================================================== */
.auth-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.auth-nav a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.auth-nav a img {
  display: block;
  width: 100%;
  max-width: 90px;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s;
}

.auth-outer {
  position: relative;
  margin-top: 60px;
  background: #f2f2f2;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-outer .mobile-auth-toggle {
  display: none;
}
.auth-outer .shadow {
  box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}
.auth-outer .auth-box {
  width: 760px;
  min-height: 480px;
  background: #fff;
  display: flex;
}
.auth-outer .auth-box .form-wrapper {
  position: relative;
  width: 380px;
  height: 480px;
  overflow: hidden;
}
.auth-outer .auth-box .form-wrapper.is-active .register {
  transform: translateY(0);
}
.auth-outer .auth-box .form-wrapper.is-active .login {
  transform: translateY(-100%);
}
.auth-outer .auth-box .form-wrapper .register {
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.auth-outer .auth-box .form-wrapper .login {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.auth-outer .auth-box .form-wrapper .login,
.auth-outer .auth-box .form-wrapper .register {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-outer .auth-box .form-wrapper .login .header,
.auth-outer .auth-box .form-wrapper .register .header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-outer .auth-box .form-wrapper .login .item-list,
.auth-outer .auth-box .form-wrapper .register .item-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.auth-outer .auth-box .form-wrapper .login .item-list .item,
.auth-outer .auth-box .form-wrapper .register .item-list .item {
  width: 140px;
  height: 50px;
  display: flex;
  font-size: 21px;
  justify-content: space-evenly;
  align-items: center;
}
.auth-outer .auth-box .form-wrapper .login .item-list .item a,
.auth-outer .auth-box .form-wrapper .register .item-list .item a {
  color: #444f60;
}
.auth-outer .auth-box .form-wrapper .login .item-list .item a:hover,
.auth-outer .auth-box .form-wrapper .register .item-list .item a:hover {
  color: #8c8cf9;
}
.auth-outer .auth-box .form-wrapper .login .body,
.auth-outer .auth-box .form-wrapper .register .body {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.auth-outer .auth-box .form-wrapper .login .body form,
.auth-outer .auth-box .form-wrapper .register .body form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.auth-outer .auth-box .form-wrapper .login .body .control,
.auth-outer .auth-box .form-wrapper .register .body .control {
  position: relative;
}
.auth-outer .auth-box .form-wrapper .login .body .control input,
.auth-outer .auth-box .form-wrapper .register .body .control input {
  width: 290px;
  height: 40px;
  padding-left: 40px;
  padding-bottom: 6px;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  background: #f2f2f2;
  border-radius: 4px;
}
.auth-outer .auth-box .form-wrapper .login .body .control input:focus,
.auth-outer .auth-box .form-wrapper .register .body .control input:focus {
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.auth-outer .auth-box .form-wrapper .login .body .control input:focus + .form-icon i,
.auth-outer .auth-box .form-wrapper .register .body .control input:focus + .form-icon i {
  color: #8c8cf9;
}
.auth-outer .auth-box .form-wrapper .login .body .control .form-icon,
.auth-outer .auth-box .form-wrapper .register .body .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-outer .auth-box .form-wrapper .login .body .control .form-icon i,
.auth-outer .auth-box .form-wrapper .register .body .control .form-icon i {
  color: #cecece;
  transition: color 0.3s;
}
.auth-outer .auth-box .form-wrapper .login .body button[type=submit],
.auth-outer .auth-box .form-wrapper .register .body button[type=submit] {
  width: 290px;
  height: 44px;
  border: none;
  margin-top: 35px;
  color: #fff;
}
.auth-outer .auth-box .form-wrapper .login .body button,
.auth-outer .auth-box .form-wrapper .register .body button {
  width: 290px;
  height: 44px;
  border: none;
  margin-top: 35px;
  color: #fff;
  cursor: pointer;
}
.auth-outer .auth-box .side-box {
  width: 380px;
  height: 480px;
  z-index: 1;
  transition: 2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-45deg, #ad5cff, #8c8cf9, #8c8cf9, #ad5cff);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
}
.auth-outer .auth-box .side-box .login-btn,
.auth-outer .auth-box .side-box .title2 {
  display: none;
}
.auth-outer .auth-box .side-box .action-btn {
  height: 40px;
  min-width: 160px;
  color: #8c8cf9;
  font-weight: 500;
}
.auth-outer .forgot-password {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.auth-outer .d-flex {
  display: flex;
}
.auth-outer .flex-column {
  flex-direction: column;
}

@media (max-width: 767px) {
  .auth-outer .mobile-auth-toggle {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .auth-outer .mobile-auth-toggle h3 {
    margin-bottom: 0;
  }
  .auth-outer .mobile-auth-toggle .button {
    font-size: 1.2rem;
    border: none;
    background: transparent;
    color: #8c8cf9;
    font-weight: 500;
  }
  .auth-outer .auth-box {
    max-width: 340px;
  }
  .auth-outer .auth-box .side-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .auth-outer .auth-box {
    max-width: 720px;
  }
}
/* ==========================================================================
10. Boxed Login / Register
========================================================================== */
.auth-nav-alt {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background: #f2f2fa;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.auth-nav-alt .start a,
.auth-nav-alt .end {
  display: flex;
  align-items: center;
}
.auth-nav-alt .start a {
  color: #999;
}
.auth-nav-alt .end {
  justify-content: flex-end;
  flex-grow: 2;
}
.auth-nav-alt .end .button {
  font-weight: 500;
  color: #7f00ff;
  border-color: #7f00ff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.auth-outer-alt {
  position: relative;
  margin-top: 60px;
  background: #f2f2fa;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-outer-alt .form-wrapper {
  max-width: 400px;
  margin: 0 auto 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgb(231.9, 231.9, 231.9);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.auth-outer-alt .form-wrapper .form-title {
  text-align: center;
}
.auth-outer-alt .form-wrapper .form-title h3 {
  font-size: 1.6rem;
  color: #444f60;
}
.auth-outer-alt .form-wrapper .form-title h4 {
  color: #999;
  max-width: 240px;
  margin: 0 auto;
}
.auth-outer-alt .form-wrapper .form-inner {
  padding: 20px;
}
.auth-outer-alt .form-wrapper .form-inner .field .control .button {
  height: 42px;
  font-weight: 600;
}
.auth-outer-alt .form-wrapper .form-inner .field .control .input:focus {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.auth-outer-alt .form-wrapper .form-inner .form-divider {
  position: relative;
  margin: 40px 0;
  border-top: 1px solid #ededed;
}
.auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid rgb(231.9, 231.9, 231.9);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle i {
  color: #444f60;
}
.auth-outer-alt .form-wrapper .form-inner .social-login h4 {
  text-align: center;
  color: #999;
  max-width: 240px;
  margin: 0 auto;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons {
  display: flex;
  padding-top: 20px;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid rgb(231.9, 231.9, 231.9);
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner:hover {
  border-color: #7f00ff;
  background: #7f00ff;
  box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner:hover i {
  color: #fff;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner i {
  color: #444f60;
  font-size: 1.3rem;
  transition: color 0.3s;
}
.auth-outer-alt > div {
  width: 100%;
}

/* ==========================================================================
9. Squares Login / Signup
========================================================================== */
.login-hero {
  justify-content: center;
}
.login-hero .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.login-hero .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animateCircles 25s linear infinite;
  bottom: -150px;
}
.login-hero .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.login-hero .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.login-hero .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.login-hero .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.login-hero .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.login-hero .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.login-hero .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.login-hero .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.login-hero .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.login-hero .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animateCircles {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.login-image {
  max-width: 380px;
  display: block;
  margin: 0 auto;
}

.login-subtitle {
  color: #999 !important;
  padding: 20px 15% !important;
}

/* ==========================================================================
4. Quick Landing Signup
========================================================================== */
.quick-landing-signup {
  padding: 30px 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.quick-landing-signup .control {
  position: relative;
}
.quick-landing-signup .control .input {
  height: 46px;
  padding-left: 20px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.quick-landing-signup .control .button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 46px;
  min-width: 160px;
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
  font-weight: 500;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Profile elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Profile header
    1. Profile wrapper
    2. Profile card
    3. Project card
    4. Network stats
    5. Network toolbar
    6. Network grid
    7. Profile / Account form
    8. Addresses
    9. Orders
    10. media Queries
***/
/* ==========================================================================
0. Profile header
========================================================================== */
.profile-header {
  background: #fff;
}
.profile-header .profile-header-inner {
  position: relative;
  text-align: center;
  padding: 2rem 0 6rem 0;
}
.profile-header .profile-header-inner .profile-avatar {
  position: relative;
}
.profile-header .profile-header-inner .profile-avatar .avatar {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}
.profile-header .profile-header-inner .profile-avatar p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.profile-header .profile-header-inner .tabs {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.profile-header .profile-header-inner .tabs ul {
  border: none;
}
.profile-header .profile-header-inner .tabs ul li.is-active a {
  color: #8c8cf9;
  border-color: #8c8cf9;
}
.profile-header .profile-header-inner .tabs ul li a {
  border-color: transparent;
  border-width: 3px;
  margin-bottom: 0;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
1. Profile Wrapper
========================================================================== */
.profile-wrapper {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.profile-wrapper.is-larger {
  max-width: 890px;
}

/* ==========================================================================
2. Profile card
========================================================================== */
.profile-card {
  border-color: rgb(229.35, 229.35, 229.35);
  padding: 2rem;
}
.profile-card:not(:last-child) {
  margin-bottom: 1.5rem;
}
.profile-card .profile-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.profile-card .profile-card-head h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  color: #444f60;
}
.profile-card .profile-card-head > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #8c8cf9;
}
.profile-card .profile-card-body > p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.profile-card .profile-card-body .projects .project h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  color: #444f60;
}
.profile-card .profile-card-body .projects .project > p {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.profile-card .profile-card-body .projects .project .project-members {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
}
.profile-card .profile-card-body .projects .project .project-members img {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin: 0 0.35rem;
}
.profile-card .profile-card-body .skills .skill-box {
  padding: 1.5rem;
  border: 1px solid rgb(229.35, 229.35, 229.35);
}
.profile-card .profile-card-body .skills .skill-box h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
  margin-bottom: 0.75rem;
}
.profile-card .profile-card-body .skills .skill-box > p {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 0.75rem;
}
.profile-card .profile-card-body .skills .skill-box .skill-list {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding: 0.75rem 0 0 0;
}
.profile-card .profile-card-body .skills .skill-box .skill-list img {
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  margin: 0 0.35rem;
}
.profile-card .profile-card-body .experiences .experience,
.profile-card .profile-card-body .experiences .education,
.profile-card .profile-card-body .educations .experience,
.profile-card .profile-card-body .educations .education {
  display: flex;
}
.profile-card .profile-card-body .experiences .experience + .experience,
.profile-card .profile-card-body .experiences .experience + .education,
.profile-card .profile-card-body .experiences .education + .experience,
.profile-card .profile-card-body .experiences .education + .education,
.profile-card .profile-card-body .educations .experience + .experience,
.profile-card .profile-card-body .educations .experience + .education,
.profile-card .profile-card-body .educations .education + .experience,
.profile-card .profile-card-body .educations .education + .education {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(229.35, 229.35, 229.35);
}
.profile-card .profile-card-body .experiences .experience > img,
.profile-card .profile-card-body .experiences .education > img,
.profile-card .profile-card-body .educations .experience > img,
.profile-card .profile-card-body .educations .education > img {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.profile-card .profile-card-body .experiences .experience .meta,
.profile-card .profile-card-body .experiences .education .meta,
.profile-card .profile-card-body .educations .experience .meta,
.profile-card .profile-card-body .educations .education .meta {
  margin-left: 1rem;
}
.profile-card .profile-card-body .experiences .experience .meta h3,
.profile-card .profile-card-body .experiences .education .meta h3,
.profile-card .profile-card-body .educations .experience .meta h3,
.profile-card .profile-card-body .educations .education .meta h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
}
.profile-card .profile-card-body .experiences .experience .meta span,
.profile-card .profile-card-body .experiences .education .meta span,
.profile-card .profile-card-body .educations .experience .meta span,
.profile-card .profile-card-body .educations .education .meta span {
  display: block;
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.profile-card .profile-card-body .experiences .experience .meta p,
.profile-card .profile-card-body .experiences .education .meta p,
.profile-card .profile-card-body .educations .experience .meta p,
.profile-card .profile-card-body .educations .education .meta p {
  margin-top: 0.75rem;
}

/* ==========================================================================
3. Project card
========================================================================== */
.project-card {
  border-color: rgb(229.35, 229.35, 229.35);
  margin-bottom: 0;
  transition: all 0.3s;
}
.project-card:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.project-card .project-card-content {
  padding: 1.25rem;
}
.project-card .project-card-content h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
  margin-bottom: 0.25rem;
}
.project-card .project-card-content p {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.project-card .project-card-content .project-members {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
}
.project-card .project-card-content .project-members img {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin: 0 0.35rem;
}

/* ==========================================================================
4. Network stats
========================================================================== */
.network-stats {
  display: flex;
}
.network-stats .network-stat {
  text-align: center;
  flex: 1 1 0px;
}
.network-stats .network-stat.is-centered {
  border-left: 1px solid rgb(229.35, 229.35, 229.35);
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
}
.network-stats .network-stat span {
  display: block;
}
.network-stats .network-stat span:first-child {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  color: #444f60;
}
.network-stats .network-stat span:nth-child(2) {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
5. Network toolbar
========================================================================== */
.network-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.network-toolbar h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  color: #444f60;
}
.network-toolbar > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #8c8cf9;
}

/* ==========================================================================
6. Network grid
========================================================================== */
.network-grid .network-card {
  border-color: rgb(229.35, 229.35, 229.35);
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s;
}
.network-grid .network-card:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.network-grid .network-card .network-avatar {
  position: relative;
}
.network-grid .network-card .network-avatar .avatar {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}
.network-grid .network-card p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.network-grid .network-card .network-stats {
  margin-bottom: 1.5rem;
}
.network-grid .network-card .network-stats .network-stat:first-child {
  border-right: 1px solid rgb(229.35, 229.35, 229.35);
}
.network-grid .network-card .network-stats .network-stat span:first-child {
  font-size: 1rem !important;
}
.network-grid .network-card .network-stats .network-stat span:nth-child(2) {
  font-size: 0.9rem;
}
.network-grid .network-card > a {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #8c8cf9;
}
.network-grid .load-more {
  text-align: center;
}
.network-grid .load-more .button {
  height: 42px;
  min-width: 140px;
}

/* ==========================================================================
7. Profile / Account form
========================================================================== */
.profile-form,
.account-form {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.profile-form .form-section-title,
.account-form .form-section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.profile-form .input,
.account-form .input {
  background: white;
  border-radius: 0.5rem;
}
.profile-form .select,
.account-form .select {
  width: 100%;
}
.profile-form .select select,
.account-form .select select {
  width: 100%;
}
.profile-form .form-button,
.account-form .form-button {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  min-height: 48px;
  min-width: 180px;
  border-radius: 0.65rem;
}

/* ==========================================================================
8. Addresses
========================================================================== */
.addresses .addresses-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.addresses .addresses-grid .addresses-grid-item {
  position: relative;
  background: #fff;
  border: 1px solid #e1e8ee;
  border-radius: 0.65rem;
  padding: 2.5rem;
  transition: box-shadow 0.3s, border 0.3s;
}
.addresses .addresses-grid .addresses-grid-item:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #8c8cf9;
}
.addresses .addresses-grid .addresses-grid-item:hover .edit-link {
  opacity: 1;
  pointer-events: all;
}
.addresses .addresses-grid .addresses-grid-item .edit-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border: 1px solid #e1e8ee;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, box-shadow 0.3s, border 0.3s;
  color: #444f60;
  border-radius: 50%;
  font-size: 0.8rem;
}
.addresses .addresses-grid .addresses-grid-item .edit-link:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #8c8cf9;
}
.addresses .addresses-grid .addresses-grid-item .edit-link svg {
  height: 16px;
  width: 16px;
}
.addresses .addresses-grid .addresses-grid-item .address {
  margin-bottom: 1rem;
}
.addresses .addresses-grid .addresses-grid-item .address p:first-child {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.addresses .addresses-grid .addresses-grid-item .checkbox-wrap {
  padding: 0;
}

/* ==========================================================================
9. Orders
========================================================================== */
.account-orders .flex-table .flex-table-item {
  padding-top: 0.7rem;
  padding-bottom: 0.75rem;
}
.account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
  padding-right: 0;
}

@media (max-width: 767px) {
  .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
    padding-right: 10px;
  }
  .account-orders .flex-table .flex-table-item .is-details {
    width: 100%;
    min-height: 48px;
    font-size: 1.25rem;
    border-radius: 0.55rem;
    margin-top: 1rem;
  }
}
/* ==========================================================================
10. media Queries
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .profile-wrapper > .columns {
    display: flex;
    padding: 0;
  }
  .profile-wrapper > .columns .column.is-4 {
    min-width: 33.3%;
  }
  .profile-wrapper .projects > .columns,
  .profile-wrapper .skills > .columns,
  .profile-wrapper .network-grid > .columns {
    display: flex;
    padding: 0;
  }
  .profile-wrapper .projects > .columns .column.is-4,
  .profile-wrapper .skills > .columns .column.is-4,
  .profile-wrapper .network-grid > .columns .column.is-4 {
    min-width: 33.3%;
  }
  .addresses .addresses-title {
    padding: 0 10%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Team elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Modern Team
    1. Startup Team
    2. Superhero Team
***/
/* ==========================================================================
0. Modern Team
========================================================================== */
.modern-team .modern-team-item {
  padding: 0 5px;
  width: 33%;
}
.modern-team .modern-team-item .item-img:before {
  content: "";
  background-color: rgba(140, 140, 249, 0.9);
}
.modern-team .modern-team-item img {
  border-radius: 10px;
}
.modern-team .modern-team-item:hover .item-img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .modern-team .modern-team-item {
    width: auto !important;
  }
}
/* ==========================================================================
1. Startup Team
========================================================================== */
.modern-team.startup-team .modern-team-item {
  padding: 0 5px;
  width: 33%;
}
.modern-team.startup-team .modern-team-item .item-wrapper {
  border: 1px solid #ededed;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}
.modern-team.startup-team .modern-team-item img {
  border-radius: 10px;
}
.modern-team.startup-team .modern-team-item:hover .item-img {
  border-radius: 10px;
}
.modern-team.startup-team .modern-team-item a i {
  color: #8c8cf9;
}
.modern-team.startup-team .modern-team-item a:hover i {
  color: #444f60;
}

@media (max-width: 767px) {
  .modern-team.startup-team .modern-team-item {
    width: auto !important;
  }
}
/* ==========================================================================
2. Superhero Team
========================================================================== */
.hero-box {
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  background: #fff;
  border: 1px solid #ededed;
}
.hero-box img {
  height: 50px;
  display: block;
  margin: 10px auto;
}
.hero-box .name {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.hero-box .position {
  font-size: 0.9rem;
  font-weight: 600;
  color: #7f00ff;
}
.hero-box .social {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-box .social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  color: #8c8cf9;
  transition: all 0.3s;
}
.hero-box .social a i {
  font-size: 18px;
  transition: all 0.3s;
}
.hero-box .social a:hover {
  background: #8c8cf9;
}
.hero-box .social a:hover i {
  color: #fff;
}
.hero-box p {
  padding: 10px 0;
  color: #999;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Hero Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Help Center
    1. Help Center Category
    2. Help Center article
    3. FAQ v1
***/
/* ==========================================================================
0. Help Center
========================================================================== */
.help-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.help-header img {
  max-height: 45px;
  max-width: 45px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.help-header .title {
  color: #fff;
  padding-left: 20px;
  position: relative;
  top: -2px;
}

.help-subheader {
  padding: 20px 0 30px 0;
}

.help-search-wrapper {
  position: relative;
  width: 100%;
}
.help-search-wrapper input {
  width: 100%;
  padding: 20px 32px 21px 59px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  transition: background 0.4s, box-shadow 0.2s;
}
.help-search-wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.help-search-wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.help-search-wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.help-search-wrapper input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.help-search-wrapper input:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #444f60;
}
.help-search-wrapper input:focus + i {
  color: #999;
}
.help-search-wrapper input:focus::-webkit-input-placeholder {
  color: #cecece !important;
}
.help-search-wrapper input:focus::-moz-placeholder {
  color: #cecece !important;
}
.help-search-wrapper input:focus:-ms-input-placeholder {
  color: #cecece !important;
}
.help-search-wrapper input:focus:-moz-placeholder {
  color: #cecece !important;
}
.help-search-wrapper i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 12px;
  left: 16px;
}

.section.help-section {
  background: #f3f5f7;
}
.section.help-section .category-card {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
}
.section.help-section .category-card .card-body a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section.help-section .category-card .card-body a .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.help-section .category-card .card-body a .icon i {
  font-size: 3.5rem;
  color: #818a97 !important;
}
.section.help-section .category-card .card-body a .inner-content {
  padding-left: 25px;
}
.section.help-section .category-card .card-body a .inner-content .title {
  margin-bottom: 10px !important;
  font-weight: 400;
  color: #8c8cf9;
}
.section.help-section .category-card .card-body a .inner-content .inner-text {
  color: #999 !important;
}
.section.help-section .category-card .card-body a .inner-content .card-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  position: relative;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:not(:first-child) {
  margin-left: -19px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:first-child {
  z-index: 3;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(2) {
  z-index: 2;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(3) {
  z-index: 1;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(4) {
  z-index: 0;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar.is-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #999;
  font-weight: 500;
  font-size: 13px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar.is-more span {
  position: relative;
  top: -2px;
  left: -1px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .meta-info {
  color: #999 !important;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .articles-number {
  font-size: 13px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .authors {
  font-size: 13px;
}
.section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .authors span {
  color: #2e9be5;
}

.breadcrumbs {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.breadcrumbs ul {
  margin: 0 !important;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
}
.breadcrumbs ul li:first-child:before {
  content: "";
  margin-left: -20px;
}
.breadcrumbs ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #a0a0a0;
  font-size: 14px;
  margin-right: 15px;
}
.breadcrumbs a {
  font-weight: 500;
  color: #8c8cf9;
}

/* ==========================================================================
1. Help Center Category
========================================================================== */
.help-container {
  position: relative;
}
.help-container .shadow-bg {
  width: 100%;
}
.help-container .shadow-bg:before {
  content: " ";
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ebeef1;
  border-radius: 4px;
  transition: background 0.3s;
  z-index: 0;
  margin: 0 10px;
}
.help-container .category-header {
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 20px;
  z-index: 2;
}
.help-container .category-header .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-container .category-header .icon i {
  font-size: 3.5rem;
  color: #818a97 !important;
}
.help-container .category-header .inner-content {
  padding-left: 25px;
}
.help-container .category-header .inner-content .title {
  margin-bottom: 10px !important;
  font-weight: 400;
  color: #8c8cf9;
}
.help-container .category-header .inner-content .inner-text {
  color: #999 !important;
}
.help-container .category-header .inner-content .card-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}
.help-container .category-header .inner-content .card-meta .small-avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
}
.help-container .category-header .inner-content .card-meta .small-avatar:not(:first-child) {
  margin-left: -19px;
}
.help-container .category-header .inner-content .card-meta .small-avatar:first-child {
  z-index: 3;
}
.help-container .category-header .inner-content .card-meta .small-avatar:nth-child(2) {
  z-index: 2;
}
.help-container .category-header .inner-content .card-meta .small-avatar:nth-child(3) {
  z-index: 1;
}
.help-container .category-header .inner-content .card-meta .small-avatar:nth-child(4) {
  z-index: 0;
}
.help-container .category-header .inner-content .card-meta .small-avatar.is-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #999;
  font-weight: 500;
  font-size: 13px;
}
.help-container .category-header .inner-content .card-meta .small-avatar.is-more span {
  position: relative;
  top: -2px;
  left: -1px;
}
.help-container .category-header .inner-content .card-meta .meta-info {
  color: #999 !important;
}
.help-container .category-header .inner-content .card-meta .meta-info .articles-number {
  font-size: 13px;
}
.help-container .category-header .inner-content .card-meta .meta-info .authors {
  font-size: 13px;
}
.help-container .category-header .inner-content .card-meta .meta-info .authors span {
  color: #8c8cf9;
}
.help-container .articles-list {
  position: relative;
  margin: 30px;
  background: #fff;
  width: calc(100% - 60px);
  border-radius: 4px;
  border: 1px solid #d4dadf;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}
.help-container .articles-list .help-article {
  padding: 30px;
}
.help-container .articles-list .help-article a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.help-container .articles-list .help-article a .inner-content .title {
  margin-bottom: 10px !important;
  font-weight: 400;
  color: #8c8cf9;
}
.help-container .articles-list .help-article a .inner-content .inner-text {
  color: #999 !important;
}
.help-container .articles-list .help-article a .inner-content .card-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}
.help-container .articles-list .help-article a .inner-content .card-meta .small-avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  position: relative;
}
.help-container .articles-list .help-article a .inner-content .card-meta .meta-info {
  color: #999 !important;
  line-height: 1.1rem;
}
.help-container .articles-list .help-article a .inner-content .card-meta .meta-info .author {
  font-size: 13px;
}
.help-container .articles-list .help-article a .inner-content .card-meta .meta-info .author span {
  color: #2e9be5;
}
.help-container .articles-list .help-article a .inner-content .card-meta .meta-info .status {
  font-size: 12px;
  color: #a9abac;
}
.help-container .articles-list .help-article:not(:last-child) {
  border-bottom: 1px solid #d4dadf;
}

/* ==========================================================================
2. Help Center article
========================================================================== */
.single-help-article {
  border-radius: 4px;
  border: 1px solid #d4dadf;
  margin-top: 20px;
  padding: 60px;
}
.single-help-article .article-inner {
  max-width: 640px;
  margin: 0 auto;
}
.single-help-article .article-inner h2 {
  font-weight: 500;
}
.single-help-article .article-inner h3 {
  padding-top: 20px;
  color: #999;
  font-weight: 500;
  margin-bottom: 1rem;
}
.single-help-article .article-inner .article-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #999 !important;
  line-height: 1.1rem;
}
.single-help-article .article-inner .article-meta .small-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.single-help-article .article-inner .article-meta .meta-info {
  color: #999 !important;
  line-height: 1.1rem;
  margin-left: 15px;
}
.single-help-article .article-inner .article-meta .meta-info .author {
  font-size: 13px;
}
.single-help-article .article-inner .article-meta .meta-info .author span {
  color: #2e9be5;
}
.single-help-article .article-inner .article-meta .meta-info .status {
  font-size: 12px;
  color: #a9abac;
}
.single-help-article .article-inner .content {
  padding-top: 30px;
}
.single-help-article .article-inner .content p {
  font-size: 16px;
  color: #444f60;
}
.single-help-article .article-inner .content h4 {
  padding-top: 10px;
  font-weight: 500;
}
.single-help-article .article-inner .content ul {
  font-size: 16px;
}
.single-help-article .article-inner .rating-section {
  width: 100%;
  text-align: center;
}
.single-help-article .article-inner .rating-section .question {
  padding-top: 25px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #a9abac;
}
.single-help-article .article-inner .rating-section .rating-buttons {
  position: relative;
  top: 18px;
}
.single-help-article .article-inner .rating-section .rating-button {
  max-width: 60px;
  max-height: 60px;
  cursor: pointer;
}
.single-help-article .article-inner .rating-section .rating-button i {
  font-size: 50px;
  font-weight: 200;
  color: #a9abac;
  transition: all 0.3s;
}
.single-help-article .article-inner .rating-section .rating-button:hover i {
  color: #8c8cf9;
  transform: scale(1.1);
}

/* ==========================================================================
3. FAQ v1
================ ========================================================== */
.faq-wrapper {
  padding: 50px 0;
}
.faq-wrapper .faq-block {
  margin: 0 0 50px 0;
  padding: 0 16px;
}
.faq-wrapper .faq-block:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-block .block-header {
  display: flex;
  cursor: pointer;
}
.faq-wrapper .faq-block .block-header.is-active .header-icon {
  transform: rotate(45deg);
}
.faq-wrapper .faq-block .block-header .header-icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
  background: #8c8cf9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.faq-wrapper .faq-block .block-header .header-icon i {
  color: #fcfcfc;
  font-size: 12px;
}
.faq-wrapper .faq-block .block-header h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444f60;
  margin-left: 12px;
}
.faq-wrapper .faq-block .block-body {
  display: none;
  padding-top: 16px;
  font-size: 1.1rem;
}
.faq-wrapper .faq-block .block-body p, .faq-wrapper .faq-block .block-body ul li {
  color: rgb(99.7195121951, 115.8506097561, 140.7804878049);
}
.faq-wrapper .faq-block .block-body ul li {
  list-style-type: disc;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .faq-wrapper .faq-block {
    margin: 25px 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Portfolio elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Agency Portfolio grid
    1. Portfolio page
***/
/* ==========================================================================
0. Agency Portfolio grid
========================================================================== */
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 800px;
  height: auto;
  margin: 20px 10px;
}
.portfolio .portfolio-item:hover .circle-overlay {
  transform: scale(35);
}
.portfolio .portfolio-item:hover .project-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.portfolio .portfolio-item:hover .project-link {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.portfolio .portfolio-item img {
  border-radius: 10px;
  max-height: 800px;
  display: block;
}
.portfolio .portfolio-item .circle-overlay {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #8c8cf9;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 1;
}
.portfolio .portfolio-item .project-info {
  position: absolute;
  margin: 0 auto;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-item .project-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.portfolio .portfolio-item .project-link {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.portfolio .portfolio-item .project-link a {
  color: #fff;
  font-family: "Nexa Light", sans-serif;
  font-size: 1.2rem;
}
.portfolio .portfolio-item .project-link a i {
  position: relative;
  top: 8px;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.portfolio .portfolio-item .project-link a:hover i {
  opacity: 1;
  transform: translateX(10px);
}

/* ==========================================================================
1. Portfolio page
========================================================================== */
.portfolio-item .item-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.3rem;
}
.portfolio-item .project-description p {
  padding-bottom: 10px;
}
.portfolio-item .made-for {
  font-family: "Nexa Bold", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-item .made-for img {
  max-height: 80px;
}
.portfolio-item label {
  font-family: "Nexa Light", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 90%;
  color: #999;
}
.portfolio-item .project-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-item .project-category span {
  font-family: "Nexa Bold", sans-serif;
}
.portfolio-item .project-category i {
  font-size: 1.8rem;
  color: #8c8cf9;
}
.portfolio-item .inline-list {
  padding: 10px 0;
}
.portfolio-item .project-date {
  padding: 10px 0;
  font-family: "Nexa Bold", sans-serif;
}
.portfolio-item .fa-social {
  font-size: 1.4rem;
  color: #a9abac;
  cursor: pointer;
  transition: color 0.3s;
}
.portfolio-item .fa-social:hover {
  color: #8c8cf9;
}
.portfolio-item .navigation {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-item .navigation a {
  width: 146px;
  margin: 0 5px;
}
.portfolio-item .navigation a i {
  font-size: 18px;
}
.portfolio-item .navigation a i.is-right {
  position: relative;
  right: -14px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .portfolio-item img {
    width: 100%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Blog elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Latest posts
    1. Blog main page
    2. Blog Search
    3. Blog post
    4. Post Comments
    5. Blog Sidebar
    6. Media Queries
***/
/* ==========================================================================
0. Agency Latest posts
========================================================================== */
.latest-posts .card, .latest-posts .cart-summary .summary-card, .cart-summary .latest-posts .summary-card {
  border-radius: 5px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #ededed;
}
.latest-posts .card .card-image figure img, .latest-posts .cart-summary .summary-card .card-image figure img, .cart-summary .latest-posts .summary-card .card-image figure img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.latest-posts .card figure.author, .latest-posts .cart-summary .summary-card figure.author, .cart-summary .latest-posts .summary-card figure.author {
  position: absolute;
  bottom: -24px;
  right: 20px;
}
.latest-posts .card figure.author .img-circle, .latest-posts .cart-summary .summary-card figure.author .img-circle, .cart-summary .latest-posts .summary-card figure.author .img-circle {
  border: 2px solid #fff;
  border-radius: 50%;
}
.latest-posts .card .media, .latest-posts .cart-summary .summary-card .media, .cart-summary .latest-posts .summary-card .media {
  margin: 0;
}
.latest-posts .card .title, .latest-posts .cart-summary .summary-card .title, .cart-summary .latest-posts .summary-card .title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
}
.latest-posts .card .timestamp, .latest-posts .cart-summary .summary-card .timestamp, .cart-summary .latest-posts .summary-card .timestamp {
  font-size: 85%;
  color: #a9abac;
  padding: 5px 0;
}
.latest-posts .card .timestamp i, .latest-posts .cart-summary .summary-card .timestamp i, .cart-summary .latest-posts .summary-card .timestamp i {
  margin-right: 7px;
}
.latest-posts .card .post-exerpt, .latest-posts .cart-summary .summary-card .post-exerpt, .cart-summary .latest-posts .summary-card .post-exerpt {
  padding: 10px 0 20px 0;
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
1. Blog List item
========================================================================== */
.blog-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.is-post {
  border-radius: 6px;
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px auto;
}
.is-post:last-child {
  margin-bottom: 0;
}
.is-post .featured-post-image {
  position: relative;
}
.is-post .featured-post-image img {
  display: block;
  border-radius: 4px 4px 0 0;
}
.is-post .featured-post-image .post-date {
  position: absolute;
  bottom: -28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: #fff;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 10px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.is-post .featured-post-image .post-date .post-date-inner {
  line-height: 1;
  text-align: center;
}
.is-post .featured-post-image .post-date .post-date-inner span {
  font-family: "Roboto", sans-serif;
  display: block;
}
.is-post .featured-post-image .post-date .post-date-inner span:first-child {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444f60;
}
.is-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
  font-weight: 700;
  font-size: 1.8rem;
  color: #8c8cf9;
}
.is-post .featured-post-body {
  border: 1px solid rgb(229.35, 229.35, 229.35);
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
.is-post .featured-post-body .featured-post-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.is-post .featured-post-body .featured-post-title .title-avatar {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  display: block;
}
.is-post .featured-post-body .featured-post-title .title-avatar img {
  border-radius: 50%;
}
.is-post .featured-post-body .featured-post-title .title-meta {
  margin-left: 12px;
}
.is-post .featured-post-body .featured-post-title .title-meta .post-title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.4rem;
  line-height: 1;
}
.is-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.is-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
  color: #8c8cf9;
}
.is-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
  position: relative;
  top: -4px;
  font-size: 4px;
  margin: 0 5px;
}
.is-post .featured-post-body p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 1.5rem;
}
.is-post .featured-post-body .read-more-link {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #8c8cf9;
  font-size: 1.1rem;
}
.is-post .featured-post-body .read-more-link span {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-left: 4px;
}

.load-more {
  padding: 60px 0;
}
.load-more .button {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}

/*@media (max-width: 768px) {
    .flex-card {
        &.is-post {
            &.is-pulled-top {
                margin-top: -80px;
            }

            .header {
                .author-avatar {
                    right: 20px !important;
                    bottom: -30px !important;
                    width: 60px !important;
                    height: 60px !important;
                    border: 3px solid $white !important;

                    img {
                        left: 0.5px;
                        transform: scale(1);
                    }
                }
            }
        }
    }
}*

/* ==========================================================================
2. Blog Grid Item
========================================================================== */
.blog-grid-item.is-masonry {
  margin-bottom: 1.5rem;
}
.blog-grid-item.is-masonry:last-child {
  margin-bottom: 0;
}
.blog-grid-item.masonry-size-1 .card-image .item-featured-image {
  height: 140px;
}
.blog-grid-item.masonry-size-2 .card-image .item-featured-image {
  height: 240px;
}
.blog-grid-item.masonry-size-3 .card-image .item-featured-image {
  height: 290px;
}
.blog-grid-item.is-related .card-content {
  padding: 16px;
}
.blog-grid-item.is-related .card-content .featured-post-title .title-meta {
  margin-left: 0;
}
.blog-grid-item.is-related .card-content .featured-post-title .title-meta .post-title {
  font-size: 1.3rem;
}
.blog-grid-item.is-related .card-content .featured-post-title .title-meta .post-subtitle {
  font-size: 1rem;
}
.blog-grid-item .card-image .item-featured-image {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-grid-item .card-image .post-date {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 10px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.blog-grid-item .card-image .post-date .post-date-inner {
  line-height: 1;
  text-align: center;
}
.blog-grid-item .card-image .post-date .post-date-inner span {
  font-family: "Roboto", sans-serif;
  display: block;
}
.blog-grid-item .card-image .post-date .post-date-inner span:first-child {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444f60;
}
.blog-grid-item .card-image .post-date .post-date-inner span:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
  color: #8c8cf9;
}
.blog-grid-item .card-content {
  padding: 26px;
}
.blog-grid-item .card-content .featured-post-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.blog-grid-item .card-content .featured-post-title .title-avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  display: block;
}
.blog-grid-item .card-content .featured-post-title .title-avatar img {
  border-radius: 50%;
}
.blog-grid-item .card-content .featured-post-title .title-meta {
  margin-left: 12px;
}
.blog-grid-item .card-content .featured-post-title .title-meta .post-title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.1rem;
  line-height: 1.2;
}
.blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle a {
  color: #8c8cf9;
}
.blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle i {
  position: relative;
  top: -4px;
  font-size: 4px;
  margin: 0 5px;
}
.blog-grid-item .card-content p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 1rem;
}
.blog-grid-item .card-content .read-more-link {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #8c8cf9;
  font-size: 1rem;
}
.blog-grid-item .card-content .read-more-link span {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-left: 4px;
}

/* ==========================================================================
2. Blog Sidebar
========================================================================== */
.blog-sidebar {
  padding: 0 30px;
}
.blog-sidebar .blog-sidebar-search {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 2.5rem;
}
.blog-sidebar .blog-sidebar-search .input {
  border-color: rgb(230.7051724138, 233.65, 236.5948275862);
  font-size: 1.2rem;
}
.blog-sidebar .blog-sidebar-posts {
  margin-bottom: 3.5rem;
}
.blog-sidebar .blog-sidebar-posts h4 {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post:last-child {
  margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image {
  position: relative;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image img {
  display: block;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content {
  flex-grow: 2;
  padding: 0 20px;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #444f60;
  margin-bottom: 6px;
  line-height: 1.2;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta {
  display: flex;
  align-items: center;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta img {
  display: block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta span {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  margin-left: 8px;
}
.blog-sidebar .blog-sidebar-categories {
  margin-bottom: 3.5rem;
}
.blog-sidebar .blog-sidebar-categories h4 {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:last-child {
  margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover > span {
  color: #8c8cf9;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count {
  border-color: rgb(230.7051724138, 233.65, 236.5948275862);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count span {
  color: #8c8cf9;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category > span {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  line-height: 1.2;
  transition: color 0.3s;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
  font-weight: 600;
  font-size: 1rem;
  color: #444f60;
  transition: color 0.3s;
}
.blog-sidebar .blog-sidebar-tags {
  margin-bottom: 3.5rem;
}
.blog-sidebar .blog-sidebar-tags h4 {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.blog-sidebar .blog-sidebar-tags .tags .tag {
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.9rem;
  background: #fff;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  border: 1px solid rgb(230.7051724138, 233.65, 236.5948275862);
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s;
}
.blog-sidebar .blog-sidebar-tags .tags .tag:hover {
  color: #8c8cf9;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

/*.is-blog-search {
    position: relative;
    margin-bottom: 20px;

    input {
        height: 60px;
        width: 100%;
        border: none;
        padding-left: 45px;
        border: 1px solid $fade-grey;
        transition: all 0.5s;

        &:focus {
            box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
            border: 1px solid $primary;
            border-radius: 5px;

            + i {
                color: $primary;
            }
        }

        &:focus, &:active {
            outline: none;
        }
    }

    i {
        position: absolute;
        left: 15px;
        top: 22px;
        color: $placeholder;
        font-size: 20px;
        transition: color 0.5s;
    }
}*/
/* ==========================================================================
3. Single Blog post
========================================================================== */
.is-single-post {
  border-radius: 6px;
  background: #fff;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px auto;
}
.is-single-post:last-child {
  margin-bottom: 0;
}
.is-single-post .featured-post-image {
  position: relative;
}
.is-single-post .featured-post-image img {
  display: block;
  border-radius: 4px 4px 0 0;
}
.is-single-post .featured-post-image .post-date {
  position: absolute;
  bottom: -28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: #fff;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  border-radius: 10px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.is-single-post .featured-post-image .post-date .post-date-inner {
  line-height: 1;
  text-align: center;
}
.is-single-post .featured-post-image .post-date .post-date-inner span {
  font-family: "Roboto", sans-serif;
  display: block;
}
.is-single-post .featured-post-image .post-date .post-date-inner span:first-child {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444f60;
}
.is-single-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
  font-weight: 700;
  font-size: 1.8rem;
  color: #8c8cf9;
}
.is-single-post .featured-post-body {
  padding: 30px 0;
}
.is-single-post .featured-post-body .featured-post-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.is-single-post .featured-post-body .featured-post-title .title-meta .post-title {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 8px;
}
.is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 1rem;
}
.is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
  color: #8c8cf9;
}
.is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
  position: relative;
  top: -4px;
  font-size: 4px;
  margin: 0 5px;
}
.is-single-post .featured-post-body p {
  font-size: 1.2rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 1.5rem;
}
.is-single-post .featured-post-body blockquote {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  background: #f5f6fa;
  border-color: #8c8cf9;
  color: rgb(133.0682926829, 147.0396341463, 168.6317073171);
}
.is-single-post .sharing-links,
.is-single-post .post-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 1.1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}
.is-single-post .sharing-links > span,
.is-single-post .post-tags > span {
  position: relative;
  top: 2px;
  color: #444f60;
  font-size: 1.3rem;
  margin-left: 4px;
}
.is-single-post .sharing-links .social-links,
.is-single-post .post-tags .social-links {
  display: flex;
  align-items: center;
}
.is-single-post .sharing-links .social-links a,
.is-single-post .post-tags .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.is-single-post .sharing-links .social-links a:hover,
.is-single-post .post-tags .social-links a:hover {
  background: #fff;
  border-color: rgb(231.4, 233.76, 243.2);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-single-post .sharing-links .social-links a:hover i,
.is-single-post .post-tags .social-links a:hover i {
  color: #8c8cf9;
}
.is-single-post .sharing-links .social-links a i,
.is-single-post .post-tags .social-links a i {
  font-size: 16px;
  color: rgb(197.4, 203.16, 226.2);
  transition: all 0.3s;
}
.is-single-post .sharing-links {
  margin-bottom: 1.5rem;
}
.is-single-post .post-tags {
  border-bottom: none;
}
.is-single-post .post-tags .tags .tag {
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.9rem;
  background: #fff;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  border: 1px solid rgb(230.7051724138, 233.65, 236.5948275862);
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s;
}
.is-single-post .post-tags .tags .tag:hover {
  color: #8c8cf9;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-single-post .post-author {
  display: flex;
  margin-bottom: 1rem;
  margin: 40px 0;
  padding: 30px;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s;
}
.is-single-post .post-author:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-single-post .post-author .post-author-avatar {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  display: block;
}
.is-single-post .post-author .post-author-avatar img {
  border-radius: 50%;
}
.is-single-post .post-author .post-author-meta {
  margin-left: 12px;
}
.is-single-post .post-author .post-author-meta .post-author-title a {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: all 0.3s;
}
.is-single-post .post-author .post-author-meta .post-author-title a:hover {
  color: #8c8cf9;
}
.is-single-post .post-author .post-author-meta h4 {
  font-family: "Nexa Light", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.is-single-post .post-author .post-author-meta p {
  font-size: 1.1rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .is-single-post .post-author {
    flex-direction: column;
    text-align: center;
  }
  .is-single-post .post-author .post-author-avatar {
    margin: 0 auto 16px auto;
  }
}
/* ==========================================================================
3. Related Posts
========================================================================== */
.related-posts {
  margin-bottom: 3.5rem;
}
.related-posts .related-posts-head {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.6rem;
  margin: 20px 0;
}

/* ==========================================================================
4. Blog post comments
========================================================================== */
.single-comments .single-comments-head {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.6rem;
  margin: 20px 0;
}
.single-comments .comments-list .media {
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  border-color: rgb(227.8034482759, 231.1, 234.3965517241);
  max-width: 640px;
}
.single-comments .comments-list .media .media-left img {
  border-radius: 50%;
}
.single-comments .comments-list .media .media-content .content .title {
  color: #444f60;
  font-size: 1.2rem;
}
.single-comments .comments-list .media .media-content .content .timestamp {
  display: block;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 0.5rem;
}
.single-comments .comments-list .media .media-content .content p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.single-comments .comments-list .media .media-content .content .controls i {
  color: #f92b60;
  font-size: 12px;
}
.single-comments .comments-list .media .media-content .content .controls .count {
  color: #444f60;
  font-weight: 500;
}
.single-comments .comments-list .media .media-content .content .controls .reply {
  font-family: "Roboto", sans-serif;
  margin-left: 20px;
}
.single-comments .comments-list .media .media-content .content .controls .reply a {
  color: #8c8cf9;
}
.single-comments .publish-comment {
  margin-bottom: 3.5rem;
}
.single-comments .publish-comment .publish-comment-head {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  font-size: 1.6rem;
  margin: 20px 0;
}
.single-comments .publish-comment form .field .textarea {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  border-color: #dee2e6;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.single-comments .publish-comment form .field .input {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  height: 50px;
  font-size: 1.2rem;
}
.single-comments .publish-comment form .field .submit-wrap .button {
  height: 55px;
  min-width: 240px;
}

.comment-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
}
.comment-count i {
  font-size: 2rem;
  font-weight: 500;
  color: #a9abac;
}
.comment-count .text {
  font-size: 1.1rem;
  font-weight: 400;
  color: #a9abac;
  margin-left: 20px;
}
.comment-count .text span.count-number {
  font-size: 1.1rem;
}
.comment-count button {
  margin-left: auto;
  color: #999 !important;
}

.compose-card {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
.compose-card .control-wrapper {
  width: 100%;
  padding-left: 20px;
}
.compose-card .control-wrapper .textarea-button {
  background: #f5f6fa;
}

/* ==========================================================================
5. Blog sidebar
========================================================================== */
/*.flex-card {
    .card-header {
        font-family: $font-main;
        padding: 20px;
        font-size: 1.2rem;
        font-weight: 500;
        color: $blue-grey;
    }

    .card-panel {
        .recent-posts {
            .recent-post {
                padding: 10px 20px;
                border-bottom: 1px solid $fade-grey;

                .post-title a {
                    color: $blue-grey;
                    font-weight: 600;

                    &:hover {
                        color: $primary;
                    }
                }

                .post-meta {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    img {
                        width: 32px;
                        height: 32px;
                        border-radius: 50%;
                    }
                }

                span {
                    display: block;
                    font-size: 90%;
                    color: $title-grey;
                }
            }
        }

        .latest-comments {
            .latest-comment {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 16px 20px;
                border-bottom: 1px solid $fade-grey;

                img {
                    width: 32px;
                    height: 32px;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                .comment-info {
                    .name a {
                        color: $blue-grey;
                        font-weight: 600;

                        &:hover {
                            color: $primary;
                        }
                    }

                    .post-ref a {
                        font-size: 90%;
                        color: $title-grey;

                        &:hover {
                            color: $primary;
                        }
                    }
                }
            }
        }

        .archives, .post-categories {
            .archived-month, .post-category {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 16px 20px;
                border-bottom: 1px solid $fade-grey;

                span a {
                    color: $blue-grey;
                    font-weight: 600;

                    &:hover {
                        color: $primary;
                    }
                }
            }
        }

        .tag {
            margin: 5px;
        }
    }
}*/
/* ==========================================================================
6. Media Queries
========================================================================== */
@media (max-width: 767px) {
  /*.flex-card {
        &.is-post {
            h2 {
                font-size: 1.3rem !important;
            }
        }

        &.is-full-post {
            padding: 10px !important;

            .post-body {
                padding: 20px 10px !important;
            }
        }
    }

    .post-meta {
        margin: 0 !important;
        padding: 10px !important;

        .title-block {
            padding: 0 !important;

            h2 {
                font-size: 1.5em !important;
            }
        }
    }

    .post-body {
        padding: 20px 10px !important;
    }

    .compose-card {
        .control-wrapper {
            padding: 0;
        }
    }*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*.flex-card.is-post, .flex-card.is-full-post {
        padding: 40px;

        .post-meta {
            padding: 10px 0;
        }
    }*/
}
/* ==========================================================================
7. Landing Page Blog
========================================================================== */
.main-post .post-image {
  position: relative;
  border-radius: 6px;
}
.main-post .post-image img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.main-post .post-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(140, 140, 249, 0.8);
  border-radius: 6px;
  transition: all 0.3s;
}
.main-post .post-image:hover .image-overlay {
  background: rgba(140, 140, 249, 0.6);
}
.main-post .post-content {
  padding: 20px;
}
.main-post .post-content h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8c8cf9;
  margin: 10px 0 0 0;
}
.main-post .post-content h3 a {
  color: #8c8cf9;
  transition: all 0.3s;
}
.main-post .post-content h3 a:hover {
  opacity: 0.7;
}
.main-post .post-content .time {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 16px;
}
.main-post .post-content p {
  font-size: 1.1rem;
  color: #999;
}

.side-post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.side-post .post-image {
  position: relative;
}
.side-post .post-image img {
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.side-post .post-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(140, 140, 249, 0.8);
  border-radius: 6px;
  transition: all 0.3s;
}
.side-post .post-image:hover .image-overlay {
  background: rgba(140, 140, 249, 0.6);
}
.side-post .post-content {
  flex-grow: 2;
  padding: 0 20px;
}
.side-post .post-content h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #8c8cf9;
  margin-bottom: 6px;
}
.side-post .post-content h3 a {
  color: #8c8cf9;
  transition: all 0.3s;
}
.side-post .post-content h3 a:hover {
  opacity: 0.7;
}
.side-post .post-content p {
  font-size: 1rem;
  color: #999;
}

.no-credit-card {
  color: #999;
  font-size: 0.8rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .side-post .post-image img {
    width: 90px !important;
    min-width: 90px !important;
    height: 90px !important;
    min-height: 90px !important;
  }
  .side-post .post-content {
    padding-right: 0 !important;
  }
  .side-post .post-content h3 {
    font-size: 1rem !important;
  }
  .side-post .post-content p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 767px) {
  .main-post .post-content {
    padding: 20px 0;
  }
  .side-post .post-image img {
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
  }
  .side-post .post-content {
    padding-right: 0 !important;
  }
  .side-post .post-content h3 {
    font-size: 1rem !important;
  }
  .side-post .post-content p {
    font-size: 0.9rem !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Contact elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Contact form
    1. Maps
    2. Startup contact button
    3. Contact page v1
    4. Map Block
***/
/* ==========================================================================
0. Contact form
========================================================================== */
.contact-form-wrapper {
  min-height: 500px;
  padding: 50px 0;
  background: #ededed;
}
.contact-form-wrapper .container {
  padding: 50px 0;
}
.contact-form-wrapper .columns {
  padding: 30px 0;
}
.contact-form-wrapper .form-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #444f60;
}

.shadow-title {
  font-family: "Nexa Light", sans-serif;
  font-size: 1.3rem;
  padding-top: 10px;
}

.shadow-description {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

/* ==========================================================================
1. Landing Contact Form
========================================================================== */
.contact-title {
  margin-top: 200px;
}

.contact-form {
  width: 100%;
  padding: 40px 20px;
}
.contact-form.is-bigger {
  width: 100%;
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
  padding: 50px;
}
.contact-form.is-bigger p {
  color: #6f7592;
  font-size: 0.9rem;
  margin-bottom: 40px;
}
.contact-form.is-bigger .button-wrap {
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nexa Bold", sans-serif;
}
.contact-form.is-bigger .button-wrap .button {
  height: 54px;
  line-height: 1 !important;
}
.contact-form label {
  font-weight: 500;
  color: #444f60;
}
.contact-form .submit-wrapper {
  text-align: right;
}

.contact-toggler {
  padding: 40px 0;
}
.contact-toggler .tabbed-links li {
  display: inline-block;
  padding: 10px;
  color: #cecece;
  border-top: 2px solid transparent;
  cursor: pointer;
}
.contact-toggler .tabbed-links li.is-active {
  color: #444f60;
  font-weight: 500;
  border-top: 2px solid #8c8cf9;
}
.contact-toggler .contact-blocks .contact-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.contact-toggler .contact-blocks .contact-block .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8c8cf9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contact-toggler .contact-blocks .contact-block .contact-icon i {
  font-size: 1.3rem;
  color: #fff;
}
.contact-toggler .contact-blocks .contact-block .contact-info {
  padding: 0 10px;
}
.contact-toggler .contact-blocks .contact-block .contact-info span {
  display: block;
}
.contact-toggler .contact-blocks .contact-block .contact-info span:first-child {
  font-weight: 500;
  color: #444f60;
}
.contact-toggler .contact-blocks .contact-block .contact-info span:nth-child(2) {
  font-weight: 500;
  color: #2e9be5;
}

@media (max-width: 767px) {
  .submit-wrapper {
    text-align: center !important;
  }
  .contact-form.is-bigger {
    padding: 30px;
  }
}
/* ==========================================================================
5. Contact Form 2
========================================================================== */
.contact-title-2 {
  margin-top: 200px;
}

.contact-form-2 {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px auto;
  border: 1px solid #ededed;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
  padding: 50px;
}
.contact-form-2 p {
  color: #6f7592;
  font-size: 0.9rem;
  margin-bottom: 40px;
}
.contact-form-2 .b-checkbox {
  display: flex;
}
.contact-form-2 .b-checkbox label {
  padding-left: 1rem;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}
.contact-form-2 .button-wrap {
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nexa Bold", sans-serif;
}
.contact-form-2 .button-wrap .button {
  height: 54px;
  line-height: 3 !important;
}

/* ==========================================================================
1. Maps
========================================================================== */
.half-map {
  min-height: 550px;
}

@media (max-width: 767px) {
  #google-map {
    min-height: 50vh;
  }
}
.mapbox-map.map-1 {
  width: 100%;
  height: 100%;
}
.mapbox-map.map-1 canvas {
  height: 100% !important;
}

/* ==========================================================================
2. Startup contact button
========================================================================== */
.startup-contact-button {
  max-width: 320px;
  margin: 0 auto;
  height: 44px;
}

/* ==========================================================================
3. Contact page v1
========================================================================== */
.contact-page-form {
  display: block;
  padding: 40px;
  border: 1px solid rgb(233.6068965517, 236.2, 238.7931034483);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  text-align: left;
}
.contact-page-form.is-pushed-right {
  margin-right: 0;
}
.contact-page-form > h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.4rem;
  color: #444f60;
}
.contact-page-form > p {
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 2rem;
}
.contact-page-form .column {
  padding: 0.5rem;
}
.contact-page-form .field > label {
  font-size: 0.95rem;
}
.contact-page-form .field .control .input,
.contact-page-form .field .control .textarea {
  font-size: 1.1rem;
}

/* ==========================================================================
4. Map Block
========================================================================== */
.map-block {
  border-radius: 2rem;
  margin: 3rem auto 5rem auto;
  max-width: 1040px;
}
.map-block .map-block-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
  min-height: 400px;
  z-index: 1;
}
.map-block .map-block-inner .card, .map-block .map-block-inner .cart-summary .summary-card, .cart-summary .map-block .map-block-inner .summary-card {
  min-width: 340px;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid hsl(0, 0%, 86%);
}
.map-block .map-block-inner .card .card-content, .map-block .map-block-inner .cart-summary .summary-card .card-content, .cart-summary .map-block .map-block-inner .summary-card .card-content {
  padding: 2.5rem;
}
.map-block .map-block-inner .card .card-content h4, .map-block .map-block-inner .cart-summary .summary-card .card-content h4, .cart-summary .map-block .map-block-inner .summary-card .card-content h4 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  color: #444f60;
}
.map-block .map-block-inner .card .card-content p, .map-block .map-block-inner .cart-summary .summary-card .card-content p, .cart-summary .map-block .map-block-inner .summary-card .card-content p {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  font-size: 1rem;
  margin-bottom: 1rem;
}
.map-block .map-block-inner .card .card-content .control, .map-block .map-block-inner .cart-summary .summary-card .card-content .control, .cart-summary .map-block .map-block-inner .summary-card .card-content .control {
  position: relative;
}
.map-block .map-block-inner .card .card-content .control .form-icon, .map-block .map-block-inner .cart-summary .summary-card .card-content .control .form-icon, .cart-summary .map-block .map-block-inner .summary-card .card-content .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
}
.map-block .map-block-inner .card .card-content .control .form-icon svg, .map-block .map-block-inner .cart-summary .summary-card .card-content .control .form-icon svg, .cart-summary .map-block .map-block-inner .summary-card .card-content .control .form-icon svg {
  height: 18px;
  width: 18px;
  stroke: #8c8cf9;
}
.map-block .map-block-inner .card .card-content .input, .map-block .map-block-inner .cart-summary .summary-card .card-content .input, .cart-summary .map-block .map-block-inner .summary-card .card-content .input,
.map-block .map-block-inner .card .card-content .textarea,
.map-block .map-block-inner .cart-summary .summary-card .card-content .textarea,
.cart-summary .map-block .map-block-inner .summary-card .card-content .textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  transition: border-color 0.3s;
}
.map-block .map-block-inner .card .card-content .input:focus, .map-block .map-block-inner .cart-summary .summary-card .card-content .input:focus, .cart-summary .map-block .map-block-inner .summary-card .card-content .input:focus,
.map-block .map-block-inner .card .card-content .textarea:focus,
.map-block .map-block-inner .cart-summary .summary-card .card-content .textarea:focus,
.cart-summary .map-block .map-block-inner .summary-card .card-content .textarea:focus {
  border-color: #8c8cf9;
}
.map-block .map-block-inner .card .card-content .input, .map-block .map-block-inner .cart-summary .summary-card .card-content .input, .cart-summary .map-block .map-block-inner .summary-card .card-content .input {
  height: 42px;
  padding-left: 42px;
  border-radius: 0.55rem;
}
.map-block .map-block-inner .card .card-content .button, .map-block .map-block-inner .cart-summary .summary-card .card-content .button, .cart-summary .map-block .map-block-inner .summary-card .card-content .button {
  height: 42px;
  border-radius: 0.55rem;
}

@media only screen and (max-width: 767px) {
  .map-block .map-block-inner {
    padding: 1.5rem !important;
  }
  .map-block .map-block-inner .card, .map-block .map-block-inner .cart-summary .summary-card, .cart-summary .map-block .map-block-inner .summary-card {
    min-width: 100% !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Case Study SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Case Study
***/
/* ==========================================================================
0. Case Study
========================================================================== */
.case-study-logo-container {
  position: relative;
}
.case-study-logo-container .case-study-logo {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #f5f6fa;
}
.case-study-logo-container .case-study-logo img {
  height: 32px;
  width: 32px;
  display: block;
}
.case-study-logo-container .case-study-logo img.favicon {
  height: 52px;
  width: 52px;
}

.case-study-colors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.case-study-colors .color-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  background: #fff;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.case-study-colors .color-dot-container:hover {
  transform: translateY(-5px);
}
.case-study-colors .color-dot-container .color-dot-inner {
  height: 35px;
  width: 35px;
  min-width: 35px;
  background: #fff;
  border-radius: 50%;
}
.case-study-colors .color-dot-container .color-dot-inner.primary-color {
  background: #8c8cf9;
}
.case-study-colors .color-dot-container .color-dot-inner.secondary-color {
  background: #7f00ff;
}
.case-study-colors .color-dot-container .color-dot-inner.accent-color {
  background: #ad5cff;
}
.case-study-colors .color-dot-container .color-dot-inner.fade-grey-color {
  background: #ededed;
}
.case-study-colors .color-dot-container .color-dot-inner.blue-grey-color {
  background: #444f60;
}
.case-study-colors .color-dot-container .color-dot-inner.blue-grey-light-color {
  background: rgb(142.0243902439, 154.9695121951, 174.9756097561);
}

@media only screen and (max-width: 767px) {
  .case-study-colors {
    padding: 80px 0 30px 0;
  }
  .case-study-colors .color-dot-container {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .case-study-colors {
    padding: 80px 0 30px 0;
  }
}
.case-study-tools .case-study-tools-card {
  padding: 30px;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.case-study-tools .case-study-tools-card:not(:last-child) {
  margin-bottom: 30px;
}
.case-study-tools .case-study-tools-card:nth-child(2) {
  position: relative;
  right: -40px;
}
.case-study-tools .case-study-tools-card h4 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.3rem;
  color: #444f60;
}
.case-study-tools .case-study-tools-card p {
  font-family: "Roboto", sans-serif;
  color: rgb(142.0243902439, 154.9695121951, 174.9756097561);
  margin-bottom: 1.5rem;
}
.case-study-tools .case-study-tools-card .tools-list {
  display: flex;
  flex-wrap: wrap;
}
.case-study-tools .case-study-tools-card .tools-list .tool-container {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-tools .case-study-tools-card .tools-list .tool-container .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  min-width: 52px;
  border: 1px solid rgb(227.8034482759, 231.1, 234.3965517241);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.case-study-tools .case-study-tools-card .tools-list .tool-container .inner-wrap img {
  display: flex;
  height: 42px;
  width: 42px;
  min-width: 42px;
  border-radius: 50%;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Code and Editor sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Code tabs
***/
/* ==========================================================================
0. Code tabs
========================================================================== */
.code-container-wrapper {
  padding-top: 40px;
}
.code-container-wrapper .code-container {
  border-radius: 6px;
  min-height: 300px;
  border-radius: 6px;
  position: relative;
  will-change: height;
  margin-bottom: 2.5rem;
  background-color: #050f2c !important;
}
.code-container-wrapper .code-container:after {
  top: 22%;
  width: 90%;
  height: 80%;
  left: 5%;
  content: "";
  position: absolute;
  background-color: rgba(62, 57, 107, 0.5);
  z-index: -1;
  filter: blur(20px);
}
.code-container-wrapper .code-container header {
  border-radius: 6px 6px 0 0;
  padding: 0 16px;
  height: 40px;
  color: #8994c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3e396b !important;
}
.code-container-wrapper .code-container header .dots {
  display: flex;
  align-items: center;
}
.code-container-wrapper .code-container header .dots .dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 0 2px;
  background: #8c8cf9;
}
.code-container-wrapper .code-container header .dots .dot:hover {
  stroke: #3e396b;
  stroke-width: 4px;
}
.code-container-wrapper .tabs-title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(226.8, 226.8, 226.8);
}
.code-container-wrapper [data-backend-sample],
.code-container-wrapper [data-frontend-sample] {
  display: none;
}
.code-container-wrapper [data-backend-sample].active,
.code-container-wrapper [data-frontend-sample].active {
  display: block;
}
.code-container-wrapper [data-backend-sample].active pre,
.code-container-wrapper [data-frontend-sample].active pre {
  opacity: 1 !important;
}
.code-container-wrapper [data-backend-sample] pre,
.code-container-wrapper [data-frontend-sample] pre {
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 15px 15px 40px 15px;
  width: 100%;
}
.code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar,
.code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar {
  width: 6px !important;
}
.code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar-thumb,
.code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.code-container-wrapper [data-backend-sample] pre code,
.code-container-wrapper [data-frontend-sample] pre code {
  height: 100%;
  display: block;
  overflow: auto;
}
.code-container-wrapper .backend-languages,
.code-container-wrapper .frontend-languages {
  margin: 40px 0 0 0;
}
.code-container-wrapper .backend-languages ul,
.code-container-wrapper .frontend-languages ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.code-container-wrapper .backend-languages ul li,
.code-container-wrapper .frontend-languages ul li {
  margin: 0 8px 12px 8px;
  width: calc(16.6% - 16px);
  text-align: center;
  color: #8994c6;
  cursor: pointer;
}
.code-container-wrapper .backend-languages ul li.is-active.ruby,
.code-container-wrapper .frontend-languages ul li.is-active.ruby {
  opacity: 1;
  color: #a62c46 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.rails,
.code-container-wrapper .frontend-languages ul li.is-active.rails {
  opacity: 1;
  color: #d1405f !important;
}
.code-container-wrapper .backend-languages ul li.is-active.django,
.code-container-wrapper .frontend-languages ul li.is-active.django {
  opacity: 1;
  color: #326543 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.python,
.code-container-wrapper .frontend-languages ul li.is-active.python {
  opacity: 1;
  color: #3770a0 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.php,
.code-container-wrapper .frontend-languages ul li.is-active.php {
  opacity: 1;
  color: #6c7eb7 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.symfony,
.code-container-wrapper .frontend-languages ul li.is-active.symfony {
  opacity: 1;
  color: #000 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.java,
.code-container-wrapper .frontend-languages ul li.is-active.java {
  opacity: 1;
  color: #3694d6 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.go,
.code-container-wrapper .frontend-languages ul li.is-active.go {
  opacity: 1;
  color: #3770a0 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.javascript,
.code-container-wrapper .frontend-languages ul li.is-active.javascript {
  opacity: 1;
  color: #ffd141 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.scala,
.code-container-wrapper .frontend-languages ul li.is-active.scala {
  opacity: 1;
  color: #dc332d !important;
}
.code-container-wrapper .backend-languages ul li.is-active.csharp,
.code-container-wrapper .frontend-languages ul li.is-active.csharp {
  opacity: 1;
  color: #00adef !important;
}
.code-container-wrapper .backend-languages ul li.is-active.apple,
.code-container-wrapper .frontend-languages ul li.is-active.apple {
  opacity: 1;
  color: #fe6c34 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.android,
.code-container-wrapper .frontend-languages ul li.is-active.android {
  opacity: 1;
  color: #a4c145 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.vue,
.code-container-wrapper .frontend-languages ul li.is-active.vue {
  opacity: 1;
  color: #4dba87 !important;
}
.code-container-wrapper .backend-languages ul li.is-active.react,
.code-container-wrapper .frontend-languages ul li.is-active.react {
  opacity: 1;
  color: #00aeff !important;
}
.code-container-wrapper .backend-languages ul li.is-active.angular,
.code-container-wrapper .frontend-languages ul li.is-active.angular {
  opacity: 1;
  color: #c5002f !important;
}
.code-container-wrapper .backend-languages ul li span,
.code-container-wrapper .backend-languages ul li small,
.code-container-wrapper .frontend-languages ul li span,
.code-container-wrapper .frontend-languages ul li small {
  display: block;
}
.code-container-wrapper .backend-languages ul li svg,
.code-container-wrapper .frontend-languages ul li svg {
  height: 48px;
  width: 48px;
}
.code-container-wrapper .hljs {
  background: transparent !important;
  overflow-x: initial !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Process sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Process Wrap
    1. Vertical Process Wrap
    2. Process blocks
***/
/* ==========================================================================
0. Process Wrap
========================================================================== */
.process-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-wrap .process-block {
  position: relative;
}
.process-wrap .process-block:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 2px;
  width: 50%;
  background: #e0ecff;
}
.process-wrap .process-block:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 2px;
  width: 50%;
  background: #e0ecff;
}
.process-wrap .process-block:first-child:before {
  display: none;
}
.process-wrap .process-block:last-child:after {
  display: none;
}
.process-wrap .process-block .process-icon {
  position: relative;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #e0ecff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
}
.process-wrap .process-block .process-icon img {
  height: 40px;
  width: 40px;
  display: block;
}
.process-wrap .process-block .text-block {
  padding: 16px;
}
.process-wrap .process-block .text-block p {
  margin-top: 2px;
  padding: 0 16px;
  color: #999;
}

@media (max-width: 767px) {
  .process-wrap {
    display: block;
  }
  .process-wrap .process-block {
    margin-bottom: 20px;
  }
  .process-wrap .process-block:before, .process-wrap .process-block:after {
    display: block !important;
  }
}
/* ==========================================================================
1. Vertical Process Wrap
========================================================================== */
.vertical-process .vertical-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.vertical-process .vertical-block:before {
  position: absolute;
  left: -24px;
  bottom: 3px;
  content: "";
  height: 1px;
  width: 88px;
  background: #cecece;
  transform: rotate(90deg) !important;
}
.vertical-process .vertical-block:last-child:before {
  display: none;
}
.vertical-process .vertical-block:hover .process-icon {
  background: #7f00ff;
  border-color: #7f00ff;
}
.vertical-process .vertical-block:hover .process-icon i {
  color: #fcfcfc;
}
.vertical-process .vertical-block:hover .vertical-text h4 {
  color: #7f00ff;
}
.vertical-process .vertical-block .process-icon {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #cecece;
  transition: all 0.3s;
}
.vertical-process .vertical-block .process-icon i {
  color: #7f00ff;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s;
}
.vertical-process .vertical-block .vertical-text {
  margin: 0 20px;
}
.vertical-process .vertical-block .vertical-text h4 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.vertical-process .vertical-block .vertical-text p {
  font-size: 0.95rem;
  color: #999;
}

/* ==========================================================================
2. Process blocks
========================================================================== */
.process-block {
  position: relative;
  text-align: center;
}
.process-block .process-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
}
.process-block .process-icon .icon-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-block.has-line:after {
  content: "";
  height: 4px;
  width: 80px;
  background: #ededed;
  position: absolute;
  top: 88px;
  right: -14%;
  border-radius: 50px;
}
.process-block .process-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bolder;
  position: absolute;
  top: 13px;
  right: 0;
  background: #8c8cf9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-block .process-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-block .process-info .step-number {
  font-size: 8rem;
  font-weight: bolder;
  color: #ededed;
  margin-right: 15px;
}
.process-block .process-info .details {
  text-align: left;
}
.process-block .process-info .motto {
  font-size: 2.4rem;
  font-weight: 700;
  color: #444f60;
}
.process-block .process-info .description {
  font-size: 95%;
  color: #999;
}

@media (max-width: 768px) {
  .process-block.has-line:after {
    display: none !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Phone section SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Phone Slider
***/
/* ==========================================================================
0. Phone Slider
========================================================================== */
body.is-theme-core .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-core .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-core.png?b96b92983a46b633a9bb6fb7db2c141c);
}
body.is-theme-core .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-core.png?5d14658a4420d372461c85edfad583cf);
}
body.is-theme-core .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-core.png?1064429888f4207978266272afdfa02f);
}
body.is-theme-core .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-core.png?6ae6c15857eea4c74969dcda37ea61a7);
}
body.is-theme-purple .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-purple .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-purple.png?d33af5dfab44ffbd655de09c172e5e3b);
}
body.is-theme-purple .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-purple.png?c4b2535bf039898eb565155a442df9f3);
}
body.is-theme-purple .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-purple.png?baa73c8f970a34199abbbe43602318c6);
}
body.is-theme-purple .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-purple.png?6d5c47e94c49a1db6ac2c3440c9702df);
}
body.is-theme-teal .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-teal .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-teal.png?3af7dc2feaaec848a3b6825a06957d94);
}
body.is-theme-teal .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-teal.png?babd55981c2c52dbcb35bad470b37ee2);
}
body.is-theme-teal .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-teal.png?fb40934f5445979a51cc934e01c75619);
}
body.is-theme-teal .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-teal.png?9a4106026d48a440c85b49430625abb3);
}
body.is-theme-green .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-green .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-green.png?e6c78eeb3738e137b4d87a0528d7fdac);
}
body.is-theme-green .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-green.png?4aab82f8694261ee55adca830f35a3fb);
}
body.is-theme-green .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-green.png?3154935c708b3cd0c84a272c5cab7280);
}
body.is-theme-green .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-green.png?6c6db8902df603eca8f0e561f41053e7);
}
body.is-theme-azur .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-azur .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-azur.png?aa7c712df5575db01c46ec89fdbfa90c);
}
body.is-theme-azur .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-azur.png?f191903cd7da246e8ac5848c2776ad61);
}
body.is-theme-azur .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-azur.png?d2bf30f0e325e6909adc9fdf62994fa8);
}
body.is-theme-azur .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-azur.png?9b18177c36b828ac51998a4b7276bbdd);
}
body.is-theme-blue .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-blue .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-blue.png?a1487b40e5de136bb597d93f235dcb3e);
}
body.is-theme-blue .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-blue.png?a876ad1fcd23d3617d4f9599711e4814);
}
body.is-theme-blue .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-blue.png?a93f9f479eab990213ae9050129b43cf);
}
body.is-theme-blue .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-blue.png?7f91bab81e106f54bdb817e59b695975);
}
body.is-theme-night .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-night .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-night.png?897820edea52b0cbe313ae14c7f26ad2);
}
body.is-theme-night .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-night.png?9638c33249f5706e31e694ee21069582);
}
body.is-theme-night .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-night.png?754b03c8c376f5636dfbaee7b21138df);
}
body.is-theme-night .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-night.png?3c08685959683f4008c3c386845a177c);
}
body.is-theme-yellow .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-yellow .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-yellow.png?c379d6a5f9e2857d0f9ab8df7684566d);
}
body.is-theme-yellow .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-yellow.png?ca8df68d2353653e36b3277ec47fab90);
}
body.is-theme-yellow .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-yellow.png?d18b8197cf4c7581c5b3a23e81552a87);
}
body.is-theme-yellow .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-yellow.png?9359cb635aa36c79fdfd835548495fad);
}
body.is-theme-orange .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-orange .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-orange.png?f0deec83cd27b3aae73f13ab1bbd01fb);
}
body.is-theme-orange .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-orange.png?3d32f88c965c04a3f51ce6f419f00f19);
}
body.is-theme-orange .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-orange.png?1aba869b06a38d61a0720885c706ef4e);
}
body.is-theme-orange .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-orange.png?892928a3820ab70ff9a699cdd04fa057);
}
body.is-theme-red .phone-slide {
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  vertical-align: top;
  padding: 800px 30px 30px 30px;
}
body.is-theme-red .phone-slide.is-first {
  background-image: url(/images/phone-slide-1-red.png?200e21da68fa823d746b90750d848135);
}
body.is-theme-red .phone-slide.is-second {
  background-image: url(/images/phone-slide-2-red.png?0579724210a56904523fcf367947bfcc);
}
body.is-theme-red .phone-slide.is-third {
  background-image: url(/images/phone-slide-3-red.png?895da827bf0c3f1be04e38e0ccb23fdf);
}
body.is-theme-red .phone-slide.is-fourth {
  background-image: url(/images/phone-slide-4-red.png?76e60c868f944f9e66083de9a8cd0485);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .column.slide-description {
    padding: 40px 0 !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Hover card section SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Hover Cards
***/
/* ==========================================================================
1. Hover Cards
========================================================================== */
.hover-cards .icon-card-hover {
  height: 170px;
  padding: 20px 20px 10px 130px;
  border-radius: 8px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
  transform: translate(0, 0);
  text-align: left;
  background-color: #fff;
}
.hover-cards .icon-card-hover:hover {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0, -10px);
}
.hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-core.svg?ac1f677a0890e933f3da0ab9b7bec44e);
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-core.svg?ac1f677a0890e933f3da0ab9b7bec44e);
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-core.svg?0f7969dc9eedf1a3f516b4fd12c27412);
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-core.svg?0f7969dc9eedf1a3f516b4fd12c27412);
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-core.svg?8f0b6f22602752f53a6ef2f1590c41ec);
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-core.svg?8f0b6f22602752f53a6ef2f1590c41ec);
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-core.svg?00102ae2c23b86c01f268dc2fab9bf7c);
  background-position: 0 0, -80px 20px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
  transition: all 350ms ease;
}
.hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-core.svg?00102ae2c23b86c01f268dc2fab9bf7c);
  background-position: 0 0, -80px -25px;
  background-size: auto, 200px;
  background-repeat: repeat, no-repeat;
}
.hover-cards .button-wrap {
  padding: 40px 0;
}

body.is-theme-core .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-core.svg?ac1f677a0890e933f3da0ab9b7bec44e);
}
body.is-theme-core .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-core.svg?ac1f677a0890e933f3da0ab9b7bec44e);
}
body.is-theme-core .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-core.svg?0f7969dc9eedf1a3f516b4fd12c27412);
}
body.is-theme-core .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-core.svg?0f7969dc9eedf1a3f516b4fd12c27412);
}
body.is-theme-core .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-core.svg?8f0b6f22602752f53a6ef2f1590c41ec);
}
body.is-theme-core .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-core.svg?8f0b6f22602752f53a6ef2f1590c41ec);
}
body.is-theme-core .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-core.svg?00102ae2c23b86c01f268dc2fab9bf7c);
}
body.is-theme-core .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-core.svg?00102ae2c23b86c01f268dc2fab9bf7c);
}
body.is-theme-purple .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-purple.svg?ae0860d56028ceb6fc931a6a2800d949);
}
body.is-theme-purple .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-purple.svg?ae0860d56028ceb6fc931a6a2800d949);
}
body.is-theme-purple .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-purple.svg?73cf4dd35f212b550743c68ec40589d3);
}
body.is-theme-purple .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-purple.svg?73cf4dd35f212b550743c68ec40589d3);
}
body.is-theme-purple .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-purple.svg?ba28986db14913fd2ae502b17e815c18);
}
body.is-theme-purple .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-purple.svg?ba28986db14913fd2ae502b17e815c18);
}
body.is-theme-purple .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-purple.svg?448d19279dcc3da37fed272469d720b7);
}
body.is-theme-purple .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-purple.svg?448d19279dcc3da37fed272469d720b7);
}
body.is-theme-teal .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-teal.svg?17a1adbd6904e25d0feee1b2056c143f);
}
body.is-theme-teal .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-teal.svg?17a1adbd6904e25d0feee1b2056c143f);
}
body.is-theme-teal .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-teal.svg?09fedec0d3708f1ff22db7ae0b7089a7);
}
body.is-theme-teal .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-teal.svg?09fedec0d3708f1ff22db7ae0b7089a7);
}
body.is-theme-teal .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-teal.svg?6f4aa0bbde1069ab6fc5f1b5c3d8150f);
}
body.is-theme-teal .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-teal.svg?6f4aa0bbde1069ab6fc5f1b5c3d8150f);
}
body.is-theme-teal .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-teal.svg?50597d2f2d1cc669ab57a1d603fdbd15);
}
body.is-theme-teal .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-teal.svg?50597d2f2d1cc669ab57a1d603fdbd15);
}
body.is-theme-green .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-green.svg?03d14dd763538e863cbb8b383ebd16fb);
}
body.is-theme-green .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-green.svg?03d14dd763538e863cbb8b383ebd16fb);
}
body.is-theme-green .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-green.svg?5d857c04ecf7d7b136450664302ae728);
}
body.is-theme-green .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-green.svg?5d857c04ecf7d7b136450664302ae728);
}
body.is-theme-green .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-green.svg?5cce648e913725cb943544ef3f5ae08a);
}
body.is-theme-green .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-green.svg?5cce648e913725cb943544ef3f5ae08a);
}
body.is-theme-green .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-green.svg?accd8256e1bc569f86bd1360f272bc76);
}
body.is-theme-green .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-green.svg?accd8256e1bc569f86bd1360f272bc76);
}
body.is-theme-azur .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-azur.svg?1c0e95208dfc998a654a24c2c47602a1);
}
body.is-theme-azur .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-azur.svg?1c0e95208dfc998a654a24c2c47602a1);
}
body.is-theme-azur .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-azur.svg?856554b794a972f83aac6094e2b5803c);
}
body.is-theme-azur .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-azur.svg?856554b794a972f83aac6094e2b5803c);
}
body.is-theme-azur .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-azur.svg?e036324050f673be5820c8699485ba41);
}
body.is-theme-azur .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-azur.svg?e036324050f673be5820c8699485ba41);
}
body.is-theme-azur .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-azur.svg?7e61a972c131395b138b4101f802ccd7);
}
body.is-theme-azur .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-azur.svg?7e61a972c131395b138b4101f802ccd7);
}
body.is-theme-blue .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-blue.svg?212960deb706ab2f691d4241e529f2eb);
}
body.is-theme-blue .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-blue.svg?212960deb706ab2f691d4241e529f2eb);
}
body.is-theme-blue .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-blue.svg?db25a9f65aa608ad1527a51b749ad79b);
}
body.is-theme-blue .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-blue.svg?db25a9f65aa608ad1527a51b749ad79b);
}
body.is-theme-blue .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-blue.svg?a094387e19cb2f47e3d9da687f088933);
}
body.is-theme-blue .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-blue.svg?a094387e19cb2f47e3d9da687f088933);
}
body.is-theme-blue .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-blue.svg?684542bbb1f4824faa91f63d176c18b1);
}
body.is-theme-blue .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-blue.svg?684542bbb1f4824faa91f63d176c18b1);
}
body.is-theme-night .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-night.svg?4377678ddda6f0a8a59bfed54aae00b4);
}
body.is-theme-night .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-night.svg?4377678ddda6f0a8a59bfed54aae00b4);
}
body.is-theme-night .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-night.svg?1f6257821d7ebade63ca00f7f5f40f70);
}
body.is-theme-night .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-night.svg?1f6257821d7ebade63ca00f7f5f40f70);
}
body.is-theme-night .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-night.svg?1d983e2b51416b8b204373063bb1ef37);
}
body.is-theme-night .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-night.svg?1d983e2b51416b8b204373063bb1ef37);
}
body.is-theme-night .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-night.svg?358171a702e794687ad2ae379e523697);
}
body.is-theme-night .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-night.svg?358171a702e794687ad2ae379e523697);
}
body.is-theme-yellow .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-yellow.svg?e0a5c6c7e92a6975fe119ae3275fa1ef);
}
body.is-theme-yellow .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-yellow.svg?e0a5c6c7e92a6975fe119ae3275fa1ef);
}
body.is-theme-yellow .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-yellow.svg?f42e8d9207fb55ef4a4ecb80cea6527a);
}
body.is-theme-yellow .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-yellow.svg?f42e8d9207fb55ef4a4ecb80cea6527a);
}
body.is-theme-yellow .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-yellow.svg?afbb131959d39bfec6b139cd73a70b52);
}
body.is-theme-yellow .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-yellow.svg?afbb131959d39bfec6b139cd73a70b52);
}
body.is-theme-yellow .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-yellow.svg?e1fb7d06a4298da1f2ad7daf58cbdf2c);
}
body.is-theme-yellow .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-yellow.svg?e1fb7d06a4298da1f2ad7daf58cbdf2c);
}
body.is-theme-orange .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-orange.svg?3898e20d6d9a8f7ec9fa06e95dfa5e3c);
}
body.is-theme-orange .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-orange.svg?3898e20d6d9a8f7ec9fa06e95dfa5e3c);
}
body.is-theme-orange .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-orange.svg?c43082825121e23efcde0ad50b3e1278);
}
body.is-theme-orange .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-orange.svg?c43082825121e23efcde0ad50b3e1278);
}
body.is-theme-orange .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-orange.svg?959b7fa9cb90fed9be9f2d2d0add5bad);
}
body.is-theme-orange .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-orange.svg?959b7fa9cb90fed9be9f2d2d0add5bad);
}
body.is-theme-orange .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-orange.svg?a46ecfb329b4c0c660d1fc21c04d3a4b);
}
body.is-theme-orange .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-orange.svg?a46ecfb329b4c0c660d1fc21c04d3a4b);
}
body.is-theme-red .hover-cards .icon-card-hover.first-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-1-red.svg?e3c7a6347302e826e1de30118b1e40c6);
}
body.is-theme-red .hover-cards .icon-card-hover.first-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-1-red.svg?e3c7a6347302e826e1de30118b1e40c6);
}
body.is-theme-red .hover-cards .icon-card-hover.second-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-2-red.svg?d1b88477e08b6b5e17ecc609b3aad980);
}
body.is-theme-red .hover-cards .icon-card-hover.second-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-2-red.svg?d1b88477e08b6b5e17ecc609b3aad980);
}
body.is-theme-red .hover-cards .icon-card-hover.third-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-3-red.svg?e62c28f4174a9d7487dddf699457dba5);
}
body.is-theme-red .hover-cards .icon-card-hover.third-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-3-red.svg?e62c28f4174a9d7487dddf699457dba5);
}
body.is-theme-red .hover-cards .icon-card-hover.fourth-card {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url(/images/motion-icon-4-red.svg?3239e465b45443019e0c9c80728f46bd);
}
body.is-theme-red .hover-cards .icon-card-hover.fourth-card:hover {
  background-image: linear-gradient(180deg, transparent, transparent), url(/images/motion-icon-4-red.svg?3239e465b45443019e0c9c80728f46bd);
}

@media (max-width: 767px) {
  .hover-cards .icon-card-hover {
    padding: 20px 20px 10px 100px !important;
  }
  .hover-cards .icon-card-hover .card-description {
    font-size: 14px;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Job sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Job results
***/
/* ==========================================================================
0. Job results
========================================================================== */
.job-results-wrapper {
  padding: 40px 0;
}
.job-results-wrapper .job-results-filter .checkbox-list label {
  padding: 0 !important;
}
.job-results-wrapper .job-results .job-results-section {
  padding-bottom: 60px;
}
.job-results-wrapper .job-results .job-results-section h3 {
  margin-bottom: 30px;
  padding: 0 16px;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover {
  background: rgb(245.6833333333, 245.6833333333, 251.4166666667);
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover .end .tag:not(.is-secondary) {
  background: #fff;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item img {
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta {
  margin-left: 12px;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444f60;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta .details span {
  color: #999;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta .details span.spacer {
  padding: 0 10px;
  opacity: 0.6;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end {
  margin-left: auto;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end .tag {
  transition: all 0.3s;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end .time {
  display: block;
  font-size: 0.95rem;
  color: #999;
}

@media (max-width: 767px) {
  .job-results-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .job-results-wrapper .job-results-section h3 {
    text-align: center;
  }
  .job-results-wrapper .job-results-section .result-list .result-list-item {
    flex-direction: column;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .job-results-wrapper .job-results-section .result-list .result-list-item .end {
    margin: 10px auto 0 auto;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Conference sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Conference Card
***/
/* ==========================================================================
0. Conference Card
========================================================================== */
.conference-event-card {
  width: 100%;
  max-width: 960px;
  min-height: 540px;
  height: 540px;
  background-color: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e8ee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.conference-event-card .card-container {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.conference-event-card .card-container .card-container-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conference-event-card .card-container .text h1 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.5em;
  line-height: 1;
  color: #444f60;
  margin-bottom: 0.75rem;
}
.conference-event-card .card-container .text p {
  font-family: "Roboto", sans-serif;
  color: #98a9c3;
  margin-bottom: 1rem;
}
.conference-event-card .card-container .text a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
}
.conference-event-card .photo {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.conference-schedule {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.conference-schedule .tabs ul {
  display: flex;
  align-items: center;
  background: rgb(234.8, 236.82, 244.9);
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.5rem !important;
  border-radius: 100px;
}
.conference-schedule .tabs ul li {
  width: 33.3%;
}
.conference-schedule .tabs ul li a {
  margin-bottom: 0 !important;
  min-height: 42px;
}
.conference-schedule .schedule-box {
  position: relative;
  border: 1px solid #e1e8ee;
  border-radius: 0.65rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
.conference-schedule .schedule-box .speaker {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.conference-schedule .schedule-box h4 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #8c8cf9;
}
.conference-schedule .schedule-box h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.25rem;
  color: #444f60;
  margin-bottom: 0.5rem;
}
.conference-schedule .schedule-box p {
  display: flex;
  align-items: center;
  color: #444f60;
}
.conference-schedule .schedule-box p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.conference-schedule .schedule-box p span {
  font-size: 0.9rem;
}
.conference-schedule .schedule-box p svg {
  height: 18px;
  width: 18px;
  margin-right: 0.5rem;
  stroke-width: 1px;
  stroke: #98a9c3;
}

@media only screen and (max-width: 767px) {
  .conference-event-card {
    flex-direction: column-reverse;
  }
  .conference-event-card .card-container {
    width: 100%;
    padding: 2rem;
  }
  .conference-event-card .card-container .button {
    width: 100%;
  }
  .conference-event-card .photo {
    width: 100%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Error pages SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Error page layout
1. Media Queries
=============================================================================
***/
/* ==========================================================================
0. Error page layout
========================================================================== */
.error-wrap {
  position: relative;
}
.error-wrap.error-centered .bg-404 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 25rem;
  font-weight: 700;
  color: rgba(68, 79, 96, 0.15);
  transform: translateY(-50%);
  z-index: 0;
}
.error-wrap.error-centered img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 660px;
  z-index: 1;
}
.error-wrap.error-centered .error-caption h2 {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-size: 2rem;
  max-width: 560px;
  margin: 0 auto;
}
.error-wrap.error-centered .error-caption p {
  color: #999;
  font-size: 1.2rem;
}
.error-wrap.error-centered .error-caption .button-wrap {
  margin: 20px 0;
}

/* ==========================================================================
1. Media Queries
========================================================================== */
@media only screen and (max-width: 767px) {
  .error-wrap.error-centered .bg-404 {
    top: 28%;
    font-size: 11rem;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Commerce CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
  0. Commerce Toolbar
========================================================================== */
.commerce-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0 2rem 0;
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 2rem;
}
.commerce-toolbar.is-docked {
  padding-top: 0;
}
.commerce-toolbar .breadcrumb {
  margin-bottom: 0;
}
.commerce-toolbar .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.commerce-toolbar .actions a {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #444f60;
}
.commerce-toolbar .actions a:hover {
  text-decoration: underline;
  color: #8c8cf9;
}
.commerce-toolbar .actions a svg {
  height: 18px;
  width: 18px;
  stroke-width: 1.2px;
  stroke: #999;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .commerce-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .commerce-toolbar .breadcrumb {
    margin-bottom: 1rem;
  }
  .commerce-toolbar .breadcrumb ul li a .icon.is-solo {
    margin-left: 0;
  }
  .commerce-toolbar .actions a:first-child {
    margin-left: 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/***
TABLE OF CONTENTS
    0. Rounded Parallax
    1. Shop hero
    2. Shop toolbar
    3. Popular categories
    4. Grid Products
    5. Brands
    6. Supported payment gateways
    7. Special section image
***/
/* ==========================================================================
0. Rounded Parallax
========================================================================== */
.parallax-rounded-section {
  border-radius: 1.75rem;
  overflow: hidden;
}

/* ==========================================================================
1. Shop hero
========================================================================== */
.shop-hero {
  width: 100%;
  display: flex;
}
.shop-hero .shop-hero-box {
  position: relative;
  width: 33.33%;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  border: none;
  background: none;
}
.shop-hero .shop-hero-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.shop-hero .shop-hero-box .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
  padding: 40px;
  color: #fff;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 3.5rem;
  font-weight: bolder;
  line-height: 43px;
  color: #fcfcfc;
  margin-bottom: 6px;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta {
  display: flex;
  align-items: center;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta img {
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  margin-right: 6px;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgb(231.6, 231.6, 231.6);
  transition: color 0.3s;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item.is-hoverable:hover {
  color: #8c8cf9;
}
.shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .separator {
  padding: 0 10px;
  font-size: 0.8rem;
  color: rgb(226.5, 226.5, 226.5);
  opacity: 0.6;
  text-align: center;
  color: #fcfcfc;
}
.shop-hero .shop-hero-box .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
  z-index: 0;
}

/* ==========================================================================
2. Shop toolbar
========================================================================== */
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.shop-toolbar h4 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #444f60;
}
.shop-toolbar .links .link {
  display: flex;
  align-items: center;
  color: #98a9c3;
}
.shop-toolbar .links .link:hover {
  color: #8c8cf9;
}
.shop-toolbar .links .link:hover svg {
  transform: translateX(5px);
}
.shop-toolbar .links .link span {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.shop-toolbar .links .link svg {
  height: 20px;
  width: 20px;
  margin-left: 0.5rem;
  transition: transform 0.3s, stroke 0.3s;
}

/* ==========================================================================
3. Popular categories
========================================================================== */
.popular-categories .box.is-category {
  display: flex;
  align-items: center;
  border: 1px solid #e1e8ee;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: background-color 0.3s, border 0.3s, box-shadow 0.3s;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.popular-categories .box.is-category:hover {
  background: #8c8cf9;
  border-color: #8c8cf9;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.popular-categories .box.is-category:hover .left h3,
.popular-categories .box.is-category:hover .left p {
  color: #fff;
}
.popular-categories .box.is-category:hover .left p {
  color: #fff !important;
  opacity: 0.75;
}
.popular-categories .box.is-category:hover .right img {
  transform: scale(1.25) translateY(-5px);
}
.popular-categories .box.is-category .left {
  width: 60%;
}
.popular-categories .box.is-category .left h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.25rem;
  color: #444f60;
}
.popular-categories .box.is-category .left p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #444f60;
}
.popular-categories .box.is-category .left p:last-child {
  font-weight: 500;
  margin-top: 0.55rem;
  color: #98a9c3;
}
.popular-categories .box.is-category .right {
  position: relative;
  width: 40%;
  min-height: 120px;
}
.popular-categories .box.is-category .right img {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  transform: scale(1.25);
  transition: transform 0.3s;
}

/* ==========================================================================
4. Grid Products
========================================================================== */
.grid-products .grid-products-inner.is-carousel .grid-product {
  margin: 0 0.75rem;
}
.grid-products .grid-products-inner .grid-product {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #e1e8ee;
  background: #fff;
  border-radius: 0.65rem;
  transition: box-shadow 0.3s;
}
.grid-products .grid-products-inner .grid-product:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.grid-products .grid-products-inner .grid-product:hover .grid-product-rating {
  opacity: 1;
}
.grid-products .grid-products-inner .grid-product:hover .buttons .button {
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.grid-products .grid-products-inner .grid-product .grid-product-price {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
}
.grid-products .grid-products-inner .grid-product .grid-product-price::before {
  content: "$";
}
.grid-products .grid-products-inner .grid-product .grid-product-rating {
  position: absolute;
  top: 0.8rem;
  right: 1.5rem;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.grid-products .grid-products-inner .grid-product .grid-product-rating i {
  font-size: 10px;
  color: rgb(228, 230.7, 241.5);
}
.grid-products .grid-products-inner .grid-product .grid-product-rating i.highlighted {
  color: #ffd663;
}
.grid-products .grid-products-inner .grid-product .grid-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.grid-products .grid-products-inner .grid-product .grid-product-image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin: 0 auto 1rem auto;
}
.grid-products .grid-products-inner .grid-product .grid-product-info {
  display: block;
  margin-bottom: 1rem;
}
.grid-products .grid-products-inner .grid-product .grid-product-info h4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #8c8cf9;
}
.grid-products .grid-products-inner .grid-product .grid-product-info h3 {
  font-size: 1.1rem;
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
  margin-bottom: 0.5rem;
}
.grid-products .grid-products-inner .grid-product .grid-product-info p {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
}
.grid-products .grid-products-inner .grid-product .buttons .button {
  font-family: "Roboto", sans-serif;
  min-height: 42px;
  line-height: 2;
}

/* ==========================================================================
5. Brands
========================================================================== */
.brands {
  display: flex;
  margin-top: 40px;
}
.brands .brand {
  display: block;
  width: 20%;
  text-align: center;
}
.brands .brand img {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.brands .brand h3 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #444f60;
  margin-top: 10px;
}
.brands .brand span {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}

/* ==========================================================================
6. Supported payment gateways
========================================================================== */
.supported-providers {
  display: block;
  border: 1px solid #e1e8ee;
  border-radius: 0.5rem;
  text-align: center;
  max-width: 580px;
  padding: 3rem;
  margin: 2rem auto 0 auto;
}
.supported-providers h4 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.supported-providers p {
  color: rgb(78.5731707317, 91.2835365854, 110.9268292683);
}
.supported-providers .providers {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.supported-providers .providers img {
  display: block;
  max-height: 30px;
  max-width: 70px;
  margin-right: 1rem;
}

/* ==========================================================================
7. Special section image
========================================================================== */
.has-section-image {
  position: relative;
  min-height: 750px;
}
.has-section-image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

@media (max-width: 767px) {
  .shop-hero {
    overflow: hidden;
  }
  .shop-hero .shop-hero-box {
    min-width: 100vw;
  }
  .shop-hero .shop-hero-box:not(:first-child) {
    display: none;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content {
    padding: 25px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
    font-size: 2.8rem !important;
    line-height: 40px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
    font-size: 0.75rem !important;
  }
  .shop-toolbar h4 {
    font-size: 1.4rem;
  }
  .brands {
    flex-wrap: wrap;
  }
  .brands .brand {
    width: 50% !important;
    margin-bottom: 16px;
  }
  .has-section-image {
    min-height: 580px;
  }
  .rounded-section {
    text-align: center;
  }
  .rounded-section .buttons {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .shop-hero {
    overflow: hidden;
  }
  .shop-hero .shop-hero-box {
    min-width: 50vw;
  }
  .shop-hero .shop-hero-box:nth-child(3) {
    display: none;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content {
    padding: 25px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
    font-size: 1.8rem !important;
    line-height: 28px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
    font-size: 0.75rem !important;
  }
  .popular-categories .columns,
  .grid-products .columns {
    padding: 0;
    display: flex;
  }
  .popular-categories .columns .column,
  .grid-products .columns .column {
    min-width: 50%;
  }
  .shop-icon-features {
    display: flex;
  }
  .has-section-image {
    min-height: 620px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .shop-hero {
    overflow: hidden;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content {
    padding: 25px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
    font-size: 2rem !important;
    line-height: 26px !important;
  }
  .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
    font-size: 0.68rem !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
  0. Product Mockup
  1. Gallery Wrapper
========================================================================== */
/* ==========================================================================
0. Commerce product landing v1
========================================================================== */
.product-mockup {
  max-height: 640px;
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .product-mockup {
    max-height: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product-mockup {
    max-height: 440px;
  }
}
/* ==========================================================================
1. Gallery Wrapper
========================================================================== */
.gallery-wrapper .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gallery-wrapper .gallery img,
.gallery-wrapper .gallery a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-wrapper .gallery a:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
.gallery-wrapper .gallery a:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}

/*! Bulkit | 5.0 | CSS Ninja */
/***
TABLE OF CONTENTS
    0. Product Section
    1. Product Layout
    2. Media Queries
***/
/* ==========================================================================
0. Product Section
========================================================================== */
.product-page-section {
  padding-top: 0;
}

/* ==========================================================================
1. Product Layout
========================================================================== */
.product-page-v1 .product-head {
  display: flex;
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.product-page-v1 .product-head .left {
  position: relative;
  width: 60%;
  overflow: hidden;
}
.product-page-v1 .product-head .left .product-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.product-page-v1 .product-head .left .product-thumbs .product-thumb {
  display: flex;
  background: #fff;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 0.5rem;
  height: 70px;
  width: 70px;
  margin-bottom: 0.75rem;
}
.product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active img {
  opacity: 1;
  filter: grayscale(0);
}
.product-page-v1 .product-head .left .product-thumbs .product-thumb img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}
.product-page-v1 .product-head .left .product-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-page-v1 .product-head .left .product-image.is-active {
  opacity: 1;
}
.product-page-v1 .product-head .right {
  width: 40%;
}
.product-page-v1 .product-head .right .product-description {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.product-page-v1 .product-head .right .product-description > span {
  font-size: 0.9rem;
  color: #8c8cf9;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-page-v1 .product-head .right .product-description h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page-v1 .product-head .right .product-description h1 .product-name {
  font-family: "Nexa Light", sans-serif;
  font-size: 2.75rem;
  color: #444f60;
  letter-spacing: -2px;
}
.product-page-v1 .product-head .right .product-description h1 .product-price {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2rem;
  color: #444f60;
}
.product-page-v1 .product-head .right .product-description h1 .product-price::before {
  content: "$";
}
.product-page-v1 .product-head .right .product-description p {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: #98a9c3;
  line-height: 24px;
}
.product-page-v1 .product-head .right .product-colors {
  margin-bottom: 30px;
}
.product-page-v1 .product-head .right .product-colors > span {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #98a9c3;
  margin-bottom: 20px;
  display: inline-block;
}
.product-page-v1 .product-head .right .product-colors .color-selector div {
  display: inline-block;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] {
  display: none;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e8ee;
  border-radius: 50%;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label .indicator {
  position: absolute;
  top: -2px;
  right: -2px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2eb289 !important;
  color: #fff;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label .indicator svg {
  height: 10px;
  width: 10px;
  stroke-width: 4px;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label span:not(.indicator) {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]:checked + label .indicator {
  display: flex;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#red + label span {
  background-color: #c91524;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#blue + label span {
  background-color: #314780;
}
.product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#black + label span {
  background-color: #323232;
}
.product-page-v1 .product-head .right .product-options {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 2rem;
}
.product-page-v1 .product-head .right .product-options > span {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #98a9c3;
  margin-bottom: 20px;
  display: inline-block;
}
.product-page-v1 .product-head .right .product-options a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.product-page-v1 .product-head .right .product-options a svg {
  height: 18px;
  width: 18px;
  stroke: #98a9c3;
  margin-right: 0.5rem;
}
.product-page-v1 .product-head .right .product-options a span {
  color: #98a9c3;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
}
.product-page-v1 .product-head .right .product-options .option-selector {
  margin-bottom: 20px;
}
.product-page-v1 .product-head .right .product-options .option-selector button {
  border: 2px solid #e1e8ee;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  color: #5e6977;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.product-page-v1 .product-head .right .product-options .option-selector button:hover, .product-page-v1 .product-head .right .product-options .option-selector button:active, .product-page-v1 .product-head .right .product-options .option-selector button:focus {
  border: 2px solid #86939e;
  outline: none;
}
.product-page-v1 .product-head .right .product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page-v1 .product-head .right .product-actions .cart-btn {
  display: inline-block;
  background-color: #8c8cf9;
  min-width: 140px;
  border-radius: 6px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  transition: background-color 0.5s;
}
.product-page-v1 .product-head .right .product-actions .cart-btn:hover {
  background-color: rgb(164.2355371901, 164.2355371901, 250.2644628099);
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e1e8ee;
  transition: border 0.3s, box-shadow 0.3s;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn:hover {
  border-color: #d70464;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn:hover span:first-child small {
  color: #444f60;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn:hover span:nth-child(2) {
  color: #d70464;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child svg {
  height: 18px;
  width: 18px;
  stroke: #d70464;
  fill: #d70464;
  margin-right: 0.25rem;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child small {
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #98a9c3;
}
.product-page-v1 .product-head .right .product-actions .wishlist-btn span:nth-child(2) {
  position: relative;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #444f60;
  transition: color 0.3s;
}
.product-page-v1 .product-body {
  display: flex;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e1e8ee;
}
.product-page-v1 .product-body .product-info {
  width: 60%;
  padding-right: 3rem;
}
.product-page-v1 .product-body .product-info .tabs ul {
  padding-bottom: 0;
}
.product-page-v1 .product-body .product-info .navtab-content {
  padding: 0;
}
.product-page-v1 .product-body .product-info .content {
  margin-top: 1.5rem;
  padding: 4rem;
  border: 1px solid #e1e8ee;
  border-radius: 0.5rem;
}
.product-page-v1 .product-body .product-info .content h4 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.product-page-v1 .product-body .product-info .content p {
  font-size: 1.1rem;
  color: rgb(78.5731707317, 91.2835365854, 110.9268292683);
}
.product-page-v1 .product-body .product-info .content p + h4 {
  margin-top: 2.5rem;
}
.product-page-v1 .product-body .product-info .content .product-specs {
  padding-top: 2rem;
}
.product-page-v1 .product-body .product-info .content .product-specs .table td {
  font-family: "Roboto", sans-serif;
  color: #444f60;
}
.product-page-v1 .product-body .product-info .content .product-specs .table td:first-child {
  font-weight: 500;
}
.product-page-v1 .product-body .product-info .content .product-reviews {
  padding-top: 2rem;
}
.product-page-v1 .product-body .product-info .content .product-reviews .product-review:not(:last-child) {
  margin-bottom: 2.5rem;
}
.product-page-v1 .product-body .product-info .content .product-reviews .media .media-left {
  margin-left: 0;
  margin-right: 0.75rem;
}
.product-page-v1 .product-body .product-info .content .product-reviews .media .media-content i {
  font-size: 12px;
  color: rgb(228, 230.7, 241.5);
}
.product-page-v1 .product-body .product-info .content .product-reviews .media .media-content i.highlighted {
  color: #ffd663;
}
.product-page-v1 .product-body .product-meta {
  width: 40%;
  padding-left: 4rem;
}
.product-page-v1 .product-body .product-meta .flex-card, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item, .product-page-v1 .product-body .product-meta .profile-card, .product-page-v1 .product-body .product-meta .project-card, .product-page-v1 .product-body .product-meta .network-grid .network-card, .network-grid .product-page-v1 .product-body .product-meta .network-card {
  border: 1px solid #e1e8ee;
  border-radius: 0.5rem;
}
.product-page-v1 .product-body .product-meta .flex-card h4, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item h4, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item h4, .product-page-v1 .product-body .product-meta .profile-card h4, .product-page-v1 .product-body .product-meta .project-card h4, .product-page-v1 .product-body .product-meta .network-grid .network-card h4, .network-grid .product-page-v1 .product-body .product-meta .network-card h4 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.product-page-v1 .product-body .product-meta .flex-card p, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item p, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item p, .product-page-v1 .product-body .product-meta .profile-card p, .product-page-v1 .product-body .product-meta .project-card p, .product-page-v1 .product-body .product-meta .network-grid .network-card p, .network-grid .product-page-v1 .product-body .product-meta .network-card p {
  color: rgb(78.5731707317, 91.2835365854, 110.9268292683);
}
.product-page-v1 .product-body .product-meta .flex-card .providers, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item .providers, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item .providers, .product-page-v1 .product-body .product-meta .profile-card .providers, .product-page-v1 .product-body .product-meta .project-card .providers, .product-page-v1 .product-body .product-meta .network-grid .network-card .providers, .network-grid .product-page-v1 .product-body .product-meta .network-card .providers {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.product-page-v1 .product-body .product-meta .flex-card .providers img, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item .providers img, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item .providers img, .product-page-v1 .product-body .product-meta .profile-card .providers img, .product-page-v1 .product-body .product-meta .project-card .providers img, .product-page-v1 .product-body .product-meta .network-grid .network-card .providers img, .network-grid .product-page-v1 .product-body .product-meta .network-card .providers img {
  display: block;
  max-height: 30px;
  max-width: 70px;
  margin-right: 1rem;
}
.product-page-v1 .product-footer {
  padding: 5rem 0;
}
.product-page-v1 .product-footer .footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.product-page-v1 .product-footer .footer-title h2 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.5rem;
  color: #444f60;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #e1e8ee;
  background: #fff;
  border-radius: 0.65rem;
  margin: 0 0.75rem;
  transition: box-shadow 0.3s;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover .related-product-rating {
  opacity: 1;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover .buttons .button {
  background: #8c8cf9;
  border-color: #8c8cf9;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-price {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  color: #444f60;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-price::before {
  content: "$";
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating {
  position: absolute;
  top: 0.8rem;
  right: 1.5rem;
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating i {
  font-size: 10px;
  color: rgb(228, 230.7, 241.5);
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating i.highlighted {
  color: #ffd663;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin: 0 auto;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info {
  margin-bottom: 1rem;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info h4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #8c8cf9;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info h3 {
  font-size: 1.1rem;
  font-family: "Nexa Bold", sans-serif;
}
.product-page-v1 .product-footer .related-products .related-products-inner .related-product .buttons .button {
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
2. Media Queries
========================================================================== */
@media only screen and (max-width: 767px) {
  .product-page-v1 {
    margin-top: 2rem;
  }
  .product-page-v1 .product-head {
    flex-direction: column;
  }
  .product-page-v1 .product-head .left {
    width: 100%;
    min-height: 300px;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb {
    height: 40px;
    width: 40px;
  }
  .product-page-v1 .product-head .right {
    width: 100%;
  }
  .product-page-v1 .product-head .right .product-description h1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-price {
    margin-bottom: 1rem;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child {
    display: none;
  }
  .product-page-v1 .product-body {
    flex-direction: column;
  }
  .product-page-v1 .product-body .product-info {
    width: 100%;
    padding-right: 0;
  }
  .product-page-v1 .product-body .product-info .content {
    padding: 2rem;
    margin-bottom: 2.5rem;
  }
  .product-page-v1 .product-body .product-meta {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product-page-v1 {
    margin-top: 2rem;
  }
  .product-page-v1 .product-head .left {
    width: 44%;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb {
    height: 50px;
    width: 50px;
  }
  .product-page-v1 .product-head .right {
    width: 56%;
    padding-left: 3rem;
  }
  .product-page-v1 .product-body {
    flex-direction: column;
  }
  .product-page-v1 .product-body .product-info {
    width: 100%;
    padding-right: 0;
  }
  .product-page-v1 .product-body .product-info .content {
    padding: 2rem;
    margin-bottom: 2.5rem;
  }
  .product-page-v1 .product-body .product-meta {
    width: 100%;
    padding-left: 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/***
TABLE OF CONTENTS
    0. Cart Coupon
    1. Cart Summary
***/
/* ==========================================================================
0. Cart Coupon
========================================================================== */
.coupon-area {
  margin-top: 2rem;
}
.coupon-area h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444f60;
}
.coupon-area p {
  color: #999;
  font-size: 0.95rem;
}
.coupon-area .field {
  margin-top: 10px;
  max-width: 580px;
}
.coupon-area .field .control {
  position: relative;
}
.coupon-area .field .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-area .field .control .form-icon i {
  font-size: 1.55rem;
  color: #cecece;
}
.coupon-area .field .control .input {
  padding-left: 58px;
  height: 58px;
  border-radius: 0.65rem;
  font-size: 1.1rem;
}
.coupon-area .field .control .button {
  position: absolute;
  top: 50%;
  right: 6px;
  height: 44px;
  min-width: 164px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transform: translateY(-50%);
}
.coupon-area .field .control .button:hover {
  background: #2eb289;
  border-color: #2eb289;
  color: #fff;
}

@media (max-width: 767px) {
  .coupon-area .field .control .button {
    position: static;
    margin-top: 42px;
    height: 54px;
    width: 100%;
    font-size: 1.2rem;
  }
}
/* ==========================================================================
1. Cart Summary
========================================================================== */
.cart-summary {
  padding-left: 20px;
}
.cart-summary .summary-header h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding-bottom: 14px;
}
.cart-summary .summary-card {
  position: relative;
  padding: 2rem;
  border-radius: 0.65rem;
  border: 1px solid rgb(229.35, 229.35, 229.35);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.cart-summary .summary-card:not(:last-child) {
  margin-bottom: 1.5rem;
}
.cart-summary .summary-card > h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.cart-summary .summary-card > p {
  color: rgb(136.0536585366, 149.6829268293, 170.7463414634) !important;
}
.cart-summary .summary-card .shipping-logo {
  display: block;
  position: absolute;
  top: 12px;
  right: 16px;
  width: 28px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cart-summary .summary-card .shipping-logo.is-active {
  opacity: 1;
}
.cart-summary .summary-card .order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-summary .summary-card .order-line:not(:last-child) {
  margin-bottom: 12px;
}
.cart-summary .summary-card .order-line span {
  display: block;
  font-family: "Roboto", sans-serif;
}
.cart-summary .summary-card .order-line span:first-child {
  font-size: 1rem;
  font-weight: 400;
  color: #98a9c3;
}
.cart-summary .summary-card .order-line span:first-child.is-total {
  color: #444f60;
}
.cart-summary .summary-card .order-line span:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444f60;
}
.cart-summary .summary-card .order-line span:nth-child(2):before {
  content: "$";
}
.cart-summary .summary-card .order-line span:nth-child(2).is-total {
  font-weight: 700;
  font-size: 1.5rem;
}
.cart-summary .summary-card .order-line span:nth-child(2).is-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-size: 0.9rem;
  color: #98a9c3;
}
.cart-summary .summary-card .order-line span:nth-child(2).is-text:before {
  content: "";
}
.cart-summary .summary-card img {
  display: block;
  max-width: 60px;
  margin: 0 auto 20px auto;
}
.cart-summary .summary-card h4 {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  color: #444f60;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.cart-summary .summary-card p {
  font-size: 0.9rem;
  color: #999;
}
.cart-summary .summary-card .button.is-loading {
  color: transparent !important;
}

@media only screen and (max-width: 767px) {
  .cart-summary {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cart-summary {
    padding-left: 0;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
  0. Payment Process
========================================================================== */
.payment-process {
  text-align: left;
}
.payment-process .payment-process-block {
  display: flex;
  align-items: center;
}
.payment-process .payment-process-block.has-padding-bottom {
  padding-bottom: 5rem;
}
.payment-process .payment-process-block + .payment-process-block {
  margin-top: 10rem;
}
.payment-process .payment-process-block .payment-process-left,
.payment-process .payment-process-block .payment-process-right {
  width: 50%;
}
.payment-process .payment-process-block .payment-process-left {
  padding-right: 3rem;
}
.payment-process .payment-process-block .payment-process-right {
  padding-left: 3rem;
}
.payment-process .action-box.is-pushed {
  padding-left: 5rem;
}
.payment-process .intructions-block {
  max-width: 450px;
}
.payment-process .intructions-block h2 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.75rem;
  color: #444f60;
}
.payment-process .intructions-block p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.75rem;
}
.payment-process .intructions-block .checkbox-wrap {
  padding: 0;
}
.payment-process .intructions-block .checkbox-wrap a {
  color: #8c8cf9;
}
.payment-process .shipping-methods-grid,
.payment-process .payment-methods-grid,
.payment-process .order-summary-grid {
  margin: 20px 0;
}
.payment-process .shipping-methods-grid .summary-label,
.payment-process .payment-methods-grid .summary-label,
.payment-process .order-summary-grid .summary-label {
  display: block;
  font-family: "Nexa Bold", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.payment-process .shipping-methods-grid .method-card,
.payment-process .payment-methods-grid .method-card,
.payment-process .order-summary-grid .method-card {
  position: relative;
  width: 100%;
}
.payment-process .shipping-methods-grid .method-card:hover .method-card-inner,
.payment-process .payment-methods-grid .method-card:hover .method-card-inner,
.payment-process .order-summary-grid .method-card:hover .method-card-inner {
  border-color: #444f60;
}
.payment-process .shipping-methods-grid .method-card.is-readonly .method-card-inner,
.payment-process .payment-methods-grid .method-card.is-readonly .method-card-inner,
.payment-process .order-summary-grid .method-card.is-readonly .method-card-inner {
  min-height: 100px;
}
.payment-process .shipping-methods-grid .method-card .change-link,
.payment-process .payment-methods-grid .method-card .change-link,
.payment-process .order-summary-grid .method-card .change-link {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 0.65rem;
  color: #cecece;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s;
}
.payment-process .shipping-methods-grid .method-card .change-link:hover,
.payment-process .payment-methods-grid .method-card .change-link:hover,
.payment-process .order-summary-grid .method-card .change-link:hover {
  color: #8c8cf9;
  text-decoration: underline;
}
.payment-process .shipping-methods-grid .method-card > input,
.payment-process .payment-methods-grid .method-card > input,
.payment-process .order-summary-grid .method-card > input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner,
.payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner,
.payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner {
  border-color: #8c8cf9;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img,
.payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img,
.payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner .icon-container img {
  filter: grayscale(0);
  opacity: 1;
}
.payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator,
.payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator,
.payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator {
  display: flex;
}
.payment-process .shipping-methods-grid .method-card .method-card-inner,
.payment-process .payment-methods-grid .method-card .method-card-inner,
.payment-process .order-summary-grid .method-card .method-card-inner {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgb(206.4, 206.4, 206.4);
  background: #fff;
  transition: all 0.3s;
}
.payment-process .shipping-methods-grid .method-card .icon-container,
.payment-process .payment-methods-grid .method-card .icon-container,
.payment-process .order-summary-grid .method-card .icon-container {
  position: relative;
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin: 0 auto;
}
.payment-process .shipping-methods-grid .method-card .icon-container img,
.payment-process .payment-methods-grid .method-card .icon-container img,
.payment-process .order-summary-grid .method-card .icon-container img {
  display: block;
  filter: grayscale(1);
  opacity: 0.6;
}
.payment-process .shipping-methods-grid .method-card .icon-container .indicator,
.payment-process .payment-methods-grid .method-card .icon-container .indicator,
.payment-process .order-summary-grid .method-card .icon-container .indicator {
  position: absolute;
  bottom: -18px;
  left: -12px;
  height: 26px;
  width: 26px;
  display: none;
  justify-content: center;
  align-items: center;
  background: #8c8cf9;
  border-radius: 50%;
  border: 2px solid #fff;
}
.payment-process .shipping-methods-grid .method-card .icon-container .indicator svg,
.payment-process .payment-methods-grid .method-card .icon-container .indicator svg,
.payment-process .order-summary-grid .method-card .icon-container .indicator svg {
  height: 10px;
  width: 10px;
  stroke-width: 5px;
  stroke: #fff;
}
.payment-process .shipping-methods-grid .method-card .meta,
.payment-process .payment-methods-grid .method-card .meta,
.payment-process .order-summary-grid .method-card .meta {
  margin-left: 16px;
}
.payment-process .shipping-methods-grid .method-card .meta h3,
.payment-process .payment-methods-grid .method-card .meta h3,
.payment-process .order-summary-grid .method-card .meta h3 {
  font-weight: 600;
  font-size: 1rem;
  color: #444f60;
}
.payment-process .shipping-methods-grid .method-card .meta p,
.payment-process .payment-methods-grid .method-card .meta p,
.payment-process .order-summary-grid .method-card .meta p {
  line-height: 1.2;
  font-size: 0.9rem;
}
.payment-process .payment-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.payment-process .payment-form .input {
  background: white;
}
.payment-process .payment-form .select {
  width: 100%;
}
.payment-process .payment-form .select select {
  width: 100%;
}
.payment-process .payment-form .payment-button {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  min-height: 54px;
  min-width: 180px;
  border-radius: 0.65rem;
}
.payment-process .payment-process-navigation {
  padding: 4rem 0;
}
.payment-process .payment-process-navigation .button {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  min-height: 54px;
  min-width: 180px;
  border-radius: 0.65rem;
}
.payment-process .checkout-success {
  min-height: calc(80vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-process .checkout-success .success-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(206.4, 206.4, 206.4);
  padding: 40px;
  animation: fadeInUp 0.5s;
}
.payment-process .checkout-success .success-card .success-content {
  max-width: 400px;
  margin: 0 auto;
}
.payment-process .checkout-success .success-card .success-content h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.5rem;
  color: #444f60;
  font-weight: 600;
}
.payment-process .checkout-success .success-card .success-content p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  color: #999;
}
.payment-process .checkout-success .success-card .success-content .button-wrap .button {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  min-height: 54px;
  min-width: 180px;
  border-radius: 0.65rem;
}

/* ==========================================================================
2. Media Queries
========================================================================== */
@media only screen and (max-width: 767px) {
  .payment-process .payment-process-block + .payment-process-block {
    margin-top: 5rem;
  }
  .payment-process .payment-process-block:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .payment-process .payment-process-block:nth-child(even) {
    flex-direction: column;
  }
  .payment-process .payment-process-block .payment-process-left,
  .payment-process .payment-process-block .payment-process-right {
    width: 100%;
    padding: 0;
  }
  .payment-process .payment-process-block .action-box.is-pushed {
    padding-left: 0;
  }
  .payment-process .payment-process-block .payment-form {
    margin-top: 2rem;
  }
  .payment-process .shipping-methods-grid .columns,
  .payment-process .payment-methods-grid .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .payment-process .shipping-methods-grid .columns .column,
  .payment-process .payment-methods-grid .columns .column {
    min-width: 50%;
    max-width: 50%;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner {
    flex-direction: column;
    padding: 1.25rem;
    text-align: center;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container {
    height: 32px;
    width: 32px;
    max-width: 32px;
    margin-bottom: 1.75rem;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container img,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container img {
    width: 100%;
    max-width: 100%;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .meta,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .meta {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .payment-process .payment-process-block + .payment-process-block {
    margin-top: 5rem;
  }
  .payment-process .payment-process-block:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .payment-process .payment-process-block:nth-child(even) {
    flex-direction: column;
  }
  .payment-process .payment-process-block .payment-process-left,
  .payment-process .payment-process-block .payment-process-right {
    width: 100%;
    padding: 0;
  }
  .payment-process .payment-process-block .action-box.is-pushed {
    padding-left: 0;
  }
  .payment-process .payment-process-block .payment-form {
    margin-top: 2rem;
  }
  .payment-process .payment-process-block .intructions-block.is-tablet-p-centered {
    margin: 0 auto !important;
    text-align: center;
  }
  .payment-process .shipping-methods-grid .columns,
  .payment-process .payment-methods-grid .columns {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .payment-process .shipping-methods-grid .columns .column,
  .payment-process .payment-methods-grid .columns .column {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner {
    flex-direction: column;
    text-align: center;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container {
    margin-bottom: 1rem;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container img,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container img {
    width: 100%;
    max-width: 100%;
  }
  .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .meta,
  .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .meta {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .payment-process .payment-process-block:nth-child(odd) .payment-process-left {
    width: 60%;
  }
  .payment-process .payment-process-block:nth-child(odd) .payment-process-right {
    width: 40%;
  }
  .payment-process .payment-process-block:nth-child(even) .payment-process-left {
    width: 40%;
  }
  .payment-process .payment-process-block:nth-child(even) .payment-process-right {
    width: 60%;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Utilities SCSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Miscellaneous styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Image hover effects setup
1. Hover effects and team hover effects
=============================================================================
***/
/* ==========================================================================
0. Image hover effects setup
========================================================================== */
.image-grid .image-title {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #444f60;
}
.image-grid figure {
  position: relative;
  overflow: hidden;
  background: transparent;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
}
.image-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.image-grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-grid figure figcaption:before, .image-grid figure figcaption:after {
  pointer-events: none;
}
.image-grid figure figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.image-grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}
.image-grid figure h2 span {
  font-weight: 800;
}
.image-grid figure p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}
.image-grid figure p span {
  font-size: 75% !important;
  color: #fff;
}

/* ==========================================================================
1. Hover effects and team hover effects
========================================================================== */
figure.round-corner {
  background: linear-gradient(-45deg, #000 0%, #fff 100%);
  border-radius: 5px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}
figure.round-corner img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: calc(100% + 10px);
  opacity: 0.9;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10px, 10px, 0);
  backface-visibility: hidden;
}
figure.round-corner figcaption:before {
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
  transform-origin: 50% 50%;
}
figure.round-corner p {
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  transform: translate3d(20px, 20px, 0);
}
figure.round-corner:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
}
figure.round-corner:hover figcaption::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
figure.round-corner:hover h2,
figure.round-corner:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.round-corner h2 {
  text-align: left;
  transition: transform 0.35s;
  transform: translate3d(5px, 5px, 0);
}
figure.cornered img {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  backface-visibility: hidden;
}
figure.cornered h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
figure.cornered:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}
figure.cornered:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.cornered p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
figure.team-hover figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
figure.team-hover h2 {
  float: left;
  display: inline-block;
}
figure.team-hover p.icon-links a {
  float: right !important;
  color: #3c4a50;
  font-size: 1.4em;
}
figure.team-hover p.icon-links a:hover span::before {
  color: #8c8cf9;
}
figure.team-hover p.description {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  bottom: 65px;
  padding: 1em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}
figure.team-hover h2,
figure.team-hover p.icon-links a {
  position: static;
  width: auto;
  height: auto;
  z-index: 1000;
  text-indent: 0 !important;
  white-space: nowrap;
  opacity: inherit;
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}
figure.team-hover p.icon-links a span::before {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: -5px;
  padding: 8px 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #444f60;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.team-hover .icon-twitter::before {
  content: "\f099";
}
figure.team-hover .icon-linkedin::before {
  content: "\f0e1";
}
figure.team-hover .icon-dribbble::before {
  content: "\f17d";
}
figure.team-hover:hover p.icon-links a:hover, figure.team-hover:hover p.icon-links a:focus {
  color: #252d31;
}
figure.team-hover:hover p.description {
  opacity: 1;
}
figure.team-hover:hover figcaption, figure.team-hover:hover h2, figure.team-hover:hover p.icon-links a {
  transform: translate3d(0, 0, 0);
}
figure.team-hover:hover h2 {
  transition-delay: 0.05s;
}
figure.team-hover:hover p.icon-links a:nth-child(3) {
  transition-delay: 0.1s;
}
figure.team-hover:hover p.icon-links a:nth-child(2) {
  transition-delay: 0.15s;
}
figure.team-hover:hover p.icon-links a:first-child {
  transition-delay: 0.2s;
}
figure.team-slanted {
  background: #162633;
  text-align: left;
}
figure.team-slanted img {
  transition: opacity 0.45s;
  backface-visibility: hidden;
}
figure.team-slanted figcaption::before {
  position: absolute;
  top: 95%;
  left: 10%;
  width: 200%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  transition: opacity 0.45s, transform 0.45s;
  transform: rotate3d(0, 0, 1, 0);
  transform-origin: 0 100%;
}
figure.team-slanted .member-position {
  position: static !important;
  font-size: 0.9rem;
  opacity: 0;
  transition: all 0.5s;
}
figure.team-slanted h2 {
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
figure.team-slanted p {
  position: absolute;
  right: 0;
  bottom: -5px;
  padding: 0 1.5em 7% 0;
}
figure.team-slanted a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170% !important;
  position: static !important;
  width: auto;
  height: auto;
  text-indent: 0 !important;
  white-space: nowrap;
  opacity: 1 !important;
}
figure.team-slanted a:hover, figure.team-slanted a:focus {
  color: #8c8cf9;
}
figure.team-slanted p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}
figure.team-slanted:hover img {
  opacity: 0.6;
}
figure.team-slanted:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.team-slanted:hover figcaption::before {
  opacity: 0.9;
  transform: rotate(-15deg);
}
figure.team-slanted:hover p i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.team-slanted:hover p a:nth-child(3) i {
  transition-delay: 0.05s;
}
figure.team-slanted:hover p a:nth-child(2) i {
  transition-delay: 0.1s;
}
figure.team-slanted:hover p a:first-child i {
  transition-delay: 0.15s;
}
figure.team-slanted:hover .member-position {
  opacity: 1;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Miscellaneous styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Material design box shadow helpers
=============================================================================
***/
/* ==========================================================================
0. Material design box shadow helpers
========================================================================== */
.shadow-z-1 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.shadow-z-2 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.shadow-z-3 {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 7px 7px 0 rgba(0, 0, 0, 0.19);
}

.shadow-z-4 {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3), 0 14px 12px 0 rgba(0, 0, 0, 0.17);
}

.shadow-z-5 {
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Miscellaneous styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Video embed
1. Plyr Player
=============================================================================
***/
/* ==========================================================================
0. Video embed
========================================================================== */
.side-block {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  overflow: visible;
  z-index: 2;
}
.side-block .background-wrapper {
  background-color: #344258;
  border-radius: 10px;
  overflow: visible;
}
.side-block .background-wrapper .video-wrapper {
  position: relative;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.side-block .background-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.side-block .background-wrapper .video-wrapper .video-overlay {
  position: absolute;
  width: 100%;
  background-size: cover;
  filter: alpha(opacity=35);
  opacity: 0.2;
}
.side-block .background-wrapper .video-wrapper .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -63px;
  cursor: pointer;
}
.side-block .background-wrapper .video-wrapper .playbutton .icon-play i {
  font-size: 6rem;
  color: #8c8cf9;
  transition: all 0.5s;
}
.side-block .background-wrapper .video-wrapper .playbutton .icon-play i:hover {
  color: #7f00ff;
}

/* ==========================================================================
1. Plyr Player
========================================================================== */
.bulkit-player-container {
  margin: 0 auto;
  overflow: hidden;
}
.bulkit-player-container.is-square {
  position: relative;
  height: 440px;
  width: 480px;
}
.bulkit-player-container.is-square .plyr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.bulkit-player-container.is-square .plyr__video-wrapper {
  height: 440px;
  width: 480px;
}
.bulkit-player-container.is-4by3 {
  position: relative;
  padding-top: 75%;
  width: 100%;
  max-width: 840px;
}
.bulkit-player-container.is-4by3 .plyr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.bulkit-player-container.is-16by9 {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  max-width: 840px;
}
.bulkit-player-container.is-16by9 .plyr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid {
  background: #fff !important;
  border: 1px solid #8c8cf9;
  color: #8c8cf9 !important;
}
.bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
  background: #8c8cf9 !important;
  border-color: #8c8cf9 !important;
  color: #fff !important;
}
.bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover svg {
  fill: #fff !important;
  stroke: #fff !important;
}
.bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
  fill: none;
  stroke: #8c8cf9;
  stroke-width: 1.6px;
}
.bulkit-player-container video,
.bulkit-player-container > div {
  background-color: transparent !important;
}
.bulkit-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bulkit-player-container .plyr__video-wrapper {
  position: static;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  background: #8c8cf9 !important;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #8c8cf9;
}

.plyr--full-ui input[type=range] {
  color: #8c8cf9;
}

.plyr__controls {
  transition: all 0.3s;
}

.plyr--paused .plyr__controls,
.plyr--stopped .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .bulkit-player-container.is-square {
    height: 303px;
    width: 330px;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Miscellaneous styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Video Background
=============================================================================
***/
/* ==========================================================================
0. Video Background
========================================================================== */
.covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.covervid-wrapper .videobg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(140, 140, 249, 0.5);
  z-index: 1;
}
.covervid-wrapper .video-caption {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 3;
}
.covervid-wrapper .video-caption .content {
  position: relative;
  top: 35%;
}
.covervid-wrapper .video-caption h1 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.covervid-wrapper .video-caption p {
  font-size: 1.5rem;
  font-family: "Nexa Light", sans-serif;
}
.covervid-wrapper video {
  display: inline-block;
  max-width: none !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
General responsive styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. max-width 767px
1. max-width 768px
2. Between 768px and 1024px portrait orientation
3. max-width 1007px
4. Custom burger and navbar adjustments
=============================================================================
***/
/* ==========================================================================
0. max-width 767px
========================================================================== */
@media (max-width: 767px) {
  .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .is-mega-menu-title {
    color: #fff;
  }
  .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:active, .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:focus {
    background: rgb(59.5771428571, 75.6171428571, 100.8228571429);
  }
  .navbar .navbar-item.mobile-account {
    display: flex !important;
  }
  .navbar .navbar-item.mobile-account .account-dropdown .dropdown-menu {
    width: calc(100vw - 20px);
  }
  .navbar .navbar-item.mobile-account .account-dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
  .navbar .navbar-item.mobile-cart, .navbar .navbar-item.mobile-wishlist {
    display: flex !important;
  }
  .navbar .navbar-item.mobile-cart .shopping-cart,
  .navbar .navbar-item.mobile-cart .shopping-wishlist, .navbar .navbar-item.mobile-wishlist .shopping-cart,
  .navbar .navbar-item.mobile-wishlist .shopping-wishlist {
    width: calc(100vw - 20px);
    position: fixed;
    top: 68px;
    left: 10px;
  }
  .navbar .navbar-item.mobile-cart .shopping-cart::before, .navbar .navbar-item.mobile-cart .shopping-cart::after, .navbar .navbar-item.mobile-wishlist .shopping-cart::before, .navbar .navbar-item.mobile-wishlist .shopping-cart::after {
    left: 79%;
  }
  .navbar .navbar-item.mobile-cart .shopping-wishlist::before, .navbar .navbar-item.mobile-cart .shopping-wishlist::after, .navbar .navbar-item.mobile-wishlist .shopping-wishlist::before, .navbar .navbar-item.mobile-wishlist .shopping-wishlist::after {
    left: 62%;
  }
  .navbar .navbar-item.is-mega .is-megamenu {
    max-height: 275px;
    overflow-y: auto;
    border-bottom: 1px solid #ededed;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
    display: none;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
    width: 49%;
    max-width: 49%;
    display: inline-block !important;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
    display: none;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-right .level-item {
    justify-content: center;
  }
  .is-flex-center-mobile {
    justify-content: center !important;
  }
  .is-centered-mobile {
    text-align: center;
  }
  .is-centered-mobile .button-wrap {
    display: flex;
    justify-content: center;
  }
  form button[type=submit] {
    width: 100% !important;
  }
}
/* ==========================================================================
1. max-width 768px
========================================================================== */
@media (max-width: 768px) {
  .nav-item.is-tab {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav .nav-item.is-tab.is-active,
  .nav-menu.is-active .nav-item.is-tab.is-active {
    border-bottom: none !important;
    color: #8c8cf9 !important;
  }
  .nav-item.nav-inner {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  a.nav-item.is-not-mobile {
    display: none !important;
  }
  .nav-item.is-menu-mobile {
    display: block !important;
    color: #7a7a7a !important;
  }
  .navbar.navbar-light.is-dark-mobile {
    background: #344258 !important;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu {
    background: #344258 !important;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu a {
    color: #fff;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
    opacity: 0.9;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
    transform: rotate(90deg);
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    transition: all 0.3s;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: rgb(216.75, 216.75, 216.75);
  }
  .navbar .navbar-menu .navbar-link,
  .navbar .navbar-menu .navbar-item,
  .navbar .navbar-menu .navbar-dropdown {
    width: 100%;
    text-align: center;
  }
  .navbar .navbar-menu .navbar-link:after {
    display: block !important;
    right: 43%;
  }
  .navbar .navbar-menu .button {
    width: 100%;
  }
  .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
    opacity: 0.9;
  }
  .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
    transform: rotate(90deg);
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .child-menu {
    display: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .navbar .navbar-menu .mobile-drop .child-menu ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #999;
  }
  .navbar-brand {
    min-height: 4.6rem;
  }
  .custom-burger {
    display: flex !important;
  }
  .navbar-burger {
    height: 4.6rem;
    width: 4.6rem;
  }
  .level-left.level-social {
    display: flex;
    justify-content: flex-start;
  }
  .level-left.level-social .level-item:last-child .icon i {
    position: relative !important;
  }
  #main-hero {
    max-height: 100vh;
    background-position-x: 55% !important;
  }
  .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0 !important;
  }
  .title.section-title {
    font-size: 2rem !important;
  }
  .hero.is-fullheight.is-halfed-mobile {
    height: 35vh !important;
  }
  .three-grid .column,
  .four-grid .column,
  .five-grid .column {
    border: none !important;
  }
  .three-grid .is-separator,
  .four-grid .is-separator,
  .five-grid .is-separator {
    border: none !important;
  }
  .single-image-carousel .image-wrapper img {
    min-height: 50px !important;
  }
  .single-image-carousel .image-wrapper .caption {
    display: none;
  }
  .video-caption {
    left: 5%;
  }
  #navigation-trigger,
  .navigation-close {
    opacity: 1 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
    color: #fff !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
    color: #8c8cf9 !important;
  }
  .navbar-wrapper.navbar-fade.mobile-menu-dark {
    background-color: #fff !important;
  }
}
/* ==========================================================================
1. Between 768px and 1024px portrait orientation
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .is-mega-menu-title {
    color: #fff;
  }
  .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:active, .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:focus {
    background: rgb(59.5771428571, 75.6171428571, 100.8228571429);
  }
  .navbar .navbar-item.mobile-account, .navbar .navbar-item.mobile-cart, .navbar .navbar-item.mobile-wishlist {
    display: flex !important;
  }
  .navbar .navbar-item.is-mega .is-megamenu {
    max-height: 275px;
    overflow-y: auto;
    border-bottom: 1px solid #ededed;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
    display: none;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
    width: 49%;
    max-width: 49%;
    display: inline-block !important;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level {
    justify-content: center;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
    display: none;
  }
  .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-right .level-item {
    justify-content: center;
  }
  .columns {
    padding: 0 10%;
  }
  .columns.is-tablet-portrait {
    padding: 10%;
  }
  .columns.is-not-tablet-portrait {
    padding: 0 !important;
  }
  p.is-tablet-padded {
    padding: 0 10%;
  }
  .is-flex-center-mobile {
    justify-content: center !important;
  }
  .is-centered-mobile {
    text-align: center;
  }
  .is-centered-mobile .button-wrap {
    display: flex;
    justify-content: center;
  }
  .is-centered-tablet-portrait {
    text-align: center;
  }
  .is-flex-portrait {
    display: flex;
    flex-wrap: wrap;
  }
  .is-flex-portrait .flex-portrait-4 {
    min-width: 33.3%;
  }
  #component-page .hero .hero-body .column.is-4 {
    text-align: center !important;
  }
}
/* ==========================================================================
2. max-width 1007px
========================================================================== */
@media (max-width: 1007px) {
  .column.slide-description > *:first-child {
    padding-top: 60px;
  }
  .column.slide-description > *:last-child {
    padding-bottom: 60px;
  }
  .account {
    display: none;
  }
  .media-card {
    min-height: 300px !important;
  }
  .column.is-4.media-stretch {
    width: 100% !important;
  }
  .column.is-4.media-stretch .media-card-image {
    min-height: 150px;
  }
  .mcard-controls {
    position: relative !important;
  }
}
/* ==========================================================================
4. Tablet Landscape
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar-brand {
    min-height: 4.6rem;
    height: 4.6rem;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
    color: #fff !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
    color: #8c8cf9 !important;
  }
  .navbar-wrapper.navbar-fade.mobile-menu-dark {
    background-color: #fff !important;
  }
  .navbar.navbar-light.is-dark-mobile {
    background: #344258;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu {
    background: #344258;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu a {
    color: #fff;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
    opacity: 0.9;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
    transform: rotate(90deg);
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    transition: all 0.3s;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: rgb(216.75, 216.75, 216.75);
  }
  .navbar .navbar-item.has-dropdown .navbar-link:after {
    right: 20%;
  }
  .navbar .navbar-menu .navbar-link,
  .navbar .navbar-menu .navbar-item,
  .navbar .navbar-menu .navbar-dropdown {
    text-align: center;
  }
  .navbar .navbar-menu .navbar-link:after {
    display: block !important;
  }
  .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
    opacity: 0.9;
  }
  .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
    transform: rotate(90deg);
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .child-menu {
    display: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .navbar .navbar-menu .mobile-drop .child-menu ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #999;
  }
  .navbar .navbar-menu .button {
    width: 100%;
  }
  .navbar .navbar-menu #signup-btn,
  .navbar .navbar-menu #signup-btn-alt {
    width: 30% !important;
  }
}
/* ==========================================================================
4. Custom burger and navbar adjustments
========================================================================== */
.navbar .navbar-menu.is-active .navbar-item.has-dropdown.is-hidden-mobile {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .custom-burger {
    display: flex !important;
  }
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff2?c43573f69650eb78889e0564436392ac) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.ttf?9a6c87759956b0d4fe98b627340c6616) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

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

.fa-yelp {
  --fa: "\f1e9";
}

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

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

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

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

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

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

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

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

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

.fa-stackpath {
  --fa: "\f842";
}

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

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

.fa-modx {
  --fa: "\f285";
}

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

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

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

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

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

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

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

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

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

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

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

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

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

.fa-square-font-awesome {
  --fa: "\e5ad";
}

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

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

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

.fa-the-red-yeti {
  --fa: "\f69d";
}

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

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

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

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

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

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

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

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

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

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

.fa-stack-overflow {
  --fa: "\f16c";
}

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

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

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

.fa-red-river {
  --fa: "\f3e3";
}

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

.fa-safari {
  --fa: "\f267";
}

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

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

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

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

.fa-linkedin-in {
  --fa: "\f0e1";
}

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

.fa-nimblr {
  --fa: "\f5a8";
}

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

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

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

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

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

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

.fa-watchman-monitoring {
  --fa: "\e087";
}

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

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

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

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

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

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

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

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

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

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

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

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

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

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

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

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

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

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

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

.fa-vuejs {
  --fa: "\f41f";
}

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

.fa-ioxhost {
  --fa: "\f208";
}

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

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

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

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

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

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

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

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

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

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

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

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

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

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

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

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

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

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

.fa-css {
  --fa: "\e6a2";
}

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

.fa-reddit {
  --fa: "\f1a1";
}

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

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

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

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

.fa-wpbeginner {
  --fa: "\f297";
}

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

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

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

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

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

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

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

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

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

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

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

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

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

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

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

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

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

.fa-keybase {
  --fa: "\f4f5";
}

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

.fa-padlet {
  --fa: "\e4a0";
}

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

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

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

.fa-stumbleupon {
  --fa: "\f1a4";
}

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

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

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

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

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

.fa-speakap {
  --fa: "\f3f3";
}

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

.fa-y-combinator {
  --fa: "\f23b";
}

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

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

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

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

.fa-linode {
  --fa: "\f2b8";
}

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

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

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

.fa-squarespace {
  --fa: "\f5be";
}

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

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

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

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

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

.fa-ubuntu {
  --fa: "\f7df";
}

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

.fa-stripe {
  --fa: "\f429";
}

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

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

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

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

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

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

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

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

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

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

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

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

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

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

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

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

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

.fa-speaker-deck {
  --fa: "\f83c";
}

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

.fa-patreon {
  --fa: "\f3d9";
}

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

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

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

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

.fa-brave-reverse {
  --fa: "\e63d";
}

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

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

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

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

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

.fa-osi {
  --fa: "\f41a";
}

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

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

.fa-periscope {
  --fa: "\f3da";
}

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

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

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

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

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

.fa-wpforms {
  --fa: "\f298";
}

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

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

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

.fa-square-bluesky {
  --fa: "\e6a3";
}

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

.fa-itunes {
  --fa: "\f3b4";
}

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

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

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

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

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

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

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

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

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

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

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

.fa-x-twitter {
  --fa: "\e61b";
}

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

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

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

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

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

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

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

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

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

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

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

.fa-linkedin {
  --fa: "\f08c";
}

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

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

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

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

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

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

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

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

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

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

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

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

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

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

.fa-trade-federation {
  --fa: "\f513";
}

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

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

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

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

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

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

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

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

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

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

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

.fa-screenpal {
  --fa: "\e570";
}

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

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

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

.fa-microblog {
  --fa: "\e01a";
}

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

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

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

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

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

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

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

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

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

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

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

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

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

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

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

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

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

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

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

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

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

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

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

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

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

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

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

.fa-perbyte {
  --fa: "\e083";
}

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

.fa-weebly {
  --fa: "\f5cc";
}

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

.fa-leanpub {
  --fa: "\f212";
}

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

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

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

.fa-bots {
  --fa: "\e340";
}

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

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

.fa-js {
  --fa: "\f3b8";
}

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

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

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

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

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

.fa-uber {
  --fa: "\f402";
}

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

.fa-php {
  --fa: "\f457";
}

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

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

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

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

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

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

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

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

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

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

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

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

.fa-mixcloud {
  --fa: "\f289";
}

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

.fa-viacoin {
  --fa: "\f237";
}

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

.fa-sitrox {
  --fa: "\e44a";
}

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

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

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

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

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

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

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

.fa-strava {
  --fa: "\f428";
}

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

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

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

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

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.woff2?fe86066c287fd322614957ce4f21a3e5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.ttf?b947543b648c1f5da74940c85d6204d5) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff2?db4ca34781183536f299747e2b3c0e11) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.ttf?569695cd3f74579e105f2442acca8edc) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.woff2?0d7a073ba26d2839f36c19fb1911246a) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.ttf?45052158daa68c1cb0ad9eae53cc4da1) format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.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%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
  --fa--fa: "\30 \30 ";
}

.fa-1 {
  --fa: "\31 ";
  --fa--fa: "\31 \31 ";
}

.fa-2 {
  --fa: "\32 ";
  --fa--fa: "\32 \32 ";
}

.fa-3 {
  --fa: "\33 ";
  --fa--fa: "\33 \33 ";
}

.fa-4 {
  --fa: "\34 ";
  --fa--fa: "\34 \34 ";
}

.fa-5 {
  --fa: "\35 ";
  --fa--fa: "\35 \35 ";
}

.fa-6 {
  --fa: "\36 ";
  --fa--fa: "\36 \36 ";
}

.fa-7 {
  --fa: "\37 ";
  --fa--fa: "\37 \37 ";
}

.fa-8 {
  --fa: "\38 ";
  --fa--fa: "\38 \38 ";
}

.fa-9 {
  --fa: "\39 ";
  --fa--fa: "\39 \39 ";
}

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

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}

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

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

.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}

.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}

.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}

.fa-at {
  --fa: "\@";
  --fa--fa: "\@\@";
}

.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}

.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}

.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

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

.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}

.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}

.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}

.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}

.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}

.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}

.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

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

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

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

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}

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

.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}

.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

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

.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}

.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}

.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}

.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}

.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}

.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}

.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}

.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}

.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}

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

.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}

.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}

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

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}

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

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}

.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}

.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}

.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}

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

.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}

.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}

.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}

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

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}

.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}

.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}

.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}

.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}

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

.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

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

.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}

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

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

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

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}

.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}

.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

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

.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}

.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}

.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}

.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

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

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}

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

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}

.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}

.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}

.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}

.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}

.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}

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

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

.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}

.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}

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

.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}

.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}

.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}

.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}

.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

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

.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}

.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}

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

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}

.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}

.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}

.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}

.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}

.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}

.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}

.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}

.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}

.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}

.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}

.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

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

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

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

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}

.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}

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

.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}

.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}

.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}

.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}

.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}

.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}

.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}

.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}

.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}

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

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}

.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}

.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}

.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}

.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}

.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}

.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}

.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}

.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}

.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}

.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

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

.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}

.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}

.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}

.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}

.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

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

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

.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}

.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}

.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}

.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}

.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}

.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

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

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}

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

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}

.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}

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

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}

.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

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

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

.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}

.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}

.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}

.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}

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

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}

.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}

.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}

.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}

.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}

.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}

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

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}

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

.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}

.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}

.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}

.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}

.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}

.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}

.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}

.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}

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

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

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}

.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}

.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}

.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}

.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}

.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}

.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}

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

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

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

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

.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}

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

.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}

.fa-hyphen {
  --fa: "\-";
  --fa--fa: "\-\-";
}

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}

.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}

.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}

.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}

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

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

.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}

.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}

.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}

.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}

.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

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

.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}

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

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

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

.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}

.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}

.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}

.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}

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

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}

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

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

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

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}

.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

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

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}

.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}

.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}

.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}

.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}

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

.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}

.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}

.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}

.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}

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

.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}

.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}

.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}

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

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

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}

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

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

.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}

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

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

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

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}

.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}

.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

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

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}

.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}

.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}

.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}

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

.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}

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

.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}

.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}

.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}

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

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}

.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}

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

.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}

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

.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}

.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}

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

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

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

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}

.fa-asterisk {
  --fa: "\*";
  --fa--fa: "\*\*";
}

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}

.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}

.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}

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

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

.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}

.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}

.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}

.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}

.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}

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

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

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

.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}

.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}

.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}

.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}

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

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

.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}

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

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

.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

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

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

.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}

.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}

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

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

.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}

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

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}

.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}

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

.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}

.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}

.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}

.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}

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

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

.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}

.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}

.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}

.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}

.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}

.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}

.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

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

.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}

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

.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}

.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}

.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}

.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}

.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}

.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}

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

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}

.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}

.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}

.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}

.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}

.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}

.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}

.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}

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

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}

.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}

.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}

.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

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

.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}

.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}

.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}

.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}

.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}

.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}

.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}

.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}

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

.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}

.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}

.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}

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

.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}

.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}

.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}

.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}

.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}

.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}

.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}

.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}

.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}

.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}

.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}

.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}

.fa-period {
  --fa: "\.";
  --fa--fa: "\.\.";
}

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

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

.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}

.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}

.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}

.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}

.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}

.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}

.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}

.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}

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

.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}

.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}

.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}

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

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

.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

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

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}

.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}

.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}

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

.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}

.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}

.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}

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

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}

.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}

.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}

.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}

.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}

.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}

.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

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

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

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

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}

.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}

.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}

.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}

.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}

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

.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}

.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}

.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}

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

.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}

.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}

.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

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

.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}

.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}

.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}

.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}

.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}

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

.fa-bracket-round {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-parenthesis {
  --fa: "\(";
  --fa--fa: "\(\(";
}

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}

.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}

.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}

.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}

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

.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}

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

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}

.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}

.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}

.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}

.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}

.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}

.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}

.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}

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

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}

.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}

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

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

.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}

.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}

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

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}

.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}

.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}

.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}

.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}

.fa-semicolon {
  --fa: "\;";
  --fa--fa: "\;\;";
}

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

.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}

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

.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}

.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}

.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}

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

.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}

.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}

.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}

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

.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}

.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}

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

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}

.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}

.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}

.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}

.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}

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

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}

.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

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

.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}

.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}

.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}

.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}

.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}

.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}

.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}

.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}

.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}

.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}

.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}

.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}

.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}

.fa-comma {
  --fa: "\,";
  --fa--fa: "\,\,";
}

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}

.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}

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

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}

.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}

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

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

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

.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}

.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}

.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}

.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}

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

.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}

.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}

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

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}

.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}

.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}

.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}

.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}

.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}

.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}

.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}

.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}

.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}

.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}

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

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

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}

.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}

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

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}

.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}

.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}

.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}

.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}

.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

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

.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}

.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}

.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}

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

.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}

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

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}

.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}

.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

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

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

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}

.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}

.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}

.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}

.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}

.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}

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

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}

.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}

.fa-bracket-curly-right {
  --fa: "\}";
  --fa--fa: "\}\}";
}

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}

.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}

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

.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}

.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}

.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}

.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}

.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}

.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}

.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}

.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}

.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}

.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}

.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}

.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}

.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}

.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}

.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}

.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}

.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}

.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}

.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}

.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}

.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}

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

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}

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

.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}

.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}

.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}

.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}

.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}

.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}

.fa-apostrophe {
  --fa: "\'";
  --fa--fa: "\'\'";
}

.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}

.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}

.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}

.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

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

.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}

.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}

.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}

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

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}

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

.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}

.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}

.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}

.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}

.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}

.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}

.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}

.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}

.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}

.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}

.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}

.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}

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

.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}

.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}

.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}

.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}

.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}

.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}

.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}

.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}

.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}

.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}

.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}

.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}

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

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

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}

.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}

.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}

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

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

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

.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}

.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}

.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}

.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}

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

.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}

.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}

.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}

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

.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}

.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}

.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

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

.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}

.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}

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

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

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

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}

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

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}

.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}

.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}

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

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}

.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}

.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}

.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}

.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}

.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

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

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-tilde {
  --fa: "\~";
  --fa--fa: "\~\~";
}

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}

.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}

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

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

.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}

.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}

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

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

.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}

.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}

.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}

.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}

.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}

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

.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}

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

.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}

.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}

.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}

.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}

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

.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}

.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}

.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}

.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}

.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

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

.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}

.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}

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

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

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}

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

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

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

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

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}

.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}

.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}

.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}

.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}

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

.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}

.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}

.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}

.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}

.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}

.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}

.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}

.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}

.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}

.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}

.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}

.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}

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

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}

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

.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}

.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}

.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}

.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}

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

.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}

.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}

.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}

.fa-bracket-square-right {
  --fa: "\]";
  --fa--fa: "\]\]";
}

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

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

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

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

.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}

.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}

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

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

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

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

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

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

.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}

.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

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

.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}

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

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}

.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}

.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}

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

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

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

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

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

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

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}

.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}

.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}

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

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

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}

.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}

.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}

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

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}

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

.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}

.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}

.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}

.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}

.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}

.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}

.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}

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

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

.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}

.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}

.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}

.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}

.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}

.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}

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

.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}

.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

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

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

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

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

.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}

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

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}

.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}

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

.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}

.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}

.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

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

.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}

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

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

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

.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

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

.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}

.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}

.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}

.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}

.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}

.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}

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

.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}

.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}

.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}

.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}

.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}

.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}

.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

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

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}

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

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

.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}

.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}

.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}

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

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}

.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}

.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}

.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}

.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}

.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}

.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}

.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}

.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}

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

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

.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}

.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}

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

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}

.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}

.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}

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

.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}

.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

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

.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}

.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}

.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}

.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}

.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}

.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}

.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}

.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}

.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}

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

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}

.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}

.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}

.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}

.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}

.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}

.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}

.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}

.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}

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

.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}

.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

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

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}

.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}

.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}

.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}

.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}

.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}

.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}

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

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

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

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

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

.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}

.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}

.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}

.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}

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

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

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

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}

.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}

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

.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}

.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}

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

.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}

.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}

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

.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}

.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}

.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

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

.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}

.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

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

.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}

.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}

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

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

.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}

.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}

.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}

.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}

.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}

.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}

.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}

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

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}

.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}

.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}

.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}

.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}

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

.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}

.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}

.fa-question {
  --fa: "\?";
  --fa--fa: "\?\?";
}

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

.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

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

.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}

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

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

.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}

.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}

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

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

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

.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}

.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}

.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}

.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}

.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}

.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}

.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}

.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}

.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}

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

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

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}

.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}

.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}

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

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

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}

.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}

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

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

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}

.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}

.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}

.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}

.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

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

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

.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}

.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}

.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}

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

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

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

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}

.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}

.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}

.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}

.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}

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

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

.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}

.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}

.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}

.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}

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

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}

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

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}

.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}

.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}

.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}

.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}

.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}

.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}

.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}

.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}

.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}

.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}

.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}

.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}

.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}

.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}

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

.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}

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

.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}

.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}

.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}

.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

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

.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}

.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}

.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}

.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}

.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}

.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

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

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}

.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}

.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}

.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}

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

.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}

.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}

.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}

.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

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

.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}

.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}

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

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

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}

.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}

.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

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

.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}

.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

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

.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}

.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}

.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}

.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}

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

.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}

.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}

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

.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}

.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}

.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}

.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

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

.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}

.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}

.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}

.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}

.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

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

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}

.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}

.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}

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

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}

.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}

.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}

.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}

.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}

.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}

.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}

.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}

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

.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}

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

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}

.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}

.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}

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

.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}

.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}

.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}

.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}

.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}

.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}

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

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}

.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}

.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}

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

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

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}

.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}

.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}

.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}

.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}

.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

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

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}

.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

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

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

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}

.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}

.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}

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

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}

.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}

.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}

.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}

.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}

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

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}

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

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}

.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

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

.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}

.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}

.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}

.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

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

.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}

.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}

.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}

.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}

.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}

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

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}

.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}

.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}

.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}

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

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

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

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

.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}

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

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

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

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

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}

.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}

.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}

.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}

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

.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}

.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}

.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}

.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}

.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}

.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}

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

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

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

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

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}

.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}

.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}

.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}

.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}

.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}

.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}

.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}

.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}

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

.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}

.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}

.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}

.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}

.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}

.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}

.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}

.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}

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

.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}

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

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}

.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}

.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}

.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}

.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}

.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}

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

.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}

.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}

.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}

.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}

.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}

.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}

.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}

.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}

.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}

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

.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}

.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}

.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}

.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}

.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}

.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}

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

.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}

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

.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}

.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}

.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

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

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}

.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}

.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}

.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}

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

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}

.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}

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

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

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}

.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}

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

.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

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

.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}

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

.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}

.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}

.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}

.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}

.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

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

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}

.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}

.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}

.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

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

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

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

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}

.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}

.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}

.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}

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

.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}

.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}

.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}

.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}

.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}

.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}

.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}

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

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}

.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}

.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}

.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}

.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}

.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}

.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}

.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}

.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}

.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}

.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}

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

.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

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

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}

.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}

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

.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}

.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

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

.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}

.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}

.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}

.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}

.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}

.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}

.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}

.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}

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

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}

.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}

.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}

.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}

.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}

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

.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}

.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}

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

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}

.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}

.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}

.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-slash-back {
  --fa: "\\";
  --fa--fa: "\\\\";
}

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}

.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}

.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}

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

.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}

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

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}

.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

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

.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}

.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}

.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}

.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}

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

.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}

.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}

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

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}

.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}

.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}

.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}

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

.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}

.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}

.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}

.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}

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

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}

.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}

.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}

.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}

.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}

.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}

.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}

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

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

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

.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}

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

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

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

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}

.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}

.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}

.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}

.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

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

.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

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

.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}

.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}

.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}

.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}

.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}

.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

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

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}

.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}

.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}

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

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}

.fa-bracket-round-right {
  --fa: "\)";
  --fa--fa: "\)\)";
}

.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}

.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}

.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}

.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}

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

.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}

.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}

.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}

.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

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

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

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

.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}

.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}

.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}

.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}

.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}

.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}

.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

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

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}

.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}

.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}

.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}

.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}

.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}

.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}

.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}

.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}

.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}

.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}

.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}

.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}

.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}

.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}

.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}

.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}

.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}

.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}

.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}

.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}

.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}

.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}

.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}

.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}

.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}

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

.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}

.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}

.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}

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

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}

.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}

.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}

.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}

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

.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}

.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}

.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}

.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}

.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}

.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}

.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}

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

.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}

.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

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

.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}

.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}

.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}

.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}

.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}

.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}

.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}

.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}

.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}

.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}

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

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}

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

.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}

.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}

.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}

.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}

.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}

.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}

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

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}

.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}

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

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}

.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}

.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

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

.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}

.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}

.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}

.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}

.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}

.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}

.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}

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

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}

.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}

.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}

.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}

.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}

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

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

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

.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}

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

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

.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}

.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}

.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}

.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}

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

.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}

.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}

.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}

.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}

.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}

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

.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}

.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}

.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

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

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

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

.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}

.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}

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

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

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}

.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}

.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}

.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}

.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}

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

.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

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

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

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

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

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}

.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

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

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}

.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}

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

.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}

.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}

.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}

.fa-pipe {
  --fa: "\|";
  --fa--fa: "\|\|";
}

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

.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}

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

.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}

.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}

.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}

.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}

.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}

.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}

.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}

.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}

.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}

.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}

.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}

.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}

.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}

.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}

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

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

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}

.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}

.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}

.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}

.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}

.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}

.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}

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

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

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

.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}

.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}

.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}

.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}

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

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}

.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}

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

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}

.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}

.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}

.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}

.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}

.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}

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

.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}

.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}

.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}

.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}

.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}

.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}

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

.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}

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

.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}

.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}

.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}

.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

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

.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}

.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-less-than {
  --fa: "\<";
  --fa--fa: "\<\<";
}

.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}

.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}

.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}

.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}

.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}

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

.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}

.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}

.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}

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

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

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}

.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

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

.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}

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

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

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

.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}

.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}

.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}

.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}

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

.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}

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

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

.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}

.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}

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

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}

.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}

.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}

.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}

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

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

.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}

.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}

.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}

.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}

.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}

.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}

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

.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}

.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}

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

.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}

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

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

.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}

.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}

.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}

.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

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

.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}

.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}

.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}

.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}

.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}

.fa-accent-grave {
  --fa: "\`";
  --fa--fa: "\`\`";
}

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

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

.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}

.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}

.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}

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

.fa-greater-than {
  --fa: "\>";
  --fa--fa: "\>\>";
}

.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}

.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}

.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

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

.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}

.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}

.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}

.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}

.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}

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

.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

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

.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}

.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}

.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}

.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}

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

.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}

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

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}

.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}

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

.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}

.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}

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

.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}

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

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}

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

.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}

.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}

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

.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}

.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}

.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}

.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}

.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}

.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}

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

.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

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

.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}

.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}

.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}

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

.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}

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

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}

.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}

.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}

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

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}

.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}

.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}

.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}

.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}

.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}

.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}

.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

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

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}

.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}

.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

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

.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}

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

.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}

.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

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

.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}

.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}

.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}

.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}

.fa-bracket-curly {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
  --fa--fa: "\{\{";
}

.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}

.fa-colon {
  --fa: "\:";
  --fa--fa: "\:\:";
}

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

.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}

.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}

.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}

.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}

.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}

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

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

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}

.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}

.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}

.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}

.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}

.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}

.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}

.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}

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

.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}

.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}

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

.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}

.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}

.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}

.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}

.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}

.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}

.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

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

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}

.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}

.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}

.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}

.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}

.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}

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

.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}

.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}

.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}

.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}

.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

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

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}

.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}

.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}

.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}

.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}

.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}

.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}

.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

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

.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}

.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}

.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}

.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}

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

.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

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

.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}

.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}

.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

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

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}

.fa-plus {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-add {
  --fa: "\+";
  --fa--fa: "\+\+";
}

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

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}

.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}

.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

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

.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}

.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}

.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}

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

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}

.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}

.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}

.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}

.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}

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

.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}

.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}

.fa-bracket-square {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-bracket-left {
  --fa: "\[";
  --fa--fa: "\[\[";
}

.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}

.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}

.fa-equals {
  --fa: "\=";
  --fa--fa: "\=\=";
}

.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}

.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}

.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}

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

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}

.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}

.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}

.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}

.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}

.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}

.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}

.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}

.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}

.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}

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

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}

.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}

.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}

.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}

.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}

.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}

.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}

.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}

.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}

.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}

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

.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}

.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}

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

.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}

.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}

.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}

.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}

.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}

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

.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}

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

.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}

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

.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}

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

.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}

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

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

.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}

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

.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}

.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}

.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}

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

.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}

.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}

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

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

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

.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}

.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

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

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}

.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}

.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}

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

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}

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

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

.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}

.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}

.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}

.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}

.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}

.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}

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

.fa-percent {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-percentage {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}

.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}

.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}

.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}

.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}

.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}

.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

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

.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}

.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}

.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}

.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}

.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}

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

.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}

.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}

.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}

.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

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

.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}

.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}

.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}

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

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

.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}

.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}

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

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}

.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}

.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}

.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}

.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}

.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}

.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}

.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}

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

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

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

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

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

.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}

.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}

.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}

.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}

.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}

.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}

.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}

.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}

.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}

.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

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

.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}

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

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

.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}

.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}

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

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}

.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}

.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}

.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}

.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}

.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}

.fa-ditto {
  --fa: "\"";
  --fa--fa: "\"\"";
}

.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}

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

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

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

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

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}

.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}

.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}

.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

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

.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}

.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}

.fa-ampersand {
  --fa: "\&";
  --fa--fa: "\&\&";
}

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

.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}

.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}

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

.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}

.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}

.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}

.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

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

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}

.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}

.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}

.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}

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

.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}

.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}

.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}

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

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}

.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}

.fa-hashtag {
  --fa: "\#";
  --fa--fa: "\#\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

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

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}

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

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}

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

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}

.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}

.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}

.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}

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

.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}

.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}

.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}

.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

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

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

.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}

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

.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}

.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}

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

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}

.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}

.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}

.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}

.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}

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

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

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

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

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

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

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

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

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

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}

.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}

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

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

.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

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

.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}

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

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}

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

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

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

.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}

.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}

.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}

.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}

.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}

.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}

.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}

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

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}

.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}

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

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

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}

.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}

.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}

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

.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}

.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}

.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}

.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

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

.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}

.fa-slash-forward {
  --fa: "\/";
  --fa--fa: "\/\/";
}

.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}

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

.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}

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

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}

.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

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

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}

.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}

.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}

.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}

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

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}

.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}

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

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

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}

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

.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}

.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}

.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}

.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}

.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}

.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

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

.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}

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

.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}

.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}

.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}

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

.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}

.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}

.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}

.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}

.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}

.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}

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

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

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

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}

.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}

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

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

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

.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}

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

.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}

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

.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}

.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}

.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}

.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

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

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

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}

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

.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}

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

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

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

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

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

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}

.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}

.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

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

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

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}

.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}

.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

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

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

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}

.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}

.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}

.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}

.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}

.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}

.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}

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

.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}

.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}

.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}

.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}

.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}

.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}

.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}

.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}

.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}

.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}

.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}

.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}

.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}

.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}

.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}

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

.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}

.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}

.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}

.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}

.fa-exclamation {
  --fa: "\!";
  --fa--fa: "\!\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}

.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}

.fa-dollar-sign {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-dollar {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-usd {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}

.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}

.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}

.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}

.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}

.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}

.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}

.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}

.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}

.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}

.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}

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

.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}

.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}

.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}

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

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

.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}

.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}

.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}

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

.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}

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

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

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

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}

.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}

.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
