@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:visited {
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-grid-background, .ct-line {
  fill: none;
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: flex;
}

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #d70206;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #f05b4f;
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
  fill: #f4c63d;
}

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
  fill: #d17905;
}

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
  fill: #453d3f;
}

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
  fill: #59922b;
}

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
  fill: #0544d3;
}

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
  fill: #6b0392;
}

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
  fill: #dda458;
}

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
  fill: #86797d;
}

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
  fill: #b2c326;
}

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
  fill: #6188e2;
}

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  display: table;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  display: table;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  display: table;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  display: table;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  display: table;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  display: table;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  display: table;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  display: table;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  display: table;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  display: table;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  display: table;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  display: table;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  display: table;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  display: table;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  display: table;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  display: table;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tail-select-label {
  position: absolute;
  z-index: 51;
  margin-top: 16px;
  margin-left: 20px;
  cursor: pointer;
  color: #D6D6D6;
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tail-select-label.selected {
  color: #303438;
}

.tail-select,
.tail-select *,
.tail-select *:before,
.tail-select *:after {
  box-sizing: border-box;
}

.tail-select {
  width: 250px;
  margin: 1px;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
}

.tail-select mark {
  color: white;
  background-color: #DEEFEA;
}

.tail-select button {
  outline: none;
}

.tail-select button.tail-all, .tail-select button.tail-none {
  height: auto;
  margin: 0 2px;
  padding: 2px 6px;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  text-shadow: none;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  transition: color 142ms linear, border 142ms linear, background 142ms linear;
}

.tail-select button.tail-all {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}

.tail-select button.tail-all:hover {
  color: #62C462;
  border-color: #62C462;
  background-color: transparent;
}

.tail-select button.tail-none {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}

.tail-select button.tail-none:hover {
  color: #EE5F5B;
  border-color: #EE5F5B;
  background-color: transparent;
}

.tail-select.disabled button.tail-all {
  color: rgba(48, 52, 56, 0.25);
  border-color: rgba(48, 52, 56, 0.25);
  background-color: transparent;
}

.tail-select.disabled button.tail-none {
  color: rgba(48, 52, 56, 0.25);
  border-color: rgba(48, 52, 56, 0.25);
  background-color: transparent;
}

.tail-select input[type=text] {
  color: #303438;
  height: auto;
  margin: 0;
  margin-top: 4px;
  width: 85%;
  padding: 10px 15px;
  display: inline-block;
  outline: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.tail-select input[type=text]:hover {
  color: #303438;
  border-color: transparent;
  background-color: transparent;
}

.tail-select input[type=text]:focus {
  color: #42AE8E;
  border-color: transparent;
  background-color: transparent;
}

.tail-select.disabled input[type=text] {
  color: rgba(48, 52, 56, 0.75);
  border-color: transparent;
  background-color: transparent;
}

.tail-select-container {
  margin: 0;
  padding: 3px;
  text-align: left;
  border-radius: 3px;
}

.tail-select-container .select-handle {
  width: auto;
  color: #303438;
  cursor: pointer;
  margin: 1px;
  padding: 0.2em 0.6em 0.3em;
  display: inline-block;
  position: relative;
  font-size: 11.844px;
  text-align: left;
  font-weight: bold;
  line-height: 16px;
  text-shadow: none;
  vertical-align: top;
  background-color: #d9d9d9;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  transition: background 142ms linear;
}

.tail-select-container .select-handle:hover {
  color: #303438;
  background-color: #DC4650;
}

.tail-select-container.select-label .select-handle {
  margin: 5px 3px;
}

/* @end GENERAL */
/* @start LABEL */
.tail-select .select-label {
  cursor: pointer;
  color: rgba(48, 52, 56, 0.85);
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  display: block;
  z-index: 27;
  position: relative;
  text-align: left;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: background 142ms linear, box-shadow 142ms linear;
}

.tail-select .select-label:after {
  top: 15px;
  right: 12px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 25;
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  border-top: 5px dashed;
  border-top: 5px solid\9 ;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  text-shadow: none;
  transition: opacity 142ms linear, transform 142ms linear;
}

.tail-select .select-label .label-count, .tail-select .select-label .label-inner {
  width: auto;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.tail-select .select-label .label-count {
  float: left;
  color: rgba(48, 52, 56, 0.85);
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: top;
  border-width: 0px 1px 0 0;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0px;
}

.tail-select .select-label .label-inner {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0 !important;
}

.version-select .select-label .label-inner {
  opacity: 1 !important;
}

.tail-select:hover .select-label, .tail-select.idle .select-label,
.tail-select.active .select-label {
  z-index: 25;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
}

.tail-select:hover .select-label:after, .tail-select.idle .select-label:after,
.tail-select.active .select-label:after {
  opacity: 0.85;
}

.tail-select:hover .select-label .label-count, .tail-select.idle .select-label .label-count,
.tail-select.active .select-label .label-count, .tail-select:hover .select-label .label-inner,
.tail-select.idle .select-label .label-inner, .tail-select.active .select-label .label-inner {
  opacity: 1;
}

.tail-select.active .select-label {
  z-index: 27;
}

.tail-select.active .select-label:after {
  opacity: 0.85;
  transform: rotate(180deg);
}

.tail-select.disabled .select-label {
  cursor: not-allowed;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

/* @end LABEL */
/* @start DROPDOWN */
.tail-select .select-dropdown {
  top: 100%;
  left: 0;
  color: #303438;
  width: 100%;
  min-height: 35px;
  margin: -1px 0 0 0;
  padding: 0;
  z-index: 30;
  display: none;
  overflow: hidden;
  position: absolute;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

.tail-select .select-dropdown .dropdown-search {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.tail-select .select-dropdown .dropdown-inner {
  width: 100%;
  margin: 0;
  padding: 1px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.tail-select .select-dropdown .dropdown-empty {
  margin: 0;
  padding: 16px 0;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.tail-select .select-dropdown .dropdown-action {
  top: 3px;
  right: 15px;
  width: auto;
  margin: 0;
  padding: 7px 0;
  z-index: 35;
  display: inline-block;
  position: absolute;
  text-align: center;
}

ul.dropdown-optgroup {
  max-height: 315px;
  overflow-y: auto;
}

ul.dropdown-optgroup::-webkit-scrollbar-thumb {
  background: #42AE8E;
  border-radius: 4px;
}

ul.dropdown-optgroup::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #DEEFEA;
}

.tail-select .select-dropdown ul, .tail-select .select-dropdown ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.tail-select .select-dropdown ul li {
  color: #303438;
  padding: 5px 10px 5px 35px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  font-weight: normal;
}

.tail-select .select-dropdown ul li:first-of-type {
  margin-top: 7px;
}

.tail-select .select-dropdown ul li:last-of-type {
  margin-bottom: 7px;
}

.tail-select .select-dropdown ul li.optgroup-title {
  color: rgba(48, 52, 56, 0.7);
  cursor: default;
  margin: 9px 0 0 0;
  padding-left: 10px;
  font-size: 14px;
  text-shadow: none;
}

.tail-select .select-dropdown ul li.optgroup-title button {
  float: right;
  margin-top: -2px;
  opacity: 0;
}

.tail-select .select-dropdown ul:hover li button {
  opacity: 1;
}

.tail-select .select-dropdown ul li.dropdown-option {
  cursor: pointer;
  color: #303438;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  content: "";
  opacity: 0;
  position: absolute;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 50ms linear;
}

.tail-select .select-dropdown ul li.dropdown-option .option-description {
  color: rgba(48, 52, 56, 0.85);
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 14px;
  vertical-align: top;
}

.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
  color: #303438;
}

.tail-select .select-dropdown ul li.dropdown-option:hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.hover .option-description {
  color: #303438;
}

.tail-select.open-top .select-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0 0 -1px 0;
  border-radius: 3px 3px 0 0;
}

.tail-select.hide-selected .select-dropdown ul li.selected,
.tail-select.hide-disabled .select-dropdown ul li.disabled {
  display: none;
}

/* State & Icons :: Single */
.tail-select .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
}

.tail-select .select-dropdown ul li.dropdown-option:hover:before,
.tail-select .select-dropdown ul li.dropdown-option.hover:before {
  opacity: 0.5;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
  color: #3C82E6;
  background-color: white;
}

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
}

.tail-select .select-dropdown ul li.dropdown-option.selected .option-description {
  color: #3C82E6;
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7.48%208l3.75%203.75-1.48%201.48L6%209.48l-3.75%203.75-1.48-1.48L4.52%208%20.77%204.25l1.48-1.48L6%206.52l3.75-3.75%201.48%201.48L7.48%208z%22/%3E%3C/svg%3E");
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover .option-description,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover .option-description {
  color: #3C82E6;
}

.tail-select .select-dropdown ul li.dropdown-option {
  transition: all 0.3s ease-in;
}

.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
  transition: all 0.4s ease;
  background-color: #e9edf2;
}

.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
  cursor: not-allowed;
  color: rgba(48, 52, 56, 0.4);
  text-shadow: 0px 1px 0px rgba(119, 129, 138, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.tail-select.disabled .select-dropdown ul li.dropdown-option:before,
.tail-select .select-dropdown ul li.dropdown-option.disabled:before {
  opacity: 0.85;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7%201C3.14%201%200%204.14%200%208s3.14%207%207%207%207-3.14%207-7-3.14-7-7-7zm0%201.3c1.3%200%202.5.44%203.47%201.17l-8%208A5.755%205.755%200%200%201%201.3%208c0-3.14%202.56-5.7%205.7-5.7zm0%2011.41c-1.3%200-2.5-.44-3.47-1.17l8-8c.73.97%201.17%202.17%201.17%203.47%200%203.14-2.56%205.7-5.7%205.7z%22/%3E%3C/svg%3E");
}

.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description {
  color: rgba(48, 52, 56, 0.4);
}

/* State & Icons :: Multiple */
.tail-select.multiple .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM6%209H3V7h3V4h2v3h3v2H8v3H6V9z%22/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM4%208c0-1.66%201.34-3%203-3s3%201.34%203%203-1.34%203-3%203-3-1.34-3-3z%22/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-2-5H3V7h8v2z%22/%3E%3C/svg%3E");
}

.tail-select.multiple.disabled .select-dropdown ul li.dropdown-option:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.disabled:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-8.5-2H3v-1.5L9.5%204H11v1.5L4.5%2012z%22/%3E%3C/svg%3E");
}

.select-def {
  opacity: 0;
}

/* @end DROPDOWN */
/*===== Fonts =====*/
/*-----------------*/
/*===== Inter Thin =====*/
@font-face {
  font-family: Inter-Thin;
  src: url("../fonts/Inter-Thin.ttf");
  font-weight: 200;
}
/*===== Inter Light =====*/
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.ttf");
  font-weight: 300;
}
/*===== Inter Regular =====*/
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.ttf");
  font-weight: 400;
}
/*===== Inter Medium =====*/
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.ttf");
  font-weight: 500;
}
/*===== Inter Semibold =====*/
@font-face {
  font-family: Inter-Semibold;
  src: url("../fonts/Inter-SemiBold.ttf");
  font-weight: 600;
}
/*===== Inter Bold =====*/
@font-face {
  font-family: Inter-Bold;
  src: url("../fonts/Inter-Bold.ttf");
  font-weight: 700;
}
/*===== Inter ExtraBold =====*/
@font-face {
  font-family: Inter-ExtraBold;
  src: url("../fonts/Inter-ExtraBold.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Phosphor";
  src: url("../fonts/Phosphor.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'phosphor';
    src: url('../font/phosphor.svg?cuo5mh#phosphor') format('svg');
  }
}
*/
[class^=ph-],
[class*=" ph-"] {
  display: inline-flex;
}

[class^=ph-]:before,
[class*=" ph-"]:before {
  font-family: "Phosphor" !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: never;
  /* display: inline-block; */
  text-decoration: inherit;
  /* width: 1em; */
  /* margin-right: 0.2em; */
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal !important;
  text-transform: none !important;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: 0.2em; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}

.ph-xxs {
  font-size: 0.5em;
}

.ph-xs {
  font-size: 0.75em;
}

.ph-sm {
  font-size: 0.875em;
}

.ph-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ph-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

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

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

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

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

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

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

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

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

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

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

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

.ph-airplay-thin:before {
  content: "\e900";
}

.ph-alarm-thin:before {
  content: "\e901";
}

.ph-align-bottom-thin:before {
  content: "\e902";
}

.ph-align-center-horizontal-thin:before {
  content: "\e903";
}

.ph-align-center-vertical-thin:before {
  content: "\e904";
}

.ph-align-left-thin:before {
  content: "\e905";
}

.ph-align-right-thin:before {
  content: "\e906";
}

.ph-align-top-thin:before {
  content: "\e907";
}

.ph-anchor-simple-thin:before {
  content: "\e908";
}

.ph-anchor-thin:before {
  content: "\e909";
}

.ph-android-logo-thin:before {
  content: "\e90a";
}

.ph-aperture-thin:before {
  content: "\e90b";
}

.ph-apple-logo-thin:before {
  content: "\e90c";
}

.ph-app-window-thin:before {
  content: "\e90d";
}

.ph-archive-box-thin:before {
  content: "\e90e";
}

.ph-archive-thin:before {
  content: "\e90f";
}

.ph-archive-tray-thin:before {
  content: "\e910";
}

.ph-armchair-thin:before {
  content: "\e911";
}

.ph-arrow-arc-left-thin:before {
  content: "\e912";
}

.ph-arrow-arc-right-thin:before {
  content: "\e913";
}

.ph-arrow-bend-double-up-left-thin:before {
  content: "\e914";
}

.ph-arrow-bend-double-up-right-thin:before {
  content: "\e915";
}

.ph-arrow-bend-down-left-thin:before {
  content: "\e916";
}

.ph-arrow-bend-down-right-thin:before {
  content: "\e917";
}

.ph-arrow-bend-left-down-thin:before {
  content: "\e918";
}

.ph-arrow-bend-left-up-thin:before {
  content: "\e919";
}

.ph-arrow-bend-right-down-thin:before {
  content: "\e91a";
}

.ph-arrow-bend-right-up-thin:before {
  content: "\e91b";
}

.ph-arrow-bend-up-left-thin:before {
  content: "\e91c";
}

.ph-arrow-bend-up-right-thin:before {
  content: "\e91d";
}

.ph-arrow-circle-down-left-thin:before {
  content: "\e91e";
}

.ph-arrow-circle-down-right-thin:before {
  content: "\e91f";
}

.ph-arrow-circle-down-thin:before {
  content: "\e920";
}

.ph-arrow-circle-left-thin:before {
  content: "\e921";
}

.ph-arrow-circle-right-thin:before {
  content: "\e922";
}

.ph-arrow-circle-up-left-thin:before {
  content: "\e923";
}

.ph-arrow-circle-up-right-thin:before {
  content: "\e924";
}

.ph-arrow-circle-up-thin:before {
  content: "\e925";
}

.ph-arrow-clockwise-thin:before {
  content: "\e926";
}

.ph-arrow-counter-clockwise-thin:before {
  content: "\e927";
}

.ph-arrow-down-left-thin:before {
  content: "\e928";
}

.ph-arrow-down-right-thin:before {
  content: "\e929";
}

.ph-arrow-down-thin:before {
  content: "\e92a";
}

.ph-arrow-elbow-down-left-thin:before {
  content: "\e92b";
}

.ph-arrow-elbow-down-right-thin:before {
  content: "\e92c";
}

.ph-arrow-elbow-left-down-thin:before {
  content: "\e92d";
}

.ph-arrow-elbow-left-thin:before {
  content: "\e92e";
}

.ph-arrow-elbow-left-up-thin:before {
  content: "\e92f";
}

.ph-arrow-elbow-right-down-thin:before {
  content: "\e930";
}

.ph-arrow-elbow-right-thin:before {
  content: "\e931";
}

.ph-arrow-elbow-right-up-thin:before {
  content: "\e932";
}

.ph-arrow-elbow-up-left-thin:before {
  content: "\e933";
}

.ph-arrow-elbow-up-right-thin:before {
  content: "\e934";
}

.ph-arrow-fat-down-thin:before {
  content: "\e935";
}

.ph-arrow-fat-left-thin:before {
  content: "\e936";
}

.ph-arrow-fat-line-down-thin:before {
  content: "\e937";
}

.ph-arrow-fat-line-left-thin:before {
  content: "\e938";
}

.ph-arrow-fat-line-right-thin:before {
  content: "\e939";
}

.ph-arrow-fat-lines-down-thin:before {
  content: "\e93a";
}

.ph-arrow-fat-lines-left-thin:before {
  content: "\e93b";
}

.ph-arrow-fat-lines-right-thin:before {
  content: "\e93c";
}

.ph-arrow-fat-lines-up-thin:before {
  content: "\e93d";
}

.ph-arrow-fat-line-up-thin:before {
  content: "\e93e";
}

.ph-arrow-fat-right-thin:before {
  content: "\e93f";
}

.ph-arrow-fat-up-thin:before {
  content: "\e940";
}

.ph-arrow-left-thin:before {
  content: "\e941";
}

.ph-arrow-line-down-left-thin:before {
  content: "\e942";
}

.ph-arrow-line-down-right-thin:before {
  content: "\e943";
}

.ph-arrow-line-down-thin:before {
  content: "\e944";
}

.ph-arrow-line-left-thin:before {
  content: "\e945";
}

.ph-arrow-line-right-thin:before {
  content: "\e946";
}

.ph-arrow-line-up-left-thin:before {
  content: "\e947";
}

.ph-arrow-line-up-right-thin:before {
  content: "\e948";
}

.ph-arrow-line-up-thin:before {
  content: "\e949";
}

.ph-arrow-right-thin:before {
  content: "\e94a";
}

.ph-arrows-clockwise-thin:before {
  content: "\e94b";
}

.ph-arrows-counter-clockwise-thin:before {
  content: "\e94c";
}

.ph-arrows-down-up-thin:before {
  content: "\e94d";
}

.ph-arrows-in-cardinal-thin:before {
  content: "\e94e";
}

.ph-arrows-in-line-horizontal-thin:before {
  content: "\e94f";
}

.ph-arrows-in-line-vertical-thin:before {
  content: "\e950";
}

.ph-arrows-in-simple-thin:before {
  content: "\e951";
}

.ph-arrows-in-thin:before {
  content: "\e952";
}

.ph-arrows-left-right-thin:before {
  content: "\e953";
}

.ph-arrows-out-cardinal-thin:before {
  content: "\e954";
}

.ph-arrows-out-line-horizontal-thin:before {
  content: "\e955";
}

.ph-arrows-out-line-vertical-thin:before {
  content: "\e956";
}

.ph-arrows-out-simple-thin:before {
  content: "\e957";
}

.ph-arrows-out-thin:before {
  content: "\e958";
}

.ph-arrow-square-down-left-thin:before {
  content: "\e959";
}

.ph-arrow-square-down-right-thin:before {
  content: "\e95a";
}

.ph-arrow-square-down-thin:before {
  content: "\e95b";
}

.ph-arrow-square-in-thin:before {
  content: "\e95c";
}

.ph-arrow-square-left-thin:before {
  content: "\e95d";
}

.ph-arrow-square-out-thin:before {
  content: "\e95e";
}

.ph-arrow-square-right-thin:before {
  content: "\e95f";
}

.ph-arrow-square-up-left-thin:before {
  content: "\e960";
}

.ph-arrow-square-up-right-thin:before {
  content: "\e961";
}

.ph-arrow-square-up-thin:before {
  content: "\e962";
}

.ph-arrow-u-down-left-thin:before {
  content: "\e963";
}

.ph-arrow-u-down-right-thin:before {
  content: "\e964";
}

.ph-arrow-u-left-down-thin:before {
  content: "\e965";
}

.ph-arrow-u-left-up-thin:before {
  content: "\e966";
}

.ph-arrow-up-left-thin:before {
  content: "\e967";
}

.ph-arrow-up-right-thin:before {
  content: "\e968";
}

.ph-arrow-up-thin:before {
  content: "\e969";
}

.ph-arrow-u-right-down-thin:before {
  content: "\e96a";
}

.ph-arrow-u-right-up-thin:before {
  content: "\e96b";
}

.ph-arrow-u-up-left-thin:before {
  content: "\e96c";
}

.ph-arrow-u-up-right-thin:before {
  content: "\e96d";
}

.ph-article-medium-thin:before {
  content: "\e96e";
}

.ph-article-ny-times-thin:before {
  content: "\e96f";
}

.ph-article-thin:before {
  content: "\e970";
}

.ph-asterisk-thin:before {
  content: "\e971";
}

.ph-atom-thin:before {
  content: "\e972";
}

.ph-at-thin:before {
  content: "\e973";
}

.ph-baby-thin:before {
  content: "\e974";
}

.ph-backspace-thin:before {
  content: "\e975";
}

.ph-bag-simple-thin:before {
  content: "\e976";
}

.ph-bag-thin:before {
  content: "\e977";
}

.ph-bandaids-thin:before {
  content: "\e978";
}

.ph-bank-thin:before {
  content: "\e979";
}

.ph-barbell-thin:before {
  content: "\e97a";
}

.ph-barcode-thin:before {
  content: "\e97b";
}

.ph-baseball-thin:before {
  content: "\e97c";
}

.ph-basketball-thin:before {
  content: "\e97d";
}

.ph-battery-charging-thin:before {
  content: "\e97e";
}

.ph-battery-charging-vertical-thin:before {
  content: "\e97f";
}

.ph-battery-empty-thin:before {
  content: "\e980";
}

.ph-battery-full-thin:before {
  content: "\e981";
}

.ph-battery-high-thin:before {
  content: "\e982";
}

.ph-battery-low-thin:before {
  content: "\e983";
}

.ph-battery-medium-thin:before {
  content: "\e984";
}

.ph-battery-warning-thin:before {
  content: "\e985";
}

.ph-battery-warning-vertical-thin:before {
  content: "\e986";
}

.ph-bed-thin:before {
  content: "\e987";
}

.ph-bell-ringing-thin:before {
  content: "\e988";
}

.ph-bell-simple-ringing-thin:before {
  content: "\e989";
}

.ph-bell-simple-slash-thin:before {
  content: "\e98a";
}

.ph-bell-simple-thin:before {
  content: "\e98b";
}

.ph-bell-simple-z-thin:before {
  content: "\e98c";
}

.ph-bell-slash-thin:before {
  content: "\e98d";
}

.ph-bell-thin:before {
  content: "\e98e";
}

.ph-bell-z-thin:before {
  content: "\e98f";
}

.ph-bicycle-thin:before {
  content: "\e990";
}

.ph-bird-thin:before {
  content: "\e991";
}

.ph-bluetooth-connected-thin:before {
  content: "\e992";
}

.ph-bluetooth-slash-thin:before {
  content: "\e993";
}

.ph-bluetooth-thin:before {
  content: "\e994";
}

.ph-bluetooth-x-thin:before {
  content: "\e995";
}

.ph-boat-thin:before {
  content: "\e996";
}

.ph-book-bookmark-thin:before {
  content: "\e997";
}

.ph-bookmark-simple-thin:before {
  content: "\e998";
}

.ph-bookmarks-simple-thin:before {
  content: "\e999";
}

.ph-bookmarks-thin:before {
  content: "\e99a";
}

.ph-bookmark-thin:before {
  content: "\e99b";
}

.ph-book-open-thin:before {
  content: "\e99c";
}

.ph-books-thin:before {
  content: "\e99d";
}

.ph-book-thin:before {
  content: "\e99e";
}

.ph-bounding-box-thin:before {
  content: "\e99f";
}

.ph-brackets-angle-thin:before {
  content: "\e9a0";
}

.ph-brackets-curly-thin:before {
  content: "\e9a1";
}

.ph-brackets-round-thin:before {
  content: "\e9a2";
}

.ph-brackets-square-thin:before {
  content: "\e9a3";
}

.ph-brain-thin:before {
  content: "\e9a4";
}

.ph-brandy-thin:before {
  content: "\e9a5";
}

.ph-briefcase-metal-thin:before {
  content: "\e9a6";
}

.ph-briefcase-thin:before {
  content: "\e9a7";
}

.ph-broadcast-thin:before {
  content: "\e9a8";
}

.ph-browsers-thin:before {
  content: "\e9a9";
}

.ph-browser-thin:before {
  content: "\e9aa";
}

.ph-bug-beetle-thin:before {
  content: "\e9ab";
}

.ph-bug-droid-thin:before {
  content: "\e9ac";
}

.ph-bug-thin:before {
  content: "\e9ad";
}

.ph-buildings-thin:before {
  content: "\e9ae";
}

.ph-bus-thin:before {
  content: "\e9af";
}

.ph-cake-thin:before {
  content: "\e9b0";
}

.ph-calculator-thin:before {
  content: "\e9b1";
}

.ph-calendar-blank-thin:before {
  content: "\e9b2";
}

.ph-calendar-check-thin:before {
  content: "\e9b3";
}

.ph-calendar-plus-thin:before {
  content: "\e9b4";
}

.ph-calendar-thin:before {
  content: "\e9b5";
}

.ph-calendar-x-thin:before {
  content: "\e9b6";
}

.ph-camera-slash-thin:before {
  content: "\e9b7";
}

.ph-camera-thin:before {
  content: "\e9b8";
}

.ph-cardholder-thin:before {
  content: "\e9b9";
}

.ph-cards-thin:before {
  content: "\e9ba";
}

.ph-caret-circle-double-down-thin:before {
  content: "\e9bb";
}

.ph-caret-circle-double-left-thin:before {
  content: "\e9bc";
}

.ph-caret-circle-double-right-thin:before {
  content: "\e9bd";
}

.ph-caret-circle-double-up-thin:before {
  content: "\e9be";
}

.ph-caret-circle-down-thin:before {
  content: "\e9bf";
}

.ph-caret-circle-left-thin:before {
  content: "\e9c0";
}

.ph-caret-circle-right-thin:before {
  content: "\e9c1";
}

.ph-caret-circle-up-thin:before {
  content: "\e9c2";
}

.ph-caret-double-down-thin:before {
  content: "\e9c3";
}

.ph-caret-double-left-thin:before {
  content: "\e9c4";
}

.ph-caret-double-right-thin:before {
  content: "\e9c5";
}

.ph-caret-double-up-thin:before {
  content: "\e9c6";
}

.ph-caret-down-thin:before {
  content: "\e9c7";
}

.ph-caret-left-thin:before {
  content: "\e9c8";
}

.ph-caret-right-thin:before {
  content: "\e9c9";
}

.ph-caret-up-thin:before {
  content: "\e9ca";
}

.ph-car-simple-thin:before {
  content: "\e9cb";
}

.ph-car-thin:before {
  content: "\e9cc";
}

.ph-cat-thin:before {
  content: "\e9cd";
}

.ph-cell-signal-full-thin:before {
  content: "\e9ce";
}

.ph-cell-signal-high-thin:before {
  content: "\e9cf";
}

.ph-cell-signal-low-thin:before {
  content: "\e9d0";
}

.ph-cell-signal-medium-thin:before {
  content: "\e9d1";
}

.ph-cell-signal-none-thin:before {
  content: "\e9d2";
}

.ph-cell-signal-slash-thin:before {
  content: "\e9d3";
}

.ph-cell-signal-x-thin:before {
  content: "\e9d4";
}

.ph-chalkboard-simple-thin:before {
  content: "\e9d5";
}

.ph-chalkboard-teacher-thin:before {
  content: "\e9d6";
}

.ph-chalkboard-thin:before {
  content: "\e9d7";
}

.ph-chart-bar-horizontal-thin:before {
  content: "\e9d8";
}

.ph-chart-bar-thin:before {
  content: "\e9d9";
}

.ph-chart-line-thin:before {
  content: "\e9da";
}

.ph-chart-line-up-thin:before {
  content: "\e9db";
}

.ph-chart-pie-slice-thin:before {
  content: "\e9dc";
}

.ph-chart-pie-thin:before {
  content: "\e9dd";
}

.ph-chat-centered-dots-thin:before {
  content: "\e9de";
}

.ph-chat-centered-text-thin:before {
  content: "\e9df";
}

.ph-chat-centered-thin:before {
  content: "\e9e0";
}

.ph-chat-circle-dots-thin:before {
  content: "\e9e1";
}

.ph-chat-circle-text-thin:before {
  content: "\e9e2";
}

.ph-chat-circle-thin:before {
  content: "\e9e3";
}

.ph-chat-dots-thin:before {
  content: "\e9e4";
}

.ph-chats-circle-thin:before {
  content: "\e9e5";
}

.ph-chats-teardrop-thin:before {
  content: "\e9e6";
}

.ph-chats-thin:before {
  content: "\e9e7";
}

.ph-chat-teardrop-dots-thin:before {
  content: "\e9e8";
}

.ph-chat-teardrop-text-thin:before {
  content: "\e9e9";
}

.ph-chat-teardrop-thin:before {
  content: "\e9ea";
}

.ph-chat-text-thin:before {
  content: "\e9eb";
}

.ph-chat-thin:before {
  content: "\e9ec";
}

.ph-check-circle-thin:before {
  content: "\e9ed";
}

.ph-check-square-offset-thin:before {
  content: "\e9ee";
}

.ph-check-square-thin:before {
  content: "\e9ef";
}

.ph-checks-thin:before {
  content: "\e9f0";
}

.ph-check-thin:before {
  content: "\e9f1";
}

.ph-circle-dashed-thin:before {
  content: "\e9f2";
}

.ph-circle-half-thin:before {
  content: "\e9f3";
}

.ph-circle-half-tilt-thin:before {
  content: "\e9f4";
}

.ph-circles-four-thin:before {
  content: "\e9f5";
}

.ph-circles-three-plus-thin:before {
  content: "\e9f6";
}

.ph-circles-three-thin:before {
  content: "\e9f7";
}

.ph-circle-thin:before {
  content: "\e9f8";
}

.ph-circle-wavy-check-thin:before {
  content: "\e9f9";
}

.ph-circle-wavy-question-thin:before {
  content: "\e9fa";
}

.ph-circle-wavy-thin:before {
  content: "\e9fb";
}

.ph-circle-wavy-warning-thin:before {
  content: "\e9fc";
}

.ph-clipboard-text-thin:before {
  content: "\e9fd";
}

.ph-clipboard-thin:before {
  content: "\e9fe";
}

.ph-clock-afternoon-thin:before {
  content: "\e9ff";
}

.ph-clock-clockwise-thin:before {
  content: "\ea00";
}

.ph-clock-counter-clockwise-thin:before {
  content: "\ea01";
}

.ph-clock-thin:before {
  content: "\ea02";
}

.ph-closed-captioning-thin:before {
  content: "\ea03";
}

.ph-cloud-arrow-down-thin:before {
  content: "\ea04";
}

.ph-cloud-arrow-up-thin:before {
  content: "\ea05";
}

.ph-cloud-check-thin:before {
  content: "\ea06";
}

.ph-cloud-fog-thin:before {
  content: "\ea07";
}

.ph-cloud-lightning-thin:before {
  content: "\ea08";
}

.ph-cloud-moon-thin:before {
  content: "\ea09";
}

.ph-cloud-rain-thin:before {
  content: "\ea0a";
}

.ph-cloud-slash-thin:before {
  content: "\ea0b";
}

.ph-cloud-snow-thin:before {
  content: "\ea0c";
}

.ph-cloud-sun-thin:before {
  content: "\ea0d";
}

.ph-cloud-thin:before {
  content: "\ea0e";
}

.ph-club-thin:before {
  content: "\ea0f";
}

.ph-code-simple-thin:before {
  content: "\ea10";
}

.ph-code-thin:before {
  content: "\ea11";
}

.ph-coffee-thin:before {
  content: "\ea12";
}

.ph-coin-thin:before {
  content: "\ea13";
}

.ph-columns-thin:before {
  content: "\ea14";
}

.ph-command-thin:before {
  content: "\ea15";
}

.ph-compass-thin:before {
  content: "\ea16";
}

.ph-computer-tower-thin:before {
  content: "\ea17";
}

.ph-cookie-thin:before {
  content: "\ea18";
}

.ph-cooking-pot-thin:before {
  content: "\ea19";
}

.ph-copyright-thin:before {
  content: "\ea1a";
}

.ph-copy-simple-thin:before {
  content: "\ea1b";
}

.ph-copy-thin:before {
  content: "\ea1c";
}

.ph-corners-in-thin:before {
  content: "\ea1d";
}

.ph-corners-out-thin:before {
  content: "\ea1e";
}

.ph-cpu-thin:before {
  content: "\ea1f";
}

.ph-credit-card-thin:before {
  content: "\ea20";
}

.ph-crop-thin:before {
  content: "\ea21";
}

.ph-crosshair-simple-thin:before {
  content: "\ea22";
}

.ph-crosshair-thin:before {
  content: "\ea23";
}

.ph-crown-simple-thin:before {
  content: "\ea24";
}

.ph-crown-thin:before {
  content: "\ea25";
}

.ph-cube-thin:before {
  content: "\ea26";
}

.ph-currency-btc-thin:before {
  content: "\ea27";
}

.ph-currency-circle-dollar-thin:before {
  content: "\ea28";
}

.ph-currency-cny-thin:before {
  content: "\ea29";
}

.ph-currency-dollar-simple-thin:before {
  content: "\ea2a";
}

.ph-currency-dollar-thin:before {
  content: "\ea2b";
}

.ph-currency-eur-thin:before {
  content: "\ea2c";
}

.ph-currency-gbp-thin:before {
  content: "\ea2d";
}

.ph-currency-inr-thin:before {
  content: "\ea2e";
}

.ph-currency-jpy-thin:before {
  content: "\ea2f";
}

.ph-currency-krw-thin:before {
  content: "\ea30";
}

.ph-currency-rub-thin:before {
  content: "\ea31";
}

.ph-cursor-thin:before {
  content: "\ea32";
}

.ph-database-thin:before {
  content: "\ea33";
}

.ph-desktop-thin:before {
  content: "\ea34";
}

.ph-desktop-tower-thin:before {
  content: "\ea35";
}

.ph-device-mobile-camera-thin:before {
  content: "\ea36";
}

.ph-device-mobile-speaker-thin:before {
  content: "\ea37";
}

.ph-device-mobile-thin:before {
  content: "\ea38";
}

.ph-device-tablet-camera-thin:before {
  content: "\ea39";
}

.ph-device-tablet-speaker-thin:before {
  content: "\ea3a";
}

.ph-device-tablet-thin:before {
  content: "\ea3b";
}

.ph-diamond-thin:before {
  content: "\ea3c";
}

.ph-dice-five-thin:before {
  content: "\ea3d";
}

.ph-dice-four-thin:before {
  content: "\ea3e";
}

.ph-dice-one-thin:before {
  content: "\ea3f";
}

.ph-dice-six-thin:before {
  content: "\ea40";
}

.ph-dice-three-thin:before {
  content: "\ea41";
}

.ph-dice-two-thin:before {
  content: "\ea42";
}

.ph-discord-logo-thin:before {
  content: "\ea43";
}

.ph-disc-thin:before {
  content: "\ea44";
}

.ph-divide-thin:before {
  content: "\ea45";
}

.ph-dog-thin:before {
  content: "\ea46";
}

.ph-door-thin:before {
  content: "\ea47";
}

.ph-dots-nine-thin:before {
  content: "\ea48";
}

.ph-dots-six-thin:before {
  content: "\ea49";
}

.ph-dots-six-vertical-thin:before {
  content: "\ea4a";
}

.ph-dots-three-circle-thin:before {
  content: "\ea4b";
}

.ph-dots-three-circle-vertical-thin:before {
  content: "\ea4c";
}

.ph-dots-three-outline-thin:before {
  content: "\ea4d";
}

.ph-dots-three-outline-vertical-thin:before {
  content: "\ea4e";
}

.ph-dots-three-thin:before {
  content: "\ea4f";
}

.ph-dots-three-vertical-thin:before {
  content: "\ea50";
}

.ph-download-simple-thin:before {
  content: "\ea51";
}

.ph-download-thin:before {
  content: "\ea52";
}

.ph-dribbble-logo-thin:before {
  content: "\ea53";
}

.ph-drop-half-thin:before {
  content: "\ea54";
}

.ph-drop-thin:before {
  content: "\ea55";
}

.ph-ear-slash-thin:before {
  content: "\ea56";
}

.ph-ear-thin:before {
  content: "\ea57";
}

.ph-eject-simple-thin:before {
  content: "\ea58";
}

.ph-eject-thin:before {
  content: "\ea59";
}

.ph-envelope-open-thin:before {
  content: "\ea5a";
}

.ph-envelope-simple-open-thin:before {
  content: "\ea5b";
}

.ph-envelope-simple-thin:before {
  content: "\ea5c";
}

.ph-envelope-thin:before {
  content: "\ea5d";
}

.ph-equals-thin:before {
  content: "\ea5e";
}

.ph-eraser-thin:before {
  content: "\ea5f";
}

.ph-export-thin:before {
  content: "\ea60";
}

.ph-eye-closed-thin:before {
  content: "\ea61";
}

.ph-eyedropper-thin:before {
  content: "\ea62";
}

.ph-eye-slash-thin:before {
  content: "\ea63";
}

.ph-eye-thin:before {
  content: "\ea64";
}

.ph-facebook-logo-thin:before {
  content: "\ea65";
}

.ph-face-mask-thin:before {
  content: "\ea66";
}

.ph-factory-thin:before {
  content: "\ea67";
}

.ph-faders-horizontal-thin:before {
  content: "\ea68";
}

.ph-faders-thin:before {
  content: "\ea69";
}

.ph-fast-forward-circle-thin:before {
  content: "\ea6a";
}

.ph-fast-forward-thin:before {
  content: "\ea6b";
}

.ph-figma-logo-thin:before {
  content: "\ea6c";
}

.ph-file-arrow-down-thin:before {
  content: "\ea6d";
}

.ph-file-arrow-up-thin:before {
  content: "\ea6e";
}

.ph-file-dotted-thin:before {
  content: "\ea6f";
}

.ph-file-minus-thin:before {
  content: "\ea70";
}

.ph-file-pdf-thin:before {
  content: "\ea71";
}

.ph-file-plus-thin:before {
  content: "\ea72";
}

.ph-file-search-thin:before {
  content: "\ea73";
}

.ph-files-thin:before {
  content: "\ea74";
}

.ph-file-text-thin:before {
  content: "\ea75";
}

.ph-file-thin:before {
  content: "\ea76";
}

.ph-file-x-thin:before {
  content: "\ea77";
}

.ph-film-strip-thin:before {
  content: "\ea78";
}

.ph-fingerprint-simple-thin:before {
  content: "\ea79";
}

.ph-fingerprint-thin:before {
  content: "\ea7a";
}

.ph-finn-the-human-thin:before {
  content: "\ea7b";
}

.ph-fire-simple-thin:before {
  content: "\ea7c";
}

.ph-fire-thin:before {
  content: "\ea7d";
}

.ph-first-aid-kit-thin:before {
  content: "\ea7e";
}

.ph-first-aid-thin:before {
  content: "\ea7f";
}

.ph-fish-simple-thin:before {
  content: "\ea80";
}

.ph-fish-thin:before {
  content: "\ea81";
}

.ph-flag-banner-thin:before {
  content: "\ea82";
}

.ph-flag-thin:before {
  content: "\ea83";
}

.ph-flame-thin:before {
  content: "\ea84";
}

.ph-flashlight-thin:before {
  content: "\ea85";
}

.ph-flask-thin:before {
  content: "\ea86";
}

.ph-floppy-disk-back-thin:before {
  content: "\ea87";
}

.ph-floppy-disk-thin:before {
  content: "\ea88";
}

.ph-flow-arrow-thin:before {
  content: "\ea89";
}

.ph-flower-lotus-thin:before {
  content: "\ea8a";
}

.ph-flower-thin:before {
  content: "\ea8b";
}

.ph-folder-minus-thin:before {
  content: "\ea8c";
}

.ph-folder-notch-minus-thin:before {
  content: "\ea8d";
}

.ph-folder-notch-open-thin:before {
  content: "\ea8e";
}

.ph-folder-notch-plus-thin:before {
  content: "\ea8f";
}

.ph-folder-notch-thin:before {
  content: "\ea90";
}

.ph-folder-open-thin:before {
  content: "\ea91";
}

.ph-folder-plus-thin:before {
  content: "\ea92";
}

.ph-folder-simple-minus-thin:before {
  content: "\ea93";
}

.ph-folder-simple-plus-thin:before {
  content: "\ea94";
}

.ph-folder-simple-thin:before {
  content: "\ea95";
}

.ph-folders-thin:before {
  content: "\ea96";
}

.ph-folder-thin:before {
  content: "\ea97";
}

.ph-football-thin:before {
  content: "\ea98";
}

.ph-fork-knife-thin:before {
  content: "\ea99";
}

.ph-frame-corners-thin:before {
  content: "\ea9a";
}

.ph-framer-logo-thin:before {
  content: "\ea9b";
}

.ph-funnel-simple-thin:before {
  content: "\ea9c";
}

.ph-funnel-thin:before {
  content: "\ea9d";
}

.ph-game-controller-thin:before {
  content: "\ea9e";
}

.ph-gas-pump-thin:before {
  content: "\ea9f";
}

.ph-gauge-thin:before {
  content: "\eaa0";
}

.ph-gear-six-thin:before {
  content: "\eaa1";
}

.ph-gear-thin:before {
  content: "\eaa2";
}

.ph-gender-female-thin:before {
  content: "\eaa3";
}

.ph-gender-intersex-thin:before {
  content: "\eaa4";
}

.ph-gender-male-thin:before {
  content: "\eaa5";
}

.ph-gender-neuter-thin:before {
  content: "\eaa6";
}

.ph-gender-nonbinary-thin:before {
  content: "\eaa7";
}

.ph-gender-transgender-thin:before {
  content: "\eaa8";
}

.ph-ghost-thin:before {
  content: "\eaa9";
}

.ph-gif-thin:before {
  content: "\eaaa";
}

.ph-gift-thin:before {
  content: "\eaab";
}

.ph-git-branch-thin:before {
  content: "\eaac";
}

.ph-git-commit-thin:before {
  content: "\eaad";
}

.ph-git-diff-thin:before {
  content: "\eaae";
}

.ph-git-fork-thin:before {
  content: "\eaaf";
}

.ph-github-logo-thin:before {
  content: "\eab0";
}

.ph-gitlab-logo-simple-thin:before {
  content: "\eab1";
}

.ph-gitlab-logo-thin:before {
  content: "\eab2";
}

.ph-git-merge-thin:before {
  content: "\eab3";
}

.ph-git-pull-request-thin:before {
  content: "\eab4";
}

.ph-globe-hemisphere-east-thin:before {
  content: "\eab5";
}

.ph-globe-hemisphere-west-thin:before {
  content: "\eab6";
}

.ph-globe-simple-thin:before {
  content: "\eab7";
}

.ph-globe-stand-thin:before {
  content: "\eab8";
}

.ph-globe-thin:before {
  content: "\eab9";
}

.ph-google-logo-thin:before {
  content: "\eaba";
}

.ph-google-play-logo-thin:before {
  content: "\eabb";
}

.ph-graduation-cap-thin:before {
  content: "\eabc";
}

.ph-grid-four-thin:before {
  content: "\eabd";
}

.ph-handbag-simple-thin:before {
  content: "\eabe";
}

.ph-handbag-thin:before {
  content: "\eabf";
}

.ph-hand-fist-thin:before {
  content: "\eac0";
}

.ph-hand-grabbing-thin:before {
  content: "\eac1";
}

.ph-hand-palm-thin:before {
  content: "\eac2";
}

.ph-hand-pointing-thin:before {
  content: "\eac3";
}

.ph-hands-clapping-thin:before {
  content: "\eac4";
}

.ph-handshake-thin:before {
  content: "\eac5";
}

.ph-hand-soap-thin:before {
  content: "\eac6";
}

.ph-hand-thin:before {
  content: "\eac7";
}

.ph-hand-waving-thin:before {
  content: "\eac8";
}

.ph-hard-drives-thin:before {
  content: "\eac9";
}

.ph-hard-drive-thin:before {
  content: "\eaca";
}

.ph-hash-straight-thin:before {
  content: "\eacb";
}

.ph-hash-thin:before {
  content: "\eacc";
}

.ph-headlights-thin:before {
  content: "\eacd";
}

.ph-headphones-thin:before {
  content: "\eace";
}

.ph-headset-thin:before {
  content: "\eacf";
}

.ph-heartbeat-thin:before {
  content: "\ead0";
}

.ph-heart-straight-thin:before {
  content: "\ead1";
}

.ph-heart-thin:before {
  content: "\ead2";
}

.ph-hexagon-thin:before {
  content: "\ead3";
}

.ph-highlighter-circle-thin:before {
  content: "\ead4";
}

.ph-horse-thin:before {
  content: "\ead5";
}

.ph-hourglass-high-thin:before {
  content: "\ead6";
}

.ph-hourglass-low-thin:before {
  content: "\ead7";
}

.ph-hourglass-medium-thin:before {
  content: "\ead8";
}

.ph-hourglass-simple-high-thin:before {
  content: "\ead9";
}

.ph-hourglass-simple-low-thin:before {
  content: "\eada";
}

.ph-hourglass-simple-medium-thin:before {
  content: "\eadb";
}

.ph-hourglass-simple-thin:before {
  content: "\eadc";
}

.ph-hourglass-thin:before {
  content: "\eadd";
}

.ph-house-line-thin:before {
  content: "\eade";
}

.ph-house-simple-thin:before {
  content: "\eadf";
}

.ph-house-thin:before {
  content: "\eae0";
}

.ph-identification-badge-thin:before {
  content: "\eae1";
}

.ph-identification-card-thin:before {
  content: "\eae2";
}

.ph-image-square-thin:before {
  content: "\eae3";
}

.ph-image-thin:before {
  content: "\eae4";
}

.ph-infinity-thin:before {
  content: "\eae5";
}

.ph-info-thin:before {
  content: "\eae6";
}

.ph-instagram-logo-thin:before {
  content: "\eae7";
}

.ph-intersect-thin:before {
  content: "\eae8";
}

.ph-jeep-thin:before {
  content: "\eae9";
}

.ph-keyboard-thin:before {
  content: "\eaea";
}

.ph-key-return-thin:before {
  content: "\eaeb";
}

.ph-key-thin:before {
  content: "\eaec";
}

.ph-knife-thin:before {
  content: "\eaed";
}

.ph-lamp-thin:before {
  content: "\eaee";
}

.ph-laptop-thin:before {
  content: "\eaef";
}

.ph-layout-thin:before {
  content: "\eaf0";
}

.ph-leaf-thin:before {
  content: "\eaf1";
}

.ph-lifebuoy-thin:before {
  content: "\eaf2";
}

.ph-lightbulb-filament-thin:before {
  content: "\eaf3";
}

.ph-lightbulb-thin:before {
  content: "\eaf4";
}

.ph-lightning-slash-thin:before {
  content: "\eaf5";
}

.ph-lightning-thin:before {
  content: "\eaf6";
}

.ph-line-segments-thin:before {
  content: "\eaf7";
}

.ph-line-segment-thin:before {
  content: "\eaf8";
}

.ph-link-break-thin:before {
  content: "\eaf9";
}

.ph-linkedin-logo-thin:before {
  content: "\eafa";
}

.ph-link-simple-break-thin:before {
  content: "\eafb";
}

.ph-link-simple-horizontal-break-thin:before {
  content: "\eafc";
}

.ph-link-simple-horizontal-thin:before {
  content: "\eafd";
}

.ph-link-simple-thin:before {
  content: "\eafe";
}

.ph-link-thin:before {
  content: "\eaff";
}

.ph-list-bullets-thin:before {
  content: "\eb00";
}

.ph-list-dashes-thin:before {
  content: "\eb01";
}

.ph-list-numbers-thin:before {
  content: "\eb02";
}

.ph-list-plus-thin:before {
  content: "\eb03";
}

.ph-list-thin:before {
  content: "\eb04";
}

.ph-lock-key-open-thin:before {
  content: "\eb05";
}

.ph-lock-key-thin:before {
  content: "\eb06";
}

.ph-lock-laminated-open-thin:before {
  content: "\eb07";
}

.ph-lock-laminated-thin:before {
  content: "\eb08";
}

.ph-lock-open-thin:before {
  content: "\eb09";
}

.ph-lock-simple-open-thin:before {
  content: "\eb0a";
}

.ph-lock-simple-thin:before {
  content: "\eb0b";
}

.ph-lock-thin:before {
  content: "\eb0c";
}

.ph-magic-wand-thin:before {
  content: "\eb0d";
}

.ph-magnet-straight-thin:before {
  content: "\eb0e";
}

.ph-magnet-thin:before {
  content: "\eb0f";
}

.ph-magnifying-glass-minus-thin:before {
  content: "\eb10";
}

.ph-magnifying-glass-plus-thin:before {
  content: "\eb11";
}

.ph-magnifying-glass-thin:before {
  content: "\eb12";
}

.ph-map-pin-line-thin:before {
  content: "\eb13";
}

.ph-map-pin-thin:before {
  content: "\eb14";
}

.ph-map-trifold-thin:before {
  content: "\eb15";
}

.ph-marker-circle-thin:before {
  content: "\eb16";
}

.ph-martini-thin:before {
  content: "\eb17";
}

.ph-math-operations-thin:before {
  content: "\eb18";
}

.ph-medal-thin:before {
  content: "\eb19";
}

.ph-medium-logo-thin:before {
  content: "\eb1a";
}

.ph-megaphone-simple-thin:before {
  content: "\eb1b";
}

.ph-megaphone-thin:before {
  content: "\eb1c";
}

.ph-messenger-logo-thin:before {
  content: "\eb1d";
}

.ph-microphone-slash-thin:before {
  content: "\eb1e";
}

.ph-microphone-thin:before {
  content: "\eb1f";
}

.ph-minus-circle-thin:before {
  content: "\eb20";
}

.ph-minus-thin:before {
  content: "\eb21";
}

.ph-money-thin:before {
  content: "\eb22";
}

.ph-monitor-play-thin:before {
  content: "\eb23";
}

.ph-monitor-thin:before {
  content: "\eb24";
}

.ph-moon-stars-thin:before {
  content: "\eb25";
}

.ph-moon-thin:before {
  content: "\eb26";
}

.ph-mouse-simple-thin:before {
  content: "\eb27";
}

.ph-mouse-thin:before {
  content: "\eb28";
}

.ph-music-note-simple-thin:before {
  content: "\eb29";
}

.ph-music-notes-simple-thin:before {
  content: "\eb2a";
}

.ph-music-notes-thin:before {
  content: "\eb2b";
}

.ph-music-note-thin:before {
  content: "\eb2c";
}

.ph-navigation-arrow-thin:before {
  content: "\eb2d";
}

.ph-newspaper-clipping-thin:before {
  content: "\eb2e";
}

.ph-newspaper-thin:before {
  content: "\eb2f";
}

.ph-note-blank-thin:before {
  content: "\eb30";
}

.ph-notebook-thin:before {
  content: "\eb31";
}

.ph-notepad-thin:before {
  content: "\eb32";
}

.ph-note-pencil-thin:before {
  content: "\eb33";
}

.ph-note-thin:before {
  content: "\eb34";
}

.ph-notification-thin:before {
  content: "\eb35";
}

.ph-number-circle-eight-thin:before {
  content: "\eb36";
}

.ph-number-circle-five-thin:before {
  content: "\eb37";
}

.ph-number-circle-four-thin:before {
  content: "\eb38";
}

.ph-number-circle-nine-thin:before {
  content: "\eb39";
}

.ph-number-circle-one-thin:before {
  content: "\eb3a";
}

.ph-number-circle-seven-thin:before {
  content: "\eb3b";
}

.ph-number-circle-six-thin:before {
  content: "\eb3c";
}

.ph-number-circle-three-thin:before {
  content: "\eb3d";
}

.ph-number-circle-two-thin:before {
  content: "\eb3e";
}

.ph-number-circle-zero-thin:before {
  content: "\eb3f";
}

.ph-number-eight-thin:before {
  content: "\eb40";
}

.ph-number-five-thin:before {
  content: "\eb41";
}

.ph-number-four-thin:before {
  content: "\eb42";
}

.ph-number-nine-thin:before {
  content: "\eb43";
}

.ph-number-one-thin:before {
  content: "\eb44";
}

.ph-number-seven-thin:before {
  content: "\eb45";
}

.ph-number-six-thin:before {
  content: "\eb46";
}

.ph-number-square-eight-thin:before {
  content: "\eb47";
}

.ph-number-square-five-thin:before {
  content: "\eb48";
}

.ph-number-square-four-thin:before {
  content: "\eb49";
}

.ph-number-square-nine-thin:before {
  content: "\eb4a";
}

.ph-number-square-one-thin:before {
  content: "\eb4b";
}

.ph-number-square-seven-thin:before {
  content: "\eb4c";
}

.ph-number-square-six-thin:before {
  content: "\eb4d";
}

.ph-number-square-three-thin:before {
  content: "\eb4e";
}

.ph-number-square-two-thin:before {
  content: "\eb4f";
}

.ph-number-square-zero-thin:before {
  content: "\eb50";
}

.ph-number-three-thin:before {
  content: "\eb51";
}

.ph-number-two-thin:before {
  content: "\eb52";
}

.ph-number-zero-thin:before {
  content: "\eb53";
}

.ph-nut-thin:before {
  content: "\eb54";
}

.ph-ny-times-logo-thin:before {
  content: "\eb55";
}

.ph-octagon-thin:before {
  content: "\eb56";
}

.ph-package-thin:before {
  content: "\eb57";
}

.ph-paint-brush-broad-thin:before {
  content: "\eb58";
}

.ph-paint-brush-household-thin:before {
  content: "\eb59";
}

.ph-paint-brush-thin:before {
  content: "\eb5a";
}

.ph-paint-bucket-thin:before {
  content: "\eb5b";
}

.ph-paint-roller-thin:before {
  content: "\eb5c";
}

.ph-palette-thin:before {
  content: "\eb5d";
}

.ph-paperclip-horizontal-thin:before {
  content: "\eb5e";
}

.ph-paperclip-thin:before {
  content: "\eb5f";
}

.ph-paper-plane-right-thin:before {
  content: "\eb60";
}

.ph-paper-plane-thin:before {
  content: "\eb61";
}

.ph-paper-plane-tilt-thin:before {
  content: "\eb62";
}

.ph-path-thin:before {
  content: "\eb63";
}

.ph-pause-circle-thin:before {
  content: "\eb64";
}

.ph-pause-thin:before {
  content: "\eb65";
}

.ph-paw-print-thin:before {
  content: "\eb66";
}

.ph-peace-thin:before {
  content: "\eb67";
}

.ph-pencil-circle-thin:before {
  content: "\eb68";
}

.ph-pencil-line-thin:before {
  content: "\eb69";
}

.ph-pencil-simple-thin:before {
  content: "\eb6a";
}

.ph-pencil-thin:before {
  content: "\eb6b";
}

.ph-pen-nib-straight-thin:before {
  content: "\eb6c";
}

.ph-pen-nib-thin:before {
  content: "\eb6d";
}

.ph-pen-thin:before {
  content: "\eb6e";
}

.ph-percent-thin:before {
  content: "\eb6f";
}

.ph-person-simple-run-thin:before {
  content: "\eb70";
}

.ph-person-simple-thin:before {
  content: "\eb71";
}

.ph-person-simple-walk-thin:before {
  content: "\eb72";
}

.ph-person-thin:before {
  content: "\eb73";
}

.ph-phone-call-thin:before {
  content: "\eb74";
}

.ph-phone-disconnect-thin:before {
  content: "\eb75";
}

.ph-phone-incoming-thin:before {
  content: "\eb76";
}

.ph-phone-outgoing-thin:before {
  content: "\eb77";
}

.ph-phone-slash-thin:before {
  content: "\eb78";
}

.ph-phone-thin:before {
  content: "\eb79";
}

.ph-phone-x-thin:before {
  content: "\eb7a";
}

.ph-phosphor-logo-thin:before {
  content: "\eb7b";
}

.ph-picture-in-picture-thin:before {
  content: "\eb7c";
}

.ph-pill-thin:before {
  content: "\eb7d";
}

.ph-pinterest-logo-thin:before {
  content: "\eb7e";
}

.ph-pizza-thin:before {
  content: "\eb7f";
}

.ph-placeholder-thin:before {
  content: "\eb80";
}

.ph-planet-thin:before {
  content: "\eb81";
}

.ph-play-circle-thin:before {
  content: "\eb82";
}

.ph-playlist-thin:before {
  content: "\eb83";
}

.ph-play-thin:before {
  content: "\eb84";
}

.ph-plus-circle-thin:before {
  content: "\eb85";
}

.ph-plus-minus-thin:before {
  content: "\eb86";
}

.ph-plus-thin:before {
  content: "\eb87";
}

.ph-poker-chip-thin:before {
  content: "\eb88";
}

.ph-polygon-thin:before {
  content: "\eb89";
}

.ph-power-thin:before {
  content: "\eb8a";
}

.ph-prescription-thin:before {
  content: "\eb8b";
}

.ph-presentation-chart-thin:before {
  content: "\eb8c";
}

.ph-presentation-thin:before {
  content: "\eb8d";
}

.ph-printer-thin:before {
  content: "\eb8e";
}

.ph-prohibit-inset-thin:before {
  content: "\eb8f";
}

.ph-prohibit-thin:before {
  content: "\eb90";
}

.ph-projector-screen-chart-thin:before {
  content: "\eb91";
}

.ph-projector-screen-thin:before {
  content: "\eb92";
}

.ph-push-pin-simple-slash-thin:before {
  content: "\eb93";
}

.ph-push-pin-simple-thin:before {
  content: "\eb94";
}

.ph-push-pin-slash-thin:before {
  content: "\eb95";
}

.ph-push-pin-thin:before {
  content: "\eb96";
}

.ph-puzzle-piece-thin:before {
  content: "\eb97";
}

.ph-qr-code-thin:before {
  content: "\eb98";
}

.ph-question-thin:before {
  content: "\eb99";
}

.ph-queue-thin:before {
  content: "\eb9a";
}

.ph-quotes-thin:before {
  content: "\eb9b";
}

.ph-radical-thin:before {
  content: "\eb9c";
}

.ph-radio-thin:before {
  content: "\eb9d";
}

.ph-rainbow-cloud-thin:before {
  content: "\eb9e";
}

.ph-rainbow-thin:before {
  content: "\eb9f";
}

.ph-receipt-thin:before {
  content: "\eba0";
}

.ph-record-thin:before {
  content: "\eba1";
}

.ph-rectangle-thin:before {
  content: "\eba2";
}

.ph-recycle-thin:before {
  content: "\eba3";
}

.ph-reddit-logo-thin:before {
  content: "\eba4";
}

.ph-repeat-once-thin:before {
  content: "\eba5";
}

.ph-repeat-thin:before {
  content: "\eba6";
}

.ph-rewind-circle-thin:before {
  content: "\eba7";
}

.ph-rewind-thin:before {
  content: "\eba8";
}

.ph-robot-thin:before {
  content: "\eba9";
}

.ph-rocket-launch-thin:before {
  content: "\ebaa";
}

.ph-rocket-thin:before {
  content: "\ebab";
}

.ph-rows-thin:before {
  content: "\ebac";
}

.ph-rss-simple-thin:before {
  content: "\ebad";
}

.ph-rss-thin:before {
  content: "\ebae";
}

.ph-ruler-thin:before {
  content: "\ebaf";
}

.ph-scales-thin:before {
  content: "\ebb0";
}

.ph-scissors-thin:before {
  content: "\ebb1";
}

.ph-screencast-thin:before {
  content: "\ebb2";
}

.ph-scribble-loop-thin:before {
  content: "\ebb3";
}

.ph-selection-all-thin:before {
  content: "\ebb4";
}

.ph-selection-background-thin:before {
  content: "\ebb5";
}

.ph-selection-foreground-thin:before {
  content: "\ebb6";
}

.ph-selection-inverse-thin:before {
  content: "\ebb7";
}

.ph-selection-plus-thin:before {
  content: "\ebb8";
}

.ph-selection-slash-thin:before {
  content: "\ebb9";
}

.ph-selection-thin:before {
  content: "\ebba";
}

.ph-share-network-thin:before {
  content: "\ebbb";
}

.ph-share-thin:before {
  content: "\ebbc";
}

.ph-shield-checkered-thin:before {
  content: "\ebbd";
}

.ph-shield-check-thin:before {
  content: "\ebbe";
}

.ph-shield-chevron-thin:before {
  content: "\ebbf";
}

.ph-shield-plus-thin:before {
  content: "\ebc0";
}

.ph-shield-slash-thin:before {
  content: "\ebc1";
}

.ph-shield-thin:before {
  content: "\ebc2";
}

.ph-shield-warning-thin:before {
  content: "\ebc3";
}

.ph-shopping-bag-open-thin:before {
  content: "\ebc4";
}

.ph-shopping-bag-thin:before {
  content: "\ebc5";
}

.ph-shopping-cart-simple-thin:before {
  content: "\ebc6";
}

.ph-shopping-cart-thin:before {
  content: "\ebc7";
}

.ph-shower-thin:before {
  content: "\ebc8";
}

.ph-shuffle-angular-thin:before {
  content: "\ebc9";
}

.ph-shuffle-simple-thin:before {
  content: "\ebca";
}

.ph-shuffle-thin:before {
  content: "\ebcb";
}

.ph-sign-in-thin:before {
  content: "\ebcc";
}

.ph-sign-out-thin:before {
  content: "\ebcd";
}

.ph-sim-card-thin:before {
  content: "\ebce";
}

.ph-sketch-logo-thin:before {
  content: "\ebcf";
}

.ph-skip-back-circle-thin:before {
  content: "\ebd0";
}

.ph-skip-back-thin:before {
  content: "\ebd1";
}

.ph-skip-forward-circle-thin:before {
  content: "\ebd2";
}

.ph-skip-forward-thin:before {
  content: "\ebd3";
}

.ph-slack-logo-thin:before {
  content: "\ebd4";
}

.ph-sliders-horizontal-thin:before {
  content: "\ebd5";
}

.ph-sliders-thin:before {
  content: "\ebd6";
}

.ph-smiley-blank-thin:before {
  content: "\ebd7";
}

.ph-smiley-meh-thin:before {
  content: "\ebd8";
}

.ph-smiley-nervous-thin:before {
  content: "\ebd9";
}

.ph-smiley-sad-thin:before {
  content: "\ebda";
}

.ph-smiley-sticker-thin:before {
  content: "\ebdb";
}

.ph-smiley-thin:before {
  content: "\ebdc";
}

.ph-smiley-wink-thin:before {
  content: "\ebdd";
}

.ph-smiley-x-eyes-thin:before {
  content: "\ebde";
}

.ph-snapchat-logo-thin:before {
  content: "\ebdf";
}

.ph-snowflake-thin:before {
  content: "\ebe0";
}

.ph-soccer-ball-thin:before {
  content: "\ebe1";
}

.ph-sort-ascending-thin:before {
  content: "\ebe2";
}

.ph-sort-descending-thin:before {
  content: "\ebe3";
}

.ph-spade-thin:before {
  content: "\ebe4";
}

.ph-sparkle-thin:before {
  content: "\ebe5";
}

.ph-speaker-high-thin:before {
  content: "\ebe6";
}

.ph-speaker-low-thin:before {
  content: "\ebe7";
}

.ph-speaker-none-thin:before {
  content: "\ebe8";
}

.ph-speaker-simple-high-thin:before {
  content: "\ebe9";
}

.ph-speaker-simple-low-thin:before {
  content: "\ebea";
}

.ph-speaker-simple-none-thin:before {
  content: "\ebeb";
}

.ph-speaker-simple-slash-thin:before {
  content: "\ebec";
}

.ph-speaker-simple-x-thin:before {
  content: "\ebed";
}

.ph-speaker-slash-thin:before {
  content: "\ebee";
}

.ph-speaker-x-thin:before {
  content: "\ebef";
}

.ph-spinner-gap-thin:before {
  content: "\ebf0";
}

.ph-spinner-thin:before {
  content: "\ebf1";
}

.ph-spotify-logo-thin:before {
  content: "\ebf2";
}

.ph-square-half-thin:before {
  content: "\ebf3";
}

.ph-square-logo-thin:before {
  content: "\ebf4";
}

.ph-squares-four-thin:before {
  content: "\ebf5";
}

.ph-square-thin:before {
  content: "\ebf6";
}

.ph-stack-simple-thin:before {
  content: "\ebf7";
}

.ph-stack-thin:before {
  content: "\ebf8";
}

.ph-star-four-thin:before {
  content: "\ebf9";
}

.ph-star-half-thin:before {
  content: "\ebfa";
}

.ph-star-thin:before {
  content: "\ebfb";
}

.ph-sticker-thin:before {
  content: "\ebfc";
}

.ph-stop-circle-thin:before {
  content: "\ebfd";
}

.ph-stop-thin:before {
  content: "\ebfe";
}

.ph-storefront-thin:before {
  content: "\ebff";
}

.ph-stripe-logo-thin:before {
  content: "\ec00";
}

.ph-student-thin:before {
  content: "\ec01";
}

.ph-suitcase-simple-thin:before {
  content: "\ec02";
}

.ph-suitcase-thin:before {
  content: "\ec03";
}

.ph-sun-dim-thin:before {
  content: "\ec04";
}

.ph-sun-horizon-thin:before {
  content: "\ec05";
}

.ph-sun-thin:before {
  content: "\ec06";
}

.ph-swap-thin:before {
  content: "\ec07";
}

.ph-swatches-thin:before {
  content: "\ec08";
}

.ph-sword-thin:before {
  content: "\ec09";
}

.ph-table-thin:before {
  content: "\ec0a";
}

.ph-tag-chevron-thin:before {
  content: "\ec0b";
}

.ph-tag-simple-thin:before {
  content: "\ec0c";
}

.ph-tag-thin:before {
  content: "\ec0d";
}

.ph-target-thin:before {
  content: "\ec0e";
}

.ph-telegram-logo-thin:before {
  content: "\ec0f";
}

.ph-television-simple-thin:before {
  content: "\ec10";
}

.ph-television-thin:before {
  content: "\ec11";
}

.ph-tennis-ball-thin:before {
  content: "\ec12";
}

.ph-terminal-thin:before {
  content: "\ec13";
}

.ph-terminal-window-thin:before {
  content: "\ec14";
}

.ph-test-tube-thin:before {
  content: "\ec15";
}

.ph-text-aa-thin:before {
  content: "\ec16";
}

.ph-text-align-center-thin:before {
  content: "\ec17";
}

.ph-text-align-justify-thin:before {
  content: "\ec18";
}

.ph-text-align-left-thin:before {
  content: "\ec19";
}

.ph-text-align-right-thin:before {
  content: "\ec1a";
}

.ph-text-bolder-thin:before {
  content: "\ec1b";
}

.ph-text-h-five-thin:before {
  content: "\ec1c";
}

.ph-text-h-four-thin:before {
  content: "\ec1d";
}

.ph-text-h-one-thin:before {
  content: "\ec1e";
}

.ph-text-h-six-thin:before {
  content: "\ec1f";
}

.ph-text-h-thin:before {
  content: "\ec20";
}

.ph-text-h-three-thin:before {
  content: "\ec21";
}

.ph-text-h-two-thin:before {
  content: "\ec22";
}

.ph-text-italic-thin:before {
  content: "\ec23";
}

.ph-text-strikethrough-thin:before {
  content: "\ec24";
}

.ph-text-t-thin:before {
  content: "\ec25";
}

.ph-text-underline-thin:before {
  content: "\ec26";
}

.ph-thermometer-cold-thin:before {
  content: "\ec27";
}

.ph-thermometer-hot-thin:before {
  content: "\ec28";
}

.ph-thermometer-simple-thin:before {
  content: "\ec29";
}

.ph-thermometer-thin:before {
  content: "\ec2a";
}

.ph-thumbs-down-thin:before {
  content: "\ec2b";
}

.ph-thumbs-up-thin:before {
  content: "\ec2c";
}

.ph-ticket-thin:before {
  content: "\ec2d";
}

.ph-tiktok-logo-thin:before {
  content: "\ec2e";
}

.ph-timer-thin:before {
  content: "\ec2f";
}

.ph-toggle-left-thin:before {
  content: "\ec30";
}

.ph-toggle-right-thin:before {
  content: "\ec31";
}

.ph-toilet-paper-thin:before {
  content: "\ec32";
}

.ph-tote-simple-thin:before {
  content: "\ec33";
}

.ph-tote-thin:before {
  content: "\ec34";
}

.ph-traffic-sign-thin:before {
  content: "\ec35";
}

.ph-train-regional-thin:before {
  content: "\ec36";
}

.ph-train-simple-thin:before {
  content: "\ec37";
}

.ph-train-thin:before {
  content: "\ec38";
}

.ph-translate-thin:before {
  content: "\ec39";
}

.ph-trash-simple-thin:before {
  content: "\ec3a";
}

.ph-trash-thin:before {
  content: "\ec3b";
}

.ph-tray-thin:before {
  content: "\ec3c";
}

.ph-tree-evergreen-thin:before {
  content: "\ec3d";
}

.ph-tree-structure-thin:before {
  content: "\ec3e";
}

.ph-tree-thin:before {
  content: "\ec3f";
}

.ph-trend-down-thin:before {
  content: "\ec40";
}

.ph-trend-up-thin:before {
  content: "\ec41";
}

.ph-triangle-thin:before {
  content: "\ec42";
}

.ph-trophy-thin:before {
  content: "\ec43";
}

.ph-truck-thin:before {
  content: "\ec44";
}

.ph-t-shirt-thin:before {
  content: "\ec45";
}

.ph-twitch-logo-thin:before {
  content: "\ec46";
}

.ph-twitter-logo-thin:before {
  content: "\ec47";
}

.ph-umbrella-simple-thin:before {
  content: "\ec48";
}

.ph-umbrella-thin:before {
  content: "\ec49";
}

.ph-upload-simple-thin:before {
  content: "\ec4a";
}

.ph-upload-thin:before {
  content: "\ec4b";
}

.ph-user-circle-gear-thin:before {
  content: "\ec4c";
}

.ph-user-circle-minus-thin:before {
  content: "\ec4d";
}

.ph-user-circle-plus-thin:before {
  content: "\ec4e";
}

.ph-user-circle-thin:before {
  content: "\ec4f";
}

.ph-user-focus-thin:before {
  content: "\ec50";
}

.ph-user-gear-thin:before {
  content: "\ec51";
}

.ph-user-list-thin:before {
  content: "\ec52";
}

.ph-user-minus-thin:before {
  content: "\ec53";
}

.ph-user-plus-thin:before {
  content: "\ec54";
}

.ph-user-rectangle-thin:before {
  content: "\ec55";
}

.ph-users-four-thin:before {
  content: "\ec56";
}

.ph-user-square-thin:before {
  content: "\ec57";
}

.ph-users-thin:before {
  content: "\ec58";
}

.ph-users-three-thin:before {
  content: "\ec59";
}

.ph-user-thin:before {
  content: "\ec5a";
}

.ph-vibrate-thin:before {
  content: "\ec5b";
}

.ph-video-camera-slash-thin:before {
  content: "\ec5c";
}

.ph-video-camera-thin:before {
  content: "\ec5d";
}

.ph-voicemail-thin:before {
  content: "\ec5e";
}

.ph-volleyball-thin:before {
  content: "\ec5f";
}

.ph-wallet-thin:before {
  content: "\ec60";
}

.ph-wall-thin:before {
  content: "\ec61";
}

.ph-warning-circle-thin:before {
  content: "\ec62";
}

.ph-warning-octagon-thin:before {
  content: "\ec63";
}

.ph-warning-thin:before {
  content: "\ec64";
}

.ph-watch-thin:before {
  content: "\ec65";
}

.ph-waves-thin:before {
  content: "\ec66";
}

.ph-whatsapp-logo-thin:before {
  content: "\ec67";
}

.ph-wheelchair-thin:before {
  content: "\ec68";
}

.ph-wifi-high-thin:before {
  content: "\ec69";
}

.ph-wifi-low-thin:before {
  content: "\ec6a";
}

.ph-wifi-medium-thin:before {
  content: "\ec6b";
}

.ph-wifi-none-thin:before {
  content: "\ec6c";
}

.ph-wifi-slash-thin:before {
  content: "\ec6d";
}

.ph-wifi-x-thin:before {
  content: "\ec6e";
}

.ph-windows-logo-thin:before {
  content: "\ec6f";
}

.ph-wind-thin:before {
  content: "\ec70";
}

.ph-wine-thin:before {
  content: "\ec71";
}

.ph-wrench-thin:before {
  content: "\ec72";
}

.ph-x-circle-thin:before {
  content: "\ec73";
}

.ph-x-square-thin:before {
  content: "\ec74";
}

.ph-x-thin:before {
  content: "\ec75";
}

.ph-youtube-logo-thin:before {
  content: "\ec76";
}

.ph-activity-thin:before {
  content: "\ec77";
}

.ph-address-book-thin:before {
  content: "\ec78";
}

.ph-airplane-in-flight-thin:before {
  content: "\ec79";
}

.ph-airplane-landing-thin:before {
  content: "\ec7a";
}

.ph-airplane-takeoff-thin:before {
  content: "\ec7b";
}

.ph-airplane-thin:before {
  content: "\ec7c";
}

.ph-airplane-tilt-thin:before {
  content: "\ec7d";
}

.ph-align-bottom-light:before {
  content: "\ec7e";
}

.ph-align-center-horizontal-light:before {
  content: "\ec7f";
}

.ph-align-center-vertical-light:before {
  content: "\ec80";
}

.ph-align-left-light:before {
  content: "\ec81";
}

.ph-align-right-light:before {
  content: "\ec82";
}

.ph-align-top-light:before {
  content: "\ec83";
}

.ph-anchor-light:before {
  content: "\ec84";
}

.ph-anchor-simple-light:before {
  content: "\ec85";
}

.ph-android-logo-light:before {
  content: "\ec86";
}

.ph-aperture-light:before {
  content: "\ec87";
}

.ph-apple-logo-light:before {
  content: "\ec88";
}

.ph-app-window-light:before {
  content: "\ec89";
}

.ph-archive-box-light:before {
  content: "\ec8a";
}

.ph-archive-light:before {
  content: "\ec8b";
}

.ph-archive-tray-light:before {
  content: "\ec8c";
}

.ph-armchair-light:before {
  content: "\ec8d";
}

.ph-arrow-arc-left-light:before {
  content: "\ec8e";
}

.ph-arrow-arc-right-light:before {
  content: "\ec8f";
}

.ph-arrow-bend-double-up-left-light:before {
  content: "\ec90";
}

.ph-arrow-bend-double-up-right-light:before {
  content: "\ec91";
}

.ph-arrow-bend-down-left-light:before {
  content: "\ec92";
}

.ph-arrow-bend-down-right-light:before {
  content: "\ec93";
}

.ph-arrow-bend-left-down-light:before {
  content: "\ec94";
}

.ph-arrow-bend-left-up-light:before {
  content: "\ec95";
}

.ph-arrow-bend-right-down-light:before {
  content: "\ec96";
}

.ph-arrow-bend-right-up-light:before {
  content: "\ec97";
}

.ph-arrow-bend-up-left-light:before {
  content: "\ec98";
}

.ph-arrow-bend-up-right-light:before {
  content: "\ec99";
}

.ph-arrow-circle-down-left-light:before {
  content: "\ec9a";
}

.ph-arrow-circle-down-light:before {
  content: "\ec9b";
}

.ph-arrow-circle-down-right-light:before {
  content: "\ec9c";
}

.ph-arrow-circle-left-light:before {
  content: "\ec9d";
}

.ph-arrow-circle-right-light:before {
  content: "\ec9e";
}

.ph-arrow-circle-up-left-light:before {
  content: "\ec9f";
}

.ph-arrow-circle-up-light:before {
  content: "\eca0";
}

.ph-arrow-circle-up-right-light:before {
  content: "\eca1";
}

.ph-arrow-clockwise-light:before {
  content: "\eca2";
}

.ph-arrow-counter-clockwise-light:before {
  content: "\eca3";
}

.ph-arrow-down-left-light:before {
  content: "\eca4";
}

.ph-arrow-down-light:before {
  content: "\eca5";
}

.ph-arrow-down-right-light:before {
  content: "\eca6";
}

.ph-arrow-elbow-down-left-light:before {
  content: "\eca7";
}

.ph-arrow-elbow-down-right-light:before {
  content: "\eca8";
}

.ph-arrow-elbow-left-down-light:before {
  content: "\eca9";
}

.ph-arrow-elbow-left-light:before {
  content: "\ecaa";
}

.ph-arrow-elbow-left-up-light:before {
  content: "\ecab";
}

.ph-arrow-elbow-right-down-light:before {
  content: "\ecac";
}

.ph-arrow-elbow-right-light:before {
  content: "\ecad";
}

.ph-arrow-elbow-right-up-light:before {
  content: "\ecae";
}

.ph-arrow-elbow-up-left-light:before {
  content: "\ecaf";
}

.ph-arrow-elbow-up-right-light:before {
  content: "\ecb0";
}

.ph-arrow-fat-down-light:before {
  content: "\ecb1";
}

.ph-arrow-fat-left-light:before {
  content: "\ecb2";
}

.ph-arrow-fat-line-down-light:before {
  content: "\ecb3";
}

.ph-arrow-fat-line-left-light:before {
  content: "\ecb4";
}

.ph-arrow-fat-line-right-light:before {
  content: "\ecb5";
}

.ph-arrow-fat-lines-down-light:before {
  content: "\ecb6";
}

.ph-arrow-fat-lines-left-light:before {
  content: "\ecb7";
}

.ph-arrow-fat-lines-right-light:before {
  content: "\ecb8";
}

.ph-arrow-fat-lines-up-light:before {
  content: "\ecb9";
}

.ph-arrow-fat-line-up-light:before {
  content: "\ecba";
}

.ph-arrow-fat-right-light:before {
  content: "\ecbb";
}

.ph-arrow-fat-up-light:before {
  content: "\ecbc";
}

.ph-arrow-left-light:before {
  content: "\ecbd";
}

.ph-arrow-line-down-left-light:before {
  content: "\ecbe";
}

.ph-arrow-line-down-light:before {
  content: "\ecbf";
}

.ph-arrow-line-down-right-light:before {
  content: "\ecc0";
}

.ph-arrow-line-left-light:before {
  content: "\ecc1";
}

.ph-arrow-line-right-light:before {
  content: "\ecc2";
}

.ph-arrow-line-up-left-light:before {
  content: "\ecc3";
}

.ph-arrow-line-up-light:before {
  content: "\ecc4";
}

.ph-arrow-line-up-right-light:before {
  content: "\ecc5";
}

.ph-arrow-right-light:before {
  content: "\ecc6";
}

.ph-arrows-clockwise-light:before {
  content: "\ecc7";
}

.ph-arrows-counter-clockwise-light:before {
  content: "\ecc8";
}

.ph-arrows-down-up-light:before {
  content: "\ecc9";
}

.ph-arrows-in-cardinal-light:before {
  content: "\ecca";
}

.ph-arrows-in-light:before {
  content: "\eccb";
}

.ph-arrows-in-line-horizontal-light:before {
  content: "\eccc";
}

.ph-arrows-in-line-vertical-light:before {
  content: "\eccd";
}

.ph-arrows-in-simple-light:before {
  content: "\ecce";
}

.ph-arrows-left-right-light:before {
  content: "\eccf";
}

.ph-arrows-out-cardinal-light:before {
  content: "\ecd0";
}

.ph-arrows-out-light:before {
  content: "\ecd1";
}

.ph-arrows-out-line-horizontal-light:before {
  content: "\ecd2";
}

.ph-arrows-out-line-vertical-light:before {
  content: "\ecd3";
}

.ph-arrows-out-simple-light:before {
  content: "\ecd4";
}

.ph-arrow-square-down-left-light:before {
  content: "\ecd5";
}

.ph-arrow-square-down-light:before {
  content: "\ecd6";
}

.ph-arrow-square-down-right-light:before {
  content: "\ecd7";
}

.ph-arrow-square-in-light:before {
  content: "\ecd8";
}

.ph-arrow-square-left-light:before {
  content: "\ecd9";
}

.ph-arrow-square-out-light:before {
  content: "\ecda";
}

.ph-arrow-square-right-light:before {
  content: "\ecdb";
}

.ph-arrow-square-up-left-light:before {
  content: "\ecdc";
}

.ph-arrow-square-up-light:before {
  content: "\ecdd";
}

.ph-arrow-square-up-right-light:before {
  content: "\ecde";
}

.ph-arrow-u-down-left-light:before {
  content: "\ecdf";
}

.ph-arrow-u-down-right-light:before {
  content: "\ece0";
}

.ph-arrow-u-left-down-light:before {
  content: "\ece1";
}

.ph-arrow-u-left-up-light:before {
  content: "\ece2";
}

.ph-arrow-up-left-light:before {
  content: "\ece3";
}

.ph-arrow-up-light:before {
  content: "\ece4";
}

.ph-arrow-up-right-light:before {
  content: "\ece5";
}

.ph-arrow-u-right-down-light:before {
  content: "\ece6";
}

.ph-arrow-u-right-up-light:before {
  content: "\ece7";
}

.ph-arrow-u-up-left-light:before {
  content: "\ece8";
}

.ph-arrow-u-up-right-light:before {
  content: "\ece9";
}

.ph-article-light:before {
  content: "\ecea";
}

.ph-article-medium-light:before {
  content: "\eceb";
}

.ph-article-ny-times-light:before {
  content: "\ecec";
}

.ph-asterisk-light:before {
  content: "\eced";
}

.ph-at-light:before {
  content: "\ecee";
}

.ph-atom-light:before {
  content: "\ecef";
}

.ph-baby-light:before {
  content: "\ecf0";
}

.ph-backspace-light:before {
  content: "\ecf1";
}

.ph-bag-light:before {
  content: "\ecf2";
}

.ph-bag-simple-light:before {
  content: "\ecf3";
}

.ph-bandaids-light:before {
  content: "\ecf4";
}

.ph-bank-light:before {
  content: "\ecf5";
}

.ph-barbell-light:before {
  content: "\ecf6";
}

.ph-barcode-light:before {
  content: "\ecf7";
}

.ph-baseball-light:before {
  content: "\ecf8";
}

.ph-basketball-light:before {
  content: "\ecf9";
}

.ph-battery-charging-light:before {
  content: "\ecfa";
}

.ph-battery-charging-vertical-light:before {
  content: "\ecfb";
}

.ph-battery-empty-light:before {
  content: "\ecfc";
}

.ph-battery-full-light:before {
  content: "\ecfd";
}

.ph-battery-high-light:before {
  content: "\ecfe";
}

.ph-battery-low-light:before {
  content: "\ecff";
}

.ph-battery-medium-light:before {
  content: "\ed00";
}

.ph-battery-warning-light:before {
  content: "\ed01";
}

.ph-battery-warning-vertical-light:before {
  content: "\ed02";
}

.ph-bed-light:before {
  content: "\ed03";
}

.ph-bell-light:before {
  content: "\ed04";
}

.ph-bell-ringing-light:before {
  content: "\ed05";
}

.ph-bell-simple-light:before {
  content: "\ed06";
}

.ph-bell-simple-ringing-light:before {
  content: "\ed07";
}

.ph-bell-simple-slash-light:before {
  content: "\ed08";
}

.ph-bell-simple-z-light:before {
  content: "\ed09";
}

.ph-bell-slash-light:before {
  content: "\ed0a";
}

.ph-bell-z-light:before {
  content: "\ed0b";
}

.ph-bicycle-light:before {
  content: "\ed0c";
}

.ph-bird-light:before {
  content: "\ed0d";
}

.ph-bluetooth-connected-light:before {
  content: "\ed0e";
}

.ph-bluetooth-light:before {
  content: "\ed0f";
}

.ph-bluetooth-slash-light:before {
  content: "\ed10";
}

.ph-bluetooth-x-light:before {
  content: "\ed11";
}

.ph-boat-light:before {
  content: "\ed12";
}

.ph-book-bookmark-light:before {
  content: "\ed13";
}

.ph-book-light:before {
  content: "\ed14";
}

.ph-bookmark-light:before {
  content: "\ed15";
}

.ph-bookmark-simple-light:before {
  content: "\ed16";
}

.ph-bookmarks-light:before {
  content: "\ed17";
}

.ph-bookmarks-simple-light:before {
  content: "\ed18";
}

.ph-book-open-light:before {
  content: "\ed19";
}

.ph-books-light:before {
  content: "\ed1a";
}

.ph-bounding-box-light:before {
  content: "\ed1b";
}

.ph-brackets-angle-light:before {
  content: "\ed1c";
}

.ph-brackets-curly-light:before {
  content: "\ed1d";
}

.ph-brackets-round-light:before {
  content: "\ed1e";
}

.ph-brackets-square-light:before {
  content: "\ed1f";
}

.ph-brain-light:before {
  content: "\ed20";
}

.ph-brandy-light:before {
  content: "\ed21";
}

.ph-briefcase-light:before {
  content: "\ed22";
}

.ph-briefcase-metal-light:before {
  content: "\ed23";
}

.ph-broadcast-light:before {
  content: "\ed24";
}

.ph-browser-light:before {
  content: "\ed25";
}

.ph-browsers-light:before {
  content: "\ed26";
}

.ph-bug-beetle-light:before {
  content: "\ed27";
}

.ph-bug-droid-light:before {
  content: "\ed28";
}

.ph-bug-light:before {
  content: "\ed29";
}

.ph-buildings-light:before {
  content: "\ed2a";
}

.ph-bus-light:before {
  content: "\ed2b";
}

.ph-cake-light:before {
  content: "\ed2c";
}

.ph-calculator-light:before {
  content: "\ed2d";
}

.ph-calendar-blank-light:before {
  content: "\ed2e";
}

.ph-calendar-check-light:before {
  content: "\ed2f";
}

.ph-calendar-light:before {
  content: "\ed30";
}

.ph-calendar-plus-light:before {
  content: "\ed31";
}

.ph-calendar-x-light:before {
  content: "\ed32";
}

.ph-camera-light:before {
  content: "\ed33";
}

.ph-camera-slash-light:before {
  content: "\ed34";
}

.ph-cardholder-light:before {
  content: "\ed35";
}

.ph-cards-light:before {
  content: "\ed36";
}

.ph-caret-circle-double-down-light:before {
  content: "\ed37";
}

.ph-caret-circle-double-left-light:before {
  content: "\ed38";
}

.ph-caret-circle-double-right-light:before {
  content: "\ed39";
}

.ph-caret-circle-double-up-light:before {
  content: "\ed3a";
}

.ph-caret-circle-down-light:before {
  content: "\ed3b";
}

.ph-caret-circle-left-light:before {
  content: "\ed3c";
}

.ph-caret-circle-right-light:before {
  content: "\ed3d";
}

.ph-caret-circle-up-light:before {
  content: "\ed3e";
}

.ph-caret-double-down-light:before {
  content: "\ed3f";
}

.ph-caret-double-left-light:before {
  content: "\ed40";
}

.ph-caret-double-right-light:before {
  content: "\ed41";
}

.ph-caret-double-up-light:before {
  content: "\ed42";
}

.ph-caret-down-light:before {
  content: "\ed43";
}

.ph-caret-left-light:before {
  content: "\ed44";
}

.ph-caret-right-light:before {
  content: "\ed45";
}

.ph-caret-up-light:before {
  content: "\ed46";
}

.ph-car-light:before {
  content: "\ed47";
}

.ph-car-simple-light:before {
  content: "\ed48";
}

.ph-cat-light:before {
  content: "\ed49";
}

.ph-cell-signal-full-light:before {
  content: "\ed4a";
}

.ph-cell-signal-high-light:before {
  content: "\ed4b";
}

.ph-cell-signal-low-light:before {
  content: "\ed4c";
}

.ph-cell-signal-medium-light:before {
  content: "\ed4d";
}

.ph-cell-signal-none-light:before {
  content: "\ed4e";
}

.ph-cell-signal-slash-light:before {
  content: "\ed4f";
}

.ph-cell-signal-x-light:before {
  content: "\ed50";
}

.ph-chalkboard-light:before {
  content: "\ed51";
}

.ph-chalkboard-simple-light:before {
  content: "\ed52";
}

.ph-chalkboard-teacher-light:before {
  content: "\ed53";
}

.ph-chart-bar-horizontal-light:before {
  content: "\ed54";
}

.ph-chart-bar-light:before {
  content: "\ed55";
}

.ph-chart-line-light:before {
  content: "\ed56";
}

.ph-chart-line-up-light:before {
  content: "\ed57";
}

.ph-chart-pie-light:before {
  content: "\ed58";
}

.ph-chart-pie-slice-light:before {
  content: "\ed59";
}

.ph-chat-centered-dots-light:before {
  content: "\ed5a";
}

.ph-chat-centered-light:before {
  content: "\ed5b";
}

.ph-chat-centered-text-light:before {
  content: "\ed5c";
}

.ph-chat-circle-dots-light:before {
  content: "\ed5d";
}

.ph-chat-circle-light:before {
  content: "\ed5e";
}

.ph-chat-circle-text-light:before {
  content: "\ed5f";
}

.ph-chat-dots-light:before {
  content: "\ed60";
}

.ph-chat-light:before {
  content: "\ed61";
}

.ph-chats-circle-light:before {
  content: "\ed62";
}

.ph-chats-light:before {
  content: "\ed63";
}

.ph-chats-teardrop-light:before {
  content: "\ed64";
}

.ph-chat-teardrop-dots-light:before {
  content: "\ed65";
}

.ph-chat-teardrop-light:before {
  content: "\ed66";
}

.ph-chat-teardrop-text-light:before {
  content: "\ed67";
}

.ph-chat-text-light:before {
  content: "\ed68";
}

.ph-check-circle-light:before {
  content: "\ed69";
}

.ph-check-light:before {
  content: "\ed6a";
}

.ph-checks-light:before {
  content: "\ed6b";
}

.ph-check-square-light:before {
  content: "\ed6c";
}

.ph-check-square-offset-light:before {
  content: "\ed6d";
}

.ph-circle-dashed-light:before {
  content: "\ed6e";
}

.ph-circle-half-light:before {
  content: "\ed6f";
}

.ph-circle-half-tilt-light:before {
  content: "\ed70";
}

.ph-circle-light:before {
  content: "\ed71";
}

.ph-circles-four-light:before {
  content: "\ed72";
}

.ph-circles-three-light:before {
  content: "\ed73";
}

.ph-circles-three-plus-light:before {
  content: "\ed74";
}

.ph-circle-wavy-check-light:before {
  content: "\ed75";
}

.ph-circle-wavy-light:before {
  content: "\ed76";
}

.ph-circle-wavy-question-light:before {
  content: "\ed77";
}

.ph-circle-wavy-warning-light:before {
  content: "\ed78";
}

.ph-clipboard-light:before {
  content: "\ed79";
}

.ph-clipboard-text-light:before {
  content: "\ed7a";
}

.ph-clock-afternoon-light:before {
  content: "\ed7b";
}

.ph-clock-clockwise-light:before {
  content: "\ed7c";
}

.ph-clock-counter-clockwise-light:before {
  content: "\ed7d";
}

.ph-clock-light:before {
  content: "\ed7e";
}

.ph-closed-captioning-light:before {
  content: "\ed7f";
}

.ph-cloud-arrow-down-light:before {
  content: "\ed80";
}

.ph-cloud-arrow-up-light:before {
  content: "\ed81";
}

.ph-cloud-check-light:before {
  content: "\ed82";
}

.ph-cloud-fog-light:before {
  content: "\ed83";
}

.ph-cloud-light:before {
  content: "\ed84";
}

.ph-cloud-lightning-light:before {
  content: "\ed85";
}

.ph-cloud-moon-light:before {
  content: "\ed86";
}

.ph-cloud-rain-light:before {
  content: "\ed87";
}

.ph-cloud-slash-light:before {
  content: "\ed88";
}

.ph-cloud-snow-light:before {
  content: "\ed89";
}

.ph-cloud-sun-light:before {
  content: "\ed8a";
}

.ph-club-light:before {
  content: "\ed8b";
}

.ph-code-light:before {
  content: "\ed8c";
}

.ph-code-simple-light:before {
  content: "\ed8d";
}

.ph-coffee-light:before {
  content: "\ed8e";
}

.ph-coin-light:before {
  content: "\ed8f";
}

.ph-columns-light:before {
  content: "\ed90";
}

.ph-command-light:before {
  content: "\ed91";
}

.ph-compass-light:before {
  content: "\ed92";
}

.ph-computer-tower-light:before {
  content: "\ed93";
}

.ph-cookie-light:before {
  content: "\ed94";
}

.ph-cooking-pot-light:before {
  content: "\ed95";
}

.ph-copy-light:before {
  content: "\ed96";
}

.ph-copyright-light:before {
  content: "\ed97";
}

.ph-copy-simple-light:before {
  content: "\ed98";
}

.ph-corners-in-light:before {
  content: "\ed99";
}

.ph-corners-out-light:before {
  content: "\ed9a";
}

.ph-cpu-light:before {
  content: "\ed9b";
}

.ph-credit-card-light:before {
  content: "\ed9c";
}

.ph-crop-light:before {
  content: "\ed9d";
}

.ph-crosshair-light:before {
  content: "\ed9e";
}

.ph-crosshair-simple-light:before {
  content: "\ed9f";
}

.ph-crown-light:before {
  content: "\eda0";
}

.ph-crown-simple-light:before {
  content: "\eda1";
}

.ph-cube-light:before {
  content: "\eda2";
}

.ph-currency-btc-light:before {
  content: "\eda3";
}

.ph-currency-circle-dollar-light:before {
  content: "\eda4";
}

.ph-currency-cny-light:before {
  content: "\eda5";
}

.ph-currency-dollar-light:before {
  content: "\eda6";
}

.ph-currency-dollar-simple-light:before {
  content: "\eda7";
}

.ph-currency-eur-light:before {
  content: "\eda8";
}

.ph-currency-gbp-light:before {
  content: "\eda9";
}

.ph-currency-inr-light:before {
  content: "\edaa";
}

.ph-currency-jpy-light:before {
  content: "\edab";
}

.ph-currency-krw-light:before {
  content: "\edac";
}

.ph-currency-rub-light:before {
  content: "\edad";
}

.ph-cursor-light:before {
  content: "\edae";
}

.ph-database-light:before {
  content: "\edaf";
}

.ph-desktop-light:before {
  content: "\edb0";
}

.ph-desktop-tower-light:before {
  content: "\edb1";
}

.ph-device-mobile-camera-light:before {
  content: "\edb2";
}

.ph-device-mobile-light:before {
  content: "\edb3";
}

.ph-device-mobile-speaker-light:before {
  content: "\edb4";
}

.ph-device-tablet-camera-light:before {
  content: "\edb5";
}

.ph-device-tablet-light:before {
  content: "\edb6";
}

.ph-device-tablet-speaker-light:before {
  content: "\edb7";
}

.ph-diamond-light:before {
  content: "\edb8";
}

.ph-dice-five-light:before {
  content: "\edb9";
}

.ph-dice-four-light:before {
  content: "\edba";
}

.ph-dice-one-light:before {
  content: "\edbb";
}

.ph-dice-six-light:before {
  content: "\edbc";
}

.ph-dice-three-light:before {
  content: "\edbd";
}

.ph-dice-two-light:before {
  content: "\edbe";
}

.ph-disc-light:before {
  content: "\edbf";
}

.ph-discord-logo-light:before {
  content: "\edc0";
}

.ph-divide-light:before {
  content: "\edc1";
}

.ph-dog-light:before {
  content: "\edc2";
}

.ph-door-light:before {
  content: "\edc3";
}

.ph-dots-nine-light:before {
  content: "\edc4";
}

.ph-dots-six-light:before {
  content: "\edc5";
}

.ph-dots-six-vertical-light:before {
  content: "\edc6";
}

.ph-dots-three-circle-light:before {
  content: "\edc7";
}

.ph-dots-three-circle-vertical-light:before {
  content: "\edc8";
}

.ph-dots-three-light:before {
  content: "\edc9";
}

.ph-dots-three-outline-light:before {
  content: "\edca";
}

.ph-dots-three-outline-vertical-light:before {
  content: "\edcb";
}

.ph-dots-three-vertical-light:before {
  content: "\edcc";
}

.ph-download-light:before {
  content: "\edcd";
}

.ph-download-simple-light:before {
  content: "\edce";
}

.ph-dribbble-logo-light:before {
  content: "\edcf";
}

.ph-drop-half-light:before {
  content: "\edd0";
}

.ph-drop-light:before {
  content: "\edd1";
}

.ph-ear-light:before {
  content: "\edd2";
}

.ph-ear-slash-light:before {
  content: "\edd3";
}

.ph-eject-light:before {
  content: "\edd4";
}

.ph-eject-simple-light:before {
  content: "\edd5";
}

.ph-envelope-light:before {
  content: "\edd6";
}

.ph-envelope-open-light:before {
  content: "\edd7";
}

.ph-envelope-simple-light:before {
  content: "\edd8";
}

.ph-envelope-simple-open-light:before {
  content: "\edd9";
}

.ph-equals-light:before {
  content: "\edda";
}

.ph-eraser-light:before {
  content: "\eddb";
}

.ph-export-light:before {
  content: "\eddc";
}

.ph-eye-closed-light:before {
  content: "\eddd";
}

.ph-eyedropper-light:before {
  content: "\edde";
}

.ph-eye-light:before {
  content: "\eddf";
}

.ph-eye-slash-light:before {
  content: "\ede0";
}

.ph-facebook-logo-light:before {
  content: "\ede1";
}

.ph-face-mask-light:before {
  content: "\ede2";
}

.ph-factory-light:before {
  content: "\ede3";
}

.ph-faders-horizontal-light:before {
  content: "\ede4";
}

.ph-faders-light:before {
  content: "\ede5";
}

.ph-fast-forward-circle-light:before {
  content: "\ede6";
}

.ph-fast-forward-light:before {
  content: "\ede7";
}

.ph-figma-logo-light:before {
  content: "\ede8";
}

.ph-file-arrow-down-light:before {
  content: "\ede9";
}

.ph-file-arrow-up-light:before {
  content: "\edea";
}

.ph-file-dotted-light:before {
  content: "\edeb";
}

.ph-file-light:before {
  content: "\edec";
}

.ph-file-minus-light:before {
  content: "\eded";
}

.ph-file-pdf-light:before {
  content: "\edee";
}

.ph-file-plus-light:before {
  content: "\edef";
}

.ph-file-search-light:before {
  content: "\edf0";
}

.ph-files-light:before {
  content: "\edf1";
}

.ph-file-text-light:before {
  content: "\edf2";
}

.ph-file-x-light:before {
  content: "\edf3";
}

.ph-film-strip-light:before {
  content: "\edf4";
}

.ph-fingerprint-light:before {
  content: "\edf5";
}

.ph-fingerprint-simple-light:before {
  content: "\edf6";
}

.ph-finn-the-human-light:before {
  content: "\edf7";
}

.ph-fire-light:before {
  content: "\edf8";
}

.ph-fire-simple-light:before {
  content: "\edf9";
}

.ph-first-aid-kit-light:before {
  content: "\edfa";
}

.ph-first-aid-light:before {
  content: "\edfb";
}

.ph-fish-light:before {
  content: "\edfc";
}

.ph-fish-simple-light:before {
  content: "\edfd";
}

.ph-flag-banner-light:before {
  content: "\edfe";
}

.ph-flag-light:before {
  content: "\edff";
}

.ph-flame-light:before {
  content: "\ee00";
}

.ph-flashlight-light:before {
  content: "\ee01";
}

.ph-flask-light:before {
  content: "\ee02";
}

.ph-floppy-disk-back-light:before {
  content: "\ee03";
}

.ph-floppy-disk-light:before {
  content: "\ee04";
}

.ph-flow-arrow-light:before {
  content: "\ee05";
}

.ph-flower-light:before {
  content: "\ee06";
}

.ph-flower-lotus-light:before {
  content: "\ee07";
}

.ph-folder-light:before {
  content: "\ee08";
}

.ph-folder-minus-light:before {
  content: "\ee09";
}

.ph-folder-notch-light:before {
  content: "\ee0a";
}

.ph-folder-notch-minus-light:before {
  content: "\ee0b";
}

.ph-folder-notch-open-light:before {
  content: "\ee0c";
}

.ph-folder-notch-plus-light:before {
  content: "\ee0d";
}

.ph-folder-open-light:before {
  content: "\ee0e";
}

.ph-folder-plus-light:before {
  content: "\ee0f";
}

.ph-folder-simple-light:before {
  content: "\ee10";
}

.ph-folder-simple-minus-light:before {
  content: "\ee11";
}

.ph-folder-simple-plus-light:before {
  content: "\ee12";
}

.ph-folders-light:before {
  content: "\ee13";
}

.ph-football-light:before {
  content: "\ee14";
}

.ph-fork-knife-light:before {
  content: "\ee15";
}

.ph-frame-corners-light:before {
  content: "\ee16";
}

.ph-framer-logo-light:before {
  content: "\ee17";
}

.ph-funnel-light:before {
  content: "\ee18";
}

.ph-funnel-simple-light:before {
  content: "\ee19";
}

.ph-game-controller-light:before {
  content: "\ee1a";
}

.ph-gas-pump-light:before {
  content: "\ee1b";
}

.ph-gauge-light:before {
  content: "\ee1c";
}

.ph-gear-light:before {
  content: "\ee1d";
}

.ph-gear-six-light:before {
  content: "\ee1e";
}

.ph-gender-female-light:before {
  content: "\ee1f";
}

.ph-gender-intersex-light:before {
  content: "\ee20";
}

.ph-gender-male-light:before {
  content: "\ee21";
}

.ph-gender-neuter-light:before {
  content: "\ee22";
}

.ph-gender-nonbinary-light:before {
  content: "\ee23";
}

.ph-gender-transgender-light:before {
  content: "\ee24";
}

.ph-ghost-light:before {
  content: "\ee25";
}

.ph-gif-light:before {
  content: "\ee26";
}

.ph-gift-light:before {
  content: "\ee27";
}

.ph-git-branch-light:before {
  content: "\ee28";
}

.ph-git-commit-light:before {
  content: "\ee29";
}

.ph-git-diff-light:before {
  content: "\ee2a";
}

.ph-git-fork-light:before {
  content: "\ee2b";
}

.ph-github-logo-light:before {
  content: "\ee2c";
}

.ph-gitlab-logo-light:before {
  content: "\ee2d";
}

.ph-gitlab-logo-simple-light:before {
  content: "\ee2e";
}

.ph-git-merge-light:before {
  content: "\ee2f";
}

.ph-git-pull-request-light:before {
  content: "\ee30";
}

.ph-globe-hemisphere-east-light:before {
  content: "\ee31";
}

.ph-globe-hemisphere-west-light:before {
  content: "\ee32";
}

.ph-globe-light:before {
  content: "\ee33";
}

.ph-globe-simple-light:before {
  content: "\ee34";
}

.ph-globe-stand-light:before {
  content: "\ee35";
}

.ph-google-logo-light:before {
  content: "\ee36";
}

.ph-google-play-logo-light:before {
  content: "\ee37";
}

.ph-graduation-cap-light:before {
  content: "\ee38";
}

.ph-grid-four-light:before {
  content: "\ee39";
}

.ph-handbag-light:before {
  content: "\ee3a";
}

.ph-handbag-simple-light:before {
  content: "\ee3b";
}

.ph-hand-fist-light:before {
  content: "\ee3c";
}

.ph-hand-grabbing-light:before {
  content: "\ee3d";
}

.ph-hand-light:before {
  content: "\ee3e";
}

.ph-hand-palm-light:before {
  content: "\ee3f";
}

.ph-hand-pointing-light:before {
  content: "\ee40";
}

.ph-hands-clapping-light:before {
  content: "\ee41";
}

.ph-handshake-light:before {
  content: "\ee42";
}

.ph-hand-soap-light:before {
  content: "\ee43";
}

.ph-hand-waving-light:before {
  content: "\ee44";
}

.ph-hard-drive-light:before {
  content: "\ee45";
}

.ph-hard-drives-light:before {
  content: "\ee46";
}

.ph-hash-light:before {
  content: "\ee47";
}

.ph-hash-straight-light:before {
  content: "\ee48";
}

.ph-headlights-light:before {
  content: "\ee49";
}

.ph-headphones-light:before {
  content: "\ee4a";
}

.ph-headset-light:before {
  content: "\ee4b";
}

.ph-heartbeat-light:before {
  content: "\ee4c";
}

.ph-heart-light:before {
  content: "\ee4d";
}

.ph-heart-straight-light:before {
  content: "\ee4e";
}

.ph-hexagon-light:before {
  content: "\ee4f";
}

.ph-highlighter-circle-light:before {
  content: "\ee50";
}

.ph-horse-light:before {
  content: "\ee51";
}

.ph-hourglass-high-light:before {
  content: "\ee52";
}

.ph-hourglass-light:before {
  content: "\ee53";
}

.ph-hourglass-low-light:before {
  content: "\ee54";
}

.ph-hourglass-medium-light:before {
  content: "\ee55";
}

.ph-hourglass-simple-high-light:before {
  content: "\ee56";
}

.ph-hourglass-simple-light:before {
  content: "\ee57";
}

.ph-hourglass-simple-low-light:before {
  content: "\ee58";
}

.ph-hourglass-simple-medium-light:before {
  content: "\ee59";
}

.ph-house-light:before {
  content: "\ee5a";
}

.ph-house-line-light:before {
  content: "\ee5b";
}

.ph-house-simple-light:before {
  content: "\ee5c";
}

.ph-identification-badge-light:before {
  content: "\ee5d";
}

.ph-identification-card-light:before {
  content: "\ee5e";
}

.ph-image-light:before {
  content: "\ee5f";
}

.ph-image-square-light:before {
  content: "\ee60";
}

.ph-infinity-light:before {
  content: "\ee61";
}

.ph-info-light:before {
  content: "\ee62";
}

.ph-instagram-logo-light:before {
  content: "\ee63";
}

.ph-intersect-light:before {
  content: "\ee64";
}

.ph-jeep-light:before {
  content: "\ee65";
}

.ph-keyboard-light:before {
  content: "\ee66";
}

.ph-key-light:before {
  content: "\ee67";
}

.ph-key-return-light:before {
  content: "\ee68";
}

.ph-knife-light:before {
  content: "\ee69";
}

.ph-lamp-light:before {
  content: "\ee6a";
}

.ph-laptop-light:before {
  content: "\ee6b";
}

.ph-layout-light:before {
  content: "\ee6c";
}

.ph-leaf-light:before {
  content: "\ee6d";
}

.ph-lifebuoy-light:before {
  content: "\ee6e";
}

.ph-lightbulb-filament-light:before {
  content: "\ee6f";
}

.ph-lightbulb-light:before {
  content: "\ee70";
}

.ph-lightning-light:before {
  content: "\ee71";
}

.ph-lightning-slash-light:before {
  content: "\ee72";
}

.ph-line-segment-light:before {
  content: "\ee73";
}

.ph-line-segments-light:before {
  content: "\ee74";
}

.ph-link-break-light:before {
  content: "\ee75";
}

.ph-linkedin-logo-light:before {
  content: "\ee76";
}

.ph-link-light:before {
  content: "\ee77";
}

.ph-link-simple-break-light:before {
  content: "\ee78";
}

.ph-link-simple-horizontal-break-light:before {
  content: "\ee79";
}

.ph-link-simple-horizontal-light:before {
  content: "\ee7a";
}

.ph-link-simple-light:before {
  content: "\ee7b";
}

.ph-list-bullets-light:before {
  content: "\ee7c";
}

.ph-list-dashes-light:before {
  content: "\ee7d";
}

.ph-list-light:before {
  content: "\ee7e";
}

.ph-list-numbers-light:before {
  content: "\ee7f";
}

.ph-list-plus-light:before {
  content: "\ee80";
}

.ph-lock-key-light:before {
  content: "\ee81";
}

.ph-lock-key-open-light:before {
  content: "\ee82";
}

.ph-lock-laminated-light:before {
  content: "\ee83";
}

.ph-lock-laminated-open-light:before {
  content: "\ee84";
}

.ph-lock-light:before {
  content: "\ee85";
}

.ph-lock-open-light:before {
  content: "\ee86";
}

.ph-lock-simple-light:before {
  content: "\ee87";
}

.ph-lock-simple-open-light:before {
  content: "\ee88";
}

.ph-magic-wand-light:before {
  content: "\ee89";
}

.ph-magnet-light:before {
  content: "\ee8a";
}

.ph-magnet-straight-light:before {
  content: "\ee8b";
}

.ph-magnifying-glass-light:before {
  content: "\ee8c";
}

.ph-magnifying-glass-minus-light:before {
  content: "\ee8d";
}

.ph-magnifying-glass-plus-light:before {
  content: "\ee8e";
}

.ph-map-pin-light:before {
  content: "\ee8f";
}

.ph-map-pin-line-light:before {
  content: "\ee90";
}

.ph-map-trifold-light:before {
  content: "\ee91";
}

.ph-marker-circle-light:before {
  content: "\ee92";
}

.ph-martini-light:before {
  content: "\ee93";
}

.ph-math-operations-light:before {
  content: "\ee94";
}

.ph-medal-light:before {
  content: "\ee95";
}

.ph-medium-logo-light:before {
  content: "\ee96";
}

.ph-megaphone-light:before {
  content: "\ee97";
}

.ph-megaphone-simple-light:before {
  content: "\ee98";
}

.ph-messenger-logo-light:before {
  content: "\ee99";
}

.ph-microphone-light:before {
  content: "\ee9a";
}

.ph-microphone-slash-light:before {
  content: "\ee9b";
}

.ph-minus-circle-light:before {
  content: "\ee9c";
}

.ph-minus-light:before {
  content: "\ee9d";
}

.ph-money-light:before {
  content: "\ee9e";
}

.ph-monitor-light:before {
  content: "\ee9f";
}

.ph-monitor-play-light:before {
  content: "\eea0";
}

.ph-moon-light:before {
  content: "\eea1";
}

.ph-moon-stars-light:before {
  content: "\eea2";
}

.ph-mouse-light:before {
  content: "\eea3";
}

.ph-mouse-simple-light:before {
  content: "\eea4";
}

.ph-music-note-light:before {
  content: "\eea5";
}

.ph-music-note-simple-light:before {
  content: "\eea6";
}

.ph-music-notes-light:before {
  content: "\eea7";
}

.ph-music-notes-simple-light:before {
  content: "\eea8";
}

.ph-navigation-arrow-light:before {
  content: "\eea9";
}

.ph-newspaper-clipping-light:before {
  content: "\eeaa";
}

.ph-newspaper-light:before {
  content: "\eeab";
}

.ph-note-blank-light:before {
  content: "\eeac";
}

.ph-notebook-light:before {
  content: "\eead";
}

.ph-note-light:before {
  content: "\eeae";
}

.ph-notepad-light:before {
  content: "\eeaf";
}

.ph-note-pencil-light:before {
  content: "\eeb0";
}

.ph-notification-light:before {
  content: "\eeb1";
}

.ph-number-circle-eight-light:before {
  content: "\eeb2";
}

.ph-number-circle-five-light:before {
  content: "\eeb3";
}

.ph-number-circle-four-light:before {
  content: "\eeb4";
}

.ph-number-circle-nine-light:before {
  content: "\eeb5";
}

.ph-number-circle-one-light:before {
  content: "\eeb6";
}

.ph-number-circle-seven-light:before {
  content: "\eeb7";
}

.ph-number-circle-six-light:before {
  content: "\eeb8";
}

.ph-number-circle-three-light:before {
  content: "\eeb9";
}

.ph-number-circle-two-light:before {
  content: "\eeba";
}

.ph-number-circle-zero-light:before {
  content: "\eebb";
}

.ph-number-eight-light:before {
  content: "\eebc";
}

.ph-number-five-light:before {
  content: "\eebd";
}

.ph-number-four-light:before {
  content: "\eebe";
}

.ph-number-nine-light:before {
  content: "\eebf";
}

.ph-number-one-light:before {
  content: "\eec0";
}

.ph-number-seven-light:before {
  content: "\eec1";
}

.ph-number-six-light:before {
  content: "\eec2";
}

.ph-number-square-eight-light:before {
  content: "\eec3";
}

.ph-number-square-five-light:before {
  content: "\eec4";
}

.ph-number-square-four-light:before {
  content: "\eec5";
}

.ph-number-square-nine-light:before {
  content: "\eec6";
}

.ph-number-square-one-light:before {
  content: "\eec7";
}

.ph-number-square-seven-light:before {
  content: "\eec8";
}

.ph-number-square-six-light:before {
  content: "\eec9";
}

.ph-number-square-three-light:before {
  content: "\eeca";
}

.ph-number-square-two-light:before {
  content: "\eecb";
}

.ph-number-square-zero-light:before {
  content: "\eecc";
}

.ph-number-three-light:before {
  content: "\eecd";
}

.ph-number-two-light:before {
  content: "\eece";
}

.ph-number-zero-light:before {
  content: "\eecf";
}

.ph-nut-light:before {
  content: "\eed0";
}

.ph-ny-times-logo-light:before {
  content: "\eed1";
}

.ph-octagon-light:before {
  content: "\eed2";
}

.ph-package-light:before {
  content: "\eed3";
}

.ph-paint-brush-broad-light:before {
  content: "\eed4";
}

.ph-paint-brush-household-light:before {
  content: "\eed5";
}

.ph-paint-brush-light:before {
  content: "\eed6";
}

.ph-paint-bucket-light:before {
  content: "\eed7";
}

.ph-paint-roller-light:before {
  content: "\eed8";
}

.ph-palette-light:before {
  content: "\eed9";
}

.ph-paperclip-horizontal-light:before {
  content: "\eeda";
}

.ph-paperclip-light:before {
  content: "\eedb";
}

.ph-paper-plane-light:before {
  content: "\eedc";
}

.ph-paper-plane-right-light:before {
  content: "\eedd";
}

.ph-paper-plane-tilt-light:before {
  content: "\eede";
}

.ph-path-light:before {
  content: "\eedf";
}

.ph-pause-circle-light:before {
  content: "\eee0";
}

.ph-pause-light:before {
  content: "\eee1";
}

.ph-paw-print-light:before {
  content: "\eee2";
}

.ph-peace-light:before {
  content: "\eee3";
}

.ph-pencil-circle-light:before {
  content: "\eee4";
}

.ph-pencil-light:before {
  content: "\eee5";
}

.ph-pencil-line-light:before {
  content: "\eee6";
}

.ph-pencil-simple-light:before {
  content: "\eee7";
}

.ph-pen-light:before {
  content: "\eee8";
}

.ph-pen-nib-light:before {
  content: "\eee9";
}

.ph-pen-nib-straight-light:before {
  content: "\eeea";
}

.ph-percent-light:before {
  content: "\eeeb";
}

.ph-person-light:before {
  content: "\eeec";
}

.ph-person-simple-light:before {
  content: "\eeed";
}

.ph-person-simple-run-light:before {
  content: "\eeee";
}

.ph-person-simple-walk-light:before {
  content: "\eeef";
}

.ph-phone-call-light:before {
  content: "\eef0";
}

.ph-phone-disconnect-light:before {
  content: "\eef1";
}

.ph-phone-incoming-light:before {
  content: "\eef2";
}

.ph-phone-light:before {
  content: "\eef3";
}

.ph-phone-outgoing-light:before {
  content: "\eef4";
}

.ph-phone-slash-light:before {
  content: "\eef5";
}

.ph-phone-x-light:before {
  content: "\eef6";
}

.ph-phosphor-logo-light:before {
  content: "\eef7";
}

.ph-picture-in-picture-light:before {
  content: "\eef8";
}

.ph-pill-light:before {
  content: "\eef9";
}

.ph-pinterest-logo-light:before {
  content: "\eefa";
}

.ph-pizza-light:before {
  content: "\eefb";
}

.ph-placeholder-light:before {
  content: "\eefc";
}

.ph-planet-light:before {
  content: "\eefd";
}

.ph-play-circle-light:before {
  content: "\eefe";
}

.ph-play-light:before {
  content: "\eeff";
}

.ph-playlist-light:before {
  content: "\ef00";
}

.ph-plus-circle-light:before {
  content: "\ef01";
}

.ph-plus-light:before {
  content: "\ef02";
}

.ph-plus-minus-light:before {
  content: "\ef03";
}

.ph-poker-chip-light:before {
  content: "\ef04";
}

.ph-polygon-light:before {
  content: "\ef05";
}

.ph-power-light:before {
  content: "\ef06";
}

.ph-prescription-light:before {
  content: "\ef07";
}

.ph-presentation-chart-light:before {
  content: "\ef08";
}

.ph-presentation-light:before {
  content: "\ef09";
}

.ph-printer-light:before {
  content: "\ef0a";
}

.ph-prohibit-inset-light:before {
  content: "\ef0b";
}

.ph-prohibit-light:before {
  content: "\ef0c";
}

.ph-projector-screen-chart-light:before {
  content: "\ef0d";
}

.ph-projector-screen-light:before {
  content: "\ef0e";
}

.ph-push-pin-light:before {
  content: "\ef0f";
}

.ph-push-pin-simple-light:before {
  content: "\ef10";
}

.ph-push-pin-simple-slash-light:before {
  content: "\ef11";
}

.ph-push-pin-slash-light:before {
  content: "\ef12";
}

.ph-puzzle-piece-light:before {
  content: "\ef13";
}

.ph-qr-code-light:before {
  content: "\ef14";
}

.ph-question-light:before {
  content: "\ef15";
}

.ph-queue-light:before {
  content: "\ef16";
}

.ph-quotes-light:before {
  content: "\ef17";
}

.ph-radical-light:before {
  content: "\ef18";
}

.ph-radio-light:before {
  content: "\ef19";
}

.ph-rainbow-cloud-light:before {
  content: "\ef1a";
}

.ph-rainbow-light:before {
  content: "\ef1b";
}

.ph-receipt-light:before {
  content: "\ef1c";
}

.ph-record-light:before {
  content: "\ef1d";
}

.ph-rectangle-light:before {
  content: "\ef1e";
}

.ph-recycle-light:before {
  content: "\ef1f";
}

.ph-reddit-logo-light:before {
  content: "\ef20";
}

.ph-repeat-light:before {
  content: "\ef21";
}

.ph-repeat-once-light:before {
  content: "\ef22";
}

.ph-rewind-circle-light:before {
  content: "\ef23";
}

.ph-rewind-light:before {
  content: "\ef24";
}

.ph-robot-light:before {
  content: "\ef25";
}

.ph-rocket-launch-light:before {
  content: "\ef26";
}

.ph-rocket-light:before {
  content: "\ef27";
}

.ph-rows-light:before {
  content: "\ef28";
}

.ph-rss-light:before {
  content: "\ef29";
}

.ph-rss-simple-light:before {
  content: "\ef2a";
}

.ph-ruler-light:before {
  content: "\ef2b";
}

.ph-scales-light:before {
  content: "\ef2c";
}

.ph-scissors-light:before {
  content: "\ef2d";
}

.ph-screencast-light:before {
  content: "\ef2e";
}

.ph-scribble-loop-light:before {
  content: "\ef2f";
}

.ph-selection-all-light:before {
  content: "\ef30";
}

.ph-selection-background-light:before {
  content: "\ef31";
}

.ph-selection-foreground-light:before {
  content: "\ef32";
}

.ph-selection-inverse-light:before {
  content: "\ef33";
}

.ph-selection-light:before {
  content: "\ef34";
}

.ph-selection-plus-light:before {
  content: "\ef35";
}

.ph-selection-slash-light:before {
  content: "\ef36";
}

.ph-share-light:before {
  content: "\ef37";
}

.ph-share-network-light:before {
  content: "\ef38";
}

.ph-shield-checkered-light:before {
  content: "\ef39";
}

.ph-shield-check-light:before {
  content: "\ef3a";
}

.ph-shield-chevron-light:before {
  content: "\ef3b";
}

.ph-shield-light:before {
  content: "\ef3c";
}

.ph-shield-plus-light:before {
  content: "\ef3d";
}

.ph-shield-slash-light:before {
  content: "\ef3e";
}

.ph-shield-warning-light:before {
  content: "\ef3f";
}

.ph-shopping-bag-light:before {
  content: "\ef40";
}

.ph-shopping-bag-open-light:before {
  content: "\ef41";
}

.ph-shopping-cart-light:before {
  content: "\ef42";
}

.ph-shopping-cart-simple-light:before {
  content: "\ef43";
}

.ph-shower-light:before {
  content: "\ef44";
}

.ph-shuffle-angular-light:before {
  content: "\ef45";
}

.ph-shuffle-light:before {
  content: "\ef46";
}

.ph-shuffle-simple-light:before {
  content: "\ef47";
}

.ph-sign-in-light:before {
  content: "\ef48";
}

.ph-sign-out-light:before {
  content: "\ef49";
}

.ph-sim-card-light:before {
  content: "\ef4a";
}

.ph-sketch-logo-light:before {
  content: "\ef4b";
}

.ph-skip-back-circle-light:before {
  content: "\ef4c";
}

.ph-skip-back-light:before {
  content: "\ef4d";
}

.ph-skip-forward-circle-light:before {
  content: "\ef4e";
}

.ph-skip-forward-light:before {
  content: "\ef4f";
}

.ph-slack-logo-light:before {
  content: "\ef50";
}

.ph-sliders-horizontal-light:before {
  content: "\ef51";
}

.ph-sliders-light:before {
  content: "\ef52";
}

.ph-smiley-blank-light:before {
  content: "\ef53";
}

.ph-smiley-light:before {
  content: "\ef54";
}

.ph-smiley-meh-light:before {
  content: "\ef55";
}

.ph-smiley-nervous-light:before {
  content: "\ef56";
}

.ph-smiley-sad-light:before {
  content: "\ef57";
}

.ph-smiley-sticker-light:before {
  content: "\ef58";
}

.ph-smiley-wink-light:before {
  content: "\ef59";
}

.ph-smiley-x-eyes-light:before {
  content: "\ef5a";
}

.ph-snapchat-logo-light:before {
  content: "\ef5b";
}

.ph-snowflake-light:before {
  content: "\ef5c";
}

.ph-soccer-ball-light:before {
  content: "\ef5d";
}

.ph-sort-ascending-light:before {
  content: "\ef5e";
}

.ph-sort-descending-light:before {
  content: "\ef5f";
}

.ph-spade-light:before {
  content: "\ef60";
}

.ph-sparkle-light:before {
  content: "\ef61";
}

.ph-speaker-high-light:before {
  content: "\ef62";
}

.ph-speaker-low-light:before {
  content: "\ef63";
}

.ph-speaker-none-light:before {
  content: "\ef64";
}

.ph-speaker-simple-high-light:before {
  content: "\ef65";
}

.ph-speaker-simple-low-light:before {
  content: "\ef66";
}

.ph-speaker-simple-none-light:before {
  content: "\ef67";
}

.ph-speaker-simple-slash-light:before {
  content: "\ef68";
}

.ph-speaker-simple-x-light:before {
  content: "\ef69";
}

.ph-speaker-slash-light:before {
  content: "\ef6a";
}

.ph-speaker-x-light:before {
  content: "\ef6b";
}

.ph-spinner-gap-light:before {
  content: "\ef6c";
}

.ph-spinner-light:before {
  content: "\ef6d";
}

.ph-spotify-logo-light:before {
  content: "\ef6e";
}

.ph-square-half-light:before {
  content: "\ef6f";
}

.ph-square-light:before {
  content: "\ef70";
}

.ph-square-logo-light:before {
  content: "\ef71";
}

.ph-squares-four-light:before {
  content: "\ef72";
}

.ph-stack-light:before {
  content: "\ef73";
}

.ph-stack-simple-light:before {
  content: "\ef74";
}

.ph-star-four-light:before {
  content: "\ef75";
}

.ph-star-half-light:before {
  content: "\ef76";
}

.ph-star-light:before {
  content: "\ef77";
}

.ph-sticker-light:before {
  content: "\ef78";
}

.ph-stop-circle-light:before {
  content: "\ef79";
}

.ph-stop-light:before {
  content: "\ef7a";
}

.ph-storefront-light:before {
  content: "\ef7b";
}

.ph-stripe-logo-light:before {
  content: "\ef7c";
}

.ph-student-light:before {
  content: "\ef7d";
}

.ph-suitcase-light:before {
  content: "\ef7e";
}

.ph-suitcase-simple-light:before {
  content: "\ef7f";
}

.ph-sun-dim-light:before {
  content: "\ef80";
}

.ph-sun-horizon-light:before {
  content: "\ef81";
}

.ph-sun-light:before {
  content: "\ef82";
}

.ph-swap-light:before {
  content: "\ef83";
}

.ph-swatches-light:before {
  content: "\ef84";
}

.ph-sword-light:before {
  content: "\ef85";
}

.ph-table-light:before {
  content: "\ef86";
}

.ph-tag-chevron-light:before {
  content: "\ef87";
}

.ph-tag-light:before {
  content: "\ef88";
}

.ph-tag-simple-light:before {
  content: "\ef89";
}

.ph-target-light:before {
  content: "\ef8a";
}

.ph-telegram-logo-light:before {
  content: "\ef8b";
}

.ph-television-light:before {
  content: "\ef8c";
}

.ph-television-simple-light:before {
  content: "\ef8d";
}

.ph-tennis-ball-light:before {
  content: "\ef8e";
}

.ph-terminal-light:before {
  content: "\ef8f";
}

.ph-terminal-window-light:before {
  content: "\ef90";
}

.ph-test-tube-light:before {
  content: "\ef91";
}

.ph-text-aa-light:before {
  content: "\ef92";
}

.ph-text-align-center-light:before {
  content: "\ef93";
}

.ph-text-align-justify-light:before {
  content: "\ef94";
}

.ph-text-align-left-light:before {
  content: "\ef95";
}

.ph-text-align-right-light:before {
  content: "\ef96";
}

.ph-text-bolder-light:before {
  content: "\ef97";
}

.ph-text-h-five-light:before {
  content: "\ef98";
}

.ph-text-h-four-light:before {
  content: "\ef99";
}

.ph-text-h-light:before {
  content: "\ef9a";
}

.ph-text-h-one-light:before {
  content: "\ef9b";
}

.ph-text-h-six-light:before {
  content: "\ef9c";
}

.ph-text-h-three-light:before {
  content: "\ef9d";
}

.ph-text-h-two-light:before {
  content: "\ef9e";
}

.ph-text-italic-light:before {
  content: "\ef9f";
}

.ph-text-strikethrough-light:before {
  content: "\efa0";
}

.ph-text-t-light:before {
  content: "\efa1";
}

.ph-text-underline-light:before {
  content: "\efa2";
}

.ph-thermometer-cold-light:before {
  content: "\efa3";
}

.ph-thermometer-hot-light:before {
  content: "\efa4";
}

.ph-thermometer-light:before {
  content: "\efa5";
}

.ph-thermometer-simple-light:before {
  content: "\efa6";
}

.ph-thumbs-down-light:before {
  content: "\efa7";
}

.ph-thumbs-up-light:before {
  content: "\efa8";
}

.ph-ticket-light:before {
  content: "\efa9";
}

.ph-tiktok-logo-light:before {
  content: "\efaa";
}

.ph-timer-light:before {
  content: "\efab";
}

.ph-toggle-left-light:before {
  content: "\efac";
}

.ph-toggle-right-light:before {
  content: "\efad";
}

.ph-toilet-paper-light:before {
  content: "\efae";
}

.ph-tote-light:before {
  content: "\efaf";
}

.ph-tote-simple-light:before {
  content: "\efb0";
}

.ph-traffic-sign-light:before {
  content: "\efb1";
}

.ph-train-light:before {
  content: "\efb2";
}

.ph-train-regional-light:before {
  content: "\efb3";
}

.ph-train-simple-light:before {
  content: "\efb4";
}

.ph-translate-light:before {
  content: "\efb5";
}

.ph-trash-light:before {
  content: "\efb6";
}

.ph-trash-simple-light:before {
  content: "\efb7";
}

.ph-tray-light:before {
  content: "\efb8";
}

.ph-tree-evergreen-light:before {
  content: "\efb9";
}

.ph-tree-light:before {
  content: "\efba";
}

.ph-tree-structure-light:before {
  content: "\efbb";
}

.ph-trend-down-light:before {
  content: "\efbc";
}

.ph-trend-up-light:before {
  content: "\efbd";
}

.ph-triangle-light:before {
  content: "\efbe";
}

.ph-trophy-light:before {
  content: "\efbf";
}

.ph-truck-light:before {
  content: "\efc0";
}

.ph-t-shirt-light:before {
  content: "\efc1";
}

.ph-twitch-logo-light:before {
  content: "\efc2";
}

.ph-twitter-logo-light:before {
  content: "\efc3";
}

.ph-umbrella-light:before {
  content: "\efc4";
}

.ph-umbrella-simple-light:before {
  content: "\efc5";
}

.ph-upload-light:before {
  content: "\efc6";
}

.ph-upload-simple-light:before {
  content: "\efc7";
}

.ph-user-circle-gear-light:before {
  content: "\efc8";
}

.ph-user-circle-light:before {
  content: "\efc9";
}

.ph-user-circle-minus-light:before {
  content: "\efca";
}

.ph-user-circle-plus-light:before {
  content: "\efcb";
}

.ph-user-focus-light:before {
  content: "\efcc";
}

.ph-user-gear-light:before {
  content: "\efcd";
}

.ph-user-light:before {
  content: "\efce";
}

.ph-user-list-light:before {
  content: "\efcf";
}

.ph-user-minus-light:before {
  content: "\efd0";
}

.ph-user-plus-light:before {
  content: "\efd1";
}

.ph-user-rectangle-light:before {
  content: "\efd2";
}

.ph-users-four-light:before {
  content: "\efd3";
}

.ph-users-light:before {
  content: "\efd4";
}

.ph-user-square-light:before {
  content: "\efd5";
}

.ph-users-three-light:before {
  content: "\efd6";
}

.ph-vibrate-light:before {
  content: "\efd7";
}

.ph-video-camera-light:before {
  content: "\efd8";
}

.ph-video-camera-slash-light:before {
  content: "\efd9";
}

.ph-voicemail-light:before {
  content: "\efda";
}

.ph-volleyball-light:before {
  content: "\efdb";
}

.ph-wallet-light:before {
  content: "\efdc";
}

.ph-wall-light:before {
  content: "\efdd";
}

.ph-warning-circle-light:before {
  content: "\efde";
}

.ph-warning-light:before {
  content: "\efdf";
}

.ph-warning-octagon-light:before {
  content: "\efe0";
}

.ph-watch-light:before {
  content: "\efe1";
}

.ph-waves-light:before {
  content: "\efe2";
}

.ph-whatsapp-logo-light:before {
  content: "\efe3";
}

.ph-wheelchair-light:before {
  content: "\efe4";
}

.ph-wifi-high-light:before {
  content: "\efe5";
}

.ph-wifi-low-light:before {
  content: "\efe6";
}

.ph-wifi-medium-light:before {
  content: "\efe7";
}

.ph-wifi-none-light:before {
  content: "\efe8";
}

.ph-wifi-slash-light:before {
  content: "\efe9";
}

.ph-wifi-x-light:before {
  content: "\efea";
}

.ph-wind-light:before {
  content: "\efeb";
}

.ph-windows-logo-light:before {
  content: "\efec";
}

.ph-wine-light:before {
  content: "\efed";
}

.ph-wrench-light:before {
  content: "\efee";
}

.ph-x-circle-light:before {
  content: "\efef";
}

.ph-x-light:before {
  content: "\eff0";
}

.ph-x-square-light:before {
  content: "\eff1";
}

.ph-youtube-logo-light:before {
  content: "\eff2";
}

.ph-activity-light:before {
  content: "\eff3";
}

.ph-address-book-light:before {
  content: "\eff4";
}

.ph-airplane-in-flight-light:before {
  content: "\eff5";
}

.ph-airplane-landing-light:before {
  content: "\eff6";
}

.ph-airplane-light:before {
  content: "\eff7";
}

.ph-airplane-takeoff-light:before {
  content: "\eff8";
}

.ph-airplane-tilt-light:before {
  content: "\eff9";
}

.ph-airplay-light:before {
  content: "\effa";
}

.ph-alarm-light:before {
  content: "\effb";
}

.ph-align-bottom:before {
  content: "\effc";
}

.ph-align-center-horizontal:before {
  content: "\effd";
}

.ph-align-center-vertical:before {
  content: "\effe";
}

.ph-align-left:before {
  content: "\efff";
}

.ph-align-right:before {
  content: "\f000";
}

.ph-align-top:before {
  content: "\f001";
}

.ph-anchor:before {
  content: "\f002";
}

.ph-anchor-simple:before {
  content: "\f003";
}

.ph-android-logo:before {
  content: "\f004";
}

.ph-aperture:before {
  content: "\f005";
}

.ph-apple-logo:before {
  content: "\f006";
}

.ph-app-window:before {
  content: "\f007";
}

.ph-archive:before {
  content: "\f008";
}

.ph-archive-box:before {
  content: "\f009";
}

.ph-archive-tray:before {
  content: "\f00a";
}

.ph-armchair:before {
  content: "\f00b";
}

.ph-arrow-arc-left:before {
  content: "\f00c";
}

.ph-arrow-arc-right:before {
  content: "\f00d";
}

.ph-arrow-bend-double-up-left:before {
  content: "\f00e";
}

.ph-arrow-bend-double-up-right:before {
  content: "\f00f";
}

.ph-arrow-bend-down-left:before {
  content: "\f010";
}

.ph-arrow-bend-down-right:before {
  content: "\f011";
}

.ph-arrow-bend-left-down:before {
  content: "\f012";
}

.ph-arrow-bend-left-up:before {
  content: "\f013";
}

.ph-arrow-bend-right-down:before {
  content: "\f014";
}

.ph-arrow-bend-right-up:before {
  content: "\f015";
}

.ph-arrow-bend-up-left:before {
  content: "\f016";
}

.ph-arrow-bend-up-right:before {
  content: "\f017";
}

.ph-arrow-circle-down:before {
  content: "\f018";
}

.ph-arrow-circle-down-left:before {
  content: "\f019";
}

.ph-arrow-circle-down-right:before {
  content: "\f01a";
}

.ph-arrow-circle-left:before {
  content: "\f01b";
}

.ph-arrow-circle-right:before {
  content: "\f01c";
}

.ph-arrow-circle-up:before {
  content: "\f01d";
}

.ph-arrow-circle-up-left:before {
  content: "\f01e";
}

.ph-arrow-circle-up-right:before {
  content: "\f01f";
}

.ph-arrow-clockwise:before {
  content: "\f020";
}

.ph-arrow-counter-clockwise:before {
  content: "\f021";
}

.ph-arrow-down:before {
  content: "\f022";
}

.ph-arrow-down-left:before {
  content: "\f023";
}

.ph-arrow-down-right:before {
  content: "\f024";
}

.ph-arrow-elbow-down-left:before {
  content: "\f025";
}

.ph-arrow-elbow-down-right:before {
  content: "\f026";
}

.ph-arrow-elbow-left:before {
  content: "\f027";
}

.ph-arrow-elbow-left-down:before {
  content: "\f028";
}

.ph-arrow-elbow-left-up:before {
  content: "\f029";
}

.ph-arrow-elbow-right:before {
  content: "\f02a";
}

.ph-arrow-elbow-right-down:before {
  content: "\f02b";
}

.ph-arrow-elbow-right-up:before {
  content: "\f02c";
}

.ph-arrow-elbow-up-left:before {
  content: "\f02d";
}

.ph-arrow-elbow-up-right:before {
  content: "\f02e";
}

.ph-arrow-fat-down:before {
  content: "\f02f";
}

.ph-arrow-fat-left:before {
  content: "\f030";
}

.ph-arrow-fat-line-down:before {
  content: "\f031";
}

.ph-arrow-fat-line-left:before {
  content: "\f032";
}

.ph-arrow-fat-line-right:before {
  content: "\f033";
}

.ph-arrow-fat-lines-down:before {
  content: "\f034";
}

.ph-arrow-fat-lines-left:before {
  content: "\f035";
}

.ph-arrow-fat-lines-right:before {
  content: "\f036";
}

.ph-arrow-fat-lines-up:before {
  content: "\f037";
}

.ph-arrow-fat-line-up:before {
  content: "\f038";
}

.ph-arrow-fat-right:before {
  content: "\f039";
}

.ph-arrow-fat-up:before {
  content: "\f03a";
}

.ph-arrow-left:before {
  content: "\f03b";
}

.ph-arrow-line-down:before {
  content: "\f03c";
}

.ph-arrow-line-down-left:before {
  content: "\f03d";
}

.ph-arrow-line-down-right:before {
  content: "\f03e";
}

.ph-arrow-line-left:before {
  content: "\f03f";
}

.ph-arrow-line-right:before {
  content: "\f040";
}

.ph-arrow-line-up:before {
  content: "\f041";
}

.ph-arrow-line-up-left:before {
  content: "\f042";
}

.ph-arrow-line-up-right:before {
  content: "\f043";
}

.ph-arrow-right:before {
  content: "\f044";
}

.ph-arrows-clockwise:before {
  content: "\f045";
}

.ph-arrows-counter-clockwise:before {
  content: "\f046";
}

.ph-arrows-down-up:before {
  content: "\f047";
}

.ph-arrows-in:before {
  content: "\f048";
}

.ph-arrows-in-cardinal:before {
  content: "\f049";
}

.ph-arrows-in-line-horizontal:before {
  content: "\f04a";
}

.ph-arrows-in-line-vertical:before {
  content: "\f04b";
}

.ph-arrows-in-simple:before {
  content: "\f04c";
}

.ph-arrows-left-right:before {
  content: "\f04d";
}

.ph-arrows-out:before {
  content: "\f04e";
}

.ph-arrows-out-cardinal:before {
  content: "\f04f";
}

.ph-arrows-out-line-horizontal:before {
  content: "\f050";
}

.ph-arrows-out-line-vertical:before {
  content: "\f051";
}

.ph-arrows-out-simple:before {
  content: "\f052";
}

.ph-arrow-square-down:before {
  content: "\f053";
}

.ph-arrow-square-down-left:before {
  content: "\f054";
}

.ph-arrow-square-down-right:before {
  content: "\f055";
}

.ph-arrow-square-in:before {
  content: "\f056";
}

.ph-arrow-square-left:before {
  content: "\f057";
}

.ph-arrow-square-out:before {
  content: "\f058";
}

.ph-arrow-square-right:before {
  content: "\f059";
}

.ph-arrow-square-up:before {
  content: "\f05a";
}

.ph-arrow-square-up-left:before {
  content: "\f05b";
}

.ph-arrow-square-up-right:before {
  content: "\f05c";
}

.ph-arrow-u-down-left:before {
  content: "\f05d";
}

.ph-arrow-u-down-right:before {
  content: "\f05e";
}

.ph-arrow-u-left-down:before {
  content: "\f05f";
}

.ph-arrow-u-left-up:before {
  content: "\f060";
}

.ph-arrow-up:before {
  content: "\f061";
}

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

.ph-arrow-up-right:before {
  content: "\f063";
}

.ph-arrow-u-right-down:before {
  content: "\f064";
}

.ph-arrow-u-right-up:before {
  content: "\f065";
}

.ph-arrow-u-up-left:before {
  content: "\f066";
}

.ph-arrow-u-up-right:before {
  content: "\f067";
}

.ph-article:before {
  content: "\f068";
}

.ph-article-medium:before {
  content: "\f069";
}

.ph-article-ny-times:before {
  content: "\f06a";
}

.ph-asterisk:before {
  content: "\f06b";
}

.ph-at:before {
  content: "\f06c";
}

.ph-atom:before {
  content: "\f06d";
}

.ph-baby:before {
  content: "\f06e";
}

.ph-backspace:before {
  content: "\f06f";
}

.ph-bag:before {
  content: "\f070";
}

.ph-bag-simple:before {
  content: "\f071";
}

.ph-bandaids:before {
  content: "\f072";
}

.ph-bank:before {
  content: "\f073";
}

.ph-barbell:before {
  content: "\f074";
}

.ph-barcode:before {
  content: "\f075";
}

.ph-baseball:before {
  content: "\f076";
}

.ph-basketball:before {
  content: "\f077";
}

.ph-battery-charging:before {
  content: "\f078";
}

.ph-battery-charging-vertical:before {
  content: "\f079";
}

.ph-battery-empty:before {
  content: "\f07a";
}

.ph-battery-full:before {
  content: "\f07b";
}

.ph-battery-high:before {
  content: "\f07c";
}

.ph-battery-low:before {
  content: "\f07d";
}

.ph-battery-medium:before {
  content: "\f07e";
}

.ph-battery-warning:before {
  content: "\f07f";
}

.ph-battery-warning-vertical:before {
  content: "\f080";
}

.ph-bed:before {
  content: "\f081";
}

.ph-bell:before {
  content: "\f082";
}

.ph-bell-ringing:before {
  content: "\f083";
}

.ph-bell-simple:before {
  content: "\f084";
}

.ph-bell-simple-ringing:before {
  content: "\f085";
}

.ph-bell-simple-slash:before {
  content: "\f086";
}

.ph-bell-simple-z:before {
  content: "\f087";
}

.ph-bell-slash:before {
  content: "\f088";
}

.ph-bell-z:before {
  content: "\f089";
}

.ph-bicycle:before {
  content: "\f08a";
}

.ph-bird:before {
  content: "\f08b";
}

.ph-bluetooth:before {
  content: "\f08c";
}

.ph-bluetooth-connected:before {
  content: "\f08d";
}

.ph-bluetooth-slash:before {
  content: "\f08e";
}

.ph-bluetooth-x:before {
  content: "\f08f";
}

.ph-boat:before {
  content: "\f090";
}

.ph-book:before {
  content: "\f091";
}

.ph-book-bookmark:before {
  content: "\f092";
}

.ph-bookmark:before {
  content: "\f093";
}

.ph-bookmarks:before {
  content: "\f094";
}

.ph-bookmark-simple:before {
  content: "\f095";
}

.ph-bookmarks-simple:before {
  content: "\f096";
}

.ph-book-open:before {
  content: "\f097";
}

.ph-books:before {
  content: "\f098";
}

.ph-bounding-box:before {
  content: "\f099";
}

.ph-brackets-angle:before {
  content: "\f09a";
}

.ph-brackets-curly:before {
  content: "\f09b";
}

.ph-brackets-round:before {
  content: "\f09c";
}

.ph-brackets-square:before {
  content: "\f09d";
}

.ph-brain:before {
  content: "\f09e";
}

.ph-brandy:before {
  content: "\f09f";
}

.ph-briefcase:before {
  content: "\f0a0";
}

.ph-briefcase-metal:before {
  content: "\f0a1";
}

.ph-broadcast:before {
  content: "\f0a2";
}

.ph-browser:before {
  content: "\f0a3";
}

.ph-browsers:before {
  content: "\f0a4";
}

.ph-bug:before {
  content: "\f0a5";
}

.ph-bug-beetle:before {
  content: "\f0a6";
}

.ph-bug-droid:before {
  content: "\f0a7";
}

.ph-buildings:before {
  content: "\f0a8";
}

.ph-bus:before {
  content: "\f0a9";
}

.ph-cake:before {
  content: "\f0aa";
}

.ph-calculator:before {
  content: "\f0ab";
}

.ph-calendar:before {
  content: "\f0ac";
}

.ph-calendar-blank:before {
  content: "\f0ad";
}

.ph-calendar-check:before {
  content: "\f0ae";
}

.ph-calendar-plus:before {
  content: "\f0af";
}

.ph-calendar-x:before {
  content: "\f0b0";
}

.ph-camera:before {
  content: "\f0b1";
}

.ph-camera-slash:before {
  content: "\f0b2";
}

.ph-car:before {
  content: "\f0b3";
}

.ph-cardholder:before {
  content: "\f0b4";
}

.ph-cards:before {
  content: "\f0b5";
}

.ph-caret-circle-double-down:before {
  content: "\f0b6";
}

.ph-caret-circle-double-left:before {
  content: "\f0b7";
}

.ph-caret-circle-double-right:before {
  content: "\f0b8";
}

.ph-caret-circle-double-up:before {
  content: "\f0b9";
}

.ph-caret-circle-down:before {
  content: "\f0ba";
}

.ph-caret-circle-left:before {
  content: "\f0bb";
}

.ph-caret-circle-right:before {
  content: "\f0bc";
}

.ph-caret-circle-up:before {
  content: "\f0bd";
}

.ph-caret-double-down:before {
  content: "\f0be";
}

.ph-caret-double-left:before {
  content: "\f0bf";
}

.ph-caret-double-right:before {
  content: "\f0c0";
}

.ph-caret-double-up:before {
  content: "\f0c1";
}

.ph-caret-down:before {
  content: "\f0c2";
}

.ph-caret-left:before {
  content: "\f0c3";
}

.ph-caret-right:before {
  content: "\f0c4";
}

.ph-caret-up:before {
  content: "\f0c5";
}

.ph-car-simple:before {
  content: "\f0c6";
}

.ph-cat:before {
  content: "\f0c7";
}

.ph-cell-signal-full:before {
  content: "\f0c8";
}

.ph-cell-signal-high:before {
  content: "\f0c9";
}

.ph-cell-signal-low:before {
  content: "\f0ca";
}

.ph-cell-signal-medium:before {
  content: "\f0cb";
}

.ph-cell-signal-none:before {
  content: "\f0cc";
}

.ph-cell-signal-slash:before {
  content: "\f0cd";
}

.ph-cell-signal-x:before {
  content: "\f0ce";
}

.ph-chalkboard:before {
  content: "\f0cf";
}

.ph-chalkboard-simple:before {
  content: "\f0d0";
}

.ph-chalkboard-teacher:before {
  content: "\f0d1";
}

.ph-chart-bar:before {
  content: "\f0d2";
}

.ph-chart-bar-horizontal:before {
  content: "\f0d3";
}

.ph-chart-line:before {
  content: "\f0d4";
}

.ph-chart-line-up:before {
  content: "\f0d5";
}

.ph-chart-pie:before {
  content: "\f0d6";
}

.ph-chart-pie-slice:before {
  content: "\f0d7";
}

.ph-chat:before {
  content: "\f0d8";
}

.ph-chat-centered:before {
  content: "\f0d9";
}

.ph-chat-centered-dots:before {
  content: "\f0da";
}

.ph-chat-centered-text:before {
  content: "\f0db";
}

.ph-chat-circle:before {
  content: "\f0dc";
}

.ph-chat-circle-dots:before {
  content: "\f0dd";
}

.ph-chat-circle-text:before {
  content: "\f0de";
}

.ph-chat-dots:before {
  content: "\f0df";
}

.ph-chats:before {
  content: "\f0e0";
}

.ph-chats-circle:before {
  content: "\f0e1";
}

.ph-chats-teardrop:before {
  content: "\f0e2";
}

.ph-chat-teardrop:before {
  content: "\f0e3";
}

.ph-chat-teardrop-dots:before {
  content: "\f0e4";
}

.ph-chat-teardrop-text:before {
  content: "\f0e5";
}

.ph-chat-text:before {
  content: "\f0e6";
}

.ph-check:before {
  content: "\f0e7";
}

.ph-check-circle:before {
  content: "\f0e8";
}

.ph-checks:before {
  content: "\f0e9";
}

.ph-check-square:before {
  content: "\f0ea";
}

.ph-check-square-offset:before {
  content: "\f0eb";
}

.ph-circle:before {
  content: "\f0ec";
}

.ph-circle-dashed:before {
  content: "\f0ed";
}

.ph-circle-half:before {
  content: "\f0ee";
}

.ph-circle-half-tilt:before {
  content: "\f0ef";
}

.ph-circles-four:before {
  content: "\f0f0";
}

.ph-circles-three:before {
  content: "\f0f1";
}

.ph-circles-three-plus:before {
  content: "\f0f2";
}

.ph-circle-wavy:before {
  content: "\f0f3";
}

.ph-circle-wavy-check:before {
  content: "\f0f4";
}

.ph-circle-wavy-question:before {
  content: "\f0f5";
}

.ph-circle-wavy-warning:before {
  content: "\f0f6";
}

.ph-clipboard:before {
  content: "\f0f7";
}

.ph-clipboard-text:before {
  content: "\f0f8";
}

.ph-clock:before {
  content: "\f0f9";
}

.ph-clock-afternoon:before {
  content: "\f0fa";
}

.ph-clock-clockwise:before {
  content: "\f0fb";
}

.ph-clock-counter-clockwise:before {
  content: "\f0fc";
}

.ph-closed-captioning:before {
  content: "\f0fd";
}

.ph-cloud:before {
  content: "\f0fe";
}

.ph-cloud-arrow-down:before {
  content: "\f0ff";
}

.ph-cloud-arrow-up:before {
  content: "\f100";
}

.ph-cloud-check:before {
  content: "\f101";
}

.ph-cloud-fog:before {
  content: "\f102";
}

.ph-cloud-lightning:before {
  content: "\f103";
}

.ph-cloud-moon:before {
  content: "\f104";
}

.ph-cloud-rain:before {
  content: "\f105";
}

.ph-cloud-slash:before {
  content: "\f106";
}

.ph-cloud-snow:before {
  content: "\f107";
}

.ph-cloud-sun:before {
  content: "\f108";
}

.ph-club:before {
  content: "\f109";
}

.ph-code:before {
  content: "\f10a";
}

.ph-code-simple:before {
  content: "\f10b";
}

.ph-coffee:before {
  content: "\f10c";
}

.ph-coin:before {
  content: "\f10d";
}

.ph-columns:before {
  content: "\f10e";
}

.ph-command:before {
  content: "\f10f";
}

.ph-compass:before {
  content: "\f110";
}

.ph-computer-tower:before {
  content: "\f111";
}

.ph-cookie:before {
  content: "\f112";
}

.ph-cooking-pot:before {
  content: "\f113";
}

.ph-copy:before {
  content: "\f114";
}

.ph-copyright:before {
  content: "\f115";
}

.ph-copy-simple:before {
  content: "\f116";
}

.ph-corners-in:before {
  content: "\f117";
}

.ph-corners-out:before {
  content: "\f118";
}

.ph-cpu:before {
  content: "\f119";
}

.ph-credit-card:before {
  content: "\f11a";
}

.ph-crop:before {
  content: "\f11b";
}

.ph-crosshair:before {
  content: "\f11c";
}

.ph-crosshair-simple:before {
  content: "\f11d";
}

.ph-crown:before {
  content: "\f11e";
}

.ph-crown-simple:before {
  content: "\f11f";
}

.ph-cube:before {
  content: "\f120";
}

.ph-currency-btc:before {
  content: "\f121";
}

.ph-currency-circle-dollar:before {
  content: "\f122";
}

.ph-currency-cny:before {
  content: "\f123";
}

.ph-currency-dollar:before {
  content: "\f124";
}

.ph-currency-dollar-simple:before {
  content: "\f125";
}

.ph-currency-eur:before {
  content: "\f126";
}

.ph-currency-gbp:before {
  content: "\f127";
}

.ph-currency-inr:before {
  content: "\f128";
}

.ph-currency-jpy:before {
  content: "\f129";
}

.ph-currency-krw:before {
  content: "\f12a";
}

.ph-currency-rub:before {
  content: "\f12b";
}

.ph-cursor:before {
  content: "\f12c";
}

.ph-database:before {
  content: "\f12d";
}

.ph-desktop:before {
  content: "\f12e";
}

.ph-desktop-tower:before {
  content: "\f12f";
}

.ph-device-mobile:before {
  content: "\f130";
}

.ph-device-mobile-camera:before {
  content: "\f131";
}

.ph-device-mobile-speaker:before {
  content: "\f132";
}

.ph-device-tablet:before {
  content: "\f133";
}

.ph-device-tablet-camera:before {
  content: "\f134";
}

.ph-device-tablet-speaker:before {
  content: "\f135";
}

.ph-diamond:before {
  content: "\f136";
}

.ph-dice-five:before {
  content: "\f137";
}

.ph-dice-four:before {
  content: "\f138";
}

.ph-dice-one:before {
  content: "\f139";
}

.ph-dice-six:before {
  content: "\f13a";
}

.ph-dice-three:before {
  content: "\f13b";
}

.ph-dice-two:before {
  content: "\f13c";
}

.ph-disc:before {
  content: "\f13d";
}

.ph-discord-logo:before {
  content: "\f13e";
}

.ph-divide:before {
  content: "\f13f";
}

.ph-dog:before {
  content: "\f140";
}

.ph-door:before {
  content: "\f141";
}

.ph-dots-nine:before {
  content: "\f142";
}

.ph-dots-six:before {
  content: "\f143";
}

.ph-dots-six-vertical:before {
  content: "\f144";
}

.ph-dots-three:before {
  content: "\f145";
}

.ph-dots-three-circle:before {
  content: "\f146";
}

.ph-dots-three-circle-vertical:before {
  content: "\f147";
}

.ph-dots-three-outline:before {
  content: "\f148";
}

.ph-dots-three-outline-vertical:before {
  content: "\f149";
}

.ph-dots-three-vertical:before {
  content: "\f14a";
}

.ph-download:before {
  content: "\f14b";
}

.ph-download-simple:before {
  content: "\f14c";
}

.ph-dribbble-logo:before {
  content: "\f14d";
}

.ph-drop:before {
  content: "\f14e";
}

.ph-drop-half:before {
  content: "\f14f";
}

.ph-ear:before {
  content: "\f150";
}

.ph-ear-slash:before {
  content: "\f151";
}

.ph-eject:before {
  content: "\f152";
}

.ph-eject-simple:before {
  content: "\f153";
}

.ph-envelope:before {
  content: "\f154";
}

.ph-envelope-open:before {
  content: "\f155";
}

.ph-envelope-simple:before {
  content: "\f156";
}

.ph-envelope-simple-open:before {
  content: "\f157";
}

.ph-equals:before {
  content: "\f158";
}

.ph-eraser:before {
  content: "\f159";
}

.ph-export:before {
  content: "\f15a";
}

.ph-eye:before {
  content: "\f15b";
}

.ph-eye-closed:before {
  content: "\f15c";
}

.ph-eyedropper:before {
  content: "\f15d";
}

.ph-eye-slash:before {
  content: "\f15e";
}

.ph-facebook-logo:before {
  content: "\f15f";
}

.ph-face-mask:before {
  content: "\f160";
}

.ph-factory:before {
  content: "\f161";
}

.ph-faders:before {
  content: "\f162";
}

.ph-faders-horizontal:before {
  content: "\f163";
}

.ph-fast-forward:before {
  content: "\f164";
}

.ph-fast-forward-circle:before {
  content: "\f165";
}

.ph-figma-logo:before {
  content: "\f166";
}

.ph-file:before {
  content: "\f167";
}

.ph-file-arrow-down:before {
  content: "\f168";
}

.ph-file-arrow-up:before {
  content: "\f169";
}

.ph-file-dotted:before {
  content: "\f16a";
}

.ph-file-minus:before {
  content: "\f16b";
}

.ph-file-pdf:before {
  content: "\f16c";
}

.ph-file-plus:before {
  content: "\f16d";
}

.ph-files:before {
  content: "\f16e";
}

.ph-file-search:before {
  content: "\f16f";
}

.ph-file-text:before {
  content: "\f170";
}

.ph-file-x:before {
  content: "\f171";
}

.ph-film-strip:before {
  content: "\f172";
}

.ph-fingerprint:before {
  content: "\f173";
}

.ph-fingerprint-simple:before {
  content: "\f174";
}

.ph-finn-the-human:before {
  content: "\f175";
}

.ph-fire:before {
  content: "\f176";
}

.ph-fire-simple:before {
  content: "\f177";
}

.ph-first-aid:before {
  content: "\f178";
}

.ph-first-aid-kit:before {
  content: "\f179";
}

.ph-fish:before {
  content: "\f17a";
}

.ph-fish-simple:before {
  content: "\f17b";
}

.ph-flag:before {
  content: "\f17c";
}

.ph-flag-banner:before {
  content: "\f17d";
}

.ph-flame:before {
  content: "\f17e";
}

.ph-flashlight:before {
  content: "\f17f";
}

.ph-flask:before {
  content: "\f180";
}

.ph-floppy-disk:before {
  content: "\f181";
}

.ph-floppy-disk-back:before {
  content: "\f182";
}

.ph-flow-arrow:before {
  content: "\f183";
}

.ph-flower:before {
  content: "\f184";
}

.ph-flower-lotus:before {
  content: "\f185";
}

.ph-folder:before {
  content: "\f186";
}

.ph-folder-minus:before {
  content: "\f187";
}

.ph-folder-notch:before {
  content: "\f188";
}

.ph-folder-notch-minus:before {
  content: "\f189";
}

.ph-folder-notch-open:before {
  content: "\f18a";
}

.ph-folder-notch-plus:before {
  content: "\f18b";
}

.ph-folder-open:before {
  content: "\f18c";
}

.ph-folder-plus:before {
  content: "\f18d";
}

.ph-folders:before {
  content: "\f18e";
}

.ph-folder-simple:before {
  content: "\f18f";
}

.ph-folder-simple-minus:before {
  content: "\f190";
}

.ph-folder-simple-plus:before {
  content: "\f191";
}

.ph-football:before {
  content: "\f192";
}

.ph-fork-knife:before {
  content: "\f193";
}

.ph-frame-corners:before {
  content: "\f194";
}

.ph-framer-logo:before {
  content: "\f195";
}

.ph-funnel:before {
  content: "\f196";
}

.ph-funnel-simple:before {
  content: "\f197";
}

.ph-game-controller:before {
  content: "\f198";
}

.ph-gas-pump:before {
  content: "\f199";
}

.ph-gauge:before {
  content: "\f19a";
}

.ph-gear:before {
  content: "\f19b";
}

.ph-gear-six:before {
  content: "\f19c";
}

.ph-gender-female:before {
  content: "\f19d";
}

.ph-gender-intersex:before {
  content: "\f19e";
}

.ph-gender-male:before {
  content: "\f19f";
}

.ph-gender-neuter:before {
  content: "\f1a0";
}

.ph-gender-nonbinary:before {
  content: "\f1a1";
}

.ph-gender-transgender:before {
  content: "\f1a2";
}

.ph-ghost:before {
  content: "\f1a3";
}

.ph-gif:before {
  content: "\f1a4";
}

.ph-gift:before {
  content: "\f1a5";
}

.ph-git-branch:before {
  content: "\f1a6";
}

.ph-git-commit:before {
  content: "\f1a7";
}

.ph-git-diff:before {
  content: "\f1a8";
}

.ph-git-fork:before {
  content: "\f1a9";
}

.ph-github-logo:before {
  content: "\f1aa";
}

.ph-gitlab-logo:before {
  content: "\f1ab";
}

.ph-gitlab-logo-simple:before {
  content: "\f1ac";
}

.ph-git-merge:before {
  content: "\f1ad";
}

.ph-git-pull-request:before {
  content: "\f1ae";
}

.ph-globe:before {
  content: "\f1af";
}

.ph-globe-hemisphere-east:before {
  content: "\f1b0";
}

.ph-globe-hemisphere-west:before {
  content: "\f1b1";
}

.ph-globe-simple:before {
  content: "\f1b2";
}

.ph-globe-stand:before {
  content: "\f1b3";
}

.ph-google-logo:before {
  content: "\f1b4";
}

.ph-google-play-logo:before {
  content: "\f1b5";
}

.ph-graduation-cap:before {
  content: "\f1b6";
}

.ph-grid-four:before {
  content: "\f1b7";
}

.ph-hand:before {
  content: "\f1b8";
}

.ph-handbag:before {
  content: "\f1b9";
}

.ph-handbag-simple:before {
  content: "\f1ba";
}

.ph-hand-fist:before {
  content: "\f1bb";
}

.ph-hand-grabbing:before {
  content: "\f1bc";
}

.ph-hand-palm:before {
  content: "\f1bd";
}

.ph-hand-pointing:before {
  content: "\f1be";
}

.ph-hands-clapping:before {
  content: "\f1bf";
}

.ph-handshake:before {
  content: "\f1c0";
}

.ph-hand-soap:before {
  content: "\f1c1";
}

.ph-hand-waving:before {
  content: "\f1c2";
}

.ph-hard-drive:before {
  content: "\f1c3";
}

.ph-hard-drives:before {
  content: "\f1c4";
}

.ph-hash:before {
  content: "\f1c5";
}

.ph-hash-straight:before {
  content: "\f1c6";
}

.ph-headlights:before {
  content: "\f1c7";
}

.ph-headphones:before {
  content: "\f1c8";
}

.ph-headset:before {
  content: "\f1c9";
}

.ph-heart:before {
  content: "\f1ca";
}

.ph-heartbeat:before {
  content: "\f1cb";
}

.ph-heart-straight:before {
  content: "\f1cc";
}

.ph-hexagon:before {
  content: "\f1cd";
}

.ph-highlighter-circle:before {
  content: "\f1ce";
}

.ph-horse:before {
  content: "\f1cf";
}

.ph-hourglass:before {
  content: "\f1d0";
}

.ph-hourglass-high:before {
  content: "\f1d1";
}

.ph-hourglass-low:before {
  content: "\f1d2";
}

.ph-hourglass-medium:before {
  content: "\f1d3";
}

.ph-hourglass-simple:before {
  content: "\f1d4";
}

.ph-hourglass-simple-high:before {
  content: "\f1d5";
}

.ph-hourglass-simple-low:before {
  content: "\f1d6";
}

.ph-hourglass-simple-medium:before {
  content: "\f1d7";
}

.ph-house:before {
  content: "\f1d8";
}

.ph-house-line:before {
  content: "\f1d9";
}

.ph-house-simple:before {
  content: "\f1da";
}

.ph-identification-badge:before {
  content: "\f1db";
}

.ph-identification-card:before {
  content: "\f1dc";
}

.ph-image:before {
  content: "\f1dd";
}

.ph-image-square:before {
  content: "\f1de";
}

.ph-infinity:before {
  content: "\f1df";
}

.ph-info:before {
  content: "\f1e0";
}

.ph-instagram-logo:before {
  content: "\f1e1";
}

.ph-intersect:before {
  content: "\f1e2";
}

.ph-jeep:before {
  content: "\f1e3";
}

.ph-key:before {
  content: "\f1e4";
}

.ph-keyboard:before {
  content: "\f1e5";
}

.ph-key-return:before {
  content: "\f1e6";
}

.ph-knife:before {
  content: "\f1e7";
}

.ph-lamp:before {
  content: "\f1e8";
}

.ph-laptop:before {
  content: "\f1e9";
}

.ph-layout:before {
  content: "\f1ea";
}

.ph-leaf:before {
  content: "\f1eb";
}

.ph-lifebuoy:before {
  content: "\f1ec";
}

.ph-lightbulb:before {
  content: "\f1ed";
}

.ph-lightbulb-filament:before {
  content: "\f1ee";
}

.ph-lightning:before {
  content: "\f1ef";
}

.ph-lightning-slash:before {
  content: "\f1f0";
}

.ph-line-segment:before {
  content: "\f1f1";
}

.ph-line-segments:before {
  content: "\f1f2";
}

.ph-link:before {
  content: "\f1f3";
}

.ph-link-break:before {
  content: "\f1f4";
}

.ph-linkedin-logo:before {
  content: "\f1f5";
}

.ph-link-simple:before {
  content: "\f1f6";
}

.ph-link-simple-break:before {
  content: "\f1f7";
}

.ph-link-simple-horizontal:before {
  content: "\f1f8";
}

.ph-link-simple-horizontal-break:before {
  content: "\f1f9";
}

.ph-list:before {
  content: "\f1fa";
}

.ph-list-bullets:before {
  content: "\f1fb";
}

.ph-list-dashes:before {
  content: "\f1fc";
}

.ph-list-numbers:before {
  content: "\f1fd";
}

.ph-list-plus:before {
  content: "\f1fe";
}

.ph-lock:before {
  content: "\f1ff";
}

.ph-lock-key:before {
  content: "\f200";
}

.ph-lock-key-open:before {
  content: "\f201";
}

.ph-lock-laminated:before {
  content: "\f202";
}

.ph-lock-laminated-open:before {
  content: "\f203";
}

.ph-lock-open:before {
  content: "\f204";
}

.ph-lock-simple:before {
  content: "\f205";
}

.ph-lock-simple-open:before {
  content: "\f206";
}

.ph-magic-wand:before {
  content: "\f207";
}

.ph-magnet:before {
  content: "\f208";
}

.ph-magnet-straight:before {
  content: "\f209";
}

.ph-magnifying-glass:before {
  content: "\f20a";
}

.ph-magnifying-glass-minus:before {
  content: "\f20b";
}

.ph-magnifying-glass-plus:before {
  content: "\f20c";
}

.ph-map-pin:before {
  content: "\f20d";
}

.ph-map-pin-line:before {
  content: "\f20e";
}

.ph-map-trifold:before {
  content: "\f20f";
}

.ph-marker-circle:before {
  content: "\f210";
}

.ph-martini:before {
  content: "\f211";
}

.ph-math-operations:before {
  content: "\f212";
}

.ph-medal:before {
  content: "\f213";
}

.ph-medium-logo:before {
  content: "\f214";
}

.ph-megaphone:before {
  content: "\f215";
}

.ph-megaphone-simple:before {
  content: "\f216";
}

.ph-messenger-logo:before {
  content: "\f217";
}

.ph-microphone:before {
  content: "\f218";
}

.ph-microphone-slash:before {
  content: "\f219";
}

.ph-minus:before {
  content: "\f21a";
}

.ph-minus-circle:before {
  content: "\f21b";
}

.ph-money:before {
  content: "\f21c";
}

.ph-monitor:before {
  content: "\f21d";
}

.ph-monitor-play:before {
  content: "\f21e";
}

.ph-moon:before {
  content: "\f21f";
}

.ph-moon-stars:before {
  content: "\f220";
}

.ph-mouse:before {
  content: "\f221";
}

.ph-mouse-simple:before {
  content: "\f222";
}

.ph-music-note:before {
  content: "\f223";
}

.ph-music-notes:before {
  content: "\f224";
}

.ph-music-note-simple:before {
  content: "\f225";
}

.ph-music-notes-simple:before {
  content: "\f226";
}

.ph-navigation-arrow:before {
  content: "\f227";
}

.ph-newspaper:before {
  content: "\f228";
}

.ph-newspaper-clipping:before {
  content: "\f229";
}

.ph-note:before {
  content: "\f22a";
}

.ph-note-blank:before {
  content: "\f22b";
}

.ph-notebook:before {
  content: "\f22c";
}

.ph-notepad:before {
  content: "\f22d";
}

.ph-note-pencil:before {
  content: "\f22e";
}

.ph-notification:before {
  content: "\f22f";
}

.ph-number-circle-eight:before {
  content: "\f230";
}

.ph-number-circle-five:before {
  content: "\f231";
}

.ph-number-circle-four:before {
  content: "\f232";
}

.ph-number-circle-nine:before {
  content: "\f233";
}

.ph-number-circle-one:before {
  content: "\f234";
}

.ph-number-circle-seven:before {
  content: "\f235";
}

.ph-number-circle-six:before {
  content: "\f236";
}

.ph-number-circle-three:before {
  content: "\f237";
}

.ph-number-circle-two:before {
  content: "\f238";
}

.ph-number-circle-zero:before {
  content: "\f239";
}

.ph-number-eight:before {
  content: "\f23a";
}

.ph-number-five:before {
  content: "\f23b";
}

.ph-number-four:before {
  content: "\f23c";
}

.ph-number-nine:before {
  content: "\f23d";
}

.ph-number-one:before {
  content: "\f23e";
}

.ph-number-seven:before {
  content: "\f23f";
}

.ph-number-six:before {
  content: "\f240";
}

.ph-number-square-eight:before {
  content: "\f241";
}

.ph-number-square-five:before {
  content: "\f242";
}

.ph-number-square-four:before {
  content: "\f243";
}

.ph-number-square-nine:before {
  content: "\f244";
}

.ph-number-square-one:before {
  content: "\f245";
}

.ph-number-square-seven:before {
  content: "\f246";
}

.ph-number-square-six:before {
  content: "\f247";
}

.ph-number-square-three:before {
  content: "\f248";
}

.ph-number-square-two:before {
  content: "\f249";
}

.ph-number-square-zero:before {
  content: "\f24a";
}

.ph-number-three:before {
  content: "\f24b";
}

.ph-number-two:before {
  content: "\f24c";
}

.ph-number-zero:before {
  content: "\f24d";
}

.ph-nut:before {
  content: "\f24e";
}

.ph-ny-times-logo:before {
  content: "\f24f";
}

.ph-octagon:before {
  content: "\f250";
}

.ph-package:before {
  content: "\f251";
}

.ph-paint-brush:before {
  content: "\f252";
}

.ph-paint-brush-broad:before {
  content: "\f253";
}

.ph-paint-brush-household:before {
  content: "\f254";
}

.ph-paint-bucket:before {
  content: "\f255";
}

.ph-paint-roller:before {
  content: "\f256";
}

.ph-palette:before {
  content: "\f257";
}

.ph-paperclip:before {
  content: "\f258";
}

.ph-paperclip-horizontal:before {
  content: "\f259";
}

.ph-paper-plane:before {
  content: "\f25a";
}

.ph-paper-plane-right:before {
  content: "\f25b";
}

.ph-paper-plane-tilt:before {
  content: "\f25c";
}

.ph-path:before {
  content: "\f25d";
}

.ph-pause:before {
  content: "\f25e";
}

.ph-pause-circle:before {
  content: "\f25f";
}

.ph-paw-print:before {
  content: "\f260";
}

.ph-peace:before {
  content: "\f261";
}

.ph-pen:before {
  content: "\f262";
}

.ph-pencil:before {
  content: "\f263";
}

.ph-pencil-circle:before {
  content: "\f264";
}

.ph-pencil-line:before {
  content: "\f265";
}

.ph-pencil-simple:before {
  content: "\f266";
}

.ph-pen-nib:before {
  content: "\f267";
}

.ph-pen-nib-straight:before {
  content: "\f268";
}

.ph-percent:before {
  content: "\f269";
}

.ph-person:before {
  content: "\f26a";
}

.ph-person-simple:before {
  content: "\f26b";
}

.ph-person-simple-run:before {
  content: "\f26c";
}

.ph-person-simple-walk:before {
  content: "\f26d";
}

.ph-phone:before {
  content: "\f26e";
}

.ph-phone-call:before {
  content: "\f26f";
}

.ph-phone-disconnect:before {
  content: "\f270";
}

.ph-phone-incoming:before {
  content: "\f271";
}

.ph-phone-outgoing:before {
  content: "\f272";
}

.ph-phone-slash:before {
  content: "\f273";
}

.ph-phone-x:before {
  content: "\f274";
}

.ph-phosphor-logo:before {
  content: "\f275";
}

.ph-picture-in-picture:before {
  content: "\f276";
}

.ph-pill:before {
  content: "\f277";
}

.ph-pinterest-logo:before {
  content: "\f278";
}

.ph-pizza:before {
  content: "\f279";
}

.ph-placeholder:before {
  content: "\f27a";
}

.ph-planet:before {
  content: "\f27b";
}

.ph-play:before {
  content: "\f27c";
}

.ph-play-circle:before {
  content: "\f27d";
}

.ph-playlist:before {
  content: "\f27e";
}

.ph-plus:before {
  content: "\f27f";
}

.ph-plus-circle:before {
  content: "\f280";
}

.ph-plus-minus:before {
  content: "\f281";
}

.ph-poker-chip:before {
  content: "\f282";
}

.ph-polygon:before {
  content: "\f283";
}

.ph-power:before {
  content: "\f284";
}

.ph-prescription:before {
  content: "\f285";
}

.ph-presentation:before {
  content: "\f286";
}

.ph-presentation-chart:before {
  content: "\f287";
}

.ph-printer:before {
  content: "\f288";
}

.ph-prohibit:before {
  content: "\f289";
}

.ph-prohibit-inset:before {
  content: "\f28a";
}

.ph-projector-screen:before {
  content: "\f28b";
}

.ph-projector-screen-chart:before {
  content: "\f28c";
}

.ph-push-pin:before {
  content: "\f28d";
}

.ph-push-pin-simple:before {
  content: "\f28e";
}

.ph-push-pin-simple-slash:before {
  content: "\f28f";
}

.ph-push-pin-slash:before {
  content: "\f290";
}

.ph-puzzle-piece:before {
  content: "\f291";
}

.ph-qr-code:before {
  content: "\f292";
}

.ph-question:before {
  content: "\f293";
}

.ph-queue:before {
  content: "\f294";
}

.ph-quotes:before {
  content: "\f295";
}

.ph-radical:before {
  content: "\f296";
}

.ph-radio:before {
  content: "\f297";
}

.ph-rainbow:before {
  content: "\f298";
}

.ph-rainbow-cloud:before {
  content: "\f299";
}

.ph-receipt:before {
  content: "\f29a";
}

.ph-record:before {
  content: "\f29b";
}

.ph-rectangle:before {
  content: "\f29c";
}

.ph-recycle:before {
  content: "\f29d";
}

.ph-reddit-logo:before {
  content: "\f29e";
}

.ph-repeat:before {
  content: "\f29f";
}

.ph-repeat-once:before {
  content: "\f2a0";
}

.ph-rewind:before {
  content: "\f2a1";
}

.ph-rewind-circle:before {
  content: "\f2a2";
}

.ph-robot:before {
  content: "\f2a3";
}

.ph-rocket:before {
  content: "\f2a4";
}

.ph-rocket-launch:before {
  content: "\f2a5";
}

.ph-rows:before {
  content: "\f2a6";
}

.ph-rss:before {
  content: "\f2a7";
}

.ph-rss-simple:before {
  content: "\f2a8";
}

.ph-ruler:before {
  content: "\f2a9";
}

.ph-scales:before {
  content: "\f2aa";
}

.ph-scissors:before {
  content: "\f2ab";
}

.ph-screencast:before {
  content: "\f2ac";
}

.ph-scribble-loop:before {
  content: "\f2ad";
}

.ph-selection:before {
  content: "\f2ae";
}

.ph-selection-all:before {
  content: "\f2af";
}

.ph-selection-background:before {
  content: "\f2b0";
}

.ph-selection-foreground:before {
  content: "\f2b1";
}

.ph-selection-inverse:before {
  content: "\f2b2";
}

.ph-selection-plus:before {
  content: "\f2b3";
}

.ph-selection-slash:before {
  content: "\f2b4";
}

.ph-share:before {
  content: "\f2b5";
}

.ph-share-network:before {
  content: "\f2b6";
}

.ph-shield:before {
  content: "\f2b7";
}

.ph-shield-check:before {
  content: "\f2b8";
}

.ph-shield-checkered:before {
  content: "\f2b9";
}

.ph-shield-chevron:before {
  content: "\f2ba";
}

.ph-shield-plus:before {
  content: "\f2bb";
}

.ph-shield-slash:before {
  content: "\f2bc";
}

.ph-shield-warning:before {
  content: "\f2bd";
}

.ph-shopping-bag:before {
  content: "\f2be";
}

.ph-shopping-bag-open:before {
  content: "\f2bf";
}

.ph-shopping-cart:before {
  content: "\f2c0";
}

.ph-shopping-cart-simple:before {
  content: "\f2c1";
}

.ph-shower:before {
  content: "\f2c2";
}

.ph-shuffle:before {
  content: "\f2c3";
}

.ph-shuffle-angular:before {
  content: "\f2c4";
}

.ph-shuffle-simple:before {
  content: "\f2c5";
}

.ph-sign-in:before {
  content: "\f2c6";
}

.ph-sign-out:before {
  content: "\f2c7";
}

.ph-sim-card:before {
  content: "\f2c8";
}

.ph-sketch-logo:before {
  content: "\f2c9";
}

.ph-skip-back:before {
  content: "\f2ca";
}

.ph-skip-back-circle:before {
  content: "\f2cb";
}

.ph-skip-forward:before {
  content: "\f2cc";
}

.ph-skip-forward-circle:before {
  content: "\f2cd";
}

.ph-slack-logo:before {
  content: "\f2ce";
}

.ph-sliders:before {
  content: "\f2cf";
}

.ph-sliders-horizontal:before {
  content: "\f2d0";
}

.ph-smiley:before {
  content: "\f2d1";
}

.ph-smiley-blank:before {
  content: "\f2d2";
}

.ph-smiley-meh:before {
  content: "\f2d3";
}

.ph-smiley-nervous:before {
  content: "\f2d4";
}

.ph-smiley-sad:before {
  content: "\f2d5";
}

.ph-smiley-sticker:before {
  content: "\f2d6";
}

.ph-smiley-wink:before {
  content: "\f2d7";
}

.ph-smiley-x-eyes:before {
  content: "\f2d8";
}

.ph-snapchat-logo:before {
  content: "\f2d9";
}

.ph-snowflake:before {
  content: "\f2da";
}

.ph-soccer-ball:before {
  content: "\f2db";
}

.ph-sort-ascending:before {
  content: "\f2dc";
}

.ph-sort-descending:before {
  content: "\f2dd";
}

.ph-spade:before {
  content: "\f2de";
}

.ph-sparkle:before {
  content: "\f2df";
}

.ph-speaker-high:before {
  content: "\f2e0";
}

.ph-speaker-low:before {
  content: "\f2e1";
}

.ph-speaker-none:before {
  content: "\f2e2";
}

.ph-speaker-simple-high:before {
  content: "\f2e3";
}

.ph-speaker-simple-low:before {
  content: "\f2e4";
}

.ph-speaker-simple-none:before {
  content: "\f2e5";
}

.ph-speaker-simple-slash:before {
  content: "\f2e6";
}

.ph-speaker-simple-x:before {
  content: "\f2e7";
}

.ph-speaker-slash:before {
  content: "\f2e8";
}

.ph-speaker-x:before {
  content: "\f2e9";
}

.ph-spinner:before {
  content: "\f2ea";
}

.ph-spinner-gap:before {
  content: "\f2eb";
}

.ph-spotify-logo:before {
  content: "\f2ec";
}

.ph-square:before {
  content: "\f2ed";
}

.ph-square-half:before {
  content: "\f2ee";
}

.ph-square-logo:before {
  content: "\f2ef";
}

.ph-squares-four:before {
  content: "\f2f0";
}

.ph-stack:before {
  content: "\f2f1";
}

.ph-stack-simple:before {
  content: "\f2f2";
}

.ph-star:before {
  content: "\f2f3";
}

.ph-star-four:before {
  content: "\f2f4";
}

.ph-star-half:before {
  content: "\f2f5";
}

.ph-sticker:before {
  content: "\f2f6";
}

.ph-stop:before {
  content: "\f2f7";
}

.ph-stop-circle:before {
  content: "\f2f8";
}

.ph-storefront:before {
  content: "\f2f9";
}

.ph-stripe-logo:before {
  content: "\f2fa";
}

.ph-student:before {
  content: "\f2fb";
}

.ph-suitcase:before {
  content: "\f2fc";
}

.ph-suitcase-simple:before {
  content: "\f2fd";
}

.ph-sun:before {
  content: "\f2fe";
}

.ph-sun-dim:before {
  content: "\f2ff";
}

.ph-sun-horizon:before {
  content: "\f300";
}

.ph-swap:before {
  content: "\f301";
}

.ph-swatches:before {
  content: "\f302";
}

.ph-sword:before {
  content: "\f303";
}

.ph-table:before {
  content: "\f304";
}

.ph-tag:before {
  content: "\f305";
}

.ph-tag-chevron:before {
  content: "\f306";
}

.ph-tag-simple:before {
  content: "\f307";
}

.ph-target:before {
  content: "\f308";
}

.ph-telegram-logo:before {
  content: "\f309";
}

.ph-television:before {
  content: "\f30a";
}

.ph-television-simple:before {
  content: "\f30b";
}

.ph-tennis-ball:before {
  content: "\f30c";
}

.ph-terminal:before {
  content: "\f30d";
}

.ph-terminal-window:before {
  content: "\f30e";
}

.ph-test-tube:before {
  content: "\f30f";
}

.ph-text-aa:before {
  content: "\f310";
}

.ph-text-align-center:before {
  content: "\f311";
}

.ph-text-align-justify:before {
  content: "\f312";
}

.ph-text-align-left:before {
  content: "\f313";
}

.ph-text-align-right:before {
  content: "\f314";
}

.ph-text-bolder:before {
  content: "\f315";
}

.ph-text-h:before {
  content: "\f316";
}

.ph-text-h-five:before {
  content: "\f317";
}

.ph-text-h-four:before {
  content: "\f318";
}

.ph-text-h-one:before {
  content: "\f319";
}

.ph-text-h-six:before {
  content: "\f31a";
}

.ph-text-h-three:before {
  content: "\f31b";
}

.ph-text-h-two:before {
  content: "\f31c";
}

.ph-text-italic:before {
  content: "\f31d";
}

.ph-text-strikethrough:before {
  content: "\f31e";
}

.ph-text-t:before {
  content: "\f31f";
}

.ph-text-underline:before {
  content: "\f320";
}

.ph-thermometer:before {
  content: "\f321";
}

.ph-thermometer-cold:before {
  content: "\f322";
}

.ph-thermometer-hot:before {
  content: "\f323";
}

.ph-thermometer-simple:before {
  content: "\f324";
}

.ph-thumbs-down:before {
  content: "\f325";
}

.ph-thumbs-up:before {
  content: "\f326";
}

.ph-ticket:before {
  content: "\f327";
}

.ph-tiktok-logo:before {
  content: "\f328";
}

.ph-timer:before {
  content: "\f329";
}

.ph-toggle-left:before {
  content: "\f32a";
}

.ph-toggle-right:before {
  content: "\f32b";
}

.ph-toilet-paper:before {
  content: "\f32c";
}

.ph-tote:before {
  content: "\f32d";
}

.ph-tote-simple:before {
  content: "\f32e";
}

.ph-traffic-sign:before {
  content: "\f32f";
}

.ph-train:before {
  content: "\f330";
}

.ph-train-regional:before {
  content: "\f331";
}

.ph-train-simple:before {
  content: "\f332";
}

.ph-translate:before {
  content: "\f333";
}

.ph-trash:before {
  content: "\f334";
}

.ph-trash-simple:before {
  content: "\f335";
}

.ph-tray:before {
  content: "\f336";
}

.ph-tree:before {
  content: "\f337";
}

.ph-tree-evergreen:before {
  content: "\f338";
}

.ph-tree-structure:before {
  content: "\f339";
}

.ph-trend-down:before {
  content: "\f33a";
}

.ph-trend-up:before {
  content: "\f33b";
}

.ph-triangle:before {
  content: "\f33c";
}

.ph-trophy:before {
  content: "\f33d";
}

.ph-truck:before {
  content: "\f33e";
}

.ph-t-shirt:before {
  content: "\f33f";
}

.ph-twitch-logo:before {
  content: "\f340";
}

.ph-twitter-logo:before {
  content: "\f341";
}

.ph-umbrella:before {
  content: "\f342";
}

.ph-umbrella-simple:before {
  content: "\f343";
}

.ph-upload:before {
  content: "\f344";
}

.ph-upload-simple:before {
  content: "\f345";
}

.ph-user:before {
  content: "\f346";
}

.ph-user-circle:before {
  content: "\f347";
}

.ph-user-circle-gear:before {
  content: "\f348";
}

.ph-user-circle-minus:before {
  content: "\f349";
}

.ph-user-circle-plus:before {
  content: "\f34a";
}

.ph-user-focus:before {
  content: "\f34b";
}

.ph-user-gear:before {
  content: "\f34c";
}

.ph-user-list:before {
  content: "\f34d";
}

.ph-user-minus:before {
  content: "\f34e";
}

.ph-user-plus:before {
  content: "\f34f";
}

.ph-user-rectangle:before {
  content: "\f350";
}

.ph-users:before {
  content: "\f351";
}

.ph-users-four:before {
  content: "\f352";
}

.ph-user-square:before {
  content: "\f353";
}

.ph-users-three:before {
  content: "\f354";
}

.ph-vibrate:before {
  content: "\f355";
}

.ph-video-camera:before {
  content: "\f356";
}

.ph-video-camera-slash:before {
  content: "\f357";
}

.ph-voicemail:before {
  content: "\f358";
}

.ph-volleyball:before {
  content: "\f359";
}

.ph-wall:before {
  content: "\f35a";
}

.ph-wallet:before {
  content: "\f35b";
}

.ph-warning:before {
  content: "\f35c";
}

.ph-warning-circle:before {
  content: "\f35d";
}

.ph-warning-octagon:before {
  content: "\f35e";
}

.ph-watch:before {
  content: "\f35f";
}

.ph-waves:before {
  content: "\f360";
}

.ph-whatsapp-logo:before {
  content: "\f361";
}

.ph-wheelchair:before {
  content: "\f362";
}

.ph-wifi-high:before {
  content: "\f363";
}

.ph-wifi-low:before {
  content: "\f364";
}

.ph-wifi-medium:before {
  content: "\f365";
}

.ph-wifi-none:before {
  content: "\f366";
}

.ph-wifi-slash:before {
  content: "\f367";
}

.ph-wifi-x:before {
  content: "\f368";
}

.ph-wind:before {
  content: "\f369";
}

.ph-windows-logo:before {
  content: "\f36a";
}

.ph-wine:before {
  content: "\f36b";
}

.ph-wrench:before {
  content: "\f36c";
}

.ph-x:before {
  content: "\f36d";
}

.ph-x-circle:before {
  content: "\f36e";
}

.ph-x-square:before {
  content: "\f36f";
}

.ph-youtube-logo:before {
  content: "\f370";
}

.ph-activity:before {
  content: "\f371";
}

.ph-address-book:before {
  content: "\f372";
}

.ph-airplane:before {
  content: "\f373";
}

.ph-airplane-in-flight:before {
  content: "\f374";
}

.ph-airplane-landing:before {
  content: "\f375";
}

.ph-airplane-takeoff:before {
  content: "\f376";
}

.ph-airplane-tilt:before {
  content: "\f377";
}

.ph-airplay:before {
  content: "\f378";
}

.ph-alarm:before {
  content: "\f379";
}

.ph-align-bottom-bold:before {
  content: "\f37a";
}

.ph-align-center-horizontal-bold:before {
  content: "\f37b";
}

.ph-align-center-vertical-bold:before {
  content: "\f37c";
}

.ph-align-left-bold:before {
  content: "\f37d";
}

.ph-align-right-bold:before {
  content: "\f37e";
}

.ph-align-top-bold:before {
  content: "\f37f";
}

.ph-anchor-bold:before {
  content: "\f380";
}

.ph-anchor-simple-bold:before {
  content: "\f381";
}

.ph-android-logo-bold:before {
  content: "\f382";
}

.ph-aperture-bold:before {
  content: "\f383";
}

.ph-apple-logo-bold:before {
  content: "\f384";
}

.ph-app-window-bold:before {
  content: "\f385";
}

.ph-archive-bold:before {
  content: "\f386";
}

.ph-archive-box-bold:before {
  content: "\f387";
}

.ph-archive-tray-bold:before {
  content: "\f388";
}

.ph-armchair-bold:before {
  content: "\f389";
}

.ph-arrow-arc-left-bold:before {
  content: "\f38a";
}

.ph-arrow-arc-right-bold:before {
  content: "\f38b";
}

.ph-arrow-bend-double-up-left-bold:before {
  content: "\f38c";
}

.ph-arrow-bend-double-up-right-bold:before {
  content: "\f38d";
}

.ph-arrow-bend-down-left-bold:before {
  content: "\f38e";
}

.ph-arrow-bend-down-right-bold:before {
  content: "\f38f";
}

.ph-arrow-bend-left-down-bold:before {
  content: "\f390";
}

.ph-arrow-bend-left-up-bold:before {
  content: "\f391";
}

.ph-arrow-bend-right-down-bold:before {
  content: "\f392";
}

.ph-arrow-bend-right-up-bold:before {
  content: "\f393";
}

.ph-arrow-bend-up-left-bold:before {
  content: "\f394";
}

.ph-arrow-bend-up-right-bold:before {
  content: "\f395";
}

.ph-arrow-circle-down-bold:before {
  content: "\f396";
}

.ph-arrow-circle-down-left-bold:before {
  content: "\f397";
}

.ph-arrow-circle-down-right-bold:before {
  content: "\f398";
}

.ph-arrow-circle-left-bold:before {
  content: "\f399";
}

.ph-arrow-circle-right-bold:before {
  content: "\f39a";
}

.ph-arrow-circle-up-bold:before {
  content: "\f39b";
}

.ph-arrow-circle-up-left-bold:before {
  content: "\f39c";
}

.ph-arrow-circle-up-right-bold:before {
  content: "\f39d";
}

.ph-arrow-clockwise-bold:before {
  content: "\f39e";
}

.ph-arrow-counter-clockwise-bold:before {
  content: "\f39f";
}

.ph-arrow-down-bold:before {
  content: "\f3a0";
}

.ph-arrow-down-left-bold:before {
  content: "\f3a1";
}

.ph-arrow-down-right-bold:before {
  content: "\f3a2";
}

.ph-arrow-elbow-down-left-bold:before {
  content: "\f3a3";
}

.ph-arrow-elbow-down-right-bold:before {
  content: "\f3a4";
}

.ph-arrow-elbow-left-bold:before {
  content: "\f3a5";
}

.ph-arrow-elbow-left-down-bold:before {
  content: "\f3a6";
}

.ph-arrow-elbow-left-up-bold:before {
  content: "\f3a7";
}

.ph-arrow-elbow-right-bold:before {
  content: "\f3a8";
}

.ph-arrow-elbow-right-down-bold:before {
  content: "\f3a9";
}

.ph-arrow-elbow-right-up-bold:before {
  content: "\f3aa";
}

.ph-arrow-elbow-up-left-bold:before {
  content: "\f3ab";
}

.ph-arrow-elbow-up-right-bold:before {
  content: "\f3ac";
}

.ph-arrow-fat-down-bold:before {
  content: "\f3ad";
}

.ph-arrow-fat-left-bold:before {
  content: "\f3ae";
}

.ph-arrow-fat-line-down-bold:before {
  content: "\f3af";
}

.ph-arrow-fat-line-left-bold:before {
  content: "\f3b0";
}

.ph-arrow-fat-line-right-bold:before {
  content: "\f3b1";
}

.ph-arrow-fat-lines-down-bold:before {
  content: "\f3b2";
}

.ph-arrow-fat-lines-left-bold:before {
  content: "\f3b3";
}

.ph-arrow-fat-lines-right-bold:before {
  content: "\f3b4";
}

.ph-arrow-fat-lines-up-bold:before {
  content: "\f3b5";
}

.ph-arrow-fat-line-up-bold:before {
  content: "\f3b6";
}

.ph-arrow-fat-right-bold:before {
  content: "\f3b7";
}

.ph-arrow-fat-up-bold:before {
  content: "\f3b8";
}

.ph-arrow-left-bold:before {
  content: "\f3b9";
}

.ph-arrow-line-down-bold:before {
  content: "\f3ba";
}

.ph-arrow-line-down-left-bold:before {
  content: "\f3bb";
}

.ph-arrow-line-down-right-bold:before {
  content: "\f3bc";
}

.ph-arrow-line-left-bold:before {
  content: "\f3bd";
}

.ph-arrow-line-right-bold:before {
  content: "\f3be";
}

.ph-arrow-line-up-bold:before {
  content: "\f3bf";
}

.ph-arrow-line-up-left-bold:before {
  content: "\f3c0";
}

.ph-arrow-line-up-right-bold:before {
  content: "\f3c1";
}

.ph-arrow-right-bold:before {
  content: "\f3c2";
}

.ph-arrows-clockwise-bold:before {
  content: "\f3c3";
}

.ph-arrows-counter-clockwise-bold:before {
  content: "\f3c4";
}

.ph-arrows-down-up-bold:before {
  content: "\f3c5";
}

.ph-arrows-in-bold:before {
  content: "\f3c6";
}

.ph-arrows-in-cardinal-bold:before {
  content: "\f3c7";
}

.ph-arrows-in-line-horizontal-bold:before {
  content: "\f3c8";
}

.ph-arrows-in-line-vertical-bold:before {
  content: "\f3c9";
}

.ph-arrows-in-simple-bold:before {
  content: "\f3ca";
}

.ph-arrows-left-right-bold:before {
  content: "\f3cb";
}

.ph-arrows-out-bold:before {
  content: "\f3cc";
}

.ph-arrows-out-cardinal-bold:before {
  content: "\f3cd";
}

.ph-arrows-out-line-horizontal-bold:before {
  content: "\f3ce";
}

.ph-arrows-out-line-vertical-bold:before {
  content: "\f3cf";
}

.ph-arrows-out-simple-bold:before {
  content: "\f3d0";
}

.ph-arrow-square-down-bold:before {
  content: "\f3d1";
}

.ph-arrow-square-down-left-bold:before {
  content: "\f3d2";
}

.ph-arrow-square-down-right-bold:before {
  content: "\f3d3";
}

.ph-arrow-square-in-bold:before {
  content: "\f3d4";
}

.ph-arrow-square-left-bold:before {
  content: "\f3d5";
}

.ph-arrow-square-out-bold:before {
  content: "\f3d6";
}

.ph-arrow-square-right-bold:before {
  content: "\f3d7";
}

.ph-arrow-square-up-bold:before {
  content: "\f3d8";
}

.ph-arrow-square-up-left-bold:before {
  content: "\f3d9";
}

.ph-arrow-square-up-right-bold:before {
  content: "\f3da";
}

.ph-arrow-u-down-left-bold:before {
  content: "\f3db";
}

.ph-arrow-u-down-right-bold:before {
  content: "\f3dc";
}

.ph-arrow-u-left-down-bold:before {
  content: "\f3dd";
}

.ph-arrow-u-left-up-bold:before {
  content: "\f3de";
}

.ph-arrow-up-bold:before {
  content: "\f3df";
}

.ph-arrow-up-left-bold:before {
  content: "\f3e0";
}

.ph-arrow-up-right-bold:before {
  content: "\f3e1";
}

.ph-arrow-u-right-down-bold:before {
  content: "\f3e2";
}

.ph-arrow-u-right-up-bold:before {
  content: "\f3e3";
}

.ph-arrow-u-up-left-bold:before {
  content: "\f3e4";
}

.ph-arrow-u-up-right-bold:before {
  content: "\f3e5";
}

.ph-article-bold:before {
  content: "\f3e6";
}

.ph-article-medium-bold:before {
  content: "\f3e7";
}

.ph-article-ny-times-bold:before {
  content: "\f3e8";
}

.ph-asterisk-bold:before {
  content: "\f3e9";
}

.ph-at-bold:before {
  content: "\f3ea";
}

.ph-atom-bold:before {
  content: "\f3eb";
}

.ph-baby-bold:before {
  content: "\f3ec";
}

.ph-backspace-bold:before {
  content: "\f3ed";
}

.ph-bag-bold:before {
  content: "\f3ee";
}

.ph-bag-simple-bold:before {
  content: "\f3ef";
}

.ph-bandaids-bold:before {
  content: "\f3f0";
}

.ph-bank-bold:before {
  content: "\f3f1";
}

.ph-barbell-bold:before {
  content: "\f3f2";
}

.ph-barcode-bold:before {
  content: "\f3f3";
}

.ph-baseball-bold:before {
  content: "\f3f4";
}

.ph-basketball-bold:before {
  content: "\f3f5";
}

.ph-battery-charging-bold:before {
  content: "\f3f6";
}

.ph-battery-charging-vertical-bold:before {
  content: "\f3f7";
}

.ph-battery-empty-bold:before {
  content: "\f3f8";
}

.ph-battery-full-bold:before {
  content: "\f3f9";
}

.ph-battery-high-bold:before {
  content: "\f3fa";
}

.ph-battery-low-bold:before {
  content: "\f3fb";
}

.ph-battery-medium-bold:before {
  content: "\f3fc";
}

.ph-battery-warning-bold:before {
  content: "\f3fd";
}

.ph-battery-warning-vertical-bold:before {
  content: "\f3fe";
}

.ph-bed-bold:before {
  content: "\f3ff";
}

.ph-bell-bold:before {
  content: "\f400";
}

.ph-bell-ringing-bold:before {
  content: "\f401";
}

.ph-bell-simple-bold:before {
  content: "\f402";
}

.ph-bell-simple-ringing-bold:before {
  content: "\f403";
}

.ph-bell-simple-slash-bold:before {
  content: "\f404";
}

.ph-bell-simple-z-bold:before {
  content: "\f405";
}

.ph-bell-slash-bold:before {
  content: "\f406";
}

.ph-bell-z-bold:before {
  content: "\f407";
}

.ph-bicycle-bold:before {
  content: "\f408";
}

.ph-bird-bold:before {
  content: "\f409";
}

.ph-bluetooth-bold:before {
  content: "\f40a";
}

.ph-bluetooth-connected-bold:before {
  content: "\f40b";
}

.ph-bluetooth-slash-bold:before {
  content: "\f40c";
}

.ph-bluetooth-x-bold:before {
  content: "\f40d";
}

.ph-boat-bold:before {
  content: "\f40e";
}

.ph-book-bold:before {
  content: "\f40f";
}

.ph-book-bookmark-bold:before {
  content: "\f410";
}

.ph-bookmark-bold:before {
  content: "\f411";
}

.ph-bookmarks-bold:before {
  content: "\f412";
}

.ph-bookmark-simple-bold:before {
  content: "\f413";
}

.ph-bookmarks-simple-bold:before {
  content: "\f414";
}

.ph-book-open-bold:before {
  content: "\f415";
}

.ph-books-bold:before {
  content: "\f416";
}

.ph-bounding-box-bold:before {
  content: "\f417";
}

.ph-brackets-angle-bold:before {
  content: "\f418";
}

.ph-brackets-curly-bold:before {
  content: "\f419";
}

.ph-brackets-round-bold:before {
  content: "\f41a";
}

.ph-brackets-square-bold:before {
  content: "\f41b";
}

.ph-brain-bold:before {
  content: "\f41c";
}

.ph-brandy-bold:before {
  content: "\f41d";
}

.ph-briefcase-bold:before {
  content: "\f41e";
}

.ph-briefcase-metal-bold:before {
  content: "\f41f";
}

.ph-broadcast-bold:before {
  content: "\f420";
}

.ph-browser-bold:before {
  content: "\f421";
}

.ph-browsers-bold:before {
  content: "\f422";
}

.ph-bug-beetle-bold:before {
  content: "\f423";
}

.ph-bug-bold:before {
  content: "\f424";
}

.ph-bug-droid-bold:before {
  content: "\f425";
}

.ph-buildings-bold:before {
  content: "\f426";
}

.ph-bus-bold:before {
  content: "\f427";
}

.ph-cake-bold:before {
  content: "\f428";
}

.ph-calculator-bold:before {
  content: "\f429";
}

.ph-calendar-blank-bold:before {
  content: "\f42a";
}

.ph-calendar-bold:before {
  content: "\f42b";
}

.ph-calendar-check-bold:before {
  content: "\f42c";
}

.ph-calendar-plus-bold:before {
  content: "\f42d";
}

.ph-calendar-x-bold:before {
  content: "\f42e";
}

.ph-camera-bold:before {
  content: "\f42f";
}

.ph-camera-slash-bold:before {
  content: "\f430";
}

.ph-car-bold:before {
  content: "\f431";
}

.ph-cardholder-bold:before {
  content: "\f432";
}

.ph-cards-bold:before {
  content: "\f433";
}

.ph-caret-circle-double-down-bold:before {
  content: "\f434";
}

.ph-caret-circle-double-left-bold:before {
  content: "\f435";
}

.ph-caret-circle-double-right-bold:before {
  content: "\f436";
}

.ph-caret-circle-double-up-bold:before {
  content: "\f437";
}

.ph-caret-circle-down-bold:before {
  content: "\f438";
}

.ph-caret-circle-left-bold:before {
  content: "\f439";
}

.ph-caret-circle-right-bold:before {
  content: "\f43a";
}

.ph-caret-circle-up-bold:before {
  content: "\f43b";
}

.ph-caret-double-down-bold:before {
  content: "\f43c";
}

.ph-caret-double-left-bold:before {
  content: "\f43d";
}

.ph-caret-double-right-bold:before {
  content: "\f43e";
}

.ph-caret-double-up-bold:before {
  content: "\f43f";
}

.ph-caret-down-bold:before {
  content: "\f440";
}

.ph-caret-left-bold:before {
  content: "\f441";
}

.ph-caret-right-bold:before {
  content: "\f442";
}

.ph-caret-up-bold:before {
  content: "\f443";
}

.ph-car-simple-bold:before {
  content: "\f444";
}

.ph-cat-bold:before {
  content: "\f445";
}

.ph-cell-signal-full-bold:before {
  content: "\f446";
}

.ph-cell-signal-high-bold:before {
  content: "\f447";
}

.ph-cell-signal-low-bold:before {
  content: "\f448";
}

.ph-cell-signal-medium-bold:before {
  content: "\f449";
}

.ph-cell-signal-none-bold:before {
  content: "\f44a";
}

.ph-cell-signal-slash-bold:before {
  content: "\f44b";
}

.ph-cell-signal-x-bold:before {
  content: "\f44c";
}

.ph-chalkboard-bold:before {
  content: "\f44d";
}

.ph-chalkboard-simple-bold:before {
  content: "\f44e";
}

.ph-chalkboard-teacher-bold:before {
  content: "\f44f";
}

.ph-chart-bar-bold:before {
  content: "\f450";
}

.ph-chart-bar-horizontal-bold:before {
  content: "\f451";
}

.ph-chart-line-bold:before {
  content: "\f452";
}

.ph-chart-line-up-bold:before {
  content: "\f453";
}

.ph-chart-pie-bold:before {
  content: "\f454";
}

.ph-chart-pie-slice-bold:before {
  content: "\f455";
}

.ph-chat-bold:before {
  content: "\f456";
}

.ph-chat-centered-bold:before {
  content: "\f457";
}

.ph-chat-centered-dots-bold:before {
  content: "\f458";
}

.ph-chat-centered-text-bold:before {
  content: "\f459";
}

.ph-chat-circle-bold:before {
  content: "\f45a";
}

.ph-chat-circle-dots-bold:before {
  content: "\f45b";
}

.ph-chat-circle-text-bold:before {
  content: "\f45c";
}

.ph-chat-dots-bold:before {
  content: "\f45d";
}

.ph-chats-bold:before {
  content: "\f45e";
}

.ph-chats-circle-bold:before {
  content: "\f45f";
}

.ph-chats-teardrop-bold:before {
  content: "\f460";
}

.ph-chat-teardrop-bold:before {
  content: "\f461";
}

.ph-chat-teardrop-dots-bold:before {
  content: "\f462";
}

.ph-chat-teardrop-text-bold:before {
  content: "\f463";
}

.ph-chat-text-bold:before {
  content: "\f464";
}

.ph-check-bold:before {
  content: "\f465";
}

.ph-check-circle-bold:before {
  content: "\f466";
}

.ph-checks-bold:before {
  content: "\f467";
}

.ph-check-square-bold:before {
  content: "\f468";
}

.ph-check-square-offset-bold:before {
  content: "\f469";
}

.ph-circle-bold:before {
  content: "\f46a";
}

.ph-circle-dashed-bold:before {
  content: "\f46b";
}

.ph-circle-half-bold:before {
  content: "\f46c";
}

.ph-circle-half-tilt-bold:before {
  content: "\f46d";
}

.ph-circles-four-bold:before {
  content: "\f46e";
}

.ph-circles-three-bold:before {
  content: "\f46f";
}

.ph-circles-three-plus-bold:before {
  content: "\f470";
}

.ph-circle-wavy-bold:before {
  content: "\f471";
}

.ph-circle-wavy-check-bold:before {
  content: "\f472";
}

.ph-circle-wavy-question-bold:before {
  content: "\f473";
}

.ph-circle-wavy-warning-bold:before {
  content: "\f474";
}

.ph-clipboard-bold:before {
  content: "\f475";
}

.ph-clipboard-text-bold:before {
  content: "\f476";
}

.ph-clock-afternoon-bold:before {
  content: "\f477";
}

.ph-clock-bold:before {
  content: "\f478";
}

.ph-clock-clockwise-bold:before {
  content: "\f479";
}

.ph-clock-counter-clockwise-bold:before {
  content: "\f47a";
}

.ph-closed-captioning-bold:before {
  content: "\f47b";
}

.ph-cloud-arrow-down-bold:before {
  content: "\f48e";
}

.ph-cloud-arrow-up-bold:before {
  content: "\f48f";
}

.ph-cloud-bold:before {
  content: "\f490";
}

.ph-cloud-check-bold:before {
  content: "\f491";
}

.ph-cloud-fog-bold:before {
  content: "\f492";
}

.ph-cloud-lightning-bold:before {
  content: "\f493";
}

.ph-cloud-moon-bold:before {
  content: "\f494";
}

.ph-cloud-rain-bold:before {
  content: "\f495";
}

.ph-cloud-slash-bold:before {
  content: "\f496";
}

.ph-cloud-snow-bold:before {
  content: "\f497";
}

.ph-cloud-sun-bold:before {
  content: "\f498";
}

.ph-club-bold:before {
  content: "\f499";
}

.ph-code-bold:before {
  content: "\f49a";
}

.ph-code-simple-bold:before {
  content: "\f49b";
}

.ph-coffee-bold:before {
  content: "\f49c";
}

.ph-coin-bold:before {
  content: "\f49d";
}

.ph-columns-bold:before {
  content: "\f4a0";
}

.ph-command-bold:before {
  content: "\f4a1";
}

.ph-compass-bold:before {
  content: "\f4a2";
}

.ph-computer-tower-bold:before {
  content: "\f4a3";
}

.ph-cookie-bold:before {
  content: "\f4a4";
}

.ph-cooking-pot-bold:before {
  content: "\f4a5";
}

.ph-copy-bold:before {
  content: "\f4a6";
}

.ph-copyright-bold:before {
  content: "\f4a7";
}

.ph-copy-simple-bold:before {
  content: "\f4a8";
}

.ph-corners-in-bold:before {
  content: "\f4a9";
}

.ph-corners-out-bold:before {
  content: "\f4aa";
}

.ph-cpu-bold:before {
  content: "\f4ab";
}

.ph-credit-card-bold:before {
  content: "\f4ac";
}

.ph-crop-bold:before {
  content: "\f4ad";
}

.ph-crosshair-bold:before {
  content: "\f4ae";
}

.ph-crosshair-simple-bold:before {
  content: "\f4af";
}

.ph-crown-bold:before {
  content: "\f4b0";
}

.ph-crown-simple-bold:before {
  content: "\f4b1";
}

.ph-cube-bold:before {
  content: "\f4b2";
}

.ph-currency-btc-bold:before {
  content: "\f4b3";
}

.ph-currency-circle-dollar-bold:before {
  content: "\f4b4";
}

.ph-currency-cny-bold:before {
  content: "\f4b5";
}

.ph-currency-dollar-bold:before {
  content: "\f4b6";
}

.ph-currency-dollar-simple-bold:before {
  content: "\f4b7";
}

.ph-currency-eur-bold:before {
  content: "\f4b8";
}

.ph-currency-gbp-bold:before {
  content: "\f4b9";
}

.ph-currency-inr-bold:before {
  content: "\f4ba";
}

.ph-currency-jpy-bold:before {
  content: "\f4bb";
}

.ph-currency-krw-bold:before {
  content: "\f4bc";
}

.ph-currency-rub-bold:before {
  content: "\f4bd";
}

.ph-cursor-bold:before {
  content: "\f4be";
}

.ph-database-bold:before {
  content: "\f4bf";
}

.ph-desktop-bold:before {
  content: "\f4c0";
}

.ph-desktop-tower-bold:before {
  content: "\f4c1";
}

.ph-device-mobile-bold:before {
  content: "\f4c2";
}

.ph-device-mobile-camera-bold:before {
  content: "\f4c3";
}

.ph-device-mobile-speaker-bold:before {
  content: "\f4c4";
}

.ph-device-tablet-bold:before {
  content: "\f4c5";
}

.ph-device-tablet-camera-bold:before {
  content: "\f4c8";
}

.ph-device-tablet-speaker-bold:before {
  content: "\f4c9";
}

.ph-diamond-bold:before {
  content: "\f4ca";
}

.ph-dice-five-bold:before {
  content: "\f4cb";
}

.ph-dice-four-bold:before {
  content: "\f4ce";
}

.ph-dice-one-bold:before {
  content: "\f4cf";
}

.ph-dice-six-bold:before {
  content: "\f4d0";
}

.ph-dice-three-bold:before {
  content: "\f4d1";
}

.ph-dice-two-bold:before {
  content: "\f4d2";
}

.ph-disc-bold:before {
  content: "\f4d3";
}

.ph-discord-logo-bold:before {
  content: "\f4d4";
}

.ph-divide-bold:before {
  content: "\f4d5";
}

.ph-dog-bold:before {
  content: "\f4d8";
}

.ph-door-bold:before {
  content: "\f4d9";
}

.ph-dots-nine-bold:before {
  content: "\f4da";
}

.ph-dots-six-bold:before {
  content: "\f4db";
}

.ph-dots-six-vertical-bold:before {
  content: "\f4dc";
}

.ph-dots-three-bold:before {
  content: "\f4dd";
}

.ph-dots-three-circle-bold:before {
  content: "\f4de";
}

.ph-dots-three-circle-vertical-bold:before {
  content: "\f4df";
}

.ph-dots-three-outline-bold:before {
  content: "\f4e0";
}

.ph-dots-three-outline-vertical-bold:before {
  content: "\f4e1";
}

.ph-dots-three-vertical-bold:before {
  content: "\f4e2";
}

.ph-download-bold:before {
  content: "\f4e3";
}

.ph-download-simple-bold:before {
  content: "\f4e4";
}

.ph-dribbble-logo-bold:before {
  content: "\f4e5";
}

.ph-drop-bold:before {
  content: "\f4e6";
}

.ph-drop-half-bold:before {
  content: "\f4e7";
}

.ph-ear-bold:before {
  content: "\f4e8";
}

.ph-ear-slash-bold:before {
  content: "\f4e9";
}

.ph-eject-bold:before {
  content: "\f4ea";
}

.ph-eject-simple-bold:before {
  content: "\f4eb";
}

.ph-envelope-bold:before {
  content: "\f4ec";
}

.ph-envelope-open-bold:before {
  content: "\f4ed";
}

.ph-envelope-simple-bold:before {
  content: "\f4ee";
}

.ph-envelope-simple-open-bold:before {
  content: "\f4ef";
}

.ph-equals-bold:before {
  content: "\f4f0";
}

.ph-eraser-bold:before {
  content: "\f4f1";
}

.ph-export-bold:before {
  content: "\f4f2";
}

.ph-eye-bold:before {
  content: "\f4f3";
}

.ph-eye-closed-bold:before {
  content: "\f4f4";
}

.ph-eyedropper-bold:before {
  content: "\f4f5";
}

.ph-eye-slash-bold:before {
  content: "\f4f6";
}

.ph-facebook-logo-bold:before {
  content: "\f4f7";
}

.ph-face-mask-bold:before {
  content: "\f4f8";
}

.ph-factory-bold:before {
  content: "\f4f9";
}

.ph-faders-bold:before {
  content: "\f4fa";
}

.ph-faders-horizontal-bold:before {
  content: "\f4fb";
}

.ph-fast-forward-bold:before {
  content: "\f4fc";
}

.ph-fast-forward-circle-bold:before {
  content: "\f4fd";
}

.ph-figma-logo-bold:before {
  content: "\f4fe";
}

.ph-file-arrow-down-bold:before {
  content: "\f4ff";
}

.ph-file-arrow-up-bold:before {
  content: "\f500";
}

.ph-file-bold:before {
  content: "\f501";
}

.ph-file-dotted-bold:before {
  content: "\f502";
}

.ph-file-minus-bold:before {
  content: "\f503";
}

.ph-file-pdf-bold:before {
  content: "\f504";
}

.ph-file-plus-bold:before {
  content: "\f505";
}

.ph-files-bold:before {
  content: "\f506";
}

.ph-file-search-bold:before {
  content: "\f507";
}

.ph-file-text-bold:before {
  content: "\f508";
}

.ph-file-x-bold:before {
  content: "\f509";
}

.ph-film-strip-bold:before {
  content: "\f54e";
}

.ph-fingerprint-bold:before {
  content: "\f54f";
}

.ph-fingerprint-simple-bold:before {
  content: "\f550";
}

.ph-finn-the-human-bold:before {
  content: "\f551";
}

.ph-fire-bold:before {
  content: "\f552";
}

.ph-fire-simple-bold:before {
  content: "\f553";
}

.ph-first-aid-bold:before {
  content: "\f554";
}

.ph-first-aid-kit-bold:before {
  content: "\f555";
}

.ph-fish-bold:before {
  content: "\f556";
}

.ph-fish-simple-bold:before {
  content: "\f557";
}

.ph-flag-banner-bold:before {
  content: "\f558";
}

.ph-flag-bold:before {
  content: "\f559";
}

.ph-flame-bold:before {
  content: "\f55a";
}

.ph-flashlight-bold:before {
  content: "\f55b";
}

.ph-flask-bold:before {
  content: "\f55c";
}

.ph-floppy-disk-back-bold:before {
  content: "\f55d";
}

.ph-floppy-disk-bold:before {
  content: "\f55e";
}

.ph-flow-arrow-bold:before {
  content: "\f55f";
}

.ph-flower-bold:before {
  content: "\f560";
}

.ph-flower-lotus-bold:before {
  content: "\f561";
}

.ph-folder-bold:before {
  content: "\f562";
}

.ph-folder-minus-bold:before {
  content: "\f563";
}

.ph-folder-notch-bold:before {
  content: "\f564";
}

.ph-folder-notch-minus-bold:before {
  content: "\f565";
}

.ph-folder-notch-open-bold:before {
  content: "\f566";
}

.ph-folder-notch-plus-bold:before {
  content: "\f567";
}

.ph-folder-open-bold:before {
  content: "\f568";
}

.ph-folder-plus-bold:before {
  content: "\f569";
}

.ph-folders-bold:before {
  content: "\f56a";
}

.ph-folder-simple-bold:before {
  content: "\f56b";
}

.ph-folder-simple-minus-bold:before {
  content: "\f56c";
}

.ph-folder-simple-plus-bold:before {
  content: "\f56d";
}

.ph-football-bold:before {
  content: "\f56e";
}

.ph-fork-knife-bold:before {
  content: "\f56f";
}

.ph-frame-corners-bold:before {
  content: "\f570";
}

.ph-framer-logo-bold:before {
  content: "\f571";
}

.ph-funnel-bold:before {
  content: "\f572";
}

.ph-funnel-simple-bold:before {
  content: "\f573";
}

.ph-game-controller-bold:before {
  content: "\f574";
}

.ph-gas-pump-bold:before {
  content: "\f575";
}

.ph-gauge-bold:before {
  content: "\f576";
}

.ph-gear-bold:before {
  content: "\f577";
}

.ph-gear-six-bold:before {
  content: "\f578";
}

.ph-gender-female-bold:before {
  content: "\f579";
}

.ph-gender-intersex-bold:before {
  content: "\f57a";
}

.ph-gender-male-bold:before {
  content: "\f57b";
}

.ph-gender-neuter-bold:before {
  content: "\f57c";
}

.ph-gender-nonbinary-bold:before {
  content: "\f57d";
}

.ph-gender-transgender-bold:before {
  content: "\f57e";
}

.ph-ghost-bold:before {
  content: "\f57f";
}

.ph-gif-bold:before {
  content: "\f580";
}

.ph-gift-bold:before {
  content: "\f581";
}

.ph-git-branch-bold:before {
  content: "\f582";
}

.ph-git-commit-bold:before {
  content: "\f583";
}

.ph-git-diff-bold:before {
  content: "\f584";
}

.ph-git-fork-bold:before {
  content: "\f585";
}

.ph-github-logo-bold:before {
  content: "\f586";
}

.ph-gitlab-logo-bold:before {
  content: "\f587";
}

.ph-gitlab-logo-simple-bold:before {
  content: "\f588";
}

.ph-git-merge-bold:before {
  content: "\f589";
}

.ph-git-pull-request-bold:before {
  content: "\f58a";
}

.ph-globe-bold:before {
  content: "\f58b";
}

.ph-globe-hemisphere-east-bold:before {
  content: "\f58c";
}

.ph-globe-hemisphere-west-bold:before {
  content: "\f58d";
}

.ph-globe-simple-bold:before {
  content: "\f58e";
}

.ph-globe-stand-bold:before {
  content: "\f58f";
}

.ph-google-logo-bold:before {
  content: "\f590";
}

.ph-google-play-logo-bold:before {
  content: "\f591";
}

.ph-graduation-cap-bold:before {
  content: "\f592";
}

.ph-grid-four-bold:before {
  content: "\f593";
}

.ph-handbag-bold:before {
  content: "\f594";
}

.ph-handbag-simple-bold:before {
  content: "\f595";
}

.ph-hand-bold:before {
  content: "\f596";
}

.ph-hand-fist-bold:before {
  content: "\f597";
}

.ph-hand-grabbing-bold:before {
  content: "\f598";
}

.ph-hand-palm-bold:before {
  content: "\f599";
}

.ph-hand-pointing-bold:before {
  content: "\f59a";
}

.ph-hands-clapping-bold:before {
  content: "\f59b";
}

.ph-handshake-bold:before {
  content: "\f59c";
}

.ph-hand-soap-bold:before {
  content: "\f59d";
}

.ph-hand-waving-bold:before {
  content: "\f59e";
}

.ph-hard-drive-bold:before {
  content: "\f59f";
}

.ph-hard-drives-bold:before {
  content: "\f5a0";
}

.ph-hash-bold:before {
  content: "\f5a1";
}

.ph-hash-straight-bold:before {
  content: "\f5a2";
}

.ph-headlights-bold:before {
  content: "\f5a3";
}

.ph-headphones-bold:before {
  content: "\f5a4";
}

.ph-headset-bold:before {
  content: "\f5a5";
}

.ph-heartbeat-bold:before {
  content: "\f5a6";
}

.ph-heart-bold:before {
  content: "\f5a7";
}

.ph-heart-straight-bold:before {
  content: "\f5a8";
}

.ph-hexagon-bold:before {
  content: "\f5a9";
}

.ph-highlighter-circle-bold:before {
  content: "\f5aa";
}

.ph-horse-bold:before {
  content: "\f5ab";
}

.ph-hourglass-bold:before {
  content: "\f5ac";
}

.ph-hourglass-high-bold:before {
  content: "\f5ad";
}

.ph-hourglass-low-bold:before {
  content: "\f5ae";
}

.ph-hourglass-medium-bold:before {
  content: "\f5af";
}

.ph-hourglass-simple-bold:before {
  content: "\f5b0";
}

.ph-hourglass-simple-high-bold:before {
  content: "\f5b1";
}

.ph-hourglass-simple-low-bold:before {
  content: "\f5b2";
}

.ph-hourglass-simple-medium-bold:before {
  content: "\f5b3";
}

.ph-house-bold:before {
  content: "\f5b4";
}

.ph-house-line-bold:before {
  content: "\f5b5";
}

.ph-house-simple-bold:before {
  content: "\f5b6";
}

.ph-identification-badge-bold:before {
  content: "\f5b7";
}

.ph-identification-card-bold:before {
  content: "\f5b8";
}

.ph-image-bold:before {
  content: "\f5b9";
}

.ph-image-square-bold:before {
  content: "\f5ba";
}

.ph-infinity-bold:before {
  content: "\f5bb";
}

.ph-info-bold:before {
  content: "\f5bc";
}

.ph-instagram-logo-bold:before {
  content: "\f5bd";
}

.ph-intersect-bold:before {
  content: "\f5be";
}

.ph-jeep-bold:before {
  content: "\f5bf";
}

.ph-keyboard-bold:before {
  content: "\f5c0";
}

.ph-key-bold:before {
  content: "\f5c1";
}

.ph-key-return-bold:before {
  content: "\f5c2";
}

.ph-knife-bold:before {
  content: "\f5c3";
}

.ph-lamp-bold:before {
  content: "\f5c4";
}

.ph-laptop-bold:before {
  content: "\f5c5";
}

.ph-layout-bold:before {
  content: "\f5c6";
}

.ph-leaf-bold:before {
  content: "\f5c7";
}

.ph-lifebuoy-bold:before {
  content: "\f5c8";
}

.ph-lightbulb-bold:before {
  content: "\f5c9";
}

.ph-lightbulb-filament-bold:before {
  content: "\f5ca";
}

.ph-lightning-bold:before {
  content: "\f5cb";
}

.ph-lightning-slash-bold:before {
  content: "\f5cc";
}

.ph-line-segment-bold:before {
  content: "\f5cd";
}

.ph-line-segments-bold:before {
  content: "\f5ce";
}

.ph-link-bold:before {
  content: "\f5cf";
}

.ph-link-break-bold:before {
  content: "\f5d0";
}

.ph-linkedin-logo-bold:before {
  content: "\f5d1";
}

.ph-link-simple-bold:before {
  content: "\f5d2";
}

.ph-link-simple-break-bold:before {
  content: "\f5d3";
}

.ph-link-simple-horizontal-bold:before {
  content: "\f5d4";
}

.ph-link-simple-horizontal-break-bold:before {
  content: "\f5d5";
}

.ph-list-bold:before {
  content: "\f5d6";
}

.ph-list-bullets-bold:before {
  content: "\f5d7";
}

.ph-list-dashes-bold:before {
  content: "\f5d8";
}

.ph-list-numbers-bold:before {
  content: "\f5d9";
}

.ph-list-plus-bold:before {
  content: "\f5da";
}

.ph-lock-bold:before {
  content: "\f5db";
}

.ph-lock-key-bold:before {
  content: "\f5dc";
}

.ph-lock-key-open-bold:before {
  content: "\f5dd";
}

.ph-lock-laminated-bold:before {
  content: "\f5de";
}

.ph-lock-laminated-open-bold:before {
  content: "\f5df";
}

.ph-lock-open-bold:before {
  content: "\f5e0";
}

.ph-lock-simple-bold:before {
  content: "\f5e1";
}

.ph-lock-simple-open-bold:before {
  content: "\f5e2";
}

.ph-magic-wand-bold:before {
  content: "\f5e3";
}

.ph-magnet-bold:before {
  content: "\f5e4";
}

.ph-magnet-straight-bold:before {
  content: "\f5e5";
}

.ph-magnifying-glass-bold:before {
  content: "\f5e6";
}

.ph-magnifying-glass-minus-bold:before {
  content: "\f5e7";
}

.ph-magnifying-glass-plus-bold:before {
  content: "\f5e8";
}

.ph-map-pin-bold:before {
  content: "\f5e9";
}

.ph-map-pin-line-bold:before {
  content: "\f5ea";
}

.ph-map-trifold-bold:before {
  content: "\f5eb";
}

.ph-marker-circle-bold:before {
  content: "\f5ec";
}

.ph-martini-bold:before {
  content: "\f5ed";
}

.ph-math-operations-bold:before {
  content: "\f5ee";
}

.ph-medal-bold:before {
  content: "\f5ef";
}

.ph-medium-logo-bold:before {
  content: "\f5f0";
}

.ph-megaphone-bold:before {
  content: "\f5f1";
}

.ph-megaphone-simple-bold:before {
  content: "\f5f2";
}

.ph-messenger-logo-bold:before {
  content: "\f5f3";
}

.ph-microphone-bold:before {
  content: "\f5f4";
}

.ph-microphone-slash-bold:before {
  content: "\f5f5";
}

.ph-minus-bold:before {
  content: "\f5f6";
}

.ph-minus-circle-bold:before {
  content: "\f5f7";
}

.ph-money-bold:before {
  content: "\f5f8";
}

.ph-monitor-bold:before {
  content: "\f5f9";
}

.ph-monitor-play-bold:before {
  content: "\f5fa";
}

.ph-moon-bold:before {
  content: "\f5fb";
}

.ph-moon-stars-bold:before {
  content: "\f5fc";
}

.ph-mouse-bold:before {
  content: "\f5fd";
}

.ph-mouse-simple-bold:before {
  content: "\f5fe";
}

.ph-music-note-bold:before {
  content: "\f5ff";
}

.ph-music-notes-bold:before {
  content: "\f600";
}

.ph-music-note-simple-bold:before {
  content: "\f601";
}

.ph-music-notes-simple-bold:before {
  content: "\f602";
}

.ph-navigation-arrow-bold:before {
  content: "\f603";
}

.ph-newspaper-bold:before {
  content: "\f604";
}

.ph-newspaper-clipping-bold:before {
  content: "\f605";
}

.ph-note-blank-bold:before {
  content: "\f606";
}

.ph-note-bold:before {
  content: "\f607";
}

.ph-notebook-bold:before {
  content: "\f608";
}

.ph-notepad-bold:before {
  content: "\f609";
}

.ph-note-pencil-bold:before {
  content: "\f60a";
}

.ph-notification-bold:before {
  content: "\f60b";
}

.ph-number-circle-eight-bold:before {
  content: "\f60c";
}

.ph-number-circle-five-bold:before {
  content: "\f60d";
}

.ph-number-circle-four-bold:before {
  content: "\f60e";
}

.ph-number-circle-nine-bold:before {
  content: "\f60f";
}

.ph-number-circle-one-bold:before {
  content: "\f610";
}

.ph-number-circle-seven-bold:before {
  content: "\f611";
}

.ph-number-circle-six-bold:before {
  content: "\f612";
}

.ph-number-circle-three-bold:before {
  content: "\f613";
}

.ph-number-circle-two-bold:before {
  content: "\f614";
}

.ph-number-circle-zero-bold:before {
  content: "\f615";
}

.ph-number-eight-bold:before {
  content: "\f616";
}

.ph-number-five-bold:before {
  content: "\f617";
}

.ph-number-four-bold:before {
  content: "\f618";
}

.ph-number-nine-bold:before {
  content: "\f619";
}

.ph-number-one-bold:before {
  content: "\f61a";
}

.ph-number-seven-bold:before {
  content: "\f61b";
}

.ph-number-six-bold:before {
  content: "\f61c";
}

.ph-number-square-eight-bold:before {
  content: "\f61d";
}

.ph-number-square-five-bold:before {
  content: "\f61e";
}

.ph-number-square-four-bold:before {
  content: "\f61f";
}

.ph-number-square-nine-bold:before {
  content: "\f620";
}

.ph-number-square-one-bold:before {
  content: "\f621";
}

.ph-number-square-seven-bold:before {
  content: "\f622";
}

.ph-number-square-six-bold:before {
  content: "\f623";
}

.ph-number-square-three-bold:before {
  content: "\f624";
}

.ph-number-square-two-bold:before {
  content: "\f625";
}

.ph-number-square-zero-bold:before {
  content: "\f626";
}

.ph-number-three-bold:before {
  content: "\f627";
}

.ph-number-two-bold:before {
  content: "\f628";
}

.ph-number-zero-bold:before {
  content: "\f629";
}

.ph-nut-bold:before {
  content: "\f62a";
}

.ph-ny-times-logo-bold:before {
  content: "\f62b";
}

.ph-octagon-bold:before {
  content: "\f630";
}

.ph-package-bold:before {
  content: "\f631";
}

.ph-paint-brush-bold:before {
  content: "\f632";
}

.ph-paint-brush-broad-bold:before {
  content: "\f633";
}

.ph-paint-brush-household-bold:before {
  content: "\f636";
}

.ph-paint-bucket-bold:before {
  content: "\f637";
}

.ph-paint-roller-bold:before {
  content: "\f638";
}

.ph-palette-bold:before {
  content: "\f639";
}

.ph-paperclip-bold:before {
  content: "\f63a";
}

.ph-paperclip-horizontal-bold:before {
  content: "\f63b";
}

.ph-paper-plane-bold:before {
  content: "\f63c";
}

.ph-paper-plane-right-bold:before {
  content: "\f63d";
}

.ph-paper-plane-tilt-bold:before {
  content: "\f63e";
}

.ph-path-bold:before {
  content: "\f63f";
}

.ph-pause-bold:before {
  content: "\f640";
}

.ph-pause-circle-bold:before {
  content: "\f641";
}

.ph-paw-print-bold:before {
  content: "\f642";
}

.ph-peace-bold:before {
  content: "\f643";
}

.ph-pen-bold:before {
  content: "\f644";
}

.ph-pencil-bold:before {
  content: "\f645";
}

.ph-pencil-circle-bold:before {
  content: "\f646";
}

.ph-pencil-line-bold:before {
  content: "\f647";
}

.ph-pencil-simple-bold:before {
  content: "\f648";
}

.ph-pen-nib-bold:before {
  content: "\f649";
}

.ph-pen-nib-straight-bold:before {
  content: "\f64a";
}

.ph-percent-bold:before {
  content: "\f64b";
}

.ph-person-bold:before {
  content: "\f64c";
}

.ph-person-simple-bold:before {
  content: "\f64d";
}

.ph-person-simple-run-bold:before {
  content: "\f64e";
}

.ph-person-simple-walk-bold:before {
  content: "\f64f";
}

.ph-phone-bold:before {
  content: "\f650";
}

.ph-phone-call-bold:before {
  content: "\f651";
}

.ph-phone-disconnect-bold:before {
  content: "\f652";
}

.ph-phone-incoming-bold:before {
  content: "\f653";
}

.ph-phone-outgoing-bold:before {
  content: "\f654";
}

.ph-phone-slash-bold:before {
  content: "\f655";
}

.ph-phone-x-bold:before {
  content: "\f656";
}

.ph-phosphor-logo-bold:before {
  content: "\f657";
}

.ph-picture-in-picture-bold:before {
  content: "\f658";
}

.ph-pill-bold:before {
  content: "\f659";
}

.ph-pinterest-logo-bold:before {
  content: "\f65a";
}

.ph-pizza-bold:before {
  content: "\f65b";
}

.ph-placeholder-bold:before {
  content: "\f65c";
}

.ph-planet-bold:before {
  content: "\f65d";
}

.ph-play-bold:before {
  content: "\f65e";
}

.ph-play-circle-bold:before {
  content: "\f65f";
}

.ph-playlist-bold:before {
  content: "\f660";
}

.ph-plus-bold:before {
  content: "\f661";
}

.ph-plus-circle-bold:before {
  content: "\f663";
}

.ph-plus-minus-bold:before {
  content: "\f664";
}

.ph-poker-chip-bold:before {
  content: "\f665";
}

.ph-polygon-bold:before {
  content: "\f666";
}

.ph-power-bold:before {
  content: "\f667";
}

.ph-prescription-bold:before {
  content: "\f668";
}

.ph-presentation-bold:before {
  content: "\f669";
}

.ph-presentation-chart-bold:before {
  content: "\f66a";
}

.ph-printer-bold:before {
  content: "\f66b";
}

.ph-prohibit-bold:before {
  content: "\f66c";
}

.ph-prohibit-inset-bold:before {
  content: "\f66d";
}

.ph-projector-screen-bold:before {
  content: "\f66e";
}

.ph-projector-screen-chart-bold:before {
  content: "\f66f";
}

.ph-push-pin-bold:before {
  content: "\f670";
}

.ph-push-pin-simple-bold:before {
  content: "\f671";
}

.ph-push-pin-simple-slash-bold:before {
  content: "\f672";
}

.ph-push-pin-slash-bold:before {
  content: "\f673";
}

.ph-puzzle-piece-bold:before {
  content: "\f674";
}

.ph-qr-code-bold:before {
  content: "\f675";
}

.ph-question-bold:before {
  content: "\f676";
}

.ph-queue-bold:before {
  content: "\f677";
}

.ph-quotes-bold:before {
  content: "\f678";
}

.ph-radical-bold:before {
  content: "\f679";
}

.ph-radio-bold:before {
  content: "\f67a";
}

.ph-rainbow-bold:before {
  content: "\f67b";
}

.ph-rainbow-cloud-bold:before {
  content: "\f67c";
}

.ph-receipt-bold:before {
  content: "\f67d";
}

.ph-record-bold:before {
  content: "\f67e";
}

.ph-rectangle-bold:before {
  content: "\f67f";
}

.ph-recycle-bold:before {
  content: "\f680";
}

.ph-reddit-logo-bold:before {
  content: "\f681";
}

.ph-repeat-bold:before {
  content: "\f682";
}

.ph-repeat-once-bold:before {
  content: "\f683";
}

.ph-rewind-bold:before {
  content: "\f684";
}

.ph-rewind-circle-bold:before {
  content: "\f685";
}

.ph-robot-bold:before {
  content: "\f686";
}

.ph-rocket-bold:before {
  content: "\f687";
}

.ph-rocket-launch-bold:before {
  content: "\f688";
}

.ph-rows-bold:before {
  content: "\f689";
}

.ph-rss-bold:before {
  content: "\f68a";
}

.ph-rss-simple-bold:before {
  content: "\f68b";
}

.ph-ruler-bold:before {
  content: "\f68c";
}

.ph-scales-bold:before {
  content: "\f68d";
}

.ph-scissors-bold:before {
  content: "\f68e";
}

.ph-screencast-bold:before {
  content: "\f68f";
}

.ph-scribble-loop-bold:before {
  content: "\f690";
}

.ph-selection-all-bold:before {
  content: "\f691";
}

.ph-selection-background-bold:before {
  content: "\f692";
}

.ph-selection-bold:before {
  content: "\f693";
}

.ph-selection-foreground-bold:before {
  content: "\f694";
}

.ph-selection-inverse-bold:before {
  content: "\f695";
}

.ph-selection-plus-bold:before {
  content: "\f696";
}

.ph-selection-slash-bold:before {
  content: "\f697";
}

.ph-share-bold:before {
  content: "\f698";
}

.ph-share-network-bold:before {
  content: "\f699";
}

.ph-shield-bold:before {
  content: "\f69a";
}

.ph-shield-check-bold:before {
  content: "\f69b";
}

.ph-shield-checkered-bold:before {
  content: "\f69c";
}

.ph-shield-chevron-bold:before {
  content: "\f69d";
}

.ph-shield-plus-bold:before {
  content: "\f69e";
}

.ph-shield-slash-bold:before {
  content: "\f69f";
}

.ph-shield-warning-bold:before {
  content: "\f6a0";
}

.ph-shopping-bag-bold:before {
  content: "\f6a1";
}

.ph-shopping-bag-open-bold:before {
  content: "\f6a2";
}

.ph-shopping-cart-bold:before {
  content: "\f6a3";
}

.ph-shopping-cart-simple-bold:before {
  content: "\f6a4";
}

.ph-shower-bold:before {
  content: "\f6a5";
}

.ph-shuffle-angular-bold:before {
  content: "\f6a6";
}

.ph-shuffle-bold:before {
  content: "\f6a7";
}

.ph-shuffle-simple-bold:before {
  content: "\f6a8";
}

.ph-sign-in-bold:before {
  content: "\f6a9";
}

.ph-sign-out-bold:before {
  content: "\f6aa";
}

.ph-sim-card-bold:before {
  content: "\f6ab";
}

.ph-sketch-logo-bold:before {
  content: "\f6ac";
}

.ph-skip-back-bold:before {
  content: "\f6ad";
}

.ph-skip-back-circle-bold:before {
  content: "\f6ae";
}

.ph-skip-forward-bold:before {
  content: "\f6af";
}

.ph-skip-forward-circle-bold:before {
  content: "\f6b0";
}

.ph-slack-logo-bold:before {
  content: "\f6b1";
}

.ph-sliders-bold:before {
  content: "\f6b2";
}

.ph-sliders-horizontal-bold:before {
  content: "\f6b3";
}

.ph-smiley-blank-bold:before {
  content: "\f6b4";
}

.ph-smiley-bold:before {
  content: "\f6b5";
}

.ph-smiley-meh-bold:before {
  content: "\f6b6";
}

.ph-smiley-nervous-bold:before {
  content: "\f6b7";
}

.ph-smiley-sad-bold:before {
  content: "\f6b8";
}

.ph-smiley-sticker-bold:before {
  content: "\f6b9";
}

.ph-smiley-wink-bold:before {
  content: "\f6ba";
}

.ph-smiley-x-eyes-bold:before {
  content: "\f6bb";
}

.ph-snapchat-logo-bold:before {
  content: "\f6bc";
}

.ph-snowflake-bold:before {
  content: "\f6bd";
}

.ph-soccer-ball-bold:before {
  content: "\f6be";
}

.ph-sort-ascending-bold:before {
  content: "\f6bf";
}

.ph-sort-descending-bold:before {
  content: "\f6c0";
}

.ph-spade-bold:before {
  content: "\f6c1";
}

.ph-sparkle-bold:before {
  content: "\f6c2";
}

.ph-speaker-high-bold:before {
  content: "\f6c4";
}

.ph-speaker-low-bold:before {
  content: "\f6c5";
}

.ph-speaker-none-bold:before {
  content: "\f6c6";
}

.ph-speaker-simple-high-bold:before {
  content: "\f6c7";
}

.ph-speaker-simple-low-bold:before {
  content: "\f6c8";
}

.ph-speaker-simple-none-bold:before {
  content: "\f6cc";
}

.ph-speaker-simple-slash-bold:before {
  content: "\f6cd";
}

.ph-speaker-simple-x-bold:before {
  content: "\f6d2";
}

.ph-speaker-slash-bold:before {
  content: "\f6d3";
}

.ph-speaker-x-bold:before {
  content: "\f6d5";
}

.ph-spinner-bold:before {
  content: "\f6d6";
}

.ph-spinner-gap-bold:before {
  content: "\f6d7";
}

.ph-spotify-logo-bold:before {
  content: "\f6d8";
}

.ph-square-bold:before {
  content: "\f6d9";
}

.ph-square-half-bold:before {
  content: "\f6da";
}

.ph-square-logo-bold:before {
  content: "\f6db";
}

.ph-squares-four-bold:before {
  content: "\f6dc";
}

.ph-stack-bold:before {
  content: "\f6dd";
}

.ph-stack-simple-bold:before {
  content: "\f6de";
}

.ph-star-bold:before {
  content: "\f6df";
}

.ph-star-four-bold:before {
  content: "\f6e0";
}

.ph-star-half-bold:before {
  content: "\f6e1";
}

.ph-sticker-bold:before {
  content: "\f6e2";
}

.ph-stop-bold:before {
  content: "\f6e3";
}

.ph-stop-circle-bold:before {
  content: "\f6e4";
}

.ph-storefront-bold:before {
  content: "\f6e5";
}

.ph-stripe-logo-bold:before {
  content: "\f6e6";
}

.ph-student-bold:before {
  content: "\f6e7";
}

.ph-suitcase-bold:before {
  content: "\f6e8";
}

.ph-suitcase-simple-bold:before {
  content: "\f6e9";
}

.ph-sun-bold:before {
  content: "\f6ea";
}

.ph-sun-dim-bold:before {
  content: "\f6eb";
}

.ph-sun-horizon-bold:before {
  content: "\f6ec";
}

.ph-swap-bold:before {
  content: "\f6ed";
}

.ph-swatches-bold:before {
  content: "\f6ee";
}

.ph-sword-bold:before {
  content: "\f6ef";
}

.ph-table-bold:before {
  content: "\f6f0";
}

.ph-tag-bold:before {
  content: "\f6f1";
}

.ph-tag-chevron-bold:before {
  content: "\f6f2";
}

.ph-tag-simple-bold:before {
  content: "\f6f3";
}

.ph-target-bold:before {
  content: "\f6f4";
}

.ph-telegram-logo-bold:before {
  content: "\f6f5";
}

.ph-television-bold:before {
  content: "\f6f6";
}

.ph-television-simple-bold:before {
  content: "\f6f7";
}

.ph-tennis-ball-bold:before {
  content: "\f6f8";
}

.ph-terminal-bold:before {
  content: "\f6f9";
}

.ph-terminal-window-bold:before {
  content: "\f6fa";
}

.ph-test-tube-bold:before {
  content: "\f6fb";
}

.ph-text-aa-bold:before {
  content: "\f6fc";
}

.ph-text-align-center-bold:before {
  content: "\f6fd";
}

.ph-text-align-justify-bold:before {
  content: "\f6fe";
}

.ph-text-align-left-bold:before {
  content: "\f6ff";
}

.ph-text-align-right-bold:before {
  content: "\f700";
}

.ph-text-bolder-bold:before {
  content: "\f701";
}

.ph-text-h-bold:before {
  content: "\f702";
}

.ph-text-h-five-bold:before {
  content: "\f703";
}

.ph-text-h-four-bold:before {
  content: "\f704";
}

.ph-text-h-one-bold:before {
  content: "\f705";
}

.ph-text-h-six-bold:before {
  content: "\f706";
}

.ph-text-h-three-bold:before {
  content: "\f707";
}

.ph-text-h-two-bold:before {
  content: "\f708";
}

.ph-text-italic-bold:before {
  content: "\f709";
}

.ph-text-strikethrough-bold:before {
  content: "\f70a";
}

.ph-text-t-bold:before {
  content: "\f70b";
}

.ph-text-underline-bold:before {
  content: "\f70c";
}

.ph-thermometer-bold:before {
  content: "\f70d";
}

.ph-thermometer-cold-bold:before {
  content: "\f70e";
}

.ph-thermometer-hot-bold:before {
  content: "\f70f";
}

.ph-thermometer-simple-bold:before {
  content: "\f710";
}

.ph-thumbs-down-bold:before {
  content: "\f711";
}

.ph-thumbs-up-bold:before {
  content: "\f712";
}

.ph-ticket-bold:before {
  content: "\f713";
}

.ph-tiktok-logo-bold:before {
  content: "\f714";
}

.ph-timer-bold:before {
  content: "\f715";
}

.ph-toggle-left-bold:before {
  content: "\f716";
}

.ph-toggle-right-bold:before {
  content: "\f717";
}

.ph-toilet-paper-bold:before {
  content: "\f718";
}

.ph-tote-bold:before {
  content: "\f719";
}

.ph-tote-simple-bold:before {
  content: "\f71a";
}

.ph-traffic-sign-bold:before {
  content: "\f71b";
}

.ph-train-bold:before {
  content: "\f71c";
}

.ph-train-regional-bold:before {
  content: "\f71d";
}

.ph-train-simple-bold:before {
  content: "\f71e";
}

.ph-translate-bold:before {
  content: "\f71f";
}

.ph-trash-bold:before {
  content: "\f720";
}

.ph-trash-simple-bold:before {
  content: "\f721";
}

.ph-tray-bold:before {
  content: "\f722";
}

.ph-tree-bold:before {
  content: "\f723";
}

.ph-tree-evergreen-bold:before {
  content: "\f724";
}

.ph-tree-structure-bold:before {
  content: "\f725";
}

.ph-trend-down-bold:before {
  content: "\f726";
}

.ph-trend-up-bold:before {
  content: "\f727";
}

.ph-triangle-bold:before {
  content: "\f728";
}

.ph-trophy-bold:before {
  content: "\f729";
}

.ph-truck-bold:before {
  content: "\f72a";
}

.ph-t-shirt-bold:before {
  content: "\f72b";
}

.ph-twitch-logo-bold:before {
  content: "\f72c";
}

.ph-twitter-logo-bold:before {
  content: "\f72d";
}

.ph-umbrella-bold:before {
  content: "\f72e";
}

.ph-umbrella-simple-bold:before {
  content: "\f72f";
}

.ph-upload-bold:before {
  content: "\f730";
}

.ph-upload-simple-bold:before {
  content: "\f731";
}

.ph-user-bold:before {
  content: "\f732";
}

.ph-user-circle-bold:before {
  content: "\f733";
}

.ph-user-circle-gear-bold:before {
  content: "\f734";
}

.ph-user-circle-minus-bold:before {
  content: "\f735";
}

.ph-user-circle-plus-bold:before {
  content: "\f736";
}

.ph-user-focus-bold:before {
  content: "\f737";
}

.ph-user-gear-bold:before {
  content: "\f738";
}

.ph-user-list-bold:before {
  content: "\f739";
}

.ph-user-minus-bold:before {
  content: "\f73a";
}

.ph-user-plus-bold:before {
  content: "\f73b";
}

.ph-user-rectangle-bold:before {
  content: "\f73c";
}

.ph-users-bold:before {
  content: "\f73d";
}

.ph-users-four-bold:before {
  content: "\f73e";
}

.ph-user-square-bold:before {
  content: "\f73f";
}

.ph-users-three-bold:before {
  content: "\f740";
}

.ph-vibrate-bold:before {
  content: "\f741";
}

.ph-video-camera-bold:before {
  content: "\f742";
}

.ph-video-camera-slash-bold:before {
  content: "\f743";
}

.ph-voicemail-bold:before {
  content: "\f744";
}

.ph-volleyball-bold:before {
  content: "\f745";
}

.ph-wall-bold:before {
  content: "\f746";
}

.ph-wallet-bold:before {
  content: "\f747";
}

.ph-warning-bold:before {
  content: "\f748";
}

.ph-warning-circle-bold:before {
  content: "\f749";
}

.ph-warning-octagon-bold:before {
  content: "\f74a";
}

.ph-watch-bold:before {
  content: "\f74b";
}

.ph-waves-bold:before {
  content: "\f74c";
}

.ph-whatsapp-logo-bold:before {
  content: "\f74d";
}

.ph-wheelchair-bold:before {
  content: "\f74e";
}

.ph-wifi-high-bold:before {
  content: "\f74f";
}

.ph-wifi-low-bold:before {
  content: "\f750";
}

.ph-wifi-medium-bold:before {
  content: "\f751";
}

.ph-wifi-none-bold:before {
  content: "\f752";
}

.ph-wifi-slash-bold:before {
  content: "\f753";
}

.ph-wifi-x-bold:before {
  content: "\f754";
}

.ph-wind-bold:before {
  content: "\f755";
}

.ph-windows-logo-bold:before {
  content: "\f756";
}

.ph-wine-bold:before {
  content: "\f757";
}

.ph-wrench-bold:before {
  content: "\f758";
}

.ph-x-bold:before {
  content: "\f759";
}

.ph-x-circle-bold:before {
  content: "\f75a";
}

.ph-x-square-bold:before {
  content: "\f75b";
}

.ph-youtube-logo-bold:before {
  content: "\f75c";
}

.ph-activity-bold:before {
  content: "\f75d";
}

.ph-address-book-bold:before {
  content: "\f75e";
}

.ph-airplane-bold:before {
  content: "\f75f";
}

.ph-airplane-in-flight-bold:before {
  content: "\f760";
}

.ph-airplane-landing-bold:before {
  content: "\f761";
}

.ph-airplane-takeoff-bold:before {
  content: "\f762";
}

.ph-airplane-tilt-bold:before {
  content: "\f763";
}

.ph-airplay-bold:before {
  content: "\f764";
}

.ph-alarm-bold:before {
  content: "\f765";
}

.ph-align-bottom-fill:before {
  content: "\f766";
}

.ph-align-center-horizontal-fill:before {
  content: "\f767";
}

.ph-align-center-vertical-fill:before {
  content: "\f768";
}

.ph-align-left-fill:before {
  content: "\f769";
}

.ph-align-right-fill:before {
  content: "\f76a";
}

.ph-align-top-fill:before {
  content: "\f76b";
}

.ph-anchor-fill:before {
  content: "\f76c";
}

.ph-anchor-simple-fill:before {
  content: "\f76d";
}

.ph-android-logo-fill:before {
  content: "\f76e";
}

.ph-aperture-fill:before {
  content: "\f76f";
}

.ph-apple-logo-fill:before {
  content: "\f770";
}

.ph-app-window-fill:before {
  content: "\f771";
}

.ph-archive-box-fill:before {
  content: "\f772";
}

.ph-archive-fill:before {
  content: "\f773";
}

.ph-archive-tray-fill:before {
  content: "\f774";
}

.ph-armchair-fill:before {
  content: "\f775";
}

.ph-arrow-arc-left-fill:before {
  content: "\f776";
}

.ph-arrow-arc-right-fill:before {
  content: "\f777";
}

.ph-arrow-bend-double-up-left-fill:before {
  content: "\f778";
}

.ph-arrow-bend-double-up-right-fill:before {
  content: "\f779";
}

.ph-arrow-bend-down-left-fill:before {
  content: "\f77a";
}

.ph-arrow-bend-down-right-fill:before {
  content: "\f77b";
}

.ph-arrow-bend-left-down-fill:before {
  content: "\f77c";
}

.ph-arrow-bend-left-up-fill:before {
  content: "\f77d";
}

.ph-arrow-bend-right-down-fill:before {
  content: "\f77e";
}

.ph-arrow-bend-right-up-fill:before {
  content: "\f77f";
}

.ph-arrow-bend-up-left-fill:before {
  content: "\f780";
}

.ph-arrow-bend-up-right-fill:before {
  content: "\f781";
}

.ph-arrow-circle-down-fill:before {
  content: "\f782";
}

.ph-arrow-circle-down-left-fill:before {
  content: "\f783";
}

.ph-arrow-circle-down-right-fill:before {
  content: "\f784";
}

.ph-arrow-circle-left-fill:before {
  content: "\f785";
}

.ph-arrow-circle-right-fill:before {
  content: "\f786";
}

.ph-arrow-circle-up-fill:before {
  content: "\f787";
}

.ph-arrow-circle-up-left-fill:before {
  content: "\f788";
}

.ph-arrow-circle-up-right-fill:before {
  content: "\f789";
}

.ph-arrow-clockwise-fill:before {
  content: "\f78a";
}

.ph-arrow-counter-clockwise-fill:before {
  content: "\f78b";
}

.ph-arrow-down-fill:before {
  content: "\f78c";
}

.ph-arrow-down-left-fill:before {
  content: "\f78d";
}

.ph-arrow-down-right-fill:before {
  content: "\f78e";
}

.ph-arrow-elbow-down-left-fill:before {
  content: "\f78f";
}

.ph-arrow-elbow-down-right-fill:before {
  content: "\f790";
}

.ph-arrow-elbow-left-down-fill:before {
  content: "\f791";
}

.ph-arrow-elbow-left-fill:before {
  content: "\f792";
}

.ph-arrow-elbow-left-up-fill:before {
  content: "\f793";
}

.ph-arrow-elbow-right-down-fill:before {
  content: "\f794";
}

.ph-arrow-elbow-right-fill:before {
  content: "\f795";
}

.ph-arrow-elbow-right-up-fill:before {
  content: "\f796";
}

.ph-arrow-elbow-up-left-fill:before {
  content: "\f797";
}

.ph-arrow-elbow-up-right-fill:before {
  content: "\f798";
}

.ph-arrow-fat-down-fill:before {
  content: "\f799";
}

.ph-arrow-fat-left-fill:before {
  content: "\f79a";
}

.ph-arrow-fat-line-down-fill:before {
  content: "\f79b";
}

.ph-arrow-fat-line-left-fill:before {
  content: "\f79c";
}

.ph-arrow-fat-line-right-fill:before {
  content: "\f79d";
}

.ph-arrow-fat-lines-down-fill:before {
  content: "\f79e";
}

.ph-arrow-fat-lines-left-fill:before {
  content: "\f79f";
}

.ph-arrow-fat-lines-right-fill:before {
  content: "\f7a0";
}

.ph-arrow-fat-lines-up-fill:before {
  content: "\f7a1";
}

.ph-arrow-fat-line-up-fill:before {
  content: "\f7a2";
}

.ph-arrow-fat-right-fill:before {
  content: "\f7a3";
}

.ph-arrow-fat-up-fill:before {
  content: "\f7a4";
}

.ph-arrow-left-fill:before {
  content: "\f7a5";
}

.ph-arrow-line-down-fill:before {
  content: "\f7a6";
}

.ph-arrow-line-down-left-fill:before {
  content: "\f7a7";
}

.ph-arrow-line-down-right-fill:before {
  content: "\f7a8";
}

.ph-arrow-line-left-fill:before {
  content: "\f7a9";
}

.ph-arrow-line-right-fill:before {
  content: "\f7aa";
}

.ph-arrow-line-up-fill:before {
  content: "\f7ab";
}

.ph-arrow-line-up-left-fill:before {
  content: "\f7ac";
}

.ph-arrow-line-up-right-fill:before {
  content: "\f7ad";
}

.ph-arrow-right-fill:before {
  content: "\f7ae";
}

.ph-arrows-clockwise-fill:before {
  content: "\f7af";
}

.ph-arrows-counter-clockwise-fill:before {
  content: "\f7b0";
}

.ph-arrows-down-up-fill:before {
  content: "\f7b1";
}

.ph-arrows-in-cardinal-fill:before {
  content: "\f7b2";
}

.ph-arrows-in-fill:before {
  content: "\f7b3";
}

.ph-arrows-in-line-horizontal-fill:before {
  content: "\f7b4";
}

.ph-arrows-in-line-vertical-fill:before {
  content: "\f7b5";
}

.ph-arrows-in-simple-fill:before {
  content: "\f7b6";
}

.ph-arrows-left-right-fill:before {
  content: "\f7b7";
}

.ph-arrows-out-cardinal-fill:before {
  content: "\f7b8";
}

.ph-arrows-out-fill:before {
  content: "\f7b9";
}

.ph-arrows-out-line-horizontal-fill:before {
  content: "\f7ba";
}

.ph-arrows-out-line-vertical-fill:before {
  content: "\f7bb";
}

.ph-arrows-out-simple-fill:before {
  content: "\f7bc";
}

.ph-arrow-square-down-fill:before {
  content: "\f7bd";
}

.ph-arrow-square-down-left-fill:before {
  content: "\f7be";
}

.ph-arrow-square-down-right-fill:before {
  content: "\f7bf";
}

.ph-arrow-square-in-fill:before {
  content: "\f7c0";
}

.ph-arrow-square-left-fill:before {
  content: "\f7c1";
}

.ph-arrow-square-out-fill:before {
  content: "\f7c2";
}

.ph-arrow-square-right-fill:before {
  content: "\f7c3";
}

.ph-arrow-square-up-fill:before {
  content: "\f7c4";
}

.ph-arrow-square-up-left-fill:before {
  content: "\f7c5";
}

.ph-arrow-square-up-right-fill:before {
  content: "\f7c6";
}

.ph-arrow-u-down-left-fill:before {
  content: "\f7c7";
}

.ph-arrow-u-down-right-fill:before {
  content: "\f7c8";
}

.ph-arrow-u-left-down-fill:before {
  content: "\f7c9";
}

.ph-arrow-u-left-up-fill:before {
  content: "\f7ca";
}

.ph-arrow-up-fill:before {
  content: "\f7cb";
}

.ph-arrow-up-left-fill:before {
  content: "\f7cc";
}

.ph-arrow-up-right-fill:before {
  content: "\f7cd";
}

.ph-arrow-u-right-down-fill:before {
  content: "\f7ce";
}

.ph-arrow-u-right-up-fill:before {
  content: "\f7cf";
}

.ph-arrow-u-up-left-fill:before {
  content: "\f7d0";
}

.ph-arrow-u-up-right-fill:before {
  content: "\f7d1";
}

.ph-article-fill:before {
  content: "\f7d2";
}

.ph-article-medium-fill:before {
  content: "\f7d3";
}

.ph-article-ny-times-fill:before {
  content: "\f7d4";
}

.ph-asterisk-fill:before {
  content: "\f7d5";
}

.ph-at-fill:before {
  content: "\f7d6";
}

.ph-atom-fill:before {
  content: "\f7d7";
}

.ph-baby-fill:before {
  content: "\f7d8";
}

.ph-backspace-fill:before {
  content: "\f7d9";
}

.ph-bag-fill:before {
  content: "\f7da";
}

.ph-bag-simple-fill:before {
  content: "\f7db";
}

.ph-bandaids-fill:before {
  content: "\f7dc";
}

.ph-bank-fill:before {
  content: "\f7dd";
}

.ph-barbell-fill:before {
  content: "\f7de";
}

.ph-barcode-fill:before {
  content: "\f7df";
}

.ph-baseball-fill:before {
  content: "\f7e0";
}

.ph-basketball-fill:before {
  content: "\f7e1";
}

.ph-battery-charging-fill:before {
  content: "\f7e2";
}

.ph-battery-charging-vertical-fill:before {
  content: "\f7e3";
}

.ph-battery-empty-fill:before {
  content: "\f7e4";
}

.ph-battery-full-fill:before {
  content: "\f7e5";
}

.ph-battery-high-fill:before {
  content: "\f7e6";
}

.ph-battery-low-fill:before {
  content: "\f7e7";
}

.ph-battery-medium-fill:before {
  content: "\f7e8";
}

.ph-battery-warning-fill:before {
  content: "\f7e9";
}

.ph-battery-warning-vertical-fill:before {
  content: "\f7ea";
}

.ph-bed-fill:before {
  content: "\f7eb";
}

.ph-bell-fill:before {
  content: "\f7ec";
}

.ph-bell-ringing-fill:before {
  content: "\f7ed";
}

.ph-bell-simple-fill:before {
  content: "\f7ee";
}

.ph-bell-simple-ringing-fill:before {
  content: "\f7ef";
}

.ph-bell-simple-slash-fill:before {
  content: "\f7f0";
}

.ph-bell-simple-z-fill:before {
  content: "\f7f1";
}

.ph-bell-slash-fill:before {
  content: "\f7f2";
}

.ph-bell-z-fill:before {
  content: "\f7f3";
}

.ph-bicycle-fill:before {
  content: "\f7f4";
}

.ph-bird-fill:before {
  content: "\f7f5";
}

.ph-bluetooth-connected-fill:before {
  content: "\f7f6";
}

.ph-bluetooth-fill:before {
  content: "\f7f7";
}

.ph-bluetooth-slash-fill:before {
  content: "\f7f8";
}

.ph-bluetooth-x-fill:before {
  content: "\f7f9";
}

.ph-boat-fill:before {
  content: "\f7fa";
}

.ph-book-bookmark-fill:before {
  content: "\f7fb";
}

.ph-book-fill:before {
  content: "\f7fc";
}

.ph-bookmark-fill:before {
  content: "\f7fd";
}

.ph-bookmarks-fill:before {
  content: "\f7fe";
}

.ph-bookmark-simple-fill:before {
  content: "\f7ff";
}

.ph-bookmarks-simple-fill:before {
  content: "\f800";
}

.ph-book-open-fill:before {
  content: "\f801";
}

.ph-books-fill:before {
  content: "\f802";
}

.ph-bounding-box-fill:before {
  content: "\f803";
}

.ph-brackets-angle-fill:before {
  content: "\f804";
}

.ph-brackets-curly-fill:before {
  content: "\f805";
}

.ph-brackets-round-fill:before {
  content: "\f806";
}

.ph-brackets-square-fill:before {
  content: "\f807";
}

.ph-brain-fill:before {
  content: "\f808";
}

.ph-brandy-fill:before {
  content: "\f809";
}

.ph-briefcase-fill:before {
  content: "\f80a";
}

.ph-briefcase-metal-fill:before {
  content: "\f80b";
}

.ph-broadcast-fill:before {
  content: "\f80c";
}

.ph-browser-fill:before {
  content: "\f80d";
}

.ph-browsers-fill:before {
  content: "\f80e";
}

.ph-bug-beetle-fill:before {
  content: "\f80f";
}

.ph-bug-droid-fill:before {
  content: "\f810";
}

.ph-bug-fill:before {
  content: "\f811";
}

.ph-buildings-fill:before {
  content: "\f812";
}

.ph-bus-fill:before {
  content: "\f813";
}

.ph-cake-fill:before {
  content: "\f814";
}

.ph-calculator-fill:before {
  content: "\f815";
}

.ph-calendar-blank-fill:before {
  content: "\f816";
}

.ph-calendar-check-fill:before {
  content: "\f817";
}

.ph-calendar-fill:before {
  content: "\f818";
}

.ph-calendar-plus-fill:before {
  content: "\f819";
}

.ph-calendar-x-fill:before {
  content: "\f81a";
}

.ph-camera-fill:before {
  content: "\f81b";
}

.ph-camera-slash-fill:before {
  content: "\f81c";
}

.ph-cardholder-fill:before {
  content: "\f81d";
}

.ph-cards-fill:before {
  content: "\f81e";
}

.ph-caret-circle-double-down-fill:before {
  content: "\f81f";
}

.ph-caret-circle-double-left-fill:before {
  content: "\f820";
}

.ph-caret-circle-double-right-fill:before {
  content: "\f821";
}

.ph-caret-circle-double-up-fill:before {
  content: "\f822";
}

.ph-caret-circle-down-fill:before {
  content: "\f823";
}

.ph-caret-circle-left-fill:before {
  content: "\f824";
}

.ph-caret-circle-right-fill:before {
  content: "\f825";
}

.ph-caret-circle-up-fill:before {
  content: "\f826";
}

.ph-caret-double-down-fill:before {
  content: "\f827";
}

.ph-caret-double-left-fill:before {
  content: "\f828";
}

.ph-caret-double-right-fill:before {
  content: "\f829";
}

.ph-caret-double-up-fill:before {
  content: "\f82a";
}

.ph-caret-down-fill:before {
  content: "\f82b";
}

.ph-caret-left-fill:before {
  content: "\f82c";
}

.ph-caret-right-fill:before {
  content: "\f82d";
}

.ph-caret-up-fill:before {
  content: "\f82e";
}

.ph-car-fill:before {
  content: "\f82f";
}

.ph-car-simple-fill:before {
  content: "\f830";
}

.ph-cat-fill:before {
  content: "\f831";
}

.ph-cell-signal-full-fill:before {
  content: "\f832";
}

.ph-cell-signal-high-fill:before {
  content: "\f833";
}

.ph-cell-signal-low-fill:before {
  content: "\f834";
}

.ph-cell-signal-medium-fill:before {
  content: "\f835";
}

.ph-cell-signal-none-fill:before {
  content: "\f836";
}

.ph-cell-signal-slash-fill:before {
  content: "\f837";
}

.ph-cell-signal-x-fill:before {
  content: "\f838";
}

.ph-chalkboard-fill:before {
  content: "\f839";
}

.ph-chalkboard-simple-fill:before {
  content: "\f83a";
}

.ph-chalkboard-teacher-fill:before {
  content: "\f83b";
}

.ph-chart-bar-fill:before {
  content: "\f83c";
}

.ph-chart-bar-horizontal-fill:before {
  content: "\f83d";
}

.ph-chart-line-fill:before {
  content: "\f83e";
}

.ph-chart-line-up-fill:before {
  content: "\f83f";
}

.ph-chart-pie-fill:before {
  content: "\f840";
}

.ph-chart-pie-slice-fill:before {
  content: "\f841";
}

.ph-chat-centered-dots-fill:before {
  content: "\f842";
}

.ph-chat-centered-fill:before {
  content: "\f843";
}

.ph-chat-centered-text-fill:before {
  content: "\f844";
}

.ph-chat-circle-dots-fill:before {
  content: "\f845";
}

.ph-chat-circle-fill:before {
  content: "\f846";
}

.ph-chat-circle-text-fill:before {
  content: "\f847";
}

.ph-chat-dots-fill:before {
  content: "\f848";
}

.ph-chat-fill:before {
  content: "\f849";
}

.ph-chats-circle-fill:before {
  content: "\f84a";
}

.ph-chats-fill:before {
  content: "\f84b";
}

.ph-chats-teardrop-fill:before {
  content: "\f84c";
}

.ph-chat-teardrop-dots-fill:before {
  content: "\f84d";
}

.ph-chat-teardrop-fill:before {
  content: "\f84e";
}

.ph-chat-teardrop-text-fill:before {
  content: "\f84f";
}

.ph-chat-text-fill:before {
  content: "\f850";
}

.ph-check-circle-fill:before {
  content: "\f851";
}

.ph-check-fill:before {
  content: "\f852";
}

.ph-checks-fill:before {
  content: "\f853";
}

.ph-check-square-fill:before {
  content: "\f854";
}

.ph-check-square-offset-fill:before {
  content: "\f855";
}

.ph-circle-dashed-fill:before {
  content: "\f856";
}

.ph-circle-fill:before {
  content: "\f857";
}

.ph-circle-half-fill:before {
  content: "\f858";
}

.ph-circle-half-tilt-fill:before {
  content: "\f859";
}

.ph-circles-four-fill:before {
  content: "\f85a";
}

.ph-circles-three-fill:before {
  content: "\f85b";
}

.ph-circles-three-plus-fill:before {
  content: "\f85c";
}

.ph-circle-wavy-check-fill:before {
  content: "\f85d";
}

.ph-circle-wavy-fill:before {
  content: "\f85e";
}

.ph-circle-wavy-question-fill:before {
  content: "\f85f";
}

.ph-circle-wavy-warning-fill:before {
  content: "\f860";
}

.ph-clipboard-fill:before {
  content: "\f861";
}

.ph-clipboard-text-fill:before {
  content: "\f862";
}

.ph-clock-afternoon-fill:before {
  content: "\f863";
}

.ph-clock-clockwise-fill:before {
  content: "\f864";
}

.ph-clock-counter-clockwise-fill:before {
  content: "\f865";
}

.ph-clock-fill:before {
  content: "\f866";
}

.ph-closed-captioning-fill:before {
  content: "\f867";
}

.ph-cloud-arrow-down-fill:before {
  content: "\f868";
}

.ph-cloud-arrow-up-fill:before {
  content: "\f869";
}

.ph-cloud-check-fill:before {
  content: "\f86a";
}

.ph-cloud-fill:before {
  content: "\f86b";
}

.ph-cloud-fog-fill:before {
  content: "\f86c";
}

.ph-cloud-lightning-fill:before {
  content: "\f86d";
}

.ph-cloud-moon-fill:before {
  content: "\f86e";
}

.ph-cloud-rain-fill:before {
  content: "\f86f";
}

.ph-cloud-slash-fill:before {
  content: "\f870";
}

.ph-cloud-snow-fill:before {
  content: "\f871";
}

.ph-cloud-sun-fill:before {
  content: "\f872";
}

.ph-club-fill:before {
  content: "\f873";
}

.ph-code-fill:before {
  content: "\f874";
}

.ph-code-simple-fill:before {
  content: "\f875";
}

.ph-coffee-fill:before {
  content: "\f876";
}

.ph-coin-fill:before {
  content: "\f877";
}

.ph-columns-fill:before {
  content: "\f878";
}

.ph-command-fill:before {
  content: "\f879";
}

.ph-compass-fill:before {
  content: "\f87a";
}

.ph-computer-tower-fill:before {
  content: "\f87b";
}

.ph-cookie-fill:before {
  content: "\f87c";
}

.ph-cooking-pot-fill:before {
  content: "\f87d";
}

.ph-copy-fill:before {
  content: "\f87e";
}

.ph-copyright-fill:before {
  content: "\f87f";
}

.ph-copy-simple-fill:before {
  content: "\f880";
}

.ph-corners-in-fill:before {
  content: "\f881";
}

.ph-corners-out-fill:before {
  content: "\f882";
}

.ph-cpu-fill:before {
  content: "\f883";
}

.ph-credit-card-fill:before {
  content: "\f884";
}

.ph-crop-fill:before {
  content: "\f885";
}

.ph-crosshair-fill:before {
  content: "\f886";
}

.ph-crosshair-simple-fill:before {
  content: "\f887";
}

.ph-crown-fill:before {
  content: "\f888";
}

.ph-crown-simple-fill:before {
  content: "\f889";
}

.ph-cube-fill:before {
  content: "\f88a";
}

.ph-currency-btc-fill:before {
  content: "\f88b";
}

.ph-currency-circle-dollar-fill:before {
  content: "\f88c";
}

.ph-currency-cny-fill:before {
  content: "\f88d";
}

.ph-currency-dollar-fill:before {
  content: "\f88e";
}

.ph-currency-dollar-simple-fill:before {
  content: "\f88f";
}

.ph-currency-eur-fill:before {
  content: "\f890";
}

.ph-currency-gbp-fill:before {
  content: "\f891";
}

.ph-currency-inr-fill:before {
  content: "\f892";
}

.ph-currency-jpy-fill:before {
  content: "\f893";
}

.ph-currency-krw-fill:before {
  content: "\f894";
}

.ph-currency-rub-fill:before {
  content: "\f895";
}

.ph-cursor-fill:before {
  content: "\f896";
}

.ph-database-fill:before {
  content: "\f897";
}

.ph-desktop-fill:before {
  content: "\f898";
}

.ph-desktop-tower-fill:before {
  content: "\f899";
}

.ph-device-mobile-camera-fill:before {
  content: "\f89a";
}

.ph-device-mobile-fill:before {
  content: "\f89b";
}

.ph-device-mobile-speaker-fill:before {
  content: "\f89c";
}

.ph-device-tablet-camera-fill:before {
  content: "\f89d";
}

.ph-device-tablet-fill:before {
  content: "\f89e";
}

.ph-device-tablet-speaker-fill:before {
  content: "\f89f";
}

.ph-diamond-fill:before {
  content: "\f8a0";
}

.ph-dice-five-fill:before {
  content: "\f8a1";
}

.ph-dice-four-fill:before {
  content: "\f8a2";
}

.ph-dice-one-fill:before {
  content: "\f8a3";
}

.ph-dice-six-fill:before {
  content: "\f8a4";
}

.ph-dice-three-fill:before {
  content: "\f8a5";
}

.ph-dice-two-fill:before {
  content: "\f8a6";
}

.ph-disc-fill:before {
  content: "\f8a7";
}

.ph-discord-logo-fill:before {
  content: "\f8a8";
}

.ph-divide-fill:before {
  content: "\f8a9";
}

.ph-dog-fill:before {
  content: "\f8aa";
}

.ph-door-fill:before {
  content: "\f8ab";
}

.ph-dots-nine-fill:before {
  content: "\f8ac";
}

.ph-dots-six-fill:before {
  content: "\f8ad";
}

.ph-dots-six-vertical-fill:before {
  content: "\f8ae";
}

.ph-dots-three-circle-fill:before {
  content: "\f8af";
}

.ph-dots-three-circle-vertical-fill:before {
  content: "\f8b0";
}

.ph-dots-three-fill:before {
  content: "\f8b1";
}

.ph-dots-three-outline-fill:before {
  content: "\f8b2";
}

.ph-dots-three-outline-vertical-fill:before {
  content: "\f8b3";
}

.ph-dots-three-vertical-fill:before {
  content: "\f8b4";
}

.ph-download-fill:before {
  content: "\f8b5";
}

.ph-download-simple-fill:before {
  content: "\f8b6";
}

.ph-dribbble-logo-fill:before {
  content: "\f8b7";
}

.ph-drop-fill:before {
  content: "\f8b8";
}

.ph-drop-half-fill:before {
  content: "\f8b9";
}

.ph-ear-fill:before {
  content: "\f8ba";
}

.ph-ear-slash-fill:before {
  content: "\f8bb";
}

.ph-eject-fill:before {
  content: "\f8bc";
}

.ph-eject-simple-fill:before {
  content: "\f8bd";
}

.ph-envelope-fill:before {
  content: "\f8be";
}

.ph-envelope-open-fill:before {
  content: "\f8bf";
}

.ph-envelope-simple-fill:before {
  content: "\f8c0";
}

.ph-envelope-simple-open-fill:before {
  content: "\f8c1";
}

.ph-equals-fill:before {
  content: "\f8c2";
}

.ph-eraser-fill:before {
  content: "\f8c3";
}

.ph-export-fill:before {
  content: "\f8c4";
}

.ph-eye-closed-fill:before {
  content: "\f8c5";
}

.ph-eyedropper-fill:before {
  content: "\f8c6";
}

.ph-eye-fill:before {
  content: "\f8c7";
}

.ph-eye-slash-fill:before {
  content: "\f8c8";
}

.ph-facebook-logo-fill:before {
  content: "\f8c9";
}

.ph-face-mask-fill:before {
  content: "\f8ca";
}

.ph-factory-fill:before {
  content: "\f8cb";
}

.ph-faders-fill:before {
  content: "\f8cc";
}

.ph-faders-horizontal-fill:before {
  content: "\f8cd";
}

.ph-fast-forward-circle-fill:before {
  content: "\f8ce";
}

.ph-fast-forward-fill:before {
  content: "\f8cf";
}

.ph-figma-logo-fill:before {
  content: "\f8d0";
}

.ph-file-arrow-down-fill:before {
  content: "\f8d1";
}

.ph-file-arrow-up-fill:before {
  content: "\f8d2";
}

.ph-file-dotted-fill:before {
  content: "\f8d3";
}

.ph-file-fill:before {
  content: "\f8d4";
}

.ph-file-minus-fill:before {
  content: "\f8d5";
}

.ph-file-pdf-fill:before {
  content: "\f8d6";
}

.ph-file-plus-fill:before {
  content: "\f8d7";
}

.ph-file-search-fill:before {
  content: "\f8d8";
}

.ph-files-fill:before {
  content: "\f8d9";
}

.ph-file-text-fill:before {
  content: "\f8da";
}

.ph-file-x-fill:before {
  content: "\f8db";
}

.ph-film-strip-fill:before {
  content: "\f8dc";
}

.ph-fingerprint-fill:before {
  content: "\f8dd";
}

.ph-fingerprint-simple-fill:before {
  content: "\f8de";
}

.ph-finn-the-human-fill:before {
  content: "\f8df";
}

.ph-fire-fill:before {
  content: "\f8e0";
}

.ph-fire-simple-fill:before {
  content: "\f8e1";
}

.ph-first-aid-fill:before {
  content: "\f8e2";
}

.ph-first-aid-kit-fill:before {
  content: "\f8e3";
}

.ph-fish-fill:before {
  content: "\f8e4";
}

.ph-fish-simple-fill:before {
  content: "\f8e5";
}

.ph-flag-banner-fill:before {
  content: "\f8e6";
}

.ph-flag-fill:before {
  content: "\f8e7";
}

.ph-flame-fill:before {
  content: "\f8e8";
}

.ph-flashlight-fill:before {
  content: "\f8e9";
}

.ph-flask-fill:before {
  content: "\f8ea";
}

.ph-floppy-disk-back-fill:before {
  content: "\f8eb";
}

.ph-floppy-disk-fill:before {
  content: "\f8ec";
}

.ph-flow-arrow-fill:before {
  content: "\f8ed";
}

.ph-flower-fill:before {
  content: "\f8ee";
}

.ph-flower-lotus-fill:before {
  content: "\f8ef";
}

.ph-folder-fill:before {
  content: "\f8f0";
}

.ph-folder-minus-fill:before {
  content: "\f8f1";
}

.ph-folder-notch-fill:before {
  content: "\f8f2";
}

.ph-folder-notch-minus-fill:before {
  content: "\f8f3";
}

.ph-folder-notch-open-fill:before {
  content: "\f8f4";
}

.ph-folder-notch-plus-fill:before {
  content: "\f8f5";
}

.ph-folder-open-fill:before {
  content: "\f8f6";
}

.ph-folder-plus-fill:before {
  content: "\f8f7";
}

.ph-folders-fill:before {
  content: "\f8f8";
}

.ph-folder-simple-fill:before {
  content: "\f8f9";
}

.ph-folder-simple-minus-fill:before {
  content: "\f8fa";
}

.ph-folder-simple-plus-fill:before {
  content: "\f8fb";
}

.ph-football-fill:before {
  content: "\f8fc";
}

.ph-fork-knife-fill:before {
  content: "\f8fd";
}

.ph-frame-corners-fill:before {
  content: "\f8fe";
}

.ph-framer-logo-fill:before {
  content: "\f8ff";
}

.ph-funnel-fill:before {
  content: "豈";
}

.ph-funnel-simple-fill:before {
  content: "更";
}

.ph-game-controller-fill:before {
  content: "車";
}

.ph-gas-pump-fill:before {
  content: "賈";
}

.ph-gauge-fill:before {
  content: "滑";
}

.ph-gear-fill:before {
  content: "串";
}

.ph-gear-six-fill:before {
  content: "句";
}

.ph-gender-female-fill:before {
  content: "龜";
}

.ph-gender-intersex-fill:before {
  content: "龜";
}

.ph-gender-male-fill:before {
  content: "契";
}

.ph-gender-neuter-fill:before {
  content: "金";
}

.ph-gender-nonbinary-fill:before {
  content: "喇";
}

.ph-gender-transgender-fill:before {
  content: "奈";
}

.ph-ghost-fill:before {
  content: "懶";
}

.ph-gif-fill:before {
  content: "癩";
}

.ph-gift-fill:before {
  content: "羅";
}

.ph-git-branch-fill:before {
  content: "蘿";
}

.ph-git-commit-fill:before {
  content: "螺";
}

.ph-git-diff-fill:before {
  content: "裸";
}

.ph-git-fork-fill:before {
  content: "邏";
}

.ph-github-logo-fill:before {
  content: "樂";
}

.ph-gitlab-logo-fill:before {
  content: "洛";
}

.ph-gitlab-logo-simple-fill:before {
  content: "烙";
}

.ph-git-merge-fill:before {
  content: "珞";
}

.ph-git-pull-request-fill:before {
  content: "落";
}

.ph-globe-fill:before {
  content: "酪";
}

.ph-globe-hemisphere-east-fill:before {
  content: "駱";
}

.ph-globe-hemisphere-west-fill:before {
  content: "亂";
}

.ph-globe-simple-fill:before {
  content: "卵";
}

.ph-globe-stand-fill:before {
  content: "欄";
}

.ph-google-logo-fill:before {
  content: "爛";
}

.ph-google-play-logo-fill:before {
  content: "蘭";
}

.ph-graduation-cap-fill:before {
  content: "鸞";
}

.ph-grid-four-fill:before {
  content: "嵐";
}

.ph-handbag-fill:before {
  content: "濫";
}

.ph-handbag-simple-fill:before {
  content: "藍";
}

.ph-hand-fill:before {
  content: "襤";
}

.ph-hand-fist-fill:before {
  content: "拉";
}

.ph-hand-grabbing-fill:before {
  content: "臘";
}

.ph-hand-palm-fill:before {
  content: "蠟";
}

.ph-hand-pointing-fill:before {
  content: "廊";
}

.ph-hands-clapping-fill:before {
  content: "朗";
}

.ph-handshake-fill:before {
  content: "浪";
}

.ph-hand-soap-fill:before {
  content: "狼";
}

.ph-hand-waving-fill:before {
  content: "郎";
}

.ph-hard-drive-fill:before {
  content: "來";
}

.ph-hard-drives-fill:before {
  content: "冷";
}

.ph-hash-fill:before {
  content: "勞";
}

.ph-hash-straight-fill:before {
  content: "擄";
}

.ph-headlights-fill:before {
  content: "櫓";
}

.ph-headphones-fill:before {
  content: "爐";
}

.ph-headset-fill:before {
  content: "盧";
}

.ph-heartbeat-fill:before {
  content: "老";
}

.ph-heart-fill:before {
  content: "蘆";
}

.ph-heart-straight-fill:before {
  content: "虜";
}

.ph-hexagon-fill:before {
  content: "路";
}

.ph-highlighter-circle-fill:before {
  content: "露";
}

.ph-horse-fill:before {
  content: "魯";
}

.ph-hourglass-fill:before {
  content: "鷺";
}

.ph-hourglass-high-fill:before {
  content: "碌";
}

.ph-hourglass-low-fill:before {
  content: "祿";
}

.ph-hourglass-medium-fill:before {
  content: "綠";
}

.ph-hourglass-simple-fill:before {
  content: "菉";
}

.ph-hourglass-simple-high-fill:before {
  content: "錄";
}

.ph-hourglass-simple-low-fill:before {
  content: "鹿";
}

.ph-hourglass-simple-medium-fill:before {
  content: "論";
}

.ph-house-fill:before {
  content: "壟";
}

.ph-house-line-fill:before {
  content: "弄";
}

.ph-house-simple-fill:before {
  content: "籠";
}

.ph-identification-badge-fill:before {
  content: "聾";
}

.ph-identification-card-fill:before {
  content: "牢";
}

.ph-image-fill:before {
  content: "磊";
}

.ph-image-square-fill:before {
  content: "賂";
}

.ph-infinity-fill:before {
  content: "雷";
}

.ph-info-fill:before {
  content: "壘";
}

.ph-instagram-logo-fill:before {
  content: "屢";
}

.ph-intersect-fill:before {
  content: "樓";
}

.ph-jeep-fill:before {
  content: "淚";
}

.ph-keyboard-fill:before {
  content: "漏";
}

.ph-key-fill:before {
  content: "累";
}

.ph-key-return-fill:before {
  content: "縷";
}

.ph-knife-fill:before {
  content: "陋";
}

.ph-lamp-fill:before {
  content: "勒";
}

.ph-laptop-fill:before {
  content: "肋";
}

.ph-layout-fill:before {
  content: "凜";
}

.ph-leaf-fill:before {
  content: "凌";
}

.ph-lifebuoy-fill:before {
  content: "稜";
}

.ph-lightbulb-filament-fill:before {
  content: "綾";
}

.ph-lightbulb-fill:before {
  content: "菱";
}

.ph-lightning-fill:before {
  content: "陵";
}

.ph-lightning-slash-fill:before {
  content: "讀";
}

.ph-line-segment-fill:before {
  content: "拏";
}

.ph-line-segments-fill:before {
  content: "樂";
}

.ph-link-break-fill:before {
  content: "諾";
}

.ph-linkedin-logo-fill:before {
  content: "丹";
}

.ph-link-fill:before {
  content: "寧";
}

.ph-link-simple-break-fill:before {
  content: "怒";
}

.ph-link-simple-fill:before {
  content: "率";
}

.ph-link-simple-horizontal-break-fill:before {
  content: "異";
}

.ph-link-simple-horizontal-fill:before {
  content: "北";
}

.ph-list-bullets-fill:before {
  content: "磻";
}

.ph-list-dashes-fill:before {
  content: "便";
}

.ph-list-fill:before {
  content: "復";
}

.ph-list-numbers-fill:before {
  content: "不";
}

.ph-list-plus-fill:before {
  content: "泌";
}

.ph-lock-fill:before {
  content: "數";
}

.ph-lock-key-fill:before {
  content: "索";
}

.ph-lock-key-open-fill:before {
  content: "參";
}

.ph-lock-laminated-fill:before {
  content: "塞";
}

.ph-lock-laminated-open-fill:before {
  content: "省";
}

.ph-lock-open-fill:before {
  content: "葉";
}

.ph-lock-simple-fill:before {
  content: "說";
}

.ph-lock-simple-open-fill:before {
  content: "殺";
}

.ph-magic-wand-fill:before {
  content: "辰";
}

.ph-magnet-fill:before {
  content: "沈";
}

.ph-magnet-straight-fill:before {
  content: "拾";
}

.ph-magnifying-glass-fill:before {
  content: "若";
}

.ph-magnifying-glass-minus-fill:before {
  content: "掠";
}

.ph-magnifying-glass-plus-fill:before {
  content: "略";
}

.ph-map-pin-fill:before {
  content: "亮";
}

.ph-map-pin-line-fill:before {
  content: "兩";
}

.ph-map-trifold-fill:before {
  content: "凉";
}

.ph-marker-circle-fill:before {
  content: "梁";
}

.ph-martini-fill:before {
  content: "糧";
}

.ph-math-operations-fill:before {
  content: "良";
}

.ph-medal-fill:before {
  content: "諒";
}

.ph-medium-logo-fill:before {
  content: "量";
}

.ph-megaphone-fill:before {
  content: "勵";
}

.ph-megaphone-simple-fill:before {
  content: "呂";
}

.ph-messenger-logo-fill:before {
  content: "女";
}

.ph-microphone-fill:before {
  content: "廬";
}

.ph-microphone-slash-fill:before {
  content: "旅";
}

.ph-minus-circle-fill:before {
  content: "濾";
}

.ph-minus-fill:before {
  content: "礪";
}

.ph-money-fill:before {
  content: "閭";
}

.ph-monitor-fill:before {
  content: "驪";
}

.ph-monitor-play-fill:before {
  content: "麗";
}

.ph-moon-fill:before {
  content: "黎";
}

.ph-moon-stars-fill:before {
  content: "力";
}

.ph-mouse-fill:before {
  content: "曆";
}

.ph-mouse-simple-fill:before {
  content: "歷";
}

.ph-music-note-fill:before {
  content: "轢";
}

.ph-music-notes-fill:before {
  content: "年";
}

.ph-music-note-simple-fill:before {
  content: "憐";
}

.ph-music-notes-simple-fill:before {
  content: "戀";
}

.ph-navigation-arrow-fill:before {
  content: "撚";
}

.ph-newspaper-clipping-fill:before {
  content: "漣";
}

.ph-newspaper-fill:before {
  content: "煉";
}

.ph-note-blank-fill:before {
  content: "璉";
}

.ph-notebook-fill:before {
  content: "秊";
}

.ph-note-fill:before {
  content: "練";
}

.ph-notepad-fill:before {
  content: "聯";
}

.ph-note-pencil-fill:before {
  content: "輦";
}

.ph-notification-fill:before {
  content: "蓮";
}

.ph-number-circle-eight-fill:before {
  content: "連";
}

.ph-number-circle-five-fill:before {
  content: "鍊";
}

.ph-number-circle-four-fill:before {
  content: "列";
}

.ph-number-circle-nine-fill:before {
  content: "劣";
}

.ph-number-circle-one-fill:before {
  content: "咽";
}

.ph-number-circle-seven-fill:before {
  content: "烈";
}

.ph-number-circle-six-fill:before {
  content: "裂";
}

.ph-number-circle-three-fill:before {
  content: "說";
}

.ph-number-circle-two-fill:before {
  content: "廉";
}

.ph-number-circle-zero-fill:before {
  content: "念";
}

.ph-number-eight-fill:before {
  content: "捻";
}

.ph-number-five-fill:before {
  content: "殮";
}

.ph-number-four-fill:before {
  content: "簾";
}

.ph-number-nine-fill:before {
  content: "獵";
}

.ph-number-one-fill:before {
  content: "令";
}

.ph-number-seven-fill:before {
  content: "囹";
}

.ph-number-six-fill:before {
  content: "寧";
}

.ph-number-square-eight-fill:before {
  content: "嶺";
}

.ph-number-square-five-fill:before {
  content: "怜";
}

.ph-number-square-four-fill:before {
  content: "玲";
}

.ph-number-square-nine-fill:before {
  content: "瑩";
}

.ph-number-square-one-fill:before {
  content: "羚";
}

.ph-number-square-seven-fill:before {
  content: "聆";
}

.ph-number-square-six-fill:before {
  content: "鈴";
}

.ph-number-square-three-fill:before {
  content: "零";
}

.ph-number-square-two-fill:before {
  content: "靈";
}

.ph-number-square-zero-fill:before {
  content: "領";
}

.ph-number-three-fill:before {
  content: "例";
}

.ph-number-two-fill:before {
  content: "禮";
}

.ph-number-zero-fill:before {
  content: "醴";
}

.ph-nut-fill:before {
  content: "隸";
}

.ph-ny-times-logo-fill:before {
  content: "惡";
}

.ph-octagon-fill:before {
  content: "了";
}

.ph-package-fill:before {
  content: "僚";
}

.ph-paint-brush-broad-fill:before {
  content: "寮";
}

.ph-paint-brush-fill:before {
  content: "尿";
}

.ph-paint-brush-household-fill:before {
  content: "料";
}

.ph-paint-bucket-fill:before {
  content: "樂";
}

.ph-paint-roller-fill:before {
  content: "燎";
}

.ph-palette-fill:before {
  content: "療";
}

.ph-paperclip-fill:before {
  content: "蓼";
}

.ph-paperclip-horizontal-fill:before {
  content: "遼";
}

.ph-paper-plane-fill:before {
  content: "龍";
}

.ph-paper-plane-right-fill:before {
  content: "暈";
}

.ph-paper-plane-tilt-fill:before {
  content: "阮";
}

.ph-path-fill:before {
  content: "劉";
}

.ph-pause-circle-fill:before {
  content: "杻";
}

.ph-pause-fill:before {
  content: "柳";
}

.ph-paw-print-fill:before {
  content: "流";
}

.ph-peace-fill:before {
  content: "溜";
}

.ph-pencil-circle-fill:before {
  content: "琉";
}

.ph-pencil-fill:before {
  content: "留";
}

.ph-pencil-line-fill:before {
  content: "硫";
}

.ph-pencil-simple-fill:before {
  content: "紐";
}

.ph-pen-fill:before {
  content: "類";
}

.ph-pen-nib-fill:before {
  content: "六";
}

.ph-pen-nib-straight-fill:before {
  content: "戮";
}

.ph-percent-fill:before {
  content: "陸";
}

.ph-person-fill:before {
  content: "倫";
}

.ph-person-simple-fill:before {
  content: "崙";
}

.ph-person-simple-run-fill:before {
  content: "淪";
}

.ph-person-simple-walk-fill:before {
  content: "輪";
}

.ph-phone-call-fill:before {
  content: "律";
}

.ph-phone-disconnect-fill:before {
  content: "慄";
}

.ph-phone-fill:before {
  content: "栗";
}

.ph-phone-incoming-fill:before {
  content: "率";
}

.ph-phone-outgoing-fill:before {
  content: "隆";
}

.ph-phone-slash-fill:before {
  content: "利";
}

.ph-phone-x-fill:before {
  content: "吏";
}

.ph-phosphor-logo-fill:before {
  content: "履";
}

.ph-picture-in-picture-fill:before {
  content: "易";
}

.ph-pill-fill:before {
  content: "李";
}

.ph-pinterest-logo-fill:before {
  content: "梨";
}

.ph-pizza-fill:before {
  content: "泥";
}

.ph-placeholder-fill:before {
  content: "理";
}

.ph-planet-fill:before {
  content: "痢";
}

.ph-play-circle-fill:before {
  content: "罹";
}

.ph-play-fill:before {
  content: "裏";
}

.ph-playlist-fill:before {
  content: "裡";
}

.ph-plus-circle-fill:before {
  content: "里";
}

.ph-plus-fill:before {
  content: "離";
}

.ph-plus-minus-fill:before {
  content: "匿";
}

.ph-poker-chip-fill:before {
  content: "溺";
}

.ph-polygon-fill:before {
  content: "吝";
}

.ph-power-fill:before {
  content: "燐";
}

.ph-prescription-fill:before {
  content: "璘";
}

.ph-presentation-chart-fill:before {
  content: "藺";
}

.ph-presentation-fill:before {
  content: "隣";
}

.ph-printer-fill:before {
  content: "鱗";
}

.ph-prohibit-fill:before {
  content: "麟";
}

.ph-prohibit-inset-fill:before {
  content: "林";
}

.ph-projector-screen-chart-fill:before {
  content: "淋";
}

.ph-projector-screen-fill:before {
  content: "臨";
}

.ph-push-pin-fill:before {
  content: "立";
}

.ph-push-pin-simple-fill:before {
  content: "笠";
}

.ph-push-pin-simple-slash-fill:before {
  content: "粒";
}

.ph-push-pin-slash-fill:before {
  content: "狀";
}

.ph-puzzle-piece-fill:before {
  content: "炙";
}

.ph-qr-code-fill:before {
  content: "識";
}

.ph-question-fill:before {
  content: "什";
}

.ph-queue-fill:before {
  content: "茶";
}

.ph-quotes-fill:before {
  content: "刺";
}

.ph-radical-fill:before {
  content: "切";
}

.ph-radio-fill:before {
  content: "度";
}

.ph-rainbow-cloud-fill:before {
  content: "拓";
}

.ph-rainbow-fill:before {
  content: "糖";
}

.ph-receipt-fill:before {
  content: "宅";
}

.ph-record-fill:before {
  content: "洞";
}

.ph-rectangle-fill:before {
  content: "暴";
}

.ph-recycle-fill:before {
  content: "輻";
}

.ph-reddit-logo-fill:before {
  content: "行";
}

.ph-repeat-fill:before {
  content: "降";
}

.ph-repeat-once-fill:before {
  content: "見";
}

.ph-rewind-circle-fill:before {
  content: "廓";
}

.ph-rewind-fill:before {
  content: "兀";
}

.ph-robot-fill:before {
  content: "嗀";
}

.ph-rocket-fill:before {
  content: "﨎";
}

.ph-rocket-launch-fill:before {
  content: "﨏";
}

.ph-rows-fill:before {
  content: "塚";
}

.ph-rss-fill:before {
  content: "﨑";
}

.ph-rss-simple-fill:before {
  content: "晴";
}

.ph-ruler-fill:before {
  content: "﨓";
}

.ph-scales-fill:before {
  content: "﨔";
}

.ph-scissors-fill:before {
  content: "凞";
}

.ph-screencast-fill:before {
  content: "猪";
}

.ph-scribble-loop-fill:before {
  content: "益";
}

.ph-selection-all-fill:before {
  content: "礼";
}

.ph-selection-background-fill:before {
  content: "神";
}

.ph-selection-fill:before {
  content: "祥";
}

.ph-selection-foreground-fill:before {
  content: "福";
}

.ph-selection-inverse-fill:before {
  content: "靖";
}

.ph-selection-plus-fill:before {
  content: "精";
}

.ph-selection-slash-fill:before {
  content: "羽";
}

.ph-share-fill:before {
  content: "﨟";
}

.ph-share-network-fill:before {
  content: "蘒";
}

.ph-shield-checkered-fill:before {
  content: "﨡";
}

.ph-shield-check-fill:before {
  content: "諸";
}

.ph-shield-chevron-fill:before {
  content: "﨣";
}

.ph-shield-fill:before {
  content: "﨤";
}

.ph-shield-plus-fill:before {
  content: "逸";
}

.ph-shield-slash-fill:before {
  content: "都";
}

.ph-shield-warning-fill:before {
  content: "﨧";
}

.ph-shopping-bag-fill:before {
  content: "﨨";
}

.ph-shopping-bag-open-fill:before {
  content: "﨩";
}

.ph-shopping-cart-fill:before {
  content: "飯";
}

.ph-shopping-cart-simple-fill:before {
  content: "飼";
}

.ph-shower-fill:before {
  content: "館";
}

.ph-shuffle-angular-fill:before {
  content: "鶴";
}

.ph-shuffle-fill:before {
  content: "郞";
}

.ph-shuffle-simple-fill:before {
  content: "隷";
}

.ph-sign-in-fill:before {
  content: "侮";
}

.ph-sign-out-fill:before {
  content: "僧";
}

.ph-sim-card-fill:before {
  content: "免";
}

.ph-sketch-logo-fill:before {
  content: "勉";
}

.ph-skip-back-circle-fill:before {
  content: "勤";
}

.ph-skip-back-fill:before {
  content: "卑";
}

.ph-skip-forward-circle-fill:before {
  content: "喝";
}

.ph-skip-forward-fill:before {
  content: "嘆";
}

.ph-slack-logo-fill:before {
  content: "器";
}

.ph-sliders-fill:before {
  content: "塀";
}

.ph-sliders-horizontal-fill:before {
  content: "墨";
}

.ph-smiley-blank-fill:before {
  content: "層";
}

.ph-smiley-fill:before {
  content: "屮";
}

.ph-smiley-meh-fill:before {
  content: "悔";
}

.ph-smiley-nervous-fill:before {
  content: "慨";
}

.ph-smiley-sad-fill:before {
  content: "憎";
}

.ph-smiley-sticker-fill:before {
  content: "懲";
}

.ph-smiley-wink-fill:before {
  content: "敏";
}

.ph-smiley-x-eyes-fill:before {
  content: "既";
}

.ph-snapchat-logo-fill:before {
  content: "暑";
}

.ph-snowflake-fill:before {
  content: "梅";
}

.ph-soccer-ball-fill:before {
  content: "海";
}

.ph-sort-ascending-fill:before {
  content: "渚";
}

.ph-sort-descending-fill:before {
  content: "漢";
}

.ph-spade-fill:before {
  content: "煮";
}

.ph-sparkle-fill:before {
  content: "爫";
}

.ph-speaker-high-fill:before {
  content: "琢";
}

.ph-speaker-low-fill:before {
  content: "碑";
}

.ph-speaker-none-fill:before {
  content: "社";
}

.ph-speaker-simple-high-fill:before {
  content: "祉";
}

.ph-speaker-simple-low-fill:before {
  content: "祈";
}

.ph-speaker-simple-none-fill:before {
  content: "祐";
}

.ph-speaker-simple-slash-fill:before {
  content: "祖";
}

.ph-speaker-simple-x-fill:before {
  content: "祝";
}

.ph-speaker-slash-fill:before {
  content: "禍";
}

.ph-speaker-x-fill:before {
  content: "禎";
}

.ph-spinner-fill:before {
  content: "穀";
}

.ph-spinner-gap-fill:before {
  content: "突";
}

.ph-spotify-logo-fill:before {
  content: "節";
}

.ph-square-fill:before {
  content: "練";
}

.ph-square-half-fill:before {
  content: "縉";
}

.ph-square-logo-fill:before {
  content: "繁";
}

.ph-squares-four-fill:before {
  content: "署";
}

.ph-stack-fill:before {
  content: "者";
}

.ph-stack-simple-fill:before {
  content: "臭";
}

.ph-star-fill:before {
  content: "艹";
}

.ph-star-four-fill:before {
  content: "艹";
}

.ph-star-half-fill:before {
  content: "著";
}

.ph-sticker-fill:before {
  content: "褐";
}

.ph-stop-circle-fill:before {
  content: "視";
}

.ph-stop-fill:before {
  content: "謁";
}

.ph-storefront-fill:before {
  content: "謹";
}

.ph-stripe-logo-fill:before {
  content: "賓";
}

.ph-student-fill:before {
  content: "贈";
}

.ph-suitcase-fill:before {
  content: "辶";
}

.ph-suitcase-simple-fill:before {
  content: "逸";
}

.ph-sun-dim-fill:before {
  content: "難";
}

.ph-sun-fill:before {
  content: "響";
}

.ph-sun-horizon-fill:before {
  content: "頻";
}

.ph-swap-fill:before {
  content: "恵";
}

.ph-swatches-fill:before {
  content: "𤋮";
}

.ph-sword-fill:before {
  content: "舘";
}

.ph-table-fill:before {
  content: "﩮";
}

.ph-tag-chevron-fill:before {
  content: "﩯";
}

.ph-tag-fill:before {
  content: "並";
}

.ph-tag-simple-fill:before {
  content: "况";
}

.ph-target-fill:before {
  content: "全";
}

.ph-telegram-logo-fill:before {
  content: "侀";
}

.ph-television-fill:before {
  content: "充";
}

.ph-television-simple-fill:before {
  content: "冀";
}

.ph-tennis-ball-fill:before {
  content: "勇";
}

.ph-terminal-fill:before {
  content: "勺";
}

.ph-terminal-window-fill:before {
  content: "喝";
}

.ph-test-tube-fill:before {
  content: "啕";
}

.ph-text-aa-fill:before {
  content: "喙";
}

.ph-text-align-center-fill:before {
  content: "嗢";
}

.ph-text-align-justify-fill:before {
  content: "塚";
}

.ph-text-align-left-fill:before {
  content: "墳";
}

.ph-text-align-right-fill:before {
  content: "奄";
}

.ph-text-bolder-fill:before {
  content: "奔";
}

.ph-text-h-fill:before {
  content: "婢";
}

.ph-text-h-five-fill:before {
  content: "嬨";
}

.ph-text-h-four-fill:before {
  content: "廒";
}

.ph-text-h-one-fill:before {
  content: "廙";
}

.ph-text-h-six-fill:before {
  content: "彩";
}

.ph-text-h-three-fill:before {
  content: "徭";
}

.ph-text-h-two-fill:before {
  content: "惘";
}

.ph-text-italic-fill:before {
  content: "慎";
}

.ph-text-strikethrough-fill:before {
  content: "愈";
}

.ph-text-t-fill:before {
  content: "憎";
}

.ph-text-underline-fill:before {
  content: "慠";
}

.ph-thermometer-cold-fill:before {
  content: "懲";
}

.ph-thermometer-fill:before {
  content: "戴";
}

.ph-thermometer-hot-fill:before {
  content: "揄";
}

.ph-thermometer-simple-fill:before {
  content: "搜";
}

.ph-thumbs-down-fill:before {
  content: "摒";
}

.ph-thumbs-up-fill:before {
  content: "敖";
}

.ph-ticket-fill:before {
  content: "晴";
}

.ph-tiktok-logo-fill:before {
  content: "朗";
}

.ph-timer-fill:before {
  content: "望";
}

.ph-toggle-left-fill:before {
  content: "杖";
}

.ph-toggle-right-fill:before {
  content: "歹";
}

.ph-toilet-paper-fill:before {
  content: "殺";
}

.ph-tote-fill:before {
  content: "流";
}

.ph-tote-simple-fill:before {
  content: "滛";
}

.ph-traffic-sign-fill:before {
  content: "滋";
}

.ph-train-fill:before {
  content: "漢";
}

.ph-train-regional-fill:before {
  content: "瀞";
}

.ph-train-simple-fill:before {
  content: "煮";
}

.ph-translate-fill:before {
  content: "瞧";
}

.ph-trash-fill:before {
  content: "爵";
}

.ph-trash-simple-fill:before {
  content: "犯";
}

.ph-tray-fill:before {
  content: "猪";
}

.ph-tree-evergreen-fill:before {
  content: "瑱";
}

.ph-tree-fill:before {
  content: "甆";
}

.ph-tree-structure-fill:before {
  content: "画";
}

.ph-trend-down-fill:before {
  content: "瘝";
}

.ph-trend-up-fill:before {
  content: "瘟";
}

.ph-triangle-fill:before {
  content: "益";
}

.ph-trophy-fill:before {
  content: "盛";
}

.ph-truck-fill:before {
  content: "直";
}

.ph-t-shirt-fill:before {
  content: "睊";
}

.ph-twitch-logo-fill:before {
  content: "着";
}

.ph-twitter-logo-fill:before {
  content: "磌";
}

.ph-umbrella-fill:before {
  content: "窱";
}

.ph-umbrella-simple-fill:before {
  content: "節";
}

.ph-upload-fill:before {
  content: "类";
}

.ph-upload-simple-fill:before {
  content: "絛";
}

.ph-user-circle-fill:before {
  content: "練";
}

.ph-user-circle-gear-fill:before {
  content: "缾";
}

.ph-user-circle-minus-fill:before {
  content: "者";
}

.ph-user-circle-plus-fill:before {
  content: "荒";
}

.ph-user-fill:before {
  content: "華";
}

.ph-user-focus-fill:before {
  content: "蝹";
}

.ph-user-gear-fill:before {
  content: "襁";
}

.ph-user-list-fill:before {
  content: "覆";
}

.ph-user-minus-fill:before {
  content: "視";
}

.ph-user-plus-fill:before {
  content: "調";
}

.ph-user-rectangle-fill:before {
  content: "諸";
}

.ph-users-fill:before {
  content: "請";
}

.ph-users-four-fill:before {
  content: "謁";
}

.ph-user-square-fill:before {
  content: "諾";
}

.ph-users-three-fill:before {
  content: "諭";
}

.ph-vibrate-fill:before {
  content: "謹";
}

.ph-video-camera-fill:before {
  content: "變";
}

.ph-video-camera-slash-fill:before {
  content: "贈";
}

.ph-voicemail-fill:before {
  content: "輸";
}

.ph-volleyball-fill:before {
  content: "遲";
}

.ph-wallet-fill:before {
  content: "醙";
}

.ph-wall-fill:before {
  content: "鉶";
}

.ph-warning-circle-fill:before {
  content: "陼";
}

.ph-warning-fill:before {
  content: "難";
}

.ph-warning-octagon-fill:before {
  content: "靖";
}

.ph-watch-fill:before {
  content: "韛";
}

.ph-waves-fill:before {
  content: "響";
}

.ph-whatsapp-logo-fill:before {
  content: "頋";
}

.ph-wheelchair-fill:before {
  content: "頻";
}

.ph-wifi-high-fill:before {
  content: "鬒";
}

.ph-wifi-low-fill:before {
  content: "龜";
}

.ph-wifi-medium-fill:before {
  content: "𢡊";
}

.ph-wifi-none-fill:before {
  content: "𢡄";
}

.ph-wifi-slash-fill:before {
  content: "𣏕";
}

.ph-wifi-x-fill:before {
  content: "㮝";
}

.ph-wind-fill:before {
  content: "䀘";
}

.ph-windows-logo-fill:before {
  content: "䀹";
}

.ph-wine-fill:before {
  content: "𥉉";
}

.ph-wrench-fill:before {
  content: "𥳐";
}

.ph-x-circle-fill:before {
  content: "𧻓";
}

.ph-x-fill:before {
  content: "齃";
}

.ph-x-square-fill:before {
  content: "龎";
}

.ph-youtube-logo-fill:before {
  content: "﫚";
}

.ph-activity-fill:before {
  content: "﫛";
}

.ph-address-book-fill:before {
  content: "﫜";
}

.ph-airplane-fill:before {
  content: "﫝";
}

.ph-airplane-in-flight-fill:before {
  content: "﫞";
}

.ph-airplane-landing-fill:before {
  content: "﫟";
}

.ph-airplane-takeoff-fill:before {
  content: "﫠";
}

.ph-airplane-tilt-fill:before {
  content: "﫡";
}

.ph-airplay-fill:before {
  content: "﫢";
}

.ph-alarm-fill:before {
  content: "﫣";
}

.ph-airplay-thin:before {
  content: "\e900";
}

.ph-alarm-thin:before {
  content: "\e901";
}

.ph-align-bottom-thin:before {
  content: "\e902";
}

.ph-align-center-horizontal-thin:before {
  content: "\e903";
}

.ph-align-center-vertical-thin:before {
  content: "\e904";
}

.ph-align-left-thin:before {
  content: "\e905";
}

.ph-align-right-thin:before {
  content: "\e906";
}

.ph-align-top-thin:before {
  content: "\e907";
}

.ph-anchor-simple-thin:before {
  content: "\e908";
}

.ph-anchor-thin:before {
  content: "\e909";
}

.ph-android-logo-thin:before {
  content: "\e90a";
}

.ph-aperture-thin:before {
  content: "\e90b";
}

.ph-apple-logo-thin:before {
  content: "\e90c";
}

.ph-app-window-thin:before {
  content: "\e90d";
}

.ph-archive-box-thin:before {
  content: "\e90e";
}

.ph-archive-thin:before {
  content: "\e90f";
}

.ph-archive-tray-thin:before {
  content: "\e910";
}

.ph-armchair-thin:before {
  content: "\e911";
}

.ph-arrow-arc-left-thin:before {
  content: "\e912";
}

.ph-arrow-arc-right-thin:before {
  content: "\e913";
}

.ph-arrow-bend-double-up-left-thin:before {
  content: "\e914";
}

.ph-arrow-bend-double-up-right-thin:before {
  content: "\e915";
}

.ph-arrow-bend-down-left-thin:before {
  content: "\e916";
}

.ph-arrow-bend-down-right-thin:before {
  content: "\e917";
}

.ph-arrow-bend-left-down-thin:before {
  content: "\e918";
}

.ph-arrow-bend-left-up-thin:before {
  content: "\e919";
}

.ph-arrow-bend-right-down-thin:before {
  content: "\e91a";
}

.ph-arrow-bend-right-up-thin:before {
  content: "\e91b";
}

.ph-arrow-bend-up-left-thin:before {
  content: "\e91c";
}

.ph-arrow-bend-up-right-thin:before {
  content: "\e91d";
}

.ph-arrow-circle-down-left-thin:before {
  content: "\e91e";
}

.ph-arrow-circle-down-right-thin:before {
  content: "\e91f";
}

.ph-arrow-circle-down-thin:before {
  content: "\e920";
}

.ph-arrow-circle-left-thin:before {
  content: "\e921";
}

.ph-arrow-circle-right-thin:before {
  content: "\e922";
}

.ph-arrow-circle-up-left-thin:before {
  content: "\e923";
}

.ph-arrow-circle-up-right-thin:before {
  content: "\e924";
}

.ph-arrow-circle-up-thin:before {
  content: "\e925";
}

.ph-arrow-clockwise-thin:before {
  content: "\e926";
}

.ph-arrow-counter-clockwise-thin:before {
  content: "\e927";
}

.ph-arrow-down-left-thin:before {
  content: "\e928";
}

.ph-arrow-down-right-thin:before {
  content: "\e929";
}

.ph-arrow-down-thin:before {
  content: "\e92a";
}

.ph-arrow-elbow-down-left-thin:before {
  content: "\e92b";
}

.ph-arrow-elbow-down-right-thin:before {
  content: "\e92c";
}

.ph-arrow-elbow-left-down-thin:before {
  content: "\e92d";
}

.ph-arrow-elbow-left-thin:before {
  content: "\e92e";
}

.ph-arrow-elbow-left-up-thin:before {
  content: "\e92f";
}

.ph-arrow-elbow-right-down-thin:before {
  content: "\e930";
}

.ph-arrow-elbow-right-thin:before {
  content: "\e931";
}

.ph-arrow-elbow-right-up-thin:before {
  content: "\e932";
}

.ph-arrow-elbow-up-left-thin:before {
  content: "\e933";
}

.ph-arrow-elbow-up-right-thin:before {
  content: "\e934";
}

.ph-arrow-fat-down-thin:before {
  content: "\e935";
}

.ph-arrow-fat-left-thin:before {
  content: "\e936";
}

.ph-arrow-fat-line-down-thin:before {
  content: "\e937";
}

.ph-arrow-fat-line-left-thin:before {
  content: "\e938";
}

.ph-arrow-fat-line-right-thin:before {
  content: "\e939";
}

.ph-arrow-fat-lines-down-thin:before {
  content: "\e93a";
}

.ph-arrow-fat-lines-left-thin:before {
  content: "\e93b";
}

.ph-arrow-fat-lines-right-thin:before {
  content: "\e93c";
}

.ph-arrow-fat-lines-up-thin:before {
  content: "\e93d";
}

.ph-arrow-fat-line-up-thin:before {
  content: "\e93e";
}

.ph-arrow-fat-right-thin:before {
  content: "\e93f";
}

.ph-arrow-fat-up-thin:before {
  content: "\e940";
}

.ph-arrow-left-thin:before {
  content: "\e941";
}

.ph-arrow-line-down-left-thin:before {
  content: "\e942";
}

.ph-arrow-line-down-right-thin:before {
  content: "\e943";
}

.ph-arrow-line-down-thin:before {
  content: "\e944";
}

.ph-arrow-line-left-thin:before {
  content: "\e945";
}

.ph-arrow-line-right-thin:before {
  content: "\e946";
}

.ph-arrow-line-up-left-thin:before {
  content: "\e947";
}

.ph-arrow-line-up-right-thin:before {
  content: "\e948";
}

.ph-arrow-line-up-thin:before {
  content: "\e949";
}

.ph-arrow-right-thin:before {
  content: "\e94a";
}

.ph-arrows-clockwise-thin:before {
  content: "\e94b";
}

.ph-arrows-counter-clockwise-thin:before {
  content: "\e94c";
}

.ph-arrows-down-up-thin:before {
  content: "\e94d";
}

.ph-arrows-in-cardinal-thin:before {
  content: "\e94e";
}

.ph-arrows-in-line-horizontal-thin:before {
  content: "\e94f";
}

.ph-arrows-in-line-vertical-thin:before {
  content: "\e950";
}

.ph-arrows-in-simple-thin:before {
  content: "\e951";
}

.ph-arrows-in-thin:before {
  content: "\e952";
}

.ph-arrows-left-right-thin:before {
  content: "\e953";
}

.ph-arrows-out-cardinal-thin:before {
  content: "\e954";
}

.ph-arrows-out-line-horizontal-thin:before {
  content: "\e955";
}

.ph-arrows-out-line-vertical-thin:before {
  content: "\e956";
}

.ph-arrows-out-simple-thin:before {
  content: "\e957";
}

.ph-arrows-out-thin:before {
  content: "\e958";
}

.ph-arrow-square-down-left-thin:before {
  content: "\e959";
}

.ph-arrow-square-down-right-thin:before {
  content: "\e95a";
}

.ph-arrow-square-down-thin:before {
  content: "\e95b";
}

.ph-arrow-square-in-thin:before {
  content: "\e95c";
}

.ph-arrow-square-left-thin:before {
  content: "\e95d";
}

.ph-arrow-square-out-thin:before {
  content: "\e95e";
}

.ph-arrow-square-right-thin:before {
  content: "\e95f";
}

.ph-arrow-square-up-left-thin:before {
  content: "\e960";
}

.ph-arrow-square-up-right-thin:before {
  content: "\e961";
}

.ph-arrow-square-up-thin:before {
  content: "\e962";
}

.ph-arrow-u-down-left-thin:before {
  content: "\e963";
}

.ph-arrow-u-down-right-thin:before {
  content: "\e964";
}

.ph-arrow-u-left-down-thin:before {
  content: "\e965";
}

.ph-arrow-u-left-up-thin:before {
  content: "\e966";
}

.ph-arrow-up-left-thin:before {
  content: "\e967";
}

.ph-arrow-up-right-thin:before {
  content: "\e968";
}

.ph-arrow-up-thin:before {
  content: "\e969";
}

.ph-arrow-u-right-down-thin:before {
  content: "\e96a";
}

.ph-arrow-u-right-up-thin:before {
  content: "\e96b";
}

.ph-arrow-u-up-left-thin:before {
  content: "\e96c";
}

.ph-arrow-u-up-right-thin:before {
  content: "\e96d";
}

.ph-article-medium-thin:before {
  content: "\e96e";
}

.ph-article-ny-times-thin:before {
  content: "\e96f";
}

.ph-article-thin:before {
  content: "\e970";
}

.ph-asterisk-thin:before {
  content: "\e971";
}

.ph-atom-thin:before {
  content: "\e972";
}

.ph-at-thin:before {
  content: "\e973";
}

.ph-baby-thin:before {
  content: "\e974";
}

.ph-backspace-thin:before {
  content: "\e975";
}

.ph-bag-simple-thin:before {
  content: "\e976";
}

.ph-bag-thin:before {
  content: "\e977";
}

.ph-bandaids-thin:before {
  content: "\e978";
}

.ph-bank-thin:before {
  content: "\e979";
}

.ph-barbell-thin:before {
  content: "\e97a";
}

.ph-barcode-thin:before {
  content: "\e97b";
}

.ph-baseball-thin:before {
  content: "\e97c";
}

.ph-basketball-thin:before {
  content: "\e97d";
}

.ph-battery-charging-thin:before {
  content: "\e97e";
}

.ph-battery-charging-vertical-thin:before {
  content: "\e97f";
}

.ph-battery-empty-thin:before {
  content: "\e980";
}

.ph-battery-full-thin:before {
  content: "\e981";
}

.ph-battery-high-thin:before {
  content: "\e982";
}

.ph-battery-low-thin:before {
  content: "\e983";
}

.ph-battery-medium-thin:before {
  content: "\e984";
}

.ph-battery-warning-thin:before {
  content: "\e985";
}

.ph-battery-warning-vertical-thin:before {
  content: "\e986";
}

.ph-bed-thin:before {
  content: "\e987";
}

.ph-bell-ringing-thin:before {
  content: "\e988";
}

.ph-bell-simple-ringing-thin:before {
  content: "\e989";
}

.ph-bell-simple-slash-thin:before {
  content: "\e98a";
}

.ph-bell-simple-thin:before {
  content: "\e98b";
}

.ph-bell-simple-z-thin:before {
  content: "\e98c";
}

.ph-bell-slash-thin:before {
  content: "\e98d";
}

.ph-bell-thin:before {
  content: "\e98e";
}

.ph-bell-z-thin:before {
  content: "\e98f";
}

.ph-bicycle-thin:before {
  content: "\e990";
}

.ph-bird-thin:before {
  content: "\e991";
}

.ph-bluetooth-connected-thin:before {
  content: "\e992";
}

.ph-bluetooth-slash-thin:before {
  content: "\e993";
}

.ph-bluetooth-thin:before {
  content: "\e994";
}

.ph-bluetooth-x-thin:before {
  content: "\e995";
}

.ph-boat-thin:before {
  content: "\e996";
}

.ph-book-bookmark-thin:before {
  content: "\e997";
}

.ph-bookmark-simple-thin:before {
  content: "\e998";
}

.ph-bookmarks-simple-thin:before {
  content: "\e999";
}

.ph-bookmarks-thin:before {
  content: "\e99a";
}

.ph-bookmark-thin:before {
  content: "\e99b";
}

.ph-book-open-thin:before {
  content: "\e99c";
}

.ph-books-thin:before {
  content: "\e99d";
}

.ph-book-thin:before {
  content: "\e99e";
}

.ph-bounding-box-thin:before {
  content: "\e99f";
}

.ph-brackets-angle-thin:before {
  content: "\e9a0";
}

.ph-brackets-curly-thin:before {
  content: "\e9a1";
}

.ph-brackets-round-thin:before {
  content: "\e9a2";
}

.ph-brackets-square-thin:before {
  content: "\e9a3";
}

.ph-brain-thin:before {
  content: "\e9a4";
}

.ph-brandy-thin:before {
  content: "\e9a5";
}

.ph-briefcase-metal-thin:before {
  content: "\e9a6";
}

.ph-briefcase-thin:before {
  content: "\e9a7";
}

.ph-broadcast-thin:before {
  content: "\e9a8";
}

.ph-browsers-thin:before {
  content: "\e9a9";
}

.ph-browser-thin:before {
  content: "\e9aa";
}

.ph-bug-beetle-thin:before {
  content: "\e9ab";
}

.ph-bug-droid-thin:before {
  content: "\e9ac";
}

.ph-bug-thin:before {
  content: "\e9ad";
}

.ph-buildings-thin:before {
  content: "\e9ae";
}

.ph-bus-thin:before {
  content: "\e9af";
}

.ph-cake-thin:before {
  content: "\e9b0";
}

.ph-calculator-thin:before {
  content: "\e9b1";
}

.ph-calendar-blank-thin:before {
  content: "\e9b2";
}

.ph-calendar-check-thin:before {
  content: "\e9b3";
}

.ph-calendar-plus-thin:before {
  content: "\e9b4";
}

.ph-calendar-thin:before {
  content: "\e9b5";
}

.ph-calendar-x-thin:before {
  content: "\e9b6";
}

.ph-camera-slash-thin:before {
  content: "\e9b7";
}

.ph-camera-thin:before {
  content: "\e9b8";
}

.ph-cardholder-thin:before {
  content: "\e9b9";
}

.ph-cards-thin:before {
  content: "\e9ba";
}

.ph-caret-circle-double-down-thin:before {
  content: "\e9bb";
}

.ph-caret-circle-double-left-thin:before {
  content: "\e9bc";
}

.ph-caret-circle-double-right-thin:before {
  content: "\e9bd";
}

.ph-caret-circle-double-up-thin:before {
  content: "\e9be";
}

.ph-caret-circle-down-thin:before {
  content: "\e9bf";
}

.ph-caret-circle-left-thin:before {
  content: "\e9c0";
}

.ph-caret-circle-right-thin:before {
  content: "\e9c1";
}

.ph-caret-circle-up-thin:before {
  content: "\e9c2";
}

.ph-caret-double-down-thin:before {
  content: "\e9c3";
}

.ph-caret-double-left-thin:before {
  content: "\e9c4";
}

.ph-caret-double-right-thin:before {
  content: "\e9c5";
}

.ph-caret-double-up-thin:before {
  content: "\e9c6";
}

.ph-caret-down-thin:before {
  content: "\e9c7";
}

.ph-caret-left-thin:before {
  content: "\e9c8";
}

.ph-caret-right-thin:before {
  content: "\e9c9";
}

.ph-caret-up-thin:before {
  content: "\e9ca";
}

.ph-car-simple-thin:before {
  content: "\e9cb";
}

.ph-car-thin:before {
  content: "\e9cc";
}

.ph-cat-thin:before {
  content: "\e9cd";
}

.ph-cell-signal-full-thin:before {
  content: "\e9ce";
}

.ph-cell-signal-high-thin:before {
  content: "\e9cf";
}

.ph-cell-signal-low-thin:before {
  content: "\e9d0";
}

.ph-cell-signal-medium-thin:before {
  content: "\e9d1";
}

.ph-cell-signal-none-thin:before {
  content: "\e9d2";
}

.ph-cell-signal-slash-thin:before {
  content: "\e9d3";
}

.ph-cell-signal-x-thin:before {
  content: "\e9d4";
}

.ph-chalkboard-simple-thin:before {
  content: "\e9d5";
}

.ph-chalkboard-teacher-thin:before {
  content: "\e9d6";
}

.ph-chalkboard-thin:before {
  content: "\e9d7";
}

.ph-chart-bar-horizontal-thin:before {
  content: "\e9d8";
}

.ph-chart-bar-thin:before {
  content: "\e9d9";
}

.ph-chart-line-thin:before {
  content: "\e9da";
}

.ph-chart-line-up-thin:before {
  content: "\e9db";
}

.ph-chart-pie-slice-thin:before {
  content: "\e9dc";
}

.ph-chart-pie-thin:before {
  content: "\e9dd";
}

.ph-chat-centered-dots-thin:before {
  content: "\e9de";
}

.ph-chat-centered-text-thin:before {
  content: "\e9df";
}

.ph-chat-centered-thin:before {
  content: "\e9e0";
}

.ph-chat-circle-dots-thin:before {
  content: "\e9e1";
}

.ph-chat-circle-text-thin:before {
  content: "\e9e2";
}

.ph-chat-circle-thin:before {
  content: "\e9e3";
}

.ph-chat-dots-thin:before {
  content: "\e9e4";
}

.ph-chats-circle-thin:before {
  content: "\e9e5";
}

.ph-chats-teardrop-thin:before {
  content: "\e9e6";
}

.ph-chats-thin:before {
  content: "\e9e7";
}

.ph-chat-teardrop-dots-thin:before {
  content: "\e9e8";
}

.ph-chat-teardrop-text-thin:before {
  content: "\e9e9";
}

.ph-chat-teardrop-thin:before {
  content: "\e9ea";
}

.ph-chat-text-thin:before {
  content: "\e9eb";
}

.ph-chat-thin:before {
  content: "\e9ec";
}

.ph-check-circle-thin:before {
  content: "\e9ed";
}

.ph-check-square-offset-thin:before {
  content: "\e9ee";
}

.ph-check-square-thin:before {
  content: "\e9ef";
}

.ph-checks-thin:before {
  content: "\e9f0";
}

.ph-check-thin:before {
  content: "\e9f1";
}

.ph-circle-dashed-thin:before {
  content: "\e9f2";
}

.ph-circle-half-thin:before {
  content: "\e9f3";
}

.ph-circle-half-tilt-thin:before {
  content: "\e9f4";
}

.ph-circles-four-thin:before {
  content: "\e9f5";
}

.ph-circles-three-plus-thin:before {
  content: "\e9f6";
}

.ph-circles-three-thin:before {
  content: "\e9f7";
}

.ph-circle-thin:before {
  content: "\e9f8";
}

.ph-circle-wavy-check-thin:before {
  content: "\e9f9";
}

.ph-circle-wavy-question-thin:before {
  content: "\e9fa";
}

.ph-circle-wavy-thin:before {
  content: "\e9fb";
}

.ph-circle-wavy-warning-thin:before {
  content: "\e9fc";
}

.ph-clipboard-text-thin:before {
  content: "\e9fd";
}

.ph-clipboard-thin:before {
  content: "\e9fe";
}

.ph-clock-afternoon-thin:before {
  content: "\e9ff";
}

.ph-clock-clockwise-thin:before {
  content: "\ea00";
}

.ph-clock-counter-clockwise-thin:before {
  content: "\ea01";
}

.ph-clock-thin:before {
  content: "\ea02";
}

.ph-closed-captioning-thin:before {
  content: "\ea03";
}

.ph-cloud-arrow-down-thin:before {
  content: "\ea04";
}

.ph-cloud-arrow-up-thin:before {
  content: "\ea05";
}

.ph-cloud-check-thin:before {
  content: "\ea06";
}

.ph-cloud-fog-thin:before {
  content: "\ea07";
}

.ph-cloud-lightning-thin:before {
  content: "\ea08";
}

.ph-cloud-moon-thin:before {
  content: "\ea09";
}

.ph-cloud-rain-thin:before {
  content: "\ea0a";
}

.ph-cloud-slash-thin:before {
  content: "\ea0b";
}

.ph-cloud-snow-thin:before {
  content: "\ea0c";
}

.ph-cloud-sun-thin:before {
  content: "\ea0d";
}

.ph-cloud-thin:before {
  content: "\ea0e";
}

.ph-club-thin:before {
  content: "\ea0f";
}

.ph-code-simple-thin:before {
  content: "\ea10";
}

.ph-code-thin:before {
  content: "\ea11";
}

.ph-coffee-thin:before {
  content: "\ea12";
}

.ph-coin-thin:before {
  content: "\ea13";
}

.ph-columns-thin:before {
  content: "\ea14";
}

.ph-command-thin:before {
  content: "\ea15";
}

.ph-compass-thin:before {
  content: "\ea16";
}

.ph-computer-tower-thin:before {
  content: "\ea17";
}

.ph-cookie-thin:before {
  content: "\ea18";
}

.ph-cooking-pot-thin:before {
  content: "\ea19";
}

.ph-copyright-thin:before {
  content: "\ea1a";
}

.ph-copy-simple-thin:before {
  content: "\ea1b";
}

.ph-copy-thin:before {
  content: "\ea1c";
}

.ph-corners-in-thin:before {
  content: "\ea1d";
}

.ph-corners-out-thin:before {
  content: "\ea1e";
}

.ph-cpu-thin:before {
  content: "\ea1f";
}

.ph-credit-card-thin:before {
  content: "\ea20";
}

.ph-crop-thin:before {
  content: "\ea21";
}

.ph-crosshair-simple-thin:before {
  content: "\ea22";
}

.ph-crosshair-thin:before {
  content: "\ea23";
}

.ph-crown-simple-thin:before {
  content: "\ea24";
}

.ph-crown-thin:before {
  content: "\ea25";
}

.ph-cube-thin:before {
  content: "\ea26";
}

.ph-currency-btc-thin:before {
  content: "\ea27";
}

.ph-currency-circle-dollar-thin:before {
  content: "\ea28";
}

.ph-currency-cny-thin:before {
  content: "\ea29";
}

.ph-currency-dollar-simple-thin:before {
  content: "\ea2a";
}

.ph-currency-dollar-thin:before {
  content: "\ea2b";
}

.ph-currency-eur-thin:before {
  content: "\ea2c";
}

.ph-currency-gbp-thin:before {
  content: "\ea2d";
}

.ph-currency-inr-thin:before {
  content: "\ea2e";
}

.ph-currency-jpy-thin:before {
  content: "\ea2f";
}

.ph-currency-krw-thin:before {
  content: "\ea30";
}

.ph-currency-rub-thin:before {
  content: "\ea31";
}

.ph-cursor-thin:before {
  content: "\ea32";
}

.ph-database-thin:before {
  content: "\ea33";
}

.ph-desktop-thin:before {
  content: "\ea34";
}

.ph-desktop-tower-thin:before {
  content: "\ea35";
}

.ph-device-mobile-camera-thin:before {
  content: "\ea36";
}

.ph-device-mobile-speaker-thin:before {
  content: "\ea37";
}

.ph-device-mobile-thin:before {
  content: "\ea38";
}

.ph-device-tablet-camera-thin:before {
  content: "\ea39";
}

.ph-device-tablet-speaker-thin:before {
  content: "\ea3a";
}

.ph-device-tablet-thin:before {
  content: "\ea3b";
}

.ph-diamond-thin:before {
  content: "\ea3c";
}

.ph-dice-five-thin:before {
  content: "\ea3d";
}

.ph-dice-four-thin:before {
  content: "\ea3e";
}

.ph-dice-one-thin:before {
  content: "\ea3f";
}

.ph-dice-six-thin:before {
  content: "\ea40";
}

.ph-dice-three-thin:before {
  content: "\ea41";
}

.ph-dice-two-thin:before {
  content: "\ea42";
}

.ph-discord-logo-thin:before {
  content: "\ea43";
}

.ph-disc-thin:before {
  content: "\ea44";
}

.ph-divide-thin:before {
  content: "\ea45";
}

.ph-dog-thin:before {
  content: "\ea46";
}

.ph-door-thin:before {
  content: "\ea47";
}

.ph-dots-nine-thin:before {
  content: "\ea48";
}

.ph-dots-six-thin:before {
  content: "\ea49";
}

.ph-dots-six-vertical-thin:before {
  content: "\ea4a";
}

.ph-dots-three-circle-thin:before {
  content: "\ea4b";
}

.ph-dots-three-circle-vertical-thin:before {
  content: "\ea4c";
}

.ph-dots-three-outline-thin:before {
  content: "\ea4d";
}

.ph-dots-three-outline-vertical-thin:before {
  content: "\ea4e";
}

.ph-dots-three-thin:before {
  content: "\ea4f";
}

.ph-dots-three-vertical-thin:before {
  content: "\ea50";
}

.ph-download-simple-thin:before {
  content: "\ea51";
}

.ph-download-thin:before {
  content: "\ea52";
}

.ph-dribbble-logo-thin:before {
  content: "\ea53";
}

.ph-drop-half-thin:before {
  content: "\ea54";
}

.ph-drop-thin:before {
  content: "\ea55";
}

.ph-ear-slash-thin:before {
  content: "\ea56";
}

.ph-ear-thin:before {
  content: "\ea57";
}

.ph-eject-simple-thin:before {
  content: "\ea58";
}

.ph-eject-thin:before {
  content: "\ea59";
}

.ph-envelope-open-thin:before {
  content: "\ea5a";
}

.ph-envelope-simple-open-thin:before {
  content: "\ea5b";
}

.ph-envelope-simple-thin:before {
  content: "\ea5c";
}

.ph-envelope-thin:before {
  content: "\ea5d";
}

.ph-equals-thin:before {
  content: "\ea5e";
}

.ph-eraser-thin:before {
  content: "\ea5f";
}

.ph-export-thin:before {
  content: "\ea60";
}

.ph-eye-closed-thin:before {
  content: "\ea61";
}

.ph-eyedropper-thin:before {
  content: "\ea62";
}

.ph-eye-slash-thin:before {
  content: "\ea63";
}

.ph-eye-thin:before {
  content: "\ea64";
}

.ph-facebook-logo-thin:before {
  content: "\ea65";
}

.ph-face-mask-thin:before {
  content: "\ea66";
}

.ph-factory-thin:before {
  content: "\ea67";
}

.ph-faders-horizontal-thin:before {
  content: "\ea68";
}

.ph-faders-thin:before {
  content: "\ea69";
}

.ph-fast-forward-circle-thin:before {
  content: "\ea6a";
}

.ph-fast-forward-thin:before {
  content: "\ea6b";
}

.ph-figma-logo-thin:before {
  content: "\ea6c";
}

.ph-file-arrow-down-thin:before {
  content: "\ea6d";
}

.ph-file-arrow-up-thin:before {
  content: "\ea6e";
}

.ph-file-dotted-thin:before {
  content: "\ea6f";
}

.ph-file-minus-thin:before {
  content: "\ea70";
}

.ph-file-pdf-thin:before {
  content: "\ea71";
}

.ph-file-plus-thin:before {
  content: "\ea72";
}

.ph-file-search-thin:before {
  content: "\ea73";
}

.ph-files-thin:before {
  content: "\ea74";
}

.ph-file-text-thin:before {
  content: "\ea75";
}

.ph-file-thin:before {
  content: "\ea76";
}

.ph-file-x-thin:before {
  content: "\ea77";
}

.ph-film-strip-thin:before {
  content: "\ea78";
}

.ph-fingerprint-simple-thin:before {
  content: "\ea79";
}

.ph-fingerprint-thin:before {
  content: "\ea7a";
}

.ph-finn-the-human-thin:before {
  content: "\ea7b";
}

.ph-fire-simple-thin:before {
  content: "\ea7c";
}

.ph-fire-thin:before {
  content: "\ea7d";
}

.ph-first-aid-kit-thin:before {
  content: "\ea7e";
}

.ph-first-aid-thin:before {
  content: "\ea7f";
}

.ph-fish-simple-thin:before {
  content: "\ea80";
}

.ph-fish-thin:before {
  content: "\ea81";
}

.ph-flag-banner-thin:before {
  content: "\ea82";
}

.ph-flag-thin:before {
  content: "\ea83";
}

.ph-flame-thin:before {
  content: "\ea84";
}

.ph-flashlight-thin:before {
  content: "\ea85";
}

.ph-flask-thin:before {
  content: "\ea86";
}

.ph-floppy-disk-back-thin:before {
  content: "\ea87";
}

.ph-floppy-disk-thin:before {
  content: "\ea88";
}

.ph-flow-arrow-thin:before {
  content: "\ea89";
}

.ph-flower-lotus-thin:before {
  content: "\ea8a";
}

.ph-flower-thin:before {
  content: "\ea8b";
}

.ph-folder-minus-thin:before {
  content: "\ea8c";
}

.ph-folder-notch-minus-thin:before {
  content: "\ea8d";
}

.ph-folder-notch-open-thin:before {
  content: "\ea8e";
}

.ph-folder-notch-plus-thin:before {
  content: "\ea8f";
}

.ph-folder-notch-thin:before {
  content: "\ea90";
}

.ph-folder-open-thin:before {
  content: "\ea91";
}

.ph-folder-plus-thin:before {
  content: "\ea92";
}

.ph-folder-simple-minus-thin:before {
  content: "\ea93";
}

.ph-folder-simple-plus-thin:before {
  content: "\ea94";
}

.ph-folder-simple-thin:before {
  content: "\ea95";
}

.ph-folders-thin:before {
  content: "\ea96";
}

.ph-folder-thin:before {
  content: "\ea97";
}

.ph-football-thin:before {
  content: "\ea98";
}

.ph-fork-knife-thin:before {
  content: "\ea99";
}

.ph-frame-corners-thin:before {
  content: "\ea9a";
}

.ph-framer-logo-thin:before {
  content: "\ea9b";
}

.ph-funnel-simple-thin:before {
  content: "\ea9c";
}

.ph-funnel-thin:before {
  content: "\ea9d";
}

.ph-game-controller-thin:before {
  content: "\ea9e";
}

.ph-gas-pump-thin:before {
  content: "\ea9f";
}

.ph-gauge-thin:before {
  content: "\eaa0";
}

.ph-gear-six-thin:before {
  content: "\eaa1";
}

.ph-gear-thin:before {
  content: "\eaa2";
}

.ph-gender-female-thin:before {
  content: "\eaa3";
}

.ph-gender-intersex-thin:before {
  content: "\eaa4";
}

.ph-gender-male-thin:before {
  content: "\eaa5";
}

.ph-gender-neuter-thin:before {
  content: "\eaa6";
}

.ph-gender-nonbinary-thin:before {
  content: "\eaa7";
}

.ph-gender-transgender-thin:before {
  content: "\eaa8";
}

.ph-ghost-thin:before {
  content: "\eaa9";
}

.ph-gif-thin:before {
  content: "\eaaa";
}

.ph-gift-thin:before {
  content: "\eaab";
}

.ph-git-branch-thin:before {
  content: "\eaac";
}

.ph-git-commit-thin:before {
  content: "\eaad";
}

.ph-git-diff-thin:before {
  content: "\eaae";
}

.ph-git-fork-thin:before {
  content: "\eaaf";
}

.ph-github-logo-thin:before {
  content: "\eab0";
}

.ph-gitlab-logo-simple-thin:before {
  content: "\eab1";
}

.ph-gitlab-logo-thin:before {
  content: "\eab2";
}

.ph-git-merge-thin:before {
  content: "\eab3";
}

.ph-git-pull-request-thin:before {
  content: "\eab4";
}

.ph-globe-hemisphere-east-thin:before {
  content: "\eab5";
}

.ph-globe-hemisphere-west-thin:before {
  content: "\eab6";
}

.ph-globe-simple-thin:before {
  content: "\eab7";
}

.ph-globe-stand-thin:before {
  content: "\eab8";
}

.ph-globe-thin:before {
  content: "\eab9";
}

.ph-google-logo-thin:before {
  content: "\eaba";
}

.ph-google-play-logo-thin:before {
  content: "\eabb";
}

.ph-graduation-cap-thin:before {
  content: "\eabc";
}

.ph-grid-four-thin:before {
  content: "\eabd";
}

.ph-handbag-simple-thin:before {
  content: "\eabe";
}

.ph-handbag-thin:before {
  content: "\eabf";
}

.ph-hand-fist-thin:before {
  content: "\eac0";
}

.ph-hand-grabbing-thin:before {
  content: "\eac1";
}

.ph-hand-palm-thin:before {
  content: "\eac2";
}

.ph-hand-pointing-thin:before {
  content: "\eac3";
}

.ph-hands-clapping-thin:before {
  content: "\eac4";
}

.ph-handshake-thin:before {
  content: "\eac5";
}

.ph-hand-soap-thin:before {
  content: "\eac6";
}

.ph-hand-thin:before {
  content: "\eac7";
}

.ph-hand-waving-thin:before {
  content: "\eac8";
}

.ph-hard-drives-thin:before {
  content: "\eac9";
}

.ph-hard-drive-thin:before {
  content: "\eaca";
}

.ph-hash-straight-thin:before {
  content: "\eacb";
}

.ph-hash-thin:before {
  content: "\eacc";
}

.ph-headlights-thin:before {
  content: "\eacd";
}

.ph-headphones-thin:before {
  content: "\eace";
}

.ph-headset-thin:before {
  content: "\eacf";
}

.ph-heartbeat-thin:before {
  content: "\ead0";
}

.ph-heart-straight-thin:before {
  content: "\ead1";
}

.ph-heart-thin:before {
  content: "\ead2";
}

.ph-hexagon-thin:before {
  content: "\ead3";
}

.ph-highlighter-circle-thin:before {
  content: "\ead4";
}

.ph-horse-thin:before {
  content: "\ead5";
}

.ph-hourglass-high-thin:before {
  content: "\ead6";
}

.ph-hourglass-low-thin:before {
  content: "\ead7";
}

.ph-hourglass-medium-thin:before {
  content: "\ead8";
}

.ph-hourglass-simple-high-thin:before {
  content: "\ead9";
}

.ph-hourglass-simple-low-thin:before {
  content: "\eada";
}

.ph-hourglass-simple-medium-thin:before {
  content: "\eadb";
}

.ph-hourglass-simple-thin:before {
  content: "\eadc";
}

.ph-hourglass-thin:before {
  content: "\eadd";
}

.ph-house-line-thin:before {
  content: "\eade";
}

.ph-house-simple-thin:before {
  content: "\eadf";
}

.ph-house-thin:before {
  content: "\eae0";
}

.ph-identification-badge-thin:before {
  content: "\eae1";
}

.ph-identification-card-thin:before {
  content: "\eae2";
}

.ph-image-square-thin:before {
  content: "\eae3";
}

.ph-image-thin:before {
  content: "\eae4";
}

.ph-infinity-thin:before {
  content: "\eae5";
}

.ph-info-thin:before {
  content: "\eae6";
}

.ph-instagram-logo-thin:before {
  content: "\eae7";
}

.ph-intersect-thin:before {
  content: "\eae8";
}

.ph-jeep-thin:before {
  content: "\eae9";
}

.ph-keyboard-thin:before {
  content: "\eaea";
}

.ph-key-return-thin:before {
  content: "\eaeb";
}

.ph-key-thin:before {
  content: "\eaec";
}

.ph-knife-thin:before {
  content: "\eaed";
}

.ph-lamp-thin:before {
  content: "\eaee";
}

.ph-laptop-thin:before {
  content: "\eaef";
}

.ph-layout-thin:before {
  content: "\eaf0";
}

.ph-leaf-thin:before {
  content: "\eaf1";
}

.ph-lifebuoy-thin:before {
  content: "\eaf2";
}

.ph-lightbulb-filament-thin:before {
  content: "\eaf3";
}

.ph-lightbulb-thin:before {
  content: "\eaf4";
}

.ph-lightning-slash-thin:before {
  content: "\eaf5";
}

.ph-lightning-thin:before {
  content: "\eaf6";
}

.ph-line-segments-thin:before {
  content: "\eaf7";
}

.ph-line-segment-thin:before {
  content: "\eaf8";
}

.ph-link-break-thin:before {
  content: "\eaf9";
}

.ph-linkedin-logo-thin:before {
  content: "\eafa";
}

.ph-link-simple-break-thin:before {
  content: "\eafb";
}

.ph-link-simple-horizontal-break-thin:before {
  content: "\eafc";
}

.ph-link-simple-horizontal-thin:before {
  content: "\eafd";
}

.ph-link-simple-thin:before {
  content: "\eafe";
}

.ph-link-thin:before {
  content: "\eaff";
}

.ph-list-bullets-thin:before {
  content: "\eb00";
}

.ph-list-dashes-thin:before {
  content: "\eb01";
}

.ph-list-numbers-thin:before {
  content: "\eb02";
}

.ph-list-plus-thin:before {
  content: "\eb03";
}

.ph-list-thin:before {
  content: "\eb04";
}

.ph-lock-key-open-thin:before {
  content: "\eb05";
}

.ph-lock-key-thin:before {
  content: "\eb06";
}

.ph-lock-laminated-open-thin:before {
  content: "\eb07";
}

.ph-lock-laminated-thin:before {
  content: "\eb08";
}

.ph-lock-open-thin:before {
  content: "\eb09";
}

.ph-lock-simple-open-thin:before {
  content: "\eb0a";
}

.ph-lock-simple-thin:before {
  content: "\eb0b";
}

.ph-lock-thin:before {
  content: "\eb0c";
}

.ph-magic-wand-thin:before {
  content: "\eb0d";
}

.ph-magnet-straight-thin:before {
  content: "\eb0e";
}

.ph-magnet-thin:before {
  content: "\eb0f";
}

.ph-magnifying-glass-minus-thin:before {
  content: "\eb10";
}

.ph-magnifying-glass-plus-thin:before {
  content: "\eb11";
}

.ph-magnifying-glass-thin:before {
  content: "\eb12";
}

.ph-map-pin-line-thin:before {
  content: "\eb13";
}

.ph-map-pin-thin:before {
  content: "\eb14";
}

.ph-map-trifold-thin:before {
  content: "\eb15";
}

.ph-marker-circle-thin:before {
  content: "\eb16";
}

.ph-martini-thin:before {
  content: "\eb17";
}

.ph-math-operations-thin:before {
  content: "\eb18";
}

.ph-medal-thin:before {
  content: "\eb19";
}

.ph-medium-logo-thin:before {
  content: "\eb1a";
}

.ph-megaphone-simple-thin:before {
  content: "\eb1b";
}

.ph-megaphone-thin:before {
  content: "\eb1c";
}

.ph-messenger-logo-thin:before {
  content: "\eb1d";
}

.ph-microphone-slash-thin:before {
  content: "\eb1e";
}

.ph-microphone-thin:before {
  content: "\eb1f";
}

.ph-minus-circle-thin:before {
  content: "\eb20";
}

.ph-minus-thin:before {
  content: "\eb21";
}

.ph-money-thin:before {
  content: "\eb22";
}

.ph-monitor-play-thin:before {
  content: "\eb23";
}

.ph-monitor-thin:before {
  content: "\eb24";
}

.ph-moon-stars-thin:before {
  content: "\eb25";
}

.ph-moon-thin:before {
  content: "\eb26";
}

.ph-mouse-simple-thin:before {
  content: "\eb27";
}

.ph-mouse-thin:before {
  content: "\eb28";
}

.ph-music-note-simple-thin:before {
  content: "\eb29";
}

.ph-music-notes-simple-thin:before {
  content: "\eb2a";
}

.ph-music-notes-thin:before {
  content: "\eb2b";
}

.ph-music-note-thin:before {
  content: "\eb2c";
}

.ph-navigation-arrow-thin:before {
  content: "\eb2d";
}

.ph-newspaper-clipping-thin:before {
  content: "\eb2e";
}

.ph-newspaper-thin:before {
  content: "\eb2f";
}

.ph-note-blank-thin:before {
  content: "\eb30";
}

.ph-notebook-thin:before {
  content: "\eb31";
}

.ph-notepad-thin:before {
  content: "\eb32";
}

.ph-note-pencil-thin:before {
  content: "\eb33";
}

.ph-note-thin:before {
  content: "\eb34";
}

.ph-notification-thin:before {
  content: "\eb35";
}

.ph-number-circle-eight-thin:before {
  content: "\eb36";
}

.ph-number-circle-five-thin:before {
  content: "\eb37";
}

.ph-number-circle-four-thin:before {
  content: "\eb38";
}

.ph-number-circle-nine-thin:before {
  content: "\eb39";
}

.ph-number-circle-one-thin:before {
  content: "\eb3a";
}

.ph-number-circle-seven-thin:before {
  content: "\eb3b";
}

.ph-number-circle-six-thin:before {
  content: "\eb3c";
}

.ph-number-circle-three-thin:before {
  content: "\eb3d";
}

.ph-number-circle-two-thin:before {
  content: "\eb3e";
}

.ph-number-circle-zero-thin:before {
  content: "\eb3f";
}

.ph-number-eight-thin:before {
  content: "\eb40";
}

.ph-number-five-thin:before {
  content: "\eb41";
}

.ph-number-four-thin:before {
  content: "\eb42";
}

.ph-number-nine-thin:before {
  content: "\eb43";
}

.ph-number-one-thin:before {
  content: "\eb44";
}

.ph-number-seven-thin:before {
  content: "\eb45";
}

.ph-number-six-thin:before {
  content: "\eb46";
}

.ph-number-square-eight-thin:before {
  content: "\eb47";
}

.ph-number-square-five-thin:before {
  content: "\eb48";
}

.ph-number-square-four-thin:before {
  content: "\eb49";
}

.ph-number-square-nine-thin:before {
  content: "\eb4a";
}

.ph-number-square-one-thin:before {
  content: "\eb4b";
}

.ph-number-square-seven-thin:before {
  content: "\eb4c";
}

.ph-number-square-six-thin:before {
  content: "\eb4d";
}

.ph-number-square-three-thin:before {
  content: "\eb4e";
}

.ph-number-square-two-thin:before {
  content: "\eb4f";
}

.ph-number-square-zero-thin:before {
  content: "\eb50";
}

.ph-number-three-thin:before {
  content: "\eb51";
}

.ph-number-two-thin:before {
  content: "\eb52";
}

.ph-number-zero-thin:before {
  content: "\eb53";
}

.ph-nut-thin:before {
  content: "\eb54";
}

.ph-ny-times-logo-thin:before {
  content: "\eb55";
}

.ph-octagon-thin:before {
  content: "\eb56";
}

.ph-package-thin:before {
  content: "\eb57";
}

.ph-paint-brush-broad-thin:before {
  content: "\eb58";
}

.ph-paint-brush-household-thin:before {
  content: "\eb59";
}

.ph-paint-brush-thin:before {
  content: "\eb5a";
}

.ph-paint-bucket-thin:before {
  content: "\eb5b";
}

.ph-paint-roller-thin:before {
  content: "\eb5c";
}

.ph-palette-thin:before {
  content: "\eb5d";
}

.ph-paperclip-horizontal-thin:before {
  content: "\eb5e";
}

.ph-paperclip-thin:before {
  content: "\eb5f";
}

.ph-paper-plane-right-thin:before {
  content: "\eb60";
}

.ph-paper-plane-thin:before {
  content: "\eb61";
}

.ph-paper-plane-tilt-thin:before {
  content: "\eb62";
}

.ph-path-thin:before {
  content: "\eb63";
}

.ph-pause-circle-thin:before {
  content: "\eb64";
}

.ph-pause-thin:before {
  content: "\eb65";
}

.ph-paw-print-thin:before {
  content: "\eb66";
}

.ph-peace-thin:before {
  content: "\eb67";
}

.ph-pencil-circle-thin:before {
  content: "\eb68";
}

.ph-pencil-line-thin:before {
  content: "\eb69";
}

.ph-pencil-simple-thin:before {
  content: "\eb6a";
}

.ph-pencil-thin:before {
  content: "\eb6b";
}

.ph-pen-nib-straight-thin:before {
  content: "\eb6c";
}

.ph-pen-nib-thin:before {
  content: "\eb6d";
}

.ph-pen-thin:before {
  content: "\eb6e";
}

.ph-percent-thin:before {
  content: "\eb6f";
}

.ph-person-simple-run-thin:before {
  content: "\eb70";
}

.ph-person-simple-thin:before {
  content: "\eb71";
}

.ph-person-simple-walk-thin:before {
  content: "\eb72";
}

.ph-person-thin:before {
  content: "\eb73";
}

.ph-phone-call-thin:before {
  content: "\eb74";
}

.ph-phone-disconnect-thin:before {
  content: "\eb75";
}

.ph-phone-incoming-thin:before {
  content: "\eb76";
}

.ph-phone-outgoing-thin:before {
  content: "\eb77";
}

.ph-phone-slash-thin:before {
  content: "\eb78";
}

.ph-phone-thin:before {
  content: "\eb79";
}

.ph-phone-x-thin:before {
  content: "\eb7a";
}

.ph-phosphor-logo-thin:before {
  content: "\eb7b";
}

.ph-picture-in-picture-thin:before {
  content: "\eb7c";
}

.ph-pill-thin:before {
  content: "\eb7d";
}

.ph-pinterest-logo-thin:before {
  content: "\eb7e";
}

.ph-pizza-thin:before {
  content: "\eb7f";
}

.ph-placeholder-thin:before {
  content: "\eb80";
}

.ph-planet-thin:before {
  content: "\eb81";
}

.ph-play-circle-thin:before {
  content: "\eb82";
}

.ph-playlist-thin:before {
  content: "\eb83";
}

.ph-play-thin:before {
  content: "\eb84";
}

.ph-plus-circle-thin:before {
  content: "\eb85";
}

.ph-plus-minus-thin:before {
  content: "\eb86";
}

.ph-plus-thin:before {
  content: "\eb87";
}

.ph-poker-chip-thin:before {
  content: "\eb88";
}

.ph-polygon-thin:before {
  content: "\eb89";
}

.ph-power-thin:before {
  content: "\eb8a";
}

.ph-prescription-thin:before {
  content: "\eb8b";
}

.ph-presentation-chart-thin:before {
  content: "\eb8c";
}

.ph-presentation-thin:before {
  content: "\eb8d";
}

.ph-printer-thin:before {
  content: "\eb8e";
}

.ph-prohibit-inset-thin:before {
  content: "\eb8f";
}

.ph-prohibit-thin:before {
  content: "\eb90";
}

.ph-projector-screen-chart-thin:before {
  content: "\eb91";
}

.ph-projector-screen-thin:before {
  content: "\eb92";
}

.ph-push-pin-simple-slash-thin:before {
  content: "\eb93";
}

.ph-push-pin-simple-thin:before {
  content: "\eb94";
}

.ph-push-pin-slash-thin:before {
  content: "\eb95";
}

.ph-push-pin-thin:before {
  content: "\eb96";
}

.ph-puzzle-piece-thin:before {
  content: "\eb97";
}

.ph-qr-code-thin:before {
  content: "\eb98";
}

.ph-question-thin:before {
  content: "\eb99";
}

.ph-queue-thin:before {
  content: "\eb9a";
}

.ph-quotes-thin:before {
  content: "\eb9b";
}

.ph-radical-thin:before {
  content: "\eb9c";
}

.ph-radio-thin:before {
  content: "\eb9d";
}

.ph-rainbow-cloud-thin:before {
  content: "\eb9e";
}

.ph-rainbow-thin:before {
  content: "\eb9f";
}

.ph-receipt-thin:before {
  content: "\eba0";
}

.ph-record-thin:before {
  content: "\eba1";
}

.ph-rectangle-thin:before {
  content: "\eba2";
}

.ph-recycle-thin:before {
  content: "\eba3";
}

.ph-reddit-logo-thin:before {
  content: "\eba4";
}

.ph-repeat-once-thin:before {
  content: "\eba5";
}

.ph-repeat-thin:before {
  content: "\eba6";
}

.ph-rewind-circle-thin:before {
  content: "\eba7";
}

.ph-rewind-thin:before {
  content: "\eba8";
}

.ph-robot-thin:before {
  content: "\eba9";
}

.ph-rocket-launch-thin:before {
  content: "\ebaa";
}

.ph-rocket-thin:before {
  content: "\ebab";
}

.ph-rows-thin:before {
  content: "\ebac";
}

.ph-rss-simple-thin:before {
  content: "\ebad";
}

.ph-rss-thin:before {
  content: "\ebae";
}

.ph-ruler-thin:before {
  content: "\ebaf";
}

.ph-scales-thin:before {
  content: "\ebb0";
}

.ph-scissors-thin:before {
  content: "\ebb1";
}

.ph-screencast-thin:before {
  content: "\ebb2";
}

.ph-scribble-loop-thin:before {
  content: "\ebb3";
}

.ph-selection-all-thin:before {
  content: "\ebb4";
}

.ph-selection-background-thin:before {
  content: "\ebb5";
}

.ph-selection-foreground-thin:before {
  content: "\ebb6";
}

.ph-selection-inverse-thin:before {
  content: "\ebb7";
}

.ph-selection-plus-thin:before {
  content: "\ebb8";
}

.ph-selection-slash-thin:before {
  content: "\ebb9";
}

.ph-selection-thin:before {
  content: "\ebba";
}

.ph-share-network-thin:before {
  content: "\ebbb";
}

.ph-share-thin:before {
  content: "\ebbc";
}

.ph-shield-checkered-thin:before {
  content: "\ebbd";
}

.ph-shield-check-thin:before {
  content: "\ebbe";
}

.ph-shield-chevron-thin:before {
  content: "\ebbf";
}

.ph-shield-plus-thin:before {
  content: "\ebc0";
}

.ph-shield-slash-thin:before {
  content: "\ebc1";
}

.ph-shield-thin:before {
  content: "\ebc2";
}

.ph-shield-warning-thin:before {
  content: "\ebc3";
}

.ph-shopping-bag-open-thin:before {
  content: "\ebc4";
}

.ph-shopping-bag-thin:before {
  content: "\ebc5";
}

.ph-shopping-cart-simple-thin:before {
  content: "\ebc6";
}

.ph-shopping-cart-thin:before {
  content: "\ebc7";
}

.ph-shower-thin:before {
  content: "\ebc8";
}

.ph-shuffle-angular-thin:before {
  content: "\ebc9";
}

.ph-shuffle-simple-thin:before {
  content: "\ebca";
}

.ph-shuffle-thin:before {
  content: "\ebcb";
}

.ph-sign-in-thin:before {
  content: "\ebcc";
}

.ph-sign-out-thin:before {
  content: "\ebcd";
}

.ph-sim-card-thin:before {
  content: "\ebce";
}

.ph-sketch-logo-thin:before {
  content: "\ebcf";
}

.ph-skip-back-circle-thin:before {
  content: "\ebd0";
}

.ph-skip-back-thin:before {
  content: "\ebd1";
}

.ph-skip-forward-circle-thin:before {
  content: "\ebd2";
}

.ph-skip-forward-thin:before {
  content: "\ebd3";
}

.ph-slack-logo-thin:before {
  content: "\ebd4";
}

.ph-sliders-horizontal-thin:before {
  content: "\ebd5";
}

.ph-sliders-thin:before {
  content: "\ebd6";
}

.ph-smiley-blank-thin:before {
  content: "\ebd7";
}

.ph-smiley-meh-thin:before {
  content: "\ebd8";
}

.ph-smiley-nervous-thin:before {
  content: "\ebd9";
}

.ph-smiley-sad-thin:before {
  content: "\ebda";
}

.ph-smiley-sticker-thin:before {
  content: "\ebdb";
}

.ph-smiley-thin:before {
  content: "\ebdc";
}

.ph-smiley-wink-thin:before {
  content: "\ebdd";
}

.ph-smiley-x-eyes-thin:before {
  content: "\ebde";
}

.ph-snapchat-logo-thin:before {
  content: "\ebdf";
}

.ph-snowflake-thin:before {
  content: "\ebe0";
}

.ph-soccer-ball-thin:before {
  content: "\ebe1";
}

.ph-sort-ascending-thin:before {
  content: "\ebe2";
}

.ph-sort-descending-thin:before {
  content: "\ebe3";
}

.ph-spade-thin:before {
  content: "\ebe4";
}

.ph-sparkle-thin:before {
  content: "\ebe5";
}

.ph-speaker-high-thin:before {
  content: "\ebe6";
}

.ph-speaker-low-thin:before {
  content: "\ebe7";
}

.ph-speaker-none-thin:before {
  content: "\ebe8";
}

.ph-speaker-simple-high-thin:before {
  content: "\ebe9";
}

.ph-speaker-simple-low-thin:before {
  content: "\ebea";
}

.ph-speaker-simple-none-thin:before {
  content: "\ebeb";
}

.ph-speaker-simple-slash-thin:before {
  content: "\ebec";
}

.ph-speaker-simple-x-thin:before {
  content: "\ebed";
}

.ph-speaker-slash-thin:before {
  content: "\ebee";
}

.ph-speaker-x-thin:before {
  content: "\ebef";
}

.ph-spinner-gap-thin:before {
  content: "\ebf0";
}

.ph-spinner-thin:before {
  content: "\ebf1";
}

.ph-spotify-logo-thin:before {
  content: "\ebf2";
}

.ph-square-half-thin:before {
  content: "\ebf3";
}

.ph-square-logo-thin:before {
  content: "\ebf4";
}

.ph-squares-four-thin:before {
  content: "\ebf5";
}

.ph-square-thin:before {
  content: "\ebf6";
}

.ph-stack-simple-thin:before {
  content: "\ebf7";
}

.ph-stack-thin:before {
  content: "\ebf8";
}

.ph-star-four-thin:before {
  content: "\ebf9";
}

.ph-star-half-thin:before {
  content: "\ebfa";
}

.ph-star-thin:before {
  content: "\ebfb";
}

.ph-sticker-thin:before {
  content: "\ebfc";
}

.ph-stop-circle-thin:before {
  content: "\ebfd";
}

.ph-stop-thin:before {
  content: "\ebfe";
}

.ph-storefront-thin:before {
  content: "\ebff";
}

.ph-stripe-logo-thin:before {
  content: "\ec00";
}

.ph-student-thin:before {
  content: "\ec01";
}

.ph-suitcase-simple-thin:before {
  content: "\ec02";
}

.ph-suitcase-thin:before {
  content: "\ec03";
}

.ph-sun-dim-thin:before {
  content: "\ec04";
}

.ph-sun-horizon-thin:before {
  content: "\ec05";
}

.ph-sun-thin:before {
  content: "\ec06";
}

.ph-swap-thin:before {
  content: "\ec07";
}

.ph-swatches-thin:before {
  content: "\ec08";
}

.ph-sword-thin:before {
  content: "\ec09";
}

.ph-table-thin:before {
  content: "\ec0a";
}

.ph-tag-chevron-thin:before {
  content: "\ec0b";
}

.ph-tag-simple-thin:before {
  content: "\ec0c";
}

.ph-tag-thin:before {
  content: "\ec0d";
}

.ph-target-thin:before {
  content: "\ec0e";
}

.ph-telegram-logo-thin:before {
  content: "\ec0f";
}

.ph-television-simple-thin:before {
  content: "\ec10";
}

.ph-television-thin:before {
  content: "\ec11";
}

.ph-tennis-ball-thin:before {
  content: "\ec12";
}

.ph-terminal-thin:before {
  content: "\ec13";
}

.ph-terminal-window-thin:before {
  content: "\ec14";
}

.ph-test-tube-thin:before {
  content: "\ec15";
}

.ph-text-aa-thin:before {
  content: "\ec16";
}

.ph-text-align-center-thin:before {
  content: "\ec17";
}

.ph-text-align-justify-thin:before {
  content: "\ec18";
}

.ph-text-align-left-thin:before {
  content: "\ec19";
}

.ph-text-align-right-thin:before {
  content: "\ec1a";
}

.ph-text-bolder-thin:before {
  content: "\ec1b";
}

.ph-text-h-five-thin:before {
  content: "\ec1c";
}

.ph-text-h-four-thin:before {
  content: "\ec1d";
}

.ph-text-h-one-thin:before {
  content: "\ec1e";
}

.ph-text-h-six-thin:before {
  content: "\ec1f";
}

.ph-text-h-thin:before {
  content: "\ec20";
}

.ph-text-h-three-thin:before {
  content: "\ec21";
}

.ph-text-h-two-thin:before {
  content: "\ec22";
}

.ph-text-italic-thin:before {
  content: "\ec23";
}

.ph-text-strikethrough-thin:before {
  content: "\ec24";
}

.ph-text-t-thin:before {
  content: "\ec25";
}

.ph-text-underline-thin:before {
  content: "\ec26";
}

.ph-thermometer-cold-thin:before {
  content: "\ec27";
}

.ph-thermometer-hot-thin:before {
  content: "\ec28";
}

.ph-thermometer-simple-thin:before {
  content: "\ec29";
}

.ph-thermometer-thin:before {
  content: "\ec2a";
}

.ph-thumbs-down-thin:before {
  content: "\ec2b";
}

.ph-thumbs-up-thin:before {
  content: "\ec2c";
}

.ph-ticket-thin:before {
  content: "\ec2d";
}

.ph-tiktok-logo-thin:before {
  content: "\ec2e";
}

.ph-timer-thin:before {
  content: "\ec2f";
}

.ph-toggle-left-thin:before {
  content: "\ec30";
}

.ph-toggle-right-thin:before {
  content: "\ec31";
}

.ph-toilet-paper-thin:before {
  content: "\ec32";
}

.ph-tote-simple-thin:before {
  content: "\ec33";
}

.ph-tote-thin:before {
  content: "\ec34";
}

.ph-traffic-sign-thin:before {
  content: "\ec35";
}

.ph-train-regional-thin:before {
  content: "\ec36";
}

.ph-train-simple-thin:before {
  content: "\ec37";
}

.ph-train-thin:before {
  content: "\ec38";
}

.ph-translate-thin:before {
  content: "\ec39";
}

.ph-trash-simple-thin:before {
  content: "\ec3a";
}

.ph-trash-thin:before {
  content: "\ec3b";
}

.ph-tray-thin:before {
  content: "\ec3c";
}

.ph-tree-evergreen-thin:before {
  content: "\ec3d";
}

.ph-tree-structure-thin:before {
  content: "\ec3e";
}

.ph-tree-thin:before {
  content: "\ec3f";
}

.ph-trend-down-thin:before {
  content: "\ec40";
}

.ph-trend-up-thin:before {
  content: "\ec41";
}

.ph-triangle-thin:before {
  content: "\ec42";
}

.ph-trophy-thin:before {
  content: "\ec43";
}

.ph-truck-thin:before {
  content: "\ec44";
}

.ph-t-shirt-thin:before {
  content: "\ec45";
}

.ph-twitch-logo-thin:before {
  content: "\ec46";
}

.ph-twitter-logo-thin:before {
  content: "\ec47";
}

.ph-umbrella-simple-thin:before {
  content: "\ec48";
}

.ph-umbrella-thin:before {
  content: "\ec49";
}

.ph-upload-simple-thin:before {
  content: "\ec4a";
}

.ph-upload-thin:before {
  content: "\ec4b";
}

.ph-user-circle-gear-thin:before {
  content: "\ec4c";
}

.ph-user-circle-minus-thin:before {
  content: "\ec4d";
}

.ph-user-circle-plus-thin:before {
  content: "\ec4e";
}

.ph-user-circle-thin:before {
  content: "\ec4f";
}

.ph-user-focus-thin:before {
  content: "\ec50";
}

.ph-user-gear-thin:before {
  content: "\ec51";
}

.ph-user-list-thin:before {
  content: "\ec52";
}

.ph-user-minus-thin:before {
  content: "\ec53";
}

.ph-user-plus-thin:before {
  content: "\ec54";
}

.ph-user-rectangle-thin:before {
  content: "\ec55";
}

.ph-users-four-thin:before {
  content: "\ec56";
}

.ph-user-square-thin:before {
  content: "\ec57";
}

.ph-users-thin:before {
  content: "\ec58";
}

.ph-users-three-thin:before {
  content: "\ec59";
}

.ph-user-thin:before {
  content: "\ec5a";
}

.ph-vibrate-thin:before {
  content: "\ec5b";
}

.ph-video-camera-slash-thin:before {
  content: "\ec5c";
}

.ph-video-camera-thin:before {
  content: "\ec5d";
}

.ph-voicemail-thin:before {
  content: "\ec5e";
}

.ph-volleyball-thin:before {
  content: "\ec5f";
}

.ph-wallet-thin:before {
  content: "\ec60";
}

.ph-wall-thin:before {
  content: "\ec61";
}

.ph-warning-circle-thin:before {
  content: "\ec62";
}

.ph-warning-octagon-thin:before {
  content: "\ec63";
}

.ph-warning-thin:before {
  content: "\ec64";
}

.ph-watch-thin:before {
  content: "\ec65";
}

.ph-waves-thin:before {
  content: "\ec66";
}

.ph-whatsapp-logo-thin:before {
  content: "\ec67";
}

.ph-wheelchair-thin:before {
  content: "\ec68";
}

.ph-wifi-high-thin:before {
  content: "\ec69";
}

.ph-wifi-low-thin:before {
  content: "\ec6a";
}

.ph-wifi-medium-thin:before {
  content: "\ec6b";
}

.ph-wifi-none-thin:before {
  content: "\ec6c";
}

.ph-wifi-slash-thin:before {
  content: "\ec6d";
}

.ph-wifi-x-thin:before {
  content: "\ec6e";
}

.ph-windows-logo-thin:before {
  content: "\ec6f";
}

.ph-wind-thin:before {
  content: "\ec70";
}

.ph-wine-thin:before {
  content: "\ec71";
}

.ph-wrench-thin:before {
  content: "\ec72";
}

.ph-x-circle-thin:before {
  content: "\ec73";
}

.ph-x-square-thin:before {
  content: "\ec74";
}

.ph-x-thin:before {
  content: "\ec75";
}

.ph-youtube-logo-thin:before {
  content: "\ec76";
}

.ph-activity-thin:before {
  content: "\ec77";
}

.ph-address-book-thin:before {
  content: "\ec78";
}

.ph-airplane-in-flight-thin:before {
  content: "\ec79";
}

.ph-airplane-landing-thin:before {
  content: "\ec7a";
}

.ph-airplane-takeoff-thin:before {
  content: "\ec7b";
}

.ph-airplane-thin:before {
  content: "\ec7c";
}

.ph-airplane-tilt-thin:before {
  content: "\ec7d";
}

.ph-align-bottom-light:before {
  content: "\ec7e";
}

.ph-align-center-horizontal-light:before {
  content: "\ec7f";
}

.ph-align-center-vertical-light:before {
  content: "\ec80";
}

.ph-align-left-light:before {
  content: "\ec81";
}

.ph-align-right-light:before {
  content: "\ec82";
}

.ph-align-top-light:before {
  content: "\ec83";
}

.ph-anchor-light:before {
  content: "\ec84";
}

.ph-anchor-simple-light:before {
  content: "\ec85";
}

.ph-android-logo-light:before {
  content: "\ec86";
}

.ph-aperture-light:before {
  content: "\ec87";
}

.ph-apple-logo-light:before {
  content: "\ec88";
}

.ph-app-window-light:before {
  content: "\ec89";
}

.ph-archive-box-light:before {
  content: "\ec8a";
}

.ph-archive-light:before {
  content: "\ec8b";
}

.ph-archive-tray-light:before {
  content: "\ec8c";
}

.ph-armchair-light:before {
  content: "\ec8d";
}

.ph-arrow-arc-left-light:before {
  content: "\ec8e";
}

.ph-arrow-arc-right-light:before {
  content: "\ec8f";
}

.ph-arrow-bend-double-up-left-light:before {
  content: "\ec90";
}

.ph-arrow-bend-double-up-right-light:before {
  content: "\ec91";
}

.ph-arrow-bend-down-left-light:before {
  content: "\ec92";
}

.ph-arrow-bend-down-right-light:before {
  content: "\ec93";
}

.ph-arrow-bend-left-down-light:before {
  content: "\ec94";
}

.ph-arrow-bend-left-up-light:before {
  content: "\ec95";
}

.ph-arrow-bend-right-down-light:before {
  content: "\ec96";
}

.ph-arrow-bend-right-up-light:before {
  content: "\ec97";
}

.ph-arrow-bend-up-left-light:before {
  content: "\ec98";
}

.ph-arrow-bend-up-right-light:before {
  content: "\ec99";
}

.ph-arrow-circle-down-left-light:before {
  content: "\ec9a";
}

.ph-arrow-circle-down-light:before {
  content: "\ec9b";
}

.ph-arrow-circle-down-right-light:before {
  content: "\ec9c";
}

.ph-arrow-circle-left-light:before {
  content: "\ec9d";
}

.ph-arrow-circle-right-light:before {
  content: "\ec9e";
}

.ph-arrow-circle-up-left-light:before {
  content: "\ec9f";
}

.ph-arrow-circle-up-light:before {
  content: "\eca0";
}

.ph-arrow-circle-up-right-light:before {
  content: "\eca1";
}

.ph-arrow-clockwise-light:before {
  content: "\eca2";
}

.ph-arrow-counter-clockwise-light:before {
  content: "\eca3";
}

.ph-arrow-down-left-light:before {
  content: "\eca4";
}

.ph-arrow-down-light:before {
  content: "\eca5";
}

.ph-arrow-down-right-light:before {
  content: "\eca6";
}

.ph-arrow-elbow-down-left-light:before {
  content: "\eca7";
}

.ph-arrow-elbow-down-right-light:before {
  content: "\eca8";
}

.ph-arrow-elbow-left-down-light:before {
  content: "\eca9";
}

.ph-arrow-elbow-left-light:before {
  content: "\ecaa";
}

.ph-arrow-elbow-left-up-light:before {
  content: "\ecab";
}

.ph-arrow-elbow-right-down-light:before {
  content: "\ecac";
}

.ph-arrow-elbow-right-light:before {
  content: "\ecad";
}

.ph-arrow-elbow-right-up-light:before {
  content: "\ecae";
}

.ph-arrow-elbow-up-left-light:before {
  content: "\ecaf";
}

.ph-arrow-elbow-up-right-light:before {
  content: "\ecb0";
}

.ph-arrow-fat-down-light:before {
  content: "\ecb1";
}

.ph-arrow-fat-left-light:before {
  content: "\ecb2";
}

.ph-arrow-fat-line-down-light:before {
  content: "\ecb3";
}

.ph-arrow-fat-line-left-light:before {
  content: "\ecb4";
}

.ph-arrow-fat-line-right-light:before {
  content: "\ecb5";
}

.ph-arrow-fat-lines-down-light:before {
  content: "\ecb6";
}

.ph-arrow-fat-lines-left-light:before {
  content: "\ecb7";
}

.ph-arrow-fat-lines-right-light:before {
  content: "\ecb8";
}

.ph-arrow-fat-lines-up-light:before {
  content: "\ecb9";
}

.ph-arrow-fat-line-up-light:before {
  content: "\ecba";
}

.ph-arrow-fat-right-light:before {
  content: "\ecbb";
}

.ph-arrow-fat-up-light:before {
  content: "\ecbc";
}

.ph-arrow-left-light:before {
  content: "\ecbd";
}

.ph-arrow-line-down-left-light:before {
  content: "\ecbe";
}

.ph-arrow-line-down-light:before {
  content: "\ecbf";
}

.ph-arrow-line-down-right-light:before {
  content: "\ecc0";
}

.ph-arrow-line-left-light:before {
  content: "\ecc1";
}

.ph-arrow-line-right-light:before {
  content: "\ecc2";
}

.ph-arrow-line-up-left-light:before {
  content: "\ecc3";
}

.ph-arrow-line-up-light:before {
  content: "\ecc4";
}

.ph-arrow-line-up-right-light:before {
  content: "\ecc5";
}

.ph-arrow-right-light:before {
  content: "\ecc6";
}

.ph-arrows-clockwise-light:before {
  content: "\ecc7";
}

.ph-arrows-counter-clockwise-light:before {
  content: "\ecc8";
}

.ph-arrows-down-up-light:before {
  content: "\ecc9";
}

.ph-arrows-in-cardinal-light:before {
  content: "\ecca";
}

.ph-arrows-in-light:before {
  content: "\eccb";
}

.ph-arrows-in-line-horizontal-light:before {
  content: "\eccc";
}

.ph-arrows-in-line-vertical-light:before {
  content: "\eccd";
}

.ph-arrows-in-simple-light:before {
  content: "\ecce";
}

.ph-arrows-left-right-light:before {
  content: "\eccf";
}

.ph-arrows-out-cardinal-light:before {
  content: "\ecd0";
}

.ph-arrows-out-light:before {
  content: "\ecd1";
}

.ph-arrows-out-line-horizontal-light:before {
  content: "\ecd2";
}

.ph-arrows-out-line-vertical-light:before {
  content: "\ecd3";
}

.ph-arrows-out-simple-light:before {
  content: "\ecd4";
}

.ph-arrow-square-down-left-light:before {
  content: "\ecd5";
}

.ph-arrow-square-down-light:before {
  content: "\ecd6";
}

.ph-arrow-square-down-right-light:before {
  content: "\ecd7";
}

.ph-arrow-square-in-light:before {
  content: "\ecd8";
}

.ph-arrow-square-left-light:before {
  content: "\ecd9";
}

.ph-arrow-square-out-light:before {
  content: "\ecda";
}

.ph-arrow-square-right-light:before {
  content: "\ecdb";
}

.ph-arrow-square-up-left-light:before {
  content: "\ecdc";
}

.ph-arrow-square-up-light:before {
  content: "\ecdd";
}

.ph-arrow-square-up-right-light:before {
  content: "\ecde";
}

.ph-arrow-u-down-left-light:before {
  content: "\ecdf";
}

.ph-arrow-u-down-right-light:before {
  content: "\ece0";
}

.ph-arrow-u-left-down-light:before {
  content: "\ece1";
}

.ph-arrow-u-left-up-light:before {
  content: "\ece2";
}

.ph-arrow-up-left-light:before {
  content: "\ece3";
}

.ph-arrow-up-light:before {
  content: "\ece4";
}

.ph-arrow-up-right-light:before {
  content: "\ece5";
}

.ph-arrow-u-right-down-light:before {
  content: "\ece6";
}

.ph-arrow-u-right-up-light:before {
  content: "\ece7";
}

.ph-arrow-u-up-left-light:before {
  content: "\ece8";
}

.ph-arrow-u-up-right-light:before {
  content: "\ece9";
}

.ph-article-light:before {
  content: "\ecea";
}

.ph-article-medium-light:before {
  content: "\eceb";
}

.ph-article-ny-times-light:before {
  content: "\ecec";
}

.ph-asterisk-light:before {
  content: "\eced";
}

.ph-at-light:before {
  content: "\ecee";
}

.ph-atom-light:before {
  content: "\ecef";
}

.ph-baby-light:before {
  content: "\ecf0";
}

.ph-backspace-light:before {
  content: "\ecf1";
}

.ph-bag-light:before {
  content: "\ecf2";
}

.ph-bag-simple-light:before {
  content: "\ecf3";
}

.ph-bandaids-light:before {
  content: "\ecf4";
}

.ph-bank-light:before {
  content: "\ecf5";
}

.ph-barbell-light:before {
  content: "\ecf6";
}

.ph-barcode-light:before {
  content: "\ecf7";
}

.ph-baseball-light:before {
  content: "\ecf8";
}

.ph-basketball-light:before {
  content: "\ecf9";
}

.ph-battery-charging-light:before {
  content: "\ecfa";
}

.ph-battery-charging-vertical-light:before {
  content: "\ecfb";
}

.ph-battery-empty-light:before {
  content: "\ecfc";
}

.ph-battery-full-light:before {
  content: "\ecfd";
}

.ph-battery-high-light:before {
  content: "\ecfe";
}

.ph-battery-low-light:before {
  content: "\ecff";
}

.ph-battery-medium-light:before {
  content: "\ed00";
}

.ph-battery-warning-light:before {
  content: "\ed01";
}

.ph-battery-warning-vertical-light:before {
  content: "\ed02";
}

.ph-bed-light:before {
  content: "\ed03";
}

.ph-bell-light:before {
  content: "\ed04";
}

.ph-bell-ringing-light:before {
  content: "\ed05";
}

.ph-bell-simple-light:before {
  content: "\ed06";
}

.ph-bell-simple-ringing-light:before {
  content: "\ed07";
}

.ph-bell-simple-slash-light:before {
  content: "\ed08";
}

.ph-bell-simple-z-light:before {
  content: "\ed09";
}

.ph-bell-slash-light:before {
  content: "\ed0a";
}

.ph-bell-z-light:before {
  content: "\ed0b";
}

.ph-bicycle-light:before {
  content: "\ed0c";
}

.ph-bird-light:before {
  content: "\ed0d";
}

.ph-bluetooth-connected-light:before {
  content: "\ed0e";
}

.ph-bluetooth-light:before {
  content: "\ed0f";
}

.ph-bluetooth-slash-light:before {
  content: "\ed10";
}

.ph-bluetooth-x-light:before {
  content: "\ed11";
}

.ph-boat-light:before {
  content: "\ed12";
}

.ph-book-bookmark-light:before {
  content: "\ed13";
}

.ph-book-light:before {
  content: "\ed14";
}

.ph-bookmark-light:before {
  content: "\ed15";
}

.ph-bookmark-simple-light:before {
  content: "\ed16";
}

.ph-bookmarks-light:before {
  content: "\ed17";
}

.ph-bookmarks-simple-light:before {
  content: "\ed18";
}

.ph-book-open-light:before {
  content: "\ed19";
}

.ph-books-light:before {
  content: "\ed1a";
}

.ph-bounding-box-light:before {
  content: "\ed1b";
}

.ph-brackets-angle-light:before {
  content: "\ed1c";
}

.ph-brackets-curly-light:before {
  content: "\ed1d";
}

.ph-brackets-round-light:before {
  content: "\ed1e";
}

.ph-brackets-square-light:before {
  content: "\ed1f";
}

.ph-brain-light:before {
  content: "\ed20";
}

.ph-brandy-light:before {
  content: "\ed21";
}

.ph-briefcase-light:before {
  content: "\ed22";
}

.ph-briefcase-metal-light:before {
  content: "\ed23";
}

.ph-broadcast-light:before {
  content: "\ed24";
}

.ph-browser-light:before {
  content: "\ed25";
}

.ph-browsers-light:before {
  content: "\ed26";
}

.ph-bug-beetle-light:before {
  content: "\ed27";
}

.ph-bug-droid-light:before {
  content: "\ed28";
}

.ph-bug-light:before {
  content: "\ed29";
}

.ph-buildings-light:before {
  content: "\ed2a";
}

.ph-bus-light:before {
  content: "\ed2b";
}

.ph-cake-light:before {
  content: "\ed2c";
}

.ph-calculator-light:before {
  content: "\ed2d";
}

.ph-calendar-blank-light:before {
  content: "\ed2e";
}

.ph-calendar-check-light:before {
  content: "\ed2f";
}

.ph-calendar-light:before {
  content: "\ed30";
}

.ph-calendar-plus-light:before {
  content: "\ed31";
}

.ph-calendar-x-light:before {
  content: "\ed32";
}

.ph-camera-light:before {
  content: "\ed33";
}

.ph-camera-slash-light:before {
  content: "\ed34";
}

.ph-cardholder-light:before {
  content: "\ed35";
}

.ph-cards-light:before {
  content: "\ed36";
}

.ph-caret-circle-double-down-light:before {
  content: "\ed37";
}

.ph-caret-circle-double-left-light:before {
  content: "\ed38";
}

.ph-caret-circle-double-right-light:before {
  content: "\ed39";
}

.ph-caret-circle-double-up-light:before {
  content: "\ed3a";
}

.ph-caret-circle-down-light:before {
  content: "\ed3b";
}

.ph-caret-circle-left-light:before {
  content: "\ed3c";
}

.ph-caret-circle-right-light:before {
  content: "\ed3d";
}

.ph-caret-circle-up-light:before {
  content: "\ed3e";
}

.ph-caret-double-down-light:before {
  content: "\ed3f";
}

.ph-caret-double-left-light:before {
  content: "\ed40";
}

.ph-caret-double-right-light:before {
  content: "\ed41";
}

.ph-caret-double-up-light:before {
  content: "\ed42";
}

.ph-caret-down-light:before {
  content: "\ed43";
}

.ph-caret-left-light:before {
  content: "\ed44";
}

.ph-caret-right-light:before {
  content: "\ed45";
}

.ph-caret-up-light:before {
  content: "\ed46";
}

.ph-car-light:before {
  content: "\ed47";
}

.ph-car-simple-light:before {
  content: "\ed48";
}

.ph-cat-light:before {
  content: "\ed49";
}

.ph-cell-signal-full-light:before {
  content: "\ed4a";
}

.ph-cell-signal-high-light:before {
  content: "\ed4b";
}

.ph-cell-signal-low-light:before {
  content: "\ed4c";
}

.ph-cell-signal-medium-light:before {
  content: "\ed4d";
}

.ph-cell-signal-none-light:before {
  content: "\ed4e";
}

.ph-cell-signal-slash-light:before {
  content: "\ed4f";
}

.ph-cell-signal-x-light:before {
  content: "\ed50";
}

.ph-chalkboard-light:before {
  content: "\ed51";
}

.ph-chalkboard-simple-light:before {
  content: "\ed52";
}

.ph-chalkboard-teacher-light:before {
  content: "\ed53";
}

.ph-chart-bar-horizontal-light:before {
  content: "\ed54";
}

.ph-chart-bar-light:before {
  content: "\ed55";
}

.ph-chart-line-light:before {
  content: "\ed56";
}

.ph-chart-line-up-light:before {
  content: "\ed57";
}

.ph-chart-pie-light:before {
  content: "\ed58";
}

.ph-chart-pie-slice-light:before {
  content: "\ed59";
}

.ph-chat-centered-dots-light:before {
  content: "\ed5a";
}

.ph-chat-centered-light:before {
  content: "\ed5b";
}

.ph-chat-centered-text-light:before {
  content: "\ed5c";
}

.ph-chat-circle-dots-light:before {
  content: "\ed5d";
}

.ph-chat-circle-light:before {
  content: "\ed5e";
}

.ph-chat-circle-text-light:before {
  content: "\ed5f";
}

.ph-chat-dots-light:before {
  content: "\ed60";
}

.ph-chat-light:before {
  content: "\ed61";
}

.ph-chats-circle-light:before {
  content: "\ed62";
}

.ph-chats-light:before {
  content: "\ed63";
}

.ph-chats-teardrop-light:before {
  content: "\ed64";
}

.ph-chat-teardrop-dots-light:before {
  content: "\ed65";
}

.ph-chat-teardrop-light:before {
  content: "\ed66";
}

.ph-chat-teardrop-text-light:before {
  content: "\ed67";
}

.ph-chat-text-light:before {
  content: "\ed68";
}

.ph-check-circle-light:before {
  content: "\ed69";
}

.ph-check-light:before {
  content: "\ed6a";
}

.ph-checks-light:before {
  content: "\ed6b";
}

.ph-check-square-light:before {
  content: "\ed6c";
}

.ph-check-square-offset-light:before {
  content: "\ed6d";
}

.ph-circle-dashed-light:before {
  content: "\ed6e";
}

.ph-circle-half-light:before {
  content: "\ed6f";
}

.ph-circle-half-tilt-light:before {
  content: "\ed70";
}

.ph-circle-light:before {
  content: "\ed71";
}

.ph-circles-four-light:before {
  content: "\ed72";
}

.ph-circles-three-light:before {
  content: "\ed73";
}

.ph-circles-three-plus-light:before {
  content: "\ed74";
}

.ph-circle-wavy-check-light:before {
  content: "\ed75";
}

.ph-circle-wavy-light:before {
  content: "\ed76";
}

.ph-circle-wavy-question-light:before {
  content: "\ed77";
}

.ph-circle-wavy-warning-light:before {
  content: "\ed78";
}

.ph-clipboard-light:before {
  content: "\ed79";
}

.ph-clipboard-text-light:before {
  content: "\ed7a";
}

.ph-clock-afternoon-light:before {
  content: "\ed7b";
}

.ph-clock-clockwise-light:before {
  content: "\ed7c";
}

.ph-clock-counter-clockwise-light:before {
  content: "\ed7d";
}

.ph-clock-light:before {
  content: "\ed7e";
}

.ph-closed-captioning-light:before {
  content: "\ed7f";
}

.ph-cloud-arrow-down-light:before {
  content: "\ed80";
}

.ph-cloud-arrow-up-light:before {
  content: "\ed81";
}

.ph-cloud-check-light:before {
  content: "\ed82";
}

.ph-cloud-fog-light:before {
  content: "\ed83";
}

.ph-cloud-light:before {
  content: "\ed84";
}

.ph-cloud-lightning-light:before {
  content: "\ed85";
}

.ph-cloud-moon-light:before {
  content: "\ed86";
}

.ph-cloud-rain-light:before {
  content: "\ed87";
}

.ph-cloud-slash-light:before {
  content: "\ed88";
}

.ph-cloud-snow-light:before {
  content: "\ed89";
}

.ph-cloud-sun-light:before {
  content: "\ed8a";
}

.ph-club-light:before {
  content: "\ed8b";
}

.ph-code-light:before {
  content: "\ed8c";
}

.ph-code-simple-light:before {
  content: "\ed8d";
}

.ph-coffee-light:before {
  content: "\ed8e";
}

.ph-coin-light:before {
  content: "\ed8f";
}

.ph-columns-light:before {
  content: "\ed90";
}

.ph-command-light:before {
  content: "\ed91";
}

.ph-compass-light:before {
  content: "\ed92";
}

.ph-computer-tower-light:before {
  content: "\ed93";
}

.ph-cookie-light:before {
  content: "\ed94";
}

.ph-cooking-pot-light:before {
  content: "\ed95";
}

.ph-copy-light:before {
  content: "\ed96";
}

.ph-copyright-light:before {
  content: "\ed97";
}

.ph-copy-simple-light:before {
  content: "\ed98";
}

.ph-corners-in-light:before {
  content: "\ed99";
}

.ph-corners-out-light:before {
  content: "\ed9a";
}

.ph-cpu-light:before {
  content: "\ed9b";
}

.ph-credit-card-light:before {
  content: "\ed9c";
}

.ph-crop-light:before {
  content: "\ed9d";
}

.ph-crosshair-light:before {
  content: "\ed9e";
}

.ph-crosshair-simple-light:before {
  content: "\ed9f";
}

.ph-crown-light:before {
  content: "\eda0";
}

.ph-crown-simple-light:before {
  content: "\eda1";
}

.ph-cube-light:before {
  content: "\eda2";
}

.ph-currency-btc-light:before {
  content: "\eda3";
}

.ph-currency-circle-dollar-light:before {
  content: "\eda4";
}

.ph-currency-cny-light:before {
  content: "\eda5";
}

.ph-currency-dollar-light:before {
  content: "\eda6";
}

.ph-currency-dollar-simple-light:before {
  content: "\eda7";
}

.ph-currency-eur-light:before {
  content: "\eda8";
}

.ph-currency-gbp-light:before {
  content: "\eda9";
}

.ph-currency-inr-light:before {
  content: "\edaa";
}

.ph-currency-jpy-light:before {
  content: "\edab";
}

.ph-currency-krw-light:before {
  content: "\edac";
}

.ph-currency-rub-light:before {
  content: "\edad";
}

.ph-cursor-light:before {
  content: "\edae";
}

.ph-database-light:before {
  content: "\edaf";
}

.ph-desktop-light:before {
  content: "\edb0";
}

.ph-desktop-tower-light:before {
  content: "\edb1";
}

.ph-device-mobile-camera-light:before {
  content: "\edb2";
}

.ph-device-mobile-light:before {
  content: "\edb3";
}

.ph-device-mobile-speaker-light:before {
  content: "\edb4";
}

.ph-device-tablet-camera-light:before {
  content: "\edb5";
}

.ph-device-tablet-light:before {
  content: "\edb6";
}

.ph-device-tablet-speaker-light:before {
  content: "\edb7";
}

.ph-diamond-light:before {
  content: "\edb8";
}

.ph-dice-five-light:before {
  content: "\edb9";
}

.ph-dice-four-light:before {
  content: "\edba";
}

.ph-dice-one-light:before {
  content: "\edbb";
}

.ph-dice-six-light:before {
  content: "\edbc";
}

.ph-dice-three-light:before {
  content: "\edbd";
}

.ph-dice-two-light:before {
  content: "\edbe";
}

.ph-disc-light:before {
  content: "\edbf";
}

.ph-discord-logo-light:before {
  content: "\edc0";
}

.ph-divide-light:before {
  content: "\edc1";
}

.ph-dog-light:before {
  content: "\edc2";
}

.ph-door-light:before {
  content: "\edc3";
}

.ph-dots-nine-light:before {
  content: "\edc4";
}

.ph-dots-six-light:before {
  content: "\edc5";
}

.ph-dots-six-vertical-light:before {
  content: "\edc6";
}

.ph-dots-three-circle-light:before {
  content: "\edc7";
}

.ph-dots-three-circle-vertical-light:before {
  content: "\edc8";
}

.ph-dots-three-light:before {
  content: "\edc9";
}

.ph-dots-three-outline-light:before {
  content: "\edca";
}

.ph-dots-three-outline-vertical-light:before {
  content: "\edcb";
}

.ph-dots-three-vertical-light:before {
  content: "\edcc";
}

.ph-download-light:before {
  content: "\edcd";
}

.ph-download-simple-light:before {
  content: "\edce";
}

.ph-dribbble-logo-light:before {
  content: "\edcf";
}

.ph-drop-half-light:before {
  content: "\edd0";
}

.ph-drop-light:before {
  content: "\edd1";
}

.ph-ear-light:before {
  content: "\edd2";
}

.ph-ear-slash-light:before {
  content: "\edd3";
}

.ph-eject-light:before {
  content: "\edd4";
}

.ph-eject-simple-light:before {
  content: "\edd5";
}

.ph-envelope-light:before {
  content: "\edd6";
}

.ph-envelope-open-light:before {
  content: "\edd7";
}

.ph-envelope-simple-light:before {
  content: "\edd8";
}

.ph-envelope-simple-open-light:before {
  content: "\edd9";
}

.ph-equals-light:before {
  content: "\edda";
}

.ph-eraser-light:before {
  content: "\eddb";
}

.ph-export-light:before {
  content: "\eddc";
}

.ph-eye-closed-light:before {
  content: "\eddd";
}

.ph-eyedropper-light:before {
  content: "\edde";
}

.ph-eye-light:before {
  content: "\eddf";
}

.ph-eye-slash-light:before {
  content: "\ede0";
}

.ph-facebook-logo-light:before {
  content: "\ede1";
}

.ph-face-mask-light:before {
  content: "\ede2";
}

.ph-factory-light:before {
  content: "\ede3";
}

.ph-faders-horizontal-light:before {
  content: "\ede4";
}

.ph-faders-light:before {
  content: "\ede5";
}

.ph-fast-forward-circle-light:before {
  content: "\ede6";
}

.ph-fast-forward-light:before {
  content: "\ede7";
}

.ph-figma-logo-light:before {
  content: "\ede8";
}

.ph-file-arrow-down-light:before {
  content: "\ede9";
}

.ph-file-arrow-up-light:before {
  content: "\edea";
}

.ph-file-dotted-light:before {
  content: "\edeb";
}

.ph-file-light:before {
  content: "\edec";
}

.ph-file-minus-light:before {
  content: "\eded";
}

.ph-file-pdf-light:before {
  content: "\edee";
}

.ph-file-plus-light:before {
  content: "\edef";
}

.ph-file-search-light:before {
  content: "\edf0";
}

.ph-files-light:before {
  content: "\edf1";
}

.ph-file-text-light:before {
  content: "\edf2";
}

.ph-file-x-light:before {
  content: "\edf3";
}

.ph-film-strip-light:before {
  content: "\edf4";
}

.ph-fingerprint-light:before {
  content: "\edf5";
}

.ph-fingerprint-simple-light:before {
  content: "\edf6";
}

.ph-finn-the-human-light:before {
  content: "\edf7";
}

.ph-fire-light:before {
  content: "\edf8";
}

.ph-fire-simple-light:before {
  content: "\edf9";
}

.ph-first-aid-kit-light:before {
  content: "\edfa";
}

.ph-first-aid-light:before {
  content: "\edfb";
}

.ph-fish-light:before {
  content: "\edfc";
}

.ph-fish-simple-light:before {
  content: "\edfd";
}

.ph-flag-banner-light:before {
  content: "\edfe";
}

.ph-flag-light:before {
  content: "\edff";
}

.ph-flame-light:before {
  content: "\ee00";
}

.ph-flashlight-light:before {
  content: "\ee01";
}

.ph-flask-light:before {
  content: "\ee02";
}

.ph-floppy-disk-back-light:before {
  content: "\ee03";
}

.ph-floppy-disk-light:before {
  content: "\ee04";
}

.ph-flow-arrow-light:before {
  content: "\ee05";
}

.ph-flower-light:before {
  content: "\ee06";
}

.ph-flower-lotus-light:before {
  content: "\ee07";
}

.ph-folder-light:before {
  content: "\ee08";
}

.ph-folder-minus-light:before {
  content: "\ee09";
}

.ph-folder-notch-light:before {
  content: "\ee0a";
}

.ph-folder-notch-minus-light:before {
  content: "\ee0b";
}

.ph-folder-notch-open-light:before {
  content: "\ee0c";
}

.ph-folder-notch-plus-light:before {
  content: "\ee0d";
}

.ph-folder-open-light:before {
  content: "\ee0e";
}

.ph-folder-plus-light:before {
  content: "\ee0f";
}

.ph-folder-simple-light:before {
  content: "\ee10";
}

.ph-folder-simple-minus-light:before {
  content: "\ee11";
}

.ph-folder-simple-plus-light:before {
  content: "\ee12";
}

.ph-folders-light:before {
  content: "\ee13";
}

.ph-football-light:before {
  content: "\ee14";
}

.ph-fork-knife-light:before {
  content: "\ee15";
}

.ph-frame-corners-light:before {
  content: "\ee16";
}

.ph-framer-logo-light:before {
  content: "\ee17";
}

.ph-funnel-light:before {
  content: "\ee18";
}

.ph-funnel-simple-light:before {
  content: "\ee19";
}

.ph-game-controller-light:before {
  content: "\ee1a";
}

.ph-gas-pump-light:before {
  content: "\ee1b";
}

.ph-gauge-light:before {
  content: "\ee1c";
}

.ph-gear-light:before {
  content: "\ee1d";
}

.ph-gear-six-light:before {
  content: "\ee1e";
}

.ph-gender-female-light:before {
  content: "\ee1f";
}

.ph-gender-intersex-light:before {
  content: "\ee20";
}

.ph-gender-male-light:before {
  content: "\ee21";
}

.ph-gender-neuter-light:before {
  content: "\ee22";
}

.ph-gender-nonbinary-light:before {
  content: "\ee23";
}

.ph-gender-transgender-light:before {
  content: "\ee24";
}

.ph-ghost-light:before {
  content: "\ee25";
}

.ph-gif-light:before {
  content: "\ee26";
}

.ph-gift-light:before {
  content: "\ee27";
}

.ph-git-branch-light:before {
  content: "\ee28";
}

.ph-git-commit-light:before {
  content: "\ee29";
}

.ph-git-diff-light:before {
  content: "\ee2a";
}

.ph-git-fork-light:before {
  content: "\ee2b";
}

.ph-github-logo-light:before {
  content: "\ee2c";
}

.ph-gitlab-logo-light:before {
  content: "\ee2d";
}

.ph-gitlab-logo-simple-light:before {
  content: "\ee2e";
}

.ph-git-merge-light:before {
  content: "\ee2f";
}

.ph-git-pull-request-light:before {
  content: "\ee30";
}

.ph-globe-hemisphere-east-light:before {
  content: "\ee31";
}

.ph-globe-hemisphere-west-light:before {
  content: "\ee32";
}

.ph-globe-light:before {
  content: "\ee33";
}

.ph-globe-simple-light:before {
  content: "\ee34";
}

.ph-globe-stand-light:before {
  content: "\ee35";
}

.ph-google-logo-light:before {
  content: "\ee36";
}

.ph-google-play-logo-light:before {
  content: "\ee37";
}

.ph-graduation-cap-light:before {
  content: "\ee38";
}

.ph-grid-four-light:before {
  content: "\ee39";
}

.ph-handbag-light:before {
  content: "\ee3a";
}

.ph-handbag-simple-light:before {
  content: "\ee3b";
}

.ph-hand-fist-light:before {
  content: "\ee3c";
}

.ph-hand-grabbing-light:before {
  content: "\ee3d";
}

.ph-hand-light:before {
  content: "\ee3e";
}

.ph-hand-palm-light:before {
  content: "\ee3f";
}

.ph-hand-pointing-light:before {
  content: "\ee40";
}

.ph-hands-clapping-light:before {
  content: "\ee41";
}

.ph-handshake-light:before {
  content: "\ee42";
}

.ph-hand-soap-light:before {
  content: "\ee43";
}

.ph-hand-waving-light:before {
  content: "\ee44";
}

.ph-hard-drive-light:before {
  content: "\ee45";
}

.ph-hard-drives-light:before {
  content: "\ee46";
}

.ph-hash-light:before {
  content: "\ee47";
}

.ph-hash-straight-light:before {
  content: "\ee48";
}

.ph-headlights-light:before {
  content: "\ee49";
}

.ph-headphones-light:before {
  content: "\ee4a";
}

.ph-headset-light:before {
  content: "\ee4b";
}

.ph-heartbeat-light:before {
  content: "\ee4c";
}

.ph-heart-light:before {
  content: "\ee4d";
}

.ph-heart-straight-light:before {
  content: "\ee4e";
}

.ph-hexagon-light:before {
  content: "\ee4f";
}

.ph-highlighter-circle-light:before {
  content: "\ee50";
}

.ph-horse-light:before {
  content: "\ee51";
}

.ph-hourglass-high-light:before {
  content: "\ee52";
}

.ph-hourglass-light:before {
  content: "\ee53";
}

.ph-hourglass-low-light:before {
  content: "\ee54";
}

.ph-hourglass-medium-light:before {
  content: "\ee55";
}

.ph-hourglass-simple-high-light:before {
  content: "\ee56";
}

.ph-hourglass-simple-light:before {
  content: "\ee57";
}

.ph-hourglass-simple-low-light:before {
  content: "\ee58";
}

.ph-hourglass-simple-medium-light:before {
  content: "\ee59";
}

.ph-house-light:before {
  content: "\ee5a";
}

.ph-house-line-light:before {
  content: "\ee5b";
}

.ph-house-simple-light:before {
  content: "\ee5c";
}

.ph-identification-badge-light:before {
  content: "\ee5d";
}

.ph-identification-card-light:before {
  content: "\ee5e";
}

.ph-image-light:before {
  content: "\ee5f";
}

.ph-image-square-light:before {
  content: "\ee60";
}

.ph-infinity-light:before {
  content: "\ee61";
}

.ph-info-light:before {
  content: "\ee62";
}

.ph-instagram-logo-light:before {
  content: "\ee63";
}

.ph-intersect-light:before {
  content: "\ee64";
}

.ph-jeep-light:before {
  content: "\ee65";
}

.ph-keyboard-light:before {
  content: "\ee66";
}

.ph-key-light:before {
  content: "\ee67";
}

.ph-key-return-light:before {
  content: "\ee68";
}

.ph-knife-light:before {
  content: "\ee69";
}

.ph-lamp-light:before {
  content: "\ee6a";
}

.ph-laptop-light:before {
  content: "\ee6b";
}

.ph-layout-light:before {
  content: "\ee6c";
}

.ph-leaf-light:before {
  content: "\ee6d";
}

.ph-lifebuoy-light:before {
  content: "\ee6e";
}

.ph-lightbulb-filament-light:before {
  content: "\ee6f";
}

.ph-lightbulb-light:before {
  content: "\ee70";
}

.ph-lightning-light:before {
  content: "\ee71";
}

.ph-lightning-slash-light:before {
  content: "\ee72";
}

.ph-line-segment-light:before {
  content: "\ee73";
}

.ph-line-segments-light:before {
  content: "\ee74";
}

.ph-link-break-light:before {
  content: "\ee75";
}

.ph-linkedin-logo-light:before {
  content: "\ee76";
}

.ph-link-light:before {
  content: "\ee77";
}

.ph-link-simple-break-light:before {
  content: "\ee78";
}

.ph-link-simple-horizontal-break-light:before {
  content: "\ee79";
}

.ph-link-simple-horizontal-light:before {
  content: "\ee7a";
}

.ph-link-simple-light:before {
  content: "\ee7b";
}

.ph-list-bullets-light:before {
  content: "\ee7c";
}

.ph-list-dashes-light:before {
  content: "\ee7d";
}

.ph-list-light:before {
  content: "\ee7e";
}

.ph-list-numbers-light:before {
  content: "\ee7f";
}

.ph-list-plus-light:before {
  content: "\ee80";
}

.ph-lock-key-light:before {
  content: "\ee81";
}

.ph-lock-key-open-light:before {
  content: "\ee82";
}

.ph-lock-laminated-light:before {
  content: "\ee83";
}

.ph-lock-laminated-open-light:before {
  content: "\ee84";
}

.ph-lock-light:before {
  content: "\ee85";
}

.ph-lock-open-light:before {
  content: "\ee86";
}

.ph-lock-simple-light:before {
  content: "\ee87";
}

.ph-lock-simple-open-light:before {
  content: "\ee88";
}

.ph-magic-wand-light:before {
  content: "\ee89";
}

.ph-magnet-light:before {
  content: "\ee8a";
}

.ph-magnet-straight-light:before {
  content: "\ee8b";
}

.ph-magnifying-glass-light:before {
  content: "\ee8c";
}

.ph-magnifying-glass-minus-light:before {
  content: "\ee8d";
}

.ph-magnifying-glass-plus-light:before {
  content: "\ee8e";
}

.ph-map-pin-light:before {
  content: "\ee8f";
}

.ph-map-pin-line-light:before {
  content: "\ee90";
}

.ph-map-trifold-light:before {
  content: "\ee91";
}

.ph-marker-circle-light:before {
  content: "\ee92";
}

.ph-martini-light:before {
  content: "\ee93";
}

.ph-math-operations-light:before {
  content: "\ee94";
}

.ph-medal-light:before {
  content: "\ee95";
}

.ph-medium-logo-light:before {
  content: "\ee96";
}

.ph-megaphone-light:before {
  content: "\ee97";
}

.ph-megaphone-simple-light:before {
  content: "\ee98";
}

.ph-messenger-logo-light:before {
  content: "\ee99";
}

.ph-microphone-light:before {
  content: "\ee9a";
}

.ph-microphone-slash-light:before {
  content: "\ee9b";
}

.ph-minus-circle-light:before {
  content: "\ee9c";
}

.ph-minus-light:before {
  content: "\ee9d";
}

.ph-money-light:before {
  content: "\ee9e";
}

.ph-monitor-light:before {
  content: "\ee9f";
}

.ph-monitor-play-light:before {
  content: "\eea0";
}

.ph-moon-light:before {
  content: "\eea1";
}

.ph-moon-stars-light:before {
  content: "\eea2";
}

.ph-mouse-light:before {
  content: "\eea3";
}

.ph-mouse-simple-light:before {
  content: "\eea4";
}

.ph-music-note-light:before {
  content: "\eea5";
}

.ph-music-note-simple-light:before {
  content: "\eea6";
}

.ph-music-notes-light:before {
  content: "\eea7";
}

.ph-music-notes-simple-light:before {
  content: "\eea8";
}

.ph-navigation-arrow-light:before {
  content: "\eea9";
}

.ph-newspaper-clipping-light:before {
  content: "\eeaa";
}

.ph-newspaper-light:before {
  content: "\eeab";
}

.ph-note-blank-light:before {
  content: "\eeac";
}

.ph-notebook-light:before {
  content: "\eead";
}

.ph-note-light:before {
  content: "\eeae";
}

.ph-notepad-light:before {
  content: "\eeaf";
}

.ph-note-pencil-light:before {
  content: "\eeb0";
}

.ph-notification-light:before {
  content: "\eeb1";
}

.ph-number-circle-eight-light:before {
  content: "\eeb2";
}

.ph-number-circle-five-light:before {
  content: "\eeb3";
}

.ph-number-circle-four-light:before {
  content: "\eeb4";
}

.ph-number-circle-nine-light:before {
  content: "\eeb5";
}

.ph-number-circle-one-light:before {
  content: "\eeb6";
}

.ph-number-circle-seven-light:before {
  content: "\eeb7";
}

.ph-number-circle-six-light:before {
  content: "\eeb8";
}

.ph-number-circle-three-light:before {
  content: "\eeb9";
}

.ph-number-circle-two-light:before {
  content: "\eeba";
}

.ph-number-circle-zero-light:before {
  content: "\eebb";
}

.ph-number-eight-light:before {
  content: "\eebc";
}

.ph-number-five-light:before {
  content: "\eebd";
}

.ph-number-four-light:before {
  content: "\eebe";
}

.ph-number-nine-light:before {
  content: "\eebf";
}

.ph-number-one-light:before {
  content: "\eec0";
}

.ph-number-seven-light:before {
  content: "\eec1";
}

.ph-number-six-light:before {
  content: "\eec2";
}

.ph-number-square-eight-light:before {
  content: "\eec3";
}

.ph-number-square-five-light:before {
  content: "\eec4";
}

.ph-number-square-four-light:before {
  content: "\eec5";
}

.ph-number-square-nine-light:before {
  content: "\eec6";
}

.ph-number-square-one-light:before {
  content: "\eec7";
}

.ph-number-square-seven-light:before {
  content: "\eec8";
}

.ph-number-square-six-light:before {
  content: "\eec9";
}

.ph-number-square-three-light:before {
  content: "\eeca";
}

.ph-number-square-two-light:before {
  content: "\eecb";
}

.ph-number-square-zero-light:before {
  content: "\eecc";
}

.ph-number-three-light:before {
  content: "\eecd";
}

.ph-number-two-light:before {
  content: "\eece";
}

.ph-number-zero-light:before {
  content: "\eecf";
}

.ph-nut-light:before {
  content: "\eed0";
}

.ph-ny-times-logo-light:before {
  content: "\eed1";
}

.ph-octagon-light:before {
  content: "\eed2";
}

.ph-package-light:before {
  content: "\eed3";
}

.ph-paint-brush-broad-light:before {
  content: "\eed4";
}

.ph-paint-brush-household-light:before {
  content: "\eed5";
}

.ph-paint-brush-light:before {
  content: "\eed6";
}

.ph-paint-bucket-light:before {
  content: "\eed7";
}

.ph-paint-roller-light:before {
  content: "\eed8";
}

.ph-palette-light:before {
  content: "\eed9";
}

.ph-paperclip-horizontal-light:before {
  content: "\eeda";
}

.ph-paperclip-light:before {
  content: "\eedb";
}

.ph-paper-plane-light:before {
  content: "\eedc";
}

.ph-paper-plane-right-light:before {
  content: "\eedd";
}

.ph-paper-plane-tilt-light:before {
  content: "\eede";
}

.ph-path-light:before {
  content: "\eedf";
}

.ph-pause-circle-light:before {
  content: "\eee0";
}

.ph-pause-light:before {
  content: "\eee1";
}

.ph-paw-print-light:before {
  content: "\eee2";
}

.ph-peace-light:before {
  content: "\eee3";
}

.ph-pencil-circle-light:before {
  content: "\eee4";
}

.ph-pencil-light:before {
  content: "\eee5";
}

.ph-pencil-line-light:before {
  content: "\eee6";
}

.ph-pencil-simple-light:before {
  content: "\eee7";
}

.ph-pen-light:before {
  content: "\eee8";
}

.ph-pen-nib-light:before {
  content: "\eee9";
}

.ph-pen-nib-straight-light:before {
  content: "\eeea";
}

.ph-percent-light:before {
  content: "\eeeb";
}

.ph-person-light:before {
  content: "\eeec";
}

.ph-person-simple-light:before {
  content: "\eeed";
}

.ph-person-simple-run-light:before {
  content: "\eeee";
}

.ph-person-simple-walk-light:before {
  content: "\eeef";
}

.ph-phone-call-light:before {
  content: "\eef0";
}

.ph-phone-disconnect-light:before {
  content: "\eef1";
}

.ph-phone-incoming-light:before {
  content: "\eef2";
}

.ph-phone-light:before {
  content: "\eef3";
}

.ph-phone-outgoing-light:before {
  content: "\eef4";
}

.ph-phone-slash-light:before {
  content: "\eef5";
}

.ph-phone-x-light:before {
  content: "\eef6";
}

.ph-phosphor-logo-light:before {
  content: "\eef7";
}

.ph-picture-in-picture-light:before {
  content: "\eef8";
}

.ph-pill-light:before {
  content: "\eef9";
}

.ph-pinterest-logo-light:before {
  content: "\eefa";
}

.ph-pizza-light:before {
  content: "\eefb";
}

.ph-placeholder-light:before {
  content: "\eefc";
}

.ph-planet-light:before {
  content: "\eefd";
}

.ph-play-circle-light:before {
  content: "\eefe";
}

.ph-play-light:before {
  content: "\eeff";
}

.ph-playlist-light:before {
  content: "\ef00";
}

.ph-plus-circle-light:before {
  content: "\ef01";
}

.ph-plus-light:before {
  content: "\ef02";
}

.ph-plus-minus-light:before {
  content: "\ef03";
}

.ph-poker-chip-light:before {
  content: "\ef04";
}

.ph-polygon-light:before {
  content: "\ef05";
}

.ph-power-light:before {
  content: "\ef06";
}

.ph-prescription-light:before {
  content: "\ef07";
}

.ph-presentation-chart-light:before {
  content: "\ef08";
}

.ph-presentation-light:before {
  content: "\ef09";
}

.ph-printer-light:before {
  content: "\ef0a";
}

.ph-prohibit-inset-light:before {
  content: "\ef0b";
}

.ph-prohibit-light:before {
  content: "\ef0c";
}

.ph-projector-screen-chart-light:before {
  content: "\ef0d";
}

.ph-projector-screen-light:before {
  content: "\ef0e";
}

.ph-push-pin-light:before {
  content: "\ef0f";
}

.ph-push-pin-simple-light:before {
  content: "\ef10";
}

.ph-push-pin-simple-slash-light:before {
  content: "\ef11";
}

.ph-push-pin-slash-light:before {
  content: "\ef12";
}

.ph-puzzle-piece-light:before {
  content: "\ef13";
}

.ph-qr-code-light:before {
  content: "\ef14";
}

.ph-question-light:before {
  content: "\ef15";
}

.ph-queue-light:before {
  content: "\ef16";
}

.ph-quotes-light:before {
  content: "\ef17";
}

.ph-radical-light:before {
  content: "\ef18";
}

.ph-radio-light:before {
  content: "\ef19";
}

.ph-rainbow-cloud-light:before {
  content: "\ef1a";
}

.ph-rainbow-light:before {
  content: "\ef1b";
}

.ph-receipt-light:before {
  content: "\ef1c";
}

.ph-record-light:before {
  content: "\ef1d";
}

.ph-rectangle-light:before {
  content: "\ef1e";
}

.ph-recycle-light:before {
  content: "\ef1f";
}

.ph-reddit-logo-light:before {
  content: "\ef20";
}

.ph-repeat-light:before {
  content: "\ef21";
}

.ph-repeat-once-light:before {
  content: "\ef22";
}

.ph-rewind-circle-light:before {
  content: "\ef23";
}

.ph-rewind-light:before {
  content: "\ef24";
}

.ph-robot-light:before {
  content: "\ef25";
}

.ph-rocket-launch-light:before {
  content: "\ef26";
}

.ph-rocket-light:before {
  content: "\ef27";
}

.ph-rows-light:before {
  content: "\ef28";
}

.ph-rss-light:before {
  content: "\ef29";
}

.ph-rss-simple-light:before {
  content: "\ef2a";
}

.ph-ruler-light:before {
  content: "\ef2b";
}

.ph-scales-light:before {
  content: "\ef2c";
}

.ph-scissors-light:before {
  content: "\ef2d";
}

.ph-screencast-light:before {
  content: "\ef2e";
}

.ph-scribble-loop-light:before {
  content: "\ef2f";
}

.ph-selection-all-light:before {
  content: "\ef30";
}

.ph-selection-background-light:before {
  content: "\ef31";
}

.ph-selection-foreground-light:before {
  content: "\ef32";
}

.ph-selection-inverse-light:before {
  content: "\ef33";
}

.ph-selection-light:before {
  content: "\ef34";
}

.ph-selection-plus-light:before {
  content: "\ef35";
}

.ph-selection-slash-light:before {
  content: "\ef36";
}

.ph-share-light:before {
  content: "\ef37";
}

.ph-share-network-light:before {
  content: "\ef38";
}

.ph-shield-checkered-light:before {
  content: "\ef39";
}

.ph-shield-check-light:before {
  content: "\ef3a";
}

.ph-shield-chevron-light:before {
  content: "\ef3b";
}

.ph-shield-light:before {
  content: "\ef3c";
}

.ph-shield-plus-light:before {
  content: "\ef3d";
}

.ph-shield-slash-light:before {
  content: "\ef3e";
}

.ph-shield-warning-light:before {
  content: "\ef3f";
}

.ph-shopping-bag-light:before {
  content: "\ef40";
}

.ph-shopping-bag-open-light:before {
  content: "\ef41";
}

.ph-shopping-cart-light:before {
  content: "\ef42";
}

.ph-shopping-cart-simple-light:before {
  content: "\ef43";
}

.ph-shower-light:before {
  content: "\ef44";
}

.ph-shuffle-angular-light:before {
  content: "\ef45";
}

.ph-shuffle-light:before {
  content: "\ef46";
}

.ph-shuffle-simple-light:before {
  content: "\ef47";
}

.ph-sign-in-light:before {
  content: "\ef48";
}

.ph-sign-out-light:before {
  content: "\ef49";
}

.ph-sim-card-light:before {
  content: "\ef4a";
}

.ph-sketch-logo-light:before {
  content: "\ef4b";
}

.ph-skip-back-circle-light:before {
  content: "\ef4c";
}

.ph-skip-back-light:before {
  content: "\ef4d";
}

.ph-skip-forward-circle-light:before {
  content: "\ef4e";
}

.ph-skip-forward-light:before {
  content: "\ef4f";
}

.ph-slack-logo-light:before {
  content: "\ef50";
}

.ph-sliders-horizontal-light:before {
  content: "\ef51";
}

.ph-sliders-light:before {
  content: "\ef52";
}

.ph-smiley-blank-light:before {
  content: "\ef53";
}

.ph-smiley-light:before {
  content: "\ef54";
}

.ph-smiley-meh-light:before {
  content: "\ef55";
}

.ph-smiley-nervous-light:before {
  content: "\ef56";
}

.ph-smiley-sad-light:before {
  content: "\ef57";
}

.ph-smiley-sticker-light:before {
  content: "\ef58";
}

.ph-smiley-wink-light:before {
  content: "\ef59";
}

.ph-smiley-x-eyes-light:before {
  content: "\ef5a";
}

.ph-snapchat-logo-light:before {
  content: "\ef5b";
}

.ph-snowflake-light:before {
  content: "\ef5c";
}

.ph-soccer-ball-light:before {
  content: "\ef5d";
}

.ph-sort-ascending-light:before {
  content: "\ef5e";
}

.ph-sort-descending-light:before {
  content: "\ef5f";
}

.ph-spade-light:before {
  content: "\ef60";
}

.ph-sparkle-light:before {
  content: "\ef61";
}

.ph-speaker-high-light:before {
  content: "\ef62";
}

.ph-speaker-low-light:before {
  content: "\ef63";
}

.ph-speaker-none-light:before {
  content: "\ef64";
}

.ph-speaker-simple-high-light:before {
  content: "\ef65";
}

.ph-speaker-simple-low-light:before {
  content: "\ef66";
}

.ph-speaker-simple-none-light:before {
  content: "\ef67";
}

.ph-speaker-simple-slash-light:before {
  content: "\ef68";
}

.ph-speaker-simple-x-light:before {
  content: "\ef69";
}

.ph-speaker-slash-light:before {
  content: "\ef6a";
}

.ph-speaker-x-light:before {
  content: "\ef6b";
}

.ph-spinner-gap-light:before {
  content: "\ef6c";
}

.ph-spinner-light:before {
  content: "\ef6d";
}

.ph-spotify-logo-light:before {
  content: "\ef6e";
}

.ph-square-half-light:before {
  content: "\ef6f";
}

.ph-square-light:before {
  content: "\ef70";
}

.ph-square-logo-light:before {
  content: "\ef71";
}

.ph-squares-four-light:before {
  content: "\ef72";
}

.ph-stack-light:before {
  content: "\ef73";
}

.ph-stack-simple-light:before {
  content: "\ef74";
}

.ph-star-four-light:before {
  content: "\ef75";
}

.ph-star-half-light:before {
  content: "\ef76";
}

.ph-star-light:before {
  content: "\ef77";
}

.ph-sticker-light:before {
  content: "\ef78";
}

.ph-stop-circle-light:before {
  content: "\ef79";
}

.ph-stop-light:before {
  content: "\ef7a";
}

.ph-storefront-light:before {
  content: "\ef7b";
}

.ph-stripe-logo-light:before {
  content: "\ef7c";
}

.ph-student-light:before {
  content: "\ef7d";
}

.ph-suitcase-light:before {
  content: "\ef7e";
}

.ph-suitcase-simple-light:before {
  content: "\ef7f";
}

.ph-sun-dim-light:before {
  content: "\ef80";
}

.ph-sun-horizon-light:before {
  content: "\ef81";
}

.ph-sun-light:before {
  content: "\ef82";
}

.ph-swap-light:before {
  content: "\ef83";
}

.ph-swatches-light:before {
  content: "\ef84";
}

.ph-sword-light:before {
  content: "\ef85";
}

.ph-table-light:before {
  content: "\ef86";
}

.ph-tag-chevron-light:before {
  content: "\ef87";
}

.ph-tag-light:before {
  content: "\ef88";
}

.ph-tag-simple-light:before {
  content: "\ef89";
}

.ph-target-light:before {
  content: "\ef8a";
}

.ph-telegram-logo-light:before {
  content: "\ef8b";
}

.ph-television-light:before {
  content: "\ef8c";
}

.ph-television-simple-light:before {
  content: "\ef8d";
}

.ph-tennis-ball-light:before {
  content: "\ef8e";
}

.ph-terminal-light:before {
  content: "\ef8f";
}

.ph-terminal-window-light:before {
  content: "\ef90";
}

.ph-test-tube-light:before {
  content: "\ef91";
}

.ph-text-aa-light:before {
  content: "\ef92";
}

.ph-text-align-center-light:before {
  content: "\ef93";
}

.ph-text-align-justify-light:before {
  content: "\ef94";
}

.ph-text-align-left-light:before {
  content: "\ef95";
}

.ph-text-align-right-light:before {
  content: "\ef96";
}

.ph-text-bolder-light:before {
  content: "\ef97";
}

.ph-text-h-five-light:before {
  content: "\ef98";
}

.ph-text-h-four-light:before {
  content: "\ef99";
}

.ph-text-h-light:before {
  content: "\ef9a";
}

.ph-text-h-one-light:before {
  content: "\ef9b";
}

.ph-text-h-six-light:before {
  content: "\ef9c";
}

.ph-text-h-three-light:before {
  content: "\ef9d";
}

.ph-text-h-two-light:before {
  content: "\ef9e";
}

.ph-text-italic-light:before {
  content: "\ef9f";
}

.ph-text-strikethrough-light:before {
  content: "\efa0";
}

.ph-text-t-light:before {
  content: "\efa1";
}

.ph-text-underline-light:before {
  content: "\efa2";
}

.ph-thermometer-cold-light:before {
  content: "\efa3";
}

.ph-thermometer-hot-light:before {
  content: "\efa4";
}

.ph-thermometer-light:before {
  content: "\efa5";
}

.ph-thermometer-simple-light:before {
  content: "\efa6";
}

.ph-thumbs-down-light:before {
  content: "\efa7";
}

.ph-thumbs-up-light:before {
  content: "\efa8";
}

.ph-ticket-light:before {
  content: "\efa9";
}

.ph-tiktok-logo-light:before {
  content: "\efaa";
}

.ph-timer-light:before {
  content: "\efab";
}

.ph-toggle-left-light:before {
  content: "\efac";
}

.ph-toggle-right-light:before {
  content: "\efad";
}

.ph-toilet-paper-light:before {
  content: "\efae";
}

.ph-tote-light:before {
  content: "\efaf";
}

.ph-tote-simple-light:before {
  content: "\efb0";
}

.ph-traffic-sign-light:before {
  content: "\efb1";
}

.ph-train-light:before {
  content: "\efb2";
}

.ph-train-regional-light:before {
  content: "\efb3";
}

.ph-train-simple-light:before {
  content: "\efb4";
}

.ph-translate-light:before {
  content: "\efb5";
}

.ph-trash-light:before {
  content: "\efb6";
}

.ph-trash-simple-light:before {
  content: "\efb7";
}

.ph-tray-light:before {
  content: "\efb8";
}

.ph-tree-evergreen-light:before {
  content: "\efb9";
}

.ph-tree-light:before {
  content: "\efba";
}

.ph-tree-structure-light:before {
  content: "\efbb";
}

.ph-trend-down-light:before {
  content: "\efbc";
}

.ph-trend-up-light:before {
  content: "\efbd";
}

.ph-triangle-light:before {
  content: "\efbe";
}

.ph-trophy-light:before {
  content: "\efbf";
}

.ph-truck-light:before {
  content: "\efc0";
}

.ph-t-shirt-light:before {
  content: "\efc1";
}

.ph-twitch-logo-light:before {
  content: "\efc2";
}

.ph-twitter-logo-light:before {
  content: "\efc3";
}

.ph-umbrella-light:before {
  content: "\efc4";
}

.ph-umbrella-simple-light:before {
  content: "\efc5";
}

.ph-upload-light:before {
  content: "\efc6";
}

.ph-upload-simple-light:before {
  content: "\efc7";
}

.ph-user-circle-gear-light:before {
  content: "\efc8";
}

.ph-user-circle-light:before {
  content: "\efc9";
}

.ph-user-circle-minus-light:before {
  content: "\efca";
}

.ph-user-circle-plus-light:before {
  content: "\efcb";
}

.ph-user-focus-light:before {
  content: "\efcc";
}

.ph-user-gear-light:before {
  content: "\efcd";
}

.ph-user-light:before {
  content: "\efce";
}

.ph-user-list-light:before {
  content: "\efcf";
}

.ph-user-minus-light:before {
  content: "\efd0";
}

.ph-user-plus-light:before {
  content: "\efd1";
}

.ph-user-rectangle-light:before {
  content: "\efd2";
}

.ph-users-four-light:before {
  content: "\efd3";
}

.ph-users-light:before {
  content: "\efd4";
}

.ph-user-square-light:before {
  content: "\efd5";
}

.ph-users-three-light:before {
  content: "\efd6";
}

.ph-vibrate-light:before {
  content: "\efd7";
}

.ph-video-camera-light:before {
  content: "\efd8";
}

.ph-video-camera-slash-light:before {
  content: "\efd9";
}

.ph-voicemail-light:before {
  content: "\efda";
}

.ph-volleyball-light:before {
  content: "\efdb";
}

.ph-wallet-light:before {
  content: "\efdc";
}

.ph-wall-light:before {
  content: "\efdd";
}

.ph-warning-circle-light:before {
  content: "\efde";
}

.ph-warning-light:before {
  content: "\efdf";
}

.ph-warning-octagon-light:before {
  content: "\efe0";
}

.ph-watch-light:before {
  content: "\efe1";
}

.ph-waves-light:before {
  content: "\efe2";
}

.ph-whatsapp-logo-light:before {
  content: "\efe3";
}

.ph-wheelchair-light:before {
  content: "\efe4";
}

.ph-wifi-high-light:before {
  content: "\efe5";
}

.ph-wifi-low-light:before {
  content: "\efe6";
}

.ph-wifi-medium-light:before {
  content: "\efe7";
}

.ph-wifi-none-light:before {
  content: "\efe8";
}

.ph-wifi-slash-light:before {
  content: "\efe9";
}

.ph-wifi-x-light:before {
  content: "\efea";
}

.ph-wind-light:before {
  content: "\efeb";
}

.ph-windows-logo-light:before {
  content: "\efec";
}

.ph-wine-light:before {
  content: "\efed";
}

.ph-wrench-light:before {
  content: "\efee";
}

.ph-x-circle-light:before {
  content: "\efef";
}

.ph-x-light:before {
  content: "\eff0";
}

.ph-x-square-light:before {
  content: "\eff1";
}

.ph-youtube-logo-light:before {
  content: "\eff2";
}

.ph-activity-light:before {
  content: "\eff3";
}

.ph-address-book-light:before {
  content: "\eff4";
}

.ph-airplane-in-flight-light:before {
  content: "\eff5";
}

.ph-airplane-landing-light:before {
  content: "\eff6";
}

.ph-airplane-light:before {
  content: "\eff7";
}

.ph-airplane-takeoff-light:before {
  content: "\eff8";
}

.ph-airplane-tilt-light:before {
  content: "\eff9";
}

.ph-airplay-light:before {
  content: "\effa";
}

.ph-alarm-light:before {
  content: "\effb";
}

.ph-align-bottom:before {
  content: "\effc";
}

.ph-align-center-horizontal:before {
  content: "\effd";
}

.ph-align-center-vertical:before {
  content: "\effe";
}

.ph-align-left:before {
  content: "\efff";
}

.ph-align-right:before {
  content: "\f000";
}

.ph-align-top:before {
  content: "\f001";
}

.ph-anchor:before {
  content: "\f002";
}

.ph-anchor-simple:before {
  content: "\f003";
}

.ph-android-logo:before {
  content: "\f004";
}

.ph-aperture:before {
  content: "\f005";
}

.ph-apple-logo:before {
  content: "\f006";
}

.ph-app-window:before {
  content: "\f007";
}

.ph-archive:before {
  content: "\f008";
}

.ph-archive-box:before {
  content: "\f009";
}

.ph-archive-tray:before {
  content: "\f00a";
}

.ph-armchair:before {
  content: "\f00b";
}

.ph-arrow-arc-left:before {
  content: "\f00c";
}

.ph-arrow-arc-right:before {
  content: "\f00d";
}

.ph-arrow-bend-double-up-left:before {
  content: "\f00e";
}

.ph-arrow-bend-double-up-right:before {
  content: "\f00f";
}

.ph-arrow-bend-down-left:before {
  content: "\f010";
}

.ph-arrow-bend-down-right:before {
  content: "\f011";
}

.ph-arrow-bend-left-down:before {
  content: "\f012";
}

.ph-arrow-bend-left-up:before {
  content: "\f013";
}

.ph-arrow-bend-right-down:before {
  content: "\f014";
}

.ph-arrow-bend-right-up:before {
  content: "\f015";
}

.ph-arrow-bend-up-left:before {
  content: "\f016";
}

.ph-arrow-bend-up-right:before {
  content: "\f017";
}

.ph-arrow-circle-down:before {
  content: "\f018";
}

.ph-arrow-circle-down-left:before {
  content: "\f019";
}

.ph-arrow-circle-down-right:before {
  content: "\f01a";
}

.ph-arrow-circle-left:before {
  content: "\f01b";
}

.ph-arrow-circle-right:before {
  content: "\f01c";
}

.ph-arrow-circle-up:before {
  content: "\f01d";
}

.ph-arrow-circle-up-left:before {
  content: "\f01e";
}

.ph-arrow-circle-up-right:before {
  content: "\f01f";
}

.ph-arrow-clockwise:before {
  content: "\f020";
}

.ph-arrow-counter-clockwise:before {
  content: "\f021";
}

.ph-arrow-down:before {
  content: "\f022";
}

.ph-arrow-down-left:before {
  content: "\f023";
}

.ph-arrow-down-right:before {
  content: "\f024";
}

.ph-arrow-elbow-down-left:before {
  content: "\f025";
}

.ph-arrow-elbow-down-right:before {
  content: "\f026";
}

.ph-arrow-elbow-left:before {
  content: "\f027";
}

.ph-arrow-elbow-left-down:before {
  content: "\f028";
}

.ph-arrow-elbow-left-up:before {
  content: "\f029";
}

.ph-arrow-elbow-right:before {
  content: "\f02a";
}

.ph-arrow-elbow-right-down:before {
  content: "\f02b";
}

.ph-arrow-elbow-right-up:before {
  content: "\f02c";
}

.ph-arrow-elbow-up-left:before {
  content: "\f02d";
}

.ph-arrow-elbow-up-right:before {
  content: "\f02e";
}

.ph-arrow-fat-down:before {
  content: "\f02f";
}

.ph-arrow-fat-left:before {
  content: "\f030";
}

.ph-arrow-fat-line-down:before {
  content: "\f031";
}

.ph-arrow-fat-line-left:before {
  content: "\f032";
}

.ph-arrow-fat-line-right:before {
  content: "\f033";
}

.ph-arrow-fat-lines-down:before {
  content: "\f034";
}

.ph-arrow-fat-lines-left:before {
  content: "\f035";
}

.ph-arrow-fat-lines-right:before {
  content: "\f036";
}

.ph-arrow-fat-lines-up:before {
  content: "\f037";
}

.ph-arrow-fat-line-up:before {
  content: "\f038";
}

.ph-arrow-fat-right:before {
  content: "\f039";
}

.ph-arrow-fat-up:before {
  content: "\f03a";
}

.ph-arrow-left:before {
  content: "\f03b";
}

.ph-arrow-line-down:before {
  content: "\f03c";
}

.ph-arrow-line-down-left:before {
  content: "\f03d";
}

.ph-arrow-line-down-right:before {
  content: "\f03e";
}

.ph-arrow-line-left:before {
  content: "\f03f";
}

.ph-arrow-line-right:before {
  content: "\f040";
}

.ph-arrow-line-up:before {
  content: "\f041";
}

.ph-arrow-line-up-left:before {
  content: "\f042";
}

.ph-arrow-line-up-right:before {
  content: "\f043";
}

.ph-arrow-right:before {
  content: "\f044";
}

.ph-arrows-clockwise:before {
  content: "\f045";
}

.ph-arrows-counter-clockwise:before {
  content: "\f046";
}

.ph-arrows-down-up:before {
  content: "\f047";
}

.ph-arrows-in:before {
  content: "\f048";
}

.ph-arrows-in-cardinal:before {
  content: "\f049";
}

.ph-arrows-in-line-horizontal:before {
  content: "\f04a";
}

.ph-arrows-in-line-vertical:before {
  content: "\f04b";
}

.ph-arrows-in-simple:before {
  content: "\f04c";
}

.ph-arrows-left-right:before {
  content: "\f04d";
}

.ph-arrows-out:before {
  content: "\f04e";
}

.ph-arrows-out-cardinal:before {
  content: "\f04f";
}

.ph-arrows-out-line-horizontal:before {
  content: "\f050";
}

.ph-arrows-out-line-vertical:before {
  content: "\f051";
}

.ph-arrows-out-simple:before {
  content: "\f052";
}

.ph-arrow-square-down:before {
  content: "\f053";
}

.ph-arrow-square-down-left:before {
  content: "\f054";
}

.ph-arrow-square-down-right:before {
  content: "\f055";
}

.ph-arrow-square-in:before {
  content: "\f056";
}

.ph-arrow-square-left:before {
  content: "\f057";
}

.ph-arrow-square-out:before {
  content: "\f058";
}

.ph-arrow-square-right:before {
  content: "\f059";
}

.ph-arrow-square-up:before {
  content: "\f05a";
}

.ph-arrow-square-up-left:before {
  content: "\f05b";
}

.ph-arrow-square-up-right:before {
  content: "\f05c";
}

.ph-arrow-u-down-left:before {
  content: "\f05d";
}

.ph-arrow-u-down-right:before {
  content: "\f05e";
}

.ph-arrow-u-left-down:before {
  content: "\f05f";
}

.ph-arrow-u-left-up:before {
  content: "\f060";
}

.ph-arrow-up:before {
  content: "\f061";
}

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

.ph-arrow-up-right:before {
  content: "\f063";
}

.ph-arrow-u-right-down:before {
  content: "\f064";
}

.ph-arrow-u-right-up:before {
  content: "\f065";
}

.ph-arrow-u-up-left:before {
  content: "\f066";
}

.ph-arrow-u-up-right:before {
  content: "\f067";
}

.ph-article:before {
  content: "\f068";
}

.ph-article-medium:before {
  content: "\f069";
}

.ph-article-ny-times:before {
  content: "\f06a";
}

.ph-asterisk:before {
  content: "\f06b";
}

.ph-at:before {
  content: "\f06c";
}

.ph-atom:before {
  content: "\f06d";
}

.ph-baby:before {
  content: "\f06e";
}

.ph-backspace:before {
  content: "\f06f";
}

.ph-bag:before {
  content: "\f070";
}

.ph-bag-simple:before {
  content: "\f071";
}

.ph-bandaids:before {
  content: "\f072";
}

.ph-bank:before {
  content: "\f073";
}

.ph-barbell:before {
  content: "\f074";
}

.ph-barcode:before {
  content: "\f075";
}

.ph-baseball:before {
  content: "\f076";
}

.ph-basketball:before {
  content: "\f077";
}

.ph-battery-charging:before {
  content: "\f078";
}

.ph-battery-charging-vertical:before {
  content: "\f079";
}

.ph-battery-empty:before {
  content: "\f07a";
}

.ph-battery-full:before {
  content: "\f07b";
}

.ph-battery-high:before {
  content: "\f07c";
}

.ph-battery-low:before {
  content: "\f07d";
}

.ph-battery-medium:before {
  content: "\f07e";
}

.ph-battery-warning:before {
  content: "\f07f";
}

.ph-battery-warning-vertical:before {
  content: "\f080";
}

.ph-bed:before {
  content: "\f081";
}

.ph-bell:before {
  content: "\f082";
}

.ph-bell-ringing:before {
  content: "\f083";
}

.ph-bell-simple:before {
  content: "\f084";
}

.ph-bell-simple-ringing:before {
  content: "\f085";
}

.ph-bell-simple-slash:before {
  content: "\f086";
}

.ph-bell-simple-z:before {
  content: "\f087";
}

.ph-bell-slash:before {
  content: "\f088";
}

.ph-bell-z:before {
  content: "\f089";
}

.ph-bicycle:before {
  content: "\f08a";
}

.ph-bird:before {
  content: "\f08b";
}

.ph-bluetooth:before {
  content: "\f08c";
}

.ph-bluetooth-connected:before {
  content: "\f08d";
}

.ph-bluetooth-slash:before {
  content: "\f08e";
}

.ph-bluetooth-x:before {
  content: "\f08f";
}

.ph-boat:before {
  content: "\f090";
}

.ph-book:before {
  content: "\f091";
}

.ph-book-bookmark:before {
  content: "\f092";
}

.ph-bookmark:before {
  content: "\f093";
}

.ph-bookmarks:before {
  content: "\f094";
}

.ph-bookmark-simple:before {
  content: "\f095";
}

.ph-bookmarks-simple:before {
  content: "\f096";
}

.ph-book-open:before {
  content: "\f097";
}

.ph-books:before {
  content: "\f098";
}

.ph-bounding-box:before {
  content: "\f099";
}

.ph-brackets-angle:before {
  content: "\f09a";
}

.ph-brackets-curly:before {
  content: "\f09b";
}

.ph-brackets-round:before {
  content: "\f09c";
}

.ph-brackets-square:before {
  content: "\f09d";
}

.ph-brain:before {
  content: "\f09e";
}

.ph-brandy:before {
  content: "\f09f";
}

.ph-briefcase:before {
  content: "\f0a0";
}

.ph-briefcase-metal:before {
  content: "\f0a1";
}

.ph-broadcast:before {
  content: "\f0a2";
}

.ph-browser:before {
  content: "\f0a3";
}

.ph-browsers:before {
  content: "\f0a4";
}

.ph-bug:before {
  content: "\f0a5";
}

.ph-bug-beetle:before {
  content: "\f0a6";
}

.ph-bug-droid:before {
  content: "\f0a7";
}

.ph-buildings:before {
  content: "\f0a8";
}

.ph-bus:before {
  content: "\f0a9";
}

.ph-cake:before {
  content: "\f0aa";
}

.ph-calculator:before {
  content: "\f0ab";
}

.ph-calendar:before {
  content: "\f0ac";
}

.ph-calendar-blank:before {
  content: "\f0ad";
}

.ph-calendar-check:before {
  content: "\f0ae";
}

.ph-calendar-plus:before {
  content: "\f0af";
}

.ph-calendar-x:before {
  content: "\f0b0";
}

.ph-camera:before {
  content: "\f0b1";
}

.ph-camera-slash:before {
  content: "\f0b2";
}

.ph-car:before {
  content: "\f0b3";
}

.ph-cardholder:before {
  content: "\f0b4";
}

.ph-cards:before {
  content: "\f0b5";
}

.ph-caret-circle-double-down:before {
  content: "\f0b6";
}

.ph-caret-circle-double-left:before {
  content: "\f0b7";
}

.ph-caret-circle-double-right:before {
  content: "\f0b8";
}

.ph-caret-circle-double-up:before {
  content: "\f0b9";
}

.ph-caret-circle-down:before {
  content: "\f0ba";
}

.ph-caret-circle-left:before {
  content: "\f0bb";
}

.ph-caret-circle-right:before {
  content: "\f0bc";
}

.ph-caret-circle-up:before {
  content: "\f0bd";
}

.ph-caret-double-down:before {
  content: "\f0be";
}

.ph-caret-double-left:before {
  content: "\f0bf";
}

.ph-caret-double-right:before {
  content: "\f0c0";
}

.ph-caret-double-up:before {
  content: "\f0c1";
}

.ph-caret-down:before {
  content: "\f0c2";
}

.ph-caret-left:before {
  content: "\f0c3";
}

.ph-caret-right:before {
  content: "\f0c4";
}

.ph-caret-up:before {
  content: "\f0c5";
}

.ph-car-simple:before {
  content: "\f0c6";
}

.ph-cat:before {
  content: "\f0c7";
}

.ph-cell-signal-full:before {
  content: "\f0c8";
}

.ph-cell-signal-high:before {
  content: "\f0c9";
}

.ph-cell-signal-low:before {
  content: "\f0ca";
}

.ph-cell-signal-medium:before {
  content: "\f0cb";
}

.ph-cell-signal-none:before {
  content: "\f0cc";
}

.ph-cell-signal-slash:before {
  content: "\f0cd";
}

.ph-cell-signal-x:before {
  content: "\f0ce";
}

.ph-chalkboard:before {
  content: "\f0cf";
}

.ph-chalkboard-simple:before {
  content: "\f0d0";
}

.ph-chalkboard-teacher:before {
  content: "\f0d1";
}

.ph-chart-bar:before {
  content: "\f0d2";
}

.ph-chart-bar-horizontal:before {
  content: "\f0d3";
}

.ph-chart-line:before {
  content: "\f0d4";
}

.ph-chart-line-up:before {
  content: "\f0d5";
}

.ph-chart-pie:before {
  content: "\f0d6";
}

.ph-chart-pie-slice:before {
  content: "\f0d7";
}

.ph-chat:before {
  content: "\f0d8";
}

.ph-chat-centered:before {
  content: "\f0d9";
}

.ph-chat-centered-dots:before {
  content: "\f0da";
}

.ph-chat-centered-text:before {
  content: "\f0db";
}

.ph-chat-circle:before {
  content: "\f0dc";
}

.ph-chat-circle-dots:before {
  content: "\f0dd";
}

.ph-chat-circle-text:before {
  content: "\f0de";
}

.ph-chat-dots:before {
  content: "\f0df";
}

.ph-chats:before {
  content: "\f0e0";
}

.ph-chats-circle:before {
  content: "\f0e1";
}

.ph-chats-teardrop:before {
  content: "\f0e2";
}

.ph-chat-teardrop:before {
  content: "\f0e3";
}

.ph-chat-teardrop-dots:before {
  content: "\f0e4";
}

.ph-chat-teardrop-text:before {
  content: "\f0e5";
}

.ph-chat-text:before {
  content: "\f0e6";
}

.ph-check:before {
  content: "\f0e7";
}

.ph-check-circle:before {
  content: "\f0e8";
}

.ph-checks:before {
  content: "\f0e9";
}

.ph-check-square:before {
  content: "\f0ea";
}

.ph-check-square-offset:before {
  content: "\f0eb";
}

.ph-circle:before {
  content: "\f0ec";
}

.ph-circle-dashed:before {
  content: "\f0ed";
}

.ph-circle-half:before {
  content: "\f0ee";
}

.ph-circle-half-tilt:before {
  content: "\f0ef";
}

.ph-circles-four:before {
  content: "\f0f0";
}

.ph-circles-three:before {
  content: "\f0f1";
}

.ph-circles-three-plus:before {
  content: "\f0f2";
}

.ph-circle-wavy:before {
  content: "\f0f3";
}

.ph-circle-wavy-check:before {
  content: "\f0f4";
}

.ph-circle-wavy-question:before {
  content: "\f0f5";
}

.ph-circle-wavy-warning:before {
  content: "\f0f6";
}

.ph-clipboard:before {
  content: "\f0f7";
}

.ph-clipboard-text:before {
  content: "\f0f8";
}

.ph-clock:before {
  content: "\f0f9";
}

.ph-clock-afternoon:before {
  content: "\f0fa";
}

.ph-clock-clockwise:before {
  content: "\f0fb";
}

.ph-clock-counter-clockwise:before {
  content: "\f0fc";
}

.ph-closed-captioning:before {
  content: "\f0fd";
}

.ph-cloud:before {
  content: "\f0fe";
}

.ph-cloud-arrow-down:before {
  content: "\f0ff";
}

.ph-cloud-arrow-up:before {
  content: "\f100";
}

.ph-cloud-check:before {
  content: "\f101";
}

.ph-cloud-fog:before {
  content: "\f102";
}

.ph-cloud-lightning:before {
  content: "\f103";
}

.ph-cloud-moon:before {
  content: "\f104";
}

.ph-cloud-rain:before {
  content: "\f105";
}

.ph-cloud-slash:before {
  content: "\f106";
}

.ph-cloud-snow:before {
  content: "\f107";
}

.ph-cloud-sun:before {
  content: "\f108";
}

.ph-club:before {
  content: "\f109";
}

.ph-code:before {
  content: "\f10a";
}

.ph-code-simple:before {
  content: "\f10b";
}

.ph-coffee:before {
  content: "\f10c";
}

.ph-coin:before {
  content: "\f10d";
}

.ph-columns:before {
  content: "\f10e";
}

.ph-command:before {
  content: "\f10f";
}

.ph-compass:before {
  content: "\f110";
}

.ph-computer-tower:before {
  content: "\f111";
}

.ph-cookie:before {
  content: "\f112";
}

.ph-cooking-pot:before {
  content: "\f113";
}

.ph-copy:before {
  content: "\f114";
}

.ph-copyright:before {
  content: "\f115";
}

.ph-copy-simple:before {
  content: "\f116";
}

.ph-corners-in:before {
  content: "\f117";
}

.ph-corners-out:before {
  content: "\f118";
}

.ph-cpu:before {
  content: "\f119";
}

.ph-credit-card:before {
  content: "\f11a";
}

.ph-crop:before {
  content: "\f11b";
}

.ph-crosshair:before {
  content: "\f11c";
}

.ph-crosshair-simple:before {
  content: "\f11d";
}

.ph-crown:before {
  content: "\f11e";
}

.ph-crown-simple:before {
  content: "\f11f";
}

.ph-cube:before {
  content: "\f120";
}

.ph-currency-btc:before {
  content: "\f121";
}

.ph-currency-circle-dollar:before {
  content: "\f122";
}

.ph-currency-cny:before {
  content: "\f123";
}

.ph-currency-dollar:before {
  content: "\f124";
}

.ph-currency-dollar-simple:before {
  content: "\f125";
}

.ph-currency-eur:before {
  content: "\f126";
}

.ph-currency-gbp:before {
  content: "\f127";
}

.ph-currency-inr:before {
  content: "\f128";
}

.ph-currency-jpy:before {
  content: "\f129";
}

.ph-currency-krw:before {
  content: "\f12a";
}

.ph-currency-rub:before {
  content: "\f12b";
}

.ph-cursor:before {
  content: "\f12c";
}

.ph-database:before {
  content: "\f12d";
}

.ph-desktop:before {
  content: "\f12e";
}

.ph-desktop-tower:before {
  content: "\f12f";
}

.ph-device-mobile:before {
  content: "\f130";
}

.ph-device-mobile-camera:before {
  content: "\f131";
}

.ph-device-mobile-speaker:before {
  content: "\f132";
}

.ph-device-tablet:before {
  content: "\f133";
}

.ph-device-tablet-camera:before {
  content: "\f134";
}

.ph-device-tablet-speaker:before {
  content: "\f135";
}

.ph-diamond:before {
  content: "\f136";
}

.ph-dice-five:before {
  content: "\f137";
}

.ph-dice-four:before {
  content: "\f138";
}

.ph-dice-one:before {
  content: "\f139";
}

.ph-dice-six:before {
  content: "\f13a";
}

.ph-dice-three:before {
  content: "\f13b";
}

.ph-dice-two:before {
  content: "\f13c";
}

.ph-disc:before {
  content: "\f13d";
}

.ph-discord-logo:before {
  content: "\f13e";
}

.ph-divide:before {
  content: "\f13f";
}

.ph-dog:before {
  content: "\f140";
}

.ph-door:before {
  content: "\f141";
}

.ph-dots-nine:before {
  content: "\f142";
}

.ph-dots-six:before {
  content: "\f143";
}

.ph-dots-six-vertical:before {
  content: "\f144";
}

.ph-dots-three:before {
  content: "\f145";
}

.ph-dots-three-circle:before {
  content: "\f146";
}

.ph-dots-three-circle-vertical:before {
  content: "\f147";
}

.ph-dots-three-outline:before {
  content: "\f148";
}

.ph-dots-three-outline-vertical:before {
  content: "\f149";
}

.ph-dots-three-vertical:before {
  content: "\f14a";
}

.ph-download:before {
  content: "\f14b";
}

.ph-download-simple:before {
  content: "\f14c";
}

.ph-dribbble-logo:before {
  content: "\f14d";
}

.ph-drop:before {
  content: "\f14e";
}

.ph-drop-half:before {
  content: "\f14f";
}

.ph-ear:before {
  content: "\f150";
}

.ph-ear-slash:before {
  content: "\f151";
}

.ph-eject:before {
  content: "\f152";
}

.ph-eject-simple:before {
  content: "\f153";
}

.ph-envelope:before {
  content: "\f154";
}

.ph-envelope-open:before {
  content: "\f155";
}

.ph-envelope-simple:before {
  content: "\f156";
}

.ph-envelope-simple-open:before {
  content: "\f157";
}

.ph-equals:before {
  content: "\f158";
}

.ph-eraser:before {
  content: "\f159";
}

.ph-export:before {
  content: "\f15a";
}

.ph-eye:before {
  content: "\f15b";
}

.ph-eye-closed:before {
  content: "\f15c";
}

.ph-eyedropper:before {
  content: "\f15d";
}

.ph-eye-slash:before {
  content: "\f15e";
}

.ph-facebook-logo:before {
  content: "\f15f";
}

.ph-face-mask:before {
  content: "\f160";
}

.ph-factory:before {
  content: "\f161";
}

.ph-faders:before {
  content: "\f162";
}

.ph-faders-horizontal:before {
  content: "\f163";
}

.ph-fast-forward:before {
  content: "\f164";
}

.ph-fast-forward-circle:before {
  content: "\f165";
}

.ph-figma-logo:before {
  content: "\f166";
}

.ph-file:before {
  content: "\f167";
}

.ph-file-arrow-down:before {
  content: "\f168";
}

.ph-file-arrow-up:before {
  content: "\f169";
}

.ph-file-dotted:before {
  content: "\f16a";
}

.ph-file-minus:before {
  content: "\f16b";
}

.ph-file-pdf:before {
  content: "\f16c";
}

.ph-file-plus:before {
  content: "\f16d";
}

.ph-files:before {
  content: "\f16e";
}

.ph-file-search:before {
  content: "\f16f";
}

.ph-file-text:before {
  content: "\f170";
}

.ph-file-x:before {
  content: "\f171";
}

.ph-film-strip:before {
  content: "\f172";
}

.ph-fingerprint:before {
  content: "\f173";
}

.ph-fingerprint-simple:before {
  content: "\f174";
}

.ph-finn-the-human:before {
  content: "\f175";
}

.ph-fire:before {
  content: "\f176";
}

.ph-fire-simple:before {
  content: "\f177";
}

.ph-first-aid:before {
  content: "\f178";
}

.ph-first-aid-kit:before {
  content: "\f179";
}

.ph-fish:before {
  content: "\f17a";
}

.ph-fish-simple:before {
  content: "\f17b";
}

.ph-flag:before {
  content: "\f17c";
}

.ph-flag-banner:before {
  content: "\f17d";
}

.ph-flame:before {
  content: "\f17e";
}

.ph-flashlight:before {
  content: "\f17f";
}

.ph-flask:before {
  content: "\f180";
}

.ph-floppy-disk:before {
  content: "\f181";
}

.ph-floppy-disk-back:before {
  content: "\f182";
}

.ph-flow-arrow:before {
  content: "\f183";
}

.ph-flower:before {
  content: "\f184";
}

.ph-flower-lotus:before {
  content: "\f185";
}

.ph-folder:before {
  content: "\f186";
}

.ph-folder-minus:before {
  content: "\f187";
}

.ph-folder-notch:before {
  content: "\f188";
}

.ph-folder-notch-minus:before {
  content: "\f189";
}

.ph-folder-notch-open:before {
  content: "\f18a";
}

.ph-folder-notch-plus:before {
  content: "\f18b";
}

.ph-folder-open:before {
  content: "\f18c";
}

.ph-folder-plus:before {
  content: "\f18d";
}

.ph-folders:before {
  content: "\f18e";
}

.ph-folder-simple:before {
  content: "\f18f";
}

.ph-folder-simple-minus:before {
  content: "\f190";
}

.ph-folder-simple-plus:before {
  content: "\f191";
}

.ph-football:before {
  content: "\f192";
}

.ph-fork-knife:before {
  content: "\f193";
}

.ph-frame-corners:before {
  content: "\f194";
}

.ph-framer-logo:before {
  content: "\f195";
}

.ph-funnel:before {
  content: "\f196";
}

.ph-funnel-simple:before {
  content: "\f197";
}

.ph-game-controller:before {
  content: "\f198";
}

.ph-gas-pump:before {
  content: "\f199";
}

.ph-gauge:before {
  content: "\f19a";
}

.ph-gear:before {
  content: "\f19b";
}

.ph-gear-six:before {
  content: "\f19c";
}

.ph-gender-female:before {
  content: "\f19d";
}

.ph-gender-intersex:before {
  content: "\f19e";
}

.ph-gender-male:before {
  content: "\f19f";
}

.ph-gender-neuter:before {
  content: "\f1a0";
}

.ph-gender-nonbinary:before {
  content: "\f1a1";
}

.ph-gender-transgender:before {
  content: "\f1a2";
}

.ph-ghost:before {
  content: "\f1a3";
}

.ph-gif:before {
  content: "\f1a4";
}

.ph-gift:before {
  content: "\f1a5";
}

.ph-git-branch:before {
  content: "\f1a6";
}

.ph-git-commit:before {
  content: "\f1a7";
}

.ph-git-diff:before {
  content: "\f1a8";
}

.ph-git-fork:before {
  content: "\f1a9";
}

.ph-github-logo:before {
  content: "\f1aa";
}

.ph-gitlab-logo:before {
  content: "\f1ab";
}

.ph-gitlab-logo-simple:before {
  content: "\f1ac";
}

.ph-git-merge:before {
  content: "\f1ad";
}

.ph-git-pull-request:before {
  content: "\f1ae";
}

.ph-globe:before {
  content: "\f1af";
}

.ph-globe-hemisphere-east:before {
  content: "\f1b0";
}

.ph-globe-hemisphere-west:before {
  content: "\f1b1";
}

.ph-globe-simple:before {
  content: "\f1b2";
}

.ph-globe-stand:before {
  content: "\f1b3";
}

.ph-google-logo:before {
  content: "\f1b4";
}

.ph-google-play-logo:before {
  content: "\f1b5";
}

.ph-graduation-cap:before {
  content: "\f1b6";
}

.ph-grid-four:before {
  content: "\f1b7";
}

.ph-hand:before {
  content: "\f1b8";
}

.ph-handbag:before {
  content: "\f1b9";
}

.ph-handbag-simple:before {
  content: "\f1ba";
}

.ph-hand-fist:before {
  content: "\f1bb";
}

.ph-hand-grabbing:before {
  content: "\f1bc";
}

.ph-hand-palm:before {
  content: "\f1bd";
}

.ph-hand-pointing:before {
  content: "\f1be";
}

.ph-hands-clapping:before {
  content: "\f1bf";
}

.ph-handshake:before {
  content: "\f1c0";
}

.ph-hand-soap:before {
  content: "\f1c1";
}

.ph-hand-waving:before {
  content: "\f1c2";
}

.ph-hard-drive:before {
  content: "\f1c3";
}

.ph-hard-drives:before {
  content: "\f1c4";
}

.ph-hash:before {
  content: "\f1c5";
}

.ph-hash-straight:before {
  content: "\f1c6";
}

.ph-headlights:before {
  content: "\f1c7";
}

.ph-headphones:before {
  content: "\f1c8";
}

.ph-headset:before {
  content: "\f1c9";
}

.ph-heart:before {
  content: "\f1ca";
}

.ph-heartbeat:before {
  content: "\f1cb";
}

.ph-heart-straight:before {
  content: "\f1cc";
}

.ph-hexagon:before {
  content: "\f1cd";
}

.ph-highlighter-circle:before {
  content: "\f1ce";
}

.ph-horse:before {
  content: "\f1cf";
}

.ph-hourglass:before {
  content: "\f1d0";
}

.ph-hourglass-high:before {
  content: "\f1d1";
}

.ph-hourglass-low:before {
  content: "\f1d2";
}

.ph-hourglass-medium:before {
  content: "\f1d3";
}

.ph-hourglass-simple:before {
  content: "\f1d4";
}

.ph-hourglass-simple-high:before {
  content: "\f1d5";
}

.ph-hourglass-simple-low:before {
  content: "\f1d6";
}

.ph-hourglass-simple-medium:before {
  content: "\f1d7";
}

.ph-house:before {
  content: "\f1d8";
}

.ph-house-line:before {
  content: "\f1d9";
}

.ph-house-simple:before {
  content: "\f1da";
}

.ph-identification-badge:before {
  content: "\f1db";
}

.ph-identification-card:before {
  content: "\f1dc";
}

.ph-image:before {
  content: "\f1dd";
}

.ph-image-square:before {
  content: "\f1de";
}

.ph-infinity:before {
  content: "\f1df";
}

.ph-info:before {
  content: "\f1e0";
}

.ph-instagram-logo:before {
  content: "\f1e1";
}

.ph-intersect:before {
  content: "\f1e2";
}

.ph-jeep:before {
  content: "\f1e3";
}

.ph-key:before {
  content: "\f1e4";
}

.ph-keyboard:before {
  content: "\f1e5";
}

.ph-key-return:before {
  content: "\f1e6";
}

.ph-knife:before {
  content: "\f1e7";
}

.ph-lamp:before {
  content: "\f1e8";
}

.ph-laptop:before {
  content: "\f1e9";
}

.ph-layout:before {
  content: "\f1ea";
}

.ph-leaf:before {
  content: "\f1eb";
}

.ph-lifebuoy:before {
  content: "\f1ec";
}

.ph-lightbulb:before {
  content: "\f1ed";
}

.ph-lightbulb-filament:before {
  content: "\f1ee";
}

.ph-lightning:before {
  content: "\f1ef";
}

.ph-lightning-slash:before {
  content: "\f1f0";
}

.ph-line-segment:before {
  content: "\f1f1";
}

.ph-line-segments:before {
  content: "\f1f2";
}

.ph-link:before {
  content: "\f1f3";
}

.ph-link-break:before {
  content: "\f1f4";
}

.ph-linkedin-logo:before {
  content: "\f1f5";
}

.ph-link-simple:before {
  content: "\f1f6";
}

.ph-link-simple-break:before {
  content: "\f1f7";
}

.ph-link-simple-horizontal:before {
  content: "\f1f8";
}

.ph-link-simple-horizontal-break:before {
  content: "\f1f9";
}

.ph-list:before {
  content: "\f1fa";
}

.ph-list-bullets:before {
  content: "\f1fb";
}

.ph-list-dashes:before {
  content: "\f1fc";
}

.ph-list-numbers:before {
  content: "\f1fd";
}

.ph-list-plus:before {
  content: "\f1fe";
}

.ph-lock:before {
  content: "\f1ff";
}

.ph-lock-key:before {
  content: "\f200";
}

.ph-lock-key-open:before {
  content: "\f201";
}

.ph-lock-laminated:before {
  content: "\f202";
}

.ph-lock-laminated-open:before {
  content: "\f203";
}

.ph-lock-open:before {
  content: "\f204";
}

.ph-lock-simple:before {
  content: "\f205";
}

.ph-lock-simple-open:before {
  content: "\f206";
}

.ph-magic-wand:before {
  content: "\f207";
}

.ph-magnet:before {
  content: "\f208";
}

.ph-magnet-straight:before {
  content: "\f209";
}

.ph-magnifying-glass:before {
  content: "\f20a";
}

.ph-magnifying-glass-minus:before {
  content: "\f20b";
}

.ph-magnifying-glass-plus:before {
  content: "\f20c";
}

.ph-map-pin:before {
  content: "\f20d";
}

.ph-map-pin-line:before {
  content: "\f20e";
}

.ph-map-trifold:before {
  content: "\f20f";
}

.ph-marker-circle:before {
  content: "\f210";
}

.ph-martini:before {
  content: "\f211";
}

.ph-math-operations:before {
  content: "\f212";
}

.ph-medal:before {
  content: "\f213";
}

.ph-medium-logo:before {
  content: "\f214";
}

.ph-megaphone:before {
  content: "\f215";
}

.ph-megaphone-simple:before {
  content: "\f216";
}

.ph-messenger-logo:before {
  content: "\f217";
}

.ph-microphone:before {
  content: "\f218";
}

.ph-microphone-slash:before {
  content: "\f219";
}

.ph-minus:before {
  content: "\f21a";
}

.ph-minus-circle:before {
  content: "\f21b";
}

.ph-money:before {
  content: "\f21c";
}

.ph-monitor:before {
  content: "\f21d";
}

.ph-monitor-play:before {
  content: "\f21e";
}

.ph-moon:before {
  content: "\f21f";
}

.ph-moon-stars:before {
  content: "\f220";
}

.ph-mouse:before {
  content: "\f221";
}

.ph-mouse-simple:before {
  content: "\f222";
}

.ph-music-note:before {
  content: "\f223";
}

.ph-music-notes:before {
  content: "\f224";
}

.ph-music-note-simple:before {
  content: "\f225";
}

.ph-music-notes-simple:before {
  content: "\f226";
}

.ph-navigation-arrow:before {
  content: "\f227";
}

.ph-newspaper:before {
  content: "\f228";
}

.ph-newspaper-clipping:before {
  content: "\f229";
}

.ph-note:before {
  content: "\f22a";
}

.ph-note-blank:before {
  content: "\f22b";
}

.ph-notebook:before {
  content: "\f22c";
}

.ph-notepad:before {
  content: "\f22d";
}

.ph-note-pencil:before {
  content: "\f22e";
}

.ph-notification:before {
  content: "\f22f";
}

.ph-number-circle-eight:before {
  content: "\f230";
}

.ph-number-circle-five:before {
  content: "\f231";
}

.ph-number-circle-four:before {
  content: "\f232";
}

.ph-number-circle-nine:before {
  content: "\f233";
}

.ph-number-circle-one:before {
  content: "\f234";
}

.ph-number-circle-seven:before {
  content: "\f235";
}

.ph-number-circle-six:before {
  content: "\f236";
}

.ph-number-circle-three:before {
  content: "\f237";
}

.ph-number-circle-two:before {
  content: "\f238";
}

.ph-number-circle-zero:before {
  content: "\f239";
}

.ph-number-eight:before {
  content: "\f23a";
}

.ph-number-five:before {
  content: "\f23b";
}

.ph-number-four:before {
  content: "\f23c";
}

.ph-number-nine:before {
  content: "\f23d";
}

.ph-number-one:before {
  content: "\f23e";
}

.ph-number-seven:before {
  content: "\f23f";
}

.ph-number-six:before {
  content: "\f240";
}

.ph-number-square-eight:before {
  content: "\f241";
}

.ph-number-square-five:before {
  content: "\f242";
}

.ph-number-square-four:before {
  content: "\f243";
}

.ph-number-square-nine:before {
  content: "\f244";
}

.ph-number-square-one:before {
  content: "\f245";
}

.ph-number-square-seven:before {
  content: "\f246";
}

.ph-number-square-six:before {
  content: "\f247";
}

.ph-number-square-three:before {
  content: "\f248";
}

.ph-number-square-two:before {
  content: "\f249";
}

.ph-number-square-zero:before {
  content: "\f24a";
}

.ph-number-three:before {
  content: "\f24b";
}

.ph-number-two:before {
  content: "\f24c";
}

.ph-number-zero:before {
  content: "\f24d";
}

.ph-nut:before {
  content: "\f24e";
}

.ph-ny-times-logo:before {
  content: "\f24f";
}

.ph-octagon:before {
  content: "\f250";
}

.ph-package:before {
  content: "\f251";
}

.ph-paint-brush:before {
  content: "\f252";
}

.ph-paint-brush-broad:before {
  content: "\f253";
}

.ph-paint-brush-household:before {
  content: "\f254";
}

.ph-paint-bucket:before {
  content: "\f255";
}

.ph-paint-roller:before {
  content: "\f256";
}

.ph-palette:before {
  content: "\f257";
}

.ph-paperclip:before {
  content: "\f258";
}

.ph-paperclip-horizontal:before {
  content: "\f259";
}

.ph-paper-plane:before {
  content: "\f25a";
}

.ph-paper-plane-right:before {
  content: "\f25b";
}

.ph-paper-plane-tilt:before {
  content: "\f25c";
}

.ph-path:before {
  content: "\f25d";
}

.ph-pause:before {
  content: "\f25e";
}

.ph-pause-circle:before {
  content: "\f25f";
}

.ph-paw-print:before {
  content: "\f260";
}

.ph-peace:before {
  content: "\f261";
}

.ph-pen:before {
  content: "\f262";
}

.ph-pencil:before {
  content: "\f263";
}

.ph-pencil-circle:before {
  content: "\f264";
}

.ph-pencil-line:before {
  content: "\f265";
}

.ph-pencil-simple:before {
  content: "\f266";
}

.ph-pen-nib:before {
  content: "\f267";
}

.ph-pen-nib-straight:before {
  content: "\f268";
}

.ph-percent:before {
  content: "\f269";
}

.ph-person:before {
  content: "\f26a";
}

.ph-person-simple:before {
  content: "\f26b";
}

.ph-person-simple-run:before {
  content: "\f26c";
}

.ph-person-simple-walk:before {
  content: "\f26d";
}

.ph-phone:before {
  content: "\f26e";
}

.ph-phone-call:before {
  content: "\f26f";
}

.ph-phone-disconnect:before {
  content: "\f270";
}

.ph-phone-incoming:before {
  content: "\f271";
}

.ph-phone-outgoing:before {
  content: "\f272";
}

.ph-phone-slash:before {
  content: "\f273";
}

.ph-phone-x:before {
  content: "\f274";
}

.ph-phosphor-logo:before {
  content: "\f275";
}

.ph-picture-in-picture:before {
  content: "\f276";
}

.ph-pill:before {
  content: "\f277";
}

.ph-pinterest-logo:before {
  content: "\f278";
}

.ph-pizza:before {
  content: "\f279";
}

.ph-placeholder:before {
  content: "\f27a";
}

.ph-planet:before {
  content: "\f27b";
}

.ph-play:before {
  content: "\f27c";
}

.ph-play-circle:before {
  content: "\f27d";
}

.ph-playlist:before {
  content: "\f27e";
}

.ph-plus:before {
  content: "\f27f";
}

.ph-plus-circle:before {
  content: "\f280";
}

.ph-plus-minus:before {
  content: "\f281";
}

.ph-poker-chip:before {
  content: "\f282";
}

.ph-polygon:before {
  content: "\f283";
}

.ph-power:before {
  content: "\f284";
}

.ph-prescription:before {
  content: "\f285";
}

.ph-presentation:before {
  content: "\f286";
}

.ph-presentation-chart:before {
  content: "\f287";
}

.ph-printer:before {
  content: "\f288";
}

.ph-prohibit:before {
  content: "\f289";
}

.ph-prohibit-inset:before {
  content: "\f28a";
}

.ph-projector-screen:before {
  content: "\f28b";
}

.ph-projector-screen-chart:before {
  content: "\f28c";
}

.ph-push-pin:before {
  content: "\f28d";
}

.ph-push-pin-simple:before {
  content: "\f28e";
}

.ph-push-pin-simple-slash:before {
  content: "\f28f";
}

.ph-push-pin-slash:before {
  content: "\f290";
}

.ph-puzzle-piece:before {
  content: "\f291";
}

.ph-qr-code:before {
  content: "\f292";
}

.ph-question:before {
  content: "\f293";
}

.ph-queue:before {
  content: "\f294";
}

.ph-quotes:before {
  content: "\f295";
}

.ph-radical:before {
  content: "\f296";
}

.ph-radio:before {
  content: "\f297";
}

.ph-rainbow:before {
  content: "\f298";
}

.ph-rainbow-cloud:before {
  content: "\f299";
}

.ph-receipt:before {
  content: "\f29a";
}

.ph-record:before {
  content: "\f29b";
}

.ph-rectangle:before {
  content: "\f29c";
}

.ph-recycle:before {
  content: "\f29d";
}

.ph-reddit-logo:before {
  content: "\f29e";
}

.ph-repeat:before {
  content: "\f29f";
}

.ph-repeat-once:before {
  content: "\f2a0";
}

.ph-rewind:before {
  content: "\f2a1";
}

.ph-rewind-circle:before {
  content: "\f2a2";
}

.ph-robot:before {
  content: "\f2a3";
}

.ph-rocket:before {
  content: "\f2a4";
}

.ph-rocket-launch:before {
  content: "\f2a5";
}

.ph-rows:before {
  content: "\f2a6";
}

.ph-rss:before {
  content: "\f2a7";
}

.ph-rss-simple:before {
  content: "\f2a8";
}

.ph-ruler:before {
  content: "\f2a9";
}

.ph-scales:before {
  content: "\f2aa";
}

.ph-scissors:before {
  content: "\f2ab";
}

.ph-screencast:before {
  content: "\f2ac";
}

.ph-scribble-loop:before {
  content: "\f2ad";
}

.ph-selection:before {
  content: "\f2ae";
}

.ph-selection-all:before {
  content: "\f2af";
}

.ph-selection-background:before {
  content: "\f2b0";
}

.ph-selection-foreground:before {
  content: "\f2b1";
}

.ph-selection-inverse:before {
  content: "\f2b2";
}

.ph-selection-plus:before {
  content: "\f2b3";
}

.ph-selection-slash:before {
  content: "\f2b4";
}

.ph-share:before {
  content: "\f2b5";
}

.ph-share-network:before {
  content: "\f2b6";
}

.ph-shield:before {
  content: "\f2b7";
}

.ph-shield-check:before {
  content: "\f2b8";
}

.ph-shield-checkered:before {
  content: "\f2b9";
}

.ph-shield-chevron:before {
  content: "\f2ba";
}

.ph-shield-plus:before {
  content: "\f2bb";
}

.ph-shield-slash:before {
  content: "\f2bc";
}

.ph-shield-warning:before {
  content: "\f2bd";
}

.ph-shopping-bag:before {
  content: "\f2be";
}

.ph-shopping-bag-open:before {
  content: "\f2bf";
}

.ph-shopping-cart:before {
  content: "\f2c0";
}

.ph-shopping-cart-simple:before {
  content: "\f2c1";
}

.ph-shower:before {
  content: "\f2c2";
}

.ph-shuffle:before {
  content: "\f2c3";
}

.ph-shuffle-angular:before {
  content: "\f2c4";
}

.ph-shuffle-simple:before {
  content: "\f2c5";
}

.ph-sign-in:before {
  content: "\f2c6";
}

.ph-sign-out:before {
  content: "\f2c7";
}

.ph-sim-card:before {
  content: "\f2c8";
}

.ph-sketch-logo:before {
  content: "\f2c9";
}

.ph-skip-back:before {
  content: "\f2ca";
}

.ph-skip-back-circle:before {
  content: "\f2cb";
}

.ph-skip-forward:before {
  content: "\f2cc";
}

.ph-skip-forward-circle:before {
  content: "\f2cd";
}

.ph-slack-logo:before {
  content: "\f2ce";
}

.ph-sliders:before {
  content: "\f2cf";
}

.ph-sliders-horizontal:before {
  content: "\f2d0";
}

.ph-smiley:before {
  content: "\f2d1";
}

.ph-smiley-blank:before {
  content: "\f2d2";
}

.ph-smiley-meh:before {
  content: "\f2d3";
}

.ph-smiley-nervous:before {
  content: "\f2d4";
}

.ph-smiley-sad:before {
  content: "\f2d5";
}

.ph-smiley-sticker:before {
  content: "\f2d6";
}

.ph-smiley-wink:before {
  content: "\f2d7";
}

.ph-smiley-x-eyes:before {
  content: "\f2d8";
}

.ph-snapchat-logo:before {
  content: "\f2d9";
}

.ph-snowflake:before {
  content: "\f2da";
}

.ph-soccer-ball:before {
  content: "\f2db";
}

.ph-sort-ascending:before {
  content: "\f2dc";
}

.ph-sort-descending:before {
  content: "\f2dd";
}

.ph-spade:before {
  content: "\f2de";
}

.ph-sparkle:before {
  content: "\f2df";
}

.ph-speaker-high:before {
  content: "\f2e0";
}

.ph-speaker-low:before {
  content: "\f2e1";
}

.ph-speaker-none:before {
  content: "\f2e2";
}

.ph-speaker-simple-high:before {
  content: "\f2e3";
}

.ph-speaker-simple-low:before {
  content: "\f2e4";
}

.ph-speaker-simple-none:before {
  content: "\f2e5";
}

.ph-speaker-simple-slash:before {
  content: "\f2e6";
}

.ph-speaker-simple-x:before {
  content: "\f2e7";
}

.ph-speaker-slash:before {
  content: "\f2e8";
}

.ph-speaker-x:before {
  content: "\f2e9";
}

.ph-spinner:before {
  content: "\f2ea";
}

.ph-spinner-gap:before {
  content: "\f2eb";
}

.ph-spotify-logo:before {
  content: "\f2ec";
}

.ph-square:before {
  content: "\f2ed";
}

.ph-square-half:before {
  content: "\f2ee";
}

.ph-square-logo:before {
  content: "\f2ef";
}

.ph-squares-four:before {
  content: "\f2f0";
}

.ph-stack:before {
  content: "\f2f1";
}

.ph-stack-simple:before {
  content: "\f2f2";
}

.ph-star:before {
  content: "\f2f3";
}

.ph-star-four:before {
  content: "\f2f4";
}

.ph-star-half:before {
  content: "\f2f5";
}

.ph-sticker:before {
  content: "\f2f6";
}

.ph-stop:before {
  content: "\f2f7";
}

.ph-stop-circle:before {
  content: "\f2f8";
}

.ph-storefront:before {
  content: "\f2f9";
}

.ph-stripe-logo:before {
  content: "\f2fa";
}

.ph-student:before {
  content: "\f2fb";
}

.ph-suitcase:before {
  content: "\f2fc";
}

.ph-suitcase-simple:before {
  content: "\f2fd";
}

.ph-sun:before {
  content: "\f2fe";
}

.ph-sun-dim:before {
  content: "\f2ff";
}

.ph-sun-horizon:before {
  content: "\f300";
}

.ph-swap:before {
  content: "\f301";
}

.ph-swatches:before {
  content: "\f302";
}

.ph-sword:before {
  content: "\f303";
}

.ph-table:before {
  content: "\f304";
}

.ph-tag:before {
  content: "\f305";
}

.ph-tag-chevron:before {
  content: "\f306";
}

.ph-tag-simple:before {
  content: "\f307";
}

.ph-target:before {
  content: "\f308";
}

.ph-telegram-logo:before {
  content: "\f309";
}

.ph-television:before {
  content: "\f30a";
}

.ph-television-simple:before {
  content: "\f30b";
}

.ph-tennis-ball:before {
  content: "\f30c";
}

.ph-terminal:before {
  content: "\f30d";
}

.ph-terminal-window:before {
  content: "\f30e";
}

.ph-test-tube:before {
  content: "\f30f";
}

.ph-text-aa:before {
  content: "\f310";
}

.ph-text-align-center:before {
  content: "\f311";
}

.ph-text-align-justify:before {
  content: "\f312";
}

.ph-text-align-left:before {
  content: "\f313";
}

.ph-text-align-right:before {
  content: "\f314";
}

.ph-text-bolder:before {
  content: "\f315";
}

.ph-text-h:before {
  content: "\f316";
}

.ph-text-h-five:before {
  content: "\f317";
}

.ph-text-h-four:before {
  content: "\f318";
}

.ph-text-h-one:before {
  content: "\f319";
}

.ph-text-h-six:before {
  content: "\f31a";
}

.ph-text-h-three:before {
  content: "\f31b";
}

.ph-text-h-two:before {
  content: "\f31c";
}

.ph-text-italic:before {
  content: "\f31d";
}

.ph-text-strikethrough:before {
  content: "\f31e";
}

.ph-text-t:before {
  content: "\f31f";
}

.ph-text-underline:before {
  content: "\f320";
}

.ph-thermometer:before {
  content: "\f321";
}

.ph-thermometer-cold:before {
  content: "\f322";
}

.ph-thermometer-hot:before {
  content: "\f323";
}

.ph-thermometer-simple:before {
  content: "\f324";
}

.ph-thumbs-down:before {
  content: "\f325";
}

.ph-thumbs-up:before {
  content: "\f326";
}

.ph-ticket:before {
  content: "\f327";
}

.ph-tiktok-logo:before {
  content: "\f328";
}

.ph-timer:before {
  content: "\f329";
}

.ph-toggle-left:before {
  content: "\f32a";
}

.ph-toggle-right:before {
  content: "\f32b";
}

.ph-toilet-paper:before {
  content: "\f32c";
}

.ph-tote:before {
  content: "\f32d";
}

.ph-tote-simple:before {
  content: "\f32e";
}

.ph-traffic-sign:before {
  content: "\f32f";
}

.ph-train:before {
  content: "\f330";
}

.ph-train-regional:before {
  content: "\f331";
}

.ph-train-simple:before {
  content: "\f332";
}

.ph-translate:before {
  content: "\f333";
}

.ph-trash:before {
  content: "\f334";
}

.ph-trash-simple:before {
  content: "\f335";
}

.ph-tray:before {
  content: "\f336";
}

.ph-tree:before {
  content: "\f337";
}

.ph-tree-evergreen:before {
  content: "\f338";
}

.ph-tree-structure:before {
  content: "\f339";
}

.ph-trend-down:before {
  content: "\f33a";
}

.ph-trend-up:before {
  content: "\f33b";
}

.ph-triangle:before {
  content: "\f33c";
}

.ph-trophy:before {
  content: "\f33d";
}

.ph-truck:before {
  content: "\f33e";
}

.ph-t-shirt:before {
  content: "\f33f";
}

.ph-twitch-logo:before {
  content: "\f340";
}

.ph-twitter-logo:before {
  content: "\f341";
}

.ph-umbrella:before {
  content: "\f342";
}

.ph-umbrella-simple:before {
  content: "\f343";
}

.ph-upload:before {
  content: "\f344";
}

.ph-upload-simple:before {
  content: "\f345";
}

.ph-user:before {
  content: "\f346";
}

.ph-user-circle:before {
  content: "\f347";
}

.ph-user-circle-gear:before {
  content: "\f348";
}

.ph-user-circle-minus:before {
  content: "\f349";
}

.ph-user-circle-plus:before {
  content: "\f34a";
}

.ph-user-focus:before {
  content: "\f34b";
}

.ph-user-gear:before {
  content: "\f34c";
}

.ph-user-list:before {
  content: "\f34d";
}

.ph-user-minus:before {
  content: "\f34e";
}

.ph-user-plus:before {
  content: "\f34f";
}

.ph-user-rectangle:before {
  content: "\f350";
}

.ph-users:before {
  content: "\f351";
}

.ph-users-four:before {
  content: "\f352";
}

.ph-user-square:before {
  content: "\f353";
}

.ph-users-three:before {
  content: "\f354";
}

.ph-vibrate:before {
  content: "\f355";
}

.ph-video-camera:before {
  content: "\f356";
}

.ph-video-camera-slash:before {
  content: "\f357";
}

.ph-voicemail:before {
  content: "\f358";
}

.ph-volleyball:before {
  content: "\f359";
}

.ph-wall:before {
  content: "\f35a";
}

.ph-wallet:before {
  content: "\f35b";
}

.ph-warning:before {
  content: "\f35c";
}

.ph-warning-circle:before {
  content: "\f35d";
}

.ph-warning-octagon:before {
  content: "\f35e";
}

.ph-watch:before {
  content: "\f35f";
}

.ph-waves:before {
  content: "\f360";
}

.ph-whatsapp-logo:before {
  content: "\f361";
}

.ph-wheelchair:before {
  content: "\f362";
}

.ph-wifi-high:before {
  content: "\f363";
}

.ph-wifi-low:before {
  content: "\f364";
}

.ph-wifi-medium:before {
  content: "\f365";
}

.ph-wifi-none:before {
  content: "\f366";
}

.ph-wifi-slash:before {
  content: "\f367";
}

.ph-wifi-x:before {
  content: "\f368";
}

.ph-wind:before {
  content: "\f369";
}

.ph-windows-logo:before {
  content: "\f36a";
}

.ph-wine:before {
  content: "\f36b";
}

.ph-wrench:before {
  content: "\f36c";
}

.ph-x:before {
  content: "\f36d";
}

.ph-x-circle:before {
  content: "\f36e";
}

.ph-x-square:before {
  content: "\f36f";
}

.ph-youtube-logo:before {
  content: "\f370";
}

.ph-activity:before {
  content: "\f371";
}

.ph-address-book:before {
  content: "\f372";
}

.ph-airplane:before {
  content: "\f373";
}

.ph-airplane-in-flight:before {
  content: "\f374";
}

.ph-airplane-landing:before {
  content: "\f375";
}

.ph-airplane-takeoff:before {
  content: "\f376";
}

.ph-airplane-tilt:before {
  content: "\f377";
}

.ph-airplay:before {
  content: "\f378";
}

.ph-alarm:before {
  content: "\f379";
}

.ph-align-bottom-bold:before {
  content: "\f37a";
}

.ph-align-center-horizontal-bold:before {
  content: "\f37b";
}

.ph-align-center-vertical-bold:before {
  content: "\f37c";
}

.ph-align-left-bold:before {
  content: "\f37d";
}

.ph-align-right-bold:before {
  content: "\f37e";
}

.ph-align-top-bold:before {
  content: "\f37f";
}

.ph-anchor-bold:before {
  content: "\f380";
}

.ph-anchor-simple-bold:before {
  content: "\f381";
}

.ph-android-logo-bold:before {
  content: "\f382";
}

.ph-aperture-bold:before {
  content: "\f383";
}

.ph-apple-logo-bold:before {
  content: "\f384";
}

.ph-app-window-bold:before {
  content: "\f385";
}

.ph-archive-bold:before {
  content: "\f386";
}

.ph-archive-box-bold:before {
  content: "\f387";
}

.ph-archive-tray-bold:before {
  content: "\f388";
}

.ph-armchair-bold:before {
  content: "\f389";
}

.ph-arrow-arc-left-bold:before {
  content: "\f38a";
}

.ph-arrow-arc-right-bold:before {
  content: "\f38b";
}

.ph-arrow-bend-double-up-left-bold:before {
  content: "\f38c";
}

.ph-arrow-bend-double-up-right-bold:before {
  content: "\f38d";
}

.ph-arrow-bend-down-left-bold:before {
  content: "\f38e";
}

.ph-arrow-bend-down-right-bold:before {
  content: "\f38f";
}

.ph-arrow-bend-left-down-bold:before {
  content: "\f390";
}

.ph-arrow-bend-left-up-bold:before {
  content: "\f391";
}

.ph-arrow-bend-right-down-bold:before {
  content: "\f392";
}

.ph-arrow-bend-right-up-bold:before {
  content: "\f393";
}

.ph-arrow-bend-up-left-bold:before {
  content: "\f394";
}

.ph-arrow-bend-up-right-bold:before {
  content: "\f395";
}

.ph-arrow-circle-down-bold:before {
  content: "\f396";
}

.ph-arrow-circle-down-left-bold:before {
  content: "\f397";
}

.ph-arrow-circle-down-right-bold:before {
  content: "\f398";
}

.ph-arrow-circle-left-bold:before {
  content: "\f399";
}

.ph-arrow-circle-right-bold:before {
  content: "\f39a";
}

.ph-arrow-circle-up-bold:before {
  content: "\f39b";
}

.ph-arrow-circle-up-left-bold:before {
  content: "\f39c";
}

.ph-arrow-circle-up-right-bold:before {
  content: "\f39d";
}

.ph-arrow-clockwise-bold:before {
  content: "\f39e";
}

.ph-arrow-counter-clockwise-bold:before {
  content: "\f39f";
}

.ph-arrow-down-bold:before {
  content: "\f3a0";
}

.ph-arrow-down-left-bold:before {
  content: "\f3a1";
}

.ph-arrow-down-right-bold:before {
  content: "\f3a2";
}

.ph-arrow-elbow-down-left-bold:before {
  content: "\f3a3";
}

.ph-arrow-elbow-down-right-bold:before {
  content: "\f3a4";
}

.ph-arrow-elbow-left-bold:before {
  content: "\f3a5";
}

.ph-arrow-elbow-left-down-bold:before {
  content: "\f3a6";
}

.ph-arrow-elbow-left-up-bold:before {
  content: "\f3a7";
}

.ph-arrow-elbow-right-bold:before {
  content: "\f3a8";
}

.ph-arrow-elbow-right-down-bold:before {
  content: "\f3a9";
}

.ph-arrow-elbow-right-up-bold:before {
  content: "\f3aa";
}

.ph-arrow-elbow-up-left-bold:before {
  content: "\f3ab";
}

.ph-arrow-elbow-up-right-bold:before {
  content: "\f3ac";
}

.ph-arrow-fat-down-bold:before {
  content: "\f3ad";
}

.ph-arrow-fat-left-bold:before {
  content: "\f3ae";
}

.ph-arrow-fat-line-down-bold:before {
  content: "\f3af";
}

.ph-arrow-fat-line-left-bold:before {
  content: "\f3b0";
}

.ph-arrow-fat-line-right-bold:before {
  content: "\f3b1";
}

.ph-arrow-fat-lines-down-bold:before {
  content: "\f3b2";
}

.ph-arrow-fat-lines-left-bold:before {
  content: "\f3b3";
}

.ph-arrow-fat-lines-right-bold:before {
  content: "\f3b4";
}

.ph-arrow-fat-lines-up-bold:before {
  content: "\f3b5";
}

.ph-arrow-fat-line-up-bold:before {
  content: "\f3b6";
}

.ph-arrow-fat-right-bold:before {
  content: "\f3b7";
}

.ph-arrow-fat-up-bold:before {
  content: "\f3b8";
}

.ph-arrow-left-bold:before {
  content: "\f3b9";
}

.ph-arrow-line-down-bold:before {
  content: "\f3ba";
}

.ph-arrow-line-down-left-bold:before {
  content: "\f3bb";
}

.ph-arrow-line-down-right-bold:before {
  content: "\f3bc";
}

.ph-arrow-line-left-bold:before {
  content: "\f3bd";
}

.ph-arrow-line-right-bold:before {
  content: "\f3be";
}

.ph-arrow-line-up-bold:before {
  content: "\f3bf";
}

.ph-arrow-line-up-left-bold:before {
  content: "\f3c0";
}

.ph-arrow-line-up-right-bold:before {
  content: "\f3c1";
}

.ph-arrow-right-bold:before {
  content: "\f3c2";
}

.ph-arrows-clockwise-bold:before {
  content: "\f3c3";
}

.ph-arrows-counter-clockwise-bold:before {
  content: "\f3c4";
}

.ph-arrows-down-up-bold:before {
  content: "\f3c5";
}

.ph-arrows-in-bold:before {
  content: "\f3c6";
}

.ph-arrows-in-cardinal-bold:before {
  content: "\f3c7";
}

.ph-arrows-in-line-horizontal-bold:before {
  content: "\f3c8";
}

.ph-arrows-in-line-vertical-bold:before {
  content: "\f3c9";
}

.ph-arrows-in-simple-bold:before {
  content: "\f3ca";
}

.ph-arrows-left-right-bold:before {
  content: "\f3cb";
}

.ph-arrows-out-bold:before {
  content: "\f3cc";
}

.ph-arrows-out-cardinal-bold:before {
  content: "\f3cd";
}

.ph-arrows-out-line-horizontal-bold:before {
  content: "\f3ce";
}

.ph-arrows-out-line-vertical-bold:before {
  content: "\f3cf";
}

.ph-arrows-out-simple-bold:before {
  content: "\f3d0";
}

.ph-arrow-square-down-bold:before {
  content: "\f3d1";
}

.ph-arrow-square-down-left-bold:before {
  content: "\f3d2";
}

.ph-arrow-square-down-right-bold:before {
  content: "\f3d3";
}

.ph-arrow-square-in-bold:before {
  content: "\f3d4";
}

.ph-arrow-square-left-bold:before {
  content: "\f3d5";
}

.ph-arrow-square-out-bold:before {
  content: "\f3d6";
}

.ph-arrow-square-right-bold:before {
  content: "\f3d7";
}

.ph-arrow-square-up-bold:before {
  content: "\f3d8";
}

.ph-arrow-square-up-left-bold:before {
  content: "\f3d9";
}

.ph-arrow-square-up-right-bold:before {
  content: "\f3da";
}

.ph-arrow-u-down-left-bold:before {
  content: "\f3db";
}

.ph-arrow-u-down-right-bold:before {
  content: "\f3dc";
}

.ph-arrow-u-left-down-bold:before {
  content: "\f3dd";
}

.ph-arrow-u-left-up-bold:before {
  content: "\f3de";
}

.ph-arrow-up-bold:before {
  content: "\f3df";
}

.ph-arrow-up-left-bold:before {
  content: "\f3e0";
}

.ph-arrow-up-right-bold:before {
  content: "\f3e1";
}

.ph-arrow-u-right-down-bold:before {
  content: "\f3e2";
}

.ph-arrow-u-right-up-bold:before {
  content: "\f3e3";
}

.ph-arrow-u-up-left-bold:before {
  content: "\f3e4";
}

.ph-arrow-u-up-right-bold:before {
  content: "\f3e5";
}

.ph-article-bold:before {
  content: "\f3e6";
}

.ph-article-medium-bold:before {
  content: "\f3e7";
}

.ph-article-ny-times-bold:before {
  content: "\f3e8";
}

.ph-asterisk-bold:before {
  content: "\f3e9";
}

.ph-at-bold:before {
  content: "\f3ea";
}

.ph-atom-bold:before {
  content: "\f3eb";
}

.ph-baby-bold:before {
  content: "\f3ec";
}

.ph-backspace-bold:before {
  content: "\f3ed";
}

.ph-bag-bold:before {
  content: "\f3ee";
}

.ph-bag-simple-bold:before {
  content: "\f3ef";
}

.ph-bandaids-bold:before {
  content: "\f3f0";
}

.ph-bank-bold:before {
  content: "\f3f1";
}

.ph-barbell-bold:before {
  content: "\f3f2";
}

.ph-barcode-bold:before {
  content: "\f3f3";
}

.ph-baseball-bold:before {
  content: "\f3f4";
}

.ph-basketball-bold:before {
  content: "\f3f5";
}

.ph-battery-charging-bold:before {
  content: "\f3f6";
}

.ph-battery-charging-vertical-bold:before {
  content: "\f3f7";
}

.ph-battery-empty-bold:before {
  content: "\f3f8";
}

.ph-battery-full-bold:before {
  content: "\f3f9";
}

.ph-battery-high-bold:before {
  content: "\f3fa";
}

.ph-battery-low-bold:before {
  content: "\f3fb";
}

.ph-battery-medium-bold:before {
  content: "\f3fc";
}

.ph-battery-warning-bold:before {
  content: "\f3fd";
}

.ph-battery-warning-vertical-bold:before {
  content: "\f3fe";
}

.ph-bed-bold:before {
  content: "\f3ff";
}

.ph-bell-bold:before {
  content: "\f400";
}

.ph-bell-ringing-bold:before {
  content: "\f401";
}

.ph-bell-simple-bold:before {
  content: "\f402";
}

.ph-bell-simple-ringing-bold:before {
  content: "\f403";
}

.ph-bell-simple-slash-bold:before {
  content: "\f404";
}

.ph-bell-simple-z-bold:before {
  content: "\f405";
}

.ph-bell-slash-bold:before {
  content: "\f406";
}

.ph-bell-z-bold:before {
  content: "\f407";
}

.ph-bicycle-bold:before {
  content: "\f408";
}

.ph-bird-bold:before {
  content: "\f409";
}

.ph-bluetooth-bold:before {
  content: "\f40a";
}

.ph-bluetooth-connected-bold:before {
  content: "\f40b";
}

.ph-bluetooth-slash-bold:before {
  content: "\f40c";
}

.ph-bluetooth-x-bold:before {
  content: "\f40d";
}

.ph-boat-bold:before {
  content: "\f40e";
}

.ph-book-bold:before {
  content: "\f40f";
}

.ph-book-bookmark-bold:before {
  content: "\f410";
}

.ph-bookmark-bold:before {
  content: "\f411";
}

.ph-bookmarks-bold:before {
  content: "\f412";
}

.ph-bookmark-simple-bold:before {
  content: "\f413";
}

.ph-bookmarks-simple-bold:before {
  content: "\f414";
}

.ph-book-open-bold:before {
  content: "\f415";
}

.ph-books-bold:before {
  content: "\f416";
}

.ph-bounding-box-bold:before {
  content: "\f417";
}

.ph-brackets-angle-bold:before {
  content: "\f418";
}

.ph-brackets-curly-bold:before {
  content: "\f419";
}

.ph-brackets-round-bold:before {
  content: "\f41a";
}

.ph-brackets-square-bold:before {
  content: "\f41b";
}

.ph-brain-bold:before {
  content: "\f41c";
}

.ph-brandy-bold:before {
  content: "\f41d";
}

.ph-briefcase-bold:before {
  content: "\f41e";
}

.ph-briefcase-metal-bold:before {
  content: "\f41f";
}

.ph-broadcast-bold:before {
  content: "\f420";
}

.ph-browser-bold:before {
  content: "\f421";
}

.ph-browsers-bold:before {
  content: "\f422";
}

.ph-bug-beetle-bold:before {
  content: "\f423";
}

.ph-bug-bold:before {
  content: "\f424";
}

.ph-bug-droid-bold:before {
  content: "\f425";
}

.ph-buildings-bold:before {
  content: "\f426";
}

.ph-bus-bold:before {
  content: "\f427";
}

.ph-cake-bold:before {
  content: "\f428";
}

.ph-calculator-bold:before {
  content: "\f429";
}

.ph-calendar-blank-bold:before {
  content: "\f42a";
}

.ph-calendar-bold:before {
  content: "\f42b";
}

.ph-calendar-check-bold:before {
  content: "\f42c";
}

.ph-calendar-plus-bold:before {
  content: "\f42d";
}

.ph-calendar-x-bold:before {
  content: "\f42e";
}

.ph-camera-bold:before {
  content: "\f42f";
}

.ph-camera-slash-bold:before {
  content: "\f430";
}

.ph-car-bold:before {
  content: "\f431";
}

.ph-cardholder-bold:before {
  content: "\f432";
}

.ph-cards-bold:before {
  content: "\f433";
}

.ph-caret-circle-double-down-bold:before {
  content: "\f434";
}

.ph-caret-circle-double-left-bold:before {
  content: "\f435";
}

.ph-caret-circle-double-right-bold:before {
  content: "\f436";
}

.ph-caret-circle-double-up-bold:before {
  content: "\f437";
}

.ph-caret-circle-down-bold:before {
  content: "\f438";
}

.ph-caret-circle-left-bold:before {
  content: "\f439";
}

.ph-caret-circle-right-bold:before {
  content: "\f43a";
}

.ph-caret-circle-up-bold:before {
  content: "\f43b";
}

.ph-caret-double-down-bold:before {
  content: "\f43c";
}

.ph-caret-double-left-bold:before {
  content: "\f43d";
}

.ph-caret-double-right-bold:before {
  content: "\f43e";
}

.ph-caret-double-up-bold:before {
  content: "\f43f";
}

.ph-caret-down-bold:before {
  content: "\f440";
}

.ph-caret-left-bold:before {
  content: "\f441";
}

.ph-caret-right-bold:before {
  content: "\f442";
}

.ph-caret-up-bold:before {
  content: "\f443";
}

.ph-car-simple-bold:before {
  content: "\f444";
}

.ph-cat-bold:before {
  content: "\f445";
}

.ph-cell-signal-full-bold:before {
  content: "\f446";
}

.ph-cell-signal-high-bold:before {
  content: "\f447";
}

.ph-cell-signal-low-bold:before {
  content: "\f448";
}

.ph-cell-signal-medium-bold:before {
  content: "\f449";
}

.ph-cell-signal-none-bold:before {
  content: "\f44a";
}

.ph-cell-signal-slash-bold:before {
  content: "\f44b";
}

.ph-cell-signal-x-bold:before {
  content: "\f44c";
}

.ph-chalkboard-bold:before {
  content: "\f44d";
}

.ph-chalkboard-simple-bold:before {
  content: "\f44e";
}

.ph-chalkboard-teacher-bold:before {
  content: "\f44f";
}

.ph-chart-bar-bold:before {
  content: "\f450";
}

.ph-chart-bar-horizontal-bold:before {
  content: "\f451";
}

.ph-chart-line-bold:before {
  content: "\f452";
}

.ph-chart-line-up-bold:before {
  content: "\f453";
}

.ph-chart-pie-bold:before {
  content: "\f454";
}

.ph-chart-pie-slice-bold:before {
  content: "\f455";
}

.ph-chat-bold:before {
  content: "\f456";
}

.ph-chat-centered-bold:before {
  content: "\f457";
}

.ph-chat-centered-dots-bold:before {
  content: "\f458";
}

.ph-chat-centered-text-bold:before {
  content: "\f459";
}

.ph-chat-circle-bold:before {
  content: "\f45a";
}

.ph-chat-circle-dots-bold:before {
  content: "\f45b";
}

.ph-chat-circle-text-bold:before {
  content: "\f45c";
}

.ph-chat-dots-bold:before {
  content: "\f45d";
}

.ph-chats-bold:before {
  content: "\f45e";
}

.ph-chats-circle-bold:before {
  content: "\f45f";
}

.ph-chats-teardrop-bold:before {
  content: "\f460";
}

.ph-chat-teardrop-bold:before {
  content: "\f461";
}

.ph-chat-teardrop-dots-bold:before {
  content: "\f462";
}

.ph-chat-teardrop-text-bold:before {
  content: "\f463";
}

.ph-chat-text-bold:before {
  content: "\f464";
}

.ph-check-bold:before {
  content: "\f465";
}

.ph-check-circle-bold:before {
  content: "\f466";
}

.ph-checks-bold:before {
  content: "\f467";
}

.ph-check-square-bold:before {
  content: "\f468";
}

.ph-check-square-offset-bold:before {
  content: "\f469";
}

.ph-circle-bold:before {
  content: "\f46a";
}

.ph-circle-dashed-bold:before {
  content: "\f46b";
}

.ph-circle-half-bold:before {
  content: "\f46c";
}

.ph-circle-half-tilt-bold:before {
  content: "\f46d";
}

.ph-circles-four-bold:before {
  content: "\f46e";
}

.ph-circles-three-bold:before {
  content: "\f46f";
}

.ph-circles-three-plus-bold:before {
  content: "\f470";
}

.ph-circle-wavy-bold:before {
  content: "\f471";
}

.ph-circle-wavy-check-bold:before {
  content: "\f472";
}

.ph-circle-wavy-question-bold:before {
  content: "\f473";
}

.ph-circle-wavy-warning-bold:before {
  content: "\f474";
}

.ph-clipboard-bold:before {
  content: "\f475";
}

.ph-clipboard-text-bold:before {
  content: "\f476";
}

.ph-clock-afternoon-bold:before {
  content: "\f477";
}

.ph-clock-bold:before {
  content: "\f478";
}

.ph-clock-clockwise-bold:before {
  content: "\f479";
}

.ph-clock-counter-clockwise-bold:before {
  content: "\f47a";
}

.ph-closed-captioning-bold:before {
  content: "\f47b";
}

.ph-cloud-arrow-down-bold:before {
  content: "\f48e";
}

.ph-cloud-arrow-up-bold:before {
  content: "\f48f";
}

.ph-cloud-bold:before {
  content: "\f490";
}

.ph-cloud-check-bold:before {
  content: "\f491";
}

.ph-cloud-fog-bold:before {
  content: "\f492";
}

.ph-cloud-lightning-bold:before {
  content: "\f493";
}

.ph-cloud-moon-bold:before {
  content: "\f494";
}

.ph-cloud-rain-bold:before {
  content: "\f495";
}

.ph-cloud-slash-bold:before {
  content: "\f496";
}

.ph-cloud-snow-bold:before {
  content: "\f497";
}

.ph-cloud-sun-bold:before {
  content: "\f498";
}

.ph-club-bold:before {
  content: "\f499";
}

.ph-code-bold:before {
  content: "\f49a";
}

.ph-code-simple-bold:before {
  content: "\f49b";
}

.ph-coffee-bold:before {
  content: "\f49c";
}

.ph-coin-bold:before {
  content: "\f49d";
}

.ph-columns-bold:before {
  content: "\f4a0";
}

.ph-command-bold:before {
  content: "\f4a1";
}

.ph-compass-bold:before {
  content: "\f4a2";
}

.ph-computer-tower-bold:before {
  content: "\f4a3";
}

.ph-cookie-bold:before {
  content: "\f4a4";
}

.ph-cooking-pot-bold:before {
  content: "\f4a5";
}

.ph-copy-bold:before {
  content: "\f4a6";
}

.ph-copyright-bold:before {
  content: "\f4a7";
}

.ph-copy-simple-bold:before {
  content: "\f4a8";
}

.ph-corners-in-bold:before {
  content: "\f4a9";
}

.ph-corners-out-bold:before {
  content: "\f4aa";
}

.ph-cpu-bold:before {
  content: "\f4ab";
}

.ph-credit-card-bold:before {
  content: "\f4ac";
}

.ph-crop-bold:before {
  content: "\f4ad";
}

.ph-crosshair-bold:before {
  content: "\f4ae";
}

.ph-crosshair-simple-bold:before {
  content: "\f4af";
}

.ph-crown-bold:before {
  content: "\f4b0";
}

.ph-crown-simple-bold:before {
  content: "\f4b1";
}

.ph-cube-bold:before {
  content: "\f4b2";
}

.ph-currency-btc-bold:before {
  content: "\f4b3";
}

.ph-currency-circle-dollar-bold:before {
  content: "\f4b4";
}

.ph-currency-cny-bold:before {
  content: "\f4b5";
}

.ph-currency-dollar-bold:before {
  content: "\f4b6";
}

.ph-currency-dollar-simple-bold:before {
  content: "\f4b7";
}

.ph-currency-eur-bold:before {
  content: "\f4b8";
}

.ph-currency-gbp-bold:before {
  content: "\f4b9";
}

.ph-currency-inr-bold:before {
  content: "\f4ba";
}

.ph-currency-jpy-bold:before {
  content: "\f4bb";
}

.ph-currency-krw-bold:before {
  content: "\f4bc";
}

.ph-currency-rub-bold:before {
  content: "\f4bd";
}

.ph-cursor-bold:before {
  content: "\f4be";
}

.ph-database-bold:before {
  content: "\f4bf";
}

.ph-desktop-bold:before {
  content: "\f4c0";
}

.ph-desktop-tower-bold:before {
  content: "\f4c1";
}

.ph-device-mobile-bold:before {
  content: "\f4c2";
}

.ph-device-mobile-camera-bold:before {
  content: "\f4c3";
}

.ph-device-mobile-speaker-bold:before {
  content: "\f4c4";
}

.ph-device-tablet-bold:before {
  content: "\f4c5";
}

.ph-device-tablet-camera-bold:before {
  content: "\f4c8";
}

.ph-device-tablet-speaker-bold:before {
  content: "\f4c9";
}

.ph-diamond-bold:before {
  content: "\f4ca";
}

.ph-dice-five-bold:before {
  content: "\f4cb";
}

.ph-dice-four-bold:before {
  content: "\f4ce";
}

.ph-dice-one-bold:before {
  content: "\f4cf";
}

.ph-dice-six-bold:before {
  content: "\f4d0";
}

.ph-dice-three-bold:before {
  content: "\f4d1";
}

.ph-dice-two-bold:before {
  content: "\f4d2";
}

.ph-disc-bold:before {
  content: "\f4d3";
}

.ph-discord-logo-bold:before {
  content: "\f4d4";
}

.ph-divide-bold:before {
  content: "\f4d5";
}

.ph-dog-bold:before {
  content: "\f4d8";
}

.ph-door-bold:before {
  content: "\f4d9";
}

.ph-dots-nine-bold:before {
  content: "\f4da";
}

.ph-dots-six-bold:before {
  content: "\f4db";
}

.ph-dots-six-vertical-bold:before {
  content: "\f4dc";
}

.ph-dots-three-bold:before {
  content: "\f4dd";
}

.ph-dots-three-circle-bold:before {
  content: "\f4de";
}

.ph-dots-three-circle-vertical-bold:before {
  content: "\f4df";
}

.ph-dots-three-outline-bold:before {
  content: "\f4e0";
}

.ph-dots-three-outline-vertical-bold:before {
  content: "\f4e1";
}

.ph-dots-three-vertical-bold:before {
  content: "\f4e2";
}

.ph-download-bold:before {
  content: "\f4e3";
}

.ph-download-simple-bold:before {
  content: "\f4e4";
}

.ph-dribbble-logo-bold:before {
  content: "\f4e5";
}

.ph-drop-bold:before {
  content: "\f4e6";
}

.ph-drop-half-bold:before {
  content: "\f4e7";
}

.ph-ear-bold:before {
  content: "\f4e8";
}

.ph-ear-slash-bold:before {
  content: "\f4e9";
}

.ph-eject-bold:before {
  content: "\f4ea";
}

.ph-eject-simple-bold:before {
  content: "\f4eb";
}

.ph-envelope-bold:before {
  content: "\f4ec";
}

.ph-envelope-open-bold:before {
  content: "\f4ed";
}

.ph-envelope-simple-bold:before {
  content: "\f4ee";
}

.ph-envelope-simple-open-bold:before {
  content: "\f4ef";
}

.ph-equals-bold:before {
  content: "\f4f0";
}

.ph-eraser-bold:before {
  content: "\f4f1";
}

.ph-export-bold:before {
  content: "\f4f2";
}

.ph-eye-bold:before {
  content: "\f4f3";
}

.ph-eye-closed-bold:before {
  content: "\f4f4";
}

.ph-eyedropper-bold:before {
  content: "\f4f5";
}

.ph-eye-slash-bold:before {
  content: "\f4f6";
}

.ph-facebook-logo-bold:before {
  content: "\f4f7";
}

.ph-face-mask-bold:before {
  content: "\f4f8";
}

.ph-factory-bold:before {
  content: "\f4f9";
}

.ph-faders-bold:before {
  content: "\f4fa";
}

.ph-faders-horizontal-bold:before {
  content: "\f4fb";
}

.ph-fast-forward-bold:before {
  content: "\f4fc";
}

.ph-fast-forward-circle-bold:before {
  content: "\f4fd";
}

.ph-figma-logo-bold:before {
  content: "\f4fe";
}

.ph-file-arrow-down-bold:before {
  content: "\f4ff";
}

.ph-file-arrow-up-bold:before {
  content: "\f500";
}

.ph-file-bold:before {
  content: "\f501";
}

.ph-file-dotted-bold:before {
  content: "\f502";
}

.ph-file-minus-bold:before {
  content: "\f503";
}

.ph-file-pdf-bold:before {
  content: "\f504";
}

.ph-file-plus-bold:before {
  content: "\f505";
}

.ph-files-bold:before {
  content: "\f506";
}

.ph-file-search-bold:before {
  content: "\f507";
}

.ph-file-text-bold:before {
  content: "\f508";
}

.ph-file-x-bold:before {
  content: "\f509";
}

.ph-film-strip-bold:before {
  content: "\f54e";
}

.ph-fingerprint-bold:before {
  content: "\f54f";
}

.ph-fingerprint-simple-bold:before {
  content: "\f550";
}

.ph-finn-the-human-bold:before {
  content: "\f551";
}

.ph-fire-bold:before {
  content: "\f552";
}

.ph-fire-simple-bold:before {
  content: "\f553";
}

.ph-first-aid-bold:before {
  content: "\f554";
}

.ph-first-aid-kit-bold:before {
  content: "\f555";
}

.ph-fish-bold:before {
  content: "\f556";
}

.ph-fish-simple-bold:before {
  content: "\f557";
}

.ph-flag-banner-bold:before {
  content: "\f558";
}

.ph-flag-bold:before {
  content: "\f559";
}

.ph-flame-bold:before {
  content: "\f55a";
}

.ph-flashlight-bold:before {
  content: "\f55b";
}

.ph-flask-bold:before {
  content: "\f55c";
}

.ph-floppy-disk-back-bold:before {
  content: "\f55d";
}

.ph-floppy-disk-bold:before {
  content: "\f55e";
}

.ph-flow-arrow-bold:before {
  content: "\f55f";
}

.ph-flower-bold:before {
  content: "\f560";
}

.ph-flower-lotus-bold:before {
  content: "\f561";
}

.ph-folder-bold:before {
  content: "\f562";
}

.ph-folder-minus-bold:before {
  content: "\f563";
}

.ph-folder-notch-bold:before {
  content: "\f564";
}

.ph-folder-notch-minus-bold:before {
  content: "\f565";
}

.ph-folder-notch-open-bold:before {
  content: "\f566";
}

.ph-folder-notch-plus-bold:before {
  content: "\f567";
}

.ph-folder-open-bold:before {
  content: "\f568";
}

.ph-folder-plus-bold:before {
  content: "\f569";
}

.ph-folders-bold:before {
  content: "\f56a";
}

.ph-folder-simple-bold:before {
  content: "\f56b";
}

.ph-folder-simple-minus-bold:before {
  content: "\f56c";
}

.ph-folder-simple-plus-bold:before {
  content: "\f56d";
}

.ph-football-bold:before {
  content: "\f56e";
}

.ph-fork-knife-bold:before {
  content: "\f56f";
}

.ph-frame-corners-bold:before {
  content: "\f570";
}

.ph-framer-logo-bold:before {
  content: "\f571";
}

.ph-funnel-bold:before {
  content: "\f572";
}

.ph-funnel-simple-bold:before {
  content: "\f573";
}

.ph-game-controller-bold:before {
  content: "\f574";
}

.ph-gas-pump-bold:before {
  content: "\f575";
}

.ph-gauge-bold:before {
  content: "\f576";
}

.ph-gear-bold:before {
  content: "\f577";
}

.ph-gear-six-bold:before {
  content: "\f578";
}

.ph-gender-female-bold:before {
  content: "\f579";
}

.ph-gender-intersex-bold:before {
  content: "\f57a";
}

.ph-gender-male-bold:before {
  content: "\f57b";
}

.ph-gender-neuter-bold:before {
  content: "\f57c";
}

.ph-gender-nonbinary-bold:before {
  content: "\f57d";
}

.ph-gender-transgender-bold:before {
  content: "\f57e";
}

.ph-ghost-bold:before {
  content: "\f57f";
}

.ph-gif-bold:before {
  content: "\f580";
}

.ph-gift-bold:before {
  content: "\f581";
}

.ph-git-branch-bold:before {
  content: "\f582";
}

.ph-git-commit-bold:before {
  content: "\f583";
}

.ph-git-diff-bold:before {
  content: "\f584";
}

.ph-git-fork-bold:before {
  content: "\f585";
}

.ph-github-logo-bold:before {
  content: "\f586";
}

.ph-gitlab-logo-bold:before {
  content: "\f587";
}

.ph-gitlab-logo-simple-bold:before {
  content: "\f588";
}

.ph-git-merge-bold:before {
  content: "\f589";
}

.ph-git-pull-request-bold:before {
  content: "\f58a";
}

.ph-globe-bold:before {
  content: "\f58b";
}

.ph-globe-hemisphere-east-bold:before {
  content: "\f58c";
}

.ph-globe-hemisphere-west-bold:before {
  content: "\f58d";
}

.ph-globe-simple-bold:before {
  content: "\f58e";
}

.ph-globe-stand-bold:before {
  content: "\f58f";
}

.ph-google-logo-bold:before {
  content: "\f590";
}

.ph-google-play-logo-bold:before {
  content: "\f591";
}

.ph-graduation-cap-bold:before {
  content: "\f592";
}

.ph-grid-four-bold:before {
  content: "\f593";
}

.ph-handbag-bold:before {
  content: "\f594";
}

.ph-handbag-simple-bold:before {
  content: "\f595";
}

.ph-hand-bold:before {
  content: "\f596";
}

.ph-hand-fist-bold:before {
  content: "\f597";
}

.ph-hand-grabbing-bold:before {
  content: "\f598";
}

.ph-hand-palm-bold:before {
  content: "\f599";
}

.ph-hand-pointing-bold:before {
  content: "\f59a";
}

.ph-hands-clapping-bold:before {
  content: "\f59b";
}

.ph-handshake-bold:before {
  content: "\f59c";
}

.ph-hand-soap-bold:before {
  content: "\f59d";
}

.ph-hand-waving-bold:before {
  content: "\f59e";
}

.ph-hard-drive-bold:before {
  content: "\f59f";
}

.ph-hard-drives-bold:before {
  content: "\f5a0";
}

.ph-hash-bold:before {
  content: "\f5a1";
}

.ph-hash-straight-bold:before {
  content: "\f5a2";
}

.ph-headlights-bold:before {
  content: "\f5a3";
}

.ph-headphones-bold:before {
  content: "\f5a4";
}

.ph-headset-bold:before {
  content: "\f5a5";
}

.ph-heartbeat-bold:before {
  content: "\f5a6";
}

.ph-heart-bold:before {
  content: "\f5a7";
}

.ph-heart-straight-bold:before {
  content: "\f5a8";
}

.ph-hexagon-bold:before {
  content: "\f5a9";
}

.ph-highlighter-circle-bold:before {
  content: "\f5aa";
}

.ph-horse-bold:before {
  content: "\f5ab";
}

.ph-hourglass-bold:before {
  content: "\f5ac";
}

.ph-hourglass-high-bold:before {
  content: "\f5ad";
}

.ph-hourglass-low-bold:before {
  content: "\f5ae";
}

.ph-hourglass-medium-bold:before {
  content: "\f5af";
}

.ph-hourglass-simple-bold:before {
  content: "\f5b0";
}

.ph-hourglass-simple-high-bold:before {
  content: "\f5b1";
}

.ph-hourglass-simple-low-bold:before {
  content: "\f5b2";
}

.ph-hourglass-simple-medium-bold:before {
  content: "\f5b3";
}

.ph-house-bold:before {
  content: "\f5b4";
}

.ph-house-line-bold:before {
  content: "\f5b5";
}

.ph-house-simple-bold:before {
  content: "\f5b6";
}

.ph-identification-badge-bold:before {
  content: "\f5b7";
}

.ph-identification-card-bold:before {
  content: "\f5b8";
}

.ph-image-bold:before {
  content: "\f5b9";
}

.ph-image-square-bold:before {
  content: "\f5ba";
}

.ph-infinity-bold:before {
  content: "\f5bb";
}

.ph-info-bold:before {
  content: "\f5bc";
}

.ph-instagram-logo-bold:before {
  content: "\f5bd";
}

.ph-intersect-bold:before {
  content: "\f5be";
}

.ph-jeep-bold:before {
  content: "\f5bf";
}

.ph-keyboard-bold:before {
  content: "\f5c0";
}

.ph-key-bold:before {
  content: "\f5c1";
}

.ph-key-return-bold:before {
  content: "\f5c2";
}

.ph-knife-bold:before {
  content: "\f5c3";
}

.ph-lamp-bold:before {
  content: "\f5c4";
}

.ph-laptop-bold:before {
  content: "\f5c5";
}

.ph-layout-bold:before {
  content: "\f5c6";
}

.ph-leaf-bold:before {
  content: "\f5c7";
}

.ph-lifebuoy-bold:before {
  content: "\f5c8";
}

.ph-lightbulb-bold:before {
  content: "\f5c9";
}

.ph-lightbulb-filament-bold:before {
  content: "\f5ca";
}

.ph-lightning-bold:before {
  content: "\f5cb";
}

.ph-lightning-slash-bold:before {
  content: "\f5cc";
}

.ph-line-segment-bold:before {
  content: "\f5cd";
}

.ph-line-segments-bold:before {
  content: "\f5ce";
}

.ph-link-bold:before {
  content: "\f5cf";
}

.ph-link-break-bold:before {
  content: "\f5d0";
}

.ph-linkedin-logo-bold:before {
  content: "\f5d1";
}

.ph-link-simple-bold:before {
  content: "\f5d2";
}

.ph-link-simple-break-bold:before {
  content: "\f5d3";
}

.ph-link-simple-horizontal-bold:before {
  content: "\f5d4";
}

.ph-link-simple-horizontal-break-bold:before {
  content: "\f5d5";
}

.ph-list-bold:before {
  content: "\f5d6";
}

.ph-list-bullets-bold:before {
  content: "\f5d7";
}

.ph-list-dashes-bold:before {
  content: "\f5d8";
}

.ph-list-numbers-bold:before {
  content: "\f5d9";
}

.ph-list-plus-bold:before {
  content: "\f5da";
}

.ph-lock-bold:before {
  content: "\f5db";
}

.ph-lock-key-bold:before {
  content: "\f5dc";
}

.ph-lock-key-open-bold:before {
  content: "\f5dd";
}

.ph-lock-laminated-bold:before {
  content: "\f5de";
}

.ph-lock-laminated-open-bold:before {
  content: "\f5df";
}

.ph-lock-open-bold:before {
  content: "\f5e0";
}

.ph-lock-simple-bold:before {
  content: "\f5e1";
}

.ph-lock-simple-open-bold:before {
  content: "\f5e2";
}

.ph-magic-wand-bold:before {
  content: "\f5e3";
}

.ph-magnet-bold:before {
  content: "\f5e4";
}

.ph-magnet-straight-bold:before {
  content: "\f5e5";
}

.ph-magnifying-glass-bold:before {
  content: "\f5e6";
}

.ph-magnifying-glass-minus-bold:before {
  content: "\f5e7";
}

.ph-magnifying-glass-plus-bold:before {
  content: "\f5e8";
}

.ph-map-pin-bold:before {
  content: "\f5e9";
}

.ph-map-pin-line-bold:before {
  content: "\f5ea";
}

.ph-map-trifold-bold:before {
  content: "\f5eb";
}

.ph-marker-circle-bold:before {
  content: "\f5ec";
}

.ph-martini-bold:before {
  content: "\f5ed";
}

.ph-math-operations-bold:before {
  content: "\f5ee";
}

.ph-medal-bold:before {
  content: "\f5ef";
}

.ph-medium-logo-bold:before {
  content: "\f5f0";
}

.ph-megaphone-bold:before {
  content: "\f5f1";
}

.ph-megaphone-simple-bold:before {
  content: "\f5f2";
}

.ph-messenger-logo-bold:before {
  content: "\f5f3";
}

.ph-microphone-bold:before {
  content: "\f5f4";
}

.ph-microphone-slash-bold:before {
  content: "\f5f5";
}

.ph-minus-bold:before {
  content: "\f5f6";
}

.ph-minus-circle-bold:before {
  content: "\f5f7";
}

.ph-money-bold:before {
  content: "\f5f8";
}

.ph-monitor-bold:before {
  content: "\f5f9";
}

.ph-monitor-play-bold:before {
  content: "\f5fa";
}

.ph-moon-bold:before {
  content: "\f5fb";
}

.ph-moon-stars-bold:before {
  content: "\f5fc";
}

.ph-mouse-bold:before {
  content: "\f5fd";
}

.ph-mouse-simple-bold:before {
  content: "\f5fe";
}

.ph-music-note-bold:before {
  content: "\f5ff";
}

.ph-music-notes-bold:before {
  content: "\f600";
}

.ph-music-note-simple-bold:before {
  content: "\f601";
}

.ph-music-notes-simple-bold:before {
  content: "\f602";
}

.ph-navigation-arrow-bold:before {
  content: "\f603";
}

.ph-newspaper-bold:before {
  content: "\f604";
}

.ph-newspaper-clipping-bold:before {
  content: "\f605";
}

.ph-note-blank-bold:before {
  content: "\f606";
}

.ph-note-bold:before {
  content: "\f607";
}

.ph-notebook-bold:before {
  content: "\f608";
}

.ph-notepad-bold:before {
  content: "\f609";
}

.ph-note-pencil-bold:before {
  content: "\f60a";
}

.ph-notification-bold:before {
  content: "\f60b";
}

.ph-number-circle-eight-bold:before {
  content: "\f60c";
}

.ph-number-circle-five-bold:before {
  content: "\f60d";
}

.ph-number-circle-four-bold:before {
  content: "\f60e";
}

.ph-number-circle-nine-bold:before {
  content: "\f60f";
}

.ph-number-circle-one-bold:before {
  content: "\f610";
}

.ph-number-circle-seven-bold:before {
  content: "\f611";
}

.ph-number-circle-six-bold:before {
  content: "\f612";
}

.ph-number-circle-three-bold:before {
  content: "\f613";
}

.ph-number-circle-two-bold:before {
  content: "\f614";
}

.ph-number-circle-zero-bold:before {
  content: "\f615";
}

.ph-number-eight-bold:before {
  content: "\f616";
}

.ph-number-five-bold:before {
  content: "\f617";
}

.ph-number-four-bold:before {
  content: "\f618";
}

.ph-number-nine-bold:before {
  content: "\f619";
}

.ph-number-one-bold:before {
  content: "\f61a";
}

.ph-number-seven-bold:before {
  content: "\f61b";
}

.ph-number-six-bold:before {
  content: "\f61c";
}

.ph-number-square-eight-bold:before {
  content: "\f61d";
}

.ph-number-square-five-bold:before {
  content: "\f61e";
}

.ph-number-square-four-bold:before {
  content: "\f61f";
}

.ph-number-square-nine-bold:before {
  content: "\f620";
}

.ph-number-square-one-bold:before {
  content: "\f621";
}

.ph-number-square-seven-bold:before {
  content: "\f622";
}

.ph-number-square-six-bold:before {
  content: "\f623";
}

.ph-number-square-three-bold:before {
  content: "\f624";
}

.ph-number-square-two-bold:before {
  content: "\f625";
}

.ph-number-square-zero-bold:before {
  content: "\f626";
}

.ph-number-three-bold:before {
  content: "\f627";
}

.ph-number-two-bold:before {
  content: "\f628";
}

.ph-number-zero-bold:before {
  content: "\f629";
}

.ph-nut-bold:before {
  content: "\f62a";
}

.ph-ny-times-logo-bold:before {
  content: "\f62b";
}

.ph-octagon-bold:before {
  content: "\f630";
}

.ph-package-bold:before {
  content: "\f631";
}

.ph-paint-brush-bold:before {
  content: "\f632";
}

.ph-paint-brush-broad-bold:before {
  content: "\f633";
}

.ph-paint-brush-household-bold:before {
  content: "\f636";
}

.ph-paint-bucket-bold:before {
  content: "\f637";
}

.ph-paint-roller-bold:before {
  content: "\f638";
}

.ph-palette-bold:before {
  content: "\f639";
}

.ph-paperclip-bold:before {
  content: "\f63a";
}

.ph-paperclip-horizontal-bold:before {
  content: "\f63b";
}

.ph-paper-plane-bold:before {
  content: "\f63c";
}

.ph-paper-plane-right-bold:before {
  content: "\f63d";
}

.ph-paper-plane-tilt-bold:before {
  content: "\f63e";
}

.ph-path-bold:before {
  content: "\f63f";
}

.ph-pause-bold:before {
  content: "\f640";
}

.ph-pause-circle-bold:before {
  content: "\f641";
}

.ph-paw-print-bold:before {
  content: "\f642";
}

.ph-peace-bold:before {
  content: "\f643";
}

.ph-pen-bold:before {
  content: "\f644";
}

.ph-pencil-bold:before {
  content: "\f645";
}

.ph-pencil-circle-bold:before {
  content: "\f646";
}

.ph-pencil-line-bold:before {
  content: "\f647";
}

.ph-pencil-simple-bold:before {
  content: "\f648";
}

.ph-pen-nib-bold:before {
  content: "\f649";
}

.ph-pen-nib-straight-bold:before {
  content: "\f64a";
}

.ph-percent-bold:before {
  content: "\f64b";
}

.ph-person-bold:before {
  content: "\f64c";
}

.ph-person-simple-bold:before {
  content: "\f64d";
}

.ph-person-simple-run-bold:before {
  content: "\f64e";
}

.ph-person-simple-walk-bold:before {
  content: "\f64f";
}

.ph-phone-bold:before {
  content: "\f650";
}

.ph-phone-call-bold:before {
  content: "\f651";
}

.ph-phone-disconnect-bold:before {
  content: "\f652";
}

.ph-phone-incoming-bold:before {
  content: "\f653";
}

.ph-phone-outgoing-bold:before {
  content: "\f654";
}

.ph-phone-slash-bold:before {
  content: "\f655";
}

.ph-phone-x-bold:before {
  content: "\f656";
}

.ph-phosphor-logo-bold:before {
  content: "\f657";
}

.ph-picture-in-picture-bold:before {
  content: "\f658";
}

.ph-pill-bold:before {
  content: "\f659";
}

.ph-pinterest-logo-bold:before {
  content: "\f65a";
}

.ph-pizza-bold:before {
  content: "\f65b";
}

.ph-placeholder-bold:before {
  content: "\f65c";
}

.ph-planet-bold:before {
  content: "\f65d";
}

.ph-play-bold:before {
  content: "\f65e";
}

.ph-play-circle-bold:before {
  content: "\f65f";
}

.ph-playlist-bold:before {
  content: "\f660";
}

.ph-plus-bold:before {
  content: "\f661";
}

.ph-plus-circle-bold:before {
  content: "\f663";
}

.ph-plus-minus-bold:before {
  content: "\f664";
}

.ph-poker-chip-bold:before {
  content: "\f665";
}

.ph-polygon-bold:before {
  content: "\f666";
}

.ph-power-bold:before {
  content: "\f667";
}

.ph-prescription-bold:before {
  content: "\f668";
}

.ph-presentation-bold:before {
  content: "\f669";
}

.ph-presentation-chart-bold:before {
  content: "\f66a";
}

.ph-printer-bold:before {
  content: "\f66b";
}

.ph-prohibit-bold:before {
  content: "\f66c";
}

.ph-prohibit-inset-bold:before {
  content: "\f66d";
}

.ph-projector-screen-bold:before {
  content: "\f66e";
}

.ph-projector-screen-chart-bold:before {
  content: "\f66f";
}

.ph-push-pin-bold:before {
  content: "\f670";
}

.ph-push-pin-simple-bold:before {
  content: "\f671";
}

.ph-push-pin-simple-slash-bold:before {
  content: "\f672";
}

.ph-push-pin-slash-bold:before {
  content: "\f673";
}

.ph-puzzle-piece-bold:before {
  content: "\f674";
}

.ph-qr-code-bold:before {
  content: "\f675";
}

.ph-question-bold:before {
  content: "\f676";
}

.ph-queue-bold:before {
  content: "\f677";
}

.ph-quotes-bold:before {
  content: "\f678";
}

.ph-radical-bold:before {
  content: "\f679";
}

.ph-radio-bold:before {
  content: "\f67a";
}

.ph-rainbow-bold:before {
  content: "\f67b";
}

.ph-rainbow-cloud-bold:before {
  content: "\f67c";
}

.ph-receipt-bold:before {
  content: "\f67d";
}

.ph-record-bold:before {
  content: "\f67e";
}

.ph-rectangle-bold:before {
  content: "\f67f";
}

.ph-recycle-bold:before {
  content: "\f680";
}

.ph-reddit-logo-bold:before {
  content: "\f681";
}

.ph-repeat-bold:before {
  content: "\f682";
}

.ph-repeat-once-bold:before {
  content: "\f683";
}

.ph-rewind-bold:before {
  content: "\f684";
}

.ph-rewind-circle-bold:before {
  content: "\f685";
}

.ph-robot-bold:before {
  content: "\f686";
}

.ph-rocket-bold:before {
  content: "\f687";
}

.ph-rocket-launch-bold:before {
  content: "\f688";
}

.ph-rows-bold:before {
  content: "\f689";
}

.ph-rss-bold:before {
  content: "\f68a";
}

.ph-rss-simple-bold:before {
  content: "\f68b";
}

.ph-ruler-bold:before {
  content: "\f68c";
}

.ph-scales-bold:before {
  content: "\f68d";
}

.ph-scissors-bold:before {
  content: "\f68e";
}

.ph-screencast-bold:before {
  content: "\f68f";
}

.ph-scribble-loop-bold:before {
  content: "\f690";
}

.ph-selection-all-bold:before {
  content: "\f691";
}

.ph-selection-background-bold:before {
  content: "\f692";
}

.ph-selection-bold:before {
  content: "\f693";
}

.ph-selection-foreground-bold:before {
  content: "\f694";
}

.ph-selection-inverse-bold:before {
  content: "\f695";
}

.ph-selection-plus-bold:before {
  content: "\f696";
}

.ph-selection-slash-bold:before {
  content: "\f697";
}

.ph-share-bold:before {
  content: "\f698";
}

.ph-share-network-bold:before {
  content: "\f699";
}

.ph-shield-bold:before {
  content: "\f69a";
}

.ph-shield-check-bold:before {
  content: "\f69b";
}

.ph-shield-checkered-bold:before {
  content: "\f69c";
}

.ph-shield-chevron-bold:before {
  content: "\f69d";
}

.ph-shield-plus-bold:before {
  content: "\f69e";
}

.ph-shield-slash-bold:before {
  content: "\f69f";
}

.ph-shield-warning-bold:before {
  content: "\f6a0";
}

.ph-shopping-bag-bold:before {
  content: "\f6a1";
}

.ph-shopping-bag-open-bold:before {
  content: "\f6a2";
}

.ph-shopping-cart-bold:before {
  content: "\f6a3";
}

.ph-shopping-cart-simple-bold:before {
  content: "\f6a4";
}

.ph-shower-bold:before {
  content: "\f6a5";
}

.ph-shuffle-angular-bold:before {
  content: "\f6a6";
}

.ph-shuffle-bold:before {
  content: "\f6a7";
}

.ph-shuffle-simple-bold:before {
  content: "\f6a8";
}

.ph-sign-in-bold:before {
  content: "\f6a9";
}

.ph-sign-out-bold:before {
  content: "\f6aa";
}

.ph-sim-card-bold:before {
  content: "\f6ab";
}

.ph-sketch-logo-bold:before {
  content: "\f6ac";
}

.ph-skip-back-bold:before {
  content: "\f6ad";
}

.ph-skip-back-circle-bold:before {
  content: "\f6ae";
}

.ph-skip-forward-bold:before {
  content: "\f6af";
}

.ph-skip-forward-circle-bold:before {
  content: "\f6b0";
}

.ph-slack-logo-bold:before {
  content: "\f6b1";
}

.ph-sliders-bold:before {
  content: "\f6b2";
}

.ph-sliders-horizontal-bold:before {
  content: "\f6b3";
}

.ph-smiley-blank-bold:before {
  content: "\f6b4";
}

.ph-smiley-bold:before {
  content: "\f6b5";
}

.ph-smiley-meh-bold:before {
  content: "\f6b6";
}

.ph-smiley-nervous-bold:before {
  content: "\f6b7";
}

.ph-smiley-sad-bold:before {
  content: "\f6b8";
}

.ph-smiley-sticker-bold:before {
  content: "\f6b9";
}

.ph-smiley-wink-bold:before {
  content: "\f6ba";
}

.ph-smiley-x-eyes-bold:before {
  content: "\f6bb";
}

.ph-snapchat-logo-bold:before {
  content: "\f6bc";
}

.ph-snowflake-bold:before {
  content: "\f6bd";
}

.ph-soccer-ball-bold:before {
  content: "\f6be";
}

.ph-sort-ascending-bold:before {
  content: "\f6bf";
}

.ph-sort-descending-bold:before {
  content: "\f6c0";
}

.ph-spade-bold:before {
  content: "\f6c1";
}

.ph-sparkle-bold:before {
  content: "\f6c2";
}

.ph-speaker-high-bold:before {
  content: "\f6c4";
}

.ph-speaker-low-bold:before {
  content: "\f6c5";
}

.ph-speaker-none-bold:before {
  content: "\f6c6";
}

.ph-speaker-simple-high-bold:before {
  content: "\f6c7";
}

.ph-speaker-simple-low-bold:before {
  content: "\f6c8";
}

.ph-speaker-simple-none-bold:before {
  content: "\f6cc";
}

.ph-speaker-simple-slash-bold:before {
  content: "\f6cd";
}

.ph-speaker-simple-x-bold:before {
  content: "\f6d2";
}

.ph-speaker-slash-bold:before {
  content: "\f6d3";
}

.ph-speaker-x-bold:before {
  content: "\f6d5";
}

.ph-spinner-bold:before {
  content: "\f6d6";
}

.ph-spinner-gap-bold:before {
  content: "\f6d7";
}

.ph-spotify-logo-bold:before {
  content: "\f6d8";
}

.ph-square-bold:before {
  content: "\f6d9";
}

.ph-square-half-bold:before {
  content: "\f6da";
}

.ph-square-logo-bold:before {
  content: "\f6db";
}

.ph-squares-four-bold:before {
  content: "\f6dc";
}

.ph-stack-bold:before {
  content: "\f6dd";
}

.ph-stack-simple-bold:before {
  content: "\f6de";
}

.ph-star-bold:before {
  content: "\f6df";
}

.ph-star-four-bold:before {
  content: "\f6e0";
}

.ph-star-half-bold:before {
  content: "\f6e1";
}

.ph-sticker-bold:before {
  content: "\f6e2";
}

.ph-stop-bold:before {
  content: "\f6e3";
}

.ph-stop-circle-bold:before {
  content: "\f6e4";
}

.ph-storefront-bold:before {
  content: "\f6e5";
}

.ph-stripe-logo-bold:before {
  content: "\f6e6";
}

.ph-student-bold:before {
  content: "\f6e7";
}

.ph-suitcase-bold:before {
  content: "\f6e8";
}

.ph-suitcase-simple-bold:before {
  content: "\f6e9";
}

.ph-sun-bold:before {
  content: "\f6ea";
}

.ph-sun-dim-bold:before {
  content: "\f6eb";
}

.ph-sun-horizon-bold:before {
  content: "\f6ec";
}

.ph-swap-bold:before {
  content: "\f6ed";
}

.ph-swatches-bold:before {
  content: "\f6ee";
}

.ph-sword-bold:before {
  content: "\f6ef";
}

.ph-table-bold:before {
  content: "\f6f0";
}

.ph-tag-bold:before {
  content: "\f6f1";
}

.ph-tag-chevron-bold:before {
  content: "\f6f2";
}

.ph-tag-simple-bold:before {
  content: "\f6f3";
}

.ph-target-bold:before {
  content: "\f6f4";
}

.ph-telegram-logo-bold:before {
  content: "\f6f5";
}

.ph-television-bold:before {
  content: "\f6f6";
}

.ph-television-simple-bold:before {
  content: "\f6f7";
}

.ph-tennis-ball-bold:before {
  content: "\f6f8";
}

.ph-terminal-bold:before {
  content: "\f6f9";
}

.ph-terminal-window-bold:before {
  content: "\f6fa";
}

.ph-test-tube-bold:before {
  content: "\f6fb";
}

.ph-text-aa-bold:before {
  content: "\f6fc";
}

.ph-text-align-center-bold:before {
  content: "\f6fd";
}

.ph-text-align-justify-bold:before {
  content: "\f6fe";
}

.ph-text-align-left-bold:before {
  content: "\f6ff";
}

.ph-text-align-right-bold:before {
  content: "\f700";
}

.ph-text-bolder-bold:before {
  content: "\f701";
}

.ph-text-h-bold:before {
  content: "\f702";
}

.ph-text-h-five-bold:before {
  content: "\f703";
}

.ph-text-h-four-bold:before {
  content: "\f704";
}

.ph-text-h-one-bold:before {
  content: "\f705";
}

.ph-text-h-six-bold:before {
  content: "\f706";
}

.ph-text-h-three-bold:before {
  content: "\f707";
}

.ph-text-h-two-bold:before {
  content: "\f708";
}

.ph-text-italic-bold:before {
  content: "\f709";
}

.ph-text-strikethrough-bold:before {
  content: "\f70a";
}

.ph-text-t-bold:before {
  content: "\f70b";
}

.ph-text-underline-bold:before {
  content: "\f70c";
}

.ph-thermometer-bold:before {
  content: "\f70d";
}

.ph-thermometer-cold-bold:before {
  content: "\f70e";
}

.ph-thermometer-hot-bold:before {
  content: "\f70f";
}

.ph-thermometer-simple-bold:before {
  content: "\f710";
}

.ph-thumbs-down-bold:before {
  content: "\f711";
}

.ph-thumbs-up-bold:before {
  content: "\f712";
}

.ph-ticket-bold:before {
  content: "\f713";
}

.ph-tiktok-logo-bold:before {
  content: "\f714";
}

.ph-timer-bold:before {
  content: "\f715";
}

.ph-toggle-left-bold:before {
  content: "\f716";
}

.ph-toggle-right-bold:before {
  content: "\f717";
}

.ph-toilet-paper-bold:before {
  content: "\f718";
}

.ph-tote-bold:before {
  content: "\f719";
}

.ph-tote-simple-bold:before {
  content: "\f71a";
}

.ph-traffic-sign-bold:before {
  content: "\f71b";
}

.ph-train-bold:before {
  content: "\f71c";
}

.ph-train-regional-bold:before {
  content: "\f71d";
}

.ph-train-simple-bold:before {
  content: "\f71e";
}

.ph-translate-bold:before {
  content: "\f71f";
}

.ph-trash-bold:before {
  content: "\f720";
}

.ph-trash-simple-bold:before {
  content: "\f721";
}

.ph-tray-bold:before {
  content: "\f722";
}

.ph-tree-bold:before {
  content: "\f723";
}

.ph-tree-evergreen-bold:before {
  content: "\f724";
}

.ph-tree-structure-bold:before {
  content: "\f725";
}

.ph-trend-down-bold:before {
  content: "\f726";
}

.ph-trend-up-bold:before {
  content: "\f727";
}

.ph-triangle-bold:before {
  content: "\f728";
}

.ph-trophy-bold:before {
  content: "\f729";
}

.ph-truck-bold:before {
  content: "\f72a";
}

.ph-t-shirt-bold:before {
  content: "\f72b";
}

.ph-twitch-logo-bold:before {
  content: "\f72c";
}

.ph-twitter-logo-bold:before {
  content: "\f72d";
}

.ph-umbrella-bold:before {
  content: "\f72e";
}

.ph-umbrella-simple-bold:before {
  content: "\f72f";
}

.ph-upload-bold:before {
  content: "\f730";
}

.ph-upload-simple-bold:before {
  content: "\f731";
}

.ph-user-bold:before {
  content: "\f732";
}

.ph-user-circle-bold:before {
  content: "\f733";
}

.ph-user-circle-gear-bold:before {
  content: "\f734";
}

.ph-user-circle-minus-bold:before {
  content: "\f735";
}

.ph-user-circle-plus-bold:before {
  content: "\f736";
}

.ph-user-focus-bold:before {
  content: "\f737";
}

.ph-user-gear-bold:before {
  content: "\f738";
}

.ph-user-list-bold:before {
  content: "\f739";
}

.ph-user-minus-bold:before {
  content: "\f73a";
}

.ph-user-plus-bold:before {
  content: "\f73b";
}

.ph-user-rectangle-bold:before {
  content: "\f73c";
}

.ph-users-bold:before {
  content: "\f73d";
}

.ph-users-four-bold:before {
  content: "\f73e";
}

.ph-user-square-bold:before {
  content: "\f73f";
}

.ph-users-three-bold:before {
  content: "\f740";
}

.ph-vibrate-bold:before {
  content: "\f741";
}

.ph-video-camera-bold:before {
  content: "\f742";
}

.ph-video-camera-slash-bold:before {
  content: "\f743";
}

.ph-voicemail-bold:before {
  content: "\f744";
}

.ph-volleyball-bold:before {
  content: "\f745";
}

.ph-wall-bold:before {
  content: "\f746";
}

.ph-wallet-bold:before {
  content: "\f747";
}

.ph-warning-bold:before {
  content: "\f748";
}

.ph-warning-circle-bold:before {
  content: "\f749";
}

.ph-warning-octagon-bold:before {
  content: "\f74a";
}

.ph-watch-bold:before {
  content: "\f74b";
}

.ph-waves-bold:before {
  content: "\f74c";
}

.ph-whatsapp-logo-bold:before {
  content: "\f74d";
}

.ph-wheelchair-bold:before {
  content: "\f74e";
}

.ph-wifi-high-bold:before {
  content: "\f74f";
}

.ph-wifi-low-bold:before {
  content: "\f750";
}

.ph-wifi-medium-bold:before {
  content: "\f751";
}

.ph-wifi-none-bold:before {
  content: "\f752";
}

.ph-wifi-slash-bold:before {
  content: "\f753";
}

.ph-wifi-x-bold:before {
  content: "\f754";
}

.ph-wind-bold:before {
  content: "\f755";
}

.ph-windows-logo-bold:before {
  content: "\f756";
}

.ph-wine-bold:before {
  content: "\f757";
}

.ph-wrench-bold:before {
  content: "\f758";
}

.ph-x-bold:before {
  content: "\f759";
}

.ph-x-circle-bold:before {
  content: "\f75a";
}

.ph-x-square-bold:before {
  content: "\f75b";
}

.ph-youtube-logo-bold:before {
  content: "\f75c";
}

.ph-activity-bold:before {
  content: "\f75d";
}

.ph-address-book-bold:before {
  content: "\f75e";
}

.ph-airplane-bold:before {
  content: "\f75f";
}

.ph-airplane-in-flight-bold:before {
  content: "\f760";
}

.ph-airplane-landing-bold:before {
  content: "\f761";
}

.ph-airplane-takeoff-bold:before {
  content: "\f762";
}

.ph-airplane-tilt-bold:before {
  content: "\f763";
}

.ph-airplay-bold:before {
  content: "\f764";
}

.ph-alarm-bold:before {
  content: "\f765";
}

.ph-align-bottom-fill:before {
  content: "\f766";
}

.ph-align-center-horizontal-fill:before {
  content: "\f767";
}

.ph-align-center-vertical-fill:before {
  content: "\f768";
}

.ph-align-left-fill:before {
  content: "\f769";
}

.ph-align-right-fill:before {
  content: "\f76a";
}

.ph-align-top-fill:before {
  content: "\f76b";
}

.ph-anchor-fill:before {
  content: "\f76c";
}

.ph-anchor-simple-fill:before {
  content: "\f76d";
}

.ph-android-logo-fill:before {
  content: "\f76e";
}

.ph-aperture-fill:before {
  content: "\f76f";
}

.ph-apple-logo-fill:before {
  content: "\f770";
}

.ph-app-window-fill:before {
  content: "\f771";
}

.ph-archive-box-fill:before {
  content: "\f772";
}

.ph-archive-fill:before {
  content: "\f773";
}

.ph-archive-tray-fill:before {
  content: "\f774";
}

.ph-armchair-fill:before {
  content: "\f775";
}

.ph-arrow-arc-left-fill:before {
  content: "\f776";
}

.ph-arrow-arc-right-fill:before {
  content: "\f777";
}

.ph-arrow-bend-double-up-left-fill:before {
  content: "\f778";
}

.ph-arrow-bend-double-up-right-fill:before {
  content: "\f779";
}

.ph-arrow-bend-down-left-fill:before {
  content: "\f77a";
}

.ph-arrow-bend-down-right-fill:before {
  content: "\f77b";
}

.ph-arrow-bend-left-down-fill:before {
  content: "\f77c";
}

.ph-arrow-bend-left-up-fill:before {
  content: "\f77d";
}

.ph-arrow-bend-right-down-fill:before {
  content: "\f77e";
}

.ph-arrow-bend-right-up-fill:before {
  content: "\f77f";
}

.ph-arrow-bend-up-left-fill:before {
  content: "\f780";
}

.ph-arrow-bend-up-right-fill:before {
  content: "\f781";
}

.ph-arrow-circle-down-fill:before {
  content: "\f782";
}

.ph-arrow-circle-down-left-fill:before {
  content: "\f783";
}

.ph-arrow-circle-down-right-fill:before {
  content: "\f784";
}

.ph-arrow-circle-left-fill:before {
  content: "\f785";
}

.ph-arrow-circle-right-fill:before {
  content: "\f786";
}

.ph-arrow-circle-up-fill:before {
  content: "\f787";
}

.ph-arrow-circle-up-left-fill:before {
  content: "\f788";
}

.ph-arrow-circle-up-right-fill:before {
  content: "\f789";
}

.ph-arrow-clockwise-fill:before {
  content: "\f78a";
}

.ph-arrow-counter-clockwise-fill:before {
  content: "\f78b";
}

.ph-arrow-down-fill:before {
  content: "\f78c";
}

.ph-arrow-down-left-fill:before {
  content: "\f78d";
}

.ph-arrow-down-right-fill:before {
  content: "\f78e";
}

.ph-arrow-elbow-down-left-fill:before {
  content: "\f78f";
}

.ph-arrow-elbow-down-right-fill:before {
  content: "\f790";
}

.ph-arrow-elbow-left-down-fill:before {
  content: "\f791";
}

.ph-arrow-elbow-left-fill:before {
  content: "\f792";
}

.ph-arrow-elbow-left-up-fill:before {
  content: "\f793";
}

.ph-arrow-elbow-right-down-fill:before {
  content: "\f794";
}

.ph-arrow-elbow-right-fill:before {
  content: "\f795";
}

.ph-arrow-elbow-right-up-fill:before {
  content: "\f796";
}

.ph-arrow-elbow-up-left-fill:before {
  content: "\f797";
}

.ph-arrow-elbow-up-right-fill:before {
  content: "\f798";
}

.ph-arrow-fat-down-fill:before {
  content: "\f799";
}

.ph-arrow-fat-left-fill:before {
  content: "\f79a";
}

.ph-arrow-fat-line-down-fill:before {
  content: "\f79b";
}

.ph-arrow-fat-line-left-fill:before {
  content: "\f79c";
}

.ph-arrow-fat-line-right-fill:before {
  content: "\f79d";
}

.ph-arrow-fat-lines-down-fill:before {
  content: "\f79e";
}

.ph-arrow-fat-lines-left-fill:before {
  content: "\f79f";
}

.ph-arrow-fat-lines-right-fill:before {
  content: "\f7a0";
}

.ph-arrow-fat-lines-up-fill:before {
  content: "\f7a1";
}

.ph-arrow-fat-line-up-fill:before {
  content: "\f7a2";
}

.ph-arrow-fat-right-fill:before {
  content: "\f7a3";
}

.ph-arrow-fat-up-fill:before {
  content: "\f7a4";
}

.ph-arrow-left-fill:before {
  content: "\f7a5";
}

.ph-arrow-line-down-fill:before {
  content: "\f7a6";
}

.ph-arrow-line-down-left-fill:before {
  content: "\f7a7";
}

.ph-arrow-line-down-right-fill:before {
  content: "\f7a8";
}

.ph-arrow-line-left-fill:before {
  content: "\f7a9";
}

.ph-arrow-line-right-fill:before {
  content: "\f7aa";
}

.ph-arrow-line-up-fill:before {
  content: "\f7ab";
}

.ph-arrow-line-up-left-fill:before {
  content: "\f7ac";
}

.ph-arrow-line-up-right-fill:before {
  content: "\f7ad";
}

.ph-arrow-right-fill:before {
  content: "\f7ae";
}

.ph-arrows-clockwise-fill:before {
  content: "\f7af";
}

.ph-arrows-counter-clockwise-fill:before {
  content: "\f7b0";
}

.ph-arrows-down-up-fill:before {
  content: "\f7b1";
}

.ph-arrows-in-cardinal-fill:before {
  content: "\f7b2";
}

.ph-arrows-in-fill:before {
  content: "\f7b3";
}

.ph-arrows-in-line-horizontal-fill:before {
  content: "\f7b4";
}

.ph-arrows-in-line-vertical-fill:before {
  content: "\f7b5";
}

.ph-arrows-in-simple-fill:before {
  content: "\f7b6";
}

.ph-arrows-left-right-fill:before {
  content: "\f7b7";
}

.ph-arrows-out-cardinal-fill:before {
  content: "\f7b8";
}

.ph-arrows-out-fill:before {
  content: "\f7b9";
}

.ph-arrows-out-line-horizontal-fill:before {
  content: "\f7ba";
}

.ph-arrows-out-line-vertical-fill:before {
  content: "\f7bb";
}

.ph-arrows-out-simple-fill:before {
  content: "\f7bc";
}

.ph-arrow-square-down-fill:before {
  content: "\f7bd";
}

.ph-arrow-square-down-left-fill:before {
  content: "\f7be";
}

.ph-arrow-square-down-right-fill:before {
  content: "\f7bf";
}

.ph-arrow-square-in-fill:before {
  content: "\f7c0";
}

.ph-arrow-square-left-fill:before {
  content: "\f7c1";
}

.ph-arrow-square-out-fill:before {
  content: "\f7c2";
}

.ph-arrow-square-right-fill:before {
  content: "\f7c3";
}

.ph-arrow-square-up-fill:before {
  content: "\f7c4";
}

.ph-arrow-square-up-left-fill:before {
  content: "\f7c5";
}

.ph-arrow-square-up-right-fill:before {
  content: "\f7c6";
}

.ph-arrow-u-down-left-fill:before {
  content: "\f7c7";
}

.ph-arrow-u-down-right-fill:before {
  content: "\f7c8";
}

.ph-arrow-u-left-down-fill:before {
  content: "\f7c9";
}

.ph-arrow-u-left-up-fill:before {
  content: "\f7ca";
}

.ph-arrow-up-fill:before {
  content: "\f7cb";
}

.ph-arrow-up-left-fill:before {
  content: "\f7cc";
}

.ph-arrow-up-right-fill:before {
  content: "\f7cd";
}

.ph-arrow-u-right-down-fill:before {
  content: "\f7ce";
}

.ph-arrow-u-right-up-fill:before {
  content: "\f7cf";
}

.ph-arrow-u-up-left-fill:before {
  content: "\f7d0";
}

.ph-arrow-u-up-right-fill:before {
  content: "\f7d1";
}

.ph-article-fill:before {
  content: "\f7d2";
}

.ph-article-medium-fill:before {
  content: "\f7d3";
}

.ph-article-ny-times-fill:before {
  content: "\f7d4";
}

.ph-asterisk-fill:before {
  content: "\f7d5";
}

.ph-at-fill:before {
  content: "\f7d6";
}

.ph-atom-fill:before {
  content: "\f7d7";
}

.ph-baby-fill:before {
  content: "\f7d8";
}

.ph-backspace-fill:before {
  content: "\f7d9";
}

.ph-bag-fill:before {
  content: "\f7da";
}

.ph-bag-simple-fill:before {
  content: "\f7db";
}

.ph-bandaids-fill:before {
  content: "\f7dc";
}

.ph-bank-fill:before {
  content: "\f7dd";
}

.ph-barbell-fill:before {
  content: "\f7de";
}

.ph-barcode-fill:before {
  content: "\f7df";
}

.ph-baseball-fill:before {
  content: "\f7e0";
}

.ph-basketball-fill:before {
  content: "\f7e1";
}

.ph-battery-charging-fill:before {
  content: "\f7e2";
}

.ph-battery-charging-vertical-fill:before {
  content: "\f7e3";
}

.ph-battery-empty-fill:before {
  content: "\f7e4";
}

.ph-battery-full-fill:before {
  content: "\f7e5";
}

.ph-battery-high-fill:before {
  content: "\f7e6";
}

.ph-battery-low-fill:before {
  content: "\f7e7";
}

.ph-battery-medium-fill:before {
  content: "\f7e8";
}

.ph-battery-warning-fill:before {
  content: "\f7e9";
}

.ph-battery-warning-vertical-fill:before {
  content: "\f7ea";
}

.ph-bed-fill:before {
  content: "\f7eb";
}

.ph-bell-fill:before {
  content: "\f7ec";
}

.ph-bell-ringing-fill:before {
  content: "\f7ed";
}

.ph-bell-simple-fill:before {
  content: "\f7ee";
}

.ph-bell-simple-ringing-fill:before {
  content: "\f7ef";
}

.ph-bell-simple-slash-fill:before {
  content: "\f7f0";
}

.ph-bell-simple-z-fill:before {
  content: "\f7f1";
}

.ph-bell-slash-fill:before {
  content: "\f7f2";
}

.ph-bell-z-fill:before {
  content: "\f7f3";
}

.ph-bicycle-fill:before {
  content: "\f7f4";
}

.ph-bird-fill:before {
  content: "\f7f5";
}

.ph-bluetooth-connected-fill:before {
  content: "\f7f6";
}

.ph-bluetooth-fill:before {
  content: "\f7f7";
}

.ph-bluetooth-slash-fill:before {
  content: "\f7f8";
}

.ph-bluetooth-x-fill:before {
  content: "\f7f9";
}

.ph-boat-fill:before {
  content: "\f7fa";
}

.ph-book-bookmark-fill:before {
  content: "\f7fb";
}

.ph-book-fill:before {
  content: "\f7fc";
}

.ph-bookmark-fill:before {
  content: "\f7fd";
}

.ph-bookmarks-fill:before {
  content: "\f7fe";
}

.ph-bookmark-simple-fill:before {
  content: "\f7ff";
}

.ph-bookmarks-simple-fill:before {
  content: "\f800";
}

.ph-book-open-fill:before {
  content: "\f801";
}

.ph-books-fill:before {
  content: "\f802";
}

.ph-bounding-box-fill:before {
  content: "\f803";
}

.ph-brackets-angle-fill:before {
  content: "\f804";
}

.ph-brackets-curly-fill:before {
  content: "\f805";
}

.ph-brackets-round-fill:before {
  content: "\f806";
}

.ph-brackets-square-fill:before {
  content: "\f807";
}

.ph-brain-fill:before {
  content: "\f808";
}

.ph-brandy-fill:before {
  content: "\f809";
}

.ph-briefcase-fill:before {
  content: "\f80a";
}

.ph-briefcase-metal-fill:before {
  content: "\f80b";
}

.ph-broadcast-fill:before {
  content: "\f80c";
}

.ph-browser-fill:before {
  content: "\f80d";
}

.ph-browsers-fill:before {
  content: "\f80e";
}

.ph-bug-beetle-fill:before {
  content: "\f80f";
}

.ph-bug-droid-fill:before {
  content: "\f810";
}

.ph-bug-fill:before {
  content: "\f811";
}

.ph-buildings-fill:before {
  content: "\f812";
}

.ph-bus-fill:before {
  content: "\f813";
}

.ph-cake-fill:before {
  content: "\f814";
}

.ph-calculator-fill:before {
  content: "\f815";
}

.ph-calendar-blank-fill:before {
  content: "\f816";
}

.ph-calendar-check-fill:before {
  content: "\f817";
}

.ph-calendar-fill:before {
  content: "\f818";
}

.ph-calendar-plus-fill:before {
  content: "\f819";
}

.ph-calendar-x-fill:before {
  content: "\f81a";
}

.ph-camera-fill:before {
  content: "\f81b";
}

.ph-camera-slash-fill:before {
  content: "\f81c";
}

.ph-cardholder-fill:before {
  content: "\f81d";
}

.ph-cards-fill:before {
  content: "\f81e";
}

.ph-caret-circle-double-down-fill:before {
  content: "\f81f";
}

.ph-caret-circle-double-left-fill:before {
  content: "\f820";
}

.ph-caret-circle-double-right-fill:before {
  content: "\f821";
}

.ph-caret-circle-double-up-fill:before {
  content: "\f822";
}

.ph-caret-circle-down-fill:before {
  content: "\f823";
}

.ph-caret-circle-left-fill:before {
  content: "\f824";
}

.ph-caret-circle-right-fill:before {
  content: "\f825";
}

.ph-caret-circle-up-fill:before {
  content: "\f826";
}

.ph-caret-double-down-fill:before {
  content: "\f827";
}

.ph-caret-double-left-fill:before {
  content: "\f828";
}

.ph-caret-double-right-fill:before {
  content: "\f829";
}

.ph-caret-double-up-fill:before {
  content: "\f82a";
}

.ph-caret-down-fill:before {
  content: "\f82b";
}

.ph-caret-left-fill:before {
  content: "\f82c";
}

.ph-caret-right-fill:before {
  content: "\f82d";
}

.ph-caret-up-fill:before {
  content: "\f82e";
}

.ph-car-fill:before {
  content: "\f82f";
}

.ph-car-simple-fill:before {
  content: "\f830";
}

.ph-cat-fill:before {
  content: "\f831";
}

.ph-cell-signal-full-fill:before {
  content: "\f832";
}

.ph-cell-signal-high-fill:before {
  content: "\f833";
}

.ph-cell-signal-low-fill:before {
  content: "\f834";
}

.ph-cell-signal-medium-fill:before {
  content: "\f835";
}

.ph-cell-signal-none-fill:before {
  content: "\f836";
}

.ph-cell-signal-slash-fill:before {
  content: "\f837";
}

.ph-cell-signal-x-fill:before {
  content: "\f838";
}

.ph-chalkboard-fill:before {
  content: "\f839";
}

.ph-chalkboard-simple-fill:before {
  content: "\f83a";
}

.ph-chalkboard-teacher-fill:before {
  content: "\f83b";
}

.ph-chart-bar-fill:before {
  content: "\f83c";
}

.ph-chart-bar-horizontal-fill:before {
  content: "\f83d";
}

.ph-chart-line-fill:before {
  content: "\f83e";
}

.ph-chart-line-up-fill:before {
  content: "\f83f";
}

.ph-chart-pie-fill:before {
  content: "\f840";
}

.ph-chart-pie-slice-fill:before {
  content: "\f841";
}

.ph-chat-centered-dots-fill:before {
  content: "\f842";
}

.ph-chat-centered-fill:before {
  content: "\f843";
}

.ph-chat-centered-text-fill:before {
  content: "\f844";
}

.ph-chat-circle-dots-fill:before {
  content: "\f845";
}

.ph-chat-circle-fill:before {
  content: "\f846";
}

.ph-chat-circle-text-fill:before {
  content: "\f847";
}

.ph-chat-dots-fill:before {
  content: "\f848";
}

.ph-chat-fill:before {
  content: "\f849";
}

.ph-chats-circle-fill:before {
  content: "\f84a";
}

.ph-chats-fill:before {
  content: "\f84b";
}

.ph-chats-teardrop-fill:before {
  content: "\f84c";
}

.ph-chat-teardrop-dots-fill:before {
  content: "\f84d";
}

.ph-chat-teardrop-fill:before {
  content: "\f84e";
}

.ph-chat-teardrop-text-fill:before {
  content: "\f84f";
}

.ph-chat-text-fill:before {
  content: "\f850";
}

.ph-check-circle-fill:before {
  content: "\f851";
}

.ph-check-fill:before {
  content: "\f852";
}

.ph-checks-fill:before {
  content: "\f853";
}

.ph-check-square-fill:before {
  content: "\f854";
}

.ph-check-square-offset-fill:before {
  content: "\f855";
}

.ph-circle-dashed-fill:before {
  content: "\f856";
}

.ph-circle-fill:before {
  content: "\f857";
}

.ph-circle-half-fill:before {
  content: "\f858";
}

.ph-circle-half-tilt-fill:before {
  content: "\f859";
}

.ph-circles-four-fill:before {
  content: "\f85a";
}

.ph-circles-three-fill:before {
  content: "\f85b";
}

.ph-circles-three-plus-fill:before {
  content: "\f85c";
}

.ph-circle-wavy-check-fill:before {
  content: "\f85d";
}

.ph-circle-wavy-fill:before {
  content: "\f85e";
}

.ph-circle-wavy-question-fill:before {
  content: "\f85f";
}

.ph-circle-wavy-warning-fill:before {
  content: "\f860";
}

.ph-clipboard-fill:before {
  content: "\f861";
}

.ph-clipboard-text-fill:before {
  content: "\f862";
}

.ph-clock-afternoon-fill:before {
  content: "\f863";
}

.ph-clock-clockwise-fill:before {
  content: "\f864";
}

.ph-clock-counter-clockwise-fill:before {
  content: "\f865";
}

.ph-clock-fill:before {
  content: "\f866";
}

.ph-closed-captioning-fill:before {
  content: "\f867";
}

.ph-cloud-arrow-down-fill:before {
  content: "\f868";
}

.ph-cloud-arrow-up-fill:before {
  content: "\f869";
}

.ph-cloud-check-fill:before {
  content: "\f86a";
}

.ph-cloud-fill:before {
  content: "\f86b";
}

.ph-cloud-fog-fill:before {
  content: "\f86c";
}

.ph-cloud-lightning-fill:before {
  content: "\f86d";
}

.ph-cloud-moon-fill:before {
  content: "\f86e";
}

.ph-cloud-rain-fill:before {
  content: "\f86f";
}

.ph-cloud-slash-fill:before {
  content: "\f870";
}

.ph-cloud-snow-fill:before {
  content: "\f871";
}

.ph-cloud-sun-fill:before {
  content: "\f872";
}

.ph-club-fill:before {
  content: "\f873";
}

.ph-code-fill:before {
  content: "\f874";
}

.ph-code-simple-fill:before {
  content: "\f875";
}

.ph-coffee-fill:before {
  content: "\f876";
}

.ph-coin-fill:before {
  content: "\f877";
}

.ph-columns-fill:before {
  content: "\f878";
}

.ph-command-fill:before {
  content: "\f879";
}

.ph-compass-fill:before {
  content: "\f87a";
}

.ph-computer-tower-fill:before {
  content: "\f87b";
}

.ph-cookie-fill:before {
  content: "\f87c";
}

.ph-cooking-pot-fill:before {
  content: "\f87d";
}

.ph-copy-fill:before {
  content: "\f87e";
}

.ph-copyright-fill:before {
  content: "\f87f";
}

.ph-copy-simple-fill:before {
  content: "\f880";
}

.ph-corners-in-fill:before {
  content: "\f881";
}

.ph-corners-out-fill:before {
  content: "\f882";
}

.ph-cpu-fill:before {
  content: "\f883";
}

.ph-credit-card-fill:before {
  content: "\f884";
}

.ph-crop-fill:before {
  content: "\f885";
}

.ph-crosshair-fill:before {
  content: "\f886";
}

.ph-crosshair-simple-fill:before {
  content: "\f887";
}

.ph-crown-fill:before {
  content: "\f888";
}

.ph-crown-simple-fill:before {
  content: "\f889";
}

.ph-cube-fill:before {
  content: "\f88a";
}

.ph-currency-btc-fill:before {
  content: "\f88b";
}

.ph-currency-circle-dollar-fill:before {
  content: "\f88c";
}

.ph-currency-cny-fill:before {
  content: "\f88d";
}

.ph-currency-dollar-fill:before {
  content: "\f88e";
}

.ph-currency-dollar-simple-fill:before {
  content: "\f88f";
}

.ph-currency-eur-fill:before {
  content: "\f890";
}

.ph-currency-gbp-fill:before {
  content: "\f891";
}

.ph-currency-inr-fill:before {
  content: "\f892";
}

.ph-currency-jpy-fill:before {
  content: "\f893";
}

.ph-currency-krw-fill:before {
  content: "\f894";
}

.ph-currency-rub-fill:before {
  content: "\f895";
}

.ph-cursor-fill:before {
  content: "\f896";
}

.ph-database-fill:before {
  content: "\f897";
}

.ph-desktop-fill:before {
  content: "\f898";
}

.ph-desktop-tower-fill:before {
  content: "\f899";
}

.ph-device-mobile-camera-fill:before {
  content: "\f89a";
}

.ph-device-mobile-fill:before {
  content: "\f89b";
}

.ph-device-mobile-speaker-fill:before {
  content: "\f89c";
}

.ph-device-tablet-camera-fill:before {
  content: "\f89d";
}

.ph-device-tablet-fill:before {
  content: "\f89e";
}

.ph-device-tablet-speaker-fill:before {
  content: "\f89f";
}

.ph-diamond-fill:before {
  content: "\f8a0";
}

.ph-dice-five-fill:before {
  content: "\f8a1";
}

.ph-dice-four-fill:before {
  content: "\f8a2";
}

.ph-dice-one-fill:before {
  content: "\f8a3";
}

.ph-dice-six-fill:before {
  content: "\f8a4";
}

.ph-dice-three-fill:before {
  content: "\f8a5";
}

.ph-dice-two-fill:before {
  content: "\f8a6";
}

.ph-disc-fill:before {
  content: "\f8a7";
}

.ph-discord-logo-fill:before {
  content: "\f8a8";
}

.ph-divide-fill:before {
  content: "\f8a9";
}

.ph-dog-fill:before {
  content: "\f8aa";
}

.ph-door-fill:before {
  content: "\f8ab";
}

.ph-dots-nine-fill:before {
  content: "\f8ac";
}

.ph-dots-six-fill:before {
  content: "\f8ad";
}

.ph-dots-six-vertical-fill:before {
  content: "\f8ae";
}

.ph-dots-three-circle-fill:before {
  content: "\f8af";
}

.ph-dots-three-circle-vertical-fill:before {
  content: "\f8b0";
}

.ph-dots-three-fill:before {
  content: "\f8b1";
}

.ph-dots-three-outline-fill:before {
  content: "\f8b2";
}

.ph-dots-three-outline-vertical-fill:before {
  content: "\f8b3";
}

.ph-dots-three-vertical-fill:before {
  content: "\f8b4";
}

.ph-download-fill:before {
  content: "\f8b5";
}

.ph-download-simple-fill:before {
  content: "\f8b6";
}

.ph-dribbble-logo-fill:before {
  content: "\f8b7";
}

.ph-drop-fill:before {
  content: "\f8b8";
}

.ph-drop-half-fill:before {
  content: "\f8b9";
}

.ph-ear-fill:before {
  content: "\f8ba";
}

.ph-ear-slash-fill:before {
  content: "\f8bb";
}

.ph-eject-fill:before {
  content: "\f8bc";
}

.ph-eject-simple-fill:before {
  content: "\f8bd";
}

.ph-envelope-fill:before {
  content: "\f8be";
}

.ph-envelope-open-fill:before {
  content: "\f8bf";
}

.ph-envelope-simple-fill:before {
  content: "\f8c0";
}

.ph-envelope-simple-open-fill:before {
  content: "\f8c1";
}

.ph-equals-fill:before {
  content: "\f8c2";
}

.ph-eraser-fill:before {
  content: "\f8c3";
}

.ph-export-fill:before {
  content: "\f8c4";
}

.ph-eye-closed-fill:before {
  content: "\f8c5";
}

.ph-eyedropper-fill:before {
  content: "\f8c6";
}

.ph-eye-fill:before {
  content: "\f8c7";
}

.ph-eye-slash-fill:before {
  content: "\f8c8";
}

.ph-facebook-logo-fill:before {
  content: "\f8c9";
}

.ph-face-mask-fill:before {
  content: "\f8ca";
}

.ph-factory-fill:before {
  content: "\f8cb";
}

.ph-faders-fill:before {
  content: "\f8cc";
}

.ph-faders-horizontal-fill:before {
  content: "\f8cd";
}

.ph-fast-forward-circle-fill:before {
  content: "\f8ce";
}

.ph-fast-forward-fill:before {
  content: "\f8cf";
}

.ph-figma-logo-fill:before {
  content: "\f8d0";
}

.ph-file-arrow-down-fill:before {
  content: "\f8d1";
}

.ph-file-arrow-up-fill:before {
  content: "\f8d2";
}

.ph-file-dotted-fill:before {
  content: "\f8d3";
}

.ph-file-fill:before {
  content: "\f8d4";
}

.ph-file-minus-fill:before {
  content: "\f8d5";
}

.ph-file-pdf-fill:before {
  content: "\f8d6";
}

.ph-file-plus-fill:before {
  content: "\f8d7";
}

.ph-file-search-fill:before {
  content: "\f8d8";
}

.ph-files-fill:before {
  content: "\f8d9";
}

.ph-file-text-fill:before {
  content: "\f8da";
}

.ph-file-x-fill:before {
  content: "\f8db";
}

.ph-film-strip-fill:before {
  content: "\f8dc";
}

.ph-fingerprint-fill:before {
  content: "\f8dd";
}

.ph-fingerprint-simple-fill:before {
  content: "\f8de";
}

.ph-finn-the-human-fill:before {
  content: "\f8df";
}

.ph-fire-fill:before {
  content: "\f8e0";
}

.ph-fire-simple-fill:before {
  content: "\f8e1";
}

.ph-first-aid-fill:before {
  content: "\f8e2";
}

.ph-first-aid-kit-fill:before {
  content: "\f8e3";
}

.ph-fish-fill:before {
  content: "\f8e4";
}

.ph-fish-simple-fill:before {
  content: "\f8e5";
}

.ph-flag-banner-fill:before {
  content: "\f8e6";
}

.ph-flag-fill:before {
  content: "\f8e7";
}

.ph-flame-fill:before {
  content: "\f8e8";
}

.ph-flashlight-fill:before {
  content: "\f8e9";
}

.ph-flask-fill:before {
  content: "\f8ea";
}

.ph-floppy-disk-back-fill:before {
  content: "\f8eb";
}

.ph-floppy-disk-fill:before {
  content: "\f8ec";
}

.ph-flow-arrow-fill:before {
  content: "\f8ed";
}

.ph-flower-fill:before {
  content: "\f8ee";
}

.ph-flower-lotus-fill:before {
  content: "\f8ef";
}

.ph-folder-fill:before {
  content: "\f8f0";
}

.ph-folder-minus-fill:before {
  content: "\f8f1";
}

.ph-folder-notch-fill:before {
  content: "\f8f2";
}

.ph-folder-notch-minus-fill:before {
  content: "\f8f3";
}

.ph-folder-notch-open-fill:before {
  content: "\f8f4";
}

.ph-folder-notch-plus-fill:before {
  content: "\f8f5";
}

.ph-folder-open-fill:before {
  content: "\f8f6";
}

.ph-folder-plus-fill:before {
  content: "\f8f7";
}

.ph-folders-fill:before {
  content: "\f8f8";
}

.ph-folder-simple-fill:before {
  content: "\f8f9";
}

.ph-folder-simple-minus-fill:before {
  content: "\f8fa";
}

.ph-folder-simple-plus-fill:before {
  content: "\f8fb";
}

.ph-football-fill:before {
  content: "\f8fc";
}

.ph-fork-knife-fill:before {
  content: "\f8fd";
}

.ph-frame-corners-fill:before {
  content: "\f8fe";
}

.ph-framer-logo-fill:before {
  content: "\f8ff";
}

.ph-funnel-fill:before {
  content: "豈";
}

.ph-funnel-simple-fill:before {
  content: "更";
}

.ph-game-controller-fill:before {
  content: "車";
}

.ph-gas-pump-fill:before {
  content: "賈";
}

.ph-gauge-fill:before {
  content: "滑";
}

.ph-gear-fill:before {
  content: "串";
}

.ph-gear-six-fill:before {
  content: "句";
}

.ph-gender-female-fill:before {
  content: "龜";
}

.ph-gender-intersex-fill:before {
  content: "龜";
}

.ph-gender-male-fill:before {
  content: "契";
}

.ph-gender-neuter-fill:before {
  content: "金";
}

.ph-gender-nonbinary-fill:before {
  content: "喇";
}

.ph-gender-transgender-fill:before {
  content: "奈";
}

.ph-ghost-fill:before {
  content: "懶";
}

.ph-gif-fill:before {
  content: "癩";
}

.ph-gift-fill:before {
  content: "羅";
}

.ph-git-branch-fill:before {
  content: "蘿";
}

.ph-git-commit-fill:before {
  content: "螺";
}

.ph-git-diff-fill:before {
  content: "裸";
}

.ph-git-fork-fill:before {
  content: "邏";
}

.ph-github-logo-fill:before {
  content: "樂";
}

.ph-gitlab-logo-fill:before {
  content: "洛";
}

.ph-gitlab-logo-simple-fill:before {
  content: "烙";
}

.ph-git-merge-fill:before {
  content: "珞";
}

.ph-git-pull-request-fill:before {
  content: "落";
}

.ph-globe-fill:before {
  content: "酪";
}

.ph-globe-hemisphere-east-fill:before {
  content: "駱";
}

.ph-globe-hemisphere-west-fill:before {
  content: "亂";
}

.ph-globe-simple-fill:before {
  content: "卵";
}

.ph-globe-stand-fill:before {
  content: "欄";
}

.ph-google-logo-fill:before {
  content: "爛";
}

.ph-google-play-logo-fill:before {
  content: "蘭";
}

.ph-graduation-cap-fill:before {
  content: "鸞";
}

.ph-grid-four-fill:before {
  content: "嵐";
}

.ph-handbag-fill:before {
  content: "濫";
}

.ph-handbag-simple-fill:before {
  content: "藍";
}

.ph-hand-fill:before {
  content: "襤";
}

.ph-hand-fist-fill:before {
  content: "拉";
}

.ph-hand-grabbing-fill:before {
  content: "臘";
}

.ph-hand-palm-fill:before {
  content: "蠟";
}

.ph-hand-pointing-fill:before {
  content: "廊";
}

.ph-hands-clapping-fill:before {
  content: "朗";
}

.ph-handshake-fill:before {
  content: "浪";
}

.ph-hand-soap-fill:before {
  content: "狼";
}

.ph-hand-waving-fill:before {
  content: "郎";
}

.ph-hard-drive-fill:before {
  content: "來";
}

.ph-hard-drives-fill:before {
  content: "冷";
}

.ph-hash-fill:before {
  content: "勞";
}

.ph-hash-straight-fill:before {
  content: "擄";
}

.ph-headlights-fill:before {
  content: "櫓";
}

.ph-headphones-fill:before {
  content: "爐";
}

.ph-headset-fill:before {
  content: "盧";
}

.ph-heartbeat-fill:before {
  content: "老";
}

.ph-heart-fill:before {
  content: "蘆";
}

.ph-heart-straight-fill:before {
  content: "虜";
}

.ph-hexagon-fill:before {
  content: "路";
}

.ph-highlighter-circle-fill:before {
  content: "露";
}

.ph-horse-fill:before {
  content: "魯";
}

.ph-hourglass-fill:before {
  content: "鷺";
}

.ph-hourglass-high-fill:before {
  content: "碌";
}

.ph-hourglass-low-fill:before {
  content: "祿";
}

.ph-hourglass-medium-fill:before {
  content: "綠";
}

.ph-hourglass-simple-fill:before {
  content: "菉";
}

.ph-hourglass-simple-high-fill:before {
  content: "錄";
}

.ph-hourglass-simple-low-fill:before {
  content: "鹿";
}

.ph-hourglass-simple-medium-fill:before {
  content: "論";
}

.ph-house-fill:before {
  content: "壟";
}

.ph-house-line-fill:before {
  content: "弄";
}

.ph-house-simple-fill:before {
  content: "籠";
}

.ph-identification-badge-fill:before {
  content: "聾";
}

.ph-identification-card-fill:before {
  content: "牢";
}

.ph-image-fill:before {
  content: "磊";
}

.ph-image-square-fill:before {
  content: "賂";
}

.ph-infinity-fill:before {
  content: "雷";
}

.ph-info-fill:before {
  content: "壘";
}

.ph-instagram-logo-fill:before {
  content: "屢";
}

.ph-intersect-fill:before {
  content: "樓";
}

.ph-jeep-fill:before {
  content: "淚";
}

.ph-keyboard-fill:before {
  content: "漏";
}

.ph-key-fill:before {
  content: "累";
}

.ph-key-return-fill:before {
  content: "縷";
}

.ph-knife-fill:before {
  content: "陋";
}

.ph-lamp-fill:before {
  content: "勒";
}

.ph-laptop-fill:before {
  content: "肋";
}

.ph-layout-fill:before {
  content: "凜";
}

.ph-leaf-fill:before {
  content: "凌";
}

.ph-lifebuoy-fill:before {
  content: "稜";
}

.ph-lightbulb-filament-fill:before {
  content: "綾";
}

.ph-lightbulb-fill:before {
  content: "菱";
}

.ph-lightning-fill:before {
  content: "陵";
}

.ph-lightning-slash-fill:before {
  content: "讀";
}

.ph-line-segment-fill:before {
  content: "拏";
}

.ph-line-segments-fill:before {
  content: "樂";
}

.ph-link-break-fill:before {
  content: "諾";
}

.ph-linkedin-logo-fill:before {
  content: "丹";
}

.ph-link-fill:before {
  content: "寧";
}

.ph-link-simple-break-fill:before {
  content: "怒";
}

.ph-link-simple-fill:before {
  content: "率";
}

.ph-link-simple-horizontal-break-fill:before {
  content: "異";
}

.ph-link-simple-horizontal-fill:before {
  content: "北";
}

.ph-list-bullets-fill:before {
  content: "磻";
}

.ph-list-dashes-fill:before {
  content: "便";
}

.ph-list-fill:before {
  content: "復";
}

.ph-list-numbers-fill:before {
  content: "不";
}

.ph-list-plus-fill:before {
  content: "泌";
}

.ph-lock-fill:before {
  content: "數";
}

.ph-lock-key-fill:before {
  content: "索";
}

.ph-lock-key-open-fill:before {
  content: "參";
}

.ph-lock-laminated-fill:before {
  content: "塞";
}

.ph-lock-laminated-open-fill:before {
  content: "省";
}

.ph-lock-open-fill:before {
  content: "葉";
}

.ph-lock-simple-fill:before {
  content: "說";
}

.ph-lock-simple-open-fill:before {
  content: "殺";
}

.ph-magic-wand-fill:before {
  content: "辰";
}

.ph-magnet-fill:before {
  content: "沈";
}

.ph-magnet-straight-fill:before {
  content: "拾";
}

.ph-magnifying-glass-fill:before {
  content: "若";
}

.ph-magnifying-glass-minus-fill:before {
  content: "掠";
}

.ph-magnifying-glass-plus-fill:before {
  content: "略";
}

.ph-map-pin-fill:before {
  content: "亮";
}

.ph-map-pin-line-fill:before {
  content: "兩";
}

.ph-map-trifold-fill:before {
  content: "凉";
}

.ph-marker-circle-fill:before {
  content: "梁";
}

.ph-martini-fill:before {
  content: "糧";
}

.ph-math-operations-fill:before {
  content: "良";
}

.ph-medal-fill:before {
  content: "諒";
}

.ph-medium-logo-fill:before {
  content: "量";
}

.ph-megaphone-fill:before {
  content: "勵";
}

.ph-megaphone-simple-fill:before {
  content: "呂";
}

.ph-messenger-logo-fill:before {
  content: "女";
}

.ph-microphone-fill:before {
  content: "廬";
}

.ph-microphone-slash-fill:before {
  content: "旅";
}

.ph-minus-circle-fill:before {
  content: "濾";
}

.ph-minus-fill:before {
  content: "礪";
}

.ph-money-fill:before {
  content: "閭";
}

.ph-monitor-fill:before {
  content: "驪";
}

.ph-monitor-play-fill:before {
  content: "麗";
}

.ph-moon-fill:before {
  content: "黎";
}

.ph-moon-stars-fill:before {
  content: "力";
}

.ph-mouse-fill:before {
  content: "曆";
}

.ph-mouse-simple-fill:before {
  content: "歷";
}

.ph-music-note-fill:before {
  content: "轢";
}

.ph-music-notes-fill:before {
  content: "年";
}

.ph-music-note-simple-fill:before {
  content: "憐";
}

.ph-music-notes-simple-fill:before {
  content: "戀";
}

.ph-navigation-arrow-fill:before {
  content: "撚";
}

.ph-newspaper-clipping-fill:before {
  content: "漣";
}

.ph-newspaper-fill:before {
  content: "煉";
}

.ph-note-blank-fill:before {
  content: "璉";
}

.ph-notebook-fill:before {
  content: "秊";
}

.ph-note-fill:before {
  content: "練";
}

.ph-notepad-fill:before {
  content: "聯";
}

.ph-note-pencil-fill:before {
  content: "輦";
}

.ph-notification-fill:before {
  content: "蓮";
}

.ph-number-circle-eight-fill:before {
  content: "連";
}

.ph-number-circle-five-fill:before {
  content: "鍊";
}

.ph-number-circle-four-fill:before {
  content: "列";
}

.ph-number-circle-nine-fill:before {
  content: "劣";
}

.ph-number-circle-one-fill:before {
  content: "咽";
}

.ph-number-circle-seven-fill:before {
  content: "烈";
}

.ph-number-circle-six-fill:before {
  content: "裂";
}

.ph-number-circle-three-fill:before {
  content: "說";
}

.ph-number-circle-two-fill:before {
  content: "廉";
}

.ph-number-circle-zero-fill:before {
  content: "念";
}

.ph-number-eight-fill:before {
  content: "捻";
}

.ph-number-five-fill:before {
  content: "殮";
}

.ph-number-four-fill:before {
  content: "簾";
}

.ph-number-nine-fill:before {
  content: "獵";
}

.ph-number-one-fill:before {
  content: "令";
}

.ph-number-seven-fill:before {
  content: "囹";
}

.ph-number-six-fill:before {
  content: "寧";
}

.ph-number-square-eight-fill:before {
  content: "嶺";
}

.ph-number-square-five-fill:before {
  content: "怜";
}

.ph-number-square-four-fill:before {
  content: "玲";
}

.ph-number-square-nine-fill:before {
  content: "瑩";
}

.ph-number-square-one-fill:before {
  content: "羚";
}

.ph-number-square-seven-fill:before {
  content: "聆";
}

.ph-number-square-six-fill:before {
  content: "鈴";
}

.ph-number-square-three-fill:before {
  content: "零";
}

.ph-number-square-two-fill:before {
  content: "靈";
}

.ph-number-square-zero-fill:before {
  content: "領";
}

.ph-number-three-fill:before {
  content: "例";
}

.ph-number-two-fill:before {
  content: "禮";
}

.ph-number-zero-fill:before {
  content: "醴";
}

.ph-nut-fill:before {
  content: "隸";
}

.ph-ny-times-logo-fill:before {
  content: "惡";
}

.ph-octagon-fill:before {
  content: "了";
}

.ph-package-fill:before {
  content: "僚";
}

.ph-paint-brush-broad-fill:before {
  content: "寮";
}

.ph-paint-brush-fill:before {
  content: "尿";
}

.ph-paint-brush-household-fill:before {
  content: "料";
}

.ph-paint-bucket-fill:before {
  content: "樂";
}

.ph-paint-roller-fill:before {
  content: "燎";
}

.ph-palette-fill:before {
  content: "療";
}

.ph-paperclip-fill:before {
  content: "蓼";
}

.ph-paperclip-horizontal-fill:before {
  content: "遼";
}

.ph-paper-plane-fill:before {
  content: "龍";
}

.ph-paper-plane-right-fill:before {
  content: "暈";
}

.ph-paper-plane-tilt-fill:before {
  content: "阮";
}

.ph-path-fill:before {
  content: "劉";
}

.ph-pause-circle-fill:before {
  content: "杻";
}

.ph-pause-fill:before {
  content: "柳";
}

.ph-paw-print-fill:before {
  content: "流";
}

.ph-peace-fill:before {
  content: "溜";
}

.ph-pencil-circle-fill:before {
  content: "琉";
}

.ph-pencil-fill:before {
  content: "留";
}

.ph-pencil-line-fill:before {
  content: "硫";
}

.ph-pencil-simple-fill:before {
  content: "紐";
}

.ph-pen-fill:before {
  content: "類";
}

.ph-pen-nib-fill:before {
  content: "六";
}

.ph-pen-nib-straight-fill:before {
  content: "戮";
}

.ph-percent-fill:before {
  content: "陸";
}

.ph-person-fill:before {
  content: "倫";
}

.ph-person-simple-fill:before {
  content: "崙";
}

.ph-person-simple-run-fill:before {
  content: "淪";
}

.ph-person-simple-walk-fill:before {
  content: "輪";
}

.ph-phone-call-fill:before {
  content: "律";
}

.ph-phone-disconnect-fill:before {
  content: "慄";
}

.ph-phone-fill:before {
  content: "栗";
}

.ph-phone-incoming-fill:before {
  content: "率";
}

.ph-phone-outgoing-fill:before {
  content: "隆";
}

.ph-phone-slash-fill:before {
  content: "利";
}

.ph-phone-x-fill:before {
  content: "吏";
}

.ph-phosphor-logo-fill:before {
  content: "履";
}

.ph-picture-in-picture-fill:before {
  content: "易";
}

.ph-pill-fill:before {
  content: "李";
}

.ph-pinterest-logo-fill:before {
  content: "梨";
}

.ph-pizza-fill:before {
  content: "泥";
}

.ph-placeholder-fill:before {
  content: "理";
}

.ph-planet-fill:before {
  content: "痢";
}

.ph-play-circle-fill:before {
  content: "罹";
}

.ph-play-fill:before {
  content: "裏";
}

.ph-playlist-fill:before {
  content: "裡";
}

.ph-plus-circle-fill:before {
  content: "里";
}

.ph-plus-fill:before {
  content: "離";
}

.ph-plus-minus-fill:before {
  content: "匿";
}

.ph-poker-chip-fill:before {
  content: "溺";
}

.ph-polygon-fill:before {
  content: "吝";
}

.ph-power-fill:before {
  content: "燐";
}

.ph-prescription-fill:before {
  content: "璘";
}

.ph-presentation-chart-fill:before {
  content: "藺";
}

.ph-presentation-fill:before {
  content: "隣";
}

.ph-printer-fill:before {
  content: "鱗";
}

.ph-prohibit-fill:before {
  content: "麟";
}

.ph-prohibit-inset-fill:before {
  content: "林";
}

.ph-projector-screen-chart-fill:before {
  content: "淋";
}

.ph-projector-screen-fill:before {
  content: "臨";
}

.ph-push-pin-fill:before {
  content: "立";
}

.ph-push-pin-simple-fill:before {
  content: "笠";
}

.ph-push-pin-simple-slash-fill:before {
  content: "粒";
}

.ph-push-pin-slash-fill:before {
  content: "狀";
}

.ph-puzzle-piece-fill:before {
  content: "炙";
}

.ph-qr-code-fill:before {
  content: "識";
}

.ph-question-fill:before {
  content: "什";
}

.ph-queue-fill:before {
  content: "茶";
}

.ph-quotes-fill:before {
  content: "刺";
}

.ph-radical-fill:before {
  content: "切";
}

.ph-radio-fill:before {
  content: "度";
}

.ph-rainbow-cloud-fill:before {
  content: "拓";
}

.ph-rainbow-fill:before {
  content: "糖";
}

.ph-receipt-fill:before {
  content: "宅";
}

.ph-record-fill:before {
  content: "洞";
}

.ph-rectangle-fill:before {
  content: "暴";
}

.ph-recycle-fill:before {
  content: "輻";
}

.ph-reddit-logo-fill:before {
  content: "行";
}

.ph-repeat-fill:before {
  content: "降";
}

.ph-repeat-once-fill:before {
  content: "見";
}

.ph-rewind-circle-fill:before {
  content: "廓";
}

.ph-rewind-fill:before {
  content: "兀";
}

.ph-robot-fill:before {
  content: "嗀";
}

.ph-rocket-fill:before {
  content: "﨎";
}

.ph-rocket-launch-fill:before {
  content: "﨏";
}

.ph-rows-fill:before {
  content: "塚";
}

.ph-rss-fill:before {
  content: "﨑";
}

.ph-rss-simple-fill:before {
  content: "晴";
}

.ph-ruler-fill:before {
  content: "﨓";
}

.ph-scales-fill:before {
  content: "﨔";
}

.ph-scissors-fill:before {
  content: "凞";
}

.ph-screencast-fill:before {
  content: "猪";
}

.ph-scribble-loop-fill:before {
  content: "益";
}

.ph-selection-all-fill:before {
  content: "礼";
}

.ph-selection-background-fill:before {
  content: "神";
}

.ph-selection-fill:before {
  content: "祥";
}

.ph-selection-foreground-fill:before {
  content: "福";
}

.ph-selection-inverse-fill:before {
  content: "靖";
}

.ph-selection-plus-fill:before {
  content: "精";
}

.ph-selection-slash-fill:before {
  content: "羽";
}

.ph-share-fill:before {
  content: "﨟";
}

.ph-share-network-fill:before {
  content: "蘒";
}

.ph-shield-checkered-fill:before {
  content: "﨡";
}

.ph-shield-check-fill:before {
  content: "諸";
}

.ph-shield-chevron-fill:before {
  content: "﨣";
}

.ph-shield-fill:before {
  content: "﨤";
}

.ph-shield-plus-fill:before {
  content: "逸";
}

.ph-shield-slash-fill:before {
  content: "都";
}

.ph-shield-warning-fill:before {
  content: "﨧";
}

.ph-shopping-bag-fill:before {
  content: "﨨";
}

.ph-shopping-bag-open-fill:before {
  content: "﨩";
}

.ph-shopping-cart-fill:before {
  content: "飯";
}

.ph-shopping-cart-simple-fill:before {
  content: "飼";
}

.ph-shower-fill:before {
  content: "館";
}

.ph-shuffle-angular-fill:before {
  content: "鶴";
}

.ph-shuffle-fill:before {
  content: "郞";
}

.ph-shuffle-simple-fill:before {
  content: "隷";
}

.ph-sign-in-fill:before {
  content: "侮";
}

.ph-sign-out-fill:before {
  content: "僧";
}

.ph-sim-card-fill:before {
  content: "免";
}

.ph-sketch-logo-fill:before {
  content: "勉";
}

.ph-skip-back-circle-fill:before {
  content: "勤";
}

.ph-skip-back-fill:before {
  content: "卑";
}

.ph-skip-forward-circle-fill:before {
  content: "喝";
}

.ph-skip-forward-fill:before {
  content: "嘆";
}

.ph-slack-logo-fill:before {
  content: "器";
}

.ph-sliders-fill:before {
  content: "塀";
}

.ph-sliders-horizontal-fill:before {
  content: "墨";
}

.ph-smiley-blank-fill:before {
  content: "層";
}

.ph-smiley-fill:before {
  content: "屮";
}

.ph-smiley-meh-fill:before {
  content: "悔";
}

.ph-smiley-nervous-fill:before {
  content: "慨";
}

.ph-smiley-sad-fill:before {
  content: "憎";
}

.ph-smiley-sticker-fill:before {
  content: "懲";
}

.ph-smiley-wink-fill:before {
  content: "敏";
}

.ph-smiley-x-eyes-fill:before {
  content: "既";
}

.ph-snapchat-logo-fill:before {
  content: "暑";
}

.ph-snowflake-fill:before {
  content: "梅";
}

.ph-soccer-ball-fill:before {
  content: "海";
}

.ph-sort-ascending-fill:before {
  content: "渚";
}

.ph-sort-descending-fill:before {
  content: "漢";
}

.ph-spade-fill:before {
  content: "煮";
}

.ph-sparkle-fill:before {
  content: "爫";
}

.ph-speaker-high-fill:before {
  content: "琢";
}

.ph-speaker-low-fill:before {
  content: "碑";
}

.ph-speaker-none-fill:before {
  content: "社";
}

.ph-speaker-simple-high-fill:before {
  content: "祉";
}

.ph-speaker-simple-low-fill:before {
  content: "祈";
}

.ph-speaker-simple-none-fill:before {
  content: "祐";
}

.ph-speaker-simple-slash-fill:before {
  content: "祖";
}

.ph-speaker-simple-x-fill:before {
  content: "祝";
}

.ph-speaker-slash-fill:before {
  content: "禍";
}

.ph-speaker-x-fill:before {
  content: "禎";
}

.ph-spinner-fill:before {
  content: "穀";
}

.ph-spinner-gap-fill:before {
  content: "突";
}

.ph-spotify-logo-fill:before {
  content: "節";
}

.ph-square-fill:before {
  content: "練";
}

.ph-square-half-fill:before {
  content: "縉";
}

.ph-square-logo-fill:before {
  content: "繁";
}

.ph-squares-four-fill:before {
  content: "署";
}

.ph-stack-fill:before {
  content: "者";
}

.ph-stack-simple-fill:before {
  content: "臭";
}

.ph-star-fill:before {
  content: "艹";
}

.ph-star-four-fill:before {
  content: "艹";
}

.ph-star-half-fill:before {
  content: "著";
}

.ph-sticker-fill:before {
  content: "褐";
}

.ph-stop-circle-fill:before {
  content: "視";
}

.ph-stop-fill:before {
  content: "謁";
}

.ph-storefront-fill:before {
  content: "謹";
}

.ph-stripe-logo-fill:before {
  content: "賓";
}

.ph-student-fill:before {
  content: "贈";
}

.ph-suitcase-fill:before {
  content: "辶";
}

.ph-suitcase-simple-fill:before {
  content: "逸";
}

.ph-sun-dim-fill:before {
  content: "難";
}

.ph-sun-fill:before {
  content: "響";
}

.ph-sun-horizon-fill:before {
  content: "頻";
}

.ph-swap-fill:before {
  content: "恵";
}

.ph-swatches-fill:before {
  content: "𤋮";
}

.ph-sword-fill:before {
  content: "舘";
}

.ph-table-fill:before {
  content: "﩮";
}

.ph-tag-chevron-fill:before {
  content: "﩯";
}

.ph-tag-fill:before {
  content: "並";
}

.ph-tag-simple-fill:before {
  content: "况";
}

.ph-target-fill:before {
  content: "全";
}

.ph-telegram-logo-fill:before {
  content: "侀";
}

.ph-television-fill:before {
  content: "充";
}

.ph-television-simple-fill:before {
  content: "冀";
}

.ph-tennis-ball-fill:before {
  content: "勇";
}

.ph-terminal-fill:before {
  content: "勺";
}

.ph-terminal-window-fill:before {
  content: "喝";
}

.ph-test-tube-fill:before {
  content: "啕";
}

.ph-text-aa-fill:before {
  content: "喙";
}

.ph-text-align-center-fill:before {
  content: "嗢";
}

.ph-text-align-justify-fill:before {
  content: "塚";
}

.ph-text-align-left-fill:before {
  content: "墳";
}

.ph-text-align-right-fill:before {
  content: "奄";
}

.ph-text-bolder-fill:before {
  content: "奔";
}

.ph-text-h-fill:before {
  content: "婢";
}

.ph-text-h-five-fill:before {
  content: "嬨";
}

.ph-text-h-four-fill:before {
  content: "廒";
}

.ph-text-h-one-fill:before {
  content: "廙";
}

.ph-text-h-six-fill:before {
  content: "彩";
}

.ph-text-h-three-fill:before {
  content: "徭";
}

.ph-text-h-two-fill:before {
  content: "惘";
}

.ph-text-italic-fill:before {
  content: "慎";
}

.ph-text-strikethrough-fill:before {
  content: "愈";
}

.ph-text-t-fill:before {
  content: "憎";
}

.ph-text-underline-fill:before {
  content: "慠";
}

.ph-thermometer-cold-fill:before {
  content: "懲";
}

.ph-thermometer-fill:before {
  content: "戴";
}

.ph-thermometer-hot-fill:before {
  content: "揄";
}

.ph-thermometer-simple-fill:before {
  content: "搜";
}

.ph-thumbs-down-fill:before {
  content: "摒";
}

.ph-thumbs-up-fill:before {
  content: "敖";
}

.ph-ticket-fill:before {
  content: "晴";
}

.ph-tiktok-logo-fill:before {
  content: "朗";
}

.ph-timer-fill:before {
  content: "望";
}

.ph-toggle-left-fill:before {
  content: "杖";
}

.ph-toggle-right-fill:before {
  content: "歹";
}

.ph-toilet-paper-fill:before {
  content: "殺";
}

.ph-tote-fill:before {
  content: "流";
}

.ph-tote-simple-fill:before {
  content: "滛";
}

.ph-traffic-sign-fill:before {
  content: "滋";
}

.ph-train-fill:before {
  content: "漢";
}

.ph-train-regional-fill:before {
  content: "瀞";
}

.ph-train-simple-fill:before {
  content: "煮";
}

.ph-translate-fill:before {
  content: "瞧";
}

.ph-trash-fill:before {
  content: "爵";
}

.ph-trash-simple-fill:before {
  content: "犯";
}

.ph-tray-fill:before {
  content: "猪";
}

.ph-tree-evergreen-fill:before {
  content: "瑱";
}

.ph-tree-fill:before {
  content: "甆";
}

.ph-tree-structure-fill:before {
  content: "画";
}

.ph-trend-down-fill:before {
  content: "瘝";
}

.ph-trend-up-fill:before {
  content: "瘟";
}

.ph-triangle-fill:before {
  content: "益";
}

.ph-trophy-fill:before {
  content: "盛";
}

.ph-truck-fill:before {
  content: "直";
}

.ph-t-shirt-fill:before {
  content: "睊";
}

.ph-twitch-logo-fill:before {
  content: "着";
}

.ph-twitter-logo-fill:before {
  content: "磌";
}

.ph-umbrella-fill:before {
  content: "窱";
}

.ph-umbrella-simple-fill:before {
  content: "節";
}

.ph-upload-fill:before {
  content: "类";
}

.ph-upload-simple-fill:before {
  content: "絛";
}

.ph-user-circle-fill:before {
  content: "練";
}

.ph-user-circle-gear-fill:before {
  content: "缾";
}

.ph-user-circle-minus-fill:before {
  content: "者";
}

.ph-user-circle-plus-fill:before {
  content: "荒";
}

.ph-user-fill:before {
  content: "華";
}

.ph-user-focus-fill:before {
  content: "蝹";
}

.ph-user-gear-fill:before {
  content: "襁";
}

.ph-user-list-fill:before {
  content: "覆";
}

.ph-user-minus-fill:before {
  content: "視";
}

.ph-user-plus-fill:before {
  content: "調";
}

.ph-user-rectangle-fill:before {
  content: "諸";
}

.ph-users-fill:before {
  content: "請";
}

.ph-users-four-fill:before {
  content: "謁";
}

.ph-user-square-fill:before {
  content: "諾";
}

.ph-users-three-fill:before {
  content: "諭";
}

.ph-vibrate-fill:before {
  content: "謹";
}

.ph-video-camera-fill:before {
  content: "變";
}

.ph-video-camera-slash-fill:before {
  content: "贈";
}

.ph-voicemail-fill:before {
  content: "輸";
}

.ph-volleyball-fill:before {
  content: "遲";
}

.ph-wallet-fill:before {
  content: "醙";
}

.ph-wall-fill:before {
  content: "鉶";
}

.ph-warning-circle-fill:before {
  content: "陼";
}

.ph-warning-fill:before {
  content: "難";
}

.ph-warning-octagon-fill:before {
  content: "靖";
}

.ph-watch-fill:before {
  content: "韛";
}

.ph-waves-fill:before {
  content: "響";
}

.ph-whatsapp-logo-fill:before {
  content: "頋";
}

.ph-wheelchair-fill:before {
  content: "頻";
}

.ph-wifi-high-fill:before {
  content: "鬒";
}

.ph-wifi-low-fill:before {
  content: "龜";
}

.ph-wifi-medium-fill:before {
  content: "𢡊";
}

.ph-wifi-none-fill:before {
  content: "𢡄";
}

.ph-wifi-slash-fill:before {
  content: "𣏕";
}

.ph-wifi-x-fill:before {
  content: "㮝";
}

.ph-wind-fill:before {
  content: "䀘";
}

.ph-windows-logo-fill:before {
  content: "䀹";
}

.ph-wine-fill:before {
  content: "𥉉";
}

.ph-wrench-fill:before {
  content: "𥳐";
}

.ph-x-circle-fill:before {
  content: "𧻓";
}

.ph-x-fill:before {
  content: "齃";
}

.ph-x-square-fill:before {
  content: "龎";
}

.ph-youtube-logo-fill:before {
  content: "﫚";
}

.ph-activity-fill:before {
  content: "﫛";
}

.ph-address-book-fill:before {
  content: "﫜";
}

.ph-airplane-fill:before {
  content: "﫝";
}

.ph-airplane-in-flight-fill:before {
  content: "﫞";
}

.ph-airplane-landing-fill:before {
  content: "﫟";
}

.ph-airplane-takeoff-fill:before {
  content: "﫠";
}

.ph-airplane-tilt-fill:before {
  content: "﫡";
}

.ph-airplay-fill:before {
  content: "﫢";
}

.ph-alarm-fill:before {
  content: "﫣";
}

body {
  font-family: Inter;
  font-size: 14px;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

p {
  line-height: 24px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

span {
  vertical-align: middle;
}

input, textarea, div, span {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

input:focus, input:active,
textarea:focus, textarea:active {
  overflow: none;
  -moz-overflow: none;
  -webkit-overflow: none;
}

.progress__container {
  width: 100%;
  height: 8px;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 999;
}

.progress__bar {
  height: 8px;
  background: #42AE8E;
  width: 0%;
}

/*======= FONTS START  =======*/
.i__thin {
  font-family: Inter-Thin;
}

.i__regular {
  font-family: Inter;
}

.i__light {
  font-family: Inter-Light;
}

.i {
  font-family: Inter;
}

.i__medium {
  font-family: Inter-Medium;
}

.i__semibold {
  font-family: Inter-Semibold;
}

.i__bold {
  font-family: Inter-Bold;
}

.i__extrabold {
  font-family: Inter-ExtraBold;
}

.fz__10 {
  font-size: 10px;
}

.fz__12 {
  font-size: 12px;
}

.fz__14 {
  font-size: 14px;
}

.fz__16 {
  font-size: 16px;
}

.fz__18 {
  font-size: 18px;
}

.fz__28 {
  font-size: 28px;
}

.fz__120 {
  font-size: 120px;
}

.lh__23 {
  line-height: 23px;
}

.lh__28 {
  line-height: 28px;
}

.lh__34 {
  line-height: 34px;
}

/*======= FONTS END  =======*/
/*======= DISPLAY START  =======*/
.d__b {
  display: block;
}

.d__ib {
  display: inline-block;
}

.d__f {
  display: flex;
}

.ai__c {
  align-items: center;
}

/*======= DISPLAY END  =======*/
/*======= COLORS START =======*/
.c__mint {
  color: #42AE8E !important;
}

.c__white {
  color: #FFFFFF !important;
}

.c__red {
  color: #EC6758 !important;
}

.c__lightred {
  color: #FC8C4E !important;
}

.c__black {
  color: #1A2232 !important;
}

.c__darkgray {
  color: #727272 !important;
}

.c__lightgray2 {
  color: #D6D6D6 !important;
}

.c__blue {
  color: #2A6BE9 !important;
}

.c__darkfiolet {
  color: #62AEBE !important;
}

.c__pink {
  color: #D97973 !important;
}

.c__dove_blue {
  color: #56748E !important;
}

.c__default {
  color: #405368 !important;
}

.bg__white {
  background-color: #FFFFFF;
}

.bg__pearl {
  background-color: #F7F2ED;
}

.bg__fa6 {
  background-color: #F6F6F6;
}

.bg__fiolet {
  background-color: rgba(42, 175, 233, 0.08);
}

.bg__lightgray {
  background-color: #EDF7F4;
}

.bg__craiola {
  background-color: #F7EDED;
}

.bg__red {
  background-color: #EC6758;
}

.bg__linen {
  background-color: #FCF3F2;
}

/*======= COLORS END =======*/
/*======= BUTTONS START =======*/
.button__mint {
  font-family: Inter-Semibold;
  background-color: #42AE8E;
  padding: 12px 25px;
  border-radius: 8px;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s ease;
}
.button__mint:hover {
  background-color: #16B787;
}
.button__mint:active, .button__mint:focus {
  background-color: #EDF7F2;
  color: #42AE8E;
}

.button__light-gray {
  background-color: #EDF7F4;
  padding: 12px 25px;
  border-radius: 8px;
  display: inline-block;
  color: #42AE8E;
  font-family: Inter-Semibold;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.button__light-gray:hover {
  background-color: #EDF7F2;
  color: #42AE8E;
  border: 1px solid #42AE8E;
}
.button__light-gray:active, .button__light-gray:focus {
  background-color: #DBF2EB;
}

.button__like {
  background-color: #EDF7F4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #42AE8E;
  font-family: Inter-Semibold;
  text-align: center;
  min-width: 42px;
  height: 42px;
  transition: 0.3s ease;
  position: relative;
}
.button__like:hover {
  background-color: #DEEFEA;
}
.button__like i {
  font-size: 20px;
  transition: 0.3s ease;
}
.button__like:active, .button__like:focus {
  background-color: #42AE8E;
}
.button__like:active i, .button__like:focus i {
  color: #FFFFFF;
}

.button__bd-mint {
  background-color: transparent;
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #42AE8E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.button__bd-mint:hover {
  border-color: transparent;
  background-color: #EDF7F4;
}
.button__bd-mint img {
  margin-right: 10px;
  margin-top: 2px;
}
.button__bd-mint .button__f6 {
  background-color: #F6F6F6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #42AE8E;
  font-family: Inter-Semibold;
  text-align: center;
  min-width: 42px;
  height: 42px;
}

.button__bd-lighgray {
  background-color: transparent;
  padding: 12px 25px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__bd-lighgray img {
  margin-right: 10px;
  margin-top: 2px;
}

.button__blue {
  background-color: #2A6BE9;
  padding: 12px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-family: Inter-Semibold;
  transition: 0.3s ease;
}
.button__blue:hover {
  background-color: #0057FF;
}
.button__blue:active, .button__blue:focus {
  background: rgba(42, 107, 233, 0.1);
  color: #2A6BE9;
}

.link__blue {
  color: #2A6BE9;
}
.link__blue:hover {
  color: #0057FF;
}
.link__blue:active, .link__blue:focus {
  text-decoration: underline;
  color: #9EBFFF;
}

/*======= BUTTONS END =======*/
/*======= GUTTERS START =======*/
.mt__0 {
  margin-top: 0 !important;
}

.mt__6 {
  margin-top: 6px;
}

.mt__8 {
  margin-top: 8px;
}

.mt__10 {
  margin-top: 10px;
}

.mt__15 {
  margin-top: 15px;
}

.mt__25 {
  margin-top: 25px;
}

.mt__28 {
  margin-top: 28px;
}

.mt__30 {
  margin-top: 30px;
}

.mt__35 {
  margin-top: 35px;
}

.mt__38 {
  margin-top: 38px;
}

.mt__45 {
  margin-top: 45px;
}

.mt__48 {
  margin-top: 48px;
}

.ml__auto {
  margin-left: auto;
}

.ml__5 {
  margin-left: 5px;
}

.ml__8 {
  margin-left: 8px;
}

.ml__20 {
  margin-left: 20px;
}

.mr__8 {
  margin-right: 8px;
}

.mr__16 {
  margin-right: 16px;
}

.mr__18 {
  margin-right: 18px;
}

.mr__22 {
  margin-right: 22px;
}

.mr__24 {
  margin-right: 24px;
}

.mr__27 {
  margin-right: 27px;
}

.mr__30 {
  margin-right: 30px;
}

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

.mb__5 {
  margin-bottom: 5px;
}

.mb__8 {
  margin-bottom: 8px;
}

.mb__10 {
  margin-bottom: 10px;
}

.mb__15 {
  margin-bottom: 15px;
}

.mb__16 {
  margin-bottom: 16px;
}

.mb__18 {
  margin-bottom: 18px;
}

.mb__20 {
  margin-bottom: 20px;
}

.mb__24 {
  margin-bottom: 24px;
}

.mb__30 {
  margin-bottom: 30px;
}

.mb__40 {
  margin-bottom: 40px;
}

.mb__50 {
  margin-bottom: 50px;
}

.mb__64 {
  margin-bottom: 64px;
}

.mb__72 {
  margin-bottom: 72px;
}

.m__0 {
  margin: 0;
}

.pd__17 {
  padding: 17px;
}

.pd__30 {
  padding: 30px !important;
}

.pd__35-0 {
  padding: 35px 0;
}

.pdl-15 {
  padding-left: 15px;
}

.px__20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py__24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pr__16 {
  padding-right: 16px;
}

.pr__20 {
  padding-right: 20px;
}

.pr__24 {
  padding-right: 24px;
}

/*======= GUTTERS END =======*/
.z-index__99 {
  z-index: 99;
}

/*======= SIZE START =======*/
.w__13pr {
  width: 13%;
}

.w__14pr {
  width: 14%;
}

.w__22pr {
  width: 22%;
}

.w__24pr {
  width: 24%;
}

.w__25pr {
  width: 25%;
}

.w__36pr {
  width: 36%;
}

.w__37pr {
  width: 37%;
}

.w__49-4pr {
  width: 49.4%;
}

.w__50pr {
  width: 50%;
}

.w__60pr {
  width: 60%;
}

.w__65pr {
  width: 65%;
}

.w__100pr {
  width: 100%;
}

.w__34 {
  min-width: 35px;
  width: 35px;
}

.w__41 {
  min-width: 41px;
  width: 41px;
}

.w__44 {
  min-width: 44px;
  width: 44px;
}

.w__56 {
  min-width: 56px;
  width: 56px;
}

.w__72 {
  min-width: 72px;
  width: 72px;
}

.h__34 {
  height: 35px;
}

.h__41 {
  height: 41px;
}

.h__44 {
  height: 44px;
}

.h__72 {
  height: 72px;
}

.h__56 {
  height: 56px;
}

/*======= SIZE END =======*/
@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-sm-up {
    display: none !important;
  }
}
.display__inline-block {
  display: inline-block;
}

.display__flex {
  display: flex;
}

.display__block {
  display: block;
}

.display__block_i {
  display: block !important;
}

.display__none {
  display: none;
}

.display__none_i {
  display: none !important;
}

.bdrs__50 {
  border-radius: 8px;
}

.txt__dec, .txt_underline {
  text-decoration: underline;
}

.txt__left {
  text-align: left;
}

.bd__mint {
  border: 1px solid #42AE8E;
}

.of__hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.s-breadcrumbs {
  margin-top: 22px;
  margin-bottom: 36px;
}
.s-breadcrumbs ul {
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  padding: 0;
}
.s-breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.s-breadcrumbs ul li:nth-last-child(n+2)::after {
  content: url("/images/breadcrumb-arrow.svg");
  display: inline-block;
  width: 7px;
  margin-left: 8px;
  height: auto;
}
.s-breadcrumbs ul .is-active {
  font-family: Inter-Semibold;
}
.s-breadcrumbs ul a, .s-breadcrumbs ul span {
  color: #727272;
  max-width: 45vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.s-breadcrumbs ul span {
  cursor: default;
}

.content__row {
  display: flex;
}
.content__row .content__left {
  max-width: 900px;
  margin-right: 18px;
}
.content__row .content__right {
  max-width: 270px;
  width: 100%;
}

.value__copy {
  color: #2A6BE9;
  cursor: pointer;
  transition: color 0.3s ease;
}
.value__copy:hover {
  color: #0057FF;
}
.value__copy:hover i {
  color: #2A6BE9;
}
.value__copy:active, .value__copy:focus {
  color: #9EBFFF;
}
.value__copy:active i, .value__copy:focus i {
  color: #9EBFFF;
}
.value__copy i {
  margin-right: 5px;
  vertical-align: middle;
  color: #D6D6D6;
  transition: color 0.3s ease;
}
.value__copy span {
  display: inline-block;
  margin-top: -3px;
}

.ct-chart {
  left: -24px;
  top: 10px;
}

.bg-layer__wrap .bg-layer__item {
  position: absolute;
}

.bg-layer__index .m-cube__23 {
  left: 140px;
  top: 363px;
}
.bg-layer__index .m-cow {
  top: 424px;
  left: -27px;
}
.bg-layer__index .m-duck {
  top: 432px;
  right: 0;
}
.bg-layer__index .m-cube__72 {
  right: 0;
  top: 675px;
}
.bg-layer__index .m-cube__left {
  top: 1312px;
  left: -48px;
}
.bg-layer__index .m-cube__right {
  top: 1680px;
  right: 0;
}
.bg-layer__index .m-cube__search {
  top: 8px;
  right: 0;
}

.bg-layer__index-top .m-cow {
  top: 200px;
  left: -27px;
}
.bg-layer__index-top .m-duck {
  top: 190px;
  right: 0;
}

.bg-layer__index-bottom {
  position: absolute;
  width: 100%;
}
.bg-layer__index-bottom .m-cube__left {
  top: auto;
  bottom: 150px;
  left: -48px;
}
.bg-layer__index-bottom .m-cube__right {
  top: auto;
  bottom: 260px;
  right: 0;
}
.bg-layer__index-bottom.full-length {
  top: 0;
}
.bg-layer__index-bottom.full-length .m-cube__left {
  top: 1230px;
  bottom: auto;
}
.bg-layer__index-bottom.full-length .m-cube__right {
  top: 1620px;
  bottom: auto;
}

.def__tab {
  padding: 0;
  list-style-type: none;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.def__tab::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.def__tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #F6F6F6;
  border-radius: 48px;
  position: absolute;
  bottom: 5px;
}
.def__tab li {
  display: inline-block;
  font-family: Inter-Semibold;
  color: #727272;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.def__tab li:nth-last-child(n+2) {
  margin-right: 30px;
}
.def__tab li a {
  color: inherit;
  font: inherit;
}
.def__tab .is_active {
  font-family: Inter-Bold;
  color: #42AE8E;
}
.def__tab .is_active::after {
  content: "";
  display: block;
  background-color: #42AE8E;
  width: 100%;
  height: 5px;
  border-radius: 48px;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}

input[type=text], textarea,
input[type=number],
input[type=search],
input[type=password] {
  border: 1px solid #D6D6D6;
  padding: 15px 20px;
  border-radius: 8px;
  outline: none;
}
input[type=text]::-moz-placeholder, textarea::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #D6D6D6;
  font-size: 14px;
}
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #D6D6D6;
  font-size: 14px;
}
input[type=text]::placeholder, textarea::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder {
  color: #D6D6D6;
  font-size: 14px;
}

button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

/*=== CUSTOM SELECT STYLES START ===*/
.select-custom {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 50;
}
.select-custom * {
  transition: none !important;
}
.select-custom .select-label {
  border: 1px solid #D6D6D6;
  border-radius: 8px !important;
  outline: none;
  padding: 12.5px 20px;
  color: #D6D6D6;
  font-size: 14px;
  box-shadow: none !important;
  outline: none;
  margin: 0;
  z-index: 40 !important;
  height: 100%;
}
.select-custom .select-label::after {
  content: "";
  background-image: url("/images/select-arrow.svg");
  top: 0;
  right: 0;
  border: none;
  width: 50px;
  height: 100%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.select-custom .select-label:hover {
  box-shadow: none;
}
.select-custom .dropdown-inner {
  border-radius: 8px;
  padding: 50px 0 0 0 !important;
}
.select-custom .select-dropdown {
  box-shadow: none;
  border: 1px solid #D6D6D6;
  top: 0;
  border-radius: 8px;
}
.select-custom .select-dropdown .dropdown-search {
  display: none;
}
.select-custom .select-dropdown .dropdown-option {
  color: #1A2232;
  padding: 15px 20px;
  margin-top: 0 !important;
  font-size: 14px;
}
.select-custom .select-dropdown .dropdown-option::before {
  display: none !important;
}
.select-custom .select-dropdown .dropdown-option:hover {
  background-color: #EDF7F4 !important;
}
.select-custom .select-dropdown .dropdown-option:first-child {
  padding-bottom: 20px;
}
.select-custom .select-dropdown .selected {
  color: #42AE8E !important;
}
.select-custom .select-dropdown .selected:hover {
  color: #1A2232 !important;
}

.multiple .select-dropdown .dropdown-search {
  display: block;
  border: none;
  box-shadow: none;
  padding-bottom: 10px;
}
.multiple .select-dropdown .dropdown-search input::-moz-placeholder {
  color: transparent;
}
.multiple .select-dropdown .dropdown-search input:-ms-input-placeholder {
  color: transparent;
}
.multiple .select-dropdown .dropdown-search input::placeholder {
  color: transparent;
}
.multiple .select-dropdown .search-input {
  color: #1A2232;
}
.multiple .select-dropdown .dropdown-inner {
  padding-top: 0 !important;
  border-radius: 0;
}

.select-multiple__mobile {
  border: 1px solid #D6D6D6;
  border-radius: 8px !important;
  outline: none;
  color: #D6D6D6;
  font-size: 14px;
  box-shadow: none !important;
  outline: none;
  margin: 0;
  z-index: 40 !important;
  width: 49%;
  height: 50px;
  background-color: #FFFFFF;
  display: none;
}
.select-multiple__mobile:hover {
  box-shadow: none;
}
.select-multiple__mobile .multiple-mobile__label {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding: 12.5px 20px;
  color: #D6D6D6;
  position: relative;
}
.select-multiple__mobile .multiple-mobile__label::after {
  content: url("/images/multiple-arrow.svg");
  width: 25px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.select-multiple__mobile .select-multiple__wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(18, 18, 18, 0.36);
  z-index: 200;
}
.select-multiple__mobile .multiple-mobile__options {
  background-color: #FFFFFF;
  padding: 12.5px 20px;
  position: absolute;
  bottom: 14px;
  width: 95%;
  left: 50%;
  border-radius: 8px;
  transform: translateX(-50%);
}
.select-multiple__mobile .multiple-mobile__options .multiple-mobile__list {
  display: block;
  color: #727272;
  padding: 17px 0;
  font-size: 12px;
}
.select-multiple__mobile .multiple-mobile__options .is-active {
  color: #42AE8E;
}
.select-multiple__mobile .multiple-mobile__options .multiple-mobile__apply {
  width: 100%;
  display: block;
}

.search-button__all {
  position: relative;
}
.search-button__all span:first-child {
  display: inline-block;
  width: 20px;
  margin-right: 12px;
  position: absolute;
  left: 20px;
}
.search-button__all img {
  width: 100%;
  vertical-align: middle;
}

.select-custom.multiple ul li.dropdown-option {
  display: flex;
  align-items: center;
  color: #D6D6D6;
}

.select-custom.multiple ul li.dropdown-option a {
  color: #D6D6D6;
}
  
.select-custom.multiple ul li.dropdown-option::before {
  content: "";
  display: inline-block !important;
  min-width: 18px;
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  background-image: none !important;
  margin-left: 0;
  opacity: 1;
  position: static;
  margin-right: 9px;
}
.select-custom.multiple ul li.dropdown-option.selected {
  color: #727272 !important;
}
.select-custom.multiple ul li.dropdown-option.selected::before {
  border-color: #42AE8E;
  background-color: #42AE8E;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MDU4NjIgNS4yNzQ2NEMwLjQxNTMzNyA0Ljg4NDEyIDAuNDE1MzM3IDQuMjUwOTUgMC44MDU4NjIgMy44NjA0M0wwLjkwNjg3NyAzLjc1OTQxQzEuMjk3NCAzLjM2ODg5IDEuOTMwNTcgMy4zNjg4OSAyLjMyMTA5IDMuNzU5NDFMNC40NDA5MiA1Ljg3OTI1TDkuNjQzMjEgMC42NzY5NjFDMTAuMDMzNyAwLjI4NjQzNyAxMC42NjY5IDAuMjg2NDM3IDExLjA1NzQgMC42NzY5NjFMMTEuMTU4NCAwLjc3Nzk3NkMxMS41NDkgMS4xNjg1IDExLjU0OSAxLjgwMTY3IDExLjE1ODQgMi4xOTIxOUw1LjE0ODAzIDguMjAyNkM0Ljc1NzUxIDguNTkzMTIgNC4xMjQzNCA4LjU5MzEyIDMuNzMzODIgOC4yMDI2TDAuODA1ODYyIDUuMjc0NjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important;
}

.select-custom.active .select-label {
  border: none;
  background: none;
}
.select-custom.active .select-dropdown {
  border-color: #42AE8E;
}

/*=== CUSTOM SELECT STYLES END ===*/
.table__number {
  min-width: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
}

.def__thumb {
  border-radius: 8px;
  overflow: hidden;
}

.pagination {
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  height: 52px;
}
.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.pagination ul li {
  display: block;
}
.pagination ul li:last-child a {
  border-right: none;
}
.pagination ul a, .pagination ul span {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  color: #D6D6D6;
  border-right: 0.759259px solid #D6D6D6;
  font-family: Inter-Bold;
  font-size: 18px;
  min-width: 52px;
  width: 52px;
  height: 52px;
}
.pagination ul a:hover {
  color: #42AE8E;
}
.pagination ul a:hover svg path {
  stroke: #42AE8E;
}
.pagination ul span {
  background-color: #EDF7F4;
  cursor: default;
}
.pagination ul .is-active a, .pagination ul .is-active span {
  cursor: default;
  background-color: #42AE8E;
  color: #FFFFFF;
  border-right: none;
}

.table__delete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tab__mobile {
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 0 15px;
  margin-top: 24px;
  padding-bottom: 0;
  display: none;
}
.tab__mobile .title__electro {
  display: block;
}
.tab__mobile .mobile-tab__title {
  margin-bottom: 32px;
}
.tab__mobile .desc__license {
  font-family: Inter;
  font-weight: normal;
}
.tab__mobile .def__tab {
  padding-top: 40px;
}
.tab__mobile .mobile-tab__value {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab__mobile .value__copy {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: color 0.3s ease;
}
.tab__mobile .value__copy:hover {
  background-color: #16B787;
  color: #FFFFFF;
}
.tab__mobile .value__copy:hover i {
  color: #FFFFFF;
}
.tab__mobile .value__copy:active, .tab__mobile .value__copy:focus {
  background-color: #EDF7F2;
  color: #42AE8E;
}
.tab__mobile .value__copy:active i, .tab__mobile .value__copy:focus i {
  color: #42AE8E;
}
.tab__mobile .tab-mobile__wrap {
  background-color: #FFFFFF;
  padding: 0;
  padding-bottom: 30px;
  border-radius: 8px;
}

.widget__mobile {
  display: none;
  margin-bottom: 24px;
}

.share__mobile {
  display: none;
  margin-bottom: 30px;
}
.share__mobile .sidebar__share {
  justify-content: flex-start !important;
}
.share__mobile .share__left {
  margin-right: 30px;
}

.ul__reset {
  padding-left: 0;
  list-style-type: none;
}

.header {
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.header .header__logo img {
  width: 120%;
}

.header__user {
  display: flex;
  align-items: center;
}
.header__user .header__thumb {
  cursor: pointer;
  border-radius: 8px;
  display: block;
  position: relative;
  margin-right: 28px;
}
.header__user .header__thumb img {
  width: 100%;
  border-radius: 8px;
}
.header__user .header__thumb::after {
  content: url("/images/select-arrow.svg");
  width: 12px;
  display: block;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}

.header__mobile {
  color: #1A2232;
  display: none;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 27px;
}
.header__mobile .header-mobile__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.header__mobile .header-mobile__left {
  display: flex;
  align-items: center;
}
.header__mobile .header-mobile__left img {
  margin-right: 18px;
}
.header__mobile .header-mobile__right {
  position: relative;
}
.header__mobile .header-mobile__right .header-mobile__dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.header__mobile .header-mobile__right .header-mobile__dots img {
  height: 20px;
}
.header__mobile .header-mobile__dropdown {
  background-color: #FFFFFF;
  position: absolute;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(210, 210, 210, 0.25);
  top: 35px;
  right: 0;
  z-index: 52;
}
.header__mobile .header-mobile__dropdown a {
  padding: 14px 15px 18px 15px;
  display: block;
  color: inherit;
}
.header__mobile .header-mobile__dropdown a:last-child {
  padding-bottom: 20px;
}
.header__mobile .header-mobile__thumb {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #D6D6D6;
}
.header__mobile .header-mobile__thumb img {
  width: 100%;
}
.header__mobile .header-mobile__user {
  background-color: transparent;
}

.header-mobile__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.25);
  z-index: 100;
  background-color: #FFFFFF;
  padding: 22px 16px 40px;
  transition: 0.3s ease;
}
.header-mobile__menu .header-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__menu .header-menu__close {
  width: 26px;
  min-width: 26px;
  cursor: pointer;
  margin-left: -6px;
}
.header-mobile__menu .header-menu__close img {
  width: 100%;
}
.header-mobile__menu .header-menu__list {
  padding: 0;
  margin-top: 40px;
  list-style-type: none;
}
.header-mobile__menu .header-menu__list a {
  color: #1A2232;
  padding: 16px 0;
  display: block;
  font-size: 16px;
}
.header-mobile__menu .header-menu__list .header-list__thumb {
  width: 20px;
  min-width: 20px;
  margin-right: 25px;
  display: inline-block;
}

.header-filter {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #FAFAFA;
  z-index: 104;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.header-filter .header-filter__head {
  padding-top: 18px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 18px 22px;
}
.header-filter .header-filter__body {
  padding: 18px 18px 72px 22px;
}
.header-filter .header-filter__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.header-filter .header-filter-head__left {
  display: flex;
  align-items: center;
}
.header-filter .header-filter-head__left .header-filter__close {
  margin-right: 12px;
  margin-left: -5px;
  cursor: pointer;
}
.header-filter .header-filter__title {
  margin-bottom: 15px;
}
.header-filter .header-filter__wrap {
  margin-bottom: 25px;
}
.header-filter .header-filter__wrap.version-filter {
  display: none;
}
.header-filter .header-filter__item {
  border: 1px solid #D6D6D6;
  border-radius: 14px;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 7px;
}
.header-filter .header-filter__item.is-active {
  border-color: #42AE8E;
  color: #42AE8E;
}
.header-filter .header-filter__footer button {
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 18px 0;
}
.header-filter .header-filter__item.is-disabled {
  background-color: #F6F6F6;
  color: #D6D6D6;
  border: none;
}

.header-mobile__hide,
.header-sign__hide {
  transform: translateY(-150%);
  opacity: 0;
}

.header-sign__container {
  position: fixed;
  max-width: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(26, 34, 50, 0.5);
  z-index: 155;
  transition: 0.5s ease;
  display: none;
  overflow-y: auto;
}
.header-sign__container .header-sign {
  transform: scale(100%);
  transform: translate(-50%, -50%);
}

.header-sign__visible {
  display: block;
}

.header-sign {
  background-color: #FFFFFF;
  padding: 0 0 20px 0;
  position: absolute;
  border-radius: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.25);
  z-index: 101;
  width: 100%;
  max-width: 400px;
}
.header-sign .sign__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F6F6F6;
  padding: 16px 22px 14px 22px;
}
.header-sign .sign__close {
  width: 26px;
  min-width: 26px;
  cursor: pointer;
  margin-left: -6px;
}
.header-sign .sign__close img {
  width: 100%;
}
.header-sign .imageBox {
  position: relative;
  height: 350px;
  background-color: #D6D6D6;
  overflow: hidden;
  border-radius: 6px;
  cursor: move;
}
.header-sign .imageBox .thumbBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 3px dashed #EDF7F2;
}
.header-sign .imageBox .spinner {
  width: 50%;
  height: 50%;
  margin-top: 90px;
}
.header-sign .sign__body {
  padding: 22px 22px 20px 22px;
}
.header-sign .sign__input input {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.header-sign .sign__input input.hasError {
  border-color: #ED5454;
}
.header-sign .sign__input #errorSignIn, .header-sign .sign__input #errorChangePass {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: Inter-Semibold;
  color: #ED5454;
}
.header-sign .sign__input.hasError input {
  border-color: #ED5454;
}
.header-sign .forgot-password {
  text-align: right;
  margin: 16px 0;
}
.header-sign .sign__button {
  width: 100%;
  padding: 16px 0;
  margin-bottom: 18px;
}
.header-sign .not__account {
  text-align: center;
}
.header-sign .not__account .register__link {
  margin-left: 8px;
  text-decoration: underline;
}
.header-sign .sign__footer {
  padding: 18px 22px 18px 22px;
  border-top: 1px solid #FAFAFA;
}
.header-sign .sign__social {
  display: flex;
  justify-content: center;
}
.header-sign .sign__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid #D6D6D6;
}
.header-sign .sign__social a:nth-last-child(n+2) {
  margin-right: 16px;
}
.header-sign .register__descr {
  margin-bottom: 15px;
  line-height: 22px;
}
.header-sign .signup__input {
  margin-bottom: 8px;
}
.header-sign .signup__input input {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.header-sign .signup__input input.hasError {
  border-color: #ED5454;
}
.header-sign .signup__input #errorSignUp {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: Inter-Semibold;
  color: #ED5454;
}
.header-sign .signup__input .errorSignUp {
  display: block;
  margin-left: 5px;
  color: #ED5454;
}
.header-sign .register__privacy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.header-sign__out {
  z-index: 113;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.header__wrapper .header__right {
  display: flex;
  align-items: center;
}
.header__wrapper .faq__link {
  margin-right: 25px;
}
.header__wrapper .add-server__btn {
  margin-right: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.header__wrapper .header__sign a:first-child, .header__wrapper .header__sign button:first-child {
  margin-right: 8px;
}
.header__wrapper .sign-in__button {
  padding-left: 21px;
  padding-right: 21px;
}
.header__wrapper .sign-up__button {
  padding-left: 37px;
  padding-right: 37px;
}

.page-lower-adornment-container {
  position: relative;
}

.page-lower-adornment {
  position: absolute;
  left: 470px;
  top: -70px;
  transform: scale(0.9);
}

.page-lower-mobile-adornment-container {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -10px;
  margin-bottom: -188px;
}

.page-lower-mobile-adornment {
  transform: scale(0.9);
}

.s-server-card h1, .s-server-card p.slogan {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-server-card .server-card__banner {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #FAFAFA;
  background-color: #FFFFFF;
  text-align: center;
  max-width: 885px;
  width: 100%;
}
.s-server-card .server-card__banner img {
  max-height: 113px;
}
.s-server-card .server-card__banner img[data-loaded=true] {
  width: 100%;
}
.s-server-card .server-card__top {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.s-server-card .server-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-server-card .server-card__header .h__left {
  display: flex;
  align-items: center;
}
.s-server-card .server-card__header .h__number {
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.s-server-card .server-card__header .play__button {
  margin-right: 8px;
  max-width: 175px;
  line-height: 17px;
}
.s-server-card .server-card__header .h__right {
  display: flex;
}
.s-server-card .server-card__header .button__like:focus, .s-server-card .server-card__header .button__like:active, .s-server-card .server-card__header .button__like:hover {
  background-color: #EDF7F4;
}
.s-server-card .server-card__header .button__like:focus i, .s-server-card .server-card__header .button__like:active i, .s-server-card .server-card__header .button__like:hover i {
  color: #42AE8E;
}
.s-server-card .server-card__header .button__like:focus i.c__red, .s-server-card .server-card__header .button__like:active i.c__red, .s-server-card .server-card__header .button__like:hover i.c__red {
  color: #EC6758;
}
.s-server-card .server-card__header .favourite__button {
  margin-right: 8px;
}
.s-server-card .server-card__header .server-card__vote {
  background-color: #fff;
}
.s-server-card .server-card__wrap {
  padding: 24px 20px;
  margin-top: 25px;
  border-radius: 8px;
}
.s-server-card .server-card__wrap.server-card__descr {
  margin-bottom: 72px;
}
.s-server-card .server-card__wrap.server-card__descr .description-block {
  position: relative;
  z-index: 1;
}
.s-server-card .server-card__vote {
  margin-top: 30px;
  background-color: #ECF2FD;
  padding: 12px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
}
.s-server-card .server-card__vote .vote__left {
  display: flex;
  align-items: center;
}
.s-server-card .server-card__vote .vote__left i {
  margin-right: 14px;
  font-size: 20px;
}
.s-server-card .server-card__vote .vote__right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  max-width: 155px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  color: #2A6BE9;
  transition: 0.3s ease;
}
.s-server-card .server-card__vote .vote__right:hover {
  color: #0057FF;
}
.s-server-card .server-card__vote .vote__right:hover i {
  color: #0057FF;
}
.s-server-card .server-card__vote .vote__right:active, .s-server-card .server-card__vote .vote__right:focus {
  color: #FFFFFF;
  background-color: #2A6BE9;
}
.s-server-card .server-card__vote .vote__right:active i, .s-server-card .server-card__vote .vote__right:focus i {
  color: #FFFFFF;
}
.s-server-card .server-card__vote .vote__right i {
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s ease;
}
.s-server-card .server-card__value {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.s-server-card .server-card__value .value__num.online {
  color: #42AE8E;
}
.s-server-card .server-card__value .value__num.offline {
  color: #EC6758;
}
.s-server-card .server-card__value .value__left,
.s-server-card .server-card__value .value__right {
  padding: 25px 0;
}
.s-server-card .server-card__value .value__left {
  max-width: 400px;
  width: 100%;
  margin-right: 25px;
}
.s-server-card .server-card__value .value__right {
  max-width: 350px;
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 25px 18px;
  height: 100%;
}
.s-server-card .server-card__value .value__item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.s-server-card .server-card__value .value__key {
  color: #727272;
}
.s-server-card .server-card__value .value__icon {
  margin-right: 15px;
  width: 15px;
  display: inline-block;
}

.s-server-card .server-card__content .server-card__wrap {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.s-server-card .server-card__content .server-card__top {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.s-server-card .server-card__content .server-card__top .server-card__wrap {
  box-shadow: none;
}

.content__right .sidebar__wrap {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.server-card__wrap h2 {
  margin-bottom: 12px;
}

.server-card__table .table__body .table__tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #FAFAFA;
  border-radius: 8px;
}
.server-card__table .table__body .table__tr h4, .server-card__table .table__body .table__tr a, .server-card__table .table__body .table__tr .not-version {
  position: relative;
  z-index: 1;
}
.server-card__table .table__body .table__tr:last-child {
  margin-bottom: 0;
}
.server-card__table .table__body .table__tr button {
  display: none;
}
.server-card__table .table__body .table__tr a {
  margin-top: 6px;
  padding: 5px 10px;
  background-color: #EDF7F4;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #42AE8E;
  border: 1px solid;
}
.server-card__table .server-card__descr {
  padding-bottom: 35px;
}

.server-card__testimonials {
  margin-bottom: 72px;
}

.testimonials__top {
  display: flex;
  justify-content: space-between;
}
.testimonials__top .testimonials__title {
  display: flex;
  align-items: center;
}
.testimonials__top span {
  display: inline-block;
}
.testimonials__top span:first-child {
  margin-right: 8px;
}

.testimonials__content .testimonials-comment__write {
  display: flex;
}
.testimonials__content .testimonials__input {
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.testimonials__content .testimonials__input input {
  width: 100%;
  padding: 15px 20px 15px 24px;
  outline: none;
  border: none;
}
.testimonials__content .testimonials__input input::-moz-placeholder {
  color: #D6D6D6;
}
.testimonials__content .testimonials__input input:-ms-input-placeholder {
  color: #D6D6D6;
}
.testimonials__content .testimonials__input input::placeholder {
  color: #D6D6D6;
}
.testimonials__content .testimonials__input .testimonials__button {
  margin-right: 6px;
  border: none;
  max-width: 130px;
  width: 100%;
  height: 42px;
  text-align: center;
  cursor: pointer;
}
.testimonials__content .testimonials-comment__wrap {
  margin-top: 50px;
}
.testimonials__content .testimonials-comment__item {
  display: flex;
  align-items: flex-start;
}
.testimonials__content .testimonials-comment__item .testimonials__grade {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonials__content .testimonials-comment__item .testimonials__grade .grade__value {
  background-color: #EDF7F4;
  width: 51px;
  height: 42px;
  border-radius: 10px;
  text-align: center;
  border: none;
  outline: none;
  cursor: default;
}
.testimonials__content .testimonials-comment__item .testimonials__grade span {
  cursor: pointer;
  width: 60px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials__content .testimonials-comment__answer {
  margin-top: 50px;
  margin-left: 85px;
}
.testimonials__content .show__more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  display: block;
  max-width: 140px;
  padding-left: 0;
  padding-right: 0;
}

.mobile__tab::after {
  bottom: 5px;
}

.server-testimonials__mobile {
  background-color: #FFFFFF !important;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 15px !important;
}
.server-testimonials__mobile .testimonials__name {
  font-size: 14px;
}
.server-testimonials__mobile .testimonials__top {
  display: none;
}
.server-testimonials__mobile .testimonials-comment__write {
  display: none;
}
.server-testimonials__mobile .def__thumb {
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.server-testimonials__mobile .def__thumb img {
  width: 100%;
}
.server-testimonials__mobile .testimonials__content {
  padding: 0 15px;
}
.server-testimonials__mobile .testimonials__content .testimonials-comment__item .testimonials__grade .grade__value {
  height: 24px;
  width: 35px;
  font-size: 12px;
  border-radius: 3px;
}
.server-testimonials__mobile .testimonials__content .testimonials-comment__item .testimonials__grade span {
  width: 40px;
}
.server-testimonials__mobile .testimonials__content .testimonials__date {
  margin-top: 8px;
}
.server-testimonials__mobile .testimonials__content .testimonials__answer {
  margin-top: 22px;
}

.tab__servers {
  position: relative;
}
.tab__servers * {
  z-index: 1;
  position: relative;
}
.tab__servers::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FAFAFA;
  bottom: -55px;
  left: -15px;
  width: calc(100% + 30px);
  height: 225px;
  z-index: 0;
}
.tab__servers .mobile-tab__servers {
  background-color: #FAFAFA;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 35px;
}
.tab__servers .mobile-tab__servers .value__copy {
  max-width: 232px;
}
.sidebar__stat .ct-chart {
  height: 205px;
}

.content__row .content__left {
  min-width: 75.4%;
}

.content__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 1;
}

.sidebar__wrap {
  background-color: #FFFFFF;
  padding: 18px 18px 25px 18px;
  border-radius: 8px;
  width: 100%;
}
.sidebar__wrap:nth-child(n+2) {
  margin-top: 16px;
}
.sidebar__wrap .sidebar__title {
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 11px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.sidebar__wrap .stat__title {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar__wrap.active-buttons {
  padding: 24px 18px 18px;
}
.sidebar__wrap.active-buttons a {
  width: 100%;
}
.sidebar__wrap.active-buttons a:first-child {
  margin-bottom: 10px;
}
.sidebar__wrap .empty-links {
  color: #727272;
}
.sidebar__wrap .sidebar-links__item {
  color: #42AE8E;
  display: flex;
  align-items: center;
}
.sidebar__wrap .sidebar-links__item span:first-child {
  margin-right: 12px;
  width: 20px;
}
.sidebar__wrap .sidebar-links__item:nth-last-child(n+2) {
  margin-bottom: 25px;
}

.sidebar__stat {
  padding-bottom: 18px;
}

.stat__tab {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.stat__tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F6F6F6;
  border-radius: 48px;
  position: absolute;
  bottom: -15px;
}
.stat__tab li {
  display: inline-block;
  color: inherit;
  text-transform: uppercase;
  position: relative;
}
.stat__tab li a {
  color: inherit;
}
.stat__tab .is_active {
  font-family: Inter-Bold;
  color: #42AE8E;
}
.stat__tab .is_active::after {
  content: "";
  display: block;
  background-color: #42AE8E;
  width: 100%;
  height: 3px;
  border-radius: 48px;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}

.sidebar__widget {
  padding: 14px 17px;
}
.sidebar__widget .sidebar__title {
  padding-bottom: 5px;
}

.sidebar__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 17px;
}
.sidebar__share .share__left {
  color: #727272;
  font-size: 12px;
}
.sidebar__share .share__right {
  display: flex;
}
.sidebar__share .share__right a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 7.5px;
  background-color: #EDF7F4;
}
.sidebar__share .share__right a:nth-last-child(n+2) {
  margin-right: 10px;
}

.s-server-search .s-server-search__wrap {
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  margin-top: 42px;
  margin-bottom: 25px;
  padding: 27px 40px 40px 40px;
  border-radius: 8px;
  position: relative;
}
.s-server-search .search-filter__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-server-search .search__top {
  display: flex;
}
.s-server-search .search__bottom {
  display: flex;
}
.s-server-search .search__title {
  margin-bottom: 16px;
  font-size: 1.5em;
  position: relative;
}
.s-server-search .index-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.s-server-search .index-title p {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.s-server-search .search__descr {
  position: relative;
}
.s-server-search .def__tab {
  max-width: 530px;
  margin-top: 0;
  padding-top: 35px;
}
.s-server-search .def__tab span {
  cursor: default;
}
.s-server-search .def__tab a:hover {
  color: #42AE8E;
}
.s-server-search .def__tab .copy-tooltipe__wrap {
  cursor: pointer;
  text-transform: none;
}
.s-server-search .search__long {
  position: relative;
}
.s-server-search .search__long button {
  position: absolute;
  z-index: 1;
  height: 100%;
  padding-left: 18px;
}
.s-server-search .search__long input {
  padding-left: 50px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: Inter-Semibold;
}
.s-server-search .search__long input:active, .s-server-search .search__long input:focus {
  border-color: #42AE8E;
}
.s-server-search .search__long input::-moz-placeholder {
  font-family: Inter;
}
.s-server-search .search__long input:-ms-input-placeholder {
  font-family: Inter;
}
.s-server-search .search__long input::placeholder {
  font-family: Inter;
}
.s-server-search .search__long .is-empty {
  color: #EC6758;
  border-color: #EC6758;
}
.s-server-search .search__long .is-empty:active, .s-server-search .search__long .is-empty:focus {
  border-color: #EC6758;
}
.s-server-search .search__long .is-empty::-moz-placeholder {
  color: #EC6758;
  font-family: Inter-Semibold;
}
.s-server-search .search__long .is-empty:-ms-input-placeholder {
  color: #EC6758;
  font-family: Inter-Semibold;
}
.s-server-search .search__long .is-empty::placeholder {
  color: #EC6758;
  font-family: Inter-Semibold;
}
.s-server-search .search__version .dropdown-optgroup {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  padding-bottom: 10px;
  justify-content: space-between;
}
.s-server-search .search__version .dropdown-optgroup .dropdown-option {
  width: 49.2%;
  text-align: center;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 4px;
}
.s-server-search .search__version .dropdown-optgroup .dropdown-option:first-child {
  width: 100%;
  color: #42AE8E !important;
}

.s-monitoring h2, .s-monitoring p {
  position: relative;
  z-index: 1;
}
.s-monitoring .monitoring__wrap {
  max-width: 750px;
}

.server-table__head {
  display: flex;
  margin-bottom: 22px;
}

#blockPayment__toggle .pcpocket {
  width: 400px !important;
}
#blockPayment__toggle .pcpocket li {
  flex: 1 1 0;
  justify-content: center;
}

.pcpocket {
  background-color: #F6F6F6;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 6px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.pcpocket a {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px;
}
.pcpocket a img {
  margin-right: 8px;
}
.pcpocket a:first-child {
  padding-left: 12px;
  padding-right: 20px;
}
.pcpocket a:last-child {
  padding-left: 6px;
}
.pcpocket .is-active {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.s-server-search .pcpocket a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.s-server-search .pcpocket .is-active {
  background-color: #fff;
  padding: 12px;
  width: 50%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  color: #42AE8E;
}

.s-server-add .s-server-add__wrap {
  background-color: #FFFFFF;
  margin-bottom: 25px;
  padding: 27px 40px;
  border-radius: 8px;
  position: relative;
}
.s-server-add .s-server-add__wrap.attention-block {
  background-color: #ECF2FD;
  color: #2A6BE9;
  display: flex;
  align-items: center;
}
.s-server-add .s-server-add__wrap h1 {
  font-size: 18px;
}
.s-server-add .s-server-add__wrap .add-description strong {
  display: block;
}
.s-server-add .s-server-add__wrap .h1, .s-server-add .s-server-add__wrap .add-description, .s-server-add .s-server-add__wrap #addressServer, .s-server-add .s-server-add__wrap #addServer {
  position: relative;
  z-index: 1;
}
.s-server-add .s-server-add__wrap .form-add-server {
  display: flex;
}
.s-server-add .s-server-add__wrap .form-add-server .block-button-add {
  display: inline-block;
  margin-left: 6px;
}
.s-server-add .s-server-add__wrap .add-input-block {
  display: inline-block;
  width: 50%;
}
.s-server-add .s-server-add__wrap .add-input-block #addressServer {
  width: 100%;
  padding: 11px 25px;
}
.s-server-add .s-server-add__wrap .add-input-block #answerAddingServerBlock {
  text-align: center;
}
.s-server-add .s-server-add__wrap .add-input-block #answerAddingServerBlock span {
  display: block;
}
.s-server-add .s-server-add__wrap .add-input-block #answerAddingServerBlock #answerAddingServer {
  color: #ED5454;
  font-weight: 600;
}
.s-server-add .s-server-add__wrap .add-input-block #answerAddingServerBlock #extendedAnswerAddingServer a {
  font-weight: 600;
}
.s-server-add .instruction-add-section h2 {
  font-size: 17px;
  text-align: center;
}
.s-server-add .instruction-add-section .instruction-add-block {
  display: flex;
  justify-content: space-around;
}
.s-server-add .instruction-add-section .instruction-add-block .instruction-item {
  width: 40%;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-layer__add-bottom {
  position: absolute;
  width: 100%;
}
.bg-layer__add-bottom .m-cube__right {
  top: auto;
  bottom: 0;
  right: 0;
}

.bg-layer__error .m-cow {
  top: 140px;
  left: -10px;
}
.bg-layer__error .m-duck {
  top: 160px;
  right: -1px;
}
.bg-layer__error .m-cube__left {
  top: 160px;
  left: 15%;
}
.bg-layer__error .m-cube__right {
  top: 345px;
  right: 10%;
}

.s-contacts h1 {
  font-size: 18px;
}
.s-contacts .description-contacts {
  position: relative;
  z-index: 1;
}
.s-contacts .contacts__wrap {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-top: 60px;
  margin-bottom: 72px;
  padding: 27px 40px;
  border-radius: 8px;
  position: relative;
}
.s-contacts .contacts__wrap .contact-items {
  font-size: 16px;
}
.s-contacts .contacts__wrap .contact-items div {
  margin-top: 20px;
}
.s-contacts .contacts__wrap .contact-items div a {
  color: #42AE8E;
  display: inline-flex;
  align-items: center;
}
.s-contacts .contacts__wrap .contact-items div a svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.s-contacts .contacts__wrap .contact-items div a:hover {
  color: #2A6BE9;
}
.s-contacts .contacts__wrap .contact-items div:first-child svg {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}

.bg-layer__contacts .m-cow {
  top: 140px;
  left: -10px;
}
.bg-layer__contacts .m-duck {
  top: 160px;
  right: -1px;
}

.s-privacy-and-terms h1 {
  font-size: 18px;
}
.s-privacy-and-terms .privacy-and-terms__wrap {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 27px 40px;
  border-radius: 8px;
  position: relative;
}
.s-privacy-and-terms .privacy-and-terms__wrap .text-doc {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.s-privacy-and-terms .privacy-and-terms__wrap .text-doc .only-text {
  margin-top: 20px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol {
  margin: 0;
  margin-top: 20px;
  padding: 0 0 0 15px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol .main-list {
  margin-top: 15px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol ul {
  padding-left: 18px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list {
  margin-top: 40px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list .only-text-in-list {
  margin-top: 20px;
  padding-left: 18px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list li {
  margin-top: 30px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ol {
  margin: 0;
  list-style: none;
  counter-reset: li;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ol li {
  max-width: 920px;
  margin-top: 15px;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ol li .only-text-in-list {
  padding: 0;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ul {
  list-style: circle;
}
.s-privacy-and-terms .privacy-and-terms__wrap ol.terms-list ul li:before {
  display: none;
}

.s-server-payment h1 {
  font-size: 18px;
}
.s-server-payment .description-payment {
  position: relative;
  z-index: 1;
}
.s-server-payment h2 {
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-server-payment .payment__wrap {
  background-color: #FFFFFF;
  margin-bottom: 25px;
  padding: 27px 40px;
  border-radius: 8px;
  position: relative;
}
.s-server-payment .payment__wrap.select-block {
  background-color: transparent;
  margin-bottom: 0;
}
.s-server-payment .payment__wrap#blockPayment__toggle {
  background-color: transparent;
  padding: 10px 10px;
}
.s-server-payment .search-server-block {
  text-align: center;
}
.s-server-payment .search-server-block #searchServer {
  width: 450px;
}
.s-server-payment .search-server-block .search-plate-block {
  display: none;
}
.s-server-payment .search-server-block.open-search .search-plate-block {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -1px;
  position: relative;
}
.s-server-payment .search-server-block.open-search #searchServer {
  border-radius: 8px 8px 0 0;
}
.s-server-payment .search-server-block #searchPlate {
  position: absolute;
  overflow: hidden;
  width: 450px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 0 0 8px 8px;
  z-index: 1;
}
.s-server-payment .search-server-block #searchPlate span {
  color: #727272;
  padding: 15px;
  display: block;
}
.s-server-payment .search-server-block #searchPlate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-server-payment .search-server-block #searchPlate ul li {
  text-align: left;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D6D6D6;
}
.s-server-payment .search-server-block #searchPlate ul li:last-child {
  border-bottom: none;
}
.s-server-payment .search-server-block #searchPlate ul li:hover {
  background-color: #EDF7F4;
}
.s-server-payment .search-server-block #searchPlate ul li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
  padding: 15px;
}
.s-server-payment #blockPayment__toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.s-server-payment #blockPayment__toggle ul {
  list-style: none;
  width: auto;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.s-server-payment #blockPayment__toggle ul li {
  padding: 12px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.s-server-payment #blockPayment__toggle ul li svg {
  margin-right: 5px;
}
.s-server-payment #blockPayment__toggle.pay-highlight #selectHighlight {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.s-server-payment #blockPayment__toggle.pay-highlight #selectHighlight svg path {
  fill: #42AE8E;
}
.s-server-payment #blockPayment__toggle.pay-point #selectPoint {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.s-server-payment #blockPayment__toggle.pay-point #selectPoint svg path {
  fill: #42AE8E;
}
.s-server-payment #blockPayment {
  background-color: transparent;
  margin-bottom: 60px;
}
.s-server-payment #blockPayment #payPointBlock, .s-server-payment #blockPayment #payHighlightBlock {
  display: none;
}
.s-server-payment #blockPayment.pay-highlight #payHighlightBlock {
  display: flex;
}
.s-server-payment #blockPayment.pay-point #payPointBlock {
  display: block;
}
.s-server-payment #blockPayment .current-points {
  font-weight: normal;
}
.s-server-payment #blockPayment .row-content {
  display: flex;
}
.s-server-payment #blockPayment .content-left {
  padding: 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
  width: 75%;
}
.s-server-payment #blockPayment .content-right {
  padding-left: 18px;
  width: 25%;
}
.s-server-payment #blockPayment .payment-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-server-payment #blockPayment .input-point-block, .s-server-payment #blockPayment .select-point-period-block {
  width: 48%;
  display: inline-block;
}
.s-server-payment #blockPayment .input-point-block label, .s-server-payment #blockPayment .select-point-period-block label {
  display: block;
  margin-bottom: 6px;
}
.s-server-payment #blockPayment .point-input-block svg {
  position: absolute;
  margin-top: 16px;
  margin-left: 16px;
}
.s-server-payment #blockPayment .point-input-block #pointInput {
  width: 100%;
  padding-left: 45px;
}
.s-server-payment #blockPayment .point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-server-payment #blockPayment .point-list .point-item, .s-server-payment #blockPayment .point-list .point-item-disable {
  cursor: pointer;
  width: 32.5%;
  height: 75px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  background-color: rgba(42, 175, 233, 0.08);
  color: #727272;
  display: flex;
  align-items: center;
  padding: 10px;
}
.s-server-payment #blockPayment .point-list .point-item.active, .s-server-payment #blockPayment .point-list .point-item-disable.active {
  box-shadow: #16B787 0 0 10px 0;
  border-color: #DBF2EB;
  background-color: #EDF7F4;
}
.s-server-payment #blockPayment .point-list .point-item:hover {
  background-color: #EDF7F4;
  border-color: #DBF2EB;
}
.s-server-payment #blockPayment .point-list .point-item-disable {
  color: #D6D6D6;
  background-color: #F6F6F6;
  cursor: default;
  opacity: 0.6;
}
.s-server-payment #blockPayment .point-list .point-item-disable svg path {
  fill: #D6D6D6;
}
.s-server-payment #blockPayment .point-list .point-item-disable .point-shortage {
  color: #D6D6D6;
}
.s-server-payment #blockPayment .point-list .point-item-disable .point-discount {
  background-color: #D6D6D6;
}
.s-server-payment #blockPayment .point-list .point-shortage {
  width: 75px;
  color: #42AE8E;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  padding: 10px 6px;
  margin-right: 15px;
}
.s-server-payment #blockPayment .point-list .point-manually {
  display: flex;
  align-items: center;
}
.s-server-payment #blockPayment .point-list .point-manually svg {
  margin-right: 10px;
}
.s-server-payment #blockPayment .sum-order {
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
}
.s-server-payment #blockPayment #payPointButton, .s-server-payment #blockPayment #payHighlightButton {
  width: 100%;
}
.s-server-payment #blockPayment .error-payment-click {
  position: absolute;
  display: block;
  text-align: center;
  width: 85%;
  color: #ED5454;
  margin-top: 10px;
}
.s-server-payment #blockPayment .point-input, .s-server-payment #blockPayment .highlight-input {
  display: none;
}
.s-server-payment #blockPayment .points-order, .s-server-payment #blockPayment .highlight-order {
  padding: 20px 20px 40px;
  border-radius: 8px;
  background-color: #FFFFFF;
  position: relative;
}
.s-server-payment #blockPayment .points-order h4, .s-server-payment #blockPayment .highlight-order h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.s-server-payment #blockPayment .points-order h4 span, .s-server-payment #blockPayment .highlight-order h4 span {
  color: #42AE8E;
}
.s-server-payment #blockPayment .point-discount, .s-server-payment #blockPayment .highlight-discount {
  color: #FAFAFA;
  background-color: #42AE8E;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 10px 12px;
  margin-left: auto;
}
.s-server-payment #blockPayment .highlight-text {
  font-size: 16px;
  width: 85px;
  text-align: center;
  margin-right: 30px;
}
.s-server-payment #blockPayment #payHighlightBlock {
  justify-content: center;
}
.s-server-payment #blockPayment #payHighlightBlock .highlight-list {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.s-server-payment #blockPayment #payHighlightBlock .highlight-order-block {
  padding-left: 18px;
  width: 25%;
}
.s-server-payment #blockPayment .highlight-item {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 75px;
  background-color: rgba(42, 175, 233, 0.08);
  margin: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #727272;
}
.s-server-payment #blockPayment .highlight-item.active {
  box-shadow: #16B787 0 0 10px 0;
  background-color: #EDF7F4;
}
.s-server-payment #blockPayment .highlight-item:hover {
  background-color: #EDF7F4;
}

.bg-layer__payment .m-cow {
  top: 700px;
  left: -27px;
}
.bg-layer__payment .m-cube__23 {
  top: 440px;
  right: 440px;
  left: auto;
}
.bg-layer__payment .m-cube__left {
  top: 430px;
  left: 150px;
}
.bg-layer__payment .m-cube__right {
  top: 825px;
  right: 0;
}
.bg-layer__payment .m-duck {
  top: 450px;
  right: 0;
}

.success-pay-page h1, .error-pay-page h1 {
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.s-payments {
  min-height: 505px;
}
.s-payments #paymentsPageToggle {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.s-payments #paymentsPageToggle ul {
  list-style: none;
  width: auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.s-payments #paymentsPageToggle ul li {
  padding: 12px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.s-payments #paymentsPageToggle ul li a {
  color: inherit;
}
.s-payments #paymentsPageToggle ul li svg {
  margin-right: 5px;
}
.s-payments #paymentsPageToggle ul li.is-active {
  cursor: default;
}
.s-payments #paymentsPageToggle ul li.is-active svg path {
  fill: #42AE8E;
}
.s-payments .server-table__head {
  padding: 0 18px;
  justify-content: space-between;
}
.s-payments .table__body {
  justify-content: space-between;
}
.s-payments .tail-select .select-label .label-count, .s-payments .tail-select .select-label .label-inner {
  width: 95%;
}
.s-payments .service-info-block {
  display: flex;
  justify-content: space-between;
}
.s-payments .service-info-block .flex-item {
  width: 49%;
}
.s-payments .service-info-block .points-block, .s-payments .service-info-block .highlight-block {
  border-radius: 8px;
  padding: 10px;
}
.s-payments .service-info-block .points-block {
  background-color: #FAFAFA;
}
.s-payments .service-info-block .highlight-block {
  box-shadow: #16B787 0 0 10px 0;
}
.s-payments .service-info-block .status-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.s-payments .service-info-block .empty-service-status, .s-payments .service-info-block .success-service-status {
  display: flex;
  align-items: center;
}
.s-payments .service-info-block .empty-service-status span, .s-payments .service-info-block .success-service-status span {
  font-weight: 600;
  margin-left: 5px;
}
.s-payments .service-info-block .empty-service-status span {
  color: #727272;
}
.s-payments .service-info-block .success-service-status span {
  color: #42AE8E;
}
.s-payments .service-info-block .point-item {
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 12px 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.s-payments .service-info-block .point-item .table__number {
  flex-direction: row;
  width: 45px;
}
.s-payments .service-info-block .point-item .table__number svg {
  margin-left: 5px;
}
.s-payments .service-info-block .expires-soon-block {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.s-payments .service-info-block .expires-soon-block .expires-soon {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  background-color: #D97973;
  border: 1px solid #D97973;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: default;
  padding: 5px 10px;
}
.s-payments .service-info-block .highlight-block .time-expired {
  justify-content: center;
}
.s-payments .service-info-block .time-expired {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.s-payments .service-info-block .time-expired .time-label {
  white-space: nowrap;
  color: inherit;
}
.s-payments .service-info-block .time-expired span {
  color: #727272;
  margin-left: 5px;
}
.s-payments .service-info-block .time-expired .expires-soon {
  color: #FFFFFF;
}

.restore h1, .restore p, .restore input, .restore button, .reset-password h1, .reset-password p, .reset-password input, .reset-password button {
  position: relative;
  z-index: 1;
}
.restore .plate, .reset-password .plate {
  width: 700px;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: left;
  padding: 40px;
  margin-bottom: 40px;
}
.restore .plate input, .reset-password .plate input {
  width: 70%;
}
.restore .plate .help-block-error, .reset-password .plate .help-block-error {
  color: #ED5454;
}

.s-update-server .help-block-error {
  color: #ED5454;
}
.s-update-server .form-group {
  margin-top: 15px;
}
.s-update-server .form-group input, .s-update-server .form-group textarea {
  width: 100%;
}
.s-update-server .form-group textarea {
  resize: none;
}
.s-update-server .form-group .control-label {
  margin-bottom: 6px;
  display: block;
  font-family: Inter-Semibold;
}
.s-update-server .submit-group {
  margin-top: 15px;
  display: flex;
}
.s-update-server.update-step-1 .submit-group {
  justify-content: flex-end;
}
.s-update-server.update-step-1 .wide-upload-block {
  display: flex;
  justify-content: space-between;
}
.s-update-server.update-step-1 .wide-upload-block .cabinet__changeimage {
  max-width: 250px;
  width: 250px;
}
.s-update-server.update-step-1 .wide-upload-block #imageImageWide {
  width: 52%;
  display: flex;
  align-items: center;
}
.s-update-server.update-step-1 .wide-upload-block #imageImageWide img {
  width: 100%;
}
.s-update-server.update-step-2 .submit-group {
  justify-content: space-between;
}
.s-update-server.update-step-2 #radioBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.s-update-server .radioToggle {
  padding: 20px 10px;
  display: inline-flex;
}
.s-update-server .radioToggle .radio:first-child label {
  border-radius: 8px 0 0 8px;
}
.s-update-server .radioToggle .radio:last-child label {
  border-radius: 0 8px 8px 0;
}
.s-update-server .radioToggle .radio input[type=radio] + label {
  color: #42AE8E;
  background-color: #EDF7F4;
  padding: 12px 25px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.s-update-server .radioToggle .radio input[type=radio] + label:hover {
  border-color: #42AE8E;
}
.s-update-server .radioToggle .radio input[type=radio]:checked + label {
  color: #FFFFFF;
  background-color: #42AE8E;
  border-color: #42AE8E;
}
.s-update-server .radioToggle input[type=radio] {
  display: none;
}
.s-update-server .checkbox-list .control-label {
  display: block;
  margin-bottom: 10px;
  font-family: Inter-Semibold;
  text-align: center;
}
.s-update-server .checkbox-list .control-label span {
  background-color: #D6D6D6;
  padding: 6px 10px;
  border-radius: 8px;
  color: #FFFFFF;
  white-space: nowrap;
}
.s-update-server .checkboxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.s-update-server .checkboxList .checkbox {
  margin-top: 10px;
  padding: 6px 15px;
}
.s-update-server .checkboxList .checkbox input[type=checkbox] + label {
  color: #42AE8E;
  background-color: #EDF7F4;
  padding: 6px 15px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.s-update-server .checkboxList .checkbox input[type=checkbox] + label:hover {
  border-color: #42AE8E;
}
.s-update-server .checkboxList .checkbox input[type=checkbox]:checked + label {
  color: #FFFFFF;
  background-color: #42AE8E;
  border-color: #42AE8E;
}
.s-update-server .checkboxList input[type=checkbox] {
  display: none;
}

.loader {
  margin: 30px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #42AE8E 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #42AE8E;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fafafa;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.s-server__table .server-table__cap span {
  cursor: default;
}
.s-server__table .server-table__cap:nth-child(1) {
  width: 7%;
}
.s-server__table .server-table__cap:nth-child(2) {
  width: 35%;
}
.s-server__table .server-table__cap:nth-child(3) {
  width: 14%;
}
.s-server__table .server-table__cap:nth-child(4) {
  width: 11%;
}
.s-server__table .server-table__cap:nth-child(5) {
  width: 33%;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.manager-pagination {
  display: inline-block;
  font-size: 18px;
}
.manager-pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  height: auto;
}
.manager-pagination a, .manager-pagination span {
  background-color: #FAFAFA;
  color: #D6D6D6;
  border-right: 0.759259px solid #D6D6D6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.manager-pagination li:last-child a, .manager-pagination li:last-child span {
  border-right: none;
}
.manager-pagination a:hover {
  color: #42AE8E;
}
.manager-pagination a:hover svg path {
  stroke: #42AE8E;
}
.manager-pagination span {
  background-color: #EDF7F4;
  cursor: default;
}
.manager-pagination .active a, .manager-pagination .active span {
  cursor: default;
  background-color: #42AE8E;
  color: #FFFFFF;
  border-right: none;
}

.server-table__body {
  background-color: #FFFFFF;
  padding: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.server-table__body.highlight {
  box-shadow: #16B787 0 0 10px 0;
}
.server-table__body span {
  cursor: default;
}
.server-table__body .h__text {
  width: 36.5%;
}
.server-table__body .h__text span, .server-table__body .h__text p, .server-table__body .h__text h3 {
  cursor: pointer;
  max-width: 352px;
  width: 352px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-table__body .table__users {
  width: 14.36%;
}
.server-table__body .table__shield {
  width: 11.3%;
}
.server-table__body .table__cup {
  width: 12%;
}
.server-table__body .table__number {
  margin-right: 32px;
}
.server-table__body .table__banner {
  overflow: hidden;
  max-width: 352px;
  height: 45px;
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid #EDF7F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-table__body .table__banner img {
  height: 45px;
}
.server-table__body .table__value {
  display: flex;
  align-items: center;
}
.server-table__body .table__value img, .server-table__body .table__value svg {
  margin-right: 10px;
}
.server-table__body .table__button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.server-table__body .table__button .table__favourite {
  min-width: 41px;
  width: 41px;
  height: 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  border-radius: 8px;
  position: relative;
}
.server-table__body .table__button .table__favourite i {
  font-size: 20px;
  font-weight: bold;
}
.server-table__body .table__right {
  width: 21%;
  text-align: right;
}
.server-table__body .table__right span {
  cursor: pointer;
}

.server-table__body {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

#gameCard .copy-tooltipe__wrap {
  width: 100%;
  text-align: center;
}

.tooltipe__wrap {
  position: relative;
}
.tooltipe__wrap:hover .tooltipe__item {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.tooltipe__item {
  position: absolute;
  top: -35px;
  background-color: #1A2232;
  color: #FFFFFF;
  font-size: 10px;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 17px;
  border-radius: 4px;
  transform: translateY(-8px);
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}
.tooltipe__item::after {
  content: url("/images/clue-triangle.svg");
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltipe__visible {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.copy-tooltipe__wrap {
  position: relative;
}

.copy-tooltipe__item {
  position: absolute;
  top: -35px;
  background-color: #1A2232;
  color: #FFFFFF;
  font-size: 10px;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 17px;
  border-radius: 4px;
  transform: translateY(-8px);
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}
.copy-tooltipe__item::after {
  content: url("/images/clue-triangle.svg");
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.copy-tooltipe__visible {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.cabinet__wrap, .ymyl__wrap {
  display: flex;
  margin: 52px 0;
}
.cabinet__wrap.update-server, .ymyl__wrap.update-server {
  margin-top: 0;
}
.cabinet__wrap .cabinet__left,
.cabinet__wrap .ymyl__left,
.cabinet__wrap .ymyl__right,
.cabinet__wrap .cabinet__right, .ymyl__wrap .cabinet__left,
.ymyl__wrap .ymyl__left,
.ymyl__wrap .ymyl__right,
.ymyl__wrap .cabinet__right {
  border-radius: 8px;
  width: 100%;
  min-height: 740px;
}
.cabinet__wrap .cabinet__left, .cabinet__wrap .ymyl__left, .ymyl__wrap .cabinet__left, .ymyl__wrap .ymyl__left {
  max-width: 270px;
  margin-right: 30px;
}
.cabinet__wrap .cabinet__left ul, .cabinet__wrap .ymyl__left ul, .ymyl__wrap .cabinet__left ul, .ymyl__wrap .ymyl__left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cabinet__wrap .cabinet__left ul a, .cabinet__wrap .ymyl__left ul a, .ymyl__wrap .cabinet__left ul a, .ymyl__wrap .ymyl__left ul a {
  color: inherit;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.cabinet__wrap .cabinet__left ul a img, .cabinet__wrap .cabinet__left ul a svg, .cabinet__wrap .ymyl__left ul a img, .cabinet__wrap .ymyl__left ul a svg, .ymyl__wrap .cabinet__left ul a img, .ymyl__wrap .cabinet__left ul a svg, .ymyl__wrap .ymyl__left ul a img, .ymyl__wrap .ymyl__left ul a svg {
  width: 20px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.cabinet__wrap .cabinet__left .cabinet__sticky, .cabinet__wrap .ymyl__left .cabinet__sticky, .ymyl__wrap .cabinet__left .cabinet__sticky, .ymyl__wrap .ymyl__left .cabinet__sticky {
  padding: 18px 15px;
  border-radius: 8px;
}
.cabinet__wrap .cabinet__left .cabinet__sticky svg, .cabinet__wrap .ymyl__left .cabinet__sticky svg, .ymyl__wrap .cabinet__left .cabinet__sticky svg, .ymyl__wrap .ymyl__left .cabinet__sticky svg {
  margin-right: 28px;
}
.cabinet__wrap .cabinet__right, .ymyl__wrap .cabinet__right {
  max-width: 900px;
  padding: 20px 24px 35px 20px;
  overflow: hidden;
}
.cabinet__wrap .ymyl__right, .ymyl__wrap .ymyl__right {
  max-width: 900px;
  overflow: hidden;
}
.cabinet__wrap .ymyl__right .about-bg-image, .cabinet__wrap .ymyl__right .payment-bg-image, .ymyl__wrap .ymyl__right .about-bg-image, .ymyl__wrap .ymyl__right .payment-bg-image {
  width: 100%;
}
.cabinet__wrap .ymyl__right .about-minecraft, .ymyl__wrap .ymyl__right .about-minecraft {
  width: 386px;
  margin-top: 52px;
  left: 784px;
  position: absolute;
}
.cabinet__wrap .ymyl__right .content, .ymyl__wrap .ymyl__right .content {
  padding: 0 40px;
}
.cabinet__wrap .ymyl__right .hr-block, .ymyl__wrap .ymyl__right .hr-block {
  height: 1px;
  width: 100%;
  background-color: #D6D6D6;
}
.cabinet__wrap .ymyl__right .billet-list, .ymyl__wrap .ymyl__right .billet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cabinet__wrap .ymyl__right .billet-list .billet-item, .ymyl__wrap .ymyl__right .billet-list .billet-item {
  margin-top: 15px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  width: 32%;
  padding: 15px 15px 20px 15px;
  font-size: 14px;
}
.cabinet__wrap .ymyl__right .billet-list .billet-item .billet-head, .ymyl__wrap .ymyl__right .billet-list .billet-item .billet-head {
  display: flex;
  align-items: center;
}
.cabinet__wrap .ymyl__right .billet-list .billet-item .billet-head h3, .ymyl__wrap .ymyl__right .billet-list .billet-item .billet-head h3 {
  margin-left: 17px;
}
.cabinet__wrap .ymyl__right .billet-list .billet-item p, .ymyl__wrap .ymyl__right .billet-list .billet-item p {
  margin-top: 13px;
  color: #727272;
}
.cabinet__wrap .ymyl__right .about-game p, .ymyl__wrap .ymyl__right .about-game p {
  margin-top: 14px;
  font-size: 16px;
  color: #727272;
}
.cabinet__wrap .ymyl__right .about-game img, .ymyl__wrap .ymyl__right .about-game img {
  width: 100%;
}
.cabinet__wrap .ymyl__right .about-history, .ymyl__wrap .ymyl__right .about-history {
  padding-bottom: 96px;
}
.cabinet__wrap .ymyl__right .about-history p, .ymyl__wrap .ymyl__right .about-history p {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 30px;
  color: #727272;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram, .ymyl__wrap .ymyl__right .about-history .history-diagram {
  font-size: 16px;
  height: 326px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .diagram-main-line, .ymyl__wrap .ymyl__right .about-history .history-diagram .diagram-main-line {
  position: absolute;
  height: 2px;
  width: 60%;
  background-color: #D6D6D6;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .history-year, .ymyl__wrap .ymyl__right .about-history .history-diagram .history-year {
  height: 100%;
  border-left: 2px solid #EDF7F2;
  display: flex;
  flex-direction: revert;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram label, .ymyl__wrap .ymyl__right .about-history .history-diagram label {
  font-size: 20px;
  color: #D6D6D6;
  border-left: 2px solid #D6D6D6;
  height: 30px;
  padding-left: 6px;
  display: inline-flex;
  align-items: end;
  position: absolute;
  margin-top: 294px;
  margin-left: -2px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .points, .ymyl__wrap .ymyl__right .about-history .history-diagram .points {
  display: flex;
  align-items: center;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .points .point, .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point {
  height: 50px;
  width: 2px;
  background-color: #D6D6D6;
  margin-left: 57px;
  margin-top: -82px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .points .point:before, .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #42AE8E;
  margin-left: -14px;
  margin-top: 52px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .points .point:after, .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #42AE8E;
  margin-left: -6px;
  margin-top: -16px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram .points .point span, .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point span {
  position: absolute;
  max-width: 165px;
  margin-top: -18px;
  margin-left: 15px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2020 .point,
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2022 .point, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point {
  margin-left: 40px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child,
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child {
  margin-left: 110px;
  rotate: 180deg;
  margin-top: 85px;
  transform: scale(-1, 1);
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child span,
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child span, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child span,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child span {
  margin-top: -35px;
  rotate: 180deg;
  transform: scale(-1, 1);
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2020, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 {
  width: 22%;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2021, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2021 {
  width: 30%;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2022, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 {
  width: 35%;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child {
  margin-left: 45px;
}
.cabinet__wrap .ymyl__right .about-history .history-diagram #year-2023, .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2023 {
  width: 40%;
}
.cabinet__wrap .ymyl__right .about-office, .ymyl__wrap .ymyl__right .about-office {
  padding-bottom: 128px;
}
.cabinet__wrap .ymyl__right .about-office .photos, .ymyl__wrap .ymyl__right .about-office .photos {
  margin-top: 18px;
  display: inline-block;
}
.cabinet__wrap .ymyl__right .about-office .photos img, .ymyl__wrap .ymyl__right .about-office .photos img {
  display: inline-block;
}
.cabinet__wrap .ymyl__right .about-office .photos img#firstPhoto, .ymyl__wrap .ymyl__right .about-office .photos img#firstPhoto {
  width: 42%;
  float: left;
}
.cabinet__wrap .ymyl__right .about-office .photos img#lastPhoto, .ymyl__wrap .ymyl__right .about-office .photos img#lastPhoto {
  width: 56%;
  margin-left: 11px;
  margin-top: 11px;
}
.cabinet__wrap .ymyl__right .about-office .photos .line-photos, .ymyl__wrap .ymyl__right .about-office .photos .line-photos {
  display: inline-block;
  margin-left: 11px;
  width: 56%;
}
.cabinet__wrap .ymyl__right .about-office .photos .line-photos img:first-child, .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:first-child {
  width: 39%;
}
.cabinet__wrap .ymyl__right .about-office .photos .line-photos img:last-child, .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:last-child {
  width: 56.4%;
  float: right;
}
.cabinet__wrap .ymyl__right.payment-info-page, .ymyl__wrap .ymyl__right.payment-info-page {
  font-size: 16px;
}
.cabinet__wrap .ymyl__right .payment-info-minecraft, .ymyl__wrap .ymyl__right .payment-info-minecraft {
  margin-top: -225px;
  width: 38%;
}
.cabinet__wrap .ymyl__right .billet-payment, .ymyl__wrap .ymyl__right .billet-payment {
  display: flex;
  justify-content: space-between;
}
.cabinet__wrap .ymyl__right .payment-info-list, .ymyl__wrap .ymyl__right .payment-info-list {
  width: 90%;
  padding-left: 20px;
}
.cabinet__wrap .ymyl__right .payment-info-list li, .ymyl__wrap .ymyl__right .payment-info-list li {
  margin-bottom: 5px;
}
.cabinet__wrap .ymyl__right, .cabinet__wrap .ymyl__sticky, .ymyl__wrap .ymyl__right, .ymyl__wrap .ymyl__sticky {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.cabinet__wrap .cabinet__row, .ymyl__wrap .cabinet__row {
  display: flex;
}
.cabinet__wrap .cabinet__row .def__thumb img, .ymyl__wrap .cabinet__row .def__thumb img {
  width: 100%;
}
.cabinet__wrap .cabinet__changeimage, .ymyl__wrap .cabinet__changeimage {
  position: relative;
  max-width: 132px;
  border: 1px solid #42AE8E;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  cursor: pointer;
  font-family: Inter-Semibold;
  color: #42AE8E;
}
.cabinet__wrap .cabinet__changeimage input, .ymyl__wrap .cabinet__changeimage input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.cabinet__wrap .cabinet__input, .ymyl__wrap .cabinet__input {
  width: 100%;
  margin-bottom: 24px;
}
.cabinet__wrap .cabinet__input label,
.cabinet__wrap .cabinet__input input, .ymyl__wrap .cabinet__input label,
.ymyl__wrap .cabinet__input input {
  display: block;
  max-width: 642px;
  width: 100%;
}
.cabinet__wrap .cabinet__input label.hasError,
.cabinet__wrap .cabinet__input input.hasError, .ymyl__wrap .cabinet__input label.hasError,
.ymyl__wrap .cabinet__input input.hasError {
  border-color: #ED5454;
}
.cabinet__wrap .cabinet__input label, .ymyl__wrap .cabinet__input label {
  font-size: 14px;
  font-family: Inter-Bold;
  margin-bottom: 8px;
}
.cabinet__wrap .cabinet__input input, .ymyl__wrap .cabinet__input input {
  font-family: Inter-Semibold;
}
.cabinet__wrap #errorSaveProfile, .cabinet__wrap .errorSaveProfile, .ymyl__wrap #errorSaveProfile, .ymyl__wrap .errorSaveProfile {
  display: block;
  margin-left: 5px;
  color: #ED5454;
}
.cabinet__wrap .linked-button__wrap, .ymyl__wrap .linked-button__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
}
.cabinet__wrap .linked-button__wrap .linked-button__item, .ymyl__wrap .linked-button__wrap .linked-button__item {
  width: 48.5%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
}
.cabinet__wrap .linked-button__wrap .linked-button__item .linked__thumb, .ymyl__wrap .linked-button__wrap .linked-button__item .linked__thumb {
  width: 25px;
  margin-right: 24px;
  display: inline-block;
  text-align: center;
}
.cabinet__wrap .linked-button__wrap .linked-button__item .linked__thumb img, .ymyl__wrap .linked-button__wrap .linked-button__item .linked__thumb img {
  margin: 0;
  vertical-align: middle;
}
.cabinet__wrap .cabinet__changepassword, .ymyl__wrap .cabinet__changepassword {
  max-width: 642px;
}
.cabinet__wrap .cabinet__changepassword .button__password, .ymyl__wrap .cabinet__changepassword .button__password {
  justify-content: flex-start;
  padding: 15px 20px;
  background-image: url("/images/change-password-arrow.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.cabinet__wrap .table-value__mobile, .ymyl__wrap .table-value__mobile {
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
  display: none;
}

.favourite__table .server-table__cap {
  text-align: center;
}
.favourite__table .server-table__cap:first-child {
  text-align: left;
}
.favourite__table .table__body {
  padding: 18px 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.favourite__table .table__body h2, .favourite__table .table__body p.small-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.favourite__table .table__body .value__copy {
  margin-top: 5px;
}
.favourite__table .table__body .value__copy:hover i {
  color: #42AE8E;
}
.favourite__table .table__body .value__copy:active i, .favourite__table .table__body .value__copy:focus i {
  color: #DBF2EB;
}
.favourite__table .table__body .table__value {
  text-align: center;
}
.favourite__table .table__body .table__buttons {
  display: flex;
  max-width: 36%;
}
.favourite__table .table__body .table__buttons .table__button {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.favourite__table .table__body .table__buttons .table__button svg {
  width: 22px;
  height: auto;
}

.bg-layer__cabinet .bg-layer__item:nth-child(1) {
  top: auto;
  bottom: -85px;
  left: 136px;
}
.bg-layer__cabinet .bg-layer__item:nth-child(2) {
  top: 548px;
  right: 0;
}
.bg-layer__cabinet .bg-layer__item:nth-child(3) {
  top: 548px;
  left: -30px;
}

.cabinet__dropdown {
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 30;
  padding: 14px 16px;
  margin-top: 5px;
  border-radius: 8px;
  max-width: 224px;
  width: 100%;
}
.cabinet__dropdown .cabinet-dropdown__title {
  font-size: 14px;
  font-family: Inter-Bold;
}
.cabinet__dropdown ul {
  padding: 0;
  list-style-type: none;
}
.cabinet__dropdown ul li:last-child a {
  padding-bottom: 0;
}
.cabinet__dropdown ul a {
  color: #727272;
  padding: 14px 0;
  display: block;
  font-size: 14px;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(26, 34, 50, 0.5);
  z-index: 999;
  transition: 0.5s ease;
  display: none;
}
.loader-wrapper .style-box-loading {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer {
  background-color: #184064;
  padding: 50px 0;
  position: relative;
}
.footer .footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-header__left p {
  color: #56748E;
  font-size: 16px;
  margin-top: 8px;
}
.footer .footer__menu {
  padding: 0;
  list-style-type: none;
  margin-top: 25px;
}
.footer .footer__menu li {
  margin-right: 56px;
  display: inline-block;
}
.footer .footer__menu li button {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: #FFFFFF;
}
.footer .footer__menu a {
  color: #FFFFFF;
}
.footer .informer-list {
  display: inline-flex;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: -38px;
}
.footer .informer-list .informer {
  width: 88px;
  height: 30px;
  border: 0;
  opacity: 0.5;
  margin-left: 10px;
}
.footer .informer-list .informer:hover {
  opacity: 1;
}
.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.footer .footer__bottom p {
  color: #56748E;
}
.footer .footer-mobile__vk {
  display: none;
}

.alert {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert.alert-success {
  color: #42AE8E;
  background-color: #DBF2EB;
}
.alert.alert-danger {
  color: #ED5454;
  background-color: #F7EDED;
}
.alert button.close {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #1A2232;
  opacity: 0.2;
}

/*=== CONTACTS PAGE STYLES START ===*/
.contacts__section {
  display: flex;
  align-items: flex-start;
}
.contacts__section .left {
  width: 332px;
  flex-basis: 332px;
  padding-right: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}
.contacts__section .right {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
}

.contacts__list {
  margin-top: 24px;
  margin-bottom: 0;
}

.contacts__item {
  padding-top: 16px;
  padding-left: 28px;
  position: relative;
}
.contacts__item:last-of-type {
  padding-bottom: 0;
}
.contacts__item:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px solid #D6D6D6;
}
.contacts__item .icon {
  position: absolute;
  left: 0;
  top: 16px;
}

.social-contacts__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-contacts__list .social-contacts__item .item__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.send-message__form {
  width: 100%;
  max-width: 500px;
}
.send-message__form .contacts {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.send-message__form .contacts > * {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 240px;
  margin: 4px;
}
.send-message__form textarea {
  resize: none;
  height: 150px;
}
.send-message__form .actions {
  display: flex;
  align-items: center;
}
.send-message__form .attachment__button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/*=== CONTACTS PAGE STYLES END ===*/
/*=== FAQ PAGE STYLES START ===*/
.faq-content__container {
  padding: 24px 20px;
  margin-bottom: 32px;
}

.faq-items__layout {
  padding: 20px 24px;
  background-color: #F7F8F9;
  border-radius: 10px;
}

.accordion__container {
  border-bottom: 1px solid #D6D6D6;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.4375;
  width: 100%;
  max-width: 500px;
}
.accordion__container .accordion__header {
  color: #1A2232;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 28px;
  cursor: pointer;
  position: relative;
}
.accordion__container .accordion__header .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.accordion__container .accordion__body {
  color: #727272;
  padding-left: 24px;
  overflow: hidden;
  transition: max-height 750ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  max-height: 0;
}
.accordion__container.opened .accordion__header .icon {
  transform: translateY(-50%) rotateX(180deg);
}

.faq-bottom-images__container {
  position: relative;
  max-width: 100%;
}

.faq-bottom-image__container {
  overflow: hidden;
  max-width: 100%;
}

.faq-bottom-image {
  min-width: 100%;
}

.faq-bottom-right-image {
  position: absolute;
  left: 434px;
  bottom: -14px;
}

/*=== FAQ PAGE STYLES END ===*/
/*=== ABOUT PAGE STYLES START ===*/
.smi__list {
  display: flex;
  margin: 16px -4px;
  flex-wrap: wrap;
}
.smi__list .smi__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  min-width: 256px;
  max-width: 400px;
  height: 122px;
  background: #727272;
  border-radius: 4px;
  margin: 4px;
}
.smi__list .smi__list-item img {
  width: 50%;
}

/*=== ABOUT PAGE STYLES END ===*/
/*=== FEEDBACK PAGE STYLES START ===*/
.s-feedback .feedback__wrap {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 27px 40px;
  border-radius: 8px;
  position: relative;
}
.s-feedback .feedback__wrap .send-message__form {
  max-width: 750px;
}
.s-feedback .feedback__wrap .page-lower-adornment {
  left: auto;
  right: -60px;
}

/*=== FEEDBACK PAGE STYLES END ===*/
.team-content__container {
  padding: 24px 20px;
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 40px;
}
.team__list .team__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FAFAFA;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33% - 16px);
  max-width: calc(33% - 16px);
  min-width: calc(33% - 16px);
  border-radius: 8px;
  overflow: hidden;
  margin: 8px;
}
.team__list .team__list-item .summary {
  padding: 20px 20px 20px;
}
.team__list .team__list-item .name {
  font-family: Inter-Bold;
  font-size: 1rem;
  line-height: 1.25;
  color: #1A2232;
}
.team__list .team__list-item .position {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.57;
  color: #727272;
}
.team__list .team__list-item .image-wrapper {
  height: 268px;
}
.team__list .team__list-item img.team-member-photo {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.company-reviews__container {
  padding: 24px 20px;
}

.company-reviews__list {
  margin: 12px -8px -8px;
  display: flex;
  flex-wrap: wrap;
}
.company-reviews__list .company-reviews__list-item {
  padding: 8px 16px 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 16px);
  min-width: 200px;
  max-width: 347px;
  color: #727272;
  display: inline-block;
  margin: 8px;
  background-color: #F7F8F9;
  border-radius: 10px;
}
.company-reviews__list .company-reviews__list-item .company-review__header {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #42AE8E;
}
.company-reviews__list .company-reviews__list-item .login {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.21;
  margin-left: 14px;
}
.company-reviews__list .company-reviews__list-item .review {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.44;
  margin: 8px 0 0;
}

.selected .select-label .label-inner {
  color: #1A2232;
}

.pcpocket li.toggle-item {
  padding: 12px;
  flex: 1 1 0;
  cursor: pointer;
  text-align: center;
  color: #727272;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pcpocket li.toggle-item.active {
  border-radius: 8px;
  background-color: #FFFFFF;
}

#userType__toggle {
  margin-bottom: 32px;
}
#userType__toggle .pcpocket {
  display: flex;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .ymyl__wrap .about-minecraft {
    display: none;
  }
  .ymyl__wrap .ymyl__right #aboutText .w__60pr, .ymyl__wrap .ymyl__right #aboutText .w__65pr {
    width: 100%;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child {
    margin-left: 8.089vw;
  }
}
@media screen and (max-width: 992px) {
  .header .faq__link {
    display: none;
  }
  .content__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .content__row .content__left {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .content__row .content__right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .content__row .content__right .sidebar__wrap {
    display: none;
  }
  .content__row .content__right .sidebar__wrap.active-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  .content__row .content__right .sidebar__wrap.active-buttons a {
    width: 45%;
    margin: 0;
  }
  .content__row .server-card__banner {
    max-width: 100%;
  }
  .s-server-search .search__long {
    width: 100%;
  }
  .s-server-search .pcpocket,
.s-server-search .search__cat {
    width: 100%;
  }
  .s-server-search .pcpocket span {
    width: 50%;
    max-width: none;
    justify-content: center;
    margin: 0;
  }
  .s-server-search .index-title {
    flex-direction: column;
  }
  .s-server-search .index-title p {
    margin-bottom: 10px;
  }
  .server-table__head {
    display: none;
  }
  .links__mobile {
    display: block;
  }
  .s-server-card .server-card__wrap {
    padding: 0 !important;
  }
  .s-server-card .server-card__gutter {
    padding: 24px 20px !important;
  }
  .s-server-card .server-card__project .table__tr {
    margin-top: 20px;
    padding: 0;
  }
  .s-server-card .server-card__project .table__tr:first-child {
    margin-top: 0;
  }
  .s-server-card .server-card__project .table__tr:last-child {
    margin-bottom: 20px;
  }
  .s-server-card .server-card__project .table__tr .hide-mobile {
    height: 67px;
    overflow: hidden;
  }
  .s-server-card .server-card__project .table__tr button {
    display: block;
    margin-top: 10px;
  }
  .s-server-card .server-card__testimonials {
    display: none;
  }
  .s-server-card .server-testimonials__mobile {
    display: block;
  }
  .tab__mobile,
.widget__mobile,
.share__mobile {
    display: block;
  }
  .cabinet__wrap .server-table__head {
    display: flex;
  }
  .cabinet__wrap .server-table__head .server-table__cap {
    font-size: 12px;
  }
  .cabinet__wrap .server-table__head .server-table__cap:nth-child(n+2) {
    display: none;
  }
  .cabinet__wrap .table__body {
    flex-wrap: wrap;
  }
  .cabinet__wrap .table-value__mobile {
    display: flex;
  }
  .favourite__table .server-table__head {
    display: none;
  }
  .favourite__table .table__users {
    display: none;
  }
  .favourite__table .table__body .h__text {
    width: 100%;
  }
  .favourite__table .table__body .table__buttons {
    width: 100%;
    max-width: 100%;
  }
  .favourite__table .table__body .table-value__mobile {
    justify-content: stretch;
  }
  .favourite__table .table__body .table-value__mobile .i__medium {
    margin-left: 15%;
  }
  .s-server-payment #blockPayment .content-right {
    width: 41%;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-list {
    width: 45%;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-order-block {
    width: 41%;
  }
  .s-server-payment #blockPayment .point-list .point-item, .s-server-payment #blockPayment .point-list .point-item-disable {
    width: 49%;
  }
  .s-server-payment #blockPayment .point-list .point-item .point-discount, .s-server-payment #blockPayment .point-list .point-item-disable .point-discount {
    padding: 10px 5px;
  }
  .s-server-payment #blockPayment .point-list .point-manually {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .s-server-payment #blockPayment .point-list .point-manually svg {
    margin-right: 0;
  }
  .s-payments .favourite__table .server-table__head {
    display: flex;
  }
  .s-payments .favourite__table .server-table__head .server-table__cap {
    display: block;
  }
  .s-payments .favourite__table .server-table__head .server-table__cap:first-child {
    display: none;
  }
  .s-payments .favourite__table .server-table__head .server-table__cap.hidden-md {
    display: none;
  }
  .s-payments .favourite__table .table__users {
    display: block;
  }
  .s-payments .favourite__table .table__users.hidden-md {
    display: none;
  }
  .s-payments .favourite__table .table__body .h__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .s-payments .favourite__table .table__body .table__buttons {
    width: 100%;
    max-width: 100%;
  }
  .s-payments .favourite__table .table__body .table-value__mobile {
    justify-content: stretch;
  }
  .s-payments .favourite__table .table__body .table-value__mobile .i__medium {
    margin-left: 15%;
  }
  .s-payments .service-info-block {
    flex-direction: column-reverse;
  }
  .s-payments .service-info-block .flex-item {
    width: 100%;
  }
  .s-payments .service-info-block .points-block {
    margin-top: 20px;
  }
  .s-update-server.update-step-1 .wide-upload-block {
    flex-direction: column-reverse;
  }
  .s-update-server.update-step-1 .wide-upload-block #imageImageWide {
    width: 100%;
  }
  .footer .informer-list {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .ymyl__wrap .ymyl__right .billet-list .billet-item {
    width: 49%;
  }
  .ymyl__wrap .ymyl__right .about-history {
    padding-bottom: 54px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram {
    font-size: 16px;
    height: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 54px;
    border-left: 2px solid #D6D6D6;
    padding-left: 14px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .diagram-main-line {
    display: none;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .history-year {
    height: auto;
    border-left: none;
    display: block;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram label {
    font-size: 20px;
    color: #1A2232;
    font-weight: bold;
    border-left: none;
    height: auto;
    padding-left: 0;
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #42AE8E;
    position: absolute;
    margin-top: 3px;
    margin-left: -22px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points {
    display: block;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point {
    display: block;
    height: auto;
    width: auto;
    background-color: transparent;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point:before {
    display: none;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point:after {
    display: none;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point span {
    position: relative;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram .points .point span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #42AE8E;
    position: absolute;
    margin-top: 8px;
    margin-left: -19px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 {
    width: 100%;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 label,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 label {
    margin-left: 0;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point {
    margin-left: 0;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child {
    margin-left: 0;
    rotate: 0deg;
    margin-top: 0;
    transform: none;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 .point:last-child span,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2022 .point:last-child span {
    margin-top: 0;
    rotate: 0deg;
    transform: none;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2020 label {
    margin-top: 0;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2021,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2023 {
    width: 100%;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram #year-2021 label,
.ymyl__wrap .ymyl__right .about-history .history-diagram #year-2023 label {
    margin-left: 0;
  }
  .ymyl__wrap .ymyl__right .about-office .photos img#firstPhoto {
    width: 42%;
  }
  .ymyl__wrap .ymyl__right .about-office .photos img#lastPhoto {
    width: 54%;
    margin-left: 11px;
    margin-top: 11px;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos {
    margin-left: 11px;
    width: 54%;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:first-child {
    width: 38%;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:last-child {
    width: 55.4%;
    margin-left: 8px;
  }
  .ymyl__wrap .ymyl__right .billet-payment {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ymyl__wrap .ymyl__right .billet-payment img {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ymyl__wrap .ymyl__right .payment-info-list {
    width: 100%;
  }
  .contacts__section .right {
    display: none;
  }
  .team__list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    margin-bottom: 40px;
  }
  .team__list .team__list-item {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
    min-width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .bg-layer__wrap {
    display: none;
  }
  .header {
    display: none;
  }
  .header__mobile {
    display: block;
  }
  .header__mobile .mobile__user-image {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 4px;
  }
  .s-server-card .server-card__header {
    flex-wrap: wrap;
  }
  .s-server-card .h__right {
    justify-content: center;
  }
  .server-table__body {
    flex-wrap: wrap;
    padding: 0;
  }
  .server-table__body .h__text span, .server-table__body .h__text p, .server-table__body .h__text h3 {
    max-width: 100%;
  }
  .server-table__body .table__number,
.server-table__body .h__text,
.server-table__body .table__right {
    margin: 0;
    width: 100%;
  }
  .server-table__body .h__text,
.server-table__body .table__value,
.server-table__body .table__right {
    padding: 14px;
  }
  .server-table__body .table__value {
    width: 33.3%;
    white-space: nowrap;
  }
  .server-table__body .table__shield {
    justify-content: center;
  }
  .server-table__body .table__shield svg {
    display: none;
  }
  .server-table__body .table__cup {
    justify-content: flex-end;
  }
  .server-table__body .table__number {
    align-items: flex-start;
    margin-bottom: 14px;
    border-radius: 8px 8px 0 0;
    background-color: #42AE8E;
    color: #FFFFFF !important;
    padding: 10px 0;
    padding-left: 16px;
    height: auto;
    font-size: 15px;
  }
  .server-table__body .table__number .number__item::before {
    content: url("/images/crown-white.svg");
    margin-right: 7px;
  }
  .server-table__body .table__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .server-table__body .table__right .value__copy {
    margin-bottom: 0;
    display: flex;
  }
  .server-table__body .table__right .table__button .tooltipe__item {
    display: none;
  }
  .server-table__body .table__right .table__button button.server-game {
    display: none;
  }
  .server-table__body .table__banner {
    max-width: none;
    max-height: 10.7vw;
    border-radius: 4px;
  }
  .server-table__body .table__banner img {
    height: 10.725vw;
  }
  .server-table__body .table__banner img[data-loaded=true] {
    width: 100%;
    height: auto;
  }
  .server-table__body .copy-tooltipe__wrap .ph-copy-fill:before {
    font-size: 160%;
  }
  .server-table__body .copy-tooltipe__wrap .copy-text {
    margin-top: 3px;
    margin-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cabinet__wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .cabinet__wrap .cabinet__left {
    display: none;
  }
  .cabinet__wrap .cabinet__right {
    min-height: auto;
    padding: 14px;
  }
  .cabinet__wrap .table__body {
    align-items: flex-start;
  }
  .cabinet__wrap .table__body .h__text {
    width: 80%;
  }
  .cabinet__wrap .table__body .table__value {
    display: none;
  }
  .cabinet__wrap .table__body .table__delete {
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  .cabinet__wrap .table__body .table__delete img {
    width: 50%;
  }
  #ymyl {
    background-color: #FFFFFF;
  }
  #ymyl #ymylMobileBg {
    background-color: #FAFAFA;
    position: absolute;
    height: 315px;
    width: 100%;
    left: 0;
  }
  .ymyl__wrap {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ymyl__wrap .ymyl__left {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .ymyl__wrap .ymyl__right {
    box-shadow: none;
    display: contents;
  }
  .ymyl__wrap .ymyl__right h2 {
    font-size: 18px;
  }
  .ymyl__wrap .ymyl__right .section.about-first-section {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .ymyl__wrap .ymyl__right .about-bg-image {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ymyl__wrap .ymyl__right .content {
    padding: 0;
  }
  .ymyl__wrap .ymyl__right #aboutText .content:last-child {
    margin-bottom: 47%;
  }
  .ymyl__wrap .ymyl__right .billet-list .billet-item {
    margin-top: 12px;
    width: 49%;
    padding: 10px 5px 15px 5px;
    font-size: 12px;
  }
  .ymyl__wrap .ymyl__right .billet-list .billet-item .billet-head svg {
    width: 24px;
    height: 24px;
  }
  .ymyl__wrap .ymyl__right .billet-list .billet-item .billet-head h3 {
    margin-left: 6px;
  }
  .ymyl__wrap .ymyl__right .billet-list .billet-item p {
    margin-top: 5px;
    line-height: 17px;
  }
  .ymyl__wrap .ymyl__right .about-game p {
    font-size: 14px;
  }
  .ymyl__wrap .ymyl__right .about-game .img-about-game {
    height: 29.688vw;
  }
  .ymyl__wrap .ymyl__right .about-game .img-about-game img {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram label {
    font-size: 16px;
  }
  .ymyl__wrap .ymyl__right .about-history .history-diagram label:before {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin-top: 3px;
    margin-left: -21px;
  }
  .ymyl__wrap .ymyl__right .about-office {
    padding-bottom: 0;
  }
  .ymyl__wrap .ymyl__right .about-office .photos img#firstPhoto {
    width: 100%;
  }
  .ymyl__wrap .ymyl__right .about-office .photos img#lastPhoto {
    width: 100%;
    margin-left: 0;
    margin-top: 11px;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos {
    margin-left: 0;
    width: 100%;
    margin-top: 11px;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:first-child {
    width: 38%;
  }
  .ymyl__wrap .ymyl__right .about-office .photos .line-photos img:last-child {
    width: 55.4%;
    float: right;
  }
  .ymyl__wrap .ymyl__right.payment-info-page {
    font-size: 14px;
  }
  .ymyl__wrap .ymyl__right .payment-info-minecraft {
    display: none;
  }
  .ymyl__wrap .ymyl__right .payment-bg-image {
    display: none;
  }
  .favourite__table .table__body .h__text {
    width: 100%;
  }
  .s-server-add .s-server-add__wrap .add-input-block {
    width: 60%;
  }
  .s-server-add .instruction-add-block {
    display: flex;
    flex-direction: column;
  }
  .s-server-add .instruction-add-block .instruction-item {
    width: 100% !important;
  }
  .s-server-payment #blockPayment .row-content {
    flex-wrap: wrap;
  }
  .s-server-payment #blockPayment .content-left {
    width: 100%;
  }
  .s-server-payment #blockPayment .content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .s-server-payment #blockPayment #payHighlightBlock {
    flex-wrap: wrap;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-list {
    width: 100%;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-order-block {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .restore .plate, .reset-password .plate {
    width: auto;
    padding: 20px;
  }
  .restore .plate input, .reset-password .plate input {
    width: 100%;
  }
  .s-payments .favourite__table .server-table__head {
    justify-content: space-around;
  }
  .s-payments .favourite__table .table__users {
    display: block;
  }
  .s-payments .table__body {
    justify-content: space-around;
  }
  .def__tab::after {
    width: calc(100% + 200px);
  }
  h1 {
    font-size: 22px !important;
  }
  .social-contacts__list .social-contacts__item {
    flex-basis: 50%;
    width: 50%;
    min-width: 160px;
  }
  .faq-content__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .faq-bottom-right-image {
    left: auto !important;
    right: -72px;
  }
  .smi__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .smi__list .smi__list-item {
    width: 100%;
  }
  .team-content__container {
    padding-left: 0;
    padding-right: 0;
  }
  .team-content__container .team__list-item {
    background-color: #f1f1f1;
  }
  .team-content__container .team__list-item .summary {
    padding: 16px 8px 8px;
  }
  .company-reviews__container {
    padding: 24px 0;
  }
}
@media screen and (max-width: 575px) {
  .header-sign__container .header-sign {
    border-radius: 0;
    transform: none;
    left: auto;
    top: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
  .header-sign__container .header-sign .sign__input {
    margin-bottom: 30px;
  }
  .header-sign__container .sign__head {
    padding-top: 30px;
  }
  .search__version {
    display: none;
  }
  .select-multiple__mobile {
    display: block;
  }
  .s-server-search .s-server-search__wrap {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .s-server-search .pcpocket {
    width: 100%;
  }
  .s-server-search .search__cat {
    display: none;
  }
  .s-server-search .search__version {
    display: block;
    width: 50%;
  }
  .s-server-search .server__link {
    display: none;
  }
  .s-server-search .search-button__all {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .s-server-card .server-card__gutter {
    padding: 0 !important;
  }
  .s-server-card .server-card__wrap, .s-server-card .server-card__top {
    box-shadow: none !important;
  }
  .content__right .sidebar__wrap {
    box-shadow: none;
  }
  .pagination {
    width: 100%;
  }
  .pagination ul {
    justify-content: center;
  }
  .pagination ul li {
    display: none;
  }
  .pagination ul li:first-child, .pagination ul li:last-child, .pagination ul li.is-active {
    display: inline-block;
  }
  .manager-pagination {
    font-size: 16px;
  }
  .manager-pagination a, .manager-pagination span {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .footer .footer-header__right {
    display: none;
  }
  .footer .footer-header__left p {
    margin-top: 15px;
    font-size: 15px;
  }
  .footer .footer__menu li {
    font-size: 13px;
    margin-bottom: 24px;
    line-height: 28px;
    margin-right: 24px;
  }
  .footer .footer__bottom {
    flex-wrap: wrap;
    text-align: center;
    font-size: 11px;
  }
  .footer .footer__bottom p {
    width: 100%;
  }
  .footer .footer__bottom p:first-child {
    margin-bottom: 6px;
  }
  .footer .footer-mobile__vk {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .s-breadcrumbs {
    display: none;
  }
  .content__row .content__left {
    width: 100%;
  }
  .content__row .content__right {
    margin-bottom: 0;
  }
  .content__row .content__right .sidebar__wrap {
    background-color: transparent;
  }
  .content__row .content__right .sidebar__wrap.active-buttons {
    display: flex;
    padding: 0;
  }
  .content__row .content__right .sidebar__wrap.active-buttons a {
    width: 55%;
  }
  .content__row .content__right .sidebar__wrap.active-buttons a:first-child {
    margin-left: 5px;
  }
  .content__row .server-card__banner {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    max-height: none;
  }
  .s-server-card .server-card__wrap {
    background: none;
    padding: 0;
  }
  .s-server-card .server-card__value {
    flex-wrap: wrap;
  }
  .s-server-card .server-card__value .value__left,
.s-server-card .server-card__value .value__right {
    width: 100%;
    margin-right: 0;
    max-width: none;
    background: none;
  }
  .s-server-card .server-card__value .value__left {
    padding-bottom: 0;
  }
  .s-server-card .server-card__value .value__right {
    padding: 0;
    display: none;
  }
  .s-server-card .server-card__value .value__more {
    display: inline-block;
  }
  .s-server-card .server-card__vote {
    margin-top: 14px;
    max-width: none;
  }
  .s-server-card .server-card__vote .vote__left {
    margin-right: 12px;
  }
  .s-server-card .server-card__header .h__left {
    display: none;
  }
  .s-server-card .server-card__header .h__right {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
  }
  .s-server-card .server-card__header .h__right .play__button {
    width: 100%;
    max-width: 100%;
  }
  .cabinet__wrap .linked-button__wrap {
    flex-direction: column;
  }
  .cabinet__wrap .linked-button__wrap .linked-button__item {
    width: 80%;
  }
  .select-custom.active .select-label {
    border-bottom: 1px solid;
  }
  .favourite__table .table__body .table-value__mobile {
    justify-content: space-between;
  }
  .favourite__table .table__body .table-value__mobile .i__medium {
    margin-left: 0;
  }
  .favourite__table .table__body .table__buttons {
    align-items: center;
  }
  .s-server-add .container__server-add {
    padding: 0;
  }
  .s-server-add .s-server-add__wrap {
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .s-server-add .s-server-add__wrap.attention-block {
    padding: 20px 15px;
  }
  .s-server-add .s-server-add__wrap.attention-block svg {
    display: none;
  }
  .s-server-add .s-server-add__wrap .form-add-server {
    display: flex;
    flex-direction: column;
  }
  .s-server-add .s-server-add__wrap .form-add-server .block-button-add {
    margin-left: 0;
    margin-top: 20px;
  }
  .s-server-add .s-server-add__wrap .add-input-block {
    display: block;
    width: 100%;
  }
  .s-server-add .s-server-add__wrap .add-input-block #addressServer {
    text-align: center;
  }
  .s-server-payment h1 {
    text-align: center;
  }
  .s-server-payment h2 {
    color: transparent;
  }
  .s-server-payment h2 a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
  .s-server-payment .description-payment {
    display: none;
  }
  .s-server-payment .payment__wrap {
    padding: 0;
    background-color: transparent;
  }
  .s-server-payment .payment__wrap:first-child {
    margin-bottom: 0;
  }
  .s-server-payment .payment__wrap.select-block {
    margin-top: -25px;
  }
  .s-server-payment .search-server-block #searchServer {
    width: 100%;
  }
  .s-server-payment .search-server-block #searchPlate {
    width: 100%;
  }
  .s-server-payment #blockPayment__toggle ul {
    font-size: 14px;
  }
  .s-server-payment #blockPayment__toggle ul li {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .s-server-payment #blockPayment__toggle ul li svg {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .s-server-payment #blockPayment {
    margin-bottom: 30px;
  }
  .s-server-payment #blockPayment .current-points {
    text-align: center;
  }
  .s-server-payment #blockPayment .content-left {
    padding: 0;
    background-color: transparent;
  }
  .s-server-payment #blockPayment .point-list #pointPlate_4, .s-server-payment #blockPayment .point-list #pointPlate_5 {
    display: none;
  }
  .s-server-payment #blockPayment .point-list .point-item, .s-server-payment #blockPayment .point-list .point-item-disable {
    width: 48.5%;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 5px;
  }
  .s-server-payment #blockPayment .point-list .point-shortage {
    float: left;
    margin: 0;
    font-size: 12px;
    width: 70px;
    padding: 6px;
  }
  .s-server-payment #blockPayment .point-list .point-shortage svg {
    height: 12px;
  }
  .s-server-payment #blockPayment .point-list .point-discount {
    float: right;
    font-size: 12px;
    padding: 5px !important;
  }
  .s-server-payment #blockPayment .point-top-text {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: 36px;
    font-weight: bold;
  }
  .s-server-payment #blockPayment .point-manually {
    height: 100%;
  }
  .s-server-payment #blockPayment .point-manually svg {
    display: none;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-list {
    padding: 0;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-item {
    width: 48.5%;
    margin: 0 0 10px;
    display: block;
    text-align: center;
    height: 80px;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-text {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-days {
    font-size: 10px;
    border: 1px solid;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    width: 45px;
  }
  .s-server-payment #blockPayment #payHighlightBlock .highlight-discount {
    padding: 8px 5px;
    margin-left: 5px;
  }
  .success-pay-page h1 {
    font-size: 28px;
  }
  .restore .plate, .reset-password .plate {
    width: auto;
    padding: 0;
    background-color: transparent;
    text-align: center;
  }
  .restore .plate input, .reset-password .plate input {
    width: 100%;
  }
  .restore .plate #restoreSubmit, .restore .plate #saveSubmit, .reset-password .plate #restoreSubmit, .reset-password .plate #saveSubmit {
    width: 100%;
  }
  .s-payments h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .s-payments .description-page {
    display: none;
  }
  .s-payments .favourite__table .server-table__head .server-table__cap {
    width: 45%;
  }
  .s-payments .favourite__table .server-table__head .server-table__cap.hidden-sm {
    display: none;
  }
  .s-payments .favourite__table .table__users {
    width: 45%;
    display: block;
  }
  .s-payments .favourite__table .table__users.hidden-sm {
    display: none;
  }
  .s-payments #paymentsPageToggle ul.pcpocket {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-payments #paymentsPageToggle ul.pcpocket li {
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-payments #paymentsPageToggle ul.pcpocket li svg {
    margin-bottom: 5px;
  }
  .s-payments #paymentsPageToggle ul.pcpocket li a {
    padding: 0;
  }
  .s-payments .service-info-block .status-block .button__mint {
    width: 100%;
    margin-top: 10px;
  }
  .s-payments .service-info-block .point-item {
    justify-content: center;
  }
  .s-update-server.update-step-1 .submit-group {
    justify-content: center;
  }
  .s-update-server.update-step-2 .submit-group {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .s-update-server .radioToggle {
    display: flex;
    justify-content: center;
  }
  .s-update-server .checkbox-list .control-label span {
    display: block;
    margin-top: 6px;
  }
  .s-update-server .checkboxList {
    width: 100%;
  }
  .s-update-server .checkboxList .checkbox {
    padding: 5px 6px;
  }
  .s-update-server .checkboxList .checkbox input[type=checkbox] + label {
    padding: 5px 6px;
  }
  .s-contacts .contacts__wrap {
    padding: 16px;
  }
  .s-privacy-and-terms .privacy-and-terms__wrap {
    padding: 16px;
  }
  .footer .informer-list {
    flex-wrap: wrap;
  }
}