/* Breezer/AutoPages/ListPage/ListFilter.razor.rz.scp.css */
form[breezer-list-filter] {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}
form[breezer-list-filter]  form-field {
  margin-right: 12px;
}
button[breezer-list-filter] {
  margin-left: auto;
  height: fit-content;
  font-size: 14px;
}
/* Breezer/AutoPages/ListPage/ListInfiniteScroller.razor.rz.scp.css */
list-infinite-scroller[breezer-list-infinite-scroller] {
  display: flex;
  justify-content: center;
}
/* Breezer/AutoPages/ListPage/ListItem.razor.rz.scp.css */
list-item[item-type="card"][breezer-list-item] {
  background-color: var(--white, #FFFFFF);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  transition: 0.2s;
}
list-item[item-type="card"] h3[breezer-list-item] {
  color: var(--primary-colour, #5799CC);
  font-weight: 400;
}
list-item[item-type="card"][breezer-list-item]  > * {
  margin: 3px 0;
}
list-item[item-type="card"] label[breezer-list-item] {
  margin-right: 5px;
  color: var(--secondary-text-colour, #433D3C);
  font-size: 12px;
}
list-item[item-type="card"]:hover[breezer-list-item] {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
list-item[item-type="grid"]:hover[breezer-list-item]  > * {
  background-color: var(--background-highlight-colour, #D2E2EF);
}
list-item[item-type="grid"] item-property-container[breezer-list-item],
list-item[item-type="grid"] item-actions-container[breezer-list-item] {
  display: flex;
  align-items: center;
}
list-item[has-action][breezer-list-item] {
  cursor: pointer;
}
list-item[breezer-list-item]  model-actions {
  cursor: default;
}
list-item[breezer-list-item]  model-actions button {
  color: var(--primary-colour, #5799CC);
  padding: 5px;
  font-size: 15px;
}
list-item[breezer-list-item]  model-actions button:hover,
list-item[breezer-list-item]  model-actions button[focus] {
  color: var(--text-colour, #282120);
}
/* Breezer/AutoPages/ListPage/ListItems.razor.rz.scp.css */
list-items[item-type="card"][breezer-list-items] {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media only screen and (min-width : 1401px) {
  list-items[item-type="card"][breezer-list-items] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width : 601px) and (max-width : 1400px) {
  list-items[item-type="card"][breezer-list-items] {
    grid-template-columns: 1fr 1fr;
  }
}
list-items[item-type="grid"][breezer-list-items] {
  background-color: var(--white, #FFFFFF);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  display: grid;
  overflow-y: auto;
  grid-template-columns: repeat(var(--field-count), auto) min-content;
}
list-items[item-type="grid"][breezer-list-items]  > loading-spinner {
  grid-column-start: 1;
  grid-column-end: calc(var(--field-count) + 1);
}
list-items[item-type="grid"] > span.no-data[breezer-list-items] {
  grid-column-start: 1;
  grid-column-end: calc(var(--field-count) + 1);
}
list-items[item-type="grid"][breezer-list-items]  > list-items-grid-header,
list-items[item-type="grid"][breezer-list-items]  > list-item {
  display: contents;
}
list-items[item-type="grid"][breezer-list-items]  > list-items-grid-header > *,
list-items[item-type="grid"][breezer-list-items]  > list-item > * {
  padding: 10px;
  border-bottom: 1px solid var(--border-colour, #CDCBCB);
}
list-items[item-type="grid"][breezer-list-items]::after {
  content: var(--property-count);
  background-color: red;
}
/* Breezer/AutoPages/ListPage/ListItemsGridHeader.razor.rz.scp.css */
/* Breezer/AutoPages/ListPage/ListItemsGridHeaderProperty.razor.rz.scp.css */
list-items-grid-header-property[breezer-list-items-grid-header-property] {
  font-size: 12px;
}
list-items-grid-header-property[orderable][breezer-list-items-grid-header-property] {
  cursor: pointer;
  transition: 0.2s;
}
list-items-grid-header-property[orderable]:hover[breezer-list-items-grid-header-property] {
  color: var(--primary-colour, #5799CC);
}
list-items-grid-header-property[ascending][breezer-list-items-grid-header-property]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0d7";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0 6px 0 0;
}
list-items-grid-header-property[descending][breezer-list-items-grid-header-property]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0d8";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0 6px 0 0;
}
/* Breezer/AutoPages/ListPage/ListItemsLoading.razor.rz.scp.css */
list-items-loading[breezer-list-items-loading] {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  height: 70px;
}
/* Breezer/AutoPages/ListPage/ListItemsNoData.razor.rz.scp.css */
list-items-no-data[breezer-list-items-no-data] {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  height: 70px;
}
span[breezer-list-items-no-data] {
  margin: auto;
  padding: 10px;
  display: block;
  color: var(--secondary-text-colour, #433D3C);
}
/* Breezer/AutoPages/ListPage/ListOrderSelect.razor.rz.scp.css */
list-order-select[breezer-list-order-select] {
  width: min-content;
}
selected-order[breezer-list-order-select] {
  display: flex;
  align-items: center;
}
selected-order:hover[breezer-list-order-select] {
  color: var(--primary-colour, #5799CC);
}
selected-order button[breezer-list-order-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0dc";
  font-weight: 600;
  font-family: 'Font Awesome 6 Pro';
  margin: 0 5px;
}
span[breezer-list-order-select] {
  white-space: nowrap;
}
list-order-select[breezer-list-order-select]  dropdown-content {
  right: 0;
  width: 250px;
}
list-order-select[breezer-list-order-select]  dropdown-content button {
  padding: 10px;
  width: 100%;
  text-align: start;
}
list-order-select[breezer-list-order-select]  dropdown-content button:hover {
  background-color: var(--background-highlight-colour, #D2E2EF);
}
button[ascending][breezer-list-order-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0d8";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0 7px 0 0;
}
button[descending][breezer-list-order-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0d7";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0 7px 0 0;
}
/* Breezer/AutoPages/ListPage/ListPaginator.razor.rz.scp.css */
list-paginator[breezer-list-paginator] {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-per-page[breezer-list-paginator] {
  display: flex;
  align-items: center;
  margin-left: 25px;
  border-radius: 7px;
  padding: 3px 10px;
}
.results-per-page > span[breezer-list-paginator] {
  color: var(--primary-colour, #5799CC);
  margin-right: 10px;
}
.results-per-page button[breezer-list-paginator] {
  padding: 5px;
  color: var(--primary-colour, #5799CC);
}
.results-per-page button:hover[breezer-list-paginator] {
  color: var(--text-colour, #282120);
}
.results-per-page .page-size-options[breezer-list-paginator] {
  display: flex;
  flex-direction: column;
}
.results-per-page .page-size-options button[breezer-list-paginator] {
  color: var(--primary-colour, #5799CC);
  padding: 10px;
}
/* Breezer/AutoPages/ModelActions.razor.rz.scp.css */
model-actions[breezer-model-actions] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
model-actions[breezer-model-actions]  button {
  margin-left: 3px;
}
i[breezer-model-actions] {
  margin-right: 3px;
}
/* Breezer/AutoPages/Select/SelectForEntityModel.razor.rz.scp.css */
/* Breezer/AutoPages/Select/SelectForEntityModelList.razor.rz.scp.css */
/* Breezer/AutoPages/Select/SelectForFilter.razor.rz.scp.css */
select-for-filter[breezer-select-for-filter] {
  border-bottom: 1px solid var(--border-colour, #CDCBCB);
  display: flex;
}
input[breezer-select-for-filter] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding: 10px 7px;
  border-radius: 0;
  width: 100%;
}
input:hover[breezer-select-for-filter],
input:focus[breezer-select-for-filter] {
  border: none;
  outline: none;
}
/* Breezer/AutoPages/Select/SelectForFooter.razor.rz.scp.css */
select-for-footer .select-footer-container[breezer-select-for-footer] {
  padding: 8px 10px;
  display: block;
  border-top: 1px solid var(--border-colour, #CDCBCB);
}
select-for-footer .select-footer-container .default-text[breezer-select-for-footer] {
  font-size: 13px;
  color: var(--secondary-text-colour, #433D3C);
}
/* Breezer/AutoPages/Select/SelectForOptions.razor.rz.scp.css */
select-for-options[breezer-select-for-options] {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: scroll;
}
select-for-options[breezer-select-for-options]  loading-spinner {
  margin: 25px 0;
  width: 100%;
  justify-content: center;
}
/* Breezer/Components/Accounts/AccountWidget.razor.rz.scp.css */
account-widget[breezer-account-widget] {
  display: block;
  margin: 0 15px 0 7px;
}
/* Breezer/Components/Accounts/AccountWidgetAuthorized.razor.rz.scp.css */
.fa-2xs[breezer-account-widget-authorized] {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs[breezer-account-widget-authorized] {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm[breezer-account-widget-authorized] {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg[breezer-account-widget-authorized] {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl[breezer-account-widget-authorized] {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl[breezer-account-widget-authorized] {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-0[breezer-account-widget-authorized]::before {
  content: "\30";
}
.fa-1[breezer-account-widget-authorized]::before {
  content: "\31";
}
.fa-2[breezer-account-widget-authorized]::before {
  content: "\32";
}
.fa-3[breezer-account-widget-authorized]::before {
  content: "\33";
}
.fa-4[breezer-account-widget-authorized]::before {
  content: "\34";
}
.fa-5[breezer-account-widget-authorized]::before {
  content: "\35";
}
.fa-6[breezer-account-widget-authorized]::before {
  content: "\36";
}
.fa-7[breezer-account-widget-authorized]::before {
  content: "\37";
}
.fa-8[breezer-account-widget-authorized]::before {
  content: "\38";
}
.fa-9[breezer-account-widget-authorized]::before {
  content: "\39";
}
.fa-00[breezer-account-widget-authorized]::before {
  content: "\e467";
}
.fa-360-degrees[breezer-account-widget-authorized]::before {
  content: "\e2dc";
}
.fa-a[breezer-account-widget-authorized]::before {
  content: "\41";
}
.fa-abacus[breezer-account-widget-authorized]::before {
  content: "\f640";
}
.fa-accent-grave[breezer-account-widget-authorized]::before {
  content: "\60";
}
.fa-acorn[breezer-account-widget-authorized]::before {
  content: "\f6ae";
}
.fa-address-book[breezer-account-widget-authorized]::before {
  content: "\f2b9";
}
.fa-contact-book[breezer-account-widget-authorized]::before {
  content: "\f2b9";
}
.fa-address-card[breezer-account-widget-authorized]::before {
  content: "\f2bb";
}
.fa-contact-card[breezer-account-widget-authorized]::before {
  content: "\f2bb";
}
.fa-vcard[breezer-account-widget-authorized]::before {
  content: "\f2bb";
}
.fa-air-conditioner[breezer-account-widget-authorized]::before {
  content: "\f8f4";
}
.fa-airplay[breezer-account-widget-authorized]::before {
  content: "\e089";
}
.fa-alarm-clock[breezer-account-widget-authorized]::before {
  content: "\f34e";
}
.fa-alarm-exclamation[breezer-account-widget-authorized]::before {
  content: "\f843";
}
.fa-alarm-plus[breezer-account-widget-authorized]::before {
  content: "\f844";
}
.fa-alarm-snooze[breezer-account-widget-authorized]::before {
  content: "\f845";
}
.fa-album[breezer-account-widget-authorized]::before {
  content: "\f89f";
}
.fa-album-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e48c";
}
.fa-album-circle-user[breezer-account-widget-authorized]::before {
  content: "\e48d";
}
.fa-album-collection[breezer-account-widget-authorized]::before {
  content: "\f8a0";
}
.fa-album-collection-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e48e";
}
.fa-album-collection-circle-user[breezer-account-widget-authorized]::before {
  content: "\e48f";
}
.fa-alicorn[breezer-account-widget-authorized]::before {
  content: "\f6b0";
}
.fa-alien[breezer-account-widget-authorized]::before {
  content: "\f8f5";
}
.fa-alien-8bit[breezer-account-widget-authorized]::before {
  content: "\f8f6";
}
.fa-alien-monster[breezer-account-widget-authorized]::before {
  content: "\f8f6";
}
.fa-align-center[breezer-account-widget-authorized]::before {
  content: "\f037";
}
.fa-align-justify[breezer-account-widget-authorized]::before {
  content: "\f039";
}
.fa-align-left[breezer-account-widget-authorized]::before {
  content: "\f036";
}
.fa-align-right[breezer-account-widget-authorized]::before {
  content: "\f038";
}
.fa-align-slash[breezer-account-widget-authorized]::before {
  content: "\f846";
}
.fa-alt[breezer-account-widget-authorized]::before {
  content: "\e08a";
}
.fa-amp-guitar[breezer-account-widget-authorized]::before {
  content: "\f8a1";
}
.fa-ampersand[breezer-account-widget-authorized]::before {
  content: "\26";
}
.fa-anchor[breezer-account-widget-authorized]::before {
  content: "\f13d";
}
.fa-anchor-circle-check[breezer-account-widget-authorized]::before {
  content: "\e4aa";
}
.fa-anchor-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e4ab";
}
.fa-anchor-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e4ac";
}
.fa-anchor-lock[breezer-account-widget-authorized]::before {
  content: "\e4ad";
}
.fa-angel[breezer-account-widget-authorized]::before {
  content: "\f779";
}
.fa-angle[breezer-account-widget-authorized]::before {
  content: "\e08c";
}
.fa-angle-90[breezer-account-widget-authorized]::before {
  content: "\e08d";
}
.fa-angle-down[breezer-account-widget-authorized]::before {
  content: "\f107";
}
.fa-angle-left[breezer-account-widget-authorized]::before {
  content: "\f104";
}
.fa-angle-right[breezer-account-widget-authorized]::before {
  content: "\f105";
}
.fa-angle-up[breezer-account-widget-authorized]::before {
  content: "\f106";
}
.fa-angles-down[breezer-account-widget-authorized]::before {
  content: "\f103";
}
.fa-angle-double-down[breezer-account-widget-authorized]::before {
  content: "\f103";
}
.fa-angles-left[breezer-account-widget-authorized]::before {
  content: "\f100";
}
.fa-angle-double-left[breezer-account-widget-authorized]::before {
  content: "\f100";
}
.fa-angles-right[breezer-account-widget-authorized]::before {
  content: "\f101";
}
.fa-angle-double-right[breezer-account-widget-authorized]::before {
  content: "\f101";
}
.fa-angles-up[breezer-account-widget-authorized]::before {
  content: "\f102";
}
.fa-angle-double-up[breezer-account-widget-authorized]::before {
  content: "\f102";
}
.fa-ankh[breezer-account-widget-authorized]::before {
  content: "\f644";
}
.fa-apartment[breezer-account-widget-authorized]::before {
  content: "\e468";
}
.fa-aperture[breezer-account-widget-authorized]::before {
  content: "\e2df";
}
.fa-apostrophe[breezer-account-widget-authorized]::before {
  content: "\27";
}
.fa-apple-core[breezer-account-widget-authorized]::before {
  content: "\e08f";
}
.fa-apple-whole[breezer-account-widget-authorized]::before {
  content: "\f5d1";
}
.fa-apple-alt[breezer-account-widget-authorized]::before {
  content: "\f5d1";
}
.fa-archway[breezer-account-widget-authorized]::before {
  content: "\f557";
}
.fa-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f063";
}
.fa-arrow-down-1-9[breezer-account-widget-authorized]::before {
  content: "\f162";
}
.fa-sort-numeric-asc[breezer-account-widget-authorized]::before {
  content: "\f162";
}
.fa-sort-numeric-down[breezer-account-widget-authorized]::before {
  content: "\f162";
}
.fa-arrow-down-9-1[breezer-account-widget-authorized]::before {
  content: "\f886";
}
.fa-sort-numeric-desc[breezer-account-widget-authorized]::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt[breezer-account-widget-authorized]::before {
  content: "\f886";
}
.fa-arrow-down-a-z[breezer-account-widget-authorized]::before {
  content: "\f15d";
}
.fa-sort-alpha-asc[breezer-account-widget-authorized]::before {
  content: "\f15d";
}
.fa-sort-alpha-down[breezer-account-widget-authorized]::before {
  content: "\f15d";
}
.fa-arrow-down-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f883";
}
.fa-sort-alt[breezer-account-widget-authorized]::before {
  content: "\f883";
}
.fa-arrow-down-big-small[breezer-account-widget-authorized]::before {
  content: "\f88c";
}
.fa-sort-size-down[breezer-account-widget-authorized]::before {
  content: "\f88c";
}
.fa-arrow-down-from-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e090";
}
.fa-arrow-down-from-line[breezer-account-widget-authorized]::before {
  content: "\f345";
}
.fa-arrow-from-top[breezer-account-widget-authorized]::before {
  content: "\f345";
}
.fa-arrow-down-left[breezer-account-widget-authorized]::before {
  content: "\e091";
}
.fa-arrow-down-left-and-arrow-up-right-to-center[breezer-account-widget-authorized]::before {
  content: "\e092";
}
.fa-arrow-down-long[breezer-account-widget-authorized]::before {
  content: "\f175";
}
.fa-long-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f175";
}
.fa-arrow-down-right[breezer-account-widget-authorized]::before {
  content: "\e093";
}
.fa-arrow-down-short-wide[breezer-account-widget-authorized]::before {
  content: "\f884";
}
.fa-sort-amount-desc[breezer-account-widget-authorized]::before {
  content: "\f884";
}
.fa-sort-amount-down-alt[breezer-account-widget-authorized]::before {
  content: "\f884";
}
.fa-arrow-down-small-big[breezer-account-widget-authorized]::before {
  content: "\f88d";
}
.fa-sort-size-down-alt[breezer-account-widget-authorized]::before {
  content: "\f88d";
}
.fa-arrow-down-square-triangle[breezer-account-widget-authorized]::before {
  content: "\f889";
}
.fa-sort-shapes-down-alt[breezer-account-widget-authorized]::before {
  content: "\f889";
}
.fa-arrow-down-to-arc[breezer-account-widget-authorized]::before {
  content: "\e4ae";
}
.fa-arrow-down-to-bracket[breezer-account-widget-authorized]::before {
  content: "\e094";
}
.fa-arrow-down-to-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e095";
}
.fa-arrow-down-to-line[breezer-account-widget-authorized]::before {
  content: "\f33d";
}
.fa-arrow-to-bottom[breezer-account-widget-authorized]::before {
  content: "\f33d";
}
.fa-arrow-down-to-square[breezer-account-widget-authorized]::before {
  content: "\e096";
}
.fa-arrow-down-triangle-square[breezer-account-widget-authorized]::before {
  content: "\f888";
}
.fa-sort-shapes-down[breezer-account-widget-authorized]::before {
  content: "\f888";
}
.fa-arrow-down-up-across-line[breezer-account-widget-authorized]::before {
  content: "\e4af";
}
.fa-arrow-down-up-lock[breezer-account-widget-authorized]::before {
  content: "\e4b0";
}
.fa-arrow-down-wide-short[breezer-account-widget-authorized]::before {
  content: "\f160";
}
.fa-sort-amount-asc[breezer-account-widget-authorized]::before {
  content: "\f160";
}
.fa-sort-amount-down[breezer-account-widget-authorized]::before {
  content: "\f160";
}
.fa-arrow-down-z-a[breezer-account-widget-authorized]::before {
  content: "\f881";
}
.fa-sort-alpha-desc[breezer-account-widget-authorized]::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt[breezer-account-widget-authorized]::before {
  content: "\f881";
}
.fa-arrow-left[breezer-account-widget-authorized]::before {
  content: "\f060";
}
.fa-arrow-left-from-line[breezer-account-widget-authorized]::before {
  content: "\f344";
}
.fa-arrow-from-right[breezer-account-widget-authorized]::before {
  content: "\f344";
}
.fa-arrow-left-long[breezer-account-widget-authorized]::before {
  content: "\f177";
}
.fa-long-arrow-left[breezer-account-widget-authorized]::before {
  content: "\f177";
}
.fa-arrow-left-long-to-line[breezer-account-widget-authorized]::before {
  content: "\e3d4";
}
.fa-arrow-left-to-line[breezer-account-widget-authorized]::before {
  content: "\f33e";
}
.fa-arrow-to-left[breezer-account-widget-authorized]::before {
  content: "\f33e";
}
.fa-arrow-pointer[breezer-account-widget-authorized]::before {
  content: "\f245";
}
.fa-mouse-pointer[breezer-account-widget-authorized]::before {
  content: "\f245";
}
.fa-arrow-right[breezer-account-widget-authorized]::before {
  content: "\f061";
}
.fa-arrow-right-arrow-left[breezer-account-widget-authorized]::before {
  content: "\f0ec";
}
.fa-exchange[breezer-account-widget-authorized]::before {
  content: "\f0ec";
}
.fa-arrow-right-from-arc[breezer-account-widget-authorized]::before {
  content: "\e4b1";
}
.fa-arrow-right-from-bracket[breezer-account-widget-authorized]::before {
  content: "\f08b";
}
.fa-sign-out[breezer-account-widget-authorized]::before {
  content: "\f08b";
}
.fa-arrow-right-from-line[breezer-account-widget-authorized]::before {
  content: "\f343";
}
.fa-arrow-from-left[breezer-account-widget-authorized]::before {
  content: "\f343";
}
.fa-arrow-right-long[breezer-account-widget-authorized]::before {
  content: "\f178";
}
.fa-long-arrow-right[breezer-account-widget-authorized]::before {
  content: "\f178";
}
.fa-arrow-right-long-to-line[breezer-account-widget-authorized]::before {
  content: "\e3d5";
}
.fa-arrow-right-to-arc[breezer-account-widget-authorized]::before {
  content: "\e4b2";
}
.fa-arrow-right-to-bracket[breezer-account-widget-authorized]::before {
  content: "\f090";
}
.fa-sign-in[breezer-account-widget-authorized]::before {
  content: "\f090";
}
.fa-arrow-right-to-city[breezer-account-widget-authorized]::before {
  content: "\e4b3";
}
.fa-arrow-right-to-line[breezer-account-widget-authorized]::before {
  content: "\f340";
}
.fa-arrow-to-right[breezer-account-widget-authorized]::before {
  content: "\f340";
}
.fa-arrow-rotate-left[breezer-account-widget-authorized]::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate[breezer-account-widget-authorized]::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back[breezer-account-widget-authorized]::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward[breezer-account-widget-authorized]::before {
  content: "\f0e2";
}
.fa-undo[breezer-account-widget-authorized]::before {
  content: "\f0e2";
}
.fa-arrow-rotate-right[breezer-account-widget-authorized]::before {
  content: "\f01e";
}
.fa-arrow-right-rotate[breezer-account-widget-authorized]::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward[breezer-account-widget-authorized]::before {
  content: "\f01e";
}
.fa-redo[breezer-account-widget-authorized]::before {
  content: "\f01e";
}
.fa-arrow-trend-down[breezer-account-widget-authorized]::before {
  content: "\e097";
}
.fa-arrow-trend-up[breezer-account-widget-authorized]::before {
  content: "\e098";
}
.fa-arrow-turn-down[breezer-account-widget-authorized]::before {
  content: "\f149";
}
.fa-level-down[breezer-account-widget-authorized]::before {
  content: "\f149";
}
.fa-arrow-turn-down-left[breezer-account-widget-authorized]::before {
  content: "\e2e1";
}
.fa-arrow-turn-down-right[breezer-account-widget-authorized]::before {
  content: "\e3d6";
}
.fa-arrow-turn-up[breezer-account-widget-authorized]::before {
  content: "\f148";
}
.fa-level-up[breezer-account-widget-authorized]::before {
  content: "\f148";
}
.fa-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f062";
}
.fa-arrow-up-1-9[breezer-account-widget-authorized]::before {
  content: "\f163";
}
.fa-sort-numeric-up[breezer-account-widget-authorized]::before {
  content: "\f163";
}
.fa-arrow-up-9-1[breezer-account-widget-authorized]::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt[breezer-account-widget-authorized]::before {
  content: "\f887";
}
.fa-arrow-up-a-z[breezer-account-widget-authorized]::before {
  content: "\f15e";
}
.fa-sort-alpha-up[breezer-account-widget-authorized]::before {
  content: "\f15e";
}
.fa-arrow-up-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e099";
}
.fa-sort-up-down[breezer-account-widget-authorized]::before {
  content: "\e099";
}
.fa-arrow-up-big-small[breezer-account-widget-authorized]::before {
  content: "\f88e";
}
.fa-sort-size-up[breezer-account-widget-authorized]::before {
  content: "\f88e";
}
.fa-arrow-up-from-arc[breezer-account-widget-authorized]::before {
  content: "\e4b4";
}
.fa-arrow-up-from-bracket[breezer-account-widget-authorized]::before {
  content: "\e09a";
}
.fa-arrow-up-from-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e09b";
}
.fa-arrow-up-from-ground-water[breezer-account-widget-authorized]::before {
  content: "\e4b5";
}
.fa-arrow-up-from-line[breezer-account-widget-authorized]::before {
  content: "\f342";
}
.fa-arrow-from-bottom[breezer-account-widget-authorized]::before {
  content: "\f342";
}
.fa-arrow-up-from-square[breezer-account-widget-authorized]::before {
  content: "\e09c";
}
.fa-arrow-up-from-water-pump[breezer-account-widget-authorized]::before {
  content: "\e4b6";
}
.fa-arrow-up-left[breezer-account-widget-authorized]::before {
  content: "\e09d";
}
.fa-arrow-up-left-from-circle[breezer-account-widget-authorized]::before {
  content: "\e09e";
}
.fa-arrow-up-long[breezer-account-widget-authorized]::before {
  content: "\f176";
}
.fa-long-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f176";
}
.fa-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e09f";
}
.fa-arrow-up-right-and-arrow-down-left-from-center[breezer-account-widget-authorized]::before {
  content: "\e0a0";
}
.fa-arrow-up-right-dots[breezer-account-widget-authorized]::before {
  content: "\e4b7";
}
.fa-arrow-up-right-from-square[breezer-account-widget-authorized]::before {
  content: "\f08e";
}
.fa-external-link[breezer-account-widget-authorized]::before {
  content: "\f08e";
}
.fa-arrow-up-short-wide[breezer-account-widget-authorized]::before {
  content: "\f885";
}
.fa-sort-amount-up-alt[breezer-account-widget-authorized]::before {
  content: "\f885";
}
.fa-arrow-up-small-big[breezer-account-widget-authorized]::before {
  content: "\f88f";
}
.fa-sort-size-up-alt[breezer-account-widget-authorized]::before {
  content: "\f88f";
}
.fa-arrow-up-square-triangle[breezer-account-widget-authorized]::before {
  content: "\f88b";
}
.fa-sort-shapes-up-alt[breezer-account-widget-authorized]::before {
  content: "\f88b";
}
.fa-arrow-up-to-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e0a1";
}
.fa-arrow-up-to-line[breezer-account-widget-authorized]::before {
  content: "\f341";
}
.fa-arrow-to-top[breezer-account-widget-authorized]::before {
  content: "\f341";
}
.fa-arrow-up-triangle-square[breezer-account-widget-authorized]::before {
  content: "\f88a";
}
.fa-sort-shapes-up[breezer-account-widget-authorized]::before {
  content: "\f88a";
}
.fa-arrow-up-wide-short[breezer-account-widget-authorized]::before {
  content: "\f161";
}
.fa-sort-amount-up[breezer-account-widget-authorized]::before {
  content: "\f161";
}
.fa-arrow-up-z-a[breezer-account-widget-authorized]::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt[breezer-account-widget-authorized]::before {
  content: "\f882";
}
.fa-arrows-cross[breezer-account-widget-authorized]::before {
  content: "\e0a2";
}
.fa-arrows-down-to-line[breezer-account-widget-authorized]::before {
  content: "\e4b8";
}
.fa-arrows-down-to-people[breezer-account-widget-authorized]::before {
  content: "\e4b9";
}
.fa-arrows-from-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e0a3";
}
.fa-arrows-from-line[breezer-account-widget-authorized]::before {
  content: "\e0a4";
}
.fa-arrows-left-right[breezer-account-widget-authorized]::before {
  content: "\f07e";
}
.fa-arrows-h[breezer-account-widget-authorized]::before {
  content: "\f07e";
}
.fa-arrows-left-right-to-line[breezer-account-widget-authorized]::before {
  content: "\e4ba";
}
.fa-arrows-maximize[breezer-account-widget-authorized]::before {
  content: "\f31d";
}
.fa-expand-arrows[breezer-account-widget-authorized]::before {
  content: "\f31d";
}
.fa-arrows-minimize[breezer-account-widget-authorized]::before {
  content: "\e0a5";
}
.fa-compress-arrows[breezer-account-widget-authorized]::before {
  content: "\e0a5";
}
.fa-arrows-repeat[breezer-account-widget-authorized]::before {
  content: "\f364";
}
.fa-repeat-alt[breezer-account-widget-authorized]::before {
  content: "\f364";
}
.fa-arrows-repeat-1[breezer-account-widget-authorized]::before {
  content: "\f366";
}
.fa-repeat-1-alt[breezer-account-widget-authorized]::before {
  content: "\f366";
}
.fa-arrows-retweet[breezer-account-widget-authorized]::before {
  content: "\f361";
}
.fa-retweet-alt[breezer-account-widget-authorized]::before {
  content: "\f361";
}
.fa-arrows-rotate[breezer-account-widget-authorized]::before {
  content: "\f021";
}
.fa-refresh[breezer-account-widget-authorized]::before {
  content: "\f021";
}
.fa-sync[breezer-account-widget-authorized]::before {
  content: "\f021";
}
.fa-arrows-spin[breezer-account-widget-authorized]::before {
  content: "\e4bb";
}
.fa-arrows-split-up-and-left[breezer-account-widget-authorized]::before {
  content: "\e4bc";
}
.fa-arrows-to-circle[breezer-account-widget-authorized]::before {
  content: "\e4bd";
}
.fa-arrows-to-dot[breezer-account-widget-authorized]::before {
  content: "\e4be";
}
.fa-arrows-to-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e0a6";
}
.fa-arrows-to-eye[breezer-account-widget-authorized]::before {
  content: "\e4bf";
}
.fa-arrows-to-line[breezer-account-widget-authorized]::before {
  content: "\e0a7";
}
.fa-arrows-turn-right[breezer-account-widget-authorized]::before {
  content: "\e4c0";
}
.fa-arrows-turn-to-dots[breezer-account-widget-authorized]::before {
  content: "\e4c1";
}
.fa-arrows-up-down[breezer-account-widget-authorized]::before {
  content: "\f07d";
}
.fa-arrows-v[breezer-account-widget-authorized]::before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right[breezer-account-widget-authorized]::before {
  content: "\f047";
}
.fa-arrows[breezer-account-widget-authorized]::before {
  content: "\f047";
}
.fa-arrows-up-to-line[breezer-account-widget-authorized]::before {
  content: "\e4c2";
}
.fa-asterisk[breezer-account-widget-authorized]::before {
  content: "\2a";
}
.fa-at[breezer-account-widget-authorized]::before {
  content: "\40";
}
.fa-atom[breezer-account-widget-authorized]::before {
  content: "\f5d2";
}
.fa-atom-simple[breezer-account-widget-authorized]::before {
  content: "\f5d3";
}
.fa-atom-alt[breezer-account-widget-authorized]::before {
  content: "\f5d3";
}
.fa-audio-description[breezer-account-widget-authorized]::before {
  content: "\f29e";
}
.fa-audio-description-slash[breezer-account-widget-authorized]::before {
  content: "\e0a8";
}
.fa-austral-sign[breezer-account-widget-authorized]::before {
  content: "\e0a9";
}
.fa-avocado[breezer-account-widget-authorized]::before {
  content: "\e0aa";
}
.fa-award[breezer-account-widget-authorized]::before {
  content: "\f559";
}
.fa-award-simple[breezer-account-widget-authorized]::before {
  content: "\e0ab";
}
.fa-axe[breezer-account-widget-authorized]::before {
  content: "\f6b2";
}
.fa-axe-battle[breezer-account-widget-authorized]::before {
  content: "\f6b3";
}
.fa-b[breezer-account-widget-authorized]::before {
  content: "\42";
}
.fa-baby[breezer-account-widget-authorized]::before {
  content: "\f77c";
}
.fa-baby-carriage[breezer-account-widget-authorized]::before {
  content: "\f77d";
}
.fa-carriage-baby[breezer-account-widget-authorized]::before {
  content: "\f77d";
}
.fa-backpack[breezer-account-widget-authorized]::before {
  content: "\f5d4";
}
.fa-backward[breezer-account-widget-authorized]::before {
  content: "\f04a";
}
.fa-backward-fast[breezer-account-widget-authorized]::before {
  content: "\f049";
}
.fa-fast-backward[breezer-account-widget-authorized]::before {
  content: "\f049";
}
.fa-backward-step[breezer-account-widget-authorized]::before {
  content: "\f048";
}
.fa-step-backward[breezer-account-widget-authorized]::before {
  content: "\f048";
}
.fa-bacon[breezer-account-widget-authorized]::before {
  content: "\f7e5";
}
.fa-bacteria[breezer-account-widget-authorized]::before {
  content: "\e059";
}
.fa-bacterium[breezer-account-widget-authorized]::before {
  content: "\e05a";
}
.fa-badge[breezer-account-widget-authorized]::before {
  content: "\f335";
}
.fa-badge-check[breezer-account-widget-authorized]::before {
  content: "\f336";
}
.fa-badge-dollar[breezer-account-widget-authorized]::before {
  content: "\f645";
}
.fa-badge-percent[breezer-account-widget-authorized]::before {
  content: "\f646";
}
.fa-badge-sheriff[breezer-account-widget-authorized]::before {
  content: "\f8a2";
}
.fa-badger-honey[breezer-account-widget-authorized]::before {
  content: "\f6b4";
}
.fa-badminton[breezer-account-widget-authorized]::before {
  content: "\e33a";
}
.fa-bag-shopping[breezer-account-widget-authorized]::before {
  content: "\f290";
}
.fa-shopping-bag[breezer-account-widget-authorized]::before {
  content: "\f290";
}
.fa-bagel[breezer-account-widget-authorized]::before {
  content: "\e3d7";
}
.fa-bags-shopping[breezer-account-widget-authorized]::before {
  content: "\f847";
}
.fa-baguette[breezer-account-widget-authorized]::before {
  content: "\e3d8";
}
.fa-bahai[breezer-account-widget-authorized]::before {
  content: "\f666";
}
.fa-baht-sign[breezer-account-widget-authorized]::before {
  content: "\e0ac";
}
.fa-ball-pile[breezer-account-widget-authorized]::before {
  content: "\f77e";
}
.fa-balloon[breezer-account-widget-authorized]::before {
  content: "\e2e3";
}
.fa-balloons[breezer-account-widget-authorized]::before {
  content: "\e2e4";
}
.fa-ballot[breezer-account-widget-authorized]::before {
  content: "\f732";
}
.fa-ballot-check[breezer-account-widget-authorized]::before {
  content: "\f733";
}
.fa-ban[breezer-account-widget-authorized]::before {
  content: "\f05e";
}
.fa-cancel[breezer-account-widget-authorized]::before {
  content: "\f05e";
}
.fa-ban-bug[breezer-account-widget-authorized]::before {
  content: "\f7f9";
}
.fa-debug[breezer-account-widget-authorized]::before {
  content: "\f7f9";
}
.fa-ban-parking[breezer-account-widget-authorized]::before {
  content: "\f616";
}
.fa-parking-circle-slash[breezer-account-widget-authorized]::before {
  content: "\f616";
}
.fa-ban-smoking[breezer-account-widget-authorized]::before {
  content: "\f54d";
}
.fa-smoking-ban[breezer-account-widget-authorized]::before {
  content: "\f54d";
}
.fa-banana[breezer-account-widget-authorized]::before {
  content: "\e2e5";
}
.fa-bandage[breezer-account-widget-authorized]::before {
  content: "\f462";
}
.fa-band-aid[breezer-account-widget-authorized]::before {
  content: "\f462";
}
.fa-bangladeshi-taka-sign[breezer-account-widget-authorized]::before {
  content: "\e2e6";
}
.fa-banjo[breezer-account-widget-authorized]::before {
  content: "\f8a3";
}
.fa-barcode[breezer-account-widget-authorized]::before {
  content: "\f02a";
}
.fa-barcode-read[breezer-account-widget-authorized]::before {
  content: "\f464";
}
.fa-barcode-scan[breezer-account-widget-authorized]::before {
  content: "\f465";
}
.fa-bars[breezer-account-widget-authorized]::before {
  content: "\f0c9";
}
.fa-navicon[breezer-account-widget-authorized]::before {
  content: "\f0c9";
}
.fa-bars-filter[breezer-account-widget-authorized]::before {
  content: "\e0ad";
}
.fa-bars-progress[breezer-account-widget-authorized]::before {
  content: "\f828";
}
.fa-tasks-alt[breezer-account-widget-authorized]::before {
  content: "\f828";
}
.fa-bars-sort[breezer-account-widget-authorized]::before {
  content: "\e0ae";
}
.fa-bars-staggered[breezer-account-widget-authorized]::before {
  content: "\f550";
}
.fa-reorder[breezer-account-widget-authorized]::before {
  content: "\f550";
}
.fa-stream[breezer-account-widget-authorized]::before {
  content: "\f550";
}
.fa-baseball[breezer-account-widget-authorized]::before {
  content: "\f433";
}
.fa-baseball-ball[breezer-account-widget-authorized]::before {
  content: "\f433";
}
.fa-baseball-bat-ball[breezer-account-widget-authorized]::before {
  content: "\f432";
}
.fa-basket-shopping[breezer-account-widget-authorized]::before {
  content: "\f291";
}
.fa-shopping-basket[breezer-account-widget-authorized]::before {
  content: "\f291";
}
.fa-basket-shopping-simple[breezer-account-widget-authorized]::before {
  content: "\e0af";
}
.fa-shopping-basket-alt[breezer-account-widget-authorized]::before {
  content: "\e0af";
}
.fa-basketball[breezer-account-widget-authorized]::before {
  content: "\f434";
}
.fa-basketball-ball[breezer-account-widget-authorized]::before {
  content: "\f434";
}
.fa-basketball-hoop[breezer-account-widget-authorized]::before {
  content: "\f435";
}
.fa-bat[breezer-account-widget-authorized]::before {
  content: "\f6b5";
}
.fa-bath[breezer-account-widget-authorized]::before {
  content: "\f2cd";
}
.fa-bathtub[breezer-account-widget-authorized]::before {
  content: "\f2cd";
}
.fa-battery-bolt[breezer-account-widget-authorized]::before {
  content: "\f376";
}
.fa-battery-empty[breezer-account-widget-authorized]::before {
  content: "\f244";
}
.fa-battery-0[breezer-account-widget-authorized]::before {
  content: "\f244";
}
.fa-battery-exclamation[breezer-account-widget-authorized]::before {
  content: "\e0b0";
}
.fa-battery-full[breezer-account-widget-authorized]::before {
  content: "\f240";
}
.fa-battery[breezer-account-widget-authorized]::before {
  content: "\f240";
}
.fa-battery-5[breezer-account-widget-authorized]::before {
  content: "\f240";
}
.fa-battery-half[breezer-account-widget-authorized]::before {
  content: "\f242";
}
.fa-battery-3[breezer-account-widget-authorized]::before {
  content: "\f242";
}
.fa-battery-low[breezer-account-widget-authorized]::before {
  content: "\e0b1";
}
.fa-battery-1[breezer-account-widget-authorized]::before {
  content: "\e0b1";
}
.fa-battery-quarter[breezer-account-widget-authorized]::before {
  content: "\f243";
}
.fa-battery-2[breezer-account-widget-authorized]::before {
  content: "\f243";
}
.fa-battery-slash[breezer-account-widget-authorized]::before {
  content: "\f377";
}
.fa-battery-three-quarters[breezer-account-widget-authorized]::before {
  content: "\f241";
}
.fa-battery-4[breezer-account-widget-authorized]::before {
  content: "\f241";
}
.fa-bed[breezer-account-widget-authorized]::before {
  content: "\f236";
}
.fa-bed-bunk[breezer-account-widget-authorized]::before {
  content: "\f8f8";
}
.fa-bed-empty[breezer-account-widget-authorized]::before {
  content: "\f8f9";
}
.fa-bed-front[breezer-account-widget-authorized]::before {
  content: "\f8f7";
}
.fa-bed-alt[breezer-account-widget-authorized]::before {
  content: "\f8f7";
}
.fa-bed-pulse[breezer-account-widget-authorized]::before {
  content: "\f487";
}
.fa-procedures[breezer-account-widget-authorized]::before {
  content: "\f487";
}
.fa-bee[breezer-account-widget-authorized]::before {
  content: "\e0b2";
}
.fa-beer-mug[breezer-account-widget-authorized]::before {
  content: "\e0b3";
}
.fa-beer-foam[breezer-account-widget-authorized]::before {
  content: "\e0b3";
}
.fa-beer-mug-empty[breezer-account-widget-authorized]::before {
  content: "\f0fc";
}
.fa-beer[breezer-account-widget-authorized]::before {
  content: "\f0fc";
}
.fa-bell[breezer-account-widget-authorized]::before {
  content: "\f0f3";
}
.fa-bell-concierge[breezer-account-widget-authorized]::before {
  content: "\f562";
}
.fa-concierge-bell[breezer-account-widget-authorized]::before {
  content: "\f562";
}
.fa-bell-exclamation[breezer-account-widget-authorized]::before {
  content: "\f848";
}
.fa-bell-on[breezer-account-widget-authorized]::before {
  content: "\f8fa";
}
.fa-bell-plus[breezer-account-widget-authorized]::before {
  content: "\f849";
}
.fa-bell-school[breezer-account-widget-authorized]::before {
  content: "\f5d5";
}
.fa-bell-school-slash[breezer-account-widget-authorized]::before {
  content: "\f5d6";
}
.fa-bell-slash[breezer-account-widget-authorized]::before {
  content: "\f1f6";
}
.fa-bells[breezer-account-widget-authorized]::before {
  content: "\f77f";
}
.fa-bench-tree[breezer-account-widget-authorized]::before {
  content: "\e2e7";
}
.fa-bezier-curve[breezer-account-widget-authorized]::before {
  content: "\f55b";
}
.fa-bicycle[breezer-account-widget-authorized]::before {
  content: "\f206";
}
.fa-binary[breezer-account-widget-authorized]::before {
  content: "\e33b";
}
.fa-binary-circle-check[breezer-account-widget-authorized]::before {
  content: "\e33c";
}
.fa-binary-lock[breezer-account-widget-authorized]::before {
  content: "\e33d";
}
.fa-binary-slash[breezer-account-widget-authorized]::before {
  content: "\e33e";
}
.fa-binoculars[breezer-account-widget-authorized]::before {
  content: "\f1e5";
}
.fa-biohazard[breezer-account-widget-authorized]::before {
  content: "\f780";
}
.fa-bird[breezer-account-widget-authorized]::before {
  content: "\e469";
}
.fa-bitcoin-sign[breezer-account-widget-authorized]::before {
  content: "\e0b4";
}
.fa-blanket[breezer-account-widget-authorized]::before {
  content: "\f498";
}
.fa-blanket-fire[breezer-account-widget-authorized]::before {
  content: "\e3da";
}
.fa-blender[breezer-account-widget-authorized]::before {
  content: "\f517";
}
.fa-blender-phone[breezer-account-widget-authorized]::before {
  content: "\f6b6";
}
.fa-blinds[breezer-account-widget-authorized]::before {
  content: "\f8fb";
}
.fa-blinds-open[breezer-account-widget-authorized]::before {
  content: "\f8fc";
}
.fa-blinds-raised[breezer-account-widget-authorized]::before {
  content: "\f8fd";
}
.fa-block[breezer-account-widget-authorized]::before {
  content: "\e46a";
}
.fa-block-brick[breezer-account-widget-authorized]::before {
  content: "\e3db";
}
.fa-wall-brick[breezer-account-widget-authorized]::before {
  content: "\e3db";
}
.fa-block-brick-fire[breezer-account-widget-authorized]::before {
  content: "\e3dc";
}
.fa-firewall[breezer-account-widget-authorized]::before {
  content: "\e3dc";
}
.fa-block-question[breezer-account-widget-authorized]::before {
  content: "\e3dd";
}
.fa-block-quote[breezer-account-widget-authorized]::before {
  content: "\e0b5";
}
.fa-blog[breezer-account-widget-authorized]::before {
  content: "\f781";
}
.fa-blueberries[breezer-account-widget-authorized]::before {
  content: "\e2e8";
}
.fa-bold[breezer-account-widget-authorized]::before {
  content: "\f032";
}
.fa-bolt[breezer-account-widget-authorized]::before {
  content: "\f0e7";
}
.fa-zap[breezer-account-widget-authorized]::before {
  content: "\f0e7";
}
.fa-bolt-auto[breezer-account-widget-authorized]::before {
  content: "\e0b6";
}
.fa-bolt-lightning[breezer-account-widget-authorized]::before {
  content: "\e0b7";
}
.fa-bolt-slash[breezer-account-widget-authorized]::before {
  content: "\e0b8";
}
.fa-bomb[breezer-account-widget-authorized]::before {
  content: "\f1e2";
}
.fa-bone[breezer-account-widget-authorized]::before {
  content: "\f5d7";
}
.fa-bone-break[breezer-account-widget-authorized]::before {
  content: "\f5d8";
}
.fa-bong[breezer-account-widget-authorized]::before {
  content: "\f55c";
}
.fa-book[breezer-account-widget-authorized]::before {
  content: "\f02d";
}
.fa-book-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e0b9";
}
.fa-book-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e0ba";
}
.fa-book-atlas[breezer-account-widget-authorized]::before {
  content: "\f558";
}
.fa-atlas[breezer-account-widget-authorized]::before {
  content: "\f558";
}
.fa-book-bible[breezer-account-widget-authorized]::before {
  content: "\f647";
}
.fa-bible[breezer-account-widget-authorized]::before {
  content: "\f647";
}
.fa-book-blank[breezer-account-widget-authorized]::before {
  content: "\f5d9";
}
.fa-book-alt[breezer-account-widget-authorized]::before {
  content: "\f5d9";
}
.fa-book-bookmark[breezer-account-widget-authorized]::before {
  content: "\e0bb";
}
.fa-book-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e0bc";
}
.fa-book-circle-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e0bd";
}
.fa-book-copy[breezer-account-widget-authorized]::before {
  content: "\e0be";
}
.fa-book-font[breezer-account-widget-authorized]::before {
  content: "\e0bf";
}
.fa-book-heart[breezer-account-widget-authorized]::before {
  content: "\f499";
}
.fa-book-journal-whills[breezer-account-widget-authorized]::before {
  content: "\f66a";
}
.fa-journal-whills[breezer-account-widget-authorized]::before {
  content: "\f66a";
}
.fa-book-medical[breezer-account-widget-authorized]::before {
  content: "\f7e6";
}
.fa-book-open[breezer-account-widget-authorized]::before {
  content: "\f518";
}
.fa-book-open-cover[breezer-account-widget-authorized]::before {
  content: "\e0c0";
}
.fa-book-open-alt[breezer-account-widget-authorized]::before {
  content: "\e0c0";
}
.fa-book-open-reader[breezer-account-widget-authorized]::before {
  content: "\f5da";
}
.fa-book-reader[breezer-account-widget-authorized]::before {
  content: "\f5da";
}
.fa-book-quran[breezer-account-widget-authorized]::before {
  content: "\f687";
}
.fa-quran[breezer-account-widget-authorized]::before {
  content: "\f687";
}
.fa-book-section[breezer-account-widget-authorized]::before {
  content: "\e0c1";
}
.fa-book-law[breezer-account-widget-authorized]::before {
  content: "\e0c1";
}
.fa-book-skull[breezer-account-widget-authorized]::before {
  content: "\f6b7";
}
.fa-book-dead[breezer-account-widget-authorized]::before {
  content: "\f6b7";
}
.fa-book-sparkles[breezer-account-widget-authorized]::before {
  content: "\f6b8";
}
.fa-book-spells[breezer-account-widget-authorized]::before {
  content: "\f6b8";
}
.fa-book-tanakh[breezer-account-widget-authorized]::before {
  content: "\f827";
}
.fa-tanakh[breezer-account-widget-authorized]::before {
  content: "\f827";
}
.fa-book-user[breezer-account-widget-authorized]::before {
  content: "\f7e7";
}
.fa-bookmark[breezer-account-widget-authorized]::before {
  content: "\f02e";
}
.fa-bookmark-slash[breezer-account-widget-authorized]::before {
  content: "\e0c2";
}
.fa-books[breezer-account-widget-authorized]::before {
  content: "\f5db";
}
.fa-books-medical[breezer-account-widget-authorized]::before {
  content: "\f7e8";
}
.fa-boombox[breezer-account-widget-authorized]::before {
  content: "\f8a5";
}
.fa-boot[breezer-account-widget-authorized]::before {
  content: "\f782";
}
.fa-boot-heeled[breezer-account-widget-authorized]::before {
  content: "\e33f";
}
.fa-booth-curtain[breezer-account-widget-authorized]::before {
  content: "\f734";
}
.fa-border-all[breezer-account-widget-authorized]::before {
  content: "\f84c";
}
.fa-border-bottom[breezer-account-widget-authorized]::before {
  content: "\f84d";
}
.fa-border-bottom-right[breezer-account-widget-authorized]::before {
  content: "\f854";
}
.fa-border-style-alt[breezer-account-widget-authorized]::before {
  content: "\f854";
}
.fa-border-center-h[breezer-account-widget-authorized]::before {
  content: "\f89c";
}
.fa-border-center-v[breezer-account-widget-authorized]::before {
  content: "\f89d";
}
.fa-border-inner[breezer-account-widget-authorized]::before {
  content: "\f84e";
}
.fa-border-left[breezer-account-widget-authorized]::before {
  content: "\f84f";
}
.fa-border-none[breezer-account-widget-authorized]::before {
  content: "\f850";
}
.fa-border-outer[breezer-account-widget-authorized]::before {
  content: "\f851";
}
.fa-border-right[breezer-account-widget-authorized]::before {
  content: "\f852";
}
.fa-border-top[breezer-account-widget-authorized]::before {
  content: "\f855";
}
.fa-border-top-left[breezer-account-widget-authorized]::before {
  content: "\f853";
}
.fa-border-style[breezer-account-widget-authorized]::before {
  content: "\f853";
}
.fa-bore-hole[breezer-account-widget-authorized]::before {
  content: "\e4c3";
}
.fa-bottle-droplet[breezer-account-widget-authorized]::before {
  content: "\e4c4";
}
.fa-bottle-water[breezer-account-widget-authorized]::before {
  content: "\e4c5";
}
.fa-bow-arrow[breezer-account-widget-authorized]::before {
  content: "\f6b9";
}
.fa-bowl-chopsticks[breezer-account-widget-authorized]::before {
  content: "\e2e9";
}
.fa-bowl-chopsticks-noodles[breezer-account-widget-authorized]::before {
  content: "\e2ea";
}
.fa-bowl-food[breezer-account-widget-authorized]::before {
  content: "\e4c6";
}
.fa-bowl-hot[breezer-account-widget-authorized]::before {
  content: "\f823";
}
.fa-soup[breezer-account-widget-authorized]::before {
  content: "\f823";
}
.fa-bowl-rice[breezer-account-widget-authorized]::before {
  content: "\e2eb";
}
.fa-bowl-scoop[breezer-account-widget-authorized]::before {
  content: "\e3de";
}
.fa-bowl-shaved-ice[breezer-account-widget-authorized]::before {
  content: "\e3de";
}
.fa-bowl-scoops[breezer-account-widget-authorized]::before {
  content: "\e3df";
}
.fa-bowl-soft-serve[breezer-account-widget-authorized]::before {
  content: "\e46b";
}
.fa-bowl-spoon[breezer-account-widget-authorized]::before {
  content: "\e3e0";
}
.fa-bowling-ball[breezer-account-widget-authorized]::before {
  content: "\f436";
}
.fa-bowling-ball-pin[breezer-account-widget-authorized]::before {
  content: "\e0c3";
}
.fa-bowling-pins[breezer-account-widget-authorized]::before {
  content: "\f437";
}
.fa-box[breezer-account-widget-authorized]::before {
  content: "\f466";
}
.fa-box-archive[breezer-account-widget-authorized]::before {
  content: "\f187";
}
.fa-archive[breezer-account-widget-authorized]::before {
  content: "\f187";
}
.fa-box-ballot[breezer-account-widget-authorized]::before {
  content: "\f735";
}
.fa-box-check[breezer-account-widget-authorized]::before {
  content: "\f467";
}
.fa-box-circle-check[breezer-account-widget-authorized]::before {
  content: "\e0c4";
}
.fa-box-dollar[breezer-account-widget-authorized]::before {
  content: "\f4a0";
}
.fa-box-usd[breezer-account-widget-authorized]::before {
  content: "\f4a0";
}
.fa-box-heart[breezer-account-widget-authorized]::before {
  content: "\f49d";
}
.fa-box-open[breezer-account-widget-authorized]::before {
  content: "\f49e";
}
.fa-box-open-full[breezer-account-widget-authorized]::before {
  content: "\f49c";
}
.fa-box-full[breezer-account-widget-authorized]::before {
  content: "\f49c";
}
.fa-box-taped[breezer-account-widget-authorized]::before {
  content: "\f49a";
}
.fa-box-alt[breezer-account-widget-authorized]::before {
  content: "\f49a";
}
.fa-box-tissue[breezer-account-widget-authorized]::before {
  content: "\e05b";
}
.fa-boxes-packing[breezer-account-widget-authorized]::before {
  content: "\e4c7";
}
.fa-boxes-stacked[breezer-account-widget-authorized]::before {
  content: "\f468";
}
.fa-boxes[breezer-account-widget-authorized]::before {
  content: "\f468";
}
.fa-boxes-alt[breezer-account-widget-authorized]::before {
  content: "\f468";
}
.fa-boxing-glove[breezer-account-widget-authorized]::before {
  content: "\f438";
}
.fa-glove-boxing[breezer-account-widget-authorized]::before {
  content: "\f438";
}
.fa-bracket-curly[breezer-account-widget-authorized]::before {
  content: "\7b";
}
.fa-bracket-curly-left[breezer-account-widget-authorized]::before {
  content: "\7b";
}
.fa-bracket-curly-right[breezer-account-widget-authorized]::before {
  content: "\7d";
}
.fa-bracket-round[breezer-account-widget-authorized]::before {
  content: "\28";
}
.fa-parenthesis[breezer-account-widget-authorized]::before {
  content: "\28";
}
.fa-bracket-round-right[breezer-account-widget-authorized]::before {
  content: "\29";
}
.fa-bracket-square[breezer-account-widget-authorized]::before {
  content: "\5b";
}
.fa-bracket[breezer-account-widget-authorized]::before {
  content: "\5b";
}
.fa-bracket-left[breezer-account-widget-authorized]::before {
  content: "\5b";
}
.fa-bracket-square-right[breezer-account-widget-authorized]::before {
  content: "\5d";
}
.fa-brackets-curly[breezer-account-widget-authorized]::before {
  content: "\f7ea";
}
.fa-brackets-round[breezer-account-widget-authorized]::before {
  content: "\e0c5";
}
.fa-parentheses[breezer-account-widget-authorized]::before {
  content: "\e0c5";
}
.fa-brackets-square[breezer-account-widget-authorized]::before {
  content: "\f7e9";
}
.fa-brackets[breezer-account-widget-authorized]::before {
  content: "\f7e9";
}
.fa-braille[breezer-account-widget-authorized]::before {
  content: "\f2a1";
}
.fa-brain[breezer-account-widget-authorized]::before {
  content: "\f5dc";
}
.fa-brain-arrow-curved-right[breezer-account-widget-authorized]::before {
  content: "\f677";
}
.fa-mind-share[breezer-account-widget-authorized]::before {
  content: "\f677";
}
.fa-brain-circuit[breezer-account-widget-authorized]::before {
  content: "\e0c6";
}
.fa-brake-warning[breezer-account-widget-authorized]::before {
  content: "\e0c7";
}
.fa-brazilian-real-sign[breezer-account-widget-authorized]::before {
  content: "\e46c";
}
.fa-bread-loaf[breezer-account-widget-authorized]::before {
  content: "\f7eb";
}
.fa-bread-slice[breezer-account-widget-authorized]::before {
  content: "\f7ec";
}
.fa-bread-slice-butter[breezer-account-widget-authorized]::before {
  content: "\e3e1";
}
.fa-bridge[breezer-account-widget-authorized]::before {
  content: "\e4c8";
}
.fa-bridge-circle-check[breezer-account-widget-authorized]::before {
  content: "\e4c9";
}
.fa-bridge-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e4ca";
}
.fa-bridge-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e4cb";
}
.fa-bridge-lock[breezer-account-widget-authorized]::before {
  content: "\e4cc";
}
.fa-bridge-suspension[breezer-account-widget-authorized]::before {
  content: "\e4cd";
}
.fa-bridge-water[breezer-account-widget-authorized]::before {
  content: "\e4ce";
}
.fa-briefcase[breezer-account-widget-authorized]::before {
  content: "\f0b1";
}
.fa-briefcase-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e2f2";
}
.fa-briefcase-blank[breezer-account-widget-authorized]::before {
  content: "\e0c8";
}
.fa-briefcase-medical[breezer-account-widget-authorized]::before {
  content: "\f469";
}
.fa-brightness[breezer-account-widget-authorized]::before {
  content: "\e0c9";
}
.fa-brightness-low[breezer-account-widget-authorized]::before {
  content: "\e0ca";
}
.fa-bring-forward[breezer-account-widget-authorized]::before {
  content: "\f856";
}
.fa-bring-front[breezer-account-widget-authorized]::before {
  content: "\f857";
}
.fa-broccoli[breezer-account-widget-authorized]::before {
  content: "\e3e2";
}
.fa-broom[breezer-account-widget-authorized]::before {
  content: "\f51a";
}
.fa-broom-ball[breezer-account-widget-authorized]::before {
  content: "\f458";
}
.fa-quidditch[breezer-account-widget-authorized]::before {
  content: "\f458";
}
.fa-quidditch-broom-ball[breezer-account-widget-authorized]::before {
  content: "\f458";
}
.fa-browser[breezer-account-widget-authorized]::before {
  content: "\f37e";
}
.fa-browsers[breezer-account-widget-authorized]::before {
  content: "\e0cb";
}
.fa-brush[breezer-account-widget-authorized]::before {
  content: "\f55d";
}
.fa-bucket[breezer-account-widget-authorized]::before {
  content: "\e4cf";
}
.fa-bug[breezer-account-widget-authorized]::before {
  content: "\f188";
}
.fa-bug-slash[breezer-account-widget-authorized]::before {
  content: "\e490";
}
.fa-bugs[breezer-account-widget-authorized]::before {
  content: "\e4d0";
}
.fa-building[breezer-account-widget-authorized]::before {
  content: "\f1ad";
}
.fa-building-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e4d1";
}
.fa-building-circle-check[breezer-account-widget-authorized]::before {
  content: "\e4d2";
}
.fa-building-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e4d3";
}
.fa-building-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e4d4";
}
.fa-building-columns[breezer-account-widget-authorized]::before {
  content: "\f19c";
}
.fa-bank[breezer-account-widget-authorized]::before {
  content: "\f19c";
}
.fa-institution[breezer-account-widget-authorized]::before {
  content: "\f19c";
}
.fa-museum[breezer-account-widget-authorized]::before {
  content: "\f19c";
}
.fa-university[breezer-account-widget-authorized]::before {
  content: "\f19c";
}
.fa-building-flag[breezer-account-widget-authorized]::before {
  content: "\e4d5";
}
.fa-building-lock[breezer-account-widget-authorized]::before {
  content: "\e4d6";
}
.fa-building-ngo[breezer-account-widget-authorized]::before {
  content: "\e4d7";
}
.fa-building-shield[breezer-account-widget-authorized]::before {
  content: "\e4d8";
}
.fa-building-un[breezer-account-widget-authorized]::before {
  content: "\e4d9";
}
.fa-building-user[breezer-account-widget-authorized]::before {
  content: "\e4da";
}
.fa-building-wheat[breezer-account-widget-authorized]::before {
  content: "\e4db";
}
.fa-buildings[breezer-account-widget-authorized]::before {
  content: "\e0cc";
}
.fa-bullhorn[breezer-account-widget-authorized]::before {
  content: "\f0a1";
}
.fa-bullseye[breezer-account-widget-authorized]::before {
  content: "\f140";
}
.fa-bullseye-arrow[breezer-account-widget-authorized]::before {
  content: "\f648";
}
.fa-bullseye-pointer[breezer-account-widget-authorized]::before {
  content: "\f649";
}
.fa-burger[breezer-account-widget-authorized]::before {
  content: "\f805";
}
.fa-hamburger[breezer-account-widget-authorized]::before {
  content: "\f805";
}
.fa-burger-cheese[breezer-account-widget-authorized]::before {
  content: "\f7f1";
}
.fa-cheeseburger[breezer-account-widget-authorized]::before {
  content: "\f7f1";
}
.fa-burger-fries[breezer-account-widget-authorized]::before {
  content: "\e0cd";
}
.fa-burger-glass[breezer-account-widget-authorized]::before {
  content: "\e0ce";
}
.fa-burger-lettuce[breezer-account-widget-authorized]::before {
  content: "\e3e3";
}
.fa-burger-soda[breezer-account-widget-authorized]::before {
  content: "\f858";
}
.fa-burrito[breezer-account-widget-authorized]::before {
  content: "\f7ed";
}
.fa-burst[breezer-account-widget-authorized]::before {
  content: "\e4dc";
}
.fa-bus[breezer-account-widget-authorized]::before {
  content: "\f207";
}
.fa-bus-school[breezer-account-widget-authorized]::before {
  content: "\f5dd";
}
.fa-bus-simple[breezer-account-widget-authorized]::before {
  content: "\f55e";
}
.fa-bus-alt[breezer-account-widget-authorized]::before {
  content: "\f55e";
}
.fa-business-time[breezer-account-widget-authorized]::before {
  content: "\f64a";
}
.fa-briefcase-clock[breezer-account-widget-authorized]::before {
  content: "\f64a";
}
.fa-butter[breezer-account-widget-authorized]::before {
  content: "\e3e4";
}
.fa-c[breezer-account-widget-authorized]::before {
  content: "\43";
}
.fa-cabin[breezer-account-widget-authorized]::before {
  content: "\e46d";
}
.fa-cabinet-filing[breezer-account-widget-authorized]::before {
  content: "\f64b";
}
.fa-cable-car[breezer-account-widget-authorized]::before {
  content: "\e0cf";
}
.fa-cactus[breezer-account-widget-authorized]::before {
  content: "\f8a7";
}
.fa-cake-candles[breezer-account-widget-authorized]::before {
  content: "\f1fd";
}
.fa-birthday-cake[breezer-account-widget-authorized]::before {
  content: "\f1fd";
}
.fa-cake[breezer-account-widget-authorized]::before {
  content: "\f1fd";
}
.fa-cake-slice[breezer-account-widget-authorized]::before {
  content: "\e3e5";
}
.fa-shortcake[breezer-account-widget-authorized]::before {
  content: "\e3e5";
}
.fa-calculator[breezer-account-widget-authorized]::before {
  content: "\f1ec";
}
.fa-calculator-simple[breezer-account-widget-authorized]::before {
  content: "\f64c";
}
.fa-calculator-alt[breezer-account-widget-authorized]::before {
  content: "\f64c";
}
.fa-calendar[breezer-account-widget-authorized]::before {
  content: "\f133";
}
.fa-calendar-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e0d0";
}
.fa-calendar-download[breezer-account-widget-authorized]::before {
  content: "\e0d0";
}
.fa-calendar-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e0d1";
}
.fa-calendar-upload[breezer-account-widget-authorized]::before {
  content: "\e0d1";
}
.fa-calendar-check[breezer-account-widget-authorized]::before {
  content: "\f274";
}
.fa-calendar-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e46e";
}
.fa-calendar-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e46f";
}
.fa-calendar-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e470";
}
.fa-calendar-circle-user[breezer-account-widget-authorized]::before {
  content: "\e471";
}
.fa-calendar-clock[breezer-account-widget-authorized]::before {
  content: "\e0d2";
}
.fa-calendar-time[breezer-account-widget-authorized]::before {
  content: "\e0d2";
}
.fa-calendar-day[breezer-account-widget-authorized]::before {
  content: "\f783";
}
.fa-calendar-days[breezer-account-widget-authorized]::before {
  content: "\f073";
}
.fa-calendar-alt[breezer-account-widget-authorized]::before {
  content: "\f073";
}
.fa-calendar-exclamation[breezer-account-widget-authorized]::before {
  content: "\f334";
}
.fa-calendar-heart[breezer-account-widget-authorized]::before {
  content: "\e0d3";
}
.fa-calendar-image[breezer-account-widget-authorized]::before {
  content: "\e0d4";
}
.fa-calendar-lines[breezer-account-widget-authorized]::before {
  content: "\e0d5";
}
.fa-calendar-note[breezer-account-widget-authorized]::before {
  content: "\e0d5";
}
.fa-calendar-lines-pen[breezer-account-widget-authorized]::before {
  content: "\e472";
}
.fa-calendar-minus[breezer-account-widget-authorized]::before {
  content: "\f272";
}
.fa-calendar-pen[breezer-account-widget-authorized]::before {
  content: "\f333";
}
.fa-calendar-edit[breezer-account-widget-authorized]::before {
  content: "\f333";
}
.fa-calendar-plus[breezer-account-widget-authorized]::before {
  content: "\f271";
}
.fa-calendar-range[breezer-account-widget-authorized]::before {
  content: "\e0d6";
}
.fa-calendar-star[breezer-account-widget-authorized]::before {
  content: "\f736";
}
.fa-calendar-week[breezer-account-widget-authorized]::before {
  content: "\f784";
}
.fa-calendar-xmark[breezer-account-widget-authorized]::before {
  content: "\f273";
}
.fa-calendar-times[breezer-account-widget-authorized]::before {
  content: "\f273";
}
.fa-calendars[breezer-account-widget-authorized]::before {
  content: "\e0d7";
}
.fa-camcorder[breezer-account-widget-authorized]::before {
  content: "\f8a8";
}
.fa-video-handheld[breezer-account-widget-authorized]::before {
  content: "\f8a8";
}
.fa-camera[breezer-account-widget-authorized]::before {
  content: "\f030";
}
.fa-camera-alt[breezer-account-widget-authorized]::before {
  content: "\f030";
}
.fa-camera-cctv[breezer-account-widget-authorized]::before {
  content: "\f8ac";
}
.fa-cctv[breezer-account-widget-authorized]::before {
  content: "\f8ac";
}
.fa-camera-movie[breezer-account-widget-authorized]::before {
  content: "\f8a9";
}
.fa-camera-polaroid[breezer-account-widget-authorized]::before {
  content: "\f8aa";
}
.fa-camera-retro[breezer-account-widget-authorized]::before {
  content: "\f083";
}
.fa-camera-rotate[breezer-account-widget-authorized]::before {
  content: "\e0d8";
}
.fa-camera-security[breezer-account-widget-authorized]::before {
  content: "\f8fe";
}
.fa-camera-home[breezer-account-widget-authorized]::before {
  content: "\f8fe";
}
.fa-camera-slash[breezer-account-widget-authorized]::before {
  content: "\e0d9";
}
.fa-camera-viewfinder[breezer-account-widget-authorized]::before {
  content: "\e0da";
}
.fa-screenshot[breezer-account-widget-authorized]::before {
  content: "\e0da";
}
.fa-camera-web[breezer-account-widget-authorized]::before {
  content: "\f832";
}
.fa-webcam[breezer-account-widget-authorized]::before {
  content: "\f832";
}
.fa-camera-web-slash[breezer-account-widget-authorized]::before {
  content: "\f833";
}
.fa-webcam-slash[breezer-account-widget-authorized]::before {
  content: "\f833";
}
.fa-campfire[breezer-account-widget-authorized]::before {
  content: "\f6ba";
}
.fa-campground[breezer-account-widget-authorized]::before {
  content: "\f6bb";
}
.fa-can-food[breezer-account-widget-authorized]::before {
  content: "\e3e6";
}
.fa-candle-holder[breezer-account-widget-authorized]::before {
  content: "\f6bc";
}
.fa-candy[breezer-account-widget-authorized]::before {
  content: "\e3e7";
}
.fa-candy-bar[breezer-account-widget-authorized]::before {
  content: "\e3e8";
}
.fa-chocolate-bar[breezer-account-widget-authorized]::before {
  content: "\e3e8";
}
.fa-candy-cane[breezer-account-widget-authorized]::before {
  content: "\f786";
}
.fa-candy-corn[breezer-account-widget-authorized]::before {
  content: "\f6bd";
}
.fa-cannabis[breezer-account-widget-authorized]::before {
  content: "\f55f";
}
.fa-capsules[breezer-account-widget-authorized]::before {
  content: "\f46b";
}
.fa-car[breezer-account-widget-authorized]::before {
  content: "\f1b9";
}
.fa-automobile[breezer-account-widget-authorized]::before {
  content: "\f1b9";
}
.fa-car-battery[breezer-account-widget-authorized]::before {
  content: "\f5df";
}
.fa-battery-car[breezer-account-widget-authorized]::before {
  content: "\f5df";
}
.fa-car-bolt[breezer-account-widget-authorized]::before {
  content: "\e341";
}
.fa-car-building[breezer-account-widget-authorized]::before {
  content: "\f859";
}
.fa-car-bump[breezer-account-widget-authorized]::before {
  content: "\f5e0";
}
.fa-car-burst[breezer-account-widget-authorized]::before {
  content: "\f5e1";
}
.fa-car-crash[breezer-account-widget-authorized]::before {
  content: "\f5e1";
}
.fa-car-bus[breezer-account-widget-authorized]::before {
  content: "\f85a";
}
.fa-car-circle-bolt[breezer-account-widget-authorized]::before {
  content: "\e342";
}
.fa-car-garage[breezer-account-widget-authorized]::before {
  content: "\f5e2";
}
.fa-car-mirrors[breezer-account-widget-authorized]::before {
  content: "\e343";
}
.fa-car-on[breezer-account-widget-authorized]::before {
  content: "\e4dd";
}
.fa-car-rear[breezer-account-widget-authorized]::before {
  content: "\f5de";
}
.fa-car-alt[breezer-account-widget-authorized]::before {
  content: "\f5de";
}
.fa-car-side[breezer-account-widget-authorized]::before {
  content: "\f5e4";
}
.fa-car-side-bolt[breezer-account-widget-authorized]::before {
  content: "\e344";
}
.fa-car-tilt[breezer-account-widget-authorized]::before {
  content: "\f5e5";
}
.fa-car-tunnel[breezer-account-widget-authorized]::before {
  content: "\e4de";
}
.fa-car-wash[breezer-account-widget-authorized]::before {
  content: "\f5e6";
}
.fa-car-wrench[breezer-account-widget-authorized]::before {
  content: "\f5e3";
}
.fa-car-mechanic[breezer-account-widget-authorized]::before {
  content: "\f5e3";
}
.fa-caravan[breezer-account-widget-authorized]::before {
  content: "\f8ff";
}
.fa-caravan-simple[breezer-account-widget-authorized]::before {
  content: "\e000";
}
.fa-caravan-alt[breezer-account-widget-authorized]::before {
  content: "\e000";
}
.fa-card-club[breezer-account-widget-authorized]::before {
  content: "\e3e9";
}
.fa-card-diamond[breezer-account-widget-authorized]::before {
  content: "\e3ea";
}
.fa-card-heart[breezer-account-widget-authorized]::before {
  content: "\e3eb";
}
.fa-card-spade[breezer-account-widget-authorized]::before {
  content: "\e3ec";
}
.fa-cards[breezer-account-widget-authorized]::before {
  content: "\e3ed";
}
.fa-cards-blank[breezer-account-widget-authorized]::before {
  content: "\e4df";
}
.fa-caret-down[breezer-account-widget-authorized]::before {
  content: "\f0d7";
}
.fa-caret-left[breezer-account-widget-authorized]::before {
  content: "\f0d9";
}
.fa-caret-right[breezer-account-widget-authorized]::before {
  content: "\f0da";
}
.fa-caret-up[breezer-account-widget-authorized]::before {
  content: "\f0d8";
}
.fa-carrot[breezer-account-widget-authorized]::before {
  content: "\f787";
}
.fa-cars[breezer-account-widget-authorized]::before {
  content: "\f85b";
}
.fa-cart-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f218";
}
.fa-cart-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e3ee";
}
.fa-cart-circle-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e3ef";
}
.fa-cart-circle-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e3f0";
}
.fa-cart-circle-check[breezer-account-widget-authorized]::before {
  content: "\e3f1";
}
.fa-cart-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e3f2";
}
.fa-cart-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e3f3";
}
.fa-cart-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e3f4";
}
.fa-cart-flatbed[breezer-account-widget-authorized]::before {
  content: "\f474";
}
.fa-dolly-flatbed[breezer-account-widget-authorized]::before {
  content: "\f474";
}
.fa-cart-flatbed-boxes[breezer-account-widget-authorized]::before {
  content: "\f475";
}
.fa-dolly-flatbed-alt[breezer-account-widget-authorized]::before {
  content: "\f475";
}
.fa-cart-flatbed-empty[breezer-account-widget-authorized]::before {
  content: "\f476";
}
.fa-dolly-flatbed-empty[breezer-account-widget-authorized]::before {
  content: "\f476";
}
.fa-cart-flatbed-suitcase[breezer-account-widget-authorized]::before {
  content: "\f59d";
}
.fa-luggage-cart[breezer-account-widget-authorized]::before {
  content: "\f59d";
}
.fa-cart-minus[breezer-account-widget-authorized]::before {
  content: "\e0db";
}
.fa-cart-plus[breezer-account-widget-authorized]::before {
  content: "\f217";
}
.fa-cart-shopping[breezer-account-widget-authorized]::before {
  content: "\f07a";
}
.fa-shopping-cart[breezer-account-widget-authorized]::before {
  content: "\f07a";
}
.fa-cart-shopping-fast[breezer-account-widget-authorized]::before {
  content: "\e0dc";
}
.fa-cart-xmark[breezer-account-widget-authorized]::before {
  content: "\e0dd";
}
.fa-cash-register[breezer-account-widget-authorized]::before {
  content: "\f788";
}
.fa-cassette-betamax[breezer-account-widget-authorized]::before {
  content: "\f8a4";
}
.fa-betamax[breezer-account-widget-authorized]::before {
  content: "\f8a4";
}
.fa-cassette-tape[breezer-account-widget-authorized]::before {
  content: "\f8ab";
}
.fa-cassette-vhs[breezer-account-widget-authorized]::before {
  content: "\f8ec";
}
.fa-vhs[breezer-account-widget-authorized]::before {
  content: "\f8ec";
}
.fa-castle[breezer-account-widget-authorized]::before {
  content: "\e0de";
}
.fa-cat[breezer-account-widget-authorized]::before {
  content: "\f6be";
}
.fa-cat-space[breezer-account-widget-authorized]::before {
  content: "\e001";
}
.fa-cauldron[breezer-account-widget-authorized]::before {
  content: "\f6bf";
}
.fa-cedi-sign[breezer-account-widget-authorized]::before {
  content: "\e0df";
}
.fa-cent-sign[breezer-account-widget-authorized]::before {
  content: "\e3f5";
}
.fa-certificate[breezer-account-widget-authorized]::before {
  content: "\f0a3";
}
.fa-chair[breezer-account-widget-authorized]::before {
  content: "\f6c0";
}
.fa-chair-office[breezer-account-widget-authorized]::before {
  content: "\f6c1";
}
.fa-chalkboard[breezer-account-widget-authorized]::before {
  content: "\f51b";
}
.fa-blackboard[breezer-account-widget-authorized]::before {
  content: "\f51b";
}
.fa-chalkboard-user[breezer-account-widget-authorized]::before {
  content: "\f51c";
}
.fa-chalkboard-teacher[breezer-account-widget-authorized]::before {
  content: "\f51c";
}
.fa-champagne-glass[breezer-account-widget-authorized]::before {
  content: "\f79e";
}
.fa-glass-champagne[breezer-account-widget-authorized]::before {
  content: "\f79e";
}
.fa-champagne-glasses[breezer-account-widget-authorized]::before {
  content: "\f79f";
}
.fa-glass-cheers[breezer-account-widget-authorized]::before {
  content: "\f79f";
}
.fa-charging-station[breezer-account-widget-authorized]::before {
  content: "\f5e7";
}
.fa-chart-area[breezer-account-widget-authorized]::before {
  content: "\f1fe";
}
.fa-area-chart[breezer-account-widget-authorized]::before {
  content: "\f1fe";
}
.fa-chart-bar[breezer-account-widget-authorized]::before {
  content: "\f080";
}
.fa-bar-chart[breezer-account-widget-authorized]::before {
  content: "\f080";
}
.fa-chart-bullet[breezer-account-widget-authorized]::before {
  content: "\e0e1";
}
.fa-chart-candlestick[breezer-account-widget-authorized]::before {
  content: "\e0e2";
}
.fa-chart-column[breezer-account-widget-authorized]::before {
  content: "\e0e3";
}
.fa-chart-gantt[breezer-account-widget-authorized]::before {
  content: "\e0e4";
}
.fa-chart-line[breezer-account-widget-authorized]::before {
  content: "\f201";
}
.fa-line-chart[breezer-account-widget-authorized]::before {
  content: "\f201";
}
.fa-chart-line-down[breezer-account-widget-authorized]::before {
  content: "\f64d";
}
.fa-chart-line-up[breezer-account-widget-authorized]::before {
  content: "\e0e5";
}
.fa-chart-mixed[breezer-account-widget-authorized]::before {
  content: "\f643";
}
.fa-analytics[breezer-account-widget-authorized]::before {
  content: "\f643";
}
.fa-chart-network[breezer-account-widget-authorized]::before {
  content: "\f78a";
}
.fa-chart-pie[breezer-account-widget-authorized]::before {
  content: "\f200";
}
.fa-pie-chart[breezer-account-widget-authorized]::before {
  content: "\f200";
}
.fa-chart-pie-simple[breezer-account-widget-authorized]::before {
  content: "\f64e";
}
.fa-chart-pie-alt[breezer-account-widget-authorized]::before {
  content: "\f64e";
}
.fa-chart-pyramid[breezer-account-widget-authorized]::before {
  content: "\e0e6";
}
.fa-chart-radar[breezer-account-widget-authorized]::before {
  content: "\e0e7";
}
.fa-chart-scatter[breezer-account-widget-authorized]::before {
  content: "\f7ee";
}
.fa-chart-scatter-3d[breezer-account-widget-authorized]::before {
  content: "\e0e8";
}
.fa-chart-scatter-bubble[breezer-account-widget-authorized]::before {
  content: "\e0e9";
}
.fa-chart-simple[breezer-account-widget-authorized]::before {
  content: "\e473";
}
.fa-chart-simple-horizontal[breezer-account-widget-authorized]::before {
  content: "\e474";
}
.fa-chart-tree-map[breezer-account-widget-authorized]::before {
  content: "\e0ea";
}
.fa-chart-user[breezer-account-widget-authorized]::before {
  content: "\f6a3";
}
.fa-user-chart[breezer-account-widget-authorized]::before {
  content: "\f6a3";
}
.fa-chart-waterfall[breezer-account-widget-authorized]::before {
  content: "\e0eb";
}
.fa-check[breezer-account-widget-authorized]::before {
  content: "\f00c";
}
.fa-check-double[breezer-account-widget-authorized]::before {
  content: "\f560";
}
.fa-check-to-slot[breezer-account-widget-authorized]::before {
  content: "\f772";
}
.fa-vote-yea[breezer-account-widget-authorized]::before {
  content: "\f772";
}
.fa-cheese[breezer-account-widget-authorized]::before {
  content: "\f7ef";
}
.fa-cheese-swiss[breezer-account-widget-authorized]::before {
  content: "\f7f0";
}
.fa-cherries[breezer-account-widget-authorized]::before {
  content: "\e0ec";
}
.fa-chess[breezer-account-widget-authorized]::before {
  content: "\f439";
}
.fa-chess-bishop[breezer-account-widget-authorized]::before {
  content: "\f43a";
}
.fa-chess-bishop-piece[breezer-account-widget-authorized]::before {
  content: "\f43b";
}
.fa-chess-bishop-alt[breezer-account-widget-authorized]::before {
  content: "\f43b";
}
.fa-chess-board[breezer-account-widget-authorized]::before {
  content: "\f43c";
}
.fa-chess-clock[breezer-account-widget-authorized]::before {
  content: "\f43d";
}
.fa-chess-clock-flip[breezer-account-widget-authorized]::before {
  content: "\f43e";
}
.fa-chess-clock-alt[breezer-account-widget-authorized]::before {
  content: "\f43e";
}
.fa-chess-king[breezer-account-widget-authorized]::before {
  content: "\f43f";
}
.fa-chess-king-piece[breezer-account-widget-authorized]::before {
  content: "\f440";
}
.fa-chess-king-alt[breezer-account-widget-authorized]::before {
  content: "\f440";
}
.fa-chess-knight[breezer-account-widget-authorized]::before {
  content: "\f441";
}
.fa-chess-knight-piece[breezer-account-widget-authorized]::before {
  content: "\f442";
}
.fa-chess-knight-alt[breezer-account-widget-authorized]::before {
  content: "\f442";
}
.fa-chess-pawn[breezer-account-widget-authorized]::before {
  content: "\f443";
}
.fa-chess-pawn-piece[breezer-account-widget-authorized]::before {
  content: "\f444";
}
.fa-chess-pawn-alt[breezer-account-widget-authorized]::before {
  content: "\f444";
}
.fa-chess-queen[breezer-account-widget-authorized]::before {
  content: "\f445";
}
.fa-chess-queen-piece[breezer-account-widget-authorized]::before {
  content: "\f446";
}
.fa-chess-queen-alt[breezer-account-widget-authorized]::before {
  content: "\f446";
}
.fa-chess-rook[breezer-account-widget-authorized]::before {
  content: "\f447";
}
.fa-chess-rook-piece[breezer-account-widget-authorized]::before {
  content: "\f448";
}
.fa-chess-rook-alt[breezer-account-widget-authorized]::before {
  content: "\f448";
}
.fa-chestnut[breezer-account-widget-authorized]::before {
  content: "\e3f6";
}
.fa-chevron-down[breezer-account-widget-authorized]::before {
  content: "\f078";
}
.fa-chevron-left[breezer-account-widget-authorized]::before {
  content: "\f053";
}
.fa-chevron-right[breezer-account-widget-authorized]::before {
  content: "\f054";
}
.fa-chevron-up[breezer-account-widget-authorized]::before {
  content: "\f077";
}
.fa-chevrons-down[breezer-account-widget-authorized]::before {
  content: "\f322";
}
.fa-chevron-double-down[breezer-account-widget-authorized]::before {
  content: "\f322";
}
.fa-chevrons-left[breezer-account-widget-authorized]::before {
  content: "\f323";
}
.fa-chevron-double-left[breezer-account-widget-authorized]::before {
  content: "\f323";
}
.fa-chevrons-right[breezer-account-widget-authorized]::before {
  content: "\f324";
}
.fa-chevron-double-right[breezer-account-widget-authorized]::before {
  content: "\f324";
}
.fa-chevrons-up[breezer-account-widget-authorized]::before {
  content: "\f325";
}
.fa-chevron-double-up[breezer-account-widget-authorized]::before {
  content: "\f325";
}
.fa-child[breezer-account-widget-authorized]::before {
  content: "\f1ae";
}
.fa-child-dress[breezer-account-widget-authorized]::before {
  content: "\e59c";
}
.fa-child-reaching[breezer-account-widget-authorized]::before {
  content: "\e59d";
}
.fa-child-rifle[breezer-account-widget-authorized]::before {
  content: "\e4e0";
}
.fa-children[breezer-account-widget-authorized]::before {
  content: "\e4e1";
}
.fa-chimney[breezer-account-widget-authorized]::before {
  content: "\f78b";
}
.fa-chopsticks[breezer-account-widget-authorized]::before {
  content: "\e3f7";
}
.fa-church[breezer-account-widget-authorized]::before {
  content: "\f51d";
}
.fa-circle[breezer-account-widget-authorized]::before {
  content: "\f111";
}
.fa-circle-0[breezer-account-widget-authorized]::before {
  content: "\e0ed";
}
.fa-circle-1[breezer-account-widget-authorized]::before {
  content: "\e0ee";
}
.fa-circle-2[breezer-account-widget-authorized]::before {
  content: "\e0ef";
}
.fa-circle-3[breezer-account-widget-authorized]::before {
  content: "\e0f0";
}
.fa-circle-4[breezer-account-widget-authorized]::before {
  content: "\e0f1";
}
.fa-circle-5[breezer-account-widget-authorized]::before {
  content: "\e0f2";
}
.fa-circle-6[breezer-account-widget-authorized]::before {
  content: "\e0f3";
}
.fa-circle-7[breezer-account-widget-authorized]::before {
  content: "\e0f4";
}
.fa-circle-8[breezer-account-widget-authorized]::before {
  content: "\e0f5";
}
.fa-circle-9[breezer-account-widget-authorized]::before {
  content: "\e0f6";
}
.fa-circle-a[breezer-account-widget-authorized]::before {
  content: "\e0f7";
}
.fa-circle-ampersand[breezer-account-widget-authorized]::before {
  content: "\e0f8";
}
.fa-circle-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f0ab";
}
.fa-arrow-circle-down[breezer-account-widget-authorized]::before {
  content: "\f0ab";
}
.fa-circle-arrow-down-left[breezer-account-widget-authorized]::before {
  content: "\e0f9";
}
.fa-circle-arrow-down-right[breezer-account-widget-authorized]::before {
  content: "\e0fa";
}
.fa-circle-arrow-left[breezer-account-widget-authorized]::before {
  content: "\f0a8";
}
.fa-arrow-circle-left[breezer-account-widget-authorized]::before {
  content: "\f0a8";
}
.fa-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\f0a9";
}
.fa-arrow-circle-right[breezer-account-widget-authorized]::before {
  content: "\f0a9";
}
.fa-circle-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f0aa";
}
.fa-arrow-circle-up[breezer-account-widget-authorized]::before {
  content: "\f0aa";
}
.fa-circle-arrow-up-left[breezer-account-widget-authorized]::before {
  content: "\e0fb";
}
.fa-circle-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e0fc";
}
.fa-circle-b[breezer-account-widget-authorized]::before {
  content: "\e0fd";
}
.fa-circle-bolt[breezer-account-widget-authorized]::before {
  content: "\e0fe";
}
.fa-circle-book-open[breezer-account-widget-authorized]::before {
  content: "\e0ff";
}
.fa-book-circle[breezer-account-widget-authorized]::before {
  content: "\e0ff";
}
.fa-circle-bookmark[breezer-account-widget-authorized]::before {
  content: "\e100";
}
.fa-bookmark-circle[breezer-account-widget-authorized]::before {
  content: "\e100";
}
.fa-circle-c[breezer-account-widget-authorized]::before {
  content: "\e101";
}
.fa-circle-calendar[breezer-account-widget-authorized]::before {
  content: "\e102";
}
.fa-calendar-circle[breezer-account-widget-authorized]::before {
  content: "\e102";
}
.fa-circle-camera[breezer-account-widget-authorized]::before {
  content: "\e103";
}
.fa-camera-circle[breezer-account-widget-authorized]::before {
  content: "\e103";
}
.fa-circle-caret-down[breezer-account-widget-authorized]::before {
  content: "\f32d";
}
.fa-caret-circle-down[breezer-account-widget-authorized]::before {
  content: "\f32d";
}
.fa-circle-caret-left[breezer-account-widget-authorized]::before {
  content: "\f32e";
}
.fa-caret-circle-left[breezer-account-widget-authorized]::before {
  content: "\f32e";
}
.fa-circle-caret-right[breezer-account-widget-authorized]::before {
  content: "\f330";
}
.fa-caret-circle-right[breezer-account-widget-authorized]::before {
  content: "\f330";
}
.fa-circle-caret-up[breezer-account-widget-authorized]::before {
  content: "\f331";
}
.fa-caret-circle-up[breezer-account-widget-authorized]::before {
  content: "\f331";
}
.fa-circle-check[breezer-account-widget-authorized]::before {
  content: "\f058";
}
.fa-check-circle[breezer-account-widget-authorized]::before {
  content: "\f058";
}
.fa-circle-chevron-down[breezer-account-widget-authorized]::before {
  content: "\f13a";
}
.fa-chevron-circle-down[breezer-account-widget-authorized]::before {
  content: "\f13a";
}
.fa-circle-chevron-left[breezer-account-widget-authorized]::before {
  content: "\f137";
}
.fa-chevron-circle-left[breezer-account-widget-authorized]::before {
  content: "\f137";
}
.fa-circle-chevron-right[breezer-account-widget-authorized]::before {
  content: "\f138";
}
.fa-chevron-circle-right[breezer-account-widget-authorized]::before {
  content: "\f138";
}
.fa-circle-chevron-up[breezer-account-widget-authorized]::before {
  content: "\f139";
}
.fa-chevron-circle-up[breezer-account-widget-authorized]::before {
  content: "\f139";
}
.fa-circle-d[breezer-account-widget-authorized]::before {
  content: "\e104";
}
.fa-circle-dashed[breezer-account-widget-authorized]::before {
  content: "\e105";
}
.fa-circle-divide[breezer-account-widget-authorized]::before {
  content: "\e106";
}
.fa-circle-dollar[breezer-account-widget-authorized]::before {
  content: "\f2e8";
}
.fa-dollar-circle[breezer-account-widget-authorized]::before {
  content: "\f2e8";
}
.fa-usd-circle[breezer-account-widget-authorized]::before {
  content: "\f2e8";
}
.fa-circle-dollar-to-slot[breezer-account-widget-authorized]::before {
  content: "\f4b9";
}
.fa-donate[breezer-account-widget-authorized]::before {
  content: "\f4b9";
}
.fa-circle-dot[breezer-account-widget-authorized]::before {
  content: "\f192";
}
.fa-dot-circle[breezer-account-widget-authorized]::before {
  content: "\f192";
}
.fa-circle-down[breezer-account-widget-authorized]::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down[breezer-account-widget-authorized]::before {
  content: "\f358";
}
.fa-circle-down-left[breezer-account-widget-authorized]::before {
  content: "\e107";
}
.fa-circle-down-right[breezer-account-widget-authorized]::before {
  content: "\e108";
}
.fa-circle-e[breezer-account-widget-authorized]::before {
  content: "\e109";
}
.fa-circle-ellipsis[breezer-account-widget-authorized]::before {
  content: "\e10a";
}
.fa-circle-ellipsis-vertical[breezer-account-widget-authorized]::before {
  content: "\e10b";
}
.fa-circle-envelope[breezer-account-widget-authorized]::before {
  content: "\e10c";
}
.fa-envelope-circle[breezer-account-widget-authorized]::before {
  content: "\e10c";
}
.fa-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\f06a";
}
.fa-exclamation-circle[breezer-account-widget-authorized]::before {
  content: "\f06a";
}
.fa-circle-exclamation-check[breezer-account-widget-authorized]::before {
  content: "\e10d";
}
.fa-circle-f[breezer-account-widget-authorized]::before {
  content: "\e10e";
}
.fa-circle-g[breezer-account-widget-authorized]::before {
  content: "\e10f";
}
.fa-circle-h[breezer-account-widget-authorized]::before {
  content: "\f47e";
}
.fa-hospital-symbol[breezer-account-widget-authorized]::before {
  content: "\f47e";
}
.fa-circle-half[breezer-account-widget-authorized]::before {
  content: "\e110";
}
.fa-circle-half-stroke[breezer-account-widget-authorized]::before {
  content: "\f042";
}
.fa-adjust[breezer-account-widget-authorized]::before {
  content: "\f042";
}
.fa-circle-heart[breezer-account-widget-authorized]::before {
  content: "\f4c7";
}
.fa-heart-circle[breezer-account-widget-authorized]::before {
  content: "\f4c7";
}
.fa-circle-i[breezer-account-widget-authorized]::before {
  content: "\e111";
}
.fa-circle-info[breezer-account-widget-authorized]::before {
  content: "\f05a";
}
.fa-info-circle[breezer-account-widget-authorized]::before {
  content: "\f05a";
}
.fa-circle-j[breezer-account-widget-authorized]::before {
  content: "\e112";
}
.fa-circle-k[breezer-account-widget-authorized]::before {
  content: "\e113";
}
.fa-circle-l[breezer-account-widget-authorized]::before {
  content: "\e114";
}
.fa-circle-left[breezer-account-widget-authorized]::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left[breezer-account-widget-authorized]::before {
  content: "\f359";
}
.fa-circle-location-arrow[breezer-account-widget-authorized]::before {
  content: "\f602";
}
.fa-location-circle[breezer-account-widget-authorized]::before {
  content: "\f602";
}
.fa-circle-m[breezer-account-widget-authorized]::before {
  content: "\e115";
}
.fa-circle-microphone[breezer-account-widget-authorized]::before {
  content: "\e116";
}
.fa-microphone-circle[breezer-account-widget-authorized]::before {
  content: "\e116";
}
.fa-circle-microphone-lines[breezer-account-widget-authorized]::before {
  content: "\e117";
}
.fa-microphone-circle-alt[breezer-account-widget-authorized]::before {
  content: "\e117";
}
.fa-circle-minus[breezer-account-widget-authorized]::before {
  content: "\f056";
}
.fa-minus-circle[breezer-account-widget-authorized]::before {
  content: "\f056";
}
.fa-circle-n[breezer-account-widget-authorized]::before {
  content: "\e118";
}
.fa-circle-nodes[breezer-account-widget-authorized]::before {
  content: "\e4e2";
}
.fa-circle-notch[breezer-account-widget-authorized]::before {
  content: "\f1ce";
}
.fa-circle-o[breezer-account-widget-authorized]::before {
  content: "\e119";
}
.fa-circle-p[breezer-account-widget-authorized]::before {
  content: "\e11a";
}
.fa-circle-parking[breezer-account-widget-authorized]::before {
  content: "\f615";
}
.fa-parking-circle[breezer-account-widget-authorized]::before {
  content: "\f615";
}
.fa-circle-pause[breezer-account-widget-authorized]::before {
  content: "\f28b";
}
.fa-pause-circle[breezer-account-widget-authorized]::before {
  content: "\f28b";
}
.fa-circle-phone[breezer-account-widget-authorized]::before {
  content: "\e11b";
}
.fa-phone-circle[breezer-account-widget-authorized]::before {
  content: "\e11b";
}
.fa-circle-phone-flip[breezer-account-widget-authorized]::before {
  content: "\e11c";
}
.fa-phone-circle-alt[breezer-account-widget-authorized]::before {
  content: "\e11c";
}
.fa-circle-phone-hangup[breezer-account-widget-authorized]::before {
  content: "\e11d";
}
.fa-phone-circle-down[breezer-account-widget-authorized]::before {
  content: "\e11d";
}
.fa-circle-play[breezer-account-widget-authorized]::before {
  content: "\f144";
}
.fa-play-circle[breezer-account-widget-authorized]::before {
  content: "\f144";
}
.fa-circle-plus[breezer-account-widget-authorized]::before {
  content: "\f055";
}
.fa-plus-circle[breezer-account-widget-authorized]::before {
  content: "\f055";
}
.fa-circle-q[breezer-account-widget-authorized]::before {
  content: "\e11e";
}
.fa-circle-quarter[breezer-account-widget-authorized]::before {
  content: "\e11f";
}
.fa-circle-quarters[breezer-account-widget-authorized]::before {
  content: "\e3f8";
}
.fa-circle-question[breezer-account-widget-authorized]::before {
  content: "\f059";
}
.fa-question-circle[breezer-account-widget-authorized]::before {
  content: "\f059";
}
.fa-circle-r[breezer-account-widget-authorized]::before {
  content: "\e120";
}
.fa-circle-radiation[breezer-account-widget-authorized]::before {
  content: "\f7ba";
}
.fa-radiation-alt[breezer-account-widget-authorized]::before {
  content: "\f7ba";
}
.fa-circle-right[breezer-account-widget-authorized]::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right[breezer-account-widget-authorized]::before {
  content: "\f35a";
}
.fa-circle-s[breezer-account-widget-authorized]::before {
  content: "\e121";
}
.fa-circle-small[breezer-account-widget-authorized]::before {
  content: "\e122";
}
.fa-circle-sort[breezer-account-widget-authorized]::before {
  content: "\e030";
}
.fa-sort-circle[breezer-account-widget-authorized]::before {
  content: "\e030";
}
.fa-circle-sort-down[breezer-account-widget-authorized]::before {
  content: "\e031";
}
.fa-sort-circle-down[breezer-account-widget-authorized]::before {
  content: "\e031";
}
.fa-circle-sort-up[breezer-account-widget-authorized]::before {
  content: "\e032";
}
.fa-sort-circle-up[breezer-account-widget-authorized]::before {
  content: "\e032";
}
.fa-circle-star[breezer-account-widget-authorized]::before {
  content: "\e123";
}
.fa-star-circle[breezer-account-widget-authorized]::before {
  content: "\e123";
}
.fa-circle-stop[breezer-account-widget-authorized]::before {
  content: "\f28d";
}
.fa-stop-circle[breezer-account-widget-authorized]::before {
  content: "\f28d";
}
.fa-circle-t[breezer-account-widget-authorized]::before {
  content: "\e124";
}
.fa-circle-three-quarters[breezer-account-widget-authorized]::before {
  content: "\e125";
}
.fa-circle-trash[breezer-account-widget-authorized]::before {
  content: "\e126";
}
.fa-trash-circle[breezer-account-widget-authorized]::before {
  content: "\e126";
}
.fa-circle-u[breezer-account-widget-authorized]::before {
  content: "\e127";
}
.fa-circle-up[breezer-account-widget-authorized]::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up[breezer-account-widget-authorized]::before {
  content: "\f35b";
}
.fa-circle-up-left[breezer-account-widget-authorized]::before {
  content: "\e128";
}
.fa-circle-up-right[breezer-account-widget-authorized]::before {
  content: "\e129";
}
.fa-circle-user[breezer-account-widget-authorized]::before {
  content: "\f2bd";
}
.fa-user-circle[breezer-account-widget-authorized]::before {
  content: "\f2bd";
}
.fa-circle-v[breezer-account-widget-authorized]::before {
  content: "\e12a";
}
.fa-circle-video[breezer-account-widget-authorized]::before {
  content: "\e12b";
}
.fa-video-circle[breezer-account-widget-authorized]::before {
  content: "\e12b";
}
.fa-circle-w[breezer-account-widget-authorized]::before {
  content: "\e12c";
}
.fa-circle-waveform-lines[breezer-account-widget-authorized]::before {
  content: "\e12d";
}
.fa-waveform-circle[breezer-account-widget-authorized]::before {
  content: "\e12d";
}
.fa-circle-x[breezer-account-widget-authorized]::before {
  content: "\e12e";
}
.fa-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\f057";
}
.fa-times-circle[breezer-account-widget-authorized]::before {
  content: "\f057";
}
.fa-xmark-circle[breezer-account-widget-authorized]::before {
  content: "\f057";
}
.fa-circle-y[breezer-account-widget-authorized]::before {
  content: "\e12f";
}
.fa-circle-z[breezer-account-widget-authorized]::before {
  content: "\e130";
}
.fa-citrus[breezer-account-widget-authorized]::before {
  content: "\e2f4";
}
.fa-citrus-slice[breezer-account-widget-authorized]::before {
  content: "\e2f5";
}
.fa-city[breezer-account-widget-authorized]::before {
  content: "\f64f";
}
.fa-clapperboard[breezer-account-widget-authorized]::before {
  content: "\e131";
}
.fa-clapperboard-play[breezer-account-widget-authorized]::before {
  content: "\e132";
}
.fa-clarinet[breezer-account-widget-authorized]::before {
  content: "\f8ad";
}
.fa-claw-marks[breezer-account-widget-authorized]::before {
  content: "\f6c2";
}
.fa-clipboard[breezer-account-widget-authorized]::before {
  content: "\f328";
}
.fa-clipboard-check[breezer-account-widget-authorized]::before {
  content: "\f46c";
}
.fa-clipboard-list[breezer-account-widget-authorized]::before {
  content: "\f46d";
}
.fa-clipboard-list-check[breezer-account-widget-authorized]::before {
  content: "\f737";
}
.fa-clipboard-medical[breezer-account-widget-authorized]::before {
  content: "\e133";
}
.fa-clipboard-prescription[breezer-account-widget-authorized]::before {
  content: "\f5e8";
}
.fa-clipboard-question[breezer-account-widget-authorized]::before {
  content: "\e4e3";
}
.fa-clipboard-user[breezer-account-widget-authorized]::before {
  content: "\f7f3";
}
.fa-clock[breezer-account-widget-authorized]::before {
  content: "\f017";
}
.fa-clock-four[breezer-account-widget-authorized]::before {
  content: "\f017";
}
.fa-clock-desk[breezer-account-widget-authorized]::before {
  content: "\e134";
}
.fa-clock-eight[breezer-account-widget-authorized]::before {
  content: "\e345";
}
.fa-clock-eight-thirty[breezer-account-widget-authorized]::before {
  content: "\e346";
}
.fa-clock-eleven[breezer-account-widget-authorized]::before {
  content: "\e347";
}
.fa-clock-eleven-thirty[breezer-account-widget-authorized]::before {
  content: "\e348";
}
.fa-clock-five[breezer-account-widget-authorized]::before {
  content: "\e349";
}
.fa-clock-five-thirty[breezer-account-widget-authorized]::before {
  content: "\e34a";
}
.fa-clock-four-thirty[breezer-account-widget-authorized]::before {
  content: "\e34b";
}
.fa-clock-nine[breezer-account-widget-authorized]::before {
  content: "\e34c";
}
.fa-clock-nine-thirty[breezer-account-widget-authorized]::before {
  content: "\e34d";
}
.fa-clock-one[breezer-account-widget-authorized]::before {
  content: "\e34e";
}
.fa-clock-one-thirty[breezer-account-widget-authorized]::before {
  content: "\e34f";
}
.fa-clock-rotate-left[breezer-account-widget-authorized]::before {
  content: "\f1da";
}
.fa-history[breezer-account-widget-authorized]::before {
  content: "\f1da";
}
.fa-clock-seven[breezer-account-widget-authorized]::before {
  content: "\e350";
}
.fa-clock-seven-thirty[breezer-account-widget-authorized]::before {
  content: "\e351";
}
.fa-clock-six[breezer-account-widget-authorized]::before {
  content: "\e352";
}
.fa-clock-six-thirty[breezer-account-widget-authorized]::before {
  content: "\e353";
}
.fa-clock-ten[breezer-account-widget-authorized]::before {
  content: "\e354";
}
.fa-clock-ten-thirty[breezer-account-widget-authorized]::before {
  content: "\e355";
}
.fa-clock-three[breezer-account-widget-authorized]::before {
  content: "\e356";
}
.fa-clock-three-thirty[breezer-account-widget-authorized]::before {
  content: "\e357";
}
.fa-clock-twelve[breezer-account-widget-authorized]::before {
  content: "\e358";
}
.fa-clock-twelve-thirty[breezer-account-widget-authorized]::before {
  content: "\e359";
}
.fa-clock-two[breezer-account-widget-authorized]::before {
  content: "\e35a";
}
.fa-clock-two-thirty[breezer-account-widget-authorized]::before {
  content: "\e35b";
}
.fa-clone[breezer-account-widget-authorized]::before {
  content: "\f24d";
}
.fa-closed-captioning[breezer-account-widget-authorized]::before {
  content: "\f20a";
}
.fa-closed-captioning-slash[breezer-account-widget-authorized]::before {
  content: "\e135";
}
.fa-clothes-hanger[breezer-account-widget-authorized]::before {
  content: "\e136";
}
.fa-cloud[breezer-account-widget-authorized]::before {
  content: "\f0c2";
}
.fa-cloud-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f0ed";
}
.fa-cloud-download[breezer-account-widget-authorized]::before {
  content: "\f0ed";
}
.fa-cloud-download-alt[breezer-account-widget-authorized]::before {
  content: "\f0ed";
}
.fa-cloud-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f0ee";
}
.fa-cloud-upload[breezer-account-widget-authorized]::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt[breezer-account-widget-authorized]::before {
  content: "\f0ee";
}
.fa-cloud-bolt[breezer-account-widget-authorized]::before {
  content: "\f76c";
}
.fa-thunderstorm[breezer-account-widget-authorized]::before {
  content: "\f76c";
}
.fa-cloud-bolt-moon[breezer-account-widget-authorized]::before {
  content: "\f76d";
}
.fa-thunderstorm-moon[breezer-account-widget-authorized]::before {
  content: "\f76d";
}
.fa-cloud-bolt-sun[breezer-account-widget-authorized]::before {
  content: "\f76e";
}
.fa-thunderstorm-sun[breezer-account-widget-authorized]::before {
  content: "\f76e";
}
.fa-cloud-check[breezer-account-widget-authorized]::before {
  content: "\e35c";
}
.fa-cloud-drizzle[breezer-account-widget-authorized]::before {
  content: "\f738";
}
.fa-cloud-exclamation[breezer-account-widget-authorized]::before {
  content: "\e491";
}
.fa-cloud-fog[breezer-account-widget-authorized]::before {
  content: "\f74e";
}
.fa-fog[breezer-account-widget-authorized]::before {
  content: "\f74e";
}
.fa-cloud-hail[breezer-account-widget-authorized]::before {
  content: "\f739";
}
.fa-cloud-hail-mixed[breezer-account-widget-authorized]::before {
  content: "\f73a";
}
.fa-cloud-meatball[breezer-account-widget-authorized]::before {
  content: "\f73b";
}
.fa-cloud-minus[breezer-account-widget-authorized]::before {
  content: "\e35d";
}
.fa-cloud-moon[breezer-account-widget-authorized]::before {
  content: "\f6c3";
}
.fa-cloud-moon-rain[breezer-account-widget-authorized]::before {
  content: "\f73c";
}
.fa-cloud-music[breezer-account-widget-authorized]::before {
  content: "\f8ae";
}
.fa-cloud-plus[breezer-account-widget-authorized]::before {
  content: "\e35e";
}
.fa-cloud-question[breezer-account-widget-authorized]::before {
  content: "\e492";
}
.fa-cloud-rain[breezer-account-widget-authorized]::before {
  content: "\f73d";
}
.fa-cloud-rainbow[breezer-account-widget-authorized]::before {
  content: "\f73e";
}
.fa-cloud-showers[breezer-account-widget-authorized]::before {
  content: "\f73f";
}
.fa-cloud-showers-heavy[breezer-account-widget-authorized]::before {
  content: "\f740";
}
.fa-cloud-showers-water[breezer-account-widget-authorized]::before {
  content: "\e4e4";
}
.fa-cloud-slash[breezer-account-widget-authorized]::before {
  content: "\e137";
}
.fa-cloud-sleet[breezer-account-widget-authorized]::before {
  content: "\f741";
}
.fa-cloud-snow[breezer-account-widget-authorized]::before {
  content: "\f742";
}
.fa-cloud-sun[breezer-account-widget-authorized]::before {
  content: "\f6c4";
}
.fa-cloud-sun-rain[breezer-account-widget-authorized]::before {
  content: "\f743";
}
.fa-cloud-word[breezer-account-widget-authorized]::before {
  content: "\e138";
}
.fa-cloud-xmark[breezer-account-widget-authorized]::before {
  content: "\e35f";
}
.fa-clouds[breezer-account-widget-authorized]::before {
  content: "\f744";
}
.fa-clouds-moon[breezer-account-widget-authorized]::before {
  content: "\f745";
}
.fa-clouds-sun[breezer-account-widget-authorized]::before {
  content: "\f746";
}
.fa-clover[breezer-account-widget-authorized]::before {
  content: "\e139";
}
.fa-club[breezer-account-widget-authorized]::before {
  content: "\f327";
}
.fa-coconut[breezer-account-widget-authorized]::before {
  content: "\e2f6";
}
.fa-code[breezer-account-widget-authorized]::before {
  content: "\f121";
}
.fa-code-branch[breezer-account-widget-authorized]::before {
  content: "\f126";
}
.fa-code-commit[breezer-account-widget-authorized]::before {
  content: "\f386";
}
.fa-code-compare[breezer-account-widget-authorized]::before {
  content: "\e13a";
}
.fa-code-fork[breezer-account-widget-authorized]::before {
  content: "\e13b";
}
.fa-code-merge[breezer-account-widget-authorized]::before {
  content: "\f387";
}
.fa-code-pull-request[breezer-account-widget-authorized]::before {
  content: "\e13c";
}
.fa-code-pull-request-closed[breezer-account-widget-authorized]::before {
  content: "\e3f9";
}
.fa-code-pull-request-draft[breezer-account-widget-authorized]::before {
  content: "\e3fa";
}
.fa-code-simple[breezer-account-widget-authorized]::before {
  content: "\e13d";
}
.fa-coffee-bean[breezer-account-widget-authorized]::before {
  content: "\e13e";
}
.fa-coffee-beans[breezer-account-widget-authorized]::before {
  content: "\e13f";
}
.fa-coffee-pot[breezer-account-widget-authorized]::before {
  content: "\e002";
}
.fa-coffin[breezer-account-widget-authorized]::before {
  content: "\f6c6";
}
.fa-coffin-cross[breezer-account-widget-authorized]::before {
  content: "\e051";
}
.fa-coin[breezer-account-widget-authorized]::before {
  content: "\f85c";
}
.fa-coin-blank[breezer-account-widget-authorized]::before {
  content: "\e3fb";
}
.fa-coin-front[breezer-account-widget-authorized]::before {
  content: "\e3fc";
}
.fa-coin-vertical[breezer-account-widget-authorized]::before {
  content: "\e3fd";
}
.fa-coins[breezer-account-widget-authorized]::before {
  content: "\f51e";
}
.fa-colon[breezer-account-widget-authorized]::before {
  content: "\3a";
}
.fa-colon-sign[breezer-account-widget-authorized]::before {
  content: "\e140";
}
.fa-columns-3[breezer-account-widget-authorized]::before {
  content: "\e361";
}
.fa-comet[breezer-account-widget-authorized]::before {
  content: "\e003";
}
.fa-comma[breezer-account-widget-authorized]::before {
  content: "\2c";
}
.fa-command[breezer-account-widget-authorized]::before {
  content: "\e142";
}
.fa-comment[breezer-account-widget-authorized]::before {
  content: "\f075";
}
.fa-comment-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e143";
}
.fa-comment-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e144";
}
.fa-comment-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e145";
}
.fa-comment-captions[breezer-account-widget-authorized]::before {
  content: "\e146";
}
.fa-comment-check[breezer-account-widget-authorized]::before {
  content: "\f4ac";
}
.fa-comment-code[breezer-account-widget-authorized]::before {
  content: "\e147";
}
.fa-comment-dollar[breezer-account-widget-authorized]::before {
  content: "\f651";
}
.fa-comment-dots[breezer-account-widget-authorized]::before {
  content: "\f4ad";
}
.fa-commenting[breezer-account-widget-authorized]::before {
  content: "\f4ad";
}
.fa-comment-exclamation[breezer-account-widget-authorized]::before {
  content: "\f4af";
}
.fa-comment-image[breezer-account-widget-authorized]::before {
  content: "\e148";
}
.fa-comment-lines[breezer-account-widget-authorized]::before {
  content: "\f4b0";
}
.fa-comment-medical[breezer-account-widget-authorized]::before {
  content: "\f7f5";
}
.fa-comment-middle[breezer-account-widget-authorized]::before {
  content: "\e149";
}
.fa-comment-middle-top[breezer-account-widget-authorized]::before {
  content: "\e14a";
}
.fa-comment-minus[breezer-account-widget-authorized]::before {
  content: "\f4b1";
}
.fa-comment-music[breezer-account-widget-authorized]::before {
  content: "\f8b0";
}
.fa-comment-pen[breezer-account-widget-authorized]::before {
  content: "\f4ae";
}
.fa-comment-edit[breezer-account-widget-authorized]::before {
  content: "\f4ae";
}
.fa-comment-plus[breezer-account-widget-authorized]::before {
  content: "\f4b2";
}
.fa-comment-question[breezer-account-widget-authorized]::before {
  content: "\e14b";
}
.fa-comment-quote[breezer-account-widget-authorized]::before {
  content: "\e14c";
}
.fa-comment-slash[breezer-account-widget-authorized]::before {
  content: "\f4b3";
}
.fa-comment-smile[breezer-account-widget-authorized]::before {
  content: "\f4b4";
}
.fa-comment-sms[breezer-account-widget-authorized]::before {
  content: "\f7cd";
}
.fa-sms[breezer-account-widget-authorized]::before {
  content: "\f7cd";
}
.fa-comment-text[breezer-account-widget-authorized]::before {
  content: "\e14d";
}
.fa-comment-xmark[breezer-account-widget-authorized]::before {
  content: "\f4b5";
}
.fa-comment-times[breezer-account-widget-authorized]::before {
  content: "\f4b5";
}
.fa-comments[breezer-account-widget-authorized]::before {
  content: "\f086";
}
.fa-comments-dollar[breezer-account-widget-authorized]::before {
  content: "\f653";
}
.fa-comments-question[breezer-account-widget-authorized]::before {
  content: "\e14e";
}
.fa-comments-question-check[breezer-account-widget-authorized]::before {
  content: "\e14f";
}
.fa-compact-disc[breezer-account-widget-authorized]::before {
  content: "\f51f";
}
.fa-compass[breezer-account-widget-authorized]::before {
  content: "\f14e";
}
.fa-compass-drafting[breezer-account-widget-authorized]::before {
  content: "\f568";
}
.fa-drafting-compass[breezer-account-widget-authorized]::before {
  content: "\f568";
}
.fa-compass-slash[breezer-account-widget-authorized]::before {
  content: "\f5e9";
}
.fa-compress[breezer-account-widget-authorized]::before {
  content: "\f066";
}
.fa-compress-wide[breezer-account-widget-authorized]::before {
  content: "\f326";
}
.fa-computer[breezer-account-widget-authorized]::before {
  content: "\e4e5";
}
.fa-computer-classic[breezer-account-widget-authorized]::before {
  content: "\f8b1";
}
.fa-computer-mouse[breezer-account-widget-authorized]::before {
  content: "\f8cc";
}
.fa-mouse[breezer-account-widget-authorized]::before {
  content: "\f8cc";
}
.fa-computer-mouse-scrollwheel[breezer-account-widget-authorized]::before {
  content: "\f8cd";
}
.fa-mouse-alt[breezer-account-widget-authorized]::before {
  content: "\f8cd";
}
.fa-computer-speaker[breezer-account-widget-authorized]::before {
  content: "\f8b2";
}
.fa-container-storage[breezer-account-widget-authorized]::before {
  content: "\f4b7";
}
.fa-conveyor-belt[breezer-account-widget-authorized]::before {
  content: "\f46e";
}
.fa-conveyor-belt-boxes[breezer-account-widget-authorized]::before {
  content: "\f46f";
}
.fa-conveyor-belt-alt[breezer-account-widget-authorized]::before {
  content: "\f46f";
}
.fa-conveyor-belt-empty[breezer-account-widget-authorized]::before {
  content: "\e150";
}
.fa-cookie[breezer-account-widget-authorized]::before {
  content: "\f563";
}
.fa-cookie-bite[breezer-account-widget-authorized]::before {
  content: "\f564";
}
.fa-copy[breezer-account-widget-authorized]::before {
  content: "\f0c5";
}
.fa-copyright[breezer-account-widget-authorized]::before {
  content: "\f1f9";
}
.fa-corn[breezer-account-widget-authorized]::before {
  content: "\f6c7";
}
.fa-corner[breezer-account-widget-authorized]::before {
  content: "\e3fe";
}
.fa-couch[breezer-account-widget-authorized]::before {
  content: "\f4b8";
}
.fa-cow[breezer-account-widget-authorized]::before {
  content: "\f6c8";
}
.fa-cowbell[breezer-account-widget-authorized]::before {
  content: "\f8b3";
}
.fa-cowbell-circle-plus[breezer-account-widget-authorized]::before {
  content: "\f8b4";
}
.fa-cowbell-more[breezer-account-widget-authorized]::before {
  content: "\f8b4";
}
.fa-crab[breezer-account-widget-authorized]::before {
  content: "\e3ff";
}
.fa-crate-apple[breezer-account-widget-authorized]::before {
  content: "\f6b1";
}
.fa-apple-crate[breezer-account-widget-authorized]::before {
  content: "\f6b1";
}
.fa-crate-empty[breezer-account-widget-authorized]::before {
  content: "\e151";
}
.fa-credit-card[breezer-account-widget-authorized]::before {
  content: "\f09d";
}
.fa-credit-card-alt[breezer-account-widget-authorized]::before {
  content: "\f09d";
}
.fa-credit-card-blank[breezer-account-widget-authorized]::before {
  content: "\f389";
}
.fa-credit-card-front[breezer-account-widget-authorized]::before {
  content: "\f38a";
}
.fa-cricket-bat-ball[breezer-account-widget-authorized]::before {
  content: "\f449";
}
.fa-cricket[breezer-account-widget-authorized]::before {
  content: "\f449";
}
.fa-croissant[breezer-account-widget-authorized]::before {
  content: "\f7f6";
}
.fa-crop[breezer-account-widget-authorized]::before {
  content: "\f125";
}
.fa-crop-simple[breezer-account-widget-authorized]::before {
  content: "\f565";
}
.fa-crop-alt[breezer-account-widget-authorized]::before {
  content: "\f565";
}
.fa-cross[breezer-account-widget-authorized]::before {
  content: "\f654";
}
.fa-crosshairs[breezer-account-widget-authorized]::before {
  content: "\f05b";
}
.fa-crow[breezer-account-widget-authorized]::before {
  content: "\f520";
}
.fa-crown[breezer-account-widget-authorized]::before {
  content: "\f521";
}
.fa-crutch[breezer-account-widget-authorized]::before {
  content: "\f7f7";
}
.fa-crutches[breezer-account-widget-authorized]::before {
  content: "\f7f8";
}
.fa-cruzeiro-sign[breezer-account-widget-authorized]::before {
  content: "\e152";
}
.fa-crystal-ball[breezer-account-widget-authorized]::before {
  content: "\e362";
}
.fa-cube[breezer-account-widget-authorized]::before {
  content: "\f1b2";
}
.fa-cubes[breezer-account-widget-authorized]::before {
  content: "\f1b3";
}
.fa-cubes-stacked[breezer-account-widget-authorized]::before {
  content: "\e4e6";
}
.fa-cucumber[breezer-account-widget-authorized]::before {
  content: "\e401";
}
.fa-cup-straw[breezer-account-widget-authorized]::before {
  content: "\e363";
}
.fa-cup-straw-swoosh[breezer-account-widget-authorized]::before {
  content: "\e364";
}
.fa-cup-togo[breezer-account-widget-authorized]::before {
  content: "\f6c5";
}
.fa-coffee-togo[breezer-account-widget-authorized]::before {
  content: "\f6c5";
}
.fa-cupcake[breezer-account-widget-authorized]::before {
  content: "\e402";
}
.fa-curling-stone[breezer-account-widget-authorized]::before {
  content: "\f44a";
}
.fa-curling[breezer-account-widget-authorized]::before {
  content: "\f44a";
}
.fa-custard[breezer-account-widget-authorized]::before {
  content: "\e403";
}
.fa-d[breezer-account-widget-authorized]::before {
  content: "\44";
}
.fa-dagger[breezer-account-widget-authorized]::before {
  content: "\f6cb";
}
.fa-dash[breezer-account-widget-authorized]::before {
  content: "\e404";
}
.fa-minus-large[breezer-account-widget-authorized]::before {
  content: "\e404";
}
.fa-database[breezer-account-widget-authorized]::before {
  content: "\f1c0";
}
.fa-deer[breezer-account-widget-authorized]::before {
  content: "\f78e";
}
.fa-deer-rudolph[breezer-account-widget-authorized]::before {
  content: "\f78f";
}
.fa-delete-left[breezer-account-widget-authorized]::before {
  content: "\f55a";
}
.fa-backspace[breezer-account-widget-authorized]::before {
  content: "\f55a";
}
.fa-delete-right[breezer-account-widget-authorized]::before {
  content: "\e154";
}
.fa-democrat[breezer-account-widget-authorized]::before {
  content: "\f747";
}
.fa-desktop[breezer-account-widget-authorized]::before {
  content: "\f390";
}
.fa-desktop-alt[breezer-account-widget-authorized]::before {
  content: "\f390";
}
.fa-desktop-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e155";
}
.fa-dharmachakra[breezer-account-widget-authorized]::before {
  content: "\f655";
}
.fa-diagram-cells[breezer-account-widget-authorized]::before {
  content: "\e475";
}
.fa-diagram-lean-canvas[breezer-account-widget-authorized]::before {
  content: "\e156";
}
.fa-diagram-nested[breezer-account-widget-authorized]::before {
  content: "\e157";
}
.fa-diagram-next[breezer-account-widget-authorized]::before {
  content: "\e476";
}
.fa-diagram-predecessor[breezer-account-widget-authorized]::before {
  content: "\e477";
}
.fa-diagram-previous[breezer-account-widget-authorized]::before {
  content: "\e478";
}
.fa-diagram-project[breezer-account-widget-authorized]::before {
  content: "\f542";
}
.fa-project-diagram[breezer-account-widget-authorized]::before {
  content: "\f542";
}
.fa-diagram-sankey[breezer-account-widget-authorized]::before {
  content: "\e158";
}
.fa-diagram-subtask[breezer-account-widget-authorized]::before {
  content: "\e479";
}
.fa-diagram-successor[breezer-account-widget-authorized]::before {
  content: "\e47a";
}
.fa-diagram-venn[breezer-account-widget-authorized]::before {
  content: "\e15a";
}
.fa-dial[breezer-account-widget-authorized]::before {
  content: "\e15b";
}
.fa-dial-med-high[breezer-account-widget-authorized]::before {
  content: "\e15b";
}
.fa-dial-high[breezer-account-widget-authorized]::before {
  content: "\e15c";
}
.fa-dial-low[breezer-account-widget-authorized]::before {
  content: "\e15d";
}
.fa-dial-max[breezer-account-widget-authorized]::before {
  content: "\e15e";
}
.fa-dial-med[breezer-account-widget-authorized]::before {
  content: "\e15f";
}
.fa-dial-med-low[breezer-account-widget-authorized]::before {
  content: "\e160";
}
.fa-dial-min[breezer-account-widget-authorized]::before {
  content: "\e161";
}
.fa-dial-off[breezer-account-widget-authorized]::before {
  content: "\e162";
}
.fa-diamond[breezer-account-widget-authorized]::before {
  content: "\f219";
}
.fa-diamond-exclamation[breezer-account-widget-authorized]::before {
  content: "\e405";
}
.fa-diamond-turn-right[breezer-account-widget-authorized]::before {
  content: "\f5eb";
}
.fa-directions[breezer-account-widget-authorized]::before {
  content: "\f5eb";
}
.fa-dice[breezer-account-widget-authorized]::before {
  content: "\f522";
}
.fa-dice-d10[breezer-account-widget-authorized]::before {
  content: "\f6cd";
}
.fa-dice-d12[breezer-account-widget-authorized]::before {
  content: "\f6ce";
}
.fa-dice-d20[breezer-account-widget-authorized]::before {
  content: "\f6cf";
}
.fa-dice-d4[breezer-account-widget-authorized]::before {
  content: "\f6d0";
}
.fa-dice-d6[breezer-account-widget-authorized]::before {
  content: "\f6d1";
}
.fa-dice-d8[breezer-account-widget-authorized]::before {
  content: "\f6d2";
}
.fa-dice-five[breezer-account-widget-authorized]::before {
  content: "\f523";
}
.fa-dice-four[breezer-account-widget-authorized]::before {
  content: "\f524";
}
.fa-dice-one[breezer-account-widget-authorized]::before {
  content: "\f525";
}
.fa-dice-six[breezer-account-widget-authorized]::before {
  content: "\f526";
}
.fa-dice-three[breezer-account-widget-authorized]::before {
  content: "\f527";
}
.fa-dice-two[breezer-account-widget-authorized]::before {
  content: "\f528";
}
.fa-diploma[breezer-account-widget-authorized]::before {
  content: "\f5ea";
}
.fa-scroll-ribbon[breezer-account-widget-authorized]::before {
  content: "\f5ea";
}
.fa-disc-drive[breezer-account-widget-authorized]::before {
  content: "\f8b5";
}
.fa-disease[breezer-account-widget-authorized]::before {
  content: "\f7fa";
}
.fa-display[breezer-account-widget-authorized]::before {
  content: "\e163";
}
.fa-display-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e164";
}
.fa-display-code[breezer-account-widget-authorized]::before {
  content: "\e165";
}
.fa-desktop-code[breezer-account-widget-authorized]::before {
  content: "\e165";
}
.fa-display-medical[breezer-account-widget-authorized]::before {
  content: "\e166";
}
.fa-desktop-medical[breezer-account-widget-authorized]::before {
  content: "\e166";
}
.fa-display-slash[breezer-account-widget-authorized]::before {
  content: "\e2fa";
}
.fa-desktop-slash[breezer-account-widget-authorized]::before {
  content: "\e2fa";
}
.fa-distribute-spacing-horizontal[breezer-account-widget-authorized]::before {
  content: "\e365";
}
.fa-distribute-spacing-vertical[breezer-account-widget-authorized]::before {
  content: "\e366";
}
.fa-ditto[breezer-account-widget-authorized]::before {
  content: "\22";
}
.fa-divide[breezer-account-widget-authorized]::before {
  content: "\f529";
}
.fa-dna[breezer-account-widget-authorized]::before {
  content: "\f471";
}
.fa-do-not-enter[breezer-account-widget-authorized]::before {
  content: "\f5ec";
}
.fa-dog[breezer-account-widget-authorized]::before {
  content: "\f6d3";
}
.fa-dog-leashed[breezer-account-widget-authorized]::before {
  content: "\f6d4";
}
.fa-dollar-sign[breezer-account-widget-authorized]::before {
  content: "\24";
}
.fa-dollar[breezer-account-widget-authorized]::before {
  content: "\24";
}
.fa-usd[breezer-account-widget-authorized]::before {
  content: "\24";
}
.fa-dolly[breezer-account-widget-authorized]::before {
  content: "\f472";
}
.fa-dolly-box[breezer-account-widget-authorized]::before {
  content: "\f472";
}
.fa-dolly-empty[breezer-account-widget-authorized]::before {
  content: "\f473";
}
.fa-dolphin[breezer-account-widget-authorized]::before {
  content: "\e168";
}
.fa-dong-sign[breezer-account-widget-authorized]::before {
  content: "\e169";
}
.fa-donut[breezer-account-widget-authorized]::before {
  content: "\e406";
}
.fa-doughnut[breezer-account-widget-authorized]::before {
  content: "\e406";
}
.fa-door-closed[breezer-account-widget-authorized]::before {
  content: "\f52a";
}
.fa-door-open[breezer-account-widget-authorized]::before {
  content: "\f52b";
}
.fa-dove[breezer-account-widget-authorized]::before {
  content: "\f4ba";
}
.fa-down[breezer-account-widget-authorized]::before {
  content: "\f354";
}
.fa-arrow-alt-down[breezer-account-widget-authorized]::before {
  content: "\f354";
}
.fa-down-from-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e407";
}
.fa-down-from-line[breezer-account-widget-authorized]::before {
  content: "\f349";
}
.fa-arrow-alt-from-top[breezer-account-widget-authorized]::before {
  content: "\f349";
}
.fa-down-left[breezer-account-widget-authorized]::before {
  content: "\e16a";
}
.fa-down-left-and-up-right-to-center[breezer-account-widget-authorized]::before {
  content: "\f422";
}
.fa-compress-alt[breezer-account-widget-authorized]::before {
  content: "\f422";
}
.fa-down-long[breezer-account-widget-authorized]::before {
  content: "\f309";
}
.fa-long-arrow-alt-down[breezer-account-widget-authorized]::before {
  content: "\f309";
}
.fa-down-right[breezer-account-widget-authorized]::before {
  content: "\e16b";
}
.fa-down-to-bracket[breezer-account-widget-authorized]::before {
  content: "\e4e7";
}
.fa-down-to-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e408";
}
.fa-down-to-line[breezer-account-widget-authorized]::before {
  content: "\f34a";
}
.fa-arrow-alt-to-bottom[breezer-account-widget-authorized]::before {
  content: "\f34a";
}
.fa-download[breezer-account-widget-authorized]::before {
  content: "\f019";
}
.fa-dragon[breezer-account-widget-authorized]::before {
  content: "\f6d5";
}
.fa-draw-circle[breezer-account-widget-authorized]::before {
  content: "\f5ed";
}
.fa-draw-polygon[breezer-account-widget-authorized]::before {
  content: "\f5ee";
}
.fa-draw-square[breezer-account-widget-authorized]::before {
  content: "\f5ef";
}
.fa-dreidel[breezer-account-widget-authorized]::before {
  content: "\f792";
}
.fa-drone[breezer-account-widget-authorized]::before {
  content: "\f85f";
}
.fa-drone-front[breezer-account-widget-authorized]::before {
  content: "\f860";
}
.fa-drone-alt[breezer-account-widget-authorized]::before {
  content: "\f860";
}
.fa-droplet[breezer-account-widget-authorized]::before {
  content: "\f043";
}
.fa-tint[breezer-account-widget-authorized]::before {
  content: "\f043";
}
.fa-droplet-degree[breezer-account-widget-authorized]::before {
  content: "\f748";
}
.fa-dewpoint[breezer-account-widget-authorized]::before {
  content: "\f748";
}
.fa-droplet-percent[breezer-account-widget-authorized]::before {
  content: "\f750";
}
.fa-humidity[breezer-account-widget-authorized]::before {
  content: "\f750";
}
.fa-droplet-slash[breezer-account-widget-authorized]::before {
  content: "\f5c7";
}
.fa-tint-slash[breezer-account-widget-authorized]::before {
  content: "\f5c7";
}
.fa-drum[breezer-account-widget-authorized]::before {
  content: "\f569";
}
.fa-drum-steelpan[breezer-account-widget-authorized]::before {
  content: "\f56a";
}
.fa-drumstick[breezer-account-widget-authorized]::before {
  content: "\f6d6";
}
.fa-drumstick-bite[breezer-account-widget-authorized]::before {
  content: "\f6d7";
}
.fa-dryer[breezer-account-widget-authorized]::before {
  content: "\f861";
}
.fa-dryer-heat[breezer-account-widget-authorized]::before {
  content: "\f862";
}
.fa-dryer-alt[breezer-account-widget-authorized]::before {
  content: "\f862";
}
.fa-duck[breezer-account-widget-authorized]::before {
  content: "\f6d8";
}
.fa-dumbbell[breezer-account-widget-authorized]::before {
  content: "\f44b";
}
.fa-dumpster[breezer-account-widget-authorized]::before {
  content: "\f793";
}
.fa-dumpster-fire[breezer-account-widget-authorized]::before {
  content: "\f794";
}
.fa-dungeon[breezer-account-widget-authorized]::before {
  content: "\f6d9";
}
.fa-e[breezer-account-widget-authorized]::before {
  content: "\45";
}
.fa-ear[breezer-account-widget-authorized]::before {
  content: "\f5f0";
}
.fa-ear-deaf[breezer-account-widget-authorized]::before {
  content: "\f2a4";
}
.fa-deaf[breezer-account-widget-authorized]::before {
  content: "\f2a4";
}
.fa-deafness[breezer-account-widget-authorized]::before {
  content: "\f2a4";
}
.fa-hard-of-hearing[breezer-account-widget-authorized]::before {
  content: "\f2a4";
}
.fa-ear-listen[breezer-account-widget-authorized]::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems[breezer-account-widget-authorized]::before {
  content: "\f2a2";
}
.fa-ear-muffs[breezer-account-widget-authorized]::before {
  content: "\f795";
}
.fa-earth-africa[breezer-account-widget-authorized]::before {
  content: "\f57c";
}
.fa-globe-africa[breezer-account-widget-authorized]::before {
  content: "\f57c";
}
.fa-earth-americas[breezer-account-widget-authorized]::before {
  content: "\f57d";
}
.fa-earth[breezer-account-widget-authorized]::before {
  content: "\f57d";
}
.fa-earth-america[breezer-account-widget-authorized]::before {
  content: "\f57d";
}
.fa-globe-americas[breezer-account-widget-authorized]::before {
  content: "\f57d";
}
.fa-earth-asia[breezer-account-widget-authorized]::before {
  content: "\f57e";
}
.fa-globe-asia[breezer-account-widget-authorized]::before {
  content: "\f57e";
}
.fa-earth-europe[breezer-account-widget-authorized]::before {
  content: "\f7a2";
}
.fa-globe-europe[breezer-account-widget-authorized]::before {
  content: "\f7a2";
}
.fa-earth-oceania[breezer-account-widget-authorized]::before {
  content: "\e47b";
}
.fa-globe-oceania[breezer-account-widget-authorized]::before {
  content: "\e47b";
}
.fa-eclipse[breezer-account-widget-authorized]::before {
  content: "\f749";
}
.fa-egg[breezer-account-widget-authorized]::before {
  content: "\f7fb";
}
.fa-egg-fried[breezer-account-widget-authorized]::before {
  content: "\f7fc";
}
.fa-eggplant[breezer-account-widget-authorized]::before {
  content: "\e16c";
}
.fa-eject[breezer-account-widget-authorized]::before {
  content: "\f052";
}
.fa-elephant[breezer-account-widget-authorized]::before {
  content: "\f6da";
}
.fa-elevator[breezer-account-widget-authorized]::before {
  content: "\e16d";
}
.fa-ellipsis[breezer-account-widget-authorized]::before {
  content: "\f141";
}
.fa-ellipsis-h[breezer-account-widget-authorized]::before {
  content: "\f141";
}
.fa-ellipsis-stroke[breezer-account-widget-authorized]::before {
  content: "\f39b";
}
.fa-ellipsis-h-alt[breezer-account-widget-authorized]::before {
  content: "\f39b";
}
.fa-ellipsis-stroke-vertical[breezer-account-widget-authorized]::before {
  content: "\f39c";
}
.fa-ellipsis-v-alt[breezer-account-widget-authorized]::before {
  content: "\f39c";
}
.fa-ellipsis-vertical[breezer-account-widget-authorized]::before {
  content: "\f142";
}
.fa-ellipsis-v[breezer-account-widget-authorized]::before {
  content: "\f142";
}
.fa-empty-set[breezer-account-widget-authorized]::before {
  content: "\f656";
}
.fa-engine[breezer-account-widget-authorized]::before {
  content: "\e16e";
}
.fa-engine-warning[breezer-account-widget-authorized]::before {
  content: "\f5f2";
}
.fa-engine-exclamation[breezer-account-widget-authorized]::before {
  content: "\f5f2";
}
.fa-envelope[breezer-account-widget-authorized]::before {
  content: "\f0e0";
}
.fa-envelope-circle-check[breezer-account-widget-authorized]::before {
  content: "\e4e8";
}
.fa-envelope-dot[breezer-account-widget-authorized]::before {
  content: "\e16f";
}
.fa-envelope-badge[breezer-account-widget-authorized]::before {
  content: "\e16f";
}
.fa-envelope-open[breezer-account-widget-authorized]::before {
  content: "\f2b6";
}
.fa-envelope-open-dollar[breezer-account-widget-authorized]::before {
  content: "\f657";
}
.fa-envelope-open-text[breezer-account-widget-authorized]::before {
  content: "\f658";
}
.fa-envelopes[breezer-account-widget-authorized]::before {
  content: "\e170";
}
.fa-envelopes-bulk[breezer-account-widget-authorized]::before {
  content: "\f674";
}
.fa-mail-bulk[breezer-account-widget-authorized]::before {
  content: "\f674";
}
.fa-equals[breezer-account-widget-authorized]::before {
  content: "\3d";
}
.fa-eraser[breezer-account-widget-authorized]::before {
  content: "\f12d";
}
.fa-escalator[breezer-account-widget-authorized]::before {
  content: "\e171";
}
.fa-ethernet[breezer-account-widget-authorized]::before {
  content: "\f796";
}
.fa-euro-sign[breezer-account-widget-authorized]::before {
  content: "\f153";
}
.fa-eur[breezer-account-widget-authorized]::before {
  content: "\f153";
}
.fa-euro[breezer-account-widget-authorized]::before {
  content: "\f153";
}
.fa-exclamation[breezer-account-widget-authorized]::before {
  content: "\21";
}
.fa-expand[breezer-account-widget-authorized]::before {
  content: "\f065";
}
.fa-expand-wide[breezer-account-widget-authorized]::before {
  content: "\f320";
}
.fa-explosion[breezer-account-widget-authorized]::before {
  content: "\e4e9";
}
.fa-eye[breezer-account-widget-authorized]::before {
  content: "\f06e";
}
.fa-eye-dropper[breezer-account-widget-authorized]::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty[breezer-account-widget-authorized]::before {
  content: "\f1fb";
}
.fa-eyedropper[breezer-account-widget-authorized]::before {
  content: "\f1fb";
}
.fa-eye-dropper-full[breezer-account-widget-authorized]::before {
  content: "\e172";
}
.fa-eye-dropper-half[breezer-account-widget-authorized]::before {
  content: "\e173";
}
.fa-eye-evil[breezer-account-widget-authorized]::before {
  content: "\f6db";
}
.fa-eye-low-vision[breezer-account-widget-authorized]::before {
  content: "\f2a8";
}
.fa-low-vision[breezer-account-widget-authorized]::before {
  content: "\f2a8";
}
.fa-eye-slash[breezer-account-widget-authorized]::before {
  content: "\f070";
}
.fa-eyes[breezer-account-widget-authorized]::before {
  content: "\e367";
}
.fa-f[breezer-account-widget-authorized]::before {
  content: "\46";
}
.fa-face-angry[breezer-account-widget-authorized]::before {
  content: "\f556";
}
.fa-angry[breezer-account-widget-authorized]::before {
  content: "\f556";
}
.fa-face-angry-horns[breezer-account-widget-authorized]::before {
  content: "\e368";
}
.fa-face-anguished[breezer-account-widget-authorized]::before {
  content: "\e369";
}
.fa-face-anxious-sweat[breezer-account-widget-authorized]::before {
  content: "\e36a";
}
.fa-face-astonished[breezer-account-widget-authorized]::before {
  content: "\e36b";
}
.fa-face-awesome[breezer-account-widget-authorized]::before {
  content: "\e409";
}
.fa-gave-dandy[breezer-account-widget-authorized]::before {
  content: "\e409";
}
.fa-face-beam-hand-over-mouth[breezer-account-widget-authorized]::before {
  content: "\e47c";
}
.fa-face-clouds[breezer-account-widget-authorized]::before {
  content: "\e47d";
}
.fa-face-confounded[breezer-account-widget-authorized]::before {
  content: "\e36c";
}
.fa-face-confused[breezer-account-widget-authorized]::before {
  content: "\e36d";
}
.fa-face-cowboy-hat[breezer-account-widget-authorized]::before {
  content: "\e36e";
}
.fa-face-diagonal-mouth[breezer-account-widget-authorized]::before {
  content: "\e47e";
}
.fa-face-disappointed[breezer-account-widget-authorized]::before {
  content: "\e36f";
}
.fa-face-disguise[breezer-account-widget-authorized]::before {
  content: "\e370";
}
.fa-face-dizzy[breezer-account-widget-authorized]::before {
  content: "\f567";
}
.fa-dizzy[breezer-account-widget-authorized]::before {
  content: "\f567";
}
.fa-face-dotted[breezer-account-widget-authorized]::before {
  content: "\e47f";
}
.fa-face-downcast-sweat[breezer-account-widget-authorized]::before {
  content: "\e371";
}
.fa-face-drooling[breezer-account-widget-authorized]::before {
  content: "\e372";
}
.fa-face-exhaling[breezer-account-widget-authorized]::before {
  content: "\e480";
}
.fa-face-explode[breezer-account-widget-authorized]::before {
  content: "\e2fe";
}
.fa-exploding-head[breezer-account-widget-authorized]::before {
  content: "\e2fe";
}
.fa-face-expressionless[breezer-account-widget-authorized]::before {
  content: "\e373";
}
.fa-face-eyes-xmarks[breezer-account-widget-authorized]::before {
  content: "\e374";
}
.fa-face-fearful[breezer-account-widget-authorized]::before {
  content: "\e375";
}
.fa-face-flushed[breezer-account-widget-authorized]::before {
  content: "\f579";
}
.fa-flushed[breezer-account-widget-authorized]::before {
  content: "\f579";
}
.fa-face-frown[breezer-account-widget-authorized]::before {
  content: "\f119";
}
.fa-frown[breezer-account-widget-authorized]::before {
  content: "\f119";
}
.fa-face-frown-open[breezer-account-widget-authorized]::before {
  content: "\f57a";
}
.fa-frown-open[breezer-account-widget-authorized]::before {
  content: "\f57a";
}
.fa-face-frown-slight[breezer-account-widget-authorized]::before {
  content: "\e376";
}
.fa-face-glasses[breezer-account-widget-authorized]::before {
  content: "\e377";
}
.fa-face-grimace[breezer-account-widget-authorized]::before {
  content: "\f57f";
}
.fa-grimace[breezer-account-widget-authorized]::before {
  content: "\f57f";
}
.fa-face-grin[breezer-account-widget-authorized]::before {
  content: "\f580";
}
.fa-grin[breezer-account-widget-authorized]::before {
  content: "\f580";
}
.fa-face-grin-beam[breezer-account-widget-authorized]::before {
  content: "\f582";
}
.fa-grin-beam[breezer-account-widget-authorized]::before {
  content: "\f582";
}
.fa-face-grin-beam-sweat[breezer-account-widget-authorized]::before {
  content: "\f583";
}
.fa-grin-beam-sweat[breezer-account-widget-authorized]::before {
  content: "\f583";
}
.fa-face-grin-hearts[breezer-account-widget-authorized]::before {
  content: "\f584";
}
.fa-grin-hearts[breezer-account-widget-authorized]::before {
  content: "\f584";
}
.fa-face-grin-squint[breezer-account-widget-authorized]::before {
  content: "\f585";
}
.fa-grin-squint[breezer-account-widget-authorized]::before {
  content: "\f585";
}
.fa-face-grin-squint-tears[breezer-account-widget-authorized]::before {
  content: "\f586";
}
.fa-grin-squint-tears[breezer-account-widget-authorized]::before {
  content: "\f586";
}
.fa-face-grin-stars[breezer-account-widget-authorized]::before {
  content: "\f587";
}
.fa-grin-stars[breezer-account-widget-authorized]::before {
  content: "\f587";
}
.fa-face-grin-tears[breezer-account-widget-authorized]::before {
  content: "\f588";
}
.fa-grin-tears[breezer-account-widget-authorized]::before {
  content: "\f588";
}
.fa-face-grin-tongue[breezer-account-widget-authorized]::before {
  content: "\f589";
}
.fa-grin-tongue[breezer-account-widget-authorized]::before {
  content: "\f589";
}
.fa-face-grin-tongue-squint[breezer-account-widget-authorized]::before {
  content: "\f58a";
}
.fa-grin-tongue-squint[breezer-account-widget-authorized]::before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink[breezer-account-widget-authorized]::before {
  content: "\f58b";
}
.fa-grin-tongue-wink[breezer-account-widget-authorized]::before {
  content: "\f58b";
}
.fa-face-grin-wide[breezer-account-widget-authorized]::before {
  content: "\f581";
}
.fa-grin-alt[breezer-account-widget-authorized]::before {
  content: "\f581";
}
.fa-face-grin-wink[breezer-account-widget-authorized]::before {
  content: "\f58c";
}
.fa-grin-wink[breezer-account-widget-authorized]::before {
  content: "\f58c";
}
.fa-face-hand-over-mouth[breezer-account-widget-authorized]::before {
  content: "\e378";
}
.fa-face-hand-peeking[breezer-account-widget-authorized]::before {
  content: "\e481";
}
.fa-face-hand-yawn[breezer-account-widget-authorized]::before {
  content: "\e379";
}
.fa-face-head-bandage[breezer-account-widget-authorized]::before {
  content: "\e37a";
}
.fa-face-holding-back-tears[breezer-account-widget-authorized]::before {
  content: "\e482";
}
.fa-face-hushed[breezer-account-widget-authorized]::before {
  content: "\e37b";
}
.fa-face-icicles[breezer-account-widget-authorized]::before {
  content: "\e37c";
}
.fa-face-kiss[breezer-account-widget-authorized]::before {
  content: "\f596";
}
.fa-kiss[breezer-account-widget-authorized]::before {
  content: "\f596";
}
.fa-face-kiss-beam[breezer-account-widget-authorized]::before {
  content: "\f597";
}
.fa-kiss-beam[breezer-account-widget-authorized]::before {
  content: "\f597";
}
.fa-face-kiss-closed-eyes[breezer-account-widget-authorized]::before {
  content: "\e37d";
}
.fa-face-kiss-wink-heart[breezer-account-widget-authorized]::before {
  content: "\f598";
}
.fa-kiss-wink-heart[breezer-account-widget-authorized]::before {
  content: "\f598";
}
.fa-face-laugh[breezer-account-widget-authorized]::before {
  content: "\f599";
}
.fa-laugh[breezer-account-widget-authorized]::before {
  content: "\f599";
}
.fa-face-laugh-beam[breezer-account-widget-authorized]::before {
  content: "\f59a";
}
.fa-laugh-beam[breezer-account-widget-authorized]::before {
  content: "\f59a";
}
.fa-face-laugh-squint[breezer-account-widget-authorized]::before {
  content: "\f59b";
}
.fa-laugh-squint[breezer-account-widget-authorized]::before {
  content: "\f59b";
}
.fa-face-laugh-wink[breezer-account-widget-authorized]::before {
  content: "\f59c";
}
.fa-laugh-wink[breezer-account-widget-authorized]::before {
  content: "\f59c";
}
.fa-face-lying[breezer-account-widget-authorized]::before {
  content: "\e37e";
}
.fa-face-mask[breezer-account-widget-authorized]::before {
  content: "\e37f";
}
.fa-face-meh[breezer-account-widget-authorized]::before {
  content: "\f11a";
}
.fa-meh[breezer-account-widget-authorized]::before {
  content: "\f11a";
}
.fa-face-meh-blank[breezer-account-widget-authorized]::before {
  content: "\f5a4";
}
.fa-meh-blank[breezer-account-widget-authorized]::before {
  content: "\f5a4";
}
.fa-face-melting[breezer-account-widget-authorized]::before {
  content: "\e483";
}
.fa-face-monocle[breezer-account-widget-authorized]::before {
  content: "\e380";
}
.fa-face-nauseated[breezer-account-widget-authorized]::before {
  content: "\e381";
}
.fa-face-nose-steam[breezer-account-widget-authorized]::before {
  content: "\e382";
}
.fa-face-party[breezer-account-widget-authorized]::before {
  content: "\e383";
}
.fa-face-pensive[breezer-account-widget-authorized]::before {
  content: "\e384";
}
.fa-face-persevering[breezer-account-widget-authorized]::before {
  content: "\e385";
}
.fa-face-pleading[breezer-account-widget-authorized]::before {
  content: "\e386";
}
.fa-face-pouting[breezer-account-widget-authorized]::before {
  content: "\e387";
}
.fa-face-raised-eyebrow[breezer-account-widget-authorized]::before {
  content: "\e388";
}
.fa-face-relieved[breezer-account-widget-authorized]::before {
  content: "\e389";
}
.fa-face-rolling-eyes[breezer-account-widget-authorized]::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes[breezer-account-widget-authorized]::before {
  content: "\f5a5";
}
.fa-face-sad-cry[breezer-account-widget-authorized]::before {
  content: "\f5b3";
}
.fa-sad-cry[breezer-account-widget-authorized]::before {
  content: "\f5b3";
}
.fa-face-sad-sweat[breezer-account-widget-authorized]::before {
  content: "\e38a";
}
.fa-face-sad-tear[breezer-account-widget-authorized]::before {
  content: "\f5b4";
}
.fa-sad-tear[breezer-account-widget-authorized]::before {
  content: "\f5b4";
}
.fa-face-saluting[breezer-account-widget-authorized]::before {
  content: "\e484";
}
.fa-face-scream[breezer-account-widget-authorized]::before {
  content: "\e38b";
}
.fa-face-shush[breezer-account-widget-authorized]::before {
  content: "\e38c";
}
.fa-face-sleeping[breezer-account-widget-authorized]::before {
  content: "\e38d";
}
.fa-face-sleepy[breezer-account-widget-authorized]::before {
  content: "\e38e";
}
.fa-face-smile[breezer-account-widget-authorized]::before {
  content: "\f118";
}
.fa-smile[breezer-account-widget-authorized]::before {
  content: "\f118";
}
.fa-face-smile-beam[breezer-account-widget-authorized]::before {
  content: "\f5b8";
}
.fa-smile-beam[breezer-account-widget-authorized]::before {
  content: "\f5b8";
}
.fa-face-smile-halo[breezer-account-widget-authorized]::before {
  content: "\e38f";
}
.fa-face-smile-hearts[breezer-account-widget-authorized]::before {
  content: "\e390";
}
.fa-face-smile-horns[breezer-account-widget-authorized]::before {
  content: "\e391";
}
.fa-face-smile-plus[breezer-account-widget-authorized]::before {
  content: "\f5b9";
}
.fa-smile-plus[breezer-account-widget-authorized]::before {
  content: "\f5b9";
}
.fa-face-smile-relaxed[breezer-account-widget-authorized]::before {
  content: "\e392";
}
.fa-face-smile-tear[breezer-account-widget-authorized]::before {
  content: "\e393";
}
.fa-face-smile-tongue[breezer-account-widget-authorized]::before {
  content: "\e394";
}
.fa-face-smile-upside-down[breezer-account-widget-authorized]::before {
  content: "\e395";
}
.fa-face-smile-wink[breezer-account-widget-authorized]::before {
  content: "\f4da";
}
.fa-smile-wink[breezer-account-widget-authorized]::before {
  content: "\f4da";
}
.fa-face-smiling-hands[breezer-account-widget-authorized]::before {
  content: "\e396";
}
.fa-face-smirking[breezer-account-widget-authorized]::before {
  content: "\e397";
}
.fa-face-spiral-eyes[breezer-account-widget-authorized]::before {
  content: "\e485";
}
.fa-face-sunglasses[breezer-account-widget-authorized]::before {
  content: "\e398";
}
.fa-face-surprise[breezer-account-widget-authorized]::before {
  content: "\f5c2";
}
.fa-surprise[breezer-account-widget-authorized]::before {
  content: "\f5c2";
}
.fa-face-swear[breezer-account-widget-authorized]::before {
  content: "\e399";
}
.fa-face-thermometer[breezer-account-widget-authorized]::before {
  content: "\e39a";
}
.fa-face-thinking[breezer-account-widget-authorized]::before {
  content: "\e39b";
}
.fa-face-tired[breezer-account-widget-authorized]::before {
  content: "\f5c8";
}
.fa-tired[breezer-account-widget-authorized]::before {
  content: "\f5c8";
}
.fa-face-tissue[breezer-account-widget-authorized]::before {
  content: "\e39c";
}
.fa-face-tongue-money[breezer-account-widget-authorized]::before {
  content: "\e39d";
}
.fa-face-tongue-sweat[breezer-account-widget-authorized]::before {
  content: "\e39e";
}
.fa-face-unamused[breezer-account-widget-authorized]::before {
  content: "\e39f";
}
.fa-face-viewfinder[breezer-account-widget-authorized]::before {
  content: "\e2ff";
}
.fa-face-vomit[breezer-account-widget-authorized]::before {
  content: "\e3a0";
}
.fa-face-weary[breezer-account-widget-authorized]::before {
  content: "\e3a1";
}
.fa-face-woozy[breezer-account-widget-authorized]::before {
  content: "\e3a2";
}
.fa-face-worried[breezer-account-widget-authorized]::before {
  content: "\e3a3";
}
.fa-face-zany[breezer-account-widget-authorized]::before {
  content: "\e3a4";
}
.fa-face-zipper[breezer-account-widget-authorized]::before {
  content: "\e3a5";
}
.fa-falafel[breezer-account-widget-authorized]::before {
  content: "\e40a";
}
.fa-family[breezer-account-widget-authorized]::before {
  content: "\e300";
}
.fa-family-dress[breezer-account-widget-authorized]::before {
  content: "\e301";
}
.fa-family-pants[breezer-account-widget-authorized]::before {
  content: "\e302";
}
.fa-fan[breezer-account-widget-authorized]::before {
  content: "\f863";
}
.fa-fan-table[breezer-account-widget-authorized]::before {
  content: "\e004";
}
.fa-farm[breezer-account-widget-authorized]::before {
  content: "\f864";
}
.fa-barn-silo[breezer-account-widget-authorized]::before {
  content: "\f864";
}
.fa-faucet[breezer-account-widget-authorized]::before {
  content: "\e005";
}
.fa-faucet-drip[breezer-account-widget-authorized]::before {
  content: "\e006";
}
.fa-fax[breezer-account-widget-authorized]::before {
  content: "\f1ac";
}
.fa-feather[breezer-account-widget-authorized]::before {
  content: "\f52d";
}
.fa-feather-pointed[breezer-account-widget-authorized]::before {
  content: "\f56b";
}
.fa-feather-alt[breezer-account-widget-authorized]::before {
  content: "\f56b";
}
.fa-fence[breezer-account-widget-authorized]::before {
  content: "\e303";
}
.fa-ferris-wheel[breezer-account-widget-authorized]::before {
  content: "\e174";
}
.fa-ferry[breezer-account-widget-authorized]::before {
  content: "\e4ea";
}
.fa-field-hockey-stick-ball[breezer-account-widget-authorized]::before {
  content: "\f44c";
}
.fa-field-hockey[breezer-account-widget-authorized]::before {
  content: "\f44c";
}
.fa-file[breezer-account-widget-authorized]::before {
  content: "\f15b";
}
.fa-file-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f56d";
}
.fa-file-download[breezer-account-widget-authorized]::before {
  content: "\f56d";
}
.fa-file-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f574";
}
.fa-file-upload[breezer-account-widget-authorized]::before {
  content: "\f574";
}
.fa-file-audio[breezer-account-widget-authorized]::before {
  content: "\f1c7";
}
.fa-file-binary[breezer-account-widget-authorized]::before {
  content: "\e175";
}
.fa-file-certificate[breezer-account-widget-authorized]::before {
  content: "\f5f3";
}
.fa-file-award[breezer-account-widget-authorized]::before {
  content: "\f5f3";
}
.fa-file-chart-column[breezer-account-widget-authorized]::before {
  content: "\f659";
}
.fa-file-chart-line[breezer-account-widget-authorized]::before {
  content: "\f659";
}
.fa-file-chart-pie[breezer-account-widget-authorized]::before {
  content: "\f65a";
}
.fa-file-check[breezer-account-widget-authorized]::before {
  content: "\f316";
}
.fa-file-circle-check[breezer-account-widget-authorized]::before {
  content: "\e493";
}
.fa-file-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e4eb";
}
.fa-file-circle-info[breezer-account-widget-authorized]::before {
  content: "\e4ec";
}
.fa-file-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e4ed";
}
.fa-file-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e4ee";
}
.fa-file-circle-question[breezer-account-widget-authorized]::before {
  content: "\e4ef";
}
.fa-file-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e494";
}
.fa-file-code[breezer-account-widget-authorized]::before {
  content: "\f1c9";
}
.fa-file-contract[breezer-account-widget-authorized]::before {
  content: "\f56c";
}
.fa-file-csv[breezer-account-widget-authorized]::before {
  content: "\f6dd";
}
.fa-file-dashed-line[breezer-account-widget-authorized]::before {
  content: "\f877";
}
.fa-page-break[breezer-account-widget-authorized]::before {
  content: "\f877";
}
.fa-file-excel[breezer-account-widget-authorized]::before {
  content: "\f1c3";
}
.fa-file-exclamation[breezer-account-widget-authorized]::before {
  content: "\f31a";
}
.fa-file-export[breezer-account-widget-authorized]::before {
  content: "\f56e";
}
.fa-arrow-right-from-file[breezer-account-widget-authorized]::before {
  content: "\f56e";
}
.fa-file-heart[breezer-account-widget-authorized]::before {
  content: "\e176";
}
.fa-file-image[breezer-account-widget-authorized]::before {
  content: "\f1c5";
}
.fa-file-import[breezer-account-widget-authorized]::before {
  content: "\f56f";
}
.fa-arrow-right-to-file[breezer-account-widget-authorized]::before {
  content: "\f56f";
}
.fa-file-invoice[breezer-account-widget-authorized]::before {
  content: "\f570";
}
.fa-file-invoice-dollar[breezer-account-widget-authorized]::before {
  content: "\f571";
}
.fa-file-lines[breezer-account-widget-authorized]::before {
  content: "\f15c";
}
.fa-file-alt[breezer-account-widget-authorized]::before {
  content: "\f15c";
}
.fa-file-text[breezer-account-widget-authorized]::before {
  content: "\f15c";
}
.fa-file-lock[breezer-account-widget-authorized]::before {
  content: "\e3a6";
}
.fa-file-magnifying-glass[breezer-account-widget-authorized]::before {
  content: "\f865";
}
.fa-file-search[breezer-account-widget-authorized]::before {
  content: "\f865";
}
.fa-file-medical[breezer-account-widget-authorized]::before {
  content: "\f477";
}
.fa-file-minus[breezer-account-widget-authorized]::before {
  content: "\f318";
}
.fa-file-music[breezer-account-widget-authorized]::before {
  content: "\f8b6";
}
.fa-file-pdf[breezer-account-widget-authorized]::before {
  content: "\f1c1";
}
.fa-file-pen[breezer-account-widget-authorized]::before {
  content: "\f31c";
}
.fa-file-edit[breezer-account-widget-authorized]::before {
  content: "\f31c";
}
.fa-file-plus[breezer-account-widget-authorized]::before {
  content: "\f319";
}
.fa-file-plus-minus[breezer-account-widget-authorized]::before {
  content: "\e177";
}
.fa-file-powerpoint[breezer-account-widget-authorized]::before {
  content: "\f1c4";
}
.fa-file-prescription[breezer-account-widget-authorized]::before {
  content: "\f572";
}
.fa-file-shield[breezer-account-widget-authorized]::before {
  content: "\e4f0";
}
.fa-file-signature[breezer-account-widget-authorized]::before {
  content: "\f573";
}
.fa-file-slash[breezer-account-widget-authorized]::before {
  content: "\e3a7";
}
.fa-file-spreadsheet[breezer-account-widget-authorized]::before {
  content: "\f65b";
}
.fa-file-user[breezer-account-widget-authorized]::before {
  content: "\f65c";
}
.fa-file-video[breezer-account-widget-authorized]::before {
  content: "\f1c8";
}
.fa-file-waveform[breezer-account-widget-authorized]::before {
  content: "\f478";
}
.fa-file-medical-alt[breezer-account-widget-authorized]::before {
  content: "\f478";
}
.fa-file-word[breezer-account-widget-authorized]::before {
  content: "\f1c2";
}
.fa-file-xmark[breezer-account-widget-authorized]::before {
  content: "\f317";
}
.fa-file-times[breezer-account-widget-authorized]::before {
  content: "\f317";
}
.fa-file-zipper[breezer-account-widget-authorized]::before {
  content: "\f1c6";
}
.fa-file-archive[breezer-account-widget-authorized]::before {
  content: "\f1c6";
}
.fa-files[breezer-account-widget-authorized]::before {
  content: "\e178";
}
.fa-files-medical[breezer-account-widget-authorized]::before {
  content: "\f7fd";
}
.fa-fill[breezer-account-widget-authorized]::before {
  content: "\f575";
}
.fa-fill-drip[breezer-account-widget-authorized]::before {
  content: "\f576";
}
.fa-film[breezer-account-widget-authorized]::before {
  content: "\f008";
}
.fa-film-canister[breezer-account-widget-authorized]::before {
  content: "\f8b7";
}
.fa-film-simple[breezer-account-widget-authorized]::before {
  content: "\f3a0";
}
.fa-film-alt[breezer-account-widget-authorized]::before {
  content: "\f3a0";
}
.fa-film-slash[breezer-account-widget-authorized]::before {
  content: "\e179";
}
.fa-films[breezer-account-widget-authorized]::before {
  content: "\e17a";
}
.fa-filter[breezer-account-widget-authorized]::before {
  content: "\f0b0";
}
.fa-filter-circle-dollar[breezer-account-widget-authorized]::before {
  content: "\f662";
}
.fa-funnel-dollar[breezer-account-widget-authorized]::before {
  content: "\f662";
}
.fa-filter-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e17b";
}
.fa-filter-list[breezer-account-widget-authorized]::before {
  content: "\e17c";
}
.fa-filter-slash[breezer-account-widget-authorized]::before {
  content: "\e17d";
}
.fa-filters[breezer-account-widget-authorized]::before {
  content: "\e17e";
}
.fa-fingerprint[breezer-account-widget-authorized]::before {
  content: "\f577";
}
.fa-fire[breezer-account-widget-authorized]::before {
  content: "\f06d";
}
.fa-fire-burner[breezer-account-widget-authorized]::before {
  content: "\e4f1";
}
.fa-fire-extinguisher[breezer-account-widget-authorized]::before {
  content: "\f134";
}
.fa-fire-flame[breezer-account-widget-authorized]::before {
  content: "\f6df";
}
.fa-flame[breezer-account-widget-authorized]::before {
  content: "\f6df";
}
.fa-fire-flame-curved[breezer-account-widget-authorized]::before {
  content: "\f7e4";
}
.fa-fire-alt[breezer-account-widget-authorized]::before {
  content: "\f7e4";
}
.fa-fire-flame-simple[breezer-account-widget-authorized]::before {
  content: "\f46a";
}
.fa-burn[breezer-account-widget-authorized]::before {
  content: "\f46a";
}
.fa-fire-hydrant[breezer-account-widget-authorized]::before {
  content: "\e17f";
}
.fa-fire-smoke[breezer-account-widget-authorized]::before {
  content: "\f74b";
}
.fa-fireplace[breezer-account-widget-authorized]::before {
  content: "\f79a";
}
.fa-fish[breezer-account-widget-authorized]::before {
  content: "\f578";
}
.fa-fish-bones[breezer-account-widget-authorized]::before {
  content: "\e304";
}
.fa-fish-cooked[breezer-account-widget-authorized]::before {
  content: "\f7fe";
}
.fa-fish-fins[breezer-account-widget-authorized]::before {
  content: "\e4f2";
}
.fa-fishing-rod[breezer-account-widget-authorized]::before {
  content: "\e3a8";
}
.fa-flag[breezer-account-widget-authorized]::before {
  content: "\f024";
}
.fa-flag-checkered[breezer-account-widget-authorized]::before {
  content: "\f11e";
}
.fa-flag-pennant[breezer-account-widget-authorized]::before {
  content: "\f456";
}
.fa-pennant[breezer-account-widget-authorized]::before {
  content: "\f456";
}
.fa-flag-swallowtail[breezer-account-widget-authorized]::before {
  content: "\f74c";
}
.fa-flag-alt[breezer-account-widget-authorized]::before {
  content: "\f74c";
}
.fa-flag-usa[breezer-account-widget-authorized]::before {
  content: "\f74d";
}
.fa-flashlight[breezer-account-widget-authorized]::before {
  content: "\f8b8";
}
.fa-flask[breezer-account-widget-authorized]::before {
  content: "\f0c3";
}
.fa-flask-round-poison[breezer-account-widget-authorized]::before {
  content: "\f6e0";
}
.fa-flask-poison[breezer-account-widget-authorized]::before {
  content: "\f6e0";
}
.fa-flask-round-potion[breezer-account-widget-authorized]::before {
  content: "\f6e1";
}
.fa-flask-potion[breezer-account-widget-authorized]::before {
  content: "\f6e1";
}
.fa-flask-vial[breezer-account-widget-authorized]::before {
  content: "\e4f3";
}
.fa-flatbread[breezer-account-widget-authorized]::before {
  content: "\e40b";
}
.fa-flatbread-stuffed[breezer-account-widget-authorized]::before {
  content: "\e40c";
}
.fa-floppy-disk[breezer-account-widget-authorized]::before {
  content: "\f0c7";
}
.fa-save[breezer-account-widget-authorized]::before {
  content: "\f0c7";
}
.fa-floppy-disk-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e180";
}
.fa-save-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e180";
}
.fa-floppy-disk-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e181";
}
.fa-floppy-disk-times[breezer-account-widget-authorized]::before {
  content: "\e181";
}
.fa-save-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e181";
}
.fa-save-times[breezer-account-widget-authorized]::before {
  content: "\e181";
}
.fa-floppy-disk-pen[breezer-account-widget-authorized]::before {
  content: "\e182";
}
.fa-floppy-disks[breezer-account-widget-authorized]::before {
  content: "\e183";
}
.fa-florin-sign[breezer-account-widget-authorized]::before {
  content: "\e184";
}
.fa-flower[breezer-account-widget-authorized]::before {
  content: "\f7ff";
}
.fa-flower-daffodil[breezer-account-widget-authorized]::before {
  content: "\f800";
}
.fa-flower-tulip[breezer-account-widget-authorized]::before {
  content: "\f801";
}
.fa-flute[breezer-account-widget-authorized]::before {
  content: "\f8b9";
}
.fa-flux-capacitor[breezer-account-widget-authorized]::before {
  content: "\f8ba";
}
.fa-flying-disc[breezer-account-widget-authorized]::before {
  content: "\e3a9";
}
.fa-folder[breezer-account-widget-authorized]::before {
  content: "\f07b";
}
.fa-folder-blank[breezer-account-widget-authorized]::before {
  content: "\f07b";
}
.fa-folder-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e053";
}
.fa-folder-download[breezer-account-widget-authorized]::before {
  content: "\e053";
}
.fa-folder-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e054";
}
.fa-folder-upload[breezer-account-widget-authorized]::before {
  content: "\e054";
}
.fa-folder-bookmark[breezer-account-widget-authorized]::before {
  content: "\e186";
}
.fa-folder-closed[breezer-account-widget-authorized]::before {
  content: "\e185";
}
.fa-folder-gear[breezer-account-widget-authorized]::before {
  content: "\e187";
}
.fa-folder-cog[breezer-account-widget-authorized]::before {
  content: "\e187";
}
.fa-folder-grid[breezer-account-widget-authorized]::before {
  content: "\e188";
}
.fa-folder-heart[breezer-account-widget-authorized]::before {
  content: "\e189";
}
.fa-folder-image[breezer-account-widget-authorized]::before {
  content: "\e18a";
}
.fa-folder-magnifying-glass[breezer-account-widget-authorized]::before {
  content: "\e18b";
}
.fa-folder-search[breezer-account-widget-authorized]::before {
  content: "\e18b";
}
.fa-folder-medical[breezer-account-widget-authorized]::before {
  content: "\e18c";
}
.fa-folder-minus[breezer-account-widget-authorized]::before {
  content: "\f65d";
}
.fa-folder-music[breezer-account-widget-authorized]::before {
  content: "\e18d";
}
.fa-folder-open[breezer-account-widget-authorized]::before {
  content: "\f07c";
}
.fa-folder-plus[breezer-account-widget-authorized]::before {
  content: "\f65e";
}
.fa-folder-tree[breezer-account-widget-authorized]::before {
  content: "\f802";
}
.fa-folder-user[breezer-account-widget-authorized]::before {
  content: "\e18e";
}
.fa-folder-xmark[breezer-account-widget-authorized]::before {
  content: "\f65f";
}
.fa-folder-times[breezer-account-widget-authorized]::before {
  content: "\f65f";
}
.fa-folders[breezer-account-widget-authorized]::before {
  content: "\f660";
}
.fa-fondue-pot[breezer-account-widget-authorized]::before {
  content: "\e40d";
}
.fa-font[breezer-account-widget-authorized]::before {
  content: "\f031";
}
.fa-font-case[breezer-account-widget-authorized]::before {
  content: "\f866";
}
.fa-football[breezer-account-widget-authorized]::before {
  content: "\f44e";
}
.fa-football-ball[breezer-account-widget-authorized]::before {
  content: "\f44e";
}
.fa-football-helmet[breezer-account-widget-authorized]::before {
  content: "\f44f";
}
.fa-fork[breezer-account-widget-authorized]::before {
  content: "\f2e3";
}
.fa-utensil-fork[breezer-account-widget-authorized]::before {
  content: "\f2e3";
}
.fa-fork-knife[breezer-account-widget-authorized]::before {
  content: "\f2e6";
}
.fa-utensils-alt[breezer-account-widget-authorized]::before {
  content: "\f2e6";
}
.fa-forklift[breezer-account-widget-authorized]::before {
  content: "\f47a";
}
.fa-fort[breezer-account-widget-authorized]::before {
  content: "\e486";
}
.fa-forward[breezer-account-widget-authorized]::before {
  content: "\f04e";
}
.fa-forward-fast[breezer-account-widget-authorized]::before {
  content: "\f050";
}
.fa-fast-forward[breezer-account-widget-authorized]::before {
  content: "\f050";
}
.fa-forward-step[breezer-account-widget-authorized]::before {
  content: "\f051";
}
.fa-step-forward[breezer-account-widget-authorized]::before {
  content: "\f051";
}
.fa-frame[breezer-account-widget-authorized]::before {
  content: "\e495";
}
.fa-franc-sign[breezer-account-widget-authorized]::before {
  content: "\e18f";
}
.fa-french-fries[breezer-account-widget-authorized]::before {
  content: "\f803";
}
.fa-frog[breezer-account-widget-authorized]::before {
  content: "\f52e";
}
.fa-function[breezer-account-widget-authorized]::before {
  content: "\f661";
}
.fa-futbol[breezer-account-widget-authorized]::before {
  content: "\f1e3";
}
.fa-futbol-ball[breezer-account-widget-authorized]::before {
  content: "\f1e3";
}
.fa-soccer-ball[breezer-account-widget-authorized]::before {
  content: "\f1e3";
}
.fa-g[breezer-account-widget-authorized]::before {
  content: "\47";
}
.fa-galaxy[breezer-account-widget-authorized]::before {
  content: "\e008";
}
.fa-gallery-thumbnails[breezer-account-widget-authorized]::before {
  content: "\e3aa";
}
.fa-game-board[breezer-account-widget-authorized]::before {
  content: "\f867";
}
.fa-game-board-simple[breezer-account-widget-authorized]::before {
  content: "\f868";
}
.fa-game-board-alt[breezer-account-widget-authorized]::before {
  content: "\f868";
}
.fa-game-console-handheld[breezer-account-widget-authorized]::before {
  content: "\f8bb";
}
.fa-gamepad[breezer-account-widget-authorized]::before {
  content: "\f11b";
}
.fa-gamepad-modern[breezer-account-widget-authorized]::before {
  content: "\f8bc";
}
.fa-gamepad-alt[breezer-account-widget-authorized]::before {
  content: "\f8bc";
}
.fa-garage[breezer-account-widget-authorized]::before {
  content: "\e009";
}
.fa-garage-car[breezer-account-widget-authorized]::before {
  content: "\e00a";
}
.fa-garage-open[breezer-account-widget-authorized]::before {
  content: "\e00b";
}
.fa-garlic[breezer-account-widget-authorized]::before {
  content: "\e40e";
}
.fa-gas-pump[breezer-account-widget-authorized]::before {
  content: "\f52f";
}
.fa-gas-pump-slash[breezer-account-widget-authorized]::before {
  content: "\f5f4";
}
.fa-gauge[breezer-account-widget-authorized]::before {
  content: "\f624";
}
.fa-dashboard[breezer-account-widget-authorized]::before {
  content: "\f624";
}
.fa-gauge-med[breezer-account-widget-authorized]::before {
  content: "\f624";
}
.fa-tachometer-alt-average[breezer-account-widget-authorized]::before {
  content: "\f624";
}
.fa-gauge-circle-bolt[breezer-account-widget-authorized]::before {
  content: "\e496";
}
.fa-gauge-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e497";
}
.fa-gauge-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e498";
}
.fa-gauge-high[breezer-account-widget-authorized]::before {
  content: "\f625";
}
.fa-tachometer-alt[breezer-account-widget-authorized]::before {
  content: "\f625";
}
.fa-tachometer-alt-fast[breezer-account-widget-authorized]::before {
  content: "\f625";
}
.fa-gauge-low[breezer-account-widget-authorized]::before {
  content: "\f627";
}
.fa-tachometer-alt-slow[breezer-account-widget-authorized]::before {
  content: "\f627";
}
.fa-gauge-max[breezer-account-widget-authorized]::before {
  content: "\f626";
}
.fa-tachometer-alt-fastest[breezer-account-widget-authorized]::before {
  content: "\f626";
}
.fa-gauge-min[breezer-account-widget-authorized]::before {
  content: "\f628";
}
.fa-tachometer-alt-slowest[breezer-account-widget-authorized]::before {
  content: "\f628";
}
.fa-gauge-simple[breezer-account-widget-authorized]::before {
  content: "\f629";
}
.fa-gauge-simple-med[breezer-account-widget-authorized]::before {
  content: "\f629";
}
.fa-tachometer-average[breezer-account-widget-authorized]::before {
  content: "\f629";
}
.fa-gauge-simple-high[breezer-account-widget-authorized]::before {
  content: "\f62a";
}
.fa-tachometer[breezer-account-widget-authorized]::before {
  content: "\f62a";
}
.fa-tachometer-fast[breezer-account-widget-authorized]::before {
  content: "\f62a";
}
.fa-gauge-simple-low[breezer-account-widget-authorized]::before {
  content: "\f62c";
}
.fa-tachometer-slow[breezer-account-widget-authorized]::before {
  content: "\f62c";
}
.fa-gauge-simple-max[breezer-account-widget-authorized]::before {
  content: "\f62b";
}
.fa-tachometer-fastest[breezer-account-widget-authorized]::before {
  content: "\f62b";
}
.fa-gauge-simple-min[breezer-account-widget-authorized]::before {
  content: "\f62d";
}
.fa-tachometer-slowest[breezer-account-widget-authorized]::before {
  content: "\f62d";
}
.fa-gavel[breezer-account-widget-authorized]::before {
  content: "\f0e3";
}
.fa-legal[breezer-account-widget-authorized]::before {
  content: "\f0e3";
}
.fa-gear[breezer-account-widget-authorized]::before {
  content: "\f013";
}
.fa-cog[breezer-account-widget-authorized]::before {
  content: "\f013";
}
.fa-gears[breezer-account-widget-authorized]::before {
  content: "\f085";
}
.fa-cogs[breezer-account-widget-authorized]::before {
  content: "\f085";
}
.fa-gem[breezer-account-widget-authorized]::before {
  content: "\f3a5";
}
.fa-genderless[breezer-account-widget-authorized]::before {
  content: "\f22d";
}
.fa-ghost[breezer-account-widget-authorized]::before {
  content: "\f6e2";
}
.fa-gif[breezer-account-widget-authorized]::before {
  content: "\e190";
}
.fa-gift[breezer-account-widget-authorized]::before {
  content: "\f06b";
}
.fa-gift-card[breezer-account-widget-authorized]::before {
  content: "\f663";
}
.fa-gifts[breezer-account-widget-authorized]::before {
  content: "\f79c";
}
.fa-gingerbread-man[breezer-account-widget-authorized]::before {
  content: "\f79d";
}
.fa-glass[breezer-account-widget-authorized]::before {
  content: "\f804";
}
.fa-glass-citrus[breezer-account-widget-authorized]::before {
  content: "\f869";
}
.fa-glass-empty[breezer-account-widget-authorized]::before {
  content: "\e191";
}
.fa-glass-half[breezer-account-widget-authorized]::before {
  content: "\e192";
}
.fa-glass-half-empty[breezer-account-widget-authorized]::before {
  content: "\e192";
}
.fa-glass-half-full[breezer-account-widget-authorized]::before {
  content: "\e192";
}
.fa-glass-water[breezer-account-widget-authorized]::before {
  content: "\e4f4";
}
.fa-glass-water-droplet[breezer-account-widget-authorized]::before {
  content: "\e4f5";
}
.fa-glasses[breezer-account-widget-authorized]::before {
  content: "\f530";
}
.fa-glasses-round[breezer-account-widget-authorized]::before {
  content: "\f5f5";
}
.fa-glasses-alt[breezer-account-widget-authorized]::before {
  content: "\f5f5";
}
.fa-globe[breezer-account-widget-authorized]::before {
  content: "\f0ac";
}
.fa-globe-snow[breezer-account-widget-authorized]::before {
  content: "\f7a3";
}
.fa-globe-stand[breezer-account-widget-authorized]::before {
  content: "\f5f6";
}
.fa-goal-net[breezer-account-widget-authorized]::before {
  content: "\e3ab";
}
.fa-golf-ball-tee[breezer-account-widget-authorized]::before {
  content: "\f450";
}
.fa-golf-ball[breezer-account-widget-authorized]::before {
  content: "\f450";
}
.fa-golf-club[breezer-account-widget-authorized]::before {
  content: "\f451";
}
.fa-golf-flag-hole[breezer-account-widget-authorized]::before {
  content: "\e3ac";
}
.fa-gopuram[breezer-account-widget-authorized]::before {
  content: "\f664";
}
.fa-graduation-cap[breezer-account-widget-authorized]::before {
  content: "\f19d";
}
.fa-mortar-board[breezer-account-widget-authorized]::before {
  content: "\f19d";
}
.fa-gramophone[breezer-account-widget-authorized]::before {
  content: "\f8bd";
}
.fa-grapes[breezer-account-widget-authorized]::before {
  content: "\e306";
}
.fa-grate[breezer-account-widget-authorized]::before {
  content: "\e193";
}
.fa-grate-droplet[breezer-account-widget-authorized]::before {
  content: "\e194";
}
.fa-greater-than[breezer-account-widget-authorized]::before {
  content: "\3e";
}
.fa-greater-than-equal[breezer-account-widget-authorized]::before {
  content: "\f532";
}
.fa-grid[breezer-account-widget-authorized]::before {
  content: "\e195";
}
.fa-grid-3[breezer-account-widget-authorized]::before {
  content: "\e195";
}
.fa-grid-2[breezer-account-widget-authorized]::before {
  content: "\e196";
}
.fa-grid-2-plus[breezer-account-widget-authorized]::before {
  content: "\e197";
}
.fa-grid-4[breezer-account-widget-authorized]::before {
  content: "\e198";
}
.fa-grid-5[breezer-account-widget-authorized]::before {
  content: "\e199";
}
.fa-grid-dividers[breezer-account-widget-authorized]::before {
  content: "\e3ad";
}
.fa-grid-horizontal[breezer-account-widget-authorized]::before {
  content: "\e307";
}
.fa-grip[breezer-account-widget-authorized]::before {
  content: "\f58d";
}
.fa-grip-horizontal[breezer-account-widget-authorized]::before {
  content: "\f58d";
}
.fa-grip-dots[breezer-account-widget-authorized]::before {
  content: "\e410";
}
.fa-grip-dots-vertical[breezer-account-widget-authorized]::before {
  content: "\e411";
}
.fa-grip-lines[breezer-account-widget-authorized]::before {
  content: "\f7a4";
}
.fa-grip-lines-vertical[breezer-account-widget-authorized]::before {
  content: "\f7a5";
}
.fa-grip-vertical[breezer-account-widget-authorized]::before {
  content: "\f58e";
}
.fa-group-arrows-rotate[breezer-account-widget-authorized]::before {
  content: "\e4f6";
}
.fa-guarani-sign[breezer-account-widget-authorized]::before {
  content: "\e19a";
}
.fa-guitar[breezer-account-widget-authorized]::before {
  content: "\f7a6";
}
.fa-guitar-electric[breezer-account-widget-authorized]::before {
  content: "\f8be";
}
.fa-guitars[breezer-account-widget-authorized]::before {
  content: "\f8bf";
}
.fa-gun[breezer-account-widget-authorized]::before {
  content: "\e19b";
}
.fa-gun-slash[breezer-account-widget-authorized]::before {
  content: "\e19c";
}
.fa-gun-squirt[breezer-account-widget-authorized]::before {
  content: "\e19d";
}
.fa-h[breezer-account-widget-authorized]::before {
  content: "\48";
}
.fa-h1[breezer-account-widget-authorized]::before {
  content: "\f313";
}
.fa-h2[breezer-account-widget-authorized]::before {
  content: "\f314";
}
.fa-h3[breezer-account-widget-authorized]::before {
  content: "\f315";
}
.fa-h4[breezer-account-widget-authorized]::before {
  content: "\f86a";
}
.fa-h5[breezer-account-widget-authorized]::before {
  content: "\e412";
}
.fa-h6[breezer-account-widget-authorized]::before {
  content: "\e413";
}
.fa-hammer[breezer-account-widget-authorized]::before {
  content: "\f6e3";
}
.fa-hammer-crash[breezer-account-widget-authorized]::before {
  content: "\e414";
}
.fa-hammer-war[breezer-account-widget-authorized]::before {
  content: "\f6e4";
}
.fa-hamsa[breezer-account-widget-authorized]::before {
  content: "\f665";
}
.fa-hand[breezer-account-widget-authorized]::before {
  content: "\f256";
}
.fa-hand-paper[breezer-account-widget-authorized]::before {
  content: "\f256";
}
.fa-hand-back-fist[breezer-account-widget-authorized]::before {
  content: "\f255";
}
.fa-hand-rock[breezer-account-widget-authorized]::before {
  content: "\f255";
}
.fa-hand-back-point-down[breezer-account-widget-authorized]::before {
  content: "\e19e";
}
.fa-hand-back-point-left[breezer-account-widget-authorized]::before {
  content: "\e19f";
}
.fa-hand-back-point-ribbon[breezer-account-widget-authorized]::before {
  content: "\e1a0";
}
.fa-hand-back-point-right[breezer-account-widget-authorized]::before {
  content: "\e1a1";
}
.fa-hand-back-point-up[breezer-account-widget-authorized]::before {
  content: "\e1a2";
}
.fa-hand-dots[breezer-account-widget-authorized]::before {
  content: "\f461";
}
.fa-allergies[breezer-account-widget-authorized]::before {
  content: "\f461";
}
.fa-hand-fingers-crossed[breezer-account-widget-authorized]::before {
  content: "\e1a3";
}
.fa-hand-fist[breezer-account-widget-authorized]::before {
  content: "\f6de";
}
.fa-fist-raised[breezer-account-widget-authorized]::before {
  content: "\f6de";
}
.fa-hand-heart[breezer-account-widget-authorized]::before {
  content: "\f4bc";
}
.fa-hand-holding[breezer-account-widget-authorized]::before {
  content: "\f4bd";
}
.fa-hand-holding-box[breezer-account-widget-authorized]::before {
  content: "\f47b";
}
.fa-hand-holding-dollar[breezer-account-widget-authorized]::before {
  content: "\f4c0";
}
.fa-hand-holding-usd[breezer-account-widget-authorized]::before {
  content: "\f4c0";
}
.fa-hand-holding-droplet[breezer-account-widget-authorized]::before {
  content: "\f4c1";
}
.fa-hand-holding-water[breezer-account-widget-authorized]::before {
  content: "\f4c1";
}
.fa-hand-holding-hand[breezer-account-widget-authorized]::before {
  content: "\e4f7";
}
.fa-hand-holding-heart[breezer-account-widget-authorized]::before {
  content: "\f4be";
}
.fa-hand-holding-magic[breezer-account-widget-authorized]::before {
  content: "\f6e5";
}
.fa-hand-holding-medical[breezer-account-widget-authorized]::before {
  content: "\e05c";
}
.fa-hand-holding-seedling[breezer-account-widget-authorized]::before {
  content: "\f4bf";
}
.fa-hand-holding-skull[breezer-account-widget-authorized]::before {
  content: "\e1a4";
}
.fa-hand-horns[breezer-account-widget-authorized]::before {
  content: "\e1a9";
}
.fa-hand-lizard[breezer-account-widget-authorized]::before {
  content: "\f258";
}
.fa-hand-love[breezer-account-widget-authorized]::before {
  content: "\e1a5";
}
.fa-hand-middle-finger[breezer-account-widget-authorized]::before {
  content: "\f806";
}
.fa-hand-peace[breezer-account-widget-authorized]::before {
  content: "\f25b";
}
.fa-hand-point-down[breezer-account-widget-authorized]::before {
  content: "\f0a7";
}
.fa-hand-point-left[breezer-account-widget-authorized]::before {
  content: "\f0a5";
}
.fa-hand-point-ribbon[breezer-account-widget-authorized]::before {
  content: "\e1a6";
}
.fa-hand-point-right[breezer-account-widget-authorized]::before {
  content: "\f0a4";
}
.fa-hand-point-up[breezer-account-widget-authorized]::before {
  content: "\f0a6";
}
.fa-hand-pointer[breezer-account-widget-authorized]::before {
  content: "\f25a";
}
.fa-hand-scissors[breezer-account-widget-authorized]::before {
  content: "\f257";
}
.fa-hand-sparkles[breezer-account-widget-authorized]::before {
  content: "\e05d";
}
.fa-hand-spock[breezer-account-widget-authorized]::before {
  content: "\f259";
}
.fa-hand-wave[breezer-account-widget-authorized]::before {
  content: "\e1a7";
}
.fa-handcuffs[breezer-account-widget-authorized]::before {
  content: "\e4f8";
}
.fa-hands[breezer-account-widget-authorized]::before {
  content: "\f2a7";
}
.fa-sign-language[breezer-account-widget-authorized]::before {
  content: "\f2a7";
}
.fa-signing[breezer-account-widget-authorized]::before {
  content: "\f2a7";
}
.fa-hands-asl-interpreting[breezer-account-widget-authorized]::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting[breezer-account-widget-authorized]::before {
  content: "\f2a3";
}
.fa-asl-interpreting[breezer-account-widget-authorized]::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting[breezer-account-widget-authorized]::before {
  content: "\f2a3";
}
.fa-hands-bound[breezer-account-widget-authorized]::before {
  content: "\e4f9";
}
.fa-hands-bubbles[breezer-account-widget-authorized]::before {
  content: "\e05e";
}
.fa-hands-wash[breezer-account-widget-authorized]::before {
  content: "\e05e";
}
.fa-hands-clapping[breezer-account-widget-authorized]::before {
  content: "\e1a8";
}
.fa-hands-holding[breezer-account-widget-authorized]::before {
  content: "\f4c2";
}
.fa-hands-holding-child[breezer-account-widget-authorized]::before {
  content: "\e4fa";
}
.fa-hands-holding-circle[breezer-account-widget-authorized]::before {
  content: "\e4fb";
}
.fa-hands-holding-diamond[breezer-account-widget-authorized]::before {
  content: "\f47c";
}
.fa-hand-receiving[breezer-account-widget-authorized]::before {
  content: "\f47c";
}
.fa-hands-holding-dollar[breezer-account-widget-authorized]::before {
  content: "\f4c5";
}
.fa-hands-usd[breezer-account-widget-authorized]::before {
  content: "\f4c5";
}
.fa-hands-holding-heart[breezer-account-widget-authorized]::before {
  content: "\f4c3";
}
.fa-hands-heart[breezer-account-widget-authorized]::before {
  content: "\f4c3";
}
.fa-hands-praying[breezer-account-widget-authorized]::before {
  content: "\f684";
}
.fa-praying-hands[breezer-account-widget-authorized]::before {
  content: "\f684";
}
.fa-handshake[breezer-account-widget-authorized]::before {
  content: "\f2b5";
}
.fa-handshake-angle[breezer-account-widget-authorized]::before {
  content: "\f4c4";
}
.fa-hands-helping[breezer-account-widget-authorized]::before {
  content: "\f4c4";
}
.fa-handshake-simple[breezer-account-widget-authorized]::before {
  content: "\f4c6";
}
.fa-handshake-alt[breezer-account-widget-authorized]::before {
  content: "\f4c6";
}
.fa-handshake-simple-slash[breezer-account-widget-authorized]::before {
  content: "\e05f";
}
.fa-handshake-alt-slash[breezer-account-widget-authorized]::before {
  content: "\e05f";
}
.fa-handshake-slash[breezer-account-widget-authorized]::before {
  content: "\e060";
}
.fa-hanukiah[breezer-account-widget-authorized]::before {
  content: "\f6e6";
}
.fa-hard-drive[breezer-account-widget-authorized]::before {
  content: "\f0a0";
}
.fa-hdd[breezer-account-widget-authorized]::before {
  content: "\f0a0";
}
.fa-hashtag[breezer-account-widget-authorized]::before {
  content: "\23";
}
.fa-hashtag-lock[breezer-account-widget-authorized]::before {
  content: "\e415";
}
.fa-hat-chef[breezer-account-widget-authorized]::before {
  content: "\f86b";
}
.fa-hat-cowboy[breezer-account-widget-authorized]::before {
  content: "\f8c0";
}
.fa-hat-cowboy-side[breezer-account-widget-authorized]::before {
  content: "\f8c1";
}
.fa-hat-santa[breezer-account-widget-authorized]::before {
  content: "\f7a7";
}
.fa-hat-winter[breezer-account-widget-authorized]::before {
  content: "\f7a8";
}
.fa-hat-witch[breezer-account-widget-authorized]::before {
  content: "\f6e7";
}
.fa-hat-wizard[breezer-account-widget-authorized]::before {
  content: "\f6e8";
}
.fa-head-side[breezer-account-widget-authorized]::before {
  content: "\f6e9";
}
.fa-head-side-brain[breezer-account-widget-authorized]::before {
  content: "\f808";
}
.fa-head-side-cough[breezer-account-widget-authorized]::before {
  content: "\e061";
}
.fa-head-side-cough-slash[breezer-account-widget-authorized]::before {
  content: "\e062";
}
.fa-head-side-goggles[breezer-account-widget-authorized]::before {
  content: "\f6ea";
}
.fa-head-vr[breezer-account-widget-authorized]::before {
  content: "\f6ea";
}
.fa-head-side-headphones[breezer-account-widget-authorized]::before {
  content: "\f8c2";
}
.fa-head-side-heart[breezer-account-widget-authorized]::before {
  content: "\e1aa";
}
.fa-head-side-mask[breezer-account-widget-authorized]::before {
  content: "\e063";
}
.fa-head-side-medical[breezer-account-widget-authorized]::before {
  content: "\f809";
}
.fa-head-side-virus[breezer-account-widget-authorized]::before {
  content: "\e064";
}
.fa-heading[breezer-account-widget-authorized]::before {
  content: "\f1dc";
}
.fa-header[breezer-account-widget-authorized]::before {
  content: "\f1dc";
}
.fa-headphones[breezer-account-widget-authorized]::before {
  content: "\f025";
}
.fa-headphones-simple[breezer-account-widget-authorized]::before {
  content: "\f58f";
}
.fa-headphones-alt[breezer-account-widget-authorized]::before {
  content: "\f58f";
}
.fa-headset[breezer-account-widget-authorized]::before {
  content: "\f590";
}
.fa-heart[breezer-account-widget-authorized]::before {
  content: "\f004";
}
.fa-heart-circle-bolt[breezer-account-widget-authorized]::before {
  content: "\e4fc";
}
.fa-heart-circle-check[breezer-account-widget-authorized]::before {
  content: "\e4fd";
}
.fa-heart-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e4fe";
}
.fa-heart-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e4ff";
}
.fa-heart-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e500";
}
.fa-heart-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e501";
}
.fa-heart-crack[breezer-account-widget-authorized]::before {
  content: "\f7a9";
}
.fa-heart-broken[breezer-account-widget-authorized]::before {
  content: "\f7a9";
}
.fa-heart-half[breezer-account-widget-authorized]::before {
  content: "\e1ab";
}
.fa-heart-half-stroke[breezer-account-widget-authorized]::before {
  content: "\e1ac";
}
.fa-heart-half-alt[breezer-account-widget-authorized]::before {
  content: "\e1ac";
}
.fa-heart-pulse[breezer-account-widget-authorized]::before {
  content: "\f21e";
}
.fa-heartbeat[breezer-account-widget-authorized]::before {
  content: "\f21e";
}
.fa-heat[breezer-account-widget-authorized]::before {
  content: "\e00c";
}
.fa-helicopter[breezer-account-widget-authorized]::before {
  content: "\f533";
}
.fa-helicopter-symbol[breezer-account-widget-authorized]::before {
  content: "\e502";
}
.fa-helmet-battle[breezer-account-widget-authorized]::before {
  content: "\f6eb";
}
.fa-helmet-safety[breezer-account-widget-authorized]::before {
  content: "\f807";
}
.fa-hard-hat[breezer-account-widget-authorized]::before {
  content: "\f807";
}
.fa-hat-hard[breezer-account-widget-authorized]::before {
  content: "\f807";
}
.fa-helmet-un[breezer-account-widget-authorized]::before {
  content: "\e503";
}
.fa-hexagon[breezer-account-widget-authorized]::before {
  content: "\f312";
}
.fa-hexagon-check[breezer-account-widget-authorized]::before {
  content: "\e416";
}
.fa-hexagon-divide[breezer-account-widget-authorized]::before {
  content: "\e1ad";
}
.fa-hexagon-exclamation[breezer-account-widget-authorized]::before {
  content: "\e417";
}
.fa-hexagon-image[breezer-account-widget-authorized]::before {
  content: "\e504";
}
.fa-hexagon-minus[breezer-account-widget-authorized]::before {
  content: "\f307";
}
.fa-minus-hexagon[breezer-account-widget-authorized]::before {
  content: "\f307";
}
.fa-hexagon-plus[breezer-account-widget-authorized]::before {
  content: "\f300";
}
.fa-plus-hexagon[breezer-account-widget-authorized]::before {
  content: "\f300";
}
.fa-hexagon-vertical-nft[breezer-account-widget-authorized]::before {
  content: "\e505";
}
.fa-hexagon-vertical-nft-slanted[breezer-account-widget-authorized]::before {
  content: "\e506";
}
.fa-hexagon-xmark[breezer-account-widget-authorized]::before {
  content: "\f2ee";
}
.fa-times-hexagon[breezer-account-widget-authorized]::before {
  content: "\f2ee";
}
.fa-xmark-hexagon[breezer-account-widget-authorized]::before {
  content: "\f2ee";
}
.fa-high-definition[breezer-account-widget-authorized]::before {
  content: "\e1ae";
}
.fa-rectangle-hd[breezer-account-widget-authorized]::before {
  content: "\e1ae";
}
.fa-highlighter[breezer-account-widget-authorized]::before {
  content: "\f591";
}
.fa-highlighter-line[breezer-account-widget-authorized]::before {
  content: "\e1af";
}
.fa-hill-avalanche[breezer-account-widget-authorized]::before {
  content: "\e507";
}
.fa-hill-rockslide[breezer-account-widget-authorized]::before {
  content: "\e508";
}
.fa-hippo[breezer-account-widget-authorized]::before {
  content: "\f6ed";
}
.fa-hockey-mask[breezer-account-widget-authorized]::before {
  content: "\f6ee";
}
.fa-hockey-puck[breezer-account-widget-authorized]::before {
  content: "\f453";
}
.fa-hockey-stick-puck[breezer-account-widget-authorized]::before {
  content: "\e3ae";
}
.fa-hockey-sticks[breezer-account-widget-authorized]::before {
  content: "\f454";
}
.fa-holly-berry[breezer-account-widget-authorized]::before {
  content: "\f7aa";
}
.fa-honey-pot[breezer-account-widget-authorized]::before {
  content: "\e418";
}
.fa-hood-cloak[breezer-account-widget-authorized]::before {
  content: "\f6ef";
}
.fa-horizontal-rule[breezer-account-widget-authorized]::before {
  content: "\f86c";
}
.fa-horse[breezer-account-widget-authorized]::before {
  content: "\f6f0";
}
.fa-horse-head[breezer-account-widget-authorized]::before {
  content: "\f7ab";
}
.fa-horse-saddle[breezer-account-widget-authorized]::before {
  content: "\f8c3";
}
.fa-hose[breezer-account-widget-authorized]::before {
  content: "\e419";
}
.fa-hose-reel[breezer-account-widget-authorized]::before {
  content: "\e41a";
}
.fa-hospital[breezer-account-widget-authorized]::before {
  content: "\f0f8";
}
.fa-hospital-alt[breezer-account-widget-authorized]::before {
  content: "\f0f8";
}
.fa-hospital-wide[breezer-account-widget-authorized]::before {
  content: "\f0f8";
}
.fa-hospital-user[breezer-account-widget-authorized]::before {
  content: "\f80d";
}
.fa-hospitals[breezer-account-widget-authorized]::before {
  content: "\f80e";
}
.fa-hot-tub-person[breezer-account-widget-authorized]::before {
  content: "\f593";
}
.fa-hot-tub[breezer-account-widget-authorized]::before {
  content: "\f593";
}
.fa-hotdog[breezer-account-widget-authorized]::before {
  content: "\f80f";
}
.fa-hotel[breezer-account-widget-authorized]::before {
  content: "\f594";
}
.fa-hourglass[breezer-account-widget-authorized]::before {
  content: "\f254";
}
.fa-hourglass-2[breezer-account-widget-authorized]::before {
  content: "\f254";
}
.fa-hourglass-half[breezer-account-widget-authorized]::before {
  content: "\f254";
}
.fa-hourglass-clock[breezer-account-widget-authorized]::before {
  content: "\e41b";
}
.fa-hourglass-empty[breezer-account-widget-authorized]::before {
  content: "\f252";
}
.fa-hourglass-end[breezer-account-widget-authorized]::before {
  content: "\f253";
}
.fa-hourglass-3[breezer-account-widget-authorized]::before {
  content: "\f253";
}
.fa-hourglass-start[breezer-account-widget-authorized]::before {
  content: "\f251";
}
.fa-hourglass-1[breezer-account-widget-authorized]::before {
  content: "\f251";
}
.fa-house[breezer-account-widget-authorized]::before {
  content: "\f015";
}
.fa-home[breezer-account-widget-authorized]::before {
  content: "\f015";
}
.fa-home-alt[breezer-account-widget-authorized]::before {
  content: "\f015";
}
.fa-home-lg-alt[breezer-account-widget-authorized]::before {
  content: "\f015";
}
.fa-house-blank[breezer-account-widget-authorized]::before {
  content: "\e487";
}
.fa-home-blank[breezer-account-widget-authorized]::before {
  content: "\e487";
}
.fa-house-building[breezer-account-widget-authorized]::before {
  content: "\e1b1";
}
.fa-house-chimney[breezer-account-widget-authorized]::before {
  content: "\e3af";
}
.fa-home-lg[breezer-account-widget-authorized]::before {
  content: "\e3af";
}
.fa-house-chimney-blank[breezer-account-widget-authorized]::before {
  content: "\e3b0";
}
.fa-house-chimney-crack[breezer-account-widget-authorized]::before {
  content: "\f6f1";
}
.fa-house-damage[breezer-account-widget-authorized]::before {
  content: "\f6f1";
}
.fa-house-chimney-heart[breezer-account-widget-authorized]::before {
  content: "\e1b2";
}
.fa-house-chimney-medical[breezer-account-widget-authorized]::before {
  content: "\f7f2";
}
.fa-clinic-medical[breezer-account-widget-authorized]::before {
  content: "\f7f2";
}
.fa-house-chimney-user[breezer-account-widget-authorized]::before {
  content: "\e065";
}
.fa-house-chimney-window[breezer-account-widget-authorized]::before {
  content: "\e00d";
}
.fa-house-circle-check[breezer-account-widget-authorized]::before {
  content: "\e509";
}
.fa-house-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e50a";
}
.fa-house-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e50b";
}
.fa-house-crack[breezer-account-widget-authorized]::before {
  content: "\e3b1";
}
.fa-house-day[breezer-account-widget-authorized]::before {
  content: "\e00e";
}
.fa-house-fire[breezer-account-widget-authorized]::before {
  content: "\e50c";
}
.fa-house-flag[breezer-account-widget-authorized]::before {
  content: "\e50d";
}
.fa-house-flood-water[breezer-account-widget-authorized]::before {
  content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e50f";
}
.fa-house-heart[breezer-account-widget-authorized]::before {
  content: "\f4c9";
}
.fa-home-heart[breezer-account-widget-authorized]::before {
  content: "\f4c9";
}
.fa-house-laptop[breezer-account-widget-authorized]::before {
  content: "\e066";
}
.fa-laptop-house[breezer-account-widget-authorized]::before {
  content: "\e066";
}
.fa-house-lock[breezer-account-widget-authorized]::before {
  content: "\e510";
}
.fa-house-medical[breezer-account-widget-authorized]::before {
  content: "\e3b2";
}
.fa-house-medical-circle-check[breezer-account-widget-authorized]::before {
  content: "\e511";
}
.fa-house-medical-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e512";
}
.fa-house-medical-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e513";
}
.fa-house-medical-flag[breezer-account-widget-authorized]::before {
  content: "\e514";
}
.fa-house-night[breezer-account-widget-authorized]::before {
  content: "\e010";
}
.fa-house-person-leave[breezer-account-widget-authorized]::before {
  content: "\e00f";
}
.fa-house-leave[breezer-account-widget-authorized]::before {
  content: "\e00f";
}
.fa-house-person-depart[breezer-account-widget-authorized]::before {
  content: "\e00f";
}
.fa-house-person-return[breezer-account-widget-authorized]::before {
  content: "\e011";
}
.fa-house-person-arrive[breezer-account-widget-authorized]::before {
  content: "\e011";
}
.fa-house-return[breezer-account-widget-authorized]::before {
  content: "\e011";
}
.fa-house-signal[breezer-account-widget-authorized]::before {
  content: "\e012";
}
.fa-house-tree[breezer-account-widget-authorized]::before {
  content: "\e1b3";
}
.fa-house-tsunami[breezer-account-widget-authorized]::before {
  content: "\e515";
}
.fa-house-turret[breezer-account-widget-authorized]::before {
  content: "\e1b4";
}
.fa-house-user[breezer-account-widget-authorized]::before {
  content: "\e1b0";
}
.fa-home-user[breezer-account-widget-authorized]::before {
  content: "\e1b0";
}
.fa-house-water[breezer-account-widget-authorized]::before {
  content: "\f74f";
}
.fa-house-flood[breezer-account-widget-authorized]::before {
  content: "\f74f";
}
.fa-house-window[breezer-account-widget-authorized]::before {
  content: "\e3b3";
}
.fa-hryvnia-sign[breezer-account-widget-authorized]::before {
  content: "\f6f2";
}
.fa-hryvnia[breezer-account-widget-authorized]::before {
  content: "\f6f2";
}
.fa-hundred-points[breezer-account-widget-authorized]::before {
  content: "\e41c";
}
.fa-100[breezer-account-widget-authorized]::before {
  content: "\e41c";
}
.fa-hurricane[breezer-account-widget-authorized]::before {
  content: "\f751";
}
.fa-hyphen[breezer-account-widget-authorized]::before {
  content: "\2d";
}
.fa-i[breezer-account-widget-authorized]::before {
  content: "\49";
}
.fa-i-cursor[breezer-account-widget-authorized]::before {
  content: "\f246";
}
.fa-ice-cream[breezer-account-widget-authorized]::before {
  content: "\f810";
}
.fa-ice-skate[breezer-account-widget-authorized]::before {
  content: "\f7ac";
}
.fa-icicles[breezer-account-widget-authorized]::before {
  content: "\f7ad";
}
.fa-icons[breezer-account-widget-authorized]::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt[breezer-account-widget-authorized]::before {
  content: "\f86d";
}
.fa-id-badge[breezer-account-widget-authorized]::before {
  content: "\f2c1";
}
.fa-id-card[breezer-account-widget-authorized]::before {
  content: "\f2c2";
}
.fa-drivers-license[breezer-account-widget-authorized]::before {
  content: "\f2c2";
}
.fa-id-card-clip[breezer-account-widget-authorized]::before {
  content: "\f47f";
}
.fa-id-card-alt[breezer-account-widget-authorized]::before {
  content: "\f47f";
}
.fa-igloo[breezer-account-widget-authorized]::before {
  content: "\f7ae";
}
.fa-image[breezer-account-widget-authorized]::before {
  content: "\f03e";
}
.fa-image-landscape[breezer-account-widget-authorized]::before {
  content: "\e1b5";
}
.fa-landscape[breezer-account-widget-authorized]::before {
  content: "\e1b5";
}
.fa-image-polaroid[breezer-account-widget-authorized]::before {
  content: "\f8c4";
}
.fa-image-polaroid-user[breezer-account-widget-authorized]::before {
  content: "\e1b6";
}
.fa-image-portrait[breezer-account-widget-authorized]::before {
  content: "\f3e0";
}
.fa-portrait[breezer-account-widget-authorized]::before {
  content: "\f3e0";
}
.fa-image-slash[breezer-account-widget-authorized]::before {
  content: "\e1b7";
}
.fa-image-user[breezer-account-widget-authorized]::before {
  content: "\e1b8";
}
.fa-images[breezer-account-widget-authorized]::before {
  content: "\f302";
}
.fa-images-user[breezer-account-widget-authorized]::before {
  content: "\e1b9";
}
.fa-inbox[breezer-account-widget-authorized]::before {
  content: "\f01c";
}
.fa-inbox-full[breezer-account-widget-authorized]::before {
  content: "\e1ba";
}
.fa-inbox-in[breezer-account-widget-authorized]::before {
  content: "\f310";
}
.fa-inbox-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f310";
}
.fa-inbox-out[breezer-account-widget-authorized]::before {
  content: "\f311";
}
.fa-inbox-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f311";
}
.fa-inboxes[breezer-account-widget-authorized]::before {
  content: "\e1bb";
}
.fa-indent[breezer-account-widget-authorized]::before {
  content: "\f03c";
}
.fa-indian-rupee-sign[breezer-account-widget-authorized]::before {
  content: "\e1bc";
}
.fa-indian-rupee[breezer-account-widget-authorized]::before {
  content: "\e1bc";
}
.fa-inr[breezer-account-widget-authorized]::before {
  content: "\e1bc";
}
.fa-industry[breezer-account-widget-authorized]::before {
  content: "\f275";
}
.fa-industry-windows[breezer-account-widget-authorized]::before {
  content: "\f3b3";
}
.fa-industry-alt[breezer-account-widget-authorized]::before {
  content: "\f3b3";
}
.fa-infinity[breezer-account-widget-authorized]::before {
  content: "\f534";
}
.fa-info[breezer-account-widget-authorized]::before {
  content: "\f129";
}
.fa-inhaler[breezer-account-widget-authorized]::before {
  content: "\f5f9";
}
.fa-input-numeric[breezer-account-widget-authorized]::before {
  content: "\e1bd";
}
.fa-input-pipe[breezer-account-widget-authorized]::before {
  content: "\e1be";
}
.fa-input-text[breezer-account-widget-authorized]::before {
  content: "\e1bf";
}
.fa-integral[breezer-account-widget-authorized]::before {
  content: "\f667";
}
.fa-intersection[breezer-account-widget-authorized]::before {
  content: "\f668";
}
.fa-island-tropical[breezer-account-widget-authorized]::before {
  content: "\f811";
}
.fa-island-tree-palm[breezer-account-widget-authorized]::before {
  content: "\f811";
}
.fa-italic[breezer-account-widget-authorized]::before {
  content: "\f033";
}
.fa-j[breezer-account-widget-authorized]::before {
  content: "\4a";
}
.fa-jack-o-lantern[breezer-account-widget-authorized]::before {
  content: "\f30e";
}
.fa-jar[breezer-account-widget-authorized]::before {
  content: "\e516";
}
.fa-jar-wheat[breezer-account-widget-authorized]::before {
  content: "\e517";
}
.fa-jedi[breezer-account-widget-authorized]::before {
  content: "\f669";
}
.fa-jet-fighter[breezer-account-widget-authorized]::before {
  content: "\f0fb";
}
.fa-fighter-jet[breezer-account-widget-authorized]::before {
  content: "\f0fb";
}
.fa-jet-fighter-up[breezer-account-widget-authorized]::before {
  content: "\e518";
}
.fa-joint[breezer-account-widget-authorized]::before {
  content: "\f595";
}
.fa-joystick[breezer-account-widget-authorized]::before {
  content: "\f8c5";
}
.fa-jug[breezer-account-widget-authorized]::before {
  content: "\f8c6";
}
.fa-jug-detergent[breezer-account-widget-authorized]::before {
  content: "\e519";
}
.fa-k[breezer-account-widget-authorized]::before {
  content: "\4b";
}
.fa-kaaba[breezer-account-widget-authorized]::before {
  content: "\f66b";
}
.fa-kazoo[breezer-account-widget-authorized]::before {
  content: "\f8c7";
}
.fa-kerning[breezer-account-widget-authorized]::before {
  content: "\f86f";
}
.fa-key[breezer-account-widget-authorized]::before {
  content: "\f084";
}
.fa-key-skeleton[breezer-account-widget-authorized]::before {
  content: "\f6f3";
}
.fa-key-skeleton-left-right[breezer-account-widget-authorized]::before {
  content: "\e3b4";
}
.fa-keyboard[breezer-account-widget-authorized]::before {
  content: "\f11c";
}
.fa-keyboard-brightness[breezer-account-widget-authorized]::before {
  content: "\e1c0";
}
.fa-keyboard-brightness-low[breezer-account-widget-authorized]::before {
  content: "\e1c1";
}
.fa-keyboard-down[breezer-account-widget-authorized]::before {
  content: "\e1c2";
}
.fa-keyboard-left[breezer-account-widget-authorized]::before {
  content: "\e1c3";
}
.fa-keynote[breezer-account-widget-authorized]::before {
  content: "\f66c";
}
.fa-khanda[breezer-account-widget-authorized]::before {
  content: "\f66d";
}
.fa-kidneys[breezer-account-widget-authorized]::before {
  content: "\f5fb";
}
.fa-kip-sign[breezer-account-widget-authorized]::before {
  content: "\e1c4";
}
.fa-kit-medical[breezer-account-widget-authorized]::before {
  content: "\f479";
}
.fa-first-aid[breezer-account-widget-authorized]::before {
  content: "\f479";
}
.fa-kitchen-set[breezer-account-widget-authorized]::before {
  content: "\e51a";
}
.fa-kite[breezer-account-widget-authorized]::before {
  content: "\f6f4";
}
.fa-kiwi-bird[breezer-account-widget-authorized]::before {
  content: "\f535";
}
.fa-kiwi-fruit[breezer-account-widget-authorized]::before {
  content: "\e30c";
}
.fa-knife[breezer-account-widget-authorized]::before {
  content: "\f2e4";
}
.fa-utensil-knife[breezer-account-widget-authorized]::before {
  content: "\f2e4";
}
.fa-knife-kitchen[breezer-account-widget-authorized]::before {
  content: "\f6f5";
}
.fa-l[breezer-account-widget-authorized]::before {
  content: "\4c";
}
.fa-lacrosse-stick[breezer-account-widget-authorized]::before {
  content: "\e3b5";
}
.fa-lacrosse-stick-ball[breezer-account-widget-authorized]::before {
  content: "\e3b6";
}
.fa-lambda[breezer-account-widget-authorized]::before {
  content: "\f66e";
}
.fa-lamp[breezer-account-widget-authorized]::before {
  content: "\f4ca";
}
.fa-lamp-desk[breezer-account-widget-authorized]::before {
  content: "\e014";
}
.fa-lamp-floor[breezer-account-widget-authorized]::before {
  content: "\e015";
}
.fa-lamp-street[breezer-account-widget-authorized]::before {
  content: "\e1c5";
}
.fa-land-mine-on[breezer-account-widget-authorized]::before {
  content: "\e51b";
}
.fa-landmark[breezer-account-widget-authorized]::before {
  content: "\f66f";
}
.fa-landmark-dome[breezer-account-widget-authorized]::before {
  content: "\f752";
}
.fa-landmark-alt[breezer-account-widget-authorized]::before {
  content: "\f752";
}
.fa-landmark-flag[breezer-account-widget-authorized]::before {
  content: "\e51c";
}
.fa-language[breezer-account-widget-authorized]::before {
  content: "\f1ab";
}
.fa-laptop[breezer-account-widget-authorized]::before {
  content: "\f109";
}
.fa-laptop-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e1c6";
}
.fa-laptop-code[breezer-account-widget-authorized]::before {
  content: "\f5fc";
}
.fa-laptop-file[breezer-account-widget-authorized]::before {
  content: "\e51d";
}
.fa-laptop-medical[breezer-account-widget-authorized]::before {
  content: "\f812";
}
.fa-laptop-mobile[breezer-account-widget-authorized]::before {
  content: "\f87a";
}
.fa-phone-laptop[breezer-account-widget-authorized]::before {
  content: "\f87a";
}
.fa-laptop-slash[breezer-account-widget-authorized]::before {
  content: "\e1c7";
}
.fa-lari-sign[breezer-account-widget-authorized]::before {
  content: "\e1c8";
}
.fa-lasso[breezer-account-widget-authorized]::before {
  content: "\f8c8";
}
.fa-lasso-sparkles[breezer-account-widget-authorized]::before {
  content: "\e1c9";
}
.fa-layer-group[breezer-account-widget-authorized]::before {
  content: "\f5fd";
}
.fa-layer-minus[breezer-account-widget-authorized]::before {
  content: "\f5fe";
}
.fa-layer-group-minus[breezer-account-widget-authorized]::before {
  content: "\f5fe";
}
.fa-layer-plus[breezer-account-widget-authorized]::before {
  content: "\f5ff";
}
.fa-layer-group-plus[breezer-account-widget-authorized]::before {
  content: "\f5ff";
}
.fa-leaf[breezer-account-widget-authorized]::before {
  content: "\f06c";
}
.fa-leaf-heart[breezer-account-widget-authorized]::before {
  content: "\f4cb";
}
.fa-leaf-maple[breezer-account-widget-authorized]::before {
  content: "\f6f6";
}
.fa-leaf-oak[breezer-account-widget-authorized]::before {
  content: "\f6f7";
}
.fa-leafy-green[breezer-account-widget-authorized]::before {
  content: "\e41d";
}
.fa-left[breezer-account-widget-authorized]::before {
  content: "\f355";
}
.fa-arrow-alt-left[breezer-account-widget-authorized]::before {
  content: "\f355";
}
.fa-left-from-line[breezer-account-widget-authorized]::before {
  content: "\f348";
}
.fa-arrow-alt-from-right[breezer-account-widget-authorized]::before {
  content: "\f348";
}
.fa-left-long[breezer-account-widget-authorized]::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left[breezer-account-widget-authorized]::before {
  content: "\f30a";
}
.fa-left-long-to-line[breezer-account-widget-authorized]::before {
  content: "\e41e";
}
.fa-left-right[breezer-account-widget-authorized]::before {
  content: "\f337";
}
.fa-arrows-alt-h[breezer-account-widget-authorized]::before {
  content: "\f337";
}
.fa-left-to-line[breezer-account-widget-authorized]::before {
  content: "\f34b";
}
.fa-arrow-alt-to-left[breezer-account-widget-authorized]::before {
  content: "\f34b";
}
.fa-lemon[breezer-account-widget-authorized]::before {
  content: "\f094";
}
.fa-less-than[breezer-account-widget-authorized]::before {
  content: "\3c";
}
.fa-less-than-equal[breezer-account-widget-authorized]::before {
  content: "\f537";
}
.fa-life-ring[breezer-account-widget-authorized]::before {
  content: "\f1cd";
}
.fa-light-ceiling[breezer-account-widget-authorized]::before {
  content: "\e016";
}
.fa-light-emergency[breezer-account-widget-authorized]::before {
  content: "\e41f";
}
.fa-light-emergency-on[breezer-account-widget-authorized]::before {
  content: "\e420";
}
.fa-light-switch[breezer-account-widget-authorized]::before {
  content: "\e017";
}
.fa-light-switch-off[breezer-account-widget-authorized]::before {
  content: "\e018";
}
.fa-light-switch-on[breezer-account-widget-authorized]::before {
  content: "\e019";
}
.fa-lightbulb[breezer-account-widget-authorized]::before {
  content: "\f0eb";
}
.fa-lightbulb-dollar[breezer-account-widget-authorized]::before {
  content: "\f670";
}
.fa-lightbulb-exclamation[breezer-account-widget-authorized]::before {
  content: "\f671";
}
.fa-lightbulb-exclamation-on[breezer-account-widget-authorized]::before {
  content: "\e1ca";
}
.fa-lightbulb-on[breezer-account-widget-authorized]::before {
  content: "\f672";
}
.fa-lightbulb-slash[breezer-account-widget-authorized]::before {
  content: "\f673";
}
.fa-lights-holiday[breezer-account-widget-authorized]::before {
  content: "\f7b2";
}
.fa-line-columns[breezer-account-widget-authorized]::before {
  content: "\f870";
}
.fa-line-height[breezer-account-widget-authorized]::before {
  content: "\f871";
}
.fa-lines-leaning[breezer-account-widget-authorized]::before {
  content: "\e51e";
}
.fa-link[breezer-account-widget-authorized]::before {
  content: "\f0c1";
}
.fa-chain[breezer-account-widget-authorized]::before {
  content: "\f0c1";
}
.fa-link-horizontal[breezer-account-widget-authorized]::before {
  content: "\e1cb";
}
.fa-chain-horizontal[breezer-account-widget-authorized]::before {
  content: "\e1cb";
}
.fa-link-horizontal-slash[breezer-account-widget-authorized]::before {
  content: "\e1cc";
}
.fa-chain-horizontal-slash[breezer-account-widget-authorized]::before {
  content: "\e1cc";
}
.fa-link-simple[breezer-account-widget-authorized]::before {
  content: "\e1cd";
}
.fa-link-simple-slash[breezer-account-widget-authorized]::before {
  content: "\e1ce";
}
.fa-link-slash[breezer-account-widget-authorized]::before {
  content: "\f127";
}
.fa-chain-broken[breezer-account-widget-authorized]::before {
  content: "\f127";
}
.fa-chain-slash[breezer-account-widget-authorized]::before {
  content: "\f127";
}
.fa-unlink[breezer-account-widget-authorized]::before {
  content: "\f127";
}
.fa-lips[breezer-account-widget-authorized]::before {
  content: "\f600";
}
.fa-lira-sign[breezer-account-widget-authorized]::before {
  content: "\f195";
}
.fa-list[breezer-account-widget-authorized]::before {
  content: "\f03a";
}
.fa-list-squares[breezer-account-widget-authorized]::before {
  content: "\f03a";
}
.fa-list-check[breezer-account-widget-authorized]::before {
  content: "\f0ae";
}
.fa-tasks[breezer-account-widget-authorized]::before {
  content: "\f0ae";
}
.fa-list-dropdown[breezer-account-widget-authorized]::before {
  content: "\e1cf";
}
.fa-list-music[breezer-account-widget-authorized]::before {
  content: "\f8c9";
}
.fa-list-ol[breezer-account-widget-authorized]::before {
  content: "\f0cb";
}
.fa-list-1-2[breezer-account-widget-authorized]::before {
  content: "\f0cb";
}
.fa-list-numeric[breezer-account-widget-authorized]::before {
  content: "\f0cb";
}
.fa-list-radio[breezer-account-widget-authorized]::before {
  content: "\e1d0";
}
.fa-list-timeline[breezer-account-widget-authorized]::before {
  content: "\e1d1";
}
.fa-list-tree[breezer-account-widget-authorized]::before {
  content: "\e1d2";
}
.fa-list-ul[breezer-account-widget-authorized]::before {
  content: "\f0ca";
}
.fa-list-dots[breezer-account-widget-authorized]::before {
  content: "\f0ca";
}
.fa-litecoin-sign[breezer-account-widget-authorized]::before {
  content: "\e1d3";
}
.fa-loader[breezer-account-widget-authorized]::before {
  content: "\e1d4";
}
.fa-lobster[breezer-account-widget-authorized]::before {
  content: "\e421";
}
.fa-location-arrow[breezer-account-widget-authorized]::before {
  content: "\f124";
}
.fa-location-check[breezer-account-widget-authorized]::before {
  content: "\f606";
}
.fa-map-marker-check[breezer-account-widget-authorized]::before {
  content: "\f606";
}
.fa-location-crosshairs[breezer-account-widget-authorized]::before {
  content: "\f601";
}
.fa-location[breezer-account-widget-authorized]::before {
  content: "\f601";
}
.fa-location-crosshairs-slash[breezer-account-widget-authorized]::before {
  content: "\f603";
}
.fa-location-slash[breezer-account-widget-authorized]::before {
  content: "\f603";
}
.fa-location-dot[breezer-account-widget-authorized]::before {
  content: "\f3c5";
}
.fa-map-marker-alt[breezer-account-widget-authorized]::before {
  content: "\f3c5";
}
.fa-location-dot-slash[breezer-account-widget-authorized]::before {
  content: "\f605";
}
.fa-map-marker-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f605";
}
.fa-location-exclamation[breezer-account-widget-authorized]::before {
  content: "\f608";
}
.fa-map-marker-exclamation[breezer-account-widget-authorized]::before {
  content: "\f608";
}
.fa-location-minus[breezer-account-widget-authorized]::before {
  content: "\f609";
}
.fa-map-marker-minus[breezer-account-widget-authorized]::before {
  content: "\f609";
}
.fa-location-pen[breezer-account-widget-authorized]::before {
  content: "\f607";
}
.fa-map-marker-edit[breezer-account-widget-authorized]::before {
  content: "\f607";
}
.fa-location-pin[breezer-account-widget-authorized]::before {
  content: "\f041";
}
.fa-map-marker[breezer-account-widget-authorized]::before {
  content: "\f041";
}
.fa-location-pin-lock[breezer-account-widget-authorized]::before {
  content: "\e51f";
}
.fa-location-pin-slash[breezer-account-widget-authorized]::before {
  content: "\f60c";
}
.fa-map-marker-slash[breezer-account-widget-authorized]::before {
  content: "\f60c";
}
.fa-location-plus[breezer-account-widget-authorized]::before {
  content: "\f60a";
}
.fa-map-marker-plus[breezer-account-widget-authorized]::before {
  content: "\f60a";
}
.fa-location-question[breezer-account-widget-authorized]::before {
  content: "\f60b";
}
.fa-map-marker-question[breezer-account-widget-authorized]::before {
  content: "\f60b";
}
.fa-location-smile[breezer-account-widget-authorized]::before {
  content: "\f60d";
}
.fa-map-marker-smile[breezer-account-widget-authorized]::before {
  content: "\f60d";
}
.fa-location-xmark[breezer-account-widget-authorized]::before {
  content: "\f60e";
}
.fa-map-marker-times[breezer-account-widget-authorized]::before {
  content: "\f60e";
}
.fa-map-marker-xmark[breezer-account-widget-authorized]::before {
  content: "\f60e";
}
.fa-lock[breezer-account-widget-authorized]::before {
  content: "\f023";
}
.fa-lock-a[breezer-account-widget-authorized]::before {
  content: "\e422";
}
.fa-lock-hashtag[breezer-account-widget-authorized]::before {
  content: "\e423";
}
.fa-lock-keyhole[breezer-account-widget-authorized]::before {
  content: "\f30d";
}
.fa-lock-alt[breezer-account-widget-authorized]::before {
  content: "\f30d";
}
.fa-lock-keyhole-open[breezer-account-widget-authorized]::before {
  content: "\f3c2";
}
.fa-lock-open-alt[breezer-account-widget-authorized]::before {
  content: "\f3c2";
}
.fa-lock-open[breezer-account-widget-authorized]::before {
  content: "\f3c1";
}
.fa-locust[breezer-account-widget-authorized]::before {
  content: "\e520";
}
.fa-lollipop[breezer-account-widget-authorized]::before {
  content: "\e424";
}
.fa-lollypop[breezer-account-widget-authorized]::before {
  content: "\e424";
}
.fa-loveseat[breezer-account-widget-authorized]::before {
  content: "\f4cc";
}
.fa-couch-small[breezer-account-widget-authorized]::before {
  content: "\f4cc";
}
.fa-luchador-mask[breezer-account-widget-authorized]::before {
  content: "\f455";
}
.fa-luchador[breezer-account-widget-authorized]::before {
  content: "\f455";
}
.fa-mask-luchador[breezer-account-widget-authorized]::before {
  content: "\f455";
}
.fa-lungs[breezer-account-widget-authorized]::before {
  content: "\f604";
}
.fa-lungs-virus[breezer-account-widget-authorized]::before {
  content: "\e067";
}
.fa-m[breezer-account-widget-authorized]::before {
  content: "\4d";
}
.fa-mace[breezer-account-widget-authorized]::before {
  content: "\f6f8";
}
.fa-magnet[breezer-account-widget-authorized]::before {
  content: "\f076";
}
.fa-magnifying-glass[breezer-account-widget-authorized]::before {
  content: "\f002";
}
.fa-search[breezer-account-widget-authorized]::before {
  content: "\f002";
}
.fa-magnifying-glass-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e521";
}
.fa-magnifying-glass-chart[breezer-account-widget-authorized]::before {
  content: "\e522";
}
.fa-magnifying-glass-dollar[breezer-account-widget-authorized]::before {
  content: "\f688";
}
.fa-search-dollar[breezer-account-widget-authorized]::before {
  content: "\f688";
}
.fa-magnifying-glass-location[breezer-account-widget-authorized]::before {
  content: "\f689";
}
.fa-search-location[breezer-account-widget-authorized]::before {
  content: "\f689";
}
.fa-magnifying-glass-minus[breezer-account-widget-authorized]::before {
  content: "\f010";
}
.fa-search-minus[breezer-account-widget-authorized]::before {
  content: "\f010";
}
.fa-magnifying-glass-plus[breezer-account-widget-authorized]::before {
  content: "\f00e";
}
.fa-search-plus[breezer-account-widget-authorized]::before {
  content: "\f00e";
}
.fa-mailbox[breezer-account-widget-authorized]::before {
  content: "\f813";
}
.fa-manat-sign[breezer-account-widget-authorized]::before {
  content: "\e1d5";
}
.fa-mandolin[breezer-account-widget-authorized]::before {
  content: "\f6f9";
}
.fa-mango[breezer-account-widget-authorized]::before {
  content: "\e30f";
}
.fa-manhole[breezer-account-widget-authorized]::before {
  content: "\e1d6";
}
.fa-map[breezer-account-widget-authorized]::before {
  content: "\f279";
}
.fa-map-location[breezer-account-widget-authorized]::before {
  content: "\f59f";
}
.fa-map-marked[breezer-account-widget-authorized]::before {
  content: "\f59f";
}
.fa-map-location-dot[breezer-account-widget-authorized]::before {
  content: "\f5a0";
}
.fa-map-marked-alt[breezer-account-widget-authorized]::before {
  content: "\f5a0";
}
.fa-map-pin[breezer-account-widget-authorized]::before {
  content: "\f276";
}
.fa-marker[breezer-account-widget-authorized]::before {
  content: "\f5a1";
}
.fa-mars[breezer-account-widget-authorized]::before {
  content: "\f222";
}
.fa-mars-and-venus[breezer-account-widget-authorized]::before {
  content: "\f224";
}
.fa-mars-and-venus-burst[breezer-account-widget-authorized]::before {
  content: "\e523";
}
.fa-mars-double[breezer-account-widget-authorized]::before {
  content: "\f227";
}
.fa-mars-stroke[breezer-account-widget-authorized]::before {
  content: "\f229";
}
.fa-mars-stroke-right[breezer-account-widget-authorized]::before {
  content: "\f22b";
}
.fa-mars-stroke-h[breezer-account-widget-authorized]::before {
  content: "\f22b";
}
.fa-mars-stroke-up[breezer-account-widget-authorized]::before {
  content: "\f22a";
}
.fa-mars-stroke-v[breezer-account-widget-authorized]::before {
  content: "\f22a";
}
.fa-martini-glass[breezer-account-widget-authorized]::before {
  content: "\f57b";
}
.fa-glass-martini-alt[breezer-account-widget-authorized]::before {
  content: "\f57b";
}
.fa-martini-glass-citrus[breezer-account-widget-authorized]::before {
  content: "\f561";
}
.fa-cocktail[breezer-account-widget-authorized]::before {
  content: "\f561";
}
.fa-martini-glass-empty[breezer-account-widget-authorized]::before {
  content: "\f000";
}
.fa-glass-martini[breezer-account-widget-authorized]::before {
  content: "\f000";
}
.fa-mask[breezer-account-widget-authorized]::before {
  content: "\f6fa";
}
.fa-mask-face[breezer-account-widget-authorized]::before {
  content: "\e1d7";
}
.fa-mask-snorkel[breezer-account-widget-authorized]::before {
  content: "\e3b7";
}
.fa-mask-ventilator[breezer-account-widget-authorized]::before {
  content: "\e524";
}
.fa-masks-theater[breezer-account-widget-authorized]::before {
  content: "\f630";
}
.fa-theater-masks[breezer-account-widget-authorized]::before {
  content: "\f630";
}
.fa-mattress-pillow[breezer-account-widget-authorized]::before {
  content: "\e525";
}
.fa-maximize[breezer-account-widget-authorized]::before {
  content: "\f31e";
}
.fa-expand-arrows-alt[breezer-account-widget-authorized]::before {
  content: "\f31e";
}
.fa-meat[breezer-account-widget-authorized]::before {
  content: "\f814";
}
.fa-medal[breezer-account-widget-authorized]::before {
  content: "\f5a2";
}
.fa-megaphone[breezer-account-widget-authorized]::before {
  content: "\f675";
}
.fa-melon[breezer-account-widget-authorized]::before {
  content: "\e310";
}
.fa-melon-slice[breezer-account-widget-authorized]::before {
  content: "\e311";
}
.fa-memo[breezer-account-widget-authorized]::before {
  content: "\e1d8";
}
.fa-memo-circle-check[breezer-account-widget-authorized]::before {
  content: "\e1d9";
}
.fa-memo-circle-info[breezer-account-widget-authorized]::before {
  content: "\e49a";
}
.fa-memo-pad[breezer-account-widget-authorized]::before {
  content: "\e1da";
}
.fa-memory[breezer-account-widget-authorized]::before {
  content: "\f538";
}
.fa-menorah[breezer-account-widget-authorized]::before {
  content: "\f676";
}
.fa-mercury[breezer-account-widget-authorized]::before {
  content: "\f223";
}
.fa-merge[breezer-account-widget-authorized]::before {
  content: "\e526";
}
.fa-message[breezer-account-widget-authorized]::before {
  content: "\f27a";
}
.fa-comment-alt[breezer-account-widget-authorized]::before {
  content: "\f27a";
}
.fa-message-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e1db";
}
.fa-comment-alt-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e1db";
}
.fa-message-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e1dc";
}
.fa-comment-alt-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e1dc";
}
.fa-message-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e1dd";
}
.fa-message-bot[breezer-account-widget-authorized]::before {
  content: "\e3b8";
}
.fa-message-captions[breezer-account-widget-authorized]::before {
  content: "\e1de";
}
.fa-comment-alt-captions[breezer-account-widget-authorized]::before {
  content: "\e1de";
}
.fa-message-check[breezer-account-widget-authorized]::before {
  content: "\f4a2";
}
.fa-comment-alt-check[breezer-account-widget-authorized]::before {
  content: "\f4a2";
}
.fa-message-code[breezer-account-widget-authorized]::before {
  content: "\e1df";
}
.fa-message-dollar[breezer-account-widget-authorized]::before {
  content: "\f650";
}
.fa-comment-alt-dollar[breezer-account-widget-authorized]::before {
  content: "\f650";
}
.fa-message-dots[breezer-account-widget-authorized]::before {
  content: "\f4a3";
}
.fa-comment-alt-dots[breezer-account-widget-authorized]::before {
  content: "\f4a3";
}
.fa-messaging[breezer-account-widget-authorized]::before {
  content: "\f4a3";
}
.fa-message-exclamation[breezer-account-widget-authorized]::before {
  content: "\f4a5";
}
.fa-comment-alt-exclamation[breezer-account-widget-authorized]::before {
  content: "\f4a5";
}
.fa-message-image[breezer-account-widget-authorized]::before {
  content: "\e1e0";
}
.fa-comment-alt-image[breezer-account-widget-authorized]::before {
  content: "\e1e0";
}
.fa-message-lines[breezer-account-widget-authorized]::before {
  content: "\f4a6";
}
.fa-comment-alt-lines[breezer-account-widget-authorized]::before {
  content: "\f4a6";
}
.fa-message-medical[breezer-account-widget-authorized]::before {
  content: "\f7f4";
}
.fa-comment-alt-medical[breezer-account-widget-authorized]::before {
  content: "\f7f4";
}
.fa-message-middle[breezer-account-widget-authorized]::before {
  content: "\e1e1";
}
.fa-comment-middle-alt[breezer-account-widget-authorized]::before {
  content: "\e1e1";
}
.fa-message-middle-top[breezer-account-widget-authorized]::before {
  content: "\e1e2";
}
.fa-comment-middle-top-alt[breezer-account-widget-authorized]::before {
  content: "\e1e2";
}
.fa-message-minus[breezer-account-widget-authorized]::before {
  content: "\f4a7";
}
.fa-comment-alt-minus[breezer-account-widget-authorized]::before {
  content: "\f4a7";
}
.fa-message-music[breezer-account-widget-authorized]::before {
  content: "\f8af";
}
.fa-comment-alt-music[breezer-account-widget-authorized]::before {
  content: "\f8af";
}
.fa-message-pen[breezer-account-widget-authorized]::before {
  content: "\f4a4";
}
.fa-comment-alt-edit[breezer-account-widget-authorized]::before {
  content: "\f4a4";
}
.fa-message-edit[breezer-account-widget-authorized]::before {
  content: "\f4a4";
}
.fa-message-plus[breezer-account-widget-authorized]::before {
  content: "\f4a8";
}
.fa-comment-alt-plus[breezer-account-widget-authorized]::before {
  content: "\f4a8";
}
.fa-message-question[breezer-account-widget-authorized]::before {
  content: "\e1e3";
}
.fa-message-quote[breezer-account-widget-authorized]::before {
  content: "\e1e4";
}
.fa-comment-alt-quote[breezer-account-widget-authorized]::before {
  content: "\e1e4";
}
.fa-message-slash[breezer-account-widget-authorized]::before {
  content: "\f4a9";
}
.fa-comment-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f4a9";
}
.fa-message-smile[breezer-account-widget-authorized]::before {
  content: "\f4aa";
}
.fa-comment-alt-smile[breezer-account-widget-authorized]::before {
  content: "\f4aa";
}
.fa-message-sms[breezer-account-widget-authorized]::before {
  content: "\e1e5";
}
.fa-message-text[breezer-account-widget-authorized]::before {
  content: "\e1e6";
}
.fa-comment-alt-text[breezer-account-widget-authorized]::before {
  content: "\e1e6";
}
.fa-message-xmark[breezer-account-widget-authorized]::before {
  content: "\f4ab";
}
.fa-comment-alt-times[breezer-account-widget-authorized]::before {
  content: "\f4ab";
}
.fa-message-times[breezer-account-widget-authorized]::before {
  content: "\f4ab";
}
.fa-messages[breezer-account-widget-authorized]::before {
  content: "\f4b6";
}
.fa-comments-alt[breezer-account-widget-authorized]::before {
  content: "\f4b6";
}
.fa-messages-dollar[breezer-account-widget-authorized]::before {
  content: "\f652";
}
.fa-comments-alt-dollar[breezer-account-widget-authorized]::before {
  content: "\f652";
}
.fa-messages-question[breezer-account-widget-authorized]::before {
  content: "\e1e7";
}
.fa-meteor[breezer-account-widget-authorized]::before {
  content: "\f753";
}
.fa-meter[breezer-account-widget-authorized]::before {
  content: "\e1e8";
}
.fa-meter-bolt[breezer-account-widget-authorized]::before {
  content: "\e1e9";
}
.fa-meter-droplet[breezer-account-widget-authorized]::before {
  content: "\e1ea";
}
.fa-meter-fire[breezer-account-widget-authorized]::before {
  content: "\e1eb";
}
.fa-microchip[breezer-account-widget-authorized]::before {
  content: "\f2db";
}
.fa-microchip-ai[breezer-account-widget-authorized]::before {
  content: "\e1ec";
}
.fa-microphone[breezer-account-widget-authorized]::before {
  content: "\f130";
}
.fa-microphone-lines[breezer-account-widget-authorized]::before {
  content: "\f3c9";
}
.fa-microphone-alt[breezer-account-widget-authorized]::before {
  content: "\f3c9";
}
.fa-microphone-lines-slash[breezer-account-widget-authorized]::before {
  content: "\f539";
}
.fa-microphone-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f539";
}
.fa-microphone-slash[breezer-account-widget-authorized]::before {
  content: "\f131";
}
.fa-microphone-stand[breezer-account-widget-authorized]::before {
  content: "\f8cb";
}
.fa-microscope[breezer-account-widget-authorized]::before {
  content: "\f610";
}
.fa-microwave[breezer-account-widget-authorized]::before {
  content: "\e01b";
}
.fa-mill-sign[breezer-account-widget-authorized]::before {
  content: "\e1ed";
}
.fa-minimize[breezer-account-widget-authorized]::before {
  content: "\f78c";
}
.fa-compress-arrows-alt[breezer-account-widget-authorized]::before {
  content: "\f78c";
}
.fa-minus[breezer-account-widget-authorized]::before {
  content: "\f068";
}
.fa-subtract[breezer-account-widget-authorized]::before {
  content: "\f068";
}
.fa-mistletoe[breezer-account-widget-authorized]::before {
  content: "\f7b4";
}
.fa-mitten[breezer-account-widget-authorized]::before {
  content: "\f7b5";
}
.fa-mobile[breezer-account-widget-authorized]::before {
  content: "\f3ce";
}
.fa-mobile-android[breezer-account-widget-authorized]::before {
  content: "\f3ce";
}
.fa-mobile-phone[breezer-account-widget-authorized]::before {
  content: "\f3ce";
}
.fa-mobile-button[breezer-account-widget-authorized]::before {
  content: "\f10b";
}
.fa-mobile-notch[breezer-account-widget-authorized]::before {
  content: "\e1ee";
}
.fa-mobile-iphone[breezer-account-widget-authorized]::before {
  content: "\e1ee";
}
.fa-mobile-retro[breezer-account-widget-authorized]::before {
  content: "\e527";
}
.fa-mobile-screen[breezer-account-widget-authorized]::before {
  content: "\f3cf";
}
.fa-mobile-android-alt[breezer-account-widget-authorized]::before {
  content: "\f3cf";
}
.fa-mobile-screen-button[breezer-account-widget-authorized]::before {
  content: "\f3cd";
}
.fa-mobile-alt[breezer-account-widget-authorized]::before {
  content: "\f3cd";
}
.fa-mobile-signal[breezer-account-widget-authorized]::before {
  content: "\e1ef";
}
.fa-mobile-signal-out[breezer-account-widget-authorized]::before {
  content: "\e1f0";
}
.fa-money-bill[breezer-account-widget-authorized]::before {
  content: "\f0d6";
}
.fa-money-bill-1[breezer-account-widget-authorized]::before {
  content: "\f3d1";
}
.fa-money-bill-alt[breezer-account-widget-authorized]::before {
  content: "\f3d1";
}
.fa-money-bill-1-wave[breezer-account-widget-authorized]::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt[breezer-account-widget-authorized]::before {
  content: "\f53b";
}
.fa-money-bill-simple[breezer-account-widget-authorized]::before {
  content: "\e1f1";
}
.fa-money-bill-simple-wave[breezer-account-widget-authorized]::before {
  content: "\e1f2";
}
.fa-money-bill-transfer[breezer-account-widget-authorized]::before {
  content: "\e528";
}
.fa-money-bill-trend-up[breezer-account-widget-authorized]::before {
  content: "\e529";
}
.fa-money-bill-wave[breezer-account-widget-authorized]::before {
  content: "\f53a";
}
.fa-money-bill-wheat[breezer-account-widget-authorized]::before {
  content: "\e52a";
}
.fa-money-bills[breezer-account-widget-authorized]::before {
  content: "\e1f3";
}
.fa-money-bills-simple[breezer-account-widget-authorized]::before {
  content: "\e1f4";
}
.fa-money-bills-alt[breezer-account-widget-authorized]::before {
  content: "\e1f4";
}
.fa-money-check[breezer-account-widget-authorized]::before {
  content: "\f53c";
}
.fa-money-check-dollar[breezer-account-widget-authorized]::before {
  content: "\f53d";
}
.fa-money-check-alt[breezer-account-widget-authorized]::before {
  content: "\f53d";
}
.fa-money-check-dollar-pen[breezer-account-widget-authorized]::before {
  content: "\f873";
}
.fa-money-check-edit-alt[breezer-account-widget-authorized]::before {
  content: "\f873";
}
.fa-money-check-pen[breezer-account-widget-authorized]::before {
  content: "\f872";
}
.fa-money-check-edit[breezer-account-widget-authorized]::before {
  content: "\f872";
}
.fa-money-from-bracket[breezer-account-widget-authorized]::before {
  content: "\e312";
}
.fa-money-simple-from-bracket[breezer-account-widget-authorized]::before {
  content: "\e313";
}
.fa-monitor-waveform[breezer-account-widget-authorized]::before {
  content: "\f611";
}
.fa-monitor-heart-rate[breezer-account-widget-authorized]::before {
  content: "\f611";
}
.fa-monkey[breezer-account-widget-authorized]::before {
  content: "\f6fb";
}
.fa-monument[breezer-account-widget-authorized]::before {
  content: "\f5a6";
}
.fa-moon[breezer-account-widget-authorized]::before {
  content: "\f186";
}
.fa-moon-cloud[breezer-account-widget-authorized]::before {
  content: "\f754";
}
.fa-moon-over-sun[breezer-account-widget-authorized]::before {
  content: "\f74a";
}
.fa-eclipse-alt[breezer-account-widget-authorized]::before {
  content: "\f74a";
}
.fa-moon-stars[breezer-account-widget-authorized]::before {
  content: "\f755";
}
.fa-moped[breezer-account-widget-authorized]::before {
  content: "\e3b9";
}
.fa-mortar-pestle[breezer-account-widget-authorized]::before {
  content: "\f5a7";
}
.fa-mosque[breezer-account-widget-authorized]::before {
  content: "\f678";
}
.fa-mosquito[breezer-account-widget-authorized]::before {
  content: "\e52b";
}
.fa-mosquito-net[breezer-account-widget-authorized]::before {
  content: "\e52c";
}
.fa-motorcycle[breezer-account-widget-authorized]::before {
  content: "\f21c";
}
.fa-mound[breezer-account-widget-authorized]::before {
  content: "\e52d";
}
.fa-mountain[breezer-account-widget-authorized]::before {
  content: "\f6fc";
}
.fa-mountain-city[breezer-account-widget-authorized]::before {
  content: "\e52e";
}
.fa-mountain-sun[breezer-account-widget-authorized]::before {
  content: "\e52f";
}
.fa-mountains[breezer-account-widget-authorized]::before {
  content: "\f6fd";
}
.fa-mp3-player[breezer-account-widget-authorized]::before {
  content: "\f8ce";
}
.fa-mug[breezer-account-widget-authorized]::before {
  content: "\f874";
}
.fa-mug-hot[breezer-account-widget-authorized]::before {
  content: "\f7b6";
}
.fa-mug-marshmallows[breezer-account-widget-authorized]::before {
  content: "\f7b7";
}
.fa-mug-saucer[breezer-account-widget-authorized]::before {
  content: "\f0f4";
}
.fa-coffee[breezer-account-widget-authorized]::before {
  content: "\f0f4";
}
.fa-mug-tea[breezer-account-widget-authorized]::before {
  content: "\f875";
}
.fa-mug-tea-saucer[breezer-account-widget-authorized]::before {
  content: "\e1f5";
}
.fa-mushroom[breezer-account-widget-authorized]::before {
  content: "\e425";
}
.fa-music[breezer-account-widget-authorized]::before {
  content: "\f001";
}
.fa-music-note[breezer-account-widget-authorized]::before {
  content: "\f8cf";
}
.fa-music-alt[breezer-account-widget-authorized]::before {
  content: "\f8cf";
}
.fa-music-note-slash[breezer-account-widget-authorized]::before {
  content: "\f8d0";
}
.fa-music-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f8d0";
}
.fa-music-slash[breezer-account-widget-authorized]::before {
  content: "\f8d1";
}
.fa-n[breezer-account-widget-authorized]::before {
  content: "\4e";
}
.fa-naira-sign[breezer-account-widget-authorized]::before {
  content: "\e1f6";
}
.fa-narwhal[breezer-account-widget-authorized]::before {
  content: "\f6fe";
}
.fa-nesting-dolls[breezer-account-widget-authorized]::before {
  content: "\e3ba";
}
.fa-network-wired[breezer-account-widget-authorized]::before {
  content: "\f6ff";
}
.fa-neuter[breezer-account-widget-authorized]::before {
  content: "\f22c";
}
.fa-newspaper[breezer-account-widget-authorized]::before {
  content: "\f1ea";
}
.fa-nfc[breezer-account-widget-authorized]::before {
  content: "\e1f7";
}
.fa-nfc-lock[breezer-account-widget-authorized]::before {
  content: "\e1f8";
}
.fa-nfc-magnifying-glass[breezer-account-widget-authorized]::before {
  content: "\e1f9";
}
.fa-nfc-pen[breezer-account-widget-authorized]::before {
  content: "\e1fa";
}
.fa-nfc-signal[breezer-account-widget-authorized]::before {
  content: "\e1fb";
}
.fa-nfc-slash[breezer-account-widget-authorized]::before {
  content: "\e1fc";
}
.fa-nfc-trash[breezer-account-widget-authorized]::before {
  content: "\e1fd";
}
.fa-not-equal[breezer-account-widget-authorized]::before {
  content: "\f53e";
}
.fa-notdef[breezer-account-widget-authorized]::before {
  content: "\e1fe";
}
.fa-note[breezer-account-widget-authorized]::before {
  content: "\e1ff";
}
.fa-note-medical[breezer-account-widget-authorized]::before {
  content: "\e200";
}
.fa-note-sticky[breezer-account-widget-authorized]::before {
  content: "\f249";
}
.fa-sticky-note[breezer-account-widget-authorized]::before {
  content: "\f249";
}
.fa-notebook[breezer-account-widget-authorized]::before {
  content: "\e201";
}
.fa-notes[breezer-account-widget-authorized]::before {
  content: "\e202";
}
.fa-notes-medical[breezer-account-widget-authorized]::before {
  content: "\f481";
}
.fa-o[breezer-account-widget-authorized]::before {
  content: "\4f";
}
.fa-object-exclude[breezer-account-widget-authorized]::before {
  content: "\e49c";
}
.fa-object-group[breezer-account-widget-authorized]::before {
  content: "\f247";
}
.fa-object-intersect[breezer-account-widget-authorized]::before {
  content: "\e49d";
}
.fa-object-subtract[breezer-account-widget-authorized]::before {
  content: "\e49e";
}
.fa-object-ungroup[breezer-account-widget-authorized]::before {
  content: "\f248";
}
.fa-object-union[breezer-account-widget-authorized]::before {
  content: "\e49f";
}
.fa-objects-align-bottom[breezer-account-widget-authorized]::before {
  content: "\e3bb";
}
.fa-objects-align-center-horizontal[breezer-account-widget-authorized]::before {
  content: "\e3bc";
}
.fa-objects-align-center-vertical[breezer-account-widget-authorized]::before {
  content: "\e3bd";
}
.fa-objects-align-left[breezer-account-widget-authorized]::before {
  content: "\e3be";
}
.fa-objects-align-right[breezer-account-widget-authorized]::before {
  content: "\e3bf";
}
.fa-objects-align-top[breezer-account-widget-authorized]::before {
  content: "\e3c0";
}
.fa-objects-column[breezer-account-widget-authorized]::before {
  content: "\e3c1";
}
.fa-octagon[breezer-account-widget-authorized]::before {
  content: "\f306";
}
.fa-octagon-check[breezer-account-widget-authorized]::before {
  content: "\e426";
}
.fa-octagon-divide[breezer-account-widget-authorized]::before {
  content: "\e203";
}
.fa-octagon-exclamation[breezer-account-widget-authorized]::before {
  content: "\e204";
}
.fa-octagon-minus[breezer-account-widget-authorized]::before {
  content: "\f308";
}
.fa-minus-octagon[breezer-account-widget-authorized]::before {
  content: "\f308";
}
.fa-octagon-plus[breezer-account-widget-authorized]::before {
  content: "\f301";
}
.fa-plus-octagon[breezer-account-widget-authorized]::before {
  content: "\f301";
}
.fa-octagon-xmark[breezer-account-widget-authorized]::before {
  content: "\f2f0";
}
.fa-times-octagon[breezer-account-widget-authorized]::before {
  content: "\f2f0";
}
.fa-xmark-octagon[breezer-account-widget-authorized]::before {
  content: "\f2f0";
}
.fa-oil-can[breezer-account-widget-authorized]::before {
  content: "\f613";
}
.fa-oil-can-drip[breezer-account-widget-authorized]::before {
  content: "\e205";
}
.fa-oil-temperature[breezer-account-widget-authorized]::before {
  content: "\f614";
}
.fa-oil-temp[breezer-account-widget-authorized]::before {
  content: "\f614";
}
.fa-oil-well[breezer-account-widget-authorized]::before {
  content: "\e532";
}
.fa-olive[breezer-account-widget-authorized]::before {
  content: "\e316";
}
.fa-olive-branch[breezer-account-widget-authorized]::before {
  content: "\e317";
}
.fa-om[breezer-account-widget-authorized]::before {
  content: "\f679";
}
.fa-omega[breezer-account-widget-authorized]::before {
  content: "\f67a";
}
.fa-onion[breezer-account-widget-authorized]::before {
  content: "\e427";
}
.fa-option[breezer-account-widget-authorized]::before {
  content: "\e318";
}
.fa-ornament[breezer-account-widget-authorized]::before {
  content: "\f7b8";
}
.fa-otter[breezer-account-widget-authorized]::before {
  content: "\f700";
}
.fa-outdent[breezer-account-widget-authorized]::before {
  content: "\f03b";
}
.fa-dedent[breezer-account-widget-authorized]::before {
  content: "\f03b";
}
.fa-outlet[breezer-account-widget-authorized]::before {
  content: "\e01c";
}
.fa-oven[breezer-account-widget-authorized]::before {
  content: "\e01d";
}
.fa-overline[breezer-account-widget-authorized]::before {
  content: "\f876";
}
.fa-p[breezer-account-widget-authorized]::before {
  content: "\50";
}
.fa-page[breezer-account-widget-authorized]::before {
  content: "\e428";
}
.fa-page-caret-down[breezer-account-widget-authorized]::before {
  content: "\e429";
}
.fa-file-caret-down[breezer-account-widget-authorized]::before {
  content: "\e429";
}
.fa-page-caret-up[breezer-account-widget-authorized]::before {
  content: "\e42a";
}
.fa-file-caret-up[breezer-account-widget-authorized]::before {
  content: "\e42a";
}
.fa-pager[breezer-account-widget-authorized]::before {
  content: "\f815";
}
.fa-paint-roller[breezer-account-widget-authorized]::before {
  content: "\f5aa";
}
.fa-paintbrush[breezer-account-widget-authorized]::before {
  content: "\f1fc";
}
.fa-paint-brush[breezer-account-widget-authorized]::before {
  content: "\f1fc";
}
.fa-paintbrush-fine[breezer-account-widget-authorized]::before {
  content: "\f5a9";
}
.fa-paint-brush-alt[breezer-account-widget-authorized]::before {
  content: "\f5a9";
}
.fa-paint-brush-fine[breezer-account-widget-authorized]::before {
  content: "\f5a9";
}
.fa-paintbrush-alt[breezer-account-widget-authorized]::before {
  content: "\f5a9";
}
.fa-paintbrush-pencil[breezer-account-widget-authorized]::before {
  content: "\e206";
}
.fa-palette[breezer-account-widget-authorized]::before {
  content: "\f53f";
}
.fa-pallet[breezer-account-widget-authorized]::before {
  content: "\f482";
}
.fa-pallet-box[breezer-account-widget-authorized]::before {
  content: "\e208";
}
.fa-pallet-boxes[breezer-account-widget-authorized]::before {
  content: "\f483";
}
.fa-palette-boxes[breezer-account-widget-authorized]::before {
  content: "\f483";
}
.fa-pallet-alt[breezer-account-widget-authorized]::before {
  content: "\f483";
}
.fa-pan-food[breezer-account-widget-authorized]::before {
  content: "\e42b";
}
.fa-pan-frying[breezer-account-widget-authorized]::before {
  content: "\e42c";
}
.fa-pancakes[breezer-account-widget-authorized]::before {
  content: "\e42d";
}
.fa-panel-ews[breezer-account-widget-authorized]::before {
  content: "\e42e";
}
.fa-panel-fire[breezer-account-widget-authorized]::before {
  content: "\e42f";
}
.fa-panorama[breezer-account-widget-authorized]::before {
  content: "\e209";
}
.fa-paper-plane[breezer-account-widget-authorized]::before {
  content: "\f1d8";
}
.fa-paper-plane-top[breezer-account-widget-authorized]::before {
  content: "\e20a";
}
.fa-paper-plane-alt[breezer-account-widget-authorized]::before {
  content: "\e20a";
}
.fa-send[breezer-account-widget-authorized]::before {
  content: "\e20a";
}
.fa-paperclip[breezer-account-widget-authorized]::before {
  content: "\f0c6";
}
.fa-paperclip-vertical[breezer-account-widget-authorized]::before {
  content: "\e3c2";
}
.fa-parachute-box[breezer-account-widget-authorized]::before {
  content: "\f4cd";
}
.fa-paragraph[breezer-account-widget-authorized]::before {
  content: "\f1dd";
}
.fa-paragraph-left[breezer-account-widget-authorized]::before {
  content: "\f878";
}
.fa-paragraph-rtl[breezer-account-widget-authorized]::before {
  content: "\f878";
}
.fa-party-bell[breezer-account-widget-authorized]::before {
  content: "\e31a";
}
.fa-party-horn[breezer-account-widget-authorized]::before {
  content: "\e31b";
}
.fa-passport[breezer-account-widget-authorized]::before {
  content: "\f5ab";
}
.fa-paste[breezer-account-widget-authorized]::before {
  content: "\f0ea";
}
.fa-file-clipboard[breezer-account-widget-authorized]::before {
  content: "\f0ea";
}
.fa-pause[breezer-account-widget-authorized]::before {
  content: "\f04c";
}
.fa-paw[breezer-account-widget-authorized]::before {
  content: "\f1b0";
}
.fa-paw-claws[breezer-account-widget-authorized]::before {
  content: "\f702";
}
.fa-paw-simple[breezer-account-widget-authorized]::before {
  content: "\f701";
}
.fa-paw-alt[breezer-account-widget-authorized]::before {
  content: "\f701";
}
.fa-peace[breezer-account-widget-authorized]::before {
  content: "\f67c";
}
.fa-peach[breezer-account-widget-authorized]::before {
  content: "\e20b";
}
.fa-peanut[breezer-account-widget-authorized]::before {
  content: "\e430";
}
.fa-peanuts[breezer-account-widget-authorized]::before {
  content: "\e431";
}
.fa-peapod[breezer-account-widget-authorized]::before {
  content: "\e31c";
}
.fa-pear[breezer-account-widget-authorized]::before {
  content: "\e20c";
}
.fa-pedestal[breezer-account-widget-authorized]::before {
  content: "\e20d";
}
.fa-pegasus[breezer-account-widget-authorized]::before {
  content: "\f703";
}
.fa-pen[breezer-account-widget-authorized]::before {
  content: "\f304";
}
.fa-pen-circle[breezer-account-widget-authorized]::before {
  content: "\e20e";
}
.fa-pen-clip[breezer-account-widget-authorized]::before {
  content: "\f305";
}
.fa-pen-alt[breezer-account-widget-authorized]::before {
  content: "\f305";
}
.fa-pen-clip-slash[breezer-account-widget-authorized]::before {
  content: "\e20f";
}
.fa-pen-alt-slash[breezer-account-widget-authorized]::before {
  content: "\e20f";
}
.fa-pen-fancy[breezer-account-widget-authorized]::before {
  content: "\f5ac";
}
.fa-pen-fancy-slash[breezer-account-widget-authorized]::before {
  content: "\e210";
}
.fa-pen-field[breezer-account-widget-authorized]::before {
  content: "\e211";
}
.fa-pen-line[breezer-account-widget-authorized]::before {
  content: "\e212";
}
.fa-pen-nib[breezer-account-widget-authorized]::before {
  content: "\f5ad";
}
.fa-pen-nib-slash[breezer-account-widget-authorized]::before {
  content: "\e4a1";
}
.fa-pen-paintbrush[breezer-account-widget-authorized]::before {
  content: "\f618";
}
.fa-pencil-paintbrush[breezer-account-widget-authorized]::before {
  content: "\f618";
}
.fa-pen-ruler[breezer-account-widget-authorized]::before {
  content: "\f5ae";
}
.fa-pencil-ruler[breezer-account-widget-authorized]::before {
  content: "\f5ae";
}
.fa-pen-slash[breezer-account-widget-authorized]::before {
  content: "\e213";
}
.fa-pen-swirl[breezer-account-widget-authorized]::before {
  content: "\e214";
}
.fa-pen-to-square[breezer-account-widget-authorized]::before {
  content: "\f044";
}
.fa-edit[breezer-account-widget-authorized]::before {
  content: "\f044";
}
.fa-pencil[breezer-account-widget-authorized]::before {
  content: "\f303";
}
.fa-pencil-alt[breezer-account-widget-authorized]::before {
  content: "\f303";
}
.fa-pencil-slash[breezer-account-widget-authorized]::before {
  content: "\e215";
}
.fa-people[breezer-account-widget-authorized]::before {
  content: "\e216";
}
.fa-people-arrows-left-right[breezer-account-widget-authorized]::before {
  content: "\e068";
}
.fa-people-arrows[breezer-account-widget-authorized]::before {
  content: "\e068";
}
.fa-people-carry-box[breezer-account-widget-authorized]::before {
  content: "\f4ce";
}
.fa-people-carry[breezer-account-widget-authorized]::before {
  content: "\f4ce";
}
.fa-people-dress[breezer-account-widget-authorized]::before {
  content: "\e217";
}
.fa-people-dress-simple[breezer-account-widget-authorized]::before {
  content: "\e218";
}
.fa-people-group[breezer-account-widget-authorized]::before {
  content: "\e533";
}
.fa-people-line[breezer-account-widget-authorized]::before {
  content: "\e534";
}
.fa-people-pants[breezer-account-widget-authorized]::before {
  content: "\e219";
}
.fa-people-pants-simple[breezer-account-widget-authorized]::before {
  content: "\e21a";
}
.fa-people-pulling[breezer-account-widget-authorized]::before {
  content: "\e535";
}
.fa-people-robbery[breezer-account-widget-authorized]::before {
  content: "\e536";
}
.fa-people-roof[breezer-account-widget-authorized]::before {
  content: "\e537";
}
.fa-people-simple[breezer-account-widget-authorized]::before {
  content: "\e21b";
}
.fa-pepper[breezer-account-widget-authorized]::before {
  content: "\e432";
}
.fa-pepper-hot[breezer-account-widget-authorized]::before {
  content: "\f816";
}
.fa-percent[breezer-account-widget-authorized]::before {
  content: "\25";
}
.fa-percentage[breezer-account-widget-authorized]::before {
  content: "\25";
}
.fa-period[breezer-account-widget-authorized]::before {
  content: "\2e";
}
.fa-person[breezer-account-widget-authorized]::before {
  content: "\f183";
}
.fa-male[breezer-account-widget-authorized]::before {
  content: "\f183";
}
.fa-person-arrow-down-to-line[breezer-account-widget-authorized]::before {
  content: "\e538";
}
.fa-person-arrow-up-from-line[breezer-account-widget-authorized]::before {
  content: "\e539";
}
.fa-person-biking[breezer-account-widget-authorized]::before {
  content: "\f84a";
}
.fa-biking[breezer-account-widget-authorized]::before {
  content: "\f84a";
}
.fa-person-biking-mountain[breezer-account-widget-authorized]::before {
  content: "\f84b";
}
.fa-biking-mountain[breezer-account-widget-authorized]::before {
  content: "\f84b";
}
.fa-person-booth[breezer-account-widget-authorized]::before {
  content: "\f756";
}
.fa-person-breastfeeding[breezer-account-widget-authorized]::before {
  content: "\e53a";
}
.fa-person-burst[breezer-account-widget-authorized]::before {
  content: "\e53b";
}
.fa-person-cane[breezer-account-widget-authorized]::before {
  content: "\e53c";
}
.fa-person-carry-box[breezer-account-widget-authorized]::before {
  content: "\f4cf";
}
.fa-person-carry[breezer-account-widget-authorized]::before {
  content: "\f4cf";
}
.fa-person-chalkboard[breezer-account-widget-authorized]::before {
  content: "\e53d";
}
.fa-person-circle-check[breezer-account-widget-authorized]::before {
  content: "\e53e";
}
.fa-person-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e53f";
}
.fa-person-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e540";
}
.fa-person-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e541";
}
.fa-person-circle-question[breezer-account-widget-authorized]::before {
  content: "\e542";
}
.fa-person-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e543";
}
.fa-person-digging[breezer-account-widget-authorized]::before {
  content: "\f85e";
}
.fa-digging[breezer-account-widget-authorized]::before {
  content: "\f85e";
}
.fa-person-dolly[breezer-account-widget-authorized]::before {
  content: "\f4d0";
}
.fa-person-dolly-empty[breezer-account-widget-authorized]::before {
  content: "\f4d1";
}
.fa-person-dots-from-line[breezer-account-widget-authorized]::before {
  content: "\f470";
}
.fa-diagnoses[breezer-account-widget-authorized]::before {
  content: "\f470";
}
.fa-person-dress[breezer-account-widget-authorized]::before {
  content: "\f182";
}
.fa-female[breezer-account-widget-authorized]::before {
  content: "\f182";
}
.fa-person-dress-burst[breezer-account-widget-authorized]::before {
  content: "\e544";
}
.fa-person-dress-simple[breezer-account-widget-authorized]::before {
  content: "\e21c";
}
.fa-person-drowning[breezer-account-widget-authorized]::before {
  content: "\e545";
}
.fa-person-falling[breezer-account-widget-authorized]::before {
  content: "\e546";
}
.fa-person-falling-burst[breezer-account-widget-authorized]::before {
  content: "\e547";
}
.fa-person-from-portal[breezer-account-widget-authorized]::before {
  content: "\e023";
}
.fa-portal-exit[breezer-account-widget-authorized]::before {
  content: "\e023";
}
.fa-person-half-dress[breezer-account-widget-authorized]::before {
  content: "\e548";
}
.fa-person-harassing[breezer-account-widget-authorized]::before {
  content: "\e549";
}
.fa-person-hiking[breezer-account-widget-authorized]::before {
  content: "\f6ec";
}
.fa-hiking[breezer-account-widget-authorized]::before {
  content: "\f6ec";
}
.fa-person-military-pointing[breezer-account-widget-authorized]::before {
  content: "\e54a";
}
.fa-person-military-rifle[breezer-account-widget-authorized]::before {
  content: "\e54b";
}
.fa-person-military-to-person[breezer-account-widget-authorized]::before {
  content: "\e54c";
}
.fa-person-pinball[breezer-account-widget-authorized]::before {
  content: "\e21d";
}
.fa-person-praying[breezer-account-widget-authorized]::before {
  content: "\f683";
}
.fa-pray[breezer-account-widget-authorized]::before {
  content: "\f683";
}
.fa-person-pregnant[breezer-account-widget-authorized]::before {
  content: "\e31e";
}
.fa-person-rays[breezer-account-widget-authorized]::before {
  content: "\e54d";
}
.fa-person-rifle[breezer-account-widget-authorized]::before {
  content: "\e54e";
}
.fa-person-running[breezer-account-widget-authorized]::before {
  content: "\f70c";
}
.fa-running[breezer-account-widget-authorized]::before {
  content: "\f70c";
}
.fa-person-seat[breezer-account-widget-authorized]::before {
  content: "\e21e";
}
.fa-person-seat-reclined[breezer-account-widget-authorized]::before {
  content: "\e21f";
}
.fa-person-shelter[breezer-account-widget-authorized]::before {
  content: "\e54f";
}
.fa-person-sign[breezer-account-widget-authorized]::before {
  content: "\f757";
}
.fa-person-simple[breezer-account-widget-authorized]::before {
  content: "\e220";
}
.fa-person-skating[breezer-account-widget-authorized]::before {
  content: "\f7c5";
}
.fa-skating[breezer-account-widget-authorized]::before {
  content: "\f7c5";
}
.fa-person-ski-jumping[breezer-account-widget-authorized]::before {
  content: "\f7c7";
}
.fa-ski-jump[breezer-account-widget-authorized]::before {
  content: "\f7c7";
}
.fa-person-ski-lift[breezer-account-widget-authorized]::before {
  content: "\f7c8";
}
.fa-ski-lift[breezer-account-widget-authorized]::before {
  content: "\f7c8";
}
.fa-person-skiing[breezer-account-widget-authorized]::before {
  content: "\f7c9";
}
.fa-skiing[breezer-account-widget-authorized]::before {
  content: "\f7c9";
}
.fa-person-skiing-nordic[breezer-account-widget-authorized]::before {
  content: "\f7ca";
}
.fa-skiing-nordic[breezer-account-widget-authorized]::before {
  content: "\f7ca";
}
.fa-person-sledding[breezer-account-widget-authorized]::before {
  content: "\f7cb";
}
.fa-sledding[breezer-account-widget-authorized]::before {
  content: "\f7cb";
}
.fa-person-snowboarding[breezer-account-widget-authorized]::before {
  content: "\f7ce";
}
.fa-snowboarding[breezer-account-widget-authorized]::before {
  content: "\f7ce";
}
.fa-person-snowmobiling[breezer-account-widget-authorized]::before {
  content: "\f7d1";
}
.fa-snowmobile[breezer-account-widget-authorized]::before {
  content: "\f7d1";
}
.fa-person-swimming[breezer-account-widget-authorized]::before {
  content: "\f5c4";
}
.fa-swimmer[breezer-account-widget-authorized]::before {
  content: "\f5c4";
}
.fa-person-through-window[breezer-account-widget-authorized]::before {
  content: "\e433";
}
.fa-person-to-door[breezer-account-widget-authorized]::before {
  content: "\e550";
}
.fa-person-to-portal[breezer-account-widget-authorized]::before {
  content: "\e022";
}
.fa-portal-enter[breezer-account-widget-authorized]::before {
  content: "\e022";
}
.fa-person-walking[breezer-account-widget-authorized]::before {
  content: "\f554";
}
.fa-walking[breezer-account-widget-authorized]::before {
  content: "\f554";
}
.fa-person-walking-arrow-loop-left[breezer-account-widget-authorized]::before {
  content: "\e551";
}
.fa-person-walking-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e553";
}
.fa-person-walking-luggage[breezer-account-widget-authorized]::before {
  content: "\e554";
}
.fa-person-walking-with-cane[breezer-account-widget-authorized]::before {
  content: "\f29d";
}
.fa-blind[breezer-account-widget-authorized]::before {
  content: "\f29d";
}
.fa-peseta-sign[breezer-account-widget-authorized]::before {
  content: "\e221";
}
.fa-peso-sign[breezer-account-widget-authorized]::before {
  content: "\e222";
}
.fa-phone[breezer-account-widget-authorized]::before {
  content: "\f095";
}
.fa-phone-arrow-down-left[breezer-account-widget-authorized]::before {
  content: "\e223";
}
.fa-phone-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e223";
}
.fa-phone-incoming[breezer-account-widget-authorized]::before {
  content: "\e223";
}
.fa-phone-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e224";
}
.fa-phone-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e224";
}
.fa-phone-outgoing[breezer-account-widget-authorized]::before {
  content: "\e224";
}
.fa-phone-flip[breezer-account-widget-authorized]::before {
  content: "\f879";
}
.fa-phone-alt[breezer-account-widget-authorized]::before {
  content: "\f879";
}
.fa-phone-hangup[breezer-account-widget-authorized]::before {
  content: "\e225";
}
.fa-phone-intercom[breezer-account-widget-authorized]::before {
  content: "\e434";
}
.fa-phone-missed[breezer-account-widget-authorized]::before {
  content: "\e226";
}
.fa-phone-office[breezer-account-widget-authorized]::before {
  content: "\f67d";
}
.fa-phone-plus[breezer-account-widget-authorized]::before {
  content: "\f4d2";
}
.fa-phone-rotary[breezer-account-widget-authorized]::before {
  content: "\f8d3";
}
.fa-phone-slash[breezer-account-widget-authorized]::before {
  content: "\f3dd";
}
.fa-phone-volume[breezer-account-widget-authorized]::before {
  content: "\f2a0";
}
.fa-volume-control-phone[breezer-account-widget-authorized]::before {
  content: "\f2a0";
}
.fa-phone-xmark[breezer-account-widget-authorized]::before {
  content: "\e227";
}
.fa-photo-film[breezer-account-widget-authorized]::before {
  content: "\f87c";
}
.fa-photo-video[breezer-account-widget-authorized]::before {
  content: "\f87c";
}
.fa-photo-film-music[breezer-account-widget-authorized]::before {
  content: "\e228";
}
.fa-pi[breezer-account-widget-authorized]::before {
  content: "\f67e";
}
.fa-piano[breezer-account-widget-authorized]::before {
  content: "\f8d4";
}
.fa-piano-keyboard[breezer-account-widget-authorized]::before {
  content: "\f8d5";
}
.fa-pickleball[breezer-account-widget-authorized]::before {
  content: "\e435";
}
.fa-pie[breezer-account-widget-authorized]::before {
  content: "\f705";
}
.fa-pig[breezer-account-widget-authorized]::before {
  content: "\f706";
}
.fa-piggy-bank[breezer-account-widget-authorized]::before {
  content: "\f4d3";
}
.fa-pills[breezer-account-widget-authorized]::before {
  content: "\f484";
}
.fa-pinata[breezer-account-widget-authorized]::before {
  content: "\e3c3";
}
.fa-pinball[breezer-account-widget-authorized]::before {
  content: "\e229";
}
.fa-pineapple[breezer-account-widget-authorized]::before {
  content: "\e31f";
}
.fa-pipe[breezer-account-widget-authorized]::before {
  content: "\7c";
}
.fa-pipe-circle-check[breezer-account-widget-authorized]::before {
  content: "\e436";
}
.fa-pipe-collar[breezer-account-widget-authorized]::before {
  content: "\e437";
}
.fa-pipe-section[breezer-account-widget-authorized]::before {
  content: "\e438";
}
.fa-pipe-smoking[breezer-account-widget-authorized]::before {
  content: "\e3c4";
}
.fa-pipe-valve[breezer-account-widget-authorized]::before {
  content: "\e439";
}
.fa-pizza[breezer-account-widget-authorized]::before {
  content: "\f817";
}
.fa-pizza-slice[breezer-account-widget-authorized]::before {
  content: "\f818";
}
.fa-place-of-worship[breezer-account-widget-authorized]::before {
  content: "\f67f";
}
.fa-plane[breezer-account-widget-authorized]::before {
  content: "\f072";
}
.fa-plane-arrival[breezer-account-widget-authorized]::before {
  content: "\f5af";
}
.fa-plane-circle-check[breezer-account-widget-authorized]::before {
  content: "\e555";
}
.fa-plane-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e556";
}
.fa-plane-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e557";
}
.fa-plane-departure[breezer-account-widget-authorized]::before {
  content: "\f5b0";
}
.fa-plane-engines[breezer-account-widget-authorized]::before {
  content: "\f3de";
}
.fa-plane-alt[breezer-account-widget-authorized]::before {
  content: "\f3de";
}
.fa-plane-lock[breezer-account-widget-authorized]::before {
  content: "\e558";
}
.fa-plane-prop[breezer-account-widget-authorized]::before {
  content: "\e22b";
}
.fa-plane-slash[breezer-account-widget-authorized]::before {
  content: "\e069";
}
.fa-plane-tail[breezer-account-widget-authorized]::before {
  content: "\e22c";
}
.fa-plane-up[breezer-account-widget-authorized]::before {
  content: "\e22d";
}
.fa-plane-up-slash[breezer-account-widget-authorized]::before {
  content: "\e22e";
}
.fa-planet-moon[breezer-account-widget-authorized]::before {
  content: "\e01f";
}
.fa-planet-ringed[breezer-account-widget-authorized]::before {
  content: "\e020";
}
.fa-plant-wilt[breezer-account-widget-authorized]::before {
  content: "\e43b";
}
.fa-plate-utensils[breezer-account-widget-authorized]::before {
  content: "\e559";
}
.fa-plate-wheat[breezer-account-widget-authorized]::before {
  content: "\e55a";
}
.fa-play[breezer-account-widget-authorized]::before {
  content: "\f04b";
}
.fa-play-pause[breezer-account-widget-authorized]::before {
  content: "\e22f";
}
.fa-plug[breezer-account-widget-authorized]::before {
  content: "\f1e6";
}
.fa-plug-circle-bolt[breezer-account-widget-authorized]::before {
  content: "\e55b";
}
.fa-plug-circle-check[breezer-account-widget-authorized]::before {
  content: "\e55c";
}
.fa-plug-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e55d";
}
.fa-plug-circle-minus[breezer-account-widget-authorized]::before {
  content: "\e55e";
}
.fa-plug-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e55f";
}
.fa-plug-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e560";
}
.fa-plus[breezer-account-widget-authorized]::before {
  content: "\2b";
}
.fa-add[breezer-account-widget-authorized]::before {
  content: "\2b";
}
.fa-plus-large[breezer-account-widget-authorized]::before {
  content: "\e59e";
}
.fa-plus-minus[breezer-account-widget-authorized]::before {
  content: "\e43c";
}
.fa-podcast[breezer-account-widget-authorized]::before {
  content: "\f2ce";
}
.fa-podium[breezer-account-widget-authorized]::before {
  content: "\f680";
}
.fa-podium-star[breezer-account-widget-authorized]::before {
  content: "\f758";
}
.fa-police-box[breezer-account-widget-authorized]::before {
  content: "\e021";
}
.fa-poll-people[breezer-account-widget-authorized]::before {
  content: "\f759";
}
.fa-pompebled[breezer-account-widget-authorized]::before {
  content: "\e43d";
}
.fa-poo[breezer-account-widget-authorized]::before {
  content: "\f2fe";
}
.fa-poo-storm[breezer-account-widget-authorized]::before {
  content: "\f75a";
}
.fa-poo-bolt[breezer-account-widget-authorized]::before {
  content: "\f75a";
}
.fa-pool-8-ball[breezer-account-widget-authorized]::before {
  content: "\e3c5";
}
.fa-poop[breezer-account-widget-authorized]::before {
  content: "\f619";
}
.fa-popcorn[breezer-account-widget-authorized]::before {
  content: "\f819";
}
.fa-popsicle[breezer-account-widget-authorized]::before {
  content: "\e43e";
}
.fa-pot-food[breezer-account-widget-authorized]::before {
  content: "\e43f";
}
.fa-potato[breezer-account-widget-authorized]::before {
  content: "\e440";
}
.fa-power-off[breezer-account-widget-authorized]::before {
  content: "\f011";
}
.fa-prescription[breezer-account-widget-authorized]::before {
  content: "\f5b1";
}
.fa-prescription-bottle[breezer-account-widget-authorized]::before {
  content: "\f485";
}
.fa-prescription-bottle-medical[breezer-account-widget-authorized]::before {
  content: "\f486";
}
.fa-prescription-bottle-alt[breezer-account-widget-authorized]::before {
  content: "\f486";
}
.fa-presentation-screen[breezer-account-widget-authorized]::before {
  content: "\f685";
}
.fa-presentation[breezer-account-widget-authorized]::before {
  content: "\f685";
}
.fa-pretzel[breezer-account-widget-authorized]::before {
  content: "\e441";
}
.fa-print[breezer-account-widget-authorized]::before {
  content: "\f02f";
}
.fa-print-magnifying-glass[breezer-account-widget-authorized]::before {
  content: "\f81a";
}
.fa-print-search[breezer-account-widget-authorized]::before {
  content: "\f81a";
}
.fa-print-slash[breezer-account-widget-authorized]::before {
  content: "\f686";
}
.fa-projector[breezer-account-widget-authorized]::before {
  content: "\f8d6";
}
.fa-pump[breezer-account-widget-authorized]::before {
  content: "\e442";
}
.fa-pump-medical[breezer-account-widget-authorized]::before {
  content: "\e06a";
}
.fa-pump-soap[breezer-account-widget-authorized]::before {
  content: "\e06b";
}
.fa-pumpkin[breezer-account-widget-authorized]::before {
  content: "\f707";
}
.fa-puzzle[breezer-account-widget-authorized]::before {
  content: "\e443";
}
.fa-puzzle-piece[breezer-account-widget-authorized]::before {
  content: "\f12e";
}
.fa-puzzle-piece-simple[breezer-account-widget-authorized]::before {
  content: "\e231";
}
.fa-puzzle-piece-alt[breezer-account-widget-authorized]::before {
  content: "\e231";
}
.fa-q[breezer-account-widget-authorized]::before {
  content: "\51";
}
.fa-qrcode[breezer-account-widget-authorized]::before {
  content: "\f029";
}
.fa-question[breezer-account-widget-authorized]::before {
  content: "\3f";
}
.fa-quote-left[breezer-account-widget-authorized]::before {
  content: "\f10d";
}
.fa-quote-left-alt[breezer-account-widget-authorized]::before {
  content: "\f10d";
}
.fa-quote-right[breezer-account-widget-authorized]::before {
  content: "\f10e";
}
.fa-quote-right-alt[breezer-account-widget-authorized]::before {
  content: "\f10e";
}
.fa-quotes[breezer-account-widget-authorized]::before {
  content: "\e234";
}
.fa-r[breezer-account-widget-authorized]::before {
  content: "\52";
}
.fa-rabbit[breezer-account-widget-authorized]::before {
  content: "\f708";
}
.fa-rabbit-running[breezer-account-widget-authorized]::before {
  content: "\f709";
}
.fa-rabbit-fast[breezer-account-widget-authorized]::before {
  content: "\f709";
}
.fa-racquet[breezer-account-widget-authorized]::before {
  content: "\f45a";
}
.fa-radar[breezer-account-widget-authorized]::before {
  content: "\e024";
}
.fa-radiation[breezer-account-widget-authorized]::before {
  content: "\f7b9";
}
.fa-radio[breezer-account-widget-authorized]::before {
  content: "\f8d7";
}
.fa-radio-tuner[breezer-account-widget-authorized]::before {
  content: "\f8d8";
}
.fa-radio-alt[breezer-account-widget-authorized]::before {
  content: "\f8d8";
}
.fa-rainbow[breezer-account-widget-authorized]::before {
  content: "\f75b";
}
.fa-raindrops[breezer-account-widget-authorized]::before {
  content: "\f75c";
}
.fa-ram[breezer-account-widget-authorized]::before {
  content: "\f70a";
}
.fa-ramp-loading[breezer-account-widget-authorized]::before {
  content: "\f4d4";
}
.fa-ranking-star[breezer-account-widget-authorized]::before {
  content: "\e561";
}
.fa-raygun[breezer-account-widget-authorized]::before {
  content: "\e025";
}
.fa-receipt[breezer-account-widget-authorized]::before {
  content: "\f543";
}
.fa-record-vinyl[breezer-account-widget-authorized]::before {
  content: "\f8d9";
}
.fa-rectangle[breezer-account-widget-authorized]::before {
  content: "\f2fa";
}
.fa-rectangle-landscape[breezer-account-widget-authorized]::before {
  content: "\f2fa";
}
.fa-rectangle-ad[breezer-account-widget-authorized]::before {
  content: "\f641";
}
.fa-ad[breezer-account-widget-authorized]::before {
  content: "\f641";
}
.fa-rectangle-barcode[breezer-account-widget-authorized]::before {
  content: "\f463";
}
.fa-barcode-alt[breezer-account-widget-authorized]::before {
  content: "\f463";
}
.fa-rectangle-code[breezer-account-widget-authorized]::before {
  content: "\e322";
}
.fa-rectangle-history[breezer-account-widget-authorized]::before {
  content: "\e4a2";
}
.fa-rectangle-history-circle-plus[breezer-account-widget-authorized]::before {
  content: "\e4a3";
}
.fa-rectangle-history-circle-user[breezer-account-widget-authorized]::before {
  content: "\e4a4";
}
.fa-rectangle-list[breezer-account-widget-authorized]::before {
  content: "\f022";
}
.fa-list-alt[breezer-account-widget-authorized]::before {
  content: "\f022";
}
.fa-rectangle-pro[breezer-account-widget-authorized]::before {
  content: "\e235";
}
.fa-pro[breezer-account-widget-authorized]::before {
  content: "\e235";
}
.fa-rectangle-terminal[breezer-account-widget-authorized]::before {
  content: "\e236";
}
.fa-rectangle-vertical[breezer-account-widget-authorized]::before {
  content: "\f2fb";
}
.fa-rectangle-portrait[breezer-account-widget-authorized]::before {
  content: "\f2fb";
}
.fa-rectangle-vertical-history[breezer-account-widget-authorized]::before {
  content: "\e237";
}
.fa-rectangle-wide[breezer-account-widget-authorized]::before {
  content: "\f2fc";
}
.fa-rectangle-xmark[breezer-account-widget-authorized]::before {
  content: "\f410";
}
.fa-rectangle-times[breezer-account-widget-authorized]::before {
  content: "\f410";
}
.fa-times-rectangle[breezer-account-widget-authorized]::before {
  content: "\f410";
}
.fa-window-close[breezer-account-widget-authorized]::before {
  content: "\f410";
}
.fa-rectangles-mixed[breezer-account-widget-authorized]::before {
  content: "\e323";
}
.fa-recycle[breezer-account-widget-authorized]::before {
  content: "\f1b8";
}
.fa-reel[breezer-account-widget-authorized]::before {
  content: "\e238";
}
.fa-refrigerator[breezer-account-widget-authorized]::before {
  content: "\e026";
}
.fa-registered[breezer-account-widget-authorized]::before {
  content: "\f25d";
}
.fa-repeat[breezer-account-widget-authorized]::before {
  content: "\f363";
}
.fa-repeat-1[breezer-account-widget-authorized]::before {
  content: "\f365";
}
.fa-reply[breezer-account-widget-authorized]::before {
  content: "\f3e5";
}
.fa-mail-reply[breezer-account-widget-authorized]::before {
  content: "\f3e5";
}
.fa-reply-all[breezer-account-widget-authorized]::before {
  content: "\f122";
}
.fa-mail-reply-all[breezer-account-widget-authorized]::before {
  content: "\f122";
}
.fa-reply-clock[breezer-account-widget-authorized]::before {
  content: "\e239";
}
.fa-reply-time[breezer-account-widget-authorized]::before {
  content: "\e239";
}
.fa-republican[breezer-account-widget-authorized]::before {
  content: "\f75e";
}
.fa-restroom[breezer-account-widget-authorized]::before {
  content: "\f7bd";
}
.fa-restroom-simple[breezer-account-widget-authorized]::before {
  content: "\e23a";
}
.fa-retweet[breezer-account-widget-authorized]::before {
  content: "\f079";
}
.fa-rhombus[breezer-account-widget-authorized]::before {
  content: "\e23b";
}
.fa-ribbon[breezer-account-widget-authorized]::before {
  content: "\f4d6";
}
.fa-right[breezer-account-widget-authorized]::before {
  content: "\f356";
}
.fa-arrow-alt-right[breezer-account-widget-authorized]::before {
  content: "\f356";
}
.fa-right-from-bracket[breezer-account-widget-authorized]::before {
  content: "\f2f5";
}
.fa-sign-out-alt[breezer-account-widget-authorized]::before {
  content: "\f2f5";
}
.fa-right-from-line[breezer-account-widget-authorized]::before {
  content: "\f347";
}
.fa-arrow-alt-from-left[breezer-account-widget-authorized]::before {
  content: "\f347";
}
.fa-right-left[breezer-account-widget-authorized]::before {
  content: "\f362";
}
.fa-exchange-alt[breezer-account-widget-authorized]::before {
  content: "\f362";
}
.fa-right-long[breezer-account-widget-authorized]::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right[breezer-account-widget-authorized]::before {
  content: "\f30b";
}
.fa-right-long-to-line[breezer-account-widget-authorized]::before {
  content: "\e444";
}
.fa-right-to-bracket[breezer-account-widget-authorized]::before {
  content: "\f2f6";
}
.fa-sign-in-alt[breezer-account-widget-authorized]::before {
  content: "\f2f6";
}
.fa-right-to-line[breezer-account-widget-authorized]::before {
  content: "\f34c";
}
.fa-arrow-alt-to-right[breezer-account-widget-authorized]::before {
  content: "\f34c";
}
.fa-ring[breezer-account-widget-authorized]::before {
  content: "\f70b";
}
.fa-rings-wedding[breezer-account-widget-authorized]::before {
  content: "\f81b";
}
.fa-road[breezer-account-widget-authorized]::before {
  content: "\f018";
}
.fa-road-barrier[breezer-account-widget-authorized]::before {
  content: "\e562";
}
.fa-road-bridge[breezer-account-widget-authorized]::before {
  content: "\e563";
}
.fa-road-circle-check[breezer-account-widget-authorized]::before {
  content: "\e564";
}
.fa-road-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e565";
}
.fa-road-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e566";
}
.fa-road-lock[breezer-account-widget-authorized]::before {
  content: "\e567";
}
.fa-road-spikes[breezer-account-widget-authorized]::before {
  content: "\e568";
}
.fa-robot[breezer-account-widget-authorized]::before {
  content: "\f544";
}
.fa-robot-astromech[breezer-account-widget-authorized]::before {
  content: "\e2d2";
}
.fa-rocket[breezer-account-widget-authorized]::before {
  content: "\f135";
}
.fa-rocket-launch[breezer-account-widget-authorized]::before {
  content: "\e027";
}
.fa-roller-coaster[breezer-account-widget-authorized]::before {
  content: "\e324";
}
.fa-rotate[breezer-account-widget-authorized]::before {
  content: "\f2f1";
}
.fa-sync-alt[breezer-account-widget-authorized]::before {
  content: "\f2f1";
}
.fa-rotate-exclamation[breezer-account-widget-authorized]::before {
  content: "\e23c";
}
.fa-rotate-left[breezer-account-widget-authorized]::before {
  content: "\f2ea";
}
.fa-rotate-back[breezer-account-widget-authorized]::before {
  content: "\f2ea";
}
.fa-rotate-backward[breezer-account-widget-authorized]::before {
  content: "\f2ea";
}
.fa-undo-alt[breezer-account-widget-authorized]::before {
  content: "\f2ea";
}
.fa-rotate-right[breezer-account-widget-authorized]::before {
  content: "\f2f9";
}
.fa-redo-alt[breezer-account-widget-authorized]::before {
  content: "\f2f9";
}
.fa-rotate-forward[breezer-account-widget-authorized]::before {
  content: "\f2f9";
}
.fa-route[breezer-account-widget-authorized]::before {
  content: "\f4d7";
}
.fa-route-highway[breezer-account-widget-authorized]::before {
  content: "\f61a";
}
.fa-route-interstate[breezer-account-widget-authorized]::before {
  content: "\f61b";
}
.fa-router[breezer-account-widget-authorized]::before {
  content: "\f8da";
}
.fa-rss[breezer-account-widget-authorized]::before {
  content: "\f09e";
}
.fa-feed[breezer-account-widget-authorized]::before {
  content: "\f09e";
}
.fa-ruble-sign[breezer-account-widget-authorized]::before {
  content: "\f158";
}
.fa-rouble[breezer-account-widget-authorized]::before {
  content: "\f158";
}
.fa-rub[breezer-account-widget-authorized]::before {
  content: "\f158";
}
.fa-ruble[breezer-account-widget-authorized]::before {
  content: "\f158";
}
.fa-rug[breezer-account-widget-authorized]::before {
  content: "\e569";
}
.fa-rugby-ball[breezer-account-widget-authorized]::before {
  content: "\e3c6";
}
.fa-ruler[breezer-account-widget-authorized]::before {
  content: "\f545";
}
.fa-ruler-combined[breezer-account-widget-authorized]::before {
  content: "\f546";
}
.fa-ruler-horizontal[breezer-account-widget-authorized]::before {
  content: "\f547";
}
.fa-ruler-triangle[breezer-account-widget-authorized]::before {
  content: "\f61c";
}
.fa-ruler-vertical[breezer-account-widget-authorized]::before {
  content: "\f548";
}
.fa-rupee-sign[breezer-account-widget-authorized]::before {
  content: "\f156";
}
.fa-rupee[breezer-account-widget-authorized]::before {
  content: "\f156";
}
.fa-rupiah-sign[breezer-account-widget-authorized]::before {
  content: "\e23d";
}
.fa-rv[breezer-account-widget-authorized]::before {
  content: "\f7be";
}
.fa-s[breezer-account-widget-authorized]::before {
  content: "\53";
}
.fa-sack[breezer-account-widget-authorized]::before {
  content: "\f81c";
}
.fa-sack-dollar[breezer-account-widget-authorized]::before {
  content: "\f81d";
}
.fa-sack-xmark[breezer-account-widget-authorized]::before {
  content: "\e56a";
}
.fa-sailboat[breezer-account-widget-authorized]::before {
  content: "\e445";
}
.fa-salad[breezer-account-widget-authorized]::before {
  content: "\f81e";
}
.fa-bowl-salad[breezer-account-widget-authorized]::before {
  content: "\f81e";
}
.fa-salt-shaker[breezer-account-widget-authorized]::before {
  content: "\e446";
}
.fa-sandwich[breezer-account-widget-authorized]::before {
  content: "\f81f";
}
.fa-satellite[breezer-account-widget-authorized]::before {
  content: "\f7bf";
}
.fa-satellite-dish[breezer-account-widget-authorized]::before {
  content: "\f7c0";
}
.fa-sausage[breezer-account-widget-authorized]::before {
  content: "\f820";
}
.fa-saxophone[breezer-account-widget-authorized]::before {
  content: "\f8dc";
}
.fa-saxophone-fire[breezer-account-widget-authorized]::before {
  content: "\f8db";
}
.fa-sax-hot[breezer-account-widget-authorized]::before {
  content: "\f8db";
}
.fa-scale-balanced[breezer-account-widget-authorized]::before {
  content: "\f24e";
}
.fa-balance-scale[breezer-account-widget-authorized]::before {
  content: "\f24e";
}
.fa-scale-unbalanced[breezer-account-widget-authorized]::before {
  content: "\f515";
}
.fa-balance-scale-left[breezer-account-widget-authorized]::before {
  content: "\f515";
}
.fa-scale-unbalanced-flip[breezer-account-widget-authorized]::before {
  content: "\f516";
}
.fa-balance-scale-right[breezer-account-widget-authorized]::before {
  content: "\f516";
}
.fa-scalpel[breezer-account-widget-authorized]::before {
  content: "\f61d";
}
.fa-scalpel-line-dashed[breezer-account-widget-authorized]::before {
  content: "\f61e";
}
.fa-scalpel-path[breezer-account-widget-authorized]::before {
  content: "\f61e";
}
.fa-scanner[breezer-account-widget-authorized]::before {
  content: "\f8f3";
}
.fa-scanner-image[breezer-account-widget-authorized]::before {
  content: "\f8f3";
}
.fa-scanner-gun[breezer-account-widget-authorized]::before {
  content: "\f488";
}
.fa-scanner-keyboard[breezer-account-widget-authorized]::before {
  content: "\f489";
}
.fa-scanner-touchscreen[breezer-account-widget-authorized]::before {
  content: "\f48a";
}
.fa-scarecrow[breezer-account-widget-authorized]::before {
  content: "\f70d";
}
.fa-scarf[breezer-account-widget-authorized]::before {
  content: "\f7c1";
}
.fa-school[breezer-account-widget-authorized]::before {
  content: "\f549";
}
.fa-school-circle-check[breezer-account-widget-authorized]::before {
  content: "\e56b";
}
.fa-school-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e56c";
}
.fa-school-circle-xmark[breezer-account-widget-authorized]::before {
  content: "\e56d";
}
.fa-school-flag[breezer-account-widget-authorized]::before {
  content: "\e56e";
}
.fa-school-lock[breezer-account-widget-authorized]::before {
  content: "\e56f";
}
.fa-scissors[breezer-account-widget-authorized]::before {
  content: "\f0c4";
}
.fa-cut[breezer-account-widget-authorized]::before {
  content: "\f0c4";
}
.fa-screen-users[breezer-account-widget-authorized]::before {
  content: "\f63d";
}
.fa-users-class[breezer-account-widget-authorized]::before {
  content: "\f63d";
}
.fa-screencast[breezer-account-widget-authorized]::before {
  content: "\e23e";
}
.fa-screwdriver[breezer-account-widget-authorized]::before {
  content: "\f54a";
}
.fa-screwdriver-wrench[breezer-account-widget-authorized]::before {
  content: "\f7d9";
}
.fa-tools[breezer-account-widget-authorized]::before {
  content: "\f7d9";
}
.fa-scribble[breezer-account-widget-authorized]::before {
  content: "\e23f";
}
.fa-scroll[breezer-account-widget-authorized]::before {
  content: "\f70e";
}
.fa-scroll-old[breezer-account-widget-authorized]::before {
  content: "\f70f";
}
.fa-scroll-torah[breezer-account-widget-authorized]::before {
  content: "\f6a0";
}
.fa-torah[breezer-account-widget-authorized]::before {
  content: "\f6a0";
}
.fa-scrubber[breezer-account-widget-authorized]::before {
  content: "\f2f8";
}
.fa-scythe[breezer-account-widget-authorized]::before {
  content: "\f710";
}
.fa-sd-card[breezer-account-widget-authorized]::before {
  content: "\f7c2";
}
.fa-sd-cards[breezer-account-widget-authorized]::before {
  content: "\e240";
}
.fa-seal[breezer-account-widget-authorized]::before {
  content: "\e241";
}
.fa-seal-exclamation[breezer-account-widget-authorized]::before {
  content: "\e242";
}
.fa-seal-question[breezer-account-widget-authorized]::before {
  content: "\e243";
}
.fa-seat-airline[breezer-account-widget-authorized]::before {
  content: "\e244";
}
.fa-section[breezer-account-widget-authorized]::before {
  content: "\e447";
}
.fa-seedling[breezer-account-widget-authorized]::before {
  content: "\f4d8";
}
.fa-sprout[breezer-account-widget-authorized]::before {
  content: "\f4d8";
}
.fa-semicolon[breezer-account-widget-authorized]::before {
  content: "\3b";
}
.fa-send-back[breezer-account-widget-authorized]::before {
  content: "\f87e";
}
.fa-send-backward[breezer-account-widget-authorized]::before {
  content: "\f87f";
}
.fa-sensor[breezer-account-widget-authorized]::before {
  content: "\e028";
}
.fa-sensor-cloud[breezer-account-widget-authorized]::before {
  content: "\e02c";
}
.fa-sensor-smoke[breezer-account-widget-authorized]::before {
  content: "\e02c";
}
.fa-sensor-fire[breezer-account-widget-authorized]::before {
  content: "\e02a";
}
.fa-sensor-on[breezer-account-widget-authorized]::before {
  content: "\e02b";
}
.fa-sensor-triangle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e029";
}
.fa-sensor-alert[breezer-account-widget-authorized]::before {
  content: "\e029";
}
.fa-server[breezer-account-widget-authorized]::before {
  content: "\f233";
}
.fa-shapes[breezer-account-widget-authorized]::before {
  content: "\f61f";
}
.fa-triangle-circle-square[breezer-account-widget-authorized]::before {
  content: "\f61f";
}
.fa-share[breezer-account-widget-authorized]::before {
  content: "\f064";
}
.fa-arrow-turn-right[breezer-account-widget-authorized]::before {
  content: "\f064";
}
.fa-mail-forward[breezer-account-widget-authorized]::before {
  content: "\f064";
}
.fa-share-all[breezer-account-widget-authorized]::before {
  content: "\f367";
}
.fa-share-from-square[breezer-account-widget-authorized]::before {
  content: "\f14d";
}
.fa-share-square[breezer-account-widget-authorized]::before {
  content: "\f14d";
}
.fa-share-nodes[breezer-account-widget-authorized]::before {
  content: "\f1e0";
}
.fa-share-alt[breezer-account-widget-authorized]::before {
  content: "\f1e0";
}
.fa-sheep[breezer-account-widget-authorized]::before {
  content: "\f711";
}
.fa-sheet-plastic[breezer-account-widget-authorized]::before {
  content: "\e571";
}
.fa-shekel-sign[breezer-account-widget-authorized]::before {
  content: "\f20b";
}
.fa-ils[breezer-account-widget-authorized]::before {
  content: "\f20b";
}
.fa-shekel[breezer-account-widget-authorized]::before {
  content: "\f20b";
}
.fa-sheqel[breezer-account-widget-authorized]::before {
  content: "\f20b";
}
.fa-sheqel-sign[breezer-account-widget-authorized]::before {
  content: "\f20b";
}
.fa-shelves[breezer-account-widget-authorized]::before {
  content: "\f480";
}
.fa-inventory[breezer-account-widget-authorized]::before {
  content: "\f480";
}
.fa-shelves-empty[breezer-account-widget-authorized]::before {
  content: "\e246";
}
.fa-shield[breezer-account-widget-authorized]::before {
  content: "\f132";
}
.fa-shield-blank[breezer-account-widget-authorized]::before {
  content: "\f132";
}
.fa-shield-cat[breezer-account-widget-authorized]::before {
  content: "\e572";
}
.fa-shield-check[breezer-account-widget-authorized]::before {
  content: "\f2f7";
}
.fa-shield-cross[breezer-account-widget-authorized]::before {
  content: "\f712";
}
.fa-shield-dog[breezer-account-widget-authorized]::before {
  content: "\e573";
}
.fa-shield-exclamation[breezer-account-widget-authorized]::before {
  content: "\e247";
}
.fa-shield-halved[breezer-account-widget-authorized]::before {
  content: "\f3ed";
}
.fa-shield-alt[breezer-account-widget-authorized]::before {
  content: "\f3ed";
}
.fa-shield-heart[breezer-account-widget-authorized]::before {
  content: "\e574";
}
.fa-shield-keyhole[breezer-account-widget-authorized]::before {
  content: "\e248";
}
.fa-shield-minus[breezer-account-widget-authorized]::before {
  content: "\e249";
}
.fa-shield-plus[breezer-account-widget-authorized]::before {
  content: "\e24a";
}
.fa-shield-quartered[breezer-account-widget-authorized]::before {
  content: "\e575";
}
.fa-shield-slash[breezer-account-widget-authorized]::before {
  content: "\e24b";
}
.fa-shield-virus[breezer-account-widget-authorized]::before {
  content: "\e06c";
}
.fa-shield-xmark[breezer-account-widget-authorized]::before {
  content: "\e24c";
}
.fa-shield-times[breezer-account-widget-authorized]::before {
  content: "\e24c";
}
.fa-ship[breezer-account-widget-authorized]::before {
  content: "\f21a";
}
.fa-shirt[breezer-account-widget-authorized]::before {
  content: "\f553";
}
.fa-t-shirt[breezer-account-widget-authorized]::before {
  content: "\f553";
}
.fa-tshirt[breezer-account-widget-authorized]::before {
  content: "\f553";
}
.fa-shirt-long-sleeve[breezer-account-widget-authorized]::before {
  content: "\e3c7";
}
.fa-shirt-running[breezer-account-widget-authorized]::before {
  content: "\e3c8";
}
.fa-shirt-tank-top[breezer-account-widget-authorized]::before {
  content: "\e3c9";
}
.fa-shish-kebab[breezer-account-widget-authorized]::before {
  content: "\f821";
}
.fa-shoe-prints[breezer-account-widget-authorized]::before {
  content: "\f54b";
}
.fa-shop[breezer-account-widget-authorized]::before {
  content: "\f54f";
}
.fa-store-alt[breezer-account-widget-authorized]::before {
  content: "\f54f";
}
.fa-shop-lock[breezer-account-widget-authorized]::before {
  content: "\e4a5";
}
.fa-shop-slash[breezer-account-widget-authorized]::before {
  content: "\e070";
}
.fa-store-alt-slash[breezer-account-widget-authorized]::before {
  content: "\e070";
}
.fa-shovel[breezer-account-widget-authorized]::before {
  content: "\f713";
}
.fa-shovel-snow[breezer-account-widget-authorized]::before {
  content: "\f7c3";
}
.fa-shower[breezer-account-widget-authorized]::before {
  content: "\f2cc";
}
.fa-shower-down[breezer-account-widget-authorized]::before {
  content: "\e24d";
}
.fa-shower-alt[breezer-account-widget-authorized]::before {
  content: "\e24d";
}
.fa-shredder[breezer-account-widget-authorized]::before {
  content: "\f68a";
}
.fa-shrimp[breezer-account-widget-authorized]::before {
  content: "\e448";
}
.fa-shuffle[breezer-account-widget-authorized]::before {
  content: "\f074";
}
.fa-random[breezer-account-widget-authorized]::before {
  content: "\f074";
}
.fa-shutters[breezer-account-widget-authorized]::before {
  content: "\e449";
}
.fa-shuttle-space[breezer-account-widget-authorized]::before {
  content: "\f197";
}
.fa-space-shuttle[breezer-account-widget-authorized]::before {
  content: "\f197";
}
.fa-shuttlecock[breezer-account-widget-authorized]::before {
  content: "\f45b";
}
.fa-sickle[breezer-account-widget-authorized]::before {
  content: "\f822";
}
.fa-sidebar[breezer-account-widget-authorized]::before {
  content: "\e24e";
}
.fa-sidebar-flip[breezer-account-widget-authorized]::before {
  content: "\e24f";
}
.fa-sigma[breezer-account-widget-authorized]::before {
  content: "\f68b";
}
.fa-sign-hanging[breezer-account-widget-authorized]::before {
  content: "\f4d9";
}
.fa-sign[breezer-account-widget-authorized]::before {
  content: "\f4d9";
}
.fa-signal[breezer-account-widget-authorized]::before {
  content: "\f012";
}
.fa-signal-5[breezer-account-widget-authorized]::before {
  content: "\f012";
}
.fa-signal-perfect[breezer-account-widget-authorized]::before {
  content: "\f012";
}
.fa-signal-bars[breezer-account-widget-authorized]::before {
  content: "\f690";
}
.fa-signal-alt[breezer-account-widget-authorized]::before {
  content: "\f690";
}
.fa-signal-alt-4[breezer-account-widget-authorized]::before {
  content: "\f690";
}
.fa-signal-bars-strong[breezer-account-widget-authorized]::before {
  content: "\f690";
}
.fa-signal-bars-fair[breezer-account-widget-authorized]::before {
  content: "\f692";
}
.fa-signal-alt-2[breezer-account-widget-authorized]::before {
  content: "\f692";
}
.fa-signal-bars-good[breezer-account-widget-authorized]::before {
  content: "\f693";
}
.fa-signal-alt-3[breezer-account-widget-authorized]::before {
  content: "\f693";
}
.fa-signal-bars-slash[breezer-account-widget-authorized]::before {
  content: "\f694";
}
.fa-signal-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f694";
}
.fa-signal-bars-weak[breezer-account-widget-authorized]::before {
  content: "\f691";
}
.fa-signal-alt-1[breezer-account-widget-authorized]::before {
  content: "\f691";
}
.fa-signal-fair[breezer-account-widget-authorized]::before {
  content: "\f68d";
}
.fa-signal-2[breezer-account-widget-authorized]::before {
  content: "\f68d";
}
.fa-signal-good[breezer-account-widget-authorized]::before {
  content: "\f68e";
}
.fa-signal-3[breezer-account-widget-authorized]::before {
  content: "\f68e";
}
.fa-signal-slash[breezer-account-widget-authorized]::before {
  content: "\f695";
}
.fa-signal-stream[breezer-account-widget-authorized]::before {
  content: "\f8dd";
}
.fa-signal-stream-slash[breezer-account-widget-authorized]::before {
  content: "\e250";
}
.fa-signal-strong[breezer-account-widget-authorized]::before {
  content: "\f68f";
}
.fa-signal-4[breezer-account-widget-authorized]::before {
  content: "\f68f";
}
.fa-signal-weak[breezer-account-widget-authorized]::before {
  content: "\f68c";
}
.fa-signal-1[breezer-account-widget-authorized]::before {
  content: "\f68c";
}
.fa-signature[breezer-account-widget-authorized]::before {
  content: "\f5b7";
}
.fa-signature-lock[breezer-account-widget-authorized]::before {
  content: "\e3ca";
}
.fa-signature-slash[breezer-account-widget-authorized]::before {
  content: "\e3cb";
}
.fa-signs-post[breezer-account-widget-authorized]::before {
  content: "\f277";
}
.fa-map-signs[breezer-account-widget-authorized]::before {
  content: "\f277";
}
.fa-sim-card[breezer-account-widget-authorized]::before {
  content: "\f7c4";
}
.fa-sim-cards[breezer-account-widget-authorized]::before {
  content: "\e251";
}
.fa-sink[breezer-account-widget-authorized]::before {
  content: "\e06d";
}
.fa-siren[breezer-account-widget-authorized]::before {
  content: "\e02d";
}
.fa-siren-on[breezer-account-widget-authorized]::before {
  content: "\e02e";
}
.fa-sitemap[breezer-account-widget-authorized]::before {
  content: "\f0e8";
}
.fa-skeleton[breezer-account-widget-authorized]::before {
  content: "\f620";
}
.fa-ski-boot[breezer-account-widget-authorized]::before {
  content: "\e3cc";
}
.fa-ski-boot-ski[breezer-account-widget-authorized]::before {
  content: "\e3cd";
}
.fa-skull[breezer-account-widget-authorized]::before {
  content: "\f54c";
}
.fa-skull-cow[breezer-account-widget-authorized]::before {
  content: "\f8de";
}
.fa-skull-crossbones[breezer-account-widget-authorized]::before {
  content: "\f714";
}
.fa-slash[breezer-account-widget-authorized]::before {
  content: "\f715";
}
.fa-slash-back[breezer-account-widget-authorized]::before {
  content: "\5c";
}
.fa-slash-forward[breezer-account-widget-authorized]::before {
  content: "\2f";
}
.fa-sleigh[breezer-account-widget-authorized]::before {
  content: "\f7cc";
}
.fa-slider[breezer-account-widget-authorized]::before {
  content: "\e252";
}
.fa-sliders[breezer-account-widget-authorized]::before {
  content: "\f1de";
}
.fa-sliders-h[breezer-account-widget-authorized]::before {
  content: "\f1de";
}
.fa-sliders-simple[breezer-account-widget-authorized]::before {
  content: "\e253";
}
.fa-sliders-up[breezer-account-widget-authorized]::before {
  content: "\f3f1";
}
.fa-sliders-v[breezer-account-widget-authorized]::before {
  content: "\f3f1";
}
.fa-slot-machine[breezer-account-widget-authorized]::before {
  content: "\e3ce";
}
.fa-smog[breezer-account-widget-authorized]::before {
  content: "\f75f";
}
.fa-smoke[breezer-account-widget-authorized]::before {
  content: "\f760";
}
.fa-smoking[breezer-account-widget-authorized]::before {
  content: "\f48d";
}
.fa-snake[breezer-account-widget-authorized]::before {
  content: "\f716";
}
.fa-snooze[breezer-account-widget-authorized]::before {
  content: "\f880";
}
.fa-zzz[breezer-account-widget-authorized]::before {
  content: "\f880";
}
.fa-snow-blowing[breezer-account-widget-authorized]::before {
  content: "\f761";
}
.fa-snowflake[breezer-account-widget-authorized]::before {
  content: "\f2dc";
}
.fa-snowflakes[breezer-account-widget-authorized]::before {
  content: "\f7cf";
}
.fa-snowman[breezer-account-widget-authorized]::before {
  content: "\f7d0";
}
.fa-snowman-head[breezer-account-widget-authorized]::before {
  content: "\f79b";
}
.fa-frosty-head[breezer-account-widget-authorized]::before {
  content: "\f79b";
}
.fa-snowplow[breezer-account-widget-authorized]::before {
  content: "\f7d2";
}
.fa-soap[breezer-account-widget-authorized]::before {
  content: "\e06e";
}
.fa-socks[breezer-account-widget-authorized]::before {
  content: "\f696";
}
.fa-soft-serve[breezer-account-widget-authorized]::before {
  content: "\e400";
}
.fa-creemee[breezer-account-widget-authorized]::before {
  content: "\e400";
}
.fa-solar-panel[breezer-account-widget-authorized]::before {
  content: "\f5ba";
}
.fa-solar-system[breezer-account-widget-authorized]::before {
  content: "\e02f";
}
.fa-sort[breezer-account-widget-authorized]::before {
  content: "\f0dc";
}
.fa-unsorted[breezer-account-widget-authorized]::before {
  content: "\f0dc";
}
.fa-sort-down[breezer-account-widget-authorized]::before {
  content: "\f0dd";
}
.fa-sort-desc[breezer-account-widget-authorized]::before {
  content: "\f0dd";
}
.fa-sort-up[breezer-account-widget-authorized]::before {
  content: "\f0de";
}
.fa-sort-asc[breezer-account-widget-authorized]::before {
  content: "\f0de";
}
.fa-spa[breezer-account-widget-authorized]::before {
  content: "\f5bb";
}
.fa-space-station-moon[breezer-account-widget-authorized]::before {
  content: "\e033";
}
.fa-space-station-moon-construction[breezer-account-widget-authorized]::before {
  content: "\e034";
}
.fa-space-station-moon-alt[breezer-account-widget-authorized]::before {
  content: "\e034";
}
.fa-spade[breezer-account-widget-authorized]::before {
  content: "\f2f4";
}
.fa-spaghetti-monster-flying[breezer-account-widget-authorized]::before {
  content: "\f67b";
}
.fa-pastafarianism[breezer-account-widget-authorized]::before {
  content: "\f67b";
}
.fa-sparkles[breezer-account-widget-authorized]::before {
  content: "\f890";
}
.fa-speaker[breezer-account-widget-authorized]::before {
  content: "\f8df";
}
.fa-speakers[breezer-account-widget-authorized]::before {
  content: "\f8e0";
}
.fa-spell-check[breezer-account-widget-authorized]::before {
  content: "\f891";
}
.fa-spider[breezer-account-widget-authorized]::before {
  content: "\f717";
}
.fa-spider-black-widow[breezer-account-widget-authorized]::before {
  content: "\f718";
}
.fa-spider-web[breezer-account-widget-authorized]::before {
  content: "\f719";
}
.fa-spinner[breezer-account-widget-authorized]::before {
  content: "\f110";
}
.fa-spinner-third[breezer-account-widget-authorized]::before {
  content: "\f3f4";
}
.fa-split[breezer-account-widget-authorized]::before {
  content: "\e254";
}
.fa-splotch[breezer-account-widget-authorized]::before {
  content: "\f5bc";
}
.fa-spoon[breezer-account-widget-authorized]::before {
  content: "\f2e5";
}
.fa-utensil-spoon[breezer-account-widget-authorized]::before {
  content: "\f2e5";
}
.fa-sportsball[breezer-account-widget-authorized]::before {
  content: "\e44b";
}
.fa-spray-can[breezer-account-widget-authorized]::before {
  content: "\f5bd";
}
.fa-spray-can-sparkles[breezer-account-widget-authorized]::before {
  content: "\f5d0";
}
.fa-air-freshener[breezer-account-widget-authorized]::before {
  content: "\f5d0";
}
.fa-sprinkler[breezer-account-widget-authorized]::before {
  content: "\e035";
}
.fa-sprinkler-ceiling[breezer-account-widget-authorized]::before {
  content: "\e44c";
}
.fa-square[breezer-account-widget-authorized]::before {
  content: "\f0c8";
}
.fa-square-0[breezer-account-widget-authorized]::before {
  content: "\e255";
}
.fa-square-1[breezer-account-widget-authorized]::before {
  content: "\e256";
}
.fa-square-2[breezer-account-widget-authorized]::before {
  content: "\e257";
}
.fa-square-3[breezer-account-widget-authorized]::before {
  content: "\e258";
}
.fa-square-4[breezer-account-widget-authorized]::before {
  content: "\e259";
}
.fa-square-5[breezer-account-widget-authorized]::before {
  content: "\e25a";
}
.fa-square-6[breezer-account-widget-authorized]::before {
  content: "\e25b";
}
.fa-square-7[breezer-account-widget-authorized]::before {
  content: "\e25c";
}
.fa-square-8[breezer-account-widget-authorized]::before {
  content: "\e25d";
}
.fa-square-9[breezer-account-widget-authorized]::before {
  content: "\e25e";
}
.fa-square-a[breezer-account-widget-authorized]::before {
  content: "\e25f";
}
.fa-square-a-lock[breezer-account-widget-authorized]::before {
  content: "\e44d";
}
.fa-square-ampersand[breezer-account-widget-authorized]::before {
  content: "\e260";
}
.fa-square-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f339";
}
.fa-arrow-square-down[breezer-account-widget-authorized]::before {
  content: "\f339";
}
.fa-square-arrow-down-left[breezer-account-widget-authorized]::before {
  content: "\e261";
}
.fa-square-arrow-down-right[breezer-account-widget-authorized]::before {
  content: "\e262";
}
.fa-square-arrow-left[breezer-account-widget-authorized]::before {
  content: "\f33a";
}
.fa-arrow-square-left[breezer-account-widget-authorized]::before {
  content: "\f33a";
}
.fa-square-arrow-right[breezer-account-widget-authorized]::before {
  content: "\f33b";
}
.fa-arrow-square-right[breezer-account-widget-authorized]::before {
  content: "\f33b";
}
.fa-square-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f33c";
}
.fa-arrow-square-up[breezer-account-widget-authorized]::before {
  content: "\f33c";
}
.fa-square-arrow-up-left[breezer-account-widget-authorized]::before {
  content: "\e263";
}
.fa-square-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\f14c";
}
.fa-external-link-square[breezer-account-widget-authorized]::before {
  content: "\f14c";
}
.fa-square-b[breezer-account-widget-authorized]::before {
  content: "\e264";
}
.fa-square-bolt[breezer-account-widget-authorized]::before {
  content: "\e265";
}
.fa-square-c[breezer-account-widget-authorized]::before {
  content: "\e266";
}
.fa-square-caret-down[breezer-account-widget-authorized]::before {
  content: "\f150";
}
.fa-caret-square-down[breezer-account-widget-authorized]::before {
  content: "\f150";
}
.fa-square-caret-left[breezer-account-widget-authorized]::before {
  content: "\f191";
}
.fa-caret-square-left[breezer-account-widget-authorized]::before {
  content: "\f191";
}
.fa-square-caret-right[breezer-account-widget-authorized]::before {
  content: "\f152";
}
.fa-caret-square-right[breezer-account-widget-authorized]::before {
  content: "\f152";
}
.fa-square-caret-up[breezer-account-widget-authorized]::before {
  content: "\f151";
}
.fa-caret-square-up[breezer-account-widget-authorized]::before {
  content: "\f151";
}
.fa-square-check[breezer-account-widget-authorized]::before {
  content: "\f14a";
}
.fa-check-square[breezer-account-widget-authorized]::before {
  content: "\f14a";
}
.fa-square-chevron-down[breezer-account-widget-authorized]::before {
  content: "\f329";
}
.fa-chevron-square-down[breezer-account-widget-authorized]::before {
  content: "\f329";
}
.fa-square-chevron-left[breezer-account-widget-authorized]::before {
  content: "\f32a";
}
.fa-chevron-square-left[breezer-account-widget-authorized]::before {
  content: "\f32a";
}
.fa-square-chevron-right[breezer-account-widget-authorized]::before {
  content: "\f32b";
}
.fa-chevron-square-right[breezer-account-widget-authorized]::before {
  content: "\f32b";
}
.fa-square-chevron-up[breezer-account-widget-authorized]::before {
  content: "\f32c";
}
.fa-chevron-square-up[breezer-account-widget-authorized]::before {
  content: "\f32c";
}
.fa-square-code[breezer-account-widget-authorized]::before {
  content: "\e267";
}
.fa-square-d[breezer-account-widget-authorized]::before {
  content: "\e268";
}
.fa-square-dashed[breezer-account-widget-authorized]::before {
  content: "\e269";
}
.fa-square-divide[breezer-account-widget-authorized]::before {
  content: "\e26a";
}
.fa-square-dollar[breezer-account-widget-authorized]::before {
  content: "\f2e9";
}
.fa-dollar-square[breezer-account-widget-authorized]::before {
  content: "\f2e9";
}
.fa-usd-square[breezer-account-widget-authorized]::before {
  content: "\f2e9";
}
.fa-square-down[breezer-account-widget-authorized]::before {
  content: "\f350";
}
.fa-arrow-alt-square-down[breezer-account-widget-authorized]::before {
  content: "\f350";
}
.fa-square-down-left[breezer-account-widget-authorized]::before {
  content: "\e26b";
}
.fa-square-down-right[breezer-account-widget-authorized]::before {
  content: "\e26c";
}
.fa-square-e[breezer-account-widget-authorized]::before {
  content: "\e26d";
}
.fa-square-ellipsis[breezer-account-widget-authorized]::before {
  content: "\e26e";
}
.fa-square-ellipsis-vertical[breezer-account-widget-authorized]::before {
  content: "\e26f";
}
.fa-square-envelope[breezer-account-widget-authorized]::before {
  content: "\f199";
}
.fa-envelope-square[breezer-account-widget-authorized]::before {
  content: "\f199";
}
.fa-square-exclamation[breezer-account-widget-authorized]::before {
  content: "\f321";
}
.fa-exclamation-square[breezer-account-widget-authorized]::before {
  content: "\f321";
}
.fa-square-f[breezer-account-widget-authorized]::before {
  content: "\e270";
}
.fa-square-fragile[breezer-account-widget-authorized]::before {
  content: "\f49b";
}
.fa-box-fragile[breezer-account-widget-authorized]::before {
  content: "\f49b";
}
.fa-square-wine-glass-crack[breezer-account-widget-authorized]::before {
  content: "\f49b";
}
.fa-square-full[breezer-account-widget-authorized]::before {
  content: "\f45c";
}
.fa-square-g[breezer-account-widget-authorized]::before {
  content: "\e271";
}
.fa-square-h[breezer-account-widget-authorized]::before {
  content: "\f0fd";
}
.fa-h-square[breezer-account-widget-authorized]::before {
  content: "\f0fd";
}
.fa-square-heart[breezer-account-widget-authorized]::before {
  content: "\f4c8";
}
.fa-heart-square[breezer-account-widget-authorized]::before {
  content: "\f4c8";
}
.fa-square-i[breezer-account-widget-authorized]::before {
  content: "\e272";
}
.fa-square-info[breezer-account-widget-authorized]::before {
  content: "\f30f";
}
.fa-info-square[breezer-account-widget-authorized]::before {
  content: "\f30f";
}
.fa-square-j[breezer-account-widget-authorized]::before {
  content: "\e273";
}
.fa-square-k[breezer-account-widget-authorized]::before {
  content: "\e274";
}
.fa-square-kanban[breezer-account-widget-authorized]::before {
  content: "\e488";
}
.fa-square-l[breezer-account-widget-authorized]::before {
  content: "\e275";
}
.fa-square-left[breezer-account-widget-authorized]::before {
  content: "\f351";
}
.fa-arrow-alt-square-left[breezer-account-widget-authorized]::before {
  content: "\f351";
}
.fa-square-list[breezer-account-widget-authorized]::before {
  content: "\e489";
}
.fa-square-m[breezer-account-widget-authorized]::before {
  content: "\e276";
}
.fa-square-minus[breezer-account-widget-authorized]::before {
  content: "\f146";
}
.fa-minus-square[breezer-account-widget-authorized]::before {
  content: "\f146";
}
.fa-square-n[breezer-account-widget-authorized]::before {
  content: "\e277";
}
.fa-square-nfi[breezer-account-widget-authorized]::before {
  content: "\e576";
}
.fa-square-o[breezer-account-widget-authorized]::before {
  content: "\e278";
}
.fa-square-p[breezer-account-widget-authorized]::before {
  content: "\e279";
}
.fa-square-parking[breezer-account-widget-authorized]::before {
  content: "\f540";
}
.fa-parking[breezer-account-widget-authorized]::before {
  content: "\f540";
}
.fa-square-parking-slash[breezer-account-widget-authorized]::before {
  content: "\f617";
}
.fa-parking-slash[breezer-account-widget-authorized]::before {
  content: "\f617";
}
.fa-square-pen[breezer-account-widget-authorized]::before {
  content: "\f14b";
}
.fa-pen-square[breezer-account-widget-authorized]::before {
  content: "\f14b";
}
.fa-pencil-square[breezer-account-widget-authorized]::before {
  content: "\f14b";
}
.fa-square-person-confined[breezer-account-widget-authorized]::before {
  content: "\e577";
}
.fa-square-phone[breezer-account-widget-authorized]::before {
  content: "\f098";
}
.fa-phone-square[breezer-account-widget-authorized]::before {
  content: "\f098";
}
.fa-square-phone-flip[breezer-account-widget-authorized]::before {
  content: "\f87b";
}
.fa-phone-square-alt[breezer-account-widget-authorized]::before {
  content: "\f87b";
}
.fa-square-phone-hangup[breezer-account-widget-authorized]::before {
  content: "\e27a";
}
.fa-phone-square-down[breezer-account-widget-authorized]::before {
  content: "\e27a";
}
.fa-square-plus[breezer-account-widget-authorized]::before {
  content: "\f0fe";
}
.fa-plus-square[breezer-account-widget-authorized]::before {
  content: "\f0fe";
}
.fa-square-poll-horizontal[breezer-account-widget-authorized]::before {
  content: "\f682";
}
.fa-poll-h[breezer-account-widget-authorized]::before {
  content: "\f682";
}
.fa-square-poll-vertical[breezer-account-widget-authorized]::before {
  content: "\f681";
}
.fa-poll[breezer-account-widget-authorized]::before {
  content: "\f681";
}
.fa-square-q[breezer-account-widget-authorized]::before {
  content: "\e27b";
}
.fa-square-quarters[breezer-account-widget-authorized]::before {
  content: "\e44e";
}
.fa-square-question[breezer-account-widget-authorized]::before {
  content: "\f2fd";
}
.fa-question-square[breezer-account-widget-authorized]::before {
  content: "\f2fd";
}
.fa-square-quote[breezer-account-widget-authorized]::before {
  content: "\e329";
}
.fa-square-r[breezer-account-widget-authorized]::before {
  content: "\e27c";
}
.fa-square-right[breezer-account-widget-authorized]::before {
  content: "\f352";
}
.fa-arrow-alt-square-right[breezer-account-widget-authorized]::before {
  content: "\f352";
}
.fa-square-ring[breezer-account-widget-authorized]::before {
  content: "\e44f";
}
.fa-square-root[breezer-account-widget-authorized]::before {
  content: "\f697";
}
.fa-square-root-variable[breezer-account-widget-authorized]::before {
  content: "\f698";
}
.fa-square-root-alt[breezer-account-widget-authorized]::before {
  content: "\f698";
}
.fa-square-rss[breezer-account-widget-authorized]::before {
  content: "\f143";
}
.fa-rss-square[breezer-account-widget-authorized]::before {
  content: "\f143";
}
.fa-square-s[breezer-account-widget-authorized]::before {
  content: "\e27d";
}
.fa-square-share-nodes[breezer-account-widget-authorized]::before {
  content: "\f1e1";
}
.fa-share-alt-square[breezer-account-widget-authorized]::before {
  content: "\f1e1";
}
.fa-square-sliders[breezer-account-widget-authorized]::before {
  content: "\f3f0";
}
.fa-sliders-h-square[breezer-account-widget-authorized]::before {
  content: "\f3f0";
}
.fa-square-sliders-vertical[breezer-account-widget-authorized]::before {
  content: "\f3f2";
}
.fa-sliders-v-square[breezer-account-widget-authorized]::before {
  content: "\f3f2";
}
.fa-square-small[breezer-account-widget-authorized]::before {
  content: "\e27e";
}
.fa-square-star[breezer-account-widget-authorized]::before {
  content: "\e27f";
}
.fa-square-t[breezer-account-widget-authorized]::before {
  content: "\e280";
}
.fa-square-terminal[breezer-account-widget-authorized]::before {
  content: "\e32a";
}
.fa-square-this-way-up[breezer-account-widget-authorized]::before {
  content: "\f49f";
}
.fa-box-up[breezer-account-widget-authorized]::before {
  content: "\f49f";
}
.fa-square-u[breezer-account-widget-authorized]::before {
  content: "\e281";
}
.fa-square-up[breezer-account-widget-authorized]::before {
  content: "\f353";
}
.fa-arrow-alt-square-up[breezer-account-widget-authorized]::before {
  content: "\f353";
}
.fa-square-up-left[breezer-account-widget-authorized]::before {
  content: "\e282";
}
.fa-square-up-right[breezer-account-widget-authorized]::before {
  content: "\f360";
}
.fa-external-link-square-alt[breezer-account-widget-authorized]::before {
  content: "\f360";
}
.fa-square-user[breezer-account-widget-authorized]::before {
  content: "\e283";
}
.fa-square-v[breezer-account-widget-authorized]::before {
  content: "\e284";
}
.fa-square-virus[breezer-account-widget-authorized]::before {
  content: "\e578";
}
.fa-square-w[breezer-account-widget-authorized]::before {
  content: "\e285";
}
.fa-square-x[breezer-account-widget-authorized]::before {
  content: "\e286";
}
.fa-square-xmark[breezer-account-widget-authorized]::before {
  content: "\f2d3";
}
.fa-times-square[breezer-account-widget-authorized]::before {
  content: "\f2d3";
}
.fa-xmark-square[breezer-account-widget-authorized]::before {
  content: "\f2d3";
}
.fa-square-y[breezer-account-widget-authorized]::before {
  content: "\e287";
}
.fa-square-z[breezer-account-widget-authorized]::before {
  content: "\e288";
}
.fa-squid[breezer-account-widget-authorized]::before {
  content: "\e450";
}
.fa-squirrel[breezer-account-widget-authorized]::before {
  content: "\f71a";
}
.fa-staff[breezer-account-widget-authorized]::before {
  content: "\f71b";
}
.fa-staff-aesculapius[breezer-account-widget-authorized]::before {
  content: "\e579";
}
.fa-rod-asclepius[breezer-account-widget-authorized]::before {
  content: "\e579";
}
.fa-rod-snake[breezer-account-widget-authorized]::before {
  content: "\e579";
}
.fa-staff-snake[breezer-account-widget-authorized]::before {
  content: "\e579";
}
.fa-stairs[breezer-account-widget-authorized]::before {
  content: "\e289";
}
.fa-stamp[breezer-account-widget-authorized]::before {
  content: "\f5bf";
}
.fa-standard-definition[breezer-account-widget-authorized]::before {
  content: "\e28a";
}
.fa-rectangle-sd[breezer-account-widget-authorized]::before {
  content: "\e28a";
}
.fa-star[breezer-account-widget-authorized]::before {
  content: "\f005";
}
.fa-star-and-crescent[breezer-account-widget-authorized]::before {
  content: "\f699";
}
.fa-star-christmas[breezer-account-widget-authorized]::before {
  content: "\f7d4";
}
.fa-star-exclamation[breezer-account-widget-authorized]::before {
  content: "\f2f3";
}
.fa-star-half[breezer-account-widget-authorized]::before {
  content: "\f089";
}
.fa-star-half-stroke[breezer-account-widget-authorized]::before {
  content: "\f5c0";
}
.fa-star-half-alt[breezer-account-widget-authorized]::before {
  content: "\f5c0";
}
.fa-star-of-david[breezer-account-widget-authorized]::before {
  content: "\f69a";
}
.fa-star-of-life[breezer-account-widget-authorized]::before {
  content: "\f621";
}
.fa-star-sharp[breezer-account-widget-authorized]::before {
  content: "\e28b";
}
.fa-star-sharp-half[breezer-account-widget-authorized]::before {
  content: "\e28c";
}
.fa-star-sharp-half-stroke[breezer-account-widget-authorized]::before {
  content: "\e28d";
}
.fa-star-sharp-half-alt[breezer-account-widget-authorized]::before {
  content: "\e28d";
}
.fa-star-shooting[breezer-account-widget-authorized]::before {
  content: "\e036";
}
.fa-starfighter[breezer-account-widget-authorized]::before {
  content: "\e037";
}
.fa-starfighter-twin-ion-engine[breezer-account-widget-authorized]::before {
  content: "\e038";
}
.fa-starfighter-alt[breezer-account-widget-authorized]::before {
  content: "\e038";
}
.fa-starfighter-twin-ion-engine-advanced[breezer-account-widget-authorized]::before {
  content: "\e28e";
}
.fa-starfighter-alt-advanced[breezer-account-widget-authorized]::before {
  content: "\e28e";
}
.fa-stars[breezer-account-widget-authorized]::before {
  content: "\f762";
}
.fa-starship[breezer-account-widget-authorized]::before {
  content: "\e039";
}
.fa-starship-freighter[breezer-account-widget-authorized]::before {
  content: "\e03a";
}
.fa-steak[breezer-account-widget-authorized]::before {
  content: "\f824";
}
.fa-steering-wheel[breezer-account-widget-authorized]::before {
  content: "\f622";
}
.fa-sterling-sign[breezer-account-widget-authorized]::before {
  content: "\f154";
}
.fa-gbp[breezer-account-widget-authorized]::before {
  content: "\f154";
}
.fa-pound-sign[breezer-account-widget-authorized]::before {
  content: "\f154";
}
.fa-stethoscope[breezer-account-widget-authorized]::before {
  content: "\f0f1";
}
.fa-stocking[breezer-account-widget-authorized]::before {
  content: "\f7d5";
}
.fa-stomach[breezer-account-widget-authorized]::before {
  content: "\f623";
}
.fa-stop[breezer-account-widget-authorized]::before {
  content: "\f04d";
}
.fa-stopwatch[breezer-account-widget-authorized]::before {
  content: "\f2f2";
}
.fa-stopwatch-20[breezer-account-widget-authorized]::before {
  content: "\e06f";
}
.fa-store[breezer-account-widget-authorized]::before {
  content: "\f54e";
}
.fa-store-lock[breezer-account-widget-authorized]::before {
  content: "\e4a6";
}
.fa-store-slash[breezer-account-widget-authorized]::before {
  content: "\e071";
}
.fa-strawberry[breezer-account-widget-authorized]::before {
  content: "\e32b";
}
.fa-street-view[breezer-account-widget-authorized]::before {
  content: "\f21d";
}
.fa-stretcher[breezer-account-widget-authorized]::before {
  content: "\f825";
}
.fa-strikethrough[breezer-account-widget-authorized]::before {
  content: "\f0cc";
}
.fa-stroopwafel[breezer-account-widget-authorized]::before {
  content: "\f551";
}
.fa-subscript[breezer-account-widget-authorized]::before {
  content: "\f12c";
}
.fa-suitcase[breezer-account-widget-authorized]::before {
  content: "\f0f2";
}
.fa-suitcase-medical[breezer-account-widget-authorized]::before {
  content: "\f0fa";
}
.fa-medkit[breezer-account-widget-authorized]::before {
  content: "\f0fa";
}
.fa-suitcase-rolling[breezer-account-widget-authorized]::before {
  content: "\f5c1";
}
.fa-sun[breezer-account-widget-authorized]::before {
  content: "\f185";
}
.fa-sun-bright[breezer-account-widget-authorized]::before {
  content: "\e28f";
}
.fa-sun-alt[breezer-account-widget-authorized]::before {
  content: "\e28f";
}
.fa-sun-cloud[breezer-account-widget-authorized]::before {
  content: "\f763";
}
.fa-sun-dust[breezer-account-widget-authorized]::before {
  content: "\f764";
}
.fa-sun-haze[breezer-account-widget-authorized]::before {
  content: "\f765";
}
.fa-sun-plant-wilt[breezer-account-widget-authorized]::before {
  content: "\e57a";
}
.fa-sunglasses[breezer-account-widget-authorized]::before {
  content: "\f892";
}
.fa-sunrise[breezer-account-widget-authorized]::before {
  content: "\f766";
}
.fa-sunset[breezer-account-widget-authorized]::before {
  content: "\f767";
}
.fa-superscript[breezer-account-widget-authorized]::before {
  content: "\f12b";
}
.fa-sushi[breezer-account-widget-authorized]::before {
  content: "\e48a";
}
.fa-nigiri[breezer-account-widget-authorized]::before {
  content: "\e48a";
}
.fa-sushi-roll[breezer-account-widget-authorized]::before {
  content: "\e48b";
}
.fa-maki-roll[breezer-account-widget-authorized]::before {
  content: "\e48b";
}
.fa-makizushi[breezer-account-widget-authorized]::before {
  content: "\e48b";
}
.fa-swatchbook[breezer-account-widget-authorized]::before {
  content: "\f5c3";
}
.fa-sword[breezer-account-widget-authorized]::before {
  content: "\f71c";
}
.fa-sword-laser[breezer-account-widget-authorized]::before {
  content: "\e03b";
}
.fa-sword-laser-alt[breezer-account-widget-authorized]::before {
  content: "\e03c";
}
.fa-swords[breezer-account-widget-authorized]::before {
  content: "\f71d";
}
.fa-swords-laser[breezer-account-widget-authorized]::before {
  content: "\e03d";
}
.fa-symbols[breezer-account-widget-authorized]::before {
  content: "\f86e";
}
.fa-icons-alt[breezer-account-widget-authorized]::before {
  content: "\f86e";
}
.fa-synagogue[breezer-account-widget-authorized]::before {
  content: "\f69b";
}
.fa-syringe[breezer-account-widget-authorized]::before {
  content: "\f48e";
}
.fa-t[breezer-account-widget-authorized]::before {
  content: "\54";
}
.fa-table[breezer-account-widget-authorized]::before {
  content: "\f0ce";
}
.fa-table-cells[breezer-account-widget-authorized]::before {
  content: "\f00a";
}
.fa-th[breezer-account-widget-authorized]::before {
  content: "\f00a";
}
.fa-table-cells-large[breezer-account-widget-authorized]::before {
  content: "\f009";
}
.fa-th-large[breezer-account-widget-authorized]::before {
  content: "\f009";
}
.fa-table-columns[breezer-account-widget-authorized]::before {
  content: "\f0db";
}
.fa-columns[breezer-account-widget-authorized]::before {
  content: "\f0db";
}
.fa-table-layout[breezer-account-widget-authorized]::before {
  content: "\e290";
}
.fa-table-list[breezer-account-widget-authorized]::before {
  content: "\f00b";
}
.fa-th-list[breezer-account-widget-authorized]::before {
  content: "\f00b";
}
.fa-table-picnic[breezer-account-widget-authorized]::before {
  content: "\e32d";
}
.fa-table-pivot[breezer-account-widget-authorized]::before {
  content: "\e291";
}
.fa-table-rows[breezer-account-widget-authorized]::before {
  content: "\e292";
}
.fa-rows[breezer-account-widget-authorized]::before {
  content: "\e292";
}
.fa-table-tennis-paddle-ball[breezer-account-widget-authorized]::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball[breezer-account-widget-authorized]::before {
  content: "\f45d";
}
.fa-table-tennis[breezer-account-widget-authorized]::before {
  content: "\f45d";
}
.fa-table-tree[breezer-account-widget-authorized]::before {
  content: "\e293";
}
.fa-tablet[breezer-account-widget-authorized]::before {
  content: "\f3fb";
}
.fa-tablet-android[breezer-account-widget-authorized]::before {
  content: "\f3fb";
}
.fa-tablet-button[breezer-account-widget-authorized]::before {
  content: "\f10a";
}
.fa-tablet-rugged[breezer-account-widget-authorized]::before {
  content: "\f48f";
}
.fa-tablet-screen[breezer-account-widget-authorized]::before {
  content: "\f3fc";
}
.fa-tablet-android-alt[breezer-account-widget-authorized]::before {
  content: "\f3fc";
}
.fa-tablet-screen-button[breezer-account-widget-authorized]::before {
  content: "\f3fa";
}
.fa-tablet-alt[breezer-account-widget-authorized]::before {
  content: "\f3fa";
}
.fa-tablets[breezer-account-widget-authorized]::before {
  content: "\f490";
}
.fa-tachograph-digital[breezer-account-widget-authorized]::before {
  content: "\f566";
}
.fa-digital-tachograph[breezer-account-widget-authorized]::before {
  content: "\f566";
}
.fa-taco[breezer-account-widget-authorized]::before {
  content: "\f826";
}
.fa-tag[breezer-account-widget-authorized]::before {
  content: "\f02b";
}
.fa-tags[breezer-account-widget-authorized]::before {
  content: "\f02c";
}
.fa-tally[breezer-account-widget-authorized]::before {
  content: "\f69c";
}
.fa-tally-5[breezer-account-widget-authorized]::before {
  content: "\f69c";
}
.fa-tally-1[breezer-account-widget-authorized]::before {
  content: "\e294";
}
.fa-tally-2[breezer-account-widget-authorized]::before {
  content: "\e295";
}
.fa-tally-3[breezer-account-widget-authorized]::before {
  content: "\e296";
}
.fa-tally-4[breezer-account-widget-authorized]::before {
  content: "\e297";
}
.fa-tamale[breezer-account-widget-authorized]::before {
  content: "\e451";
}
.fa-tank-water[breezer-account-widget-authorized]::before {
  content: "\e452";
}
.fa-tape[breezer-account-widget-authorized]::before {
  content: "\f4db";
}
.fa-tarp[breezer-account-widget-authorized]::before {
  content: "\e57b";
}
.fa-tarp-droplet[breezer-account-widget-authorized]::before {
  content: "\e57c";
}
.fa-taxi[breezer-account-widget-authorized]::before {
  content: "\f1ba";
}
.fa-cab[breezer-account-widget-authorized]::before {
  content: "\f1ba";
}
.fa-taxi-bus[breezer-account-widget-authorized]::before {
  content: "\e298";
}
.fa-teddy-bear[breezer-account-widget-authorized]::before {
  content: "\e3cf";
}
.fa-teeth[breezer-account-widget-authorized]::before {
  content: "\f62e";
}
.fa-teeth-open[breezer-account-widget-authorized]::before {
  content: "\f62f";
}
.fa-telescope[breezer-account-widget-authorized]::before {
  content: "\e03e";
}
.fa-temperature-arrow-down[breezer-account-widget-authorized]::before {
  content: "\e03f";
}
.fa-temperature-down[breezer-account-widget-authorized]::before {
  content: "\e03f";
}
.fa-temperature-arrow-up[breezer-account-widget-authorized]::before {
  content: "\e040";
}
.fa-temperature-up[breezer-account-widget-authorized]::before {
  content: "\e040";
}
.fa-temperature-empty[breezer-account-widget-authorized]::before {
  content: "\f2cb";
}
.fa-temperature-0[breezer-account-widget-authorized]::before {
  content: "\f2cb";
}
.fa-thermometer-0[breezer-account-widget-authorized]::before {
  content: "\f2cb";
}
.fa-thermometer-empty[breezer-account-widget-authorized]::before {
  content: "\f2cb";
}
.fa-temperature-full[breezer-account-widget-authorized]::before {
  content: "\f2c7";
}
.fa-temperature-4[breezer-account-widget-authorized]::before {
  content: "\f2c7";
}
.fa-thermometer-4[breezer-account-widget-authorized]::before {
  content: "\f2c7";
}
.fa-thermometer-full[breezer-account-widget-authorized]::before {
  content: "\f2c7";
}
.fa-temperature-half[breezer-account-widget-authorized]::before {
  content: "\f2c9";
}
.fa-temperature-2[breezer-account-widget-authorized]::before {
  content: "\f2c9";
}
.fa-thermometer-2[breezer-account-widget-authorized]::before {
  content: "\f2c9";
}
.fa-thermometer-half[breezer-account-widget-authorized]::before {
  content: "\f2c9";
}
.fa-temperature-high[breezer-account-widget-authorized]::before {
  content: "\f769";
}
.fa-temperature-list[breezer-account-widget-authorized]::before {
  content: "\e299";
}
.fa-temperature-low[breezer-account-widget-authorized]::before {
  content: "\f76b";
}
.fa-temperature-quarter[breezer-account-widget-authorized]::before {
  content: "\f2ca";
}
.fa-temperature-1[breezer-account-widget-authorized]::before {
  content: "\f2ca";
}
.fa-thermometer-1[breezer-account-widget-authorized]::before {
  content: "\f2ca";
}
.fa-thermometer-quarter[breezer-account-widget-authorized]::before {
  content: "\f2ca";
}
.fa-temperature-snow[breezer-account-widget-authorized]::before {
  content: "\f768";
}
.fa-temperature-frigid[breezer-account-widget-authorized]::before {
  content: "\f768";
}
.fa-temperature-sun[breezer-account-widget-authorized]::before {
  content: "\f76a";
}
.fa-temperature-hot[breezer-account-widget-authorized]::before {
  content: "\f76a";
}
.fa-temperature-three-quarters[breezer-account-widget-authorized]::before {
  content: "\f2c8";
}
.fa-temperature-3[breezer-account-widget-authorized]::before {
  content: "\f2c8";
}
.fa-thermometer-3[breezer-account-widget-authorized]::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters[breezer-account-widget-authorized]::before {
  content: "\f2c8";
}
.fa-tenge-sign[breezer-account-widget-authorized]::before {
  content: "\f7d7";
}
.fa-tenge[breezer-account-widget-authorized]::before {
  content: "\f7d7";
}
.fa-tennis-ball[breezer-account-widget-authorized]::before {
  content: "\f45e";
}
.fa-tent[breezer-account-widget-authorized]::before {
  content: "\e57d";
}
.fa-tent-arrow-down-to-line[breezer-account-widget-authorized]::before {
  content: "\e57e";
}
.fa-tent-arrow-left-right[breezer-account-widget-authorized]::before {
  content: "\e57f";
}
.fa-tent-arrow-turn-left[breezer-account-widget-authorized]::before {
  content: "\e580";
}
.fa-tent-arrows-down[breezer-account-widget-authorized]::before {
  content: "\e581";
}
.fa-tents[breezer-account-widget-authorized]::before {
  content: "\e582";
}
.fa-terminal[breezer-account-widget-authorized]::before {
  content: "\f120";
}
.fa-text[breezer-account-widget-authorized]::before {
  content: "\f893";
}
.fa-text-height[breezer-account-widget-authorized]::before {
  content: "\f034";
}
.fa-text-size[breezer-account-widget-authorized]::before {
  content: "\f894";
}
.fa-text-slash[breezer-account-widget-authorized]::before {
  content: "\f87d";
}
.fa-remove-format[breezer-account-widget-authorized]::before {
  content: "\f87d";
}
.fa-text-width[breezer-account-widget-authorized]::before {
  content: "\f035";
}
.fa-thermometer[breezer-account-widget-authorized]::before {
  content: "\f491";
}
.fa-theta[breezer-account-widget-authorized]::before {
  content: "\f69e";
}
.fa-thought-bubble[breezer-account-widget-authorized]::before {
  content: "\e32e";
}
.fa-thumbs-down[breezer-account-widget-authorized]::before {
  content: "\f165";
}
.fa-thumbs-up[breezer-account-widget-authorized]::before {
  content: "\f164";
}
.fa-thumbtack[breezer-account-widget-authorized]::before {
  content: "\f08d";
}
.fa-thumb-tack[breezer-account-widget-authorized]::before {
  content: "\f08d";
}
.fa-tick[breezer-account-widget-authorized]::before {
  content: "\e32f";
}
.fa-ticket[breezer-account-widget-authorized]::before {
  content: "\f145";
}
.fa-ticket-airline[breezer-account-widget-authorized]::before {
  content: "\e29a";
}
.fa-ticket-simple[breezer-account-widget-authorized]::before {
  content: "\f3ff";
}
.fa-ticket-alt[breezer-account-widget-authorized]::before {
  content: "\f3ff";
}
.fa-tickets-airline[breezer-account-widget-authorized]::before {
  content: "\e29b";
}
.fa-tilde[breezer-account-widget-authorized]::before {
  content: "\7e";
}
.fa-timeline[breezer-account-widget-authorized]::before {
  content: "\e29c";
}
.fa-timeline-arrow[breezer-account-widget-authorized]::before {
  content: "\e29d";
}
.fa-timer[breezer-account-widget-authorized]::before {
  content: "\e29e";
}
.fa-tire[breezer-account-widget-authorized]::before {
  content: "\f631";
}
.fa-tire-flat[breezer-account-widget-authorized]::before {
  content: "\f632";
}
.fa-tire-pressure-warning[breezer-account-widget-authorized]::before {
  content: "\f633";
}
.fa-tire-rugged[breezer-account-widget-authorized]::before {
  content: "\f634";
}
.fa-toggle-off[breezer-account-widget-authorized]::before {
  content: "\f204";
}
.fa-toggle-on[breezer-account-widget-authorized]::before {
  content: "\f205";
}
.fa-toilet[breezer-account-widget-authorized]::before {
  content: "\f7d8";
}
.fa-toilet-paper[breezer-account-widget-authorized]::before {
  content: "\f71e";
}
.fa-toilet-paper-blank[breezer-account-widget-authorized]::before {
  content: "\f71f";
}
.fa-toilet-paper-alt[breezer-account-widget-authorized]::before {
  content: "\f71f";
}
.fa-toilet-paper-blank-under[breezer-account-widget-authorized]::before {
  content: "\e29f";
}
.fa-toilet-paper-reverse-alt[breezer-account-widget-authorized]::before {
  content: "\e29f";
}
.fa-toilet-paper-slash[breezer-account-widget-authorized]::before {
  content: "\e072";
}
.fa-toilet-paper-under[breezer-account-widget-authorized]::before {
  content: "\e2a0";
}
.fa-toilet-paper-reverse[breezer-account-widget-authorized]::before {
  content: "\e2a0";
}
.fa-toilet-paper-under-slash[breezer-account-widget-authorized]::before {
  content: "\e2a1";
}
.fa-toilet-paper-reverse-slash[breezer-account-widget-authorized]::before {
  content: "\e2a1";
}
.fa-toilet-portable[breezer-account-widget-authorized]::before {
  content: "\e583";
}
.fa-toilets-portable[breezer-account-widget-authorized]::before {
  content: "\e584";
}
.fa-tomato[breezer-account-widget-authorized]::before {
  content: "\e330";
}
.fa-tombstone[breezer-account-widget-authorized]::before {
  content: "\f720";
}
.fa-tombstone-blank[breezer-account-widget-authorized]::before {
  content: "\f721";
}
.fa-tombstone-alt[breezer-account-widget-authorized]::before {
  content: "\f721";
}
.fa-toolbox[breezer-account-widget-authorized]::before {
  content: "\f552";
}
.fa-tooth[breezer-account-widget-authorized]::before {
  content: "\f5c9";
}
.fa-toothbrush[breezer-account-widget-authorized]::before {
  content: "\f635";
}
.fa-torii-gate[breezer-account-widget-authorized]::before {
  content: "\f6a1";
}
.fa-tornado[breezer-account-widget-authorized]::before {
  content: "\f76f";
}
.fa-tower-broadcast[breezer-account-widget-authorized]::before {
  content: "\f519";
}
.fa-broadcast-tower[breezer-account-widget-authorized]::before {
  content: "\f519";
}
.fa-tower-cell[breezer-account-widget-authorized]::before {
  content: "\e585";
}
.fa-tower-control[breezer-account-widget-authorized]::before {
  content: "\e2a2";
}
.fa-tower-observation[breezer-account-widget-authorized]::before {
  content: "\e586";
}
.fa-tractor[breezer-account-widget-authorized]::before {
  content: "\f722";
}
.fa-trademark[breezer-account-widget-authorized]::before {
  content: "\f25c";
}
.fa-traffic-cone[breezer-account-widget-authorized]::before {
  content: "\f636";
}
.fa-traffic-light[breezer-account-widget-authorized]::before {
  content: "\f637";
}
.fa-traffic-light-go[breezer-account-widget-authorized]::before {
  content: "\f638";
}
.fa-traffic-light-slow[breezer-account-widget-authorized]::before {
  content: "\f639";
}
.fa-traffic-light-stop[breezer-account-widget-authorized]::before {
  content: "\f63a";
}
.fa-trailer[breezer-account-widget-authorized]::before {
  content: "\e041";
}
.fa-train[breezer-account-widget-authorized]::before {
  content: "\f238";
}
.fa-train-subway[breezer-account-widget-authorized]::before {
  content: "\f239";
}
.fa-subway[breezer-account-widget-authorized]::before {
  content: "\f239";
}
.fa-train-subway-tunnel[breezer-account-widget-authorized]::before {
  content: "\e2a3";
}
.fa-subway-tunnel[breezer-account-widget-authorized]::before {
  content: "\e2a3";
}
.fa-train-track[breezer-account-widget-authorized]::before {
  content: "\e453";
}
.fa-train-tram[breezer-account-widget-authorized]::before {
  content: "\f7da";
}
.fa-tram[breezer-account-widget-authorized]::before {
  content: "\f7da";
}
.fa-train-tunnel[breezer-account-widget-authorized]::before {
  content: "\e454";
}
.fa-transformer-bolt[breezer-account-widget-authorized]::before {
  content: "\e2a4";
}
.fa-transgender[breezer-account-widget-authorized]::before {
  content: "\f225";
}
.fa-transgender-alt[breezer-account-widget-authorized]::before {
  content: "\f225";
}
.fa-transporter[breezer-account-widget-authorized]::before {
  content: "\e042";
}
.fa-transporter-1[breezer-account-widget-authorized]::before {
  content: "\e043";
}
.fa-transporter-2[breezer-account-widget-authorized]::before {
  content: "\e044";
}
.fa-transporter-3[breezer-account-widget-authorized]::before {
  content: "\e045";
}
.fa-transporter-4[breezer-account-widget-authorized]::before {
  content: "\e2a5";
}
.fa-transporter-5[breezer-account-widget-authorized]::before {
  content: "\e2a6";
}
.fa-transporter-6[breezer-account-widget-authorized]::before {
  content: "\e2a7";
}
.fa-transporter-7[breezer-account-widget-authorized]::before {
  content: "\e2a8";
}
.fa-transporter-empty[breezer-account-widget-authorized]::before {
  content: "\e046";
}
.fa-trash[breezer-account-widget-authorized]::before {
  content: "\f1f8";
}
.fa-trash-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f829";
}
.fa-trash-restore[breezer-account-widget-authorized]::before {
  content: "\f829";
}
.fa-trash-can[breezer-account-widget-authorized]::before {
  content: "\f2ed";
}
.fa-trash-alt[breezer-account-widget-authorized]::before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f82a";
}
.fa-trash-restore-alt[breezer-account-widget-authorized]::before {
  content: "\f82a";
}
.fa-trash-can-check[breezer-account-widget-authorized]::before {
  content: "\e2a9";
}
.fa-trash-can-clock[breezer-account-widget-authorized]::before {
  content: "\e2aa";
}
.fa-trash-can-list[breezer-account-widget-authorized]::before {
  content: "\e2ab";
}
.fa-trash-can-plus[breezer-account-widget-authorized]::before {
  content: "\e2ac";
}
.fa-trash-can-slash[breezer-account-widget-authorized]::before {
  content: "\e2ad";
}
.fa-trash-alt-slash[breezer-account-widget-authorized]::before {
  content: "\e2ad";
}
.fa-trash-can-undo[breezer-account-widget-authorized]::before {
  content: "\f896";
}
.fa-trash-can-arrow-turn-left[breezer-account-widget-authorized]::before {
  content: "\f896";
}
.fa-trash-undo-alt[breezer-account-widget-authorized]::before {
  content: "\f896";
}
.fa-trash-can-xmark[breezer-account-widget-authorized]::before {
  content: "\e2ae";
}
.fa-trash-check[breezer-account-widget-authorized]::before {
  content: "\e2af";
}
.fa-trash-clock[breezer-account-widget-authorized]::before {
  content: "\e2b0";
}
.fa-trash-list[breezer-account-widget-authorized]::before {
  content: "\e2b1";
}
.fa-trash-plus[breezer-account-widget-authorized]::before {
  content: "\e2b2";
}
.fa-trash-slash[breezer-account-widget-authorized]::before {
  content: "\e2b3";
}
.fa-trash-undo[breezer-account-widget-authorized]::before {
  content: "\f895";
}
.fa-trash-arrow-turn-left[breezer-account-widget-authorized]::before {
  content: "\f895";
}
.fa-trash-xmark[breezer-account-widget-authorized]::before {
  content: "\e2b4";
}
.fa-treasure-chest[breezer-account-widget-authorized]::before {
  content: "\f723";
}
.fa-tree[breezer-account-widget-authorized]::before {
  content: "\f1bb";
}
.fa-tree-christmas[breezer-account-widget-authorized]::before {
  content: "\f7db";
}
.fa-tree-city[breezer-account-widget-authorized]::before {
  content: "\e587";
}
.fa-tree-deciduous[breezer-account-widget-authorized]::before {
  content: "\f400";
}
.fa-tree-alt[breezer-account-widget-authorized]::before {
  content: "\f400";
}
.fa-tree-decorated[breezer-account-widget-authorized]::before {
  content: "\f7dc";
}
.fa-tree-large[breezer-account-widget-authorized]::before {
  content: "\f7dd";
}
.fa-tree-palm[breezer-account-widget-authorized]::before {
  content: "\f82b";
}
.fa-trees[breezer-account-widget-authorized]::before {
  content: "\f724";
}
.fa-triangle[breezer-account-widget-authorized]::before {
  content: "\f2ec";
}
.fa-triangle-exclamation[breezer-account-widget-authorized]::before {
  content: "\f071";
}
.fa-exclamation-triangle[breezer-account-widget-authorized]::before {
  content: "\f071";
}
.fa-warning[breezer-account-widget-authorized]::before {
  content: "\f071";
}
.fa-triangle-instrument[breezer-account-widget-authorized]::before {
  content: "\f8e2";
}
.fa-triangle-music[breezer-account-widget-authorized]::before {
  content: "\f8e2";
}
.fa-triangle-person-digging[breezer-account-widget-authorized]::before {
  content: "\f85d";
}
.fa-construction[breezer-account-widget-authorized]::before {
  content: "\f85d";
}
.fa-trillium[breezer-account-widget-authorized]::before {
  content: "\e588";
}
.fa-trophy[breezer-account-widget-authorized]::before {
  content: "\f091";
}
.fa-trophy-star[breezer-account-widget-authorized]::before {
  content: "\f2eb";
}
.fa-trophy-alt[breezer-account-widget-authorized]::before {
  content: "\f2eb";
}
.fa-trowel[breezer-account-widget-authorized]::before {
  content: "\e589";
}
.fa-trowel-bricks[breezer-account-widget-authorized]::before {
  content: "\e58a";
}
.fa-truck[breezer-account-widget-authorized]::before {
  content: "\f0d1";
}
.fa-truck-arrow-right[breezer-account-widget-authorized]::before {
  content: "\e58b";
}
.fa-truck-bolt[breezer-account-widget-authorized]::before {
  content: "\e3d0";
}
.fa-truck-clock[breezer-account-widget-authorized]::before {
  content: "\f48c";
}
.fa-shipping-timed[breezer-account-widget-authorized]::before {
  content: "\f48c";
}
.fa-truck-container[breezer-account-widget-authorized]::before {
  content: "\f4dc";
}
.fa-truck-container-empty[breezer-account-widget-authorized]::before {
  content: "\e2b5";
}
.fa-truck-droplet[breezer-account-widget-authorized]::before {
  content: "\e58c";
}
.fa-truck-fast[breezer-account-widget-authorized]::before {
  content: "\f48b";
}
.fa-shipping-fast[breezer-account-widget-authorized]::before {
  content: "\f48b";
}
.fa-truck-field[breezer-account-widget-authorized]::before {
  content: "\e58d";
}
.fa-truck-field-un[breezer-account-widget-authorized]::before {
  content: "\e58e";
}
.fa-truck-flatbed[breezer-account-widget-authorized]::before {
  content: "\e2b6";
}
.fa-truck-front[breezer-account-widget-authorized]::before {
  content: "\e2b7";
}
.fa-truck-medical[breezer-account-widget-authorized]::before {
  content: "\f0f9";
}
.fa-ambulance[breezer-account-widget-authorized]::before {
  content: "\f0f9";
}
.fa-truck-monster[breezer-account-widget-authorized]::before {
  content: "\f63b";
}
.fa-truck-moving[breezer-account-widget-authorized]::before {
  content: "\f4df";
}
.fa-truck-pickup[breezer-account-widget-authorized]::before {
  content: "\f63c";
}
.fa-truck-plane[breezer-account-widget-authorized]::before {
  content: "\e58f";
}
.fa-truck-plow[breezer-account-widget-authorized]::before {
  content: "\f7de";
}
.fa-truck-ramp[breezer-account-widget-authorized]::before {
  content: "\f4e0";
}
.fa-truck-ramp-box[breezer-account-widget-authorized]::before {
  content: "\f4de";
}
.fa-truck-loading[breezer-account-widget-authorized]::before {
  content: "\f4de";
}
.fa-truck-ramp-couch[breezer-account-widget-authorized]::before {
  content: "\f4dd";
}
.fa-truck-couch[breezer-account-widget-authorized]::before {
  content: "\f4dd";
}
.fa-truck-tow[breezer-account-widget-authorized]::before {
  content: "\e2b8";
}
.fa-trumpet[breezer-account-widget-authorized]::before {
  content: "\f8e3";
}
.fa-tty[breezer-account-widget-authorized]::before {
  content: "\f1e4";
}
.fa-teletype[breezer-account-widget-authorized]::before {
  content: "\f1e4";
}
.fa-tty-answer[breezer-account-widget-authorized]::before {
  content: "\e2b9";
}
.fa-teletype-answer[breezer-account-widget-authorized]::before {
  content: "\e2b9";
}
.fa-tugrik-sign[breezer-account-widget-authorized]::before {
  content: "\e2ba";
}
.fa-turkey[breezer-account-widget-authorized]::before {
  content: "\f725";
}
.fa-turkish-lira-sign[breezer-account-widget-authorized]::before {
  content: "\e2bb";
}
.fa-try[breezer-account-widget-authorized]::before {
  content: "\e2bb";
}
.fa-turkish-lira[breezer-account-widget-authorized]::before {
  content: "\e2bb";
}
.fa-turn-down[breezer-account-widget-authorized]::before {
  content: "\f3be";
}
.fa-level-down-alt[breezer-account-widget-authorized]::before {
  content: "\f3be";
}
.fa-turn-down-left[breezer-account-widget-authorized]::before {
  content: "\e331";
}
.fa-turn-down-right[breezer-account-widget-authorized]::before {
  content: "\e455";
}
.fa-turn-up[breezer-account-widget-authorized]::before {
  content: "\f3bf";
}
.fa-level-up-alt[breezer-account-widget-authorized]::before {
  content: "\f3bf";
}
.fa-turntable[breezer-account-widget-authorized]::before {
  content: "\f8e4";
}
.fa-turtle[breezer-account-widget-authorized]::before {
  content: "\f726";
}
.fa-tv[breezer-account-widget-authorized]::before {
  content: "\f26c";
}
.fa-television[breezer-account-widget-authorized]::before {
  content: "\f26c";
}
.fa-tv-alt[breezer-account-widget-authorized]::before {
  content: "\f26c";
}
.fa-tv-music[breezer-account-widget-authorized]::before {
  content: "\f8e6";
}
.fa-tv-retro[breezer-account-widget-authorized]::before {
  content: "\f401";
}
.fa-typewriter[breezer-account-widget-authorized]::before {
  content: "\f8e7";
}
.fa-u[breezer-account-widget-authorized]::before {
  content: "\55";
}
.fa-ufo[breezer-account-widget-authorized]::before {
  content: "\e047";
}
.fa-ufo-beam[breezer-account-widget-authorized]::before {
  content: "\e048";
}
.fa-umbrella[breezer-account-widget-authorized]::before {
  content: "\f0e9";
}
.fa-umbrella-beach[breezer-account-widget-authorized]::before {
  content: "\f5ca";
}
.fa-umbrella-simple[breezer-account-widget-authorized]::before {
  content: "\e2bc";
}
.fa-umbrella-alt[breezer-account-widget-authorized]::before {
  content: "\e2bc";
}
.fa-underline[breezer-account-widget-authorized]::before {
  content: "\f0cd";
}
.fa-unicorn[breezer-account-widget-authorized]::before {
  content: "\f727";
}
.fa-uniform-martial-arts[breezer-account-widget-authorized]::before {
  content: "\e3d1";
}
.fa-union[breezer-account-widget-authorized]::before {
  content: "\f6a2";
}
.fa-universal-access[breezer-account-widget-authorized]::before {
  content: "\f29a";
}
.fa-unlock[breezer-account-widget-authorized]::before {
  content: "\f09c";
}
.fa-unlock-keyhole[breezer-account-widget-authorized]::before {
  content: "\f13e";
}
.fa-unlock-alt[breezer-account-widget-authorized]::before {
  content: "\f13e";
}
.fa-up[breezer-account-widget-authorized]::before {
  content: "\f357";
}
.fa-arrow-alt-up[breezer-account-widget-authorized]::before {
  content: "\f357";
}
.fa-up-down[breezer-account-widget-authorized]::before {
  content: "\f338";
}
.fa-arrows-alt-v[breezer-account-widget-authorized]::before {
  content: "\f338";
}
.fa-up-down-left-right[breezer-account-widget-authorized]::before {
  content: "\f0b2";
}
.fa-arrows-alt[breezer-account-widget-authorized]::before {
  content: "\f0b2";
}
.fa-up-from-bracket[breezer-account-widget-authorized]::before {
  content: "\e590";
}
.fa-up-from-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e456";
}
.fa-up-from-line[breezer-account-widget-authorized]::before {
  content: "\f346";
}
.fa-arrow-alt-from-bottom[breezer-account-widget-authorized]::before {
  content: "\f346";
}
.fa-up-left[breezer-account-widget-authorized]::before {
  content: "\e2bd";
}
.fa-up-long[breezer-account-widget-authorized]::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up[breezer-account-widget-authorized]::before {
  content: "\f30c";
}
.fa-up-right[breezer-account-widget-authorized]::before {
  content: "\e2be";
}
.fa-up-right-and-down-left-from-center[breezer-account-widget-authorized]::before {
  content: "\f424";
}
.fa-expand-alt[breezer-account-widget-authorized]::before {
  content: "\f424";
}
.fa-up-right-from-square[breezer-account-widget-authorized]::before {
  content: "\f35d";
}
.fa-external-link-alt[breezer-account-widget-authorized]::before {
  content: "\f35d";
}
.fa-up-to-dotted-line[breezer-account-widget-authorized]::before {
  content: "\e457";
}
.fa-up-to-line[breezer-account-widget-authorized]::before {
  content: "\f34d";
}
.fa-arrow-alt-to-top[breezer-account-widget-authorized]::before {
  content: "\f34d";
}
.fa-upload[breezer-account-widget-authorized]::before {
  content: "\f093";
}
.fa-usb-drive[breezer-account-widget-authorized]::before {
  content: "\f8e9";
}
.fa-user[breezer-account-widget-authorized]::before {
  content: "\f007";
}
.fa-user-alien[breezer-account-widget-authorized]::before {
  content: "\e04a";
}
.fa-user-astronaut[breezer-account-widget-authorized]::before {
  content: "\f4fb";
}
.fa-user-bounty-hunter[breezer-account-widget-authorized]::before {
  content: "\e2bf";
}
.fa-user-check[breezer-account-widget-authorized]::before {
  content: "\f4fc";
}
.fa-user-chef[breezer-account-widget-authorized]::before {
  content: "\e3d2";
}
.fa-user-clock[breezer-account-widget-authorized]::before {
  content: "\f4fd";
}
.fa-user-cowboy[breezer-account-widget-authorized]::before {
  content: "\f8ea";
}
.fa-user-crown[breezer-account-widget-authorized]::before {
  content: "\f6a4";
}
.fa-user-doctor[breezer-account-widget-authorized]::before {
  content: "\f0f0";
}
.fa-user-md[breezer-account-widget-authorized]::before {
  content: "\f0f0";
}
.fa-user-doctor-hair[breezer-account-widget-authorized]::before {
  content: "\e458";
}
.fa-user-doctor-hair-long[breezer-account-widget-authorized]::before {
  content: "\e459";
}
.fa-user-doctor-message[breezer-account-widget-authorized]::before {
  content: "\f82e";
}
.fa-user-md-chat[breezer-account-widget-authorized]::before {
  content: "\f82e";
}
.fa-user-gear[breezer-account-widget-authorized]::before {
  content: "\f4fe";
}
.fa-user-cog[breezer-account-widget-authorized]::before {
  content: "\f4fe";
}
.fa-user-graduate[breezer-account-widget-authorized]::before {
  content: "\f501";
}
.fa-user-group[breezer-account-widget-authorized]::before {
  content: "\f500";
}
.fa-user-friends[breezer-account-widget-authorized]::before {
  content: "\f500";
}
.fa-user-group-crown[breezer-account-widget-authorized]::before {
  content: "\f6a5";
}
.fa-users-crown[breezer-account-widget-authorized]::before {
  content: "\f6a5";
}
.fa-user-hair[breezer-account-widget-authorized]::before {
  content: "\e45a";
}
.fa-user-hair-buns[breezer-account-widget-authorized]::before {
  content: "\e3d3";
}
.fa-user-hair-long[breezer-account-widget-authorized]::before {
  content: "\e45b";
}
.fa-user-hair-mullet[breezer-account-widget-authorized]::before {
  content: "\e45c";
}
.fa-business-front[breezer-account-widget-authorized]::before {
  content: "\e45c";
}
.fa-party-back[breezer-account-widget-authorized]::before {
  content: "\e45c";
}
.fa-trian-balbot[breezer-account-widget-authorized]::before {
  content: "\e45c";
}
.fa-user-headset[breezer-account-widget-authorized]::before {
  content: "\f82d";
}
.fa-user-helmet-safety[breezer-account-widget-authorized]::before {
  content: "\f82c";
}
.fa-user-construction[breezer-account-widget-authorized]::before {
  content: "\f82c";
}
.fa-user-hard-hat[breezer-account-widget-authorized]::before {
  content: "\f82c";
}
.fa-user-injured[breezer-account-widget-authorized]::before {
  content: "\f728";
}
.fa-user-large[breezer-account-widget-authorized]::before {
  content: "\f406";
}
.fa-user-alt[breezer-account-widget-authorized]::before {
  content: "\f406";
}
.fa-user-large-slash[breezer-account-widget-authorized]::before {
  content: "\f4fa";
}
.fa-user-alt-slash[breezer-account-widget-authorized]::before {
  content: "\f4fa";
}
.fa-user-lock[breezer-account-widget-authorized]::before {
  content: "\f502";
}
.fa-user-minus[breezer-account-widget-authorized]::before {
  content: "\f503";
}
.fa-user-music[breezer-account-widget-authorized]::before {
  content: "\f8eb";
}
.fa-user-ninja[breezer-account-widget-authorized]::before {
  content: "\f504";
}
.fa-user-nurse[breezer-account-widget-authorized]::before {
  content: "\f82f";
}
.fa-user-nurse-hair[breezer-account-widget-authorized]::before {
  content: "\e45d";
}
.fa-user-nurse-hair-long[breezer-account-widget-authorized]::before {
  content: "\e45e";
}
.fa-user-pen[breezer-account-widget-authorized]::before {
  content: "\f4ff";
}
.fa-user-edit[breezer-account-widget-authorized]::before {
  content: "\f4ff";
}
.fa-user-pilot[breezer-account-widget-authorized]::before {
  content: "\e2c0";
}
.fa-user-pilot-tie[breezer-account-widget-authorized]::before {
  content: "\e2c1";
}
.fa-user-plus[breezer-account-widget-authorized]::before {
  content: "\f234";
}
.fa-user-police[breezer-account-widget-authorized]::before {
  content: "\e333";
}
.fa-user-police-tie[breezer-account-widget-authorized]::before {
  content: "\e334";
}
.fa-user-robot[breezer-account-widget-authorized]::before {
  content: "\e04b";
}
.fa-user-robot-xmarks[breezer-account-widget-authorized]::before {
  content: "\e4a7";
}
.fa-user-secret[breezer-account-widget-authorized]::before {
  content: "\f21b";
}
.fa-user-shakespeare[breezer-account-widget-authorized]::before {
  content: "\e2c2";
}
.fa-user-shield[breezer-account-widget-authorized]::before {
  content: "\f505";
}
.fa-user-slash[breezer-account-widget-authorized]::before {
  content: "\f506";
}
.fa-user-tag[breezer-account-widget-authorized]::before {
  content: "\f507";
}
.fa-user-tie[breezer-account-widget-authorized]::before {
  content: "\f508";
}
.fa-user-tie-hair[breezer-account-widget-authorized]::before {
  content: "\e45f";
}
.fa-user-tie-hair-long[breezer-account-widget-authorized]::before {
  content: "\e460";
}
.fa-user-unlock[breezer-account-widget-authorized]::before {
  content: "\e058";
}
.fa-user-visor[breezer-account-widget-authorized]::before {
  content: "\e04c";
}
.fa-user-vneck[breezer-account-widget-authorized]::before {
  content: "\e461";
}
.fa-user-vneck-hair[breezer-account-widget-authorized]::before {
  content: "\e462";
}
.fa-user-vneck-hair-long[breezer-account-widget-authorized]::before {
  content: "\e463";
}
.fa-user-xmark[breezer-account-widget-authorized]::before {
  content: "\f235";
}
.fa-user-times[breezer-account-widget-authorized]::before {
  content: "\f235";
}
.fa-users[breezer-account-widget-authorized]::before {
  content: "\f0c0";
}
.fa-users-between-lines[breezer-account-widget-authorized]::before {
  content: "\e591";
}
.fa-users-gear[breezer-account-widget-authorized]::before {
  content: "\f509";
}
.fa-users-cog[breezer-account-widget-authorized]::before {
  content: "\f509";
}
.fa-users-line[breezer-account-widget-authorized]::before {
  content: "\e592";
}
.fa-users-medical[breezer-account-widget-authorized]::before {
  content: "\f830";
}
.fa-users-rays[breezer-account-widget-authorized]::before {
  content: "\e593";
}
.fa-users-rectangle[breezer-account-widget-authorized]::before {
  content: "\e594";
}
.fa-users-slash[breezer-account-widget-authorized]::before {
  content: "\e073";
}
.fa-users-viewfinder[breezer-account-widget-authorized]::before {
  content: "\e595";
}
.fa-utensils[breezer-account-widget-authorized]::before {
  content: "\f2e7";
}
.fa-cutlery[breezer-account-widget-authorized]::before {
  content: "\f2e7";
}
.fa-utensils-slash[breezer-account-widget-authorized]::before {
  content: "\e464";
}
.fa-utility-pole[breezer-account-widget-authorized]::before {
  content: "\e2c3";
}
.fa-utility-pole-double[breezer-account-widget-authorized]::before {
  content: "\e2c4";
}
.fa-v[breezer-account-widget-authorized]::before {
  content: "\56";
}
.fa-vacuum[breezer-account-widget-authorized]::before {
  content: "\e04d";
}
.fa-vacuum-robot[breezer-account-widget-authorized]::before {
  content: "\e04e";
}
.fa-value-absolute[breezer-account-widget-authorized]::before {
  content: "\f6a6";
}
.fa-van-shuttle[breezer-account-widget-authorized]::before {
  content: "\f5b6";
}
.fa-shuttle-van[breezer-account-widget-authorized]::before {
  content: "\f5b6";
}
.fa-vault[breezer-account-widget-authorized]::before {
  content: "\e2c5";
}
.fa-vector-circle[breezer-account-widget-authorized]::before {
  content: "\e2c6";
}
.fa-vector-polygon[breezer-account-widget-authorized]::before {
  content: "\e2c7";
}
.fa-vector-square[breezer-account-widget-authorized]::before {
  content: "\f5cb";
}
.fa-vent-damper[breezer-account-widget-authorized]::before {
  content: "\e465";
}
.fa-venus[breezer-account-widget-authorized]::before {
  content: "\f221";
}
.fa-venus-double[breezer-account-widget-authorized]::before {
  content: "\f226";
}
.fa-venus-mars[breezer-account-widget-authorized]::before {
  content: "\f228";
}
.fa-vest[breezer-account-widget-authorized]::before {
  content: "\e085";
}
.fa-vest-patches[breezer-account-widget-authorized]::before {
  content: "\e086";
}
.fa-vial[breezer-account-widget-authorized]::before {
  content: "\f492";
}
.fa-vial-circle-check[breezer-account-widget-authorized]::before {
  content: "\e596";
}
.fa-vial-virus[breezer-account-widget-authorized]::before {
  content: "\e597";
}
.fa-vials[breezer-account-widget-authorized]::before {
  content: "\f493";
}
.fa-video[breezer-account-widget-authorized]::before {
  content: "\f03d";
}
.fa-video-camera[breezer-account-widget-authorized]::before {
  content: "\f03d";
}
.fa-video-arrow-down-left[breezer-account-widget-authorized]::before {
  content: "\e2c8";
}
.fa-video-arrow-up-right[breezer-account-widget-authorized]::before {
  content: "\e2c9";
}
.fa-video-plus[breezer-account-widget-authorized]::before {
  content: "\f4e1";
}
.fa-video-slash[breezer-account-widget-authorized]::before {
  content: "\f4e2";
}
.fa-vihara[breezer-account-widget-authorized]::before {
  content: "\f6a7";
}
.fa-violin[breezer-account-widget-authorized]::before {
  content: "\f8ed";
}
.fa-virus[breezer-account-widget-authorized]::before {
  content: "\e074";
}
.fa-virus-covid[breezer-account-widget-authorized]::before {
  content: "\e4a8";
}
.fa-virus-covid-slash[breezer-account-widget-authorized]::before {
  content: "\e4a9";
}
.fa-virus-slash[breezer-account-widget-authorized]::before {
  content: "\e075";
}
.fa-viruses[breezer-account-widget-authorized]::before {
  content: "\e076";
}
.fa-voicemail[breezer-account-widget-authorized]::before {
  content: "\f897";
}
.fa-volcano[breezer-account-widget-authorized]::before {
  content: "\f770";
}
.fa-volleyball[breezer-account-widget-authorized]::before {
  content: "\f45f";
}
.fa-volleyball-ball[breezer-account-widget-authorized]::before {
  content: "\f45f";
}
.fa-volume[breezer-account-widget-authorized]::before {
  content: "\f6a8";
}
.fa-volume-medium[breezer-account-widget-authorized]::before {
  content: "\f6a8";
}
.fa-volume-high[breezer-account-widget-authorized]::before {
  content: "\f028";
}
.fa-volume-up[breezer-account-widget-authorized]::before {
  content: "\f028";
}
.fa-volume-low[breezer-account-widget-authorized]::before {
  content: "\f027";
}
.fa-volume-down[breezer-account-widget-authorized]::before {
  content: "\f027";
}
.fa-volume-off[breezer-account-widget-authorized]::before {
  content: "\f026";
}
.fa-volume-slash[breezer-account-widget-authorized]::before {
  content: "\f2e2";
}
.fa-volume-xmark[breezer-account-widget-authorized]::before {
  content: "\f6a9";
}
.fa-volume-mute[breezer-account-widget-authorized]::before {
  content: "\f6a9";
}
.fa-volume-times[breezer-account-widget-authorized]::before {
  content: "\f6a9";
}
.fa-vr-cardboard[breezer-account-widget-authorized]::before {
  content: "\f729";
}
.fa-w[breezer-account-widget-authorized]::before {
  content: "\57";
}
.fa-waffle[breezer-account-widget-authorized]::before {
  content: "\e466";
}
.fa-wagon-covered[breezer-account-widget-authorized]::before {
  content: "\f8ee";
}
.fa-walker[breezer-account-widget-authorized]::before {
  content: "\f831";
}
.fa-walkie-talkie[breezer-account-widget-authorized]::before {
  content: "\f8ef";
}
.fa-wallet[breezer-account-widget-authorized]::before {
  content: "\f555";
}
.fa-wand[breezer-account-widget-authorized]::before {
  content: "\f72a";
}
.fa-wand-magic[breezer-account-widget-authorized]::before {
  content: "\f0d0";
}
.fa-magic[breezer-account-widget-authorized]::before {
  content: "\f0d0";
}
.fa-wand-magic-sparkles[breezer-account-widget-authorized]::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles[breezer-account-widget-authorized]::before {
  content: "\e2ca";
}
.fa-wand-sparkles[breezer-account-widget-authorized]::before {
  content: "\f72b";
}
.fa-warehouse[breezer-account-widget-authorized]::before {
  content: "\f494";
}
.fa-warehouse-full[breezer-account-widget-authorized]::before {
  content: "\f495";
}
.fa-warehouse-alt[breezer-account-widget-authorized]::before {
  content: "\f495";
}
.fa-washing-machine[breezer-account-widget-authorized]::before {
  content: "\f898";
}
.fa-washer[breezer-account-widget-authorized]::before {
  content: "\f898";
}
.fa-watch[breezer-account-widget-authorized]::before {
  content: "\f2e1";
}
.fa-watch-apple[breezer-account-widget-authorized]::before {
  content: "\e2cb";
}
.fa-watch-calculator[breezer-account-widget-authorized]::before {
  content: "\f8f0";
}
.fa-watch-fitness[breezer-account-widget-authorized]::before {
  content: "\f63e";
}
.fa-watch-smart[breezer-account-widget-authorized]::before {
  content: "\e2cc";
}
.fa-water[breezer-account-widget-authorized]::before {
  content: "\f773";
}
.fa-water-arrow-down[breezer-account-widget-authorized]::before {
  content: "\f774";
}
.fa-water-lower[breezer-account-widget-authorized]::before {
  content: "\f774";
}
.fa-water-arrow-up[breezer-account-widget-authorized]::before {
  content: "\f775";
}
.fa-water-rise[breezer-account-widget-authorized]::before {
  content: "\f775";
}
.fa-water-ladder[breezer-account-widget-authorized]::before {
  content: "\f5c5";
}
.fa-ladder-water[breezer-account-widget-authorized]::before {
  content: "\f5c5";
}
.fa-swimming-pool[breezer-account-widget-authorized]::before {
  content: "\f5c5";
}
.fa-watermelon-slice[breezer-account-widget-authorized]::before {
  content: "\e337";
}
.fa-wave-pulse[breezer-account-widget-authorized]::before {
  content: "\f5f8";
}
.fa-heart-rate[breezer-account-widget-authorized]::before {
  content: "\f5f8";
}
.fa-wave-sine[breezer-account-widget-authorized]::before {
  content: "\f899";
}
.fa-wave-square[breezer-account-widget-authorized]::before {
  content: "\f83e";
}
.fa-wave-triangle[breezer-account-widget-authorized]::before {
  content: "\f89a";
}
.fa-waveform[breezer-account-widget-authorized]::before {
  content: "\f8f1";
}
.fa-waveform-lines[breezer-account-widget-authorized]::before {
  content: "\f8f2";
}
.fa-waveform-path[breezer-account-widget-authorized]::before {
  content: "\f8f2";
}
.fa-weight-hanging[breezer-account-widget-authorized]::before {
  content: "\f5cd";
}
.fa-weight-scale[breezer-account-widget-authorized]::before {
  content: "\f496";
}
.fa-weight[breezer-account-widget-authorized]::before {
  content: "\f496";
}
.fa-whale[breezer-account-widget-authorized]::before {
  content: "\f72c";
}
.fa-wheat[breezer-account-widget-authorized]::before {
  content: "\f72d";
}
.fa-wheat-awn[breezer-account-widget-authorized]::before {
  content: "\e2cd";
}
.fa-wheat-alt[breezer-account-widget-authorized]::before {
  content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\e598";
}
.fa-wheat-awn-slash[breezer-account-widget-authorized]::before {
  content: "\e338";
}
.fa-wheat-slash[breezer-account-widget-authorized]::before {
  content: "\e339";
}
.fa-wheelchair[breezer-account-widget-authorized]::before {
  content: "\f193";
}
.fa-wheelchair-move[breezer-account-widget-authorized]::before {
  content: "\e2ce";
}
.fa-wheelchair-alt[breezer-account-widget-authorized]::before {
  content: "\e2ce";
}
.fa-whiskey-glass[breezer-account-widget-authorized]::before {
  content: "\f7a0";
}
.fa-glass-whiskey[breezer-account-widget-authorized]::before {
  content: "\f7a0";
}
.fa-whiskey-glass-ice[breezer-account-widget-authorized]::before {
  content: "\f7a1";
}
.fa-glass-whiskey-rocks[breezer-account-widget-authorized]::before {
  content: "\f7a1";
}
.fa-whistle[breezer-account-widget-authorized]::before {
  content: "\f460";
}
.fa-wifi[breezer-account-widget-authorized]::before {
  content: "\f1eb";
}
.fa-wifi-3[breezer-account-widget-authorized]::before {
  content: "\f1eb";
}
.fa-wifi-strong[breezer-account-widget-authorized]::before {
  content: "\f1eb";
}
.fa-wifi-exclamation[breezer-account-widget-authorized]::before {
  content: "\e2cf";
}
.fa-wifi-fair[breezer-account-widget-authorized]::before {
  content: "\f6ab";
}
.fa-wifi-2[breezer-account-widget-authorized]::before {
  content: "\f6ab";
}
.fa-wifi-slash[breezer-account-widget-authorized]::before {
  content: "\f6ac";
}
.fa-wifi-weak[breezer-account-widget-authorized]::before {
  content: "\f6aa";
}
.fa-wifi-1[breezer-account-widget-authorized]::before {
  content: "\f6aa";
}
.fa-wind[breezer-account-widget-authorized]::before {
  content: "\f72e";
}
.fa-wind-turbine[breezer-account-widget-authorized]::before {
  content: "\f89b";
}
.fa-wind-warning[breezer-account-widget-authorized]::before {
  content: "\f776";
}
.fa-wind-circle-exclamation[breezer-account-widget-authorized]::before {
  content: "\f776";
}
.fa-window[breezer-account-widget-authorized]::before {
  content: "\f40e";
}
.fa-window-flip[breezer-account-widget-authorized]::before {
  content: "\f40f";
}
.fa-window-alt[breezer-account-widget-authorized]::before {
  content: "\f40f";
}
.fa-window-frame[breezer-account-widget-authorized]::before {
  content: "\e04f";
}
.fa-window-frame-open[breezer-account-widget-authorized]::before {
  content: "\e050";
}
.fa-window-maximize[breezer-account-widget-authorized]::before {
  content: "\f2d0";
}
.fa-window-minimize[breezer-account-widget-authorized]::before {
  content: "\f2d1";
}
.fa-window-restore[breezer-account-widget-authorized]::before {
  content: "\f2d2";
}
.fa-windsock[breezer-account-widget-authorized]::before {
  content: "\f777";
}
.fa-wine-bottle[breezer-account-widget-authorized]::before {
  content: "\f72f";
}
.fa-wine-glass[breezer-account-widget-authorized]::before {
  content: "\f4e3";
}
.fa-wine-glass-crack[breezer-account-widget-authorized]::before {
  content: "\f4bb";
}
.fa-fragile[breezer-account-widget-authorized]::before {
  content: "\f4bb";
}
.fa-wine-glass-empty[breezer-account-widget-authorized]::before {
  content: "\f5ce";
}
.fa-wine-glass-alt[breezer-account-widget-authorized]::before {
  content: "\f5ce";
}
.fa-won-sign[breezer-account-widget-authorized]::before {
  content: "\f159";
}
.fa-krw[breezer-account-widget-authorized]::before {
  content: "\f159";
}
.fa-won[breezer-account-widget-authorized]::before {
  content: "\f159";
}
.fa-worm[breezer-account-widget-authorized]::before {
  content: "\e599";
}
.fa-wreath[breezer-account-widget-authorized]::before {
  content: "\f7e2";
}
.fa-wrench[breezer-account-widget-authorized]::before {
  content: "\f0ad";
}
.fa-wrench-simple[breezer-account-widget-authorized]::before {
  content: "\e2d1";
}
.fa-x[breezer-account-widget-authorized]::before {
  content: "\58";
}
.fa-x-ray[breezer-account-widget-authorized]::before {
  content: "\f497";
}
.fa-xmark[breezer-account-widget-authorized]::before {
  content: "\f00d";
}
.fa-close[breezer-account-widget-authorized]::before {
  content: "\f00d";
}
.fa-multiply[breezer-account-widget-authorized]::before {
  content: "\f00d";
}
.fa-remove[breezer-account-widget-authorized]::before {
  content: "\f00d";
}
.fa-times[breezer-account-widget-authorized]::before {
  content: "\f00d";
}
.fa-xmark-large[breezer-account-widget-authorized]::before {
  content: "\e59b";
}
.fa-xmark-to-slot[breezer-account-widget-authorized]::before {
  content: "\f771";
}
.fa-times-to-slot[breezer-account-widget-authorized]::before {
  content: "\f771";
}
.fa-vote-nay[breezer-account-widget-authorized]::before {
  content: "\f771";
}
.fa-xmarks-lines[breezer-account-widget-authorized]::before {
  content: "\e59a";
}
.fa-y[breezer-account-widget-authorized]::before {
  content: "\59";
}
.fa-yen-sign[breezer-account-widget-authorized]::before {
  content: "\f157";
}
.fa-cny[breezer-account-widget-authorized]::before {
  content: "\f157";
}
.fa-jpy[breezer-account-widget-authorized]::before {
  content: "\f157";
}
.fa-rmb[breezer-account-widget-authorized]::before {
  content: "\f157";
}
.fa-yen[breezer-account-widget-authorized]::before {
  content: "\f157";
}
.fa-yin-yang[breezer-account-widget-authorized]::before {
  content: "\f6ad";
}
.fa-z[breezer-account-widget-authorized]::before {
  content: "\5a";
}
account-card[breezer-account-widget-authorized] {
  display: grid;
  grid-template-areas: "a b b" "c c c";
  grid-template-columns: auto max-content;
  grid-template-rows: max-content auto;
  padding: 10px;
  z-index: 100000;
}
account-widget-authorized[breezer-account-widget-authorized]  avatar {
  cursor: pointer;
  transition: 0.3s;
}
account-widget-authorized[breezer-account-widget-authorized]  avatar:hover {
  opacity: 0.8;
}
account-card-image[breezer-account-widget-authorized] {
  grid-area: a;
  display: flex;
  align-items: center;
  padding: 12px;
}
account-card-info[breezer-account-widget-authorized] {
  grid-area: b;
  display: flex;
  flex-direction: column;
}
account-card-info span[breezer-account-widget-authorized],
account-card-info h3[breezer-account-widget-authorized] {
  margin: 0;
  padding: 0;
}
account-card-actions[breezer-account-widget-authorized] {
  border-top: 1px solid var(--border-colour, #CDCBCB);
  padding-top: 10px;
  grid-area: c;
  display: flex;
  justify-content: left;
  align-items: center;
}
account-card-actions button.sign-out[breezer-account-widget-authorized] {
  font-size: 12px;
  margin-left: 12px;
}
account-card-actions button.sign-out[breezer-account-widget-authorized]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f08b";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0px 5px 0 0;
}
a.company[breezer-account-widget-authorized] {
  color: var(--secondary-text-colour, #433D3C);
  margin: 5px 0;
  font-size: 12px;
  position: relative;
  width: fit-content;
}
a.company[breezer-account-widget-authorized]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f013";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
a.company[breezer-account-widget-authorized]::before {
  position: absolute;
  right: -15px;
}
a.company:hover[breezer-account-widget-authorized] {
  color: var(--primary-colour, #5799CC);
}
/* Breezer/Components/Avatars/Avatar.razor.rz.scp.css */
avatar[breezer-avatar] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white, #FFFFFF);
}
@media only screen and (max-width : 600px) {
  avatar[breezer-avatar] {
    width: 30px;
    height: 30px;
  }
  avatar span[breezer-avatar] {
    font-size: 0.7rem;
  }
}
/* Breezer/Components/Canvas/BreezerCanvas.razor.rz.scp.css */
breezer-canvas[breezer-breezer-canvas] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  touch-action: none;
}
breezer-canvas[hasBackground] > canvas[breezer-breezer-canvas] {
  position: absolute;
}
img[breezer-breezer-canvas] {
  max-width: 100%;
}
canvas[breezer-breezer-canvas] {
  border: 1px solid var(--border-colour, #CDCBCB);
}
canvas:hover[breezer-breezer-canvas],
canvas:focus[breezer-breezer-canvas] {
  border: 1px solid var(--primary-colour, #5799CC);
}
/* Breezer/Components/Canvas/BreezerCanvasDrawingControls.razor.rz.scp.css */
breezer-canvas-drawing-controls[breezer-breezer-canvas-drawing-controls] {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
button[breezer-breezer-canvas-drawing-controls] {
  margin: 3px;
  width: 25px;
  height: 25px;
  color: var(--secondary-text-colour, #433D3C);
  font-size: 20px;
}
button.active[breezer-breezer-canvas-drawing-controls],
button:hover[breezer-breezer-canvas-drawing-controls],
button:focus[breezer-breezer-canvas-drawing-controls] {
  color: var(--text-colour, #282120);
}
button.eraser[breezer-breezer-canvas-drawing-controls] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
button.eraser[breezer-breezer-canvas-drawing-controls]::before {
  content: "\f12d";
}
button.clear[breezer-breezer-canvas-drawing-controls] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
button.clear[breezer-breezer-canvas-drawing-controls]::before {
  content: "\f51a";
}
button.colour[breezer-breezer-canvas-drawing-controls] {
  border: 1px solid var(--border-colour, #CDCBCB);
}
button.colour.active[breezer-breezer-canvas-drawing-controls],
button.colour:hover[breezer-breezer-canvas-drawing-controls],
button.colour:focus[breezer-breezer-canvas-drawing-controls] {
  border: 1px solid var(--primary-colour, #5799CC);
}
/* Breezer/Components/Canvas/BreezerCanvasUploader.razor.rz.scp.css */
breezer-canvas-uploader[breezer-breezer-canvas-uploader] {
  margin: 5px 0;
}
breezer-canvas-uploader button.upload[breezer-breezer-canvas-uploader] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
breezer-canvas-uploader button.upload[breezer-breezer-canvas-uploader]::before {
  content: "\f0c7";
}
/* Breezer/Components/Dialogs/ConfirmationPrompt.razor.rz.scp.css */
confirmation-prompt[breezer-confirmation-prompt] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
confirmation-prompt span[breezer-confirmation-prompt] {
  margin-bottom: 12px;
  font-weight: 200;
}
confirmation-prompt .options[breezer-confirmation-prompt] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
confirmation-prompt .options button[breezer-confirmation-prompt] {
  margin: 12px;
}
/* Breezer/Components/Documents/FileUpload.razor.rz.scp.css */
file-upload[breezer-file-upload] {
  display: block;
  position: relative;
}
file-upload[disabled][breezer-file-upload] {
  opacity: 0.5;
}
file-upload:focus-within span[breezer-file-upload] {
  text-decoration: underline;
}
file-upload[breezer-file-upload]  input[type="file"] {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  cursor: pointer;
}
file-upload[breezer-file-upload]  input[type="file"]:disabled {
  cursor: not-allowed;
}
span[breezer-file-upload]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f093";
  font-weight: 300;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/Dropdown.razor.rz.scp.css */
dropdown-selected[breezer-dropdown] {
  padding: 8px 10px;
  background-color: var(--white, #FFFFFF);
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  color: var(--text-colour, #282120);
  font-family: 'Roboto', sans-serif;
  min-width: 250px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
dropdown-selected:focus[breezer-dropdown],
dropdown-selected:hover[breezer-dropdown] {
  outline: none;
  border: 1px solid var(--primary-colour, #5799CC);
}
dropdown-indicator[breezer-dropdown] {
  margin-left: auto;
}
dropdown-indicator[opened][breezer-dropdown]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f106";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
dropdown-indicator[closed][breezer-dropdown]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f107";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
dropdown-indicator:hover[breezer-dropdown] {
  color: var(--primary-colour, #5799CC);
}
dropdown-options[breezer-dropdown] {
  min-width: 250px;
  background-color: var(--white, #FFFFFF);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: scroll;
}
/* Breezer/Components/Forms/DatalistInput.razor.rz.scp.css */
datalist-input [list][breezer-datalist-input]::-webkit-calendar-picker-indicator {
  display: none !important;
}
/* Breezer/Components/Forms/DisplayFor/DisplayForBool.razor.rz.scp.css */
display-for[display="checkbox"][breezer-display-for-bool] {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid var(--border-colour, #CDCBCB);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 6 Pro';
  transition: 0.2s;
}
display-for[display="checkbox"][checked][breezer-display-for-bool] {
  border: 1px solid var(--primary-colour, #5799CC);
  color: var(--primary-colour, #5799CC);
  background-color: var(--background-highlight-colour, #D2E2EF);
}
display-for[display="checkbox"][checked][breezer-display-for-bool]::before {
  content: "\f00c";
  font-weight: 400;
}
display-for[display="checkbox"] > input[type="checkbox"][breezer-display-for-bool] {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
display-for[display="toggle"][breezer-display-for-bool] {
  position: relative;
  width: 40px;
  height: 20px;
  display: flex;
  transition: 0.2s;
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: calc(20px / 2);
}
display-for[display="toggle"][breezer-display-for-bool]::after {
  z-index: 1;
  transition: 0.2s;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: ' ';
  background-color: var(--border-colour, #CDCBCB);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
display-for[display="toggle"][checked][breezer-display-for-bool] {
  border: 1px solid var(--primary-colour, #5799CC);
  background-color: var(--background-highlight-colour, #D2E2EF);
}
display-for[display="toggle"][checked][breezer-display-for-bool]::after {
  background-color: var(--primary-colour, #5799CC);
  left: calc(100% - 20px + 1px);
}
display-for[display="toggle"] > input[type="checkbox"][breezer-display-for-bool] {
  width: 40px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* Breezer/Components/Forms/DisplayFor/DisplayForDefault.razor.rz.scp.css */
.list-items[breezer-display-for-default] {
  display: flex;
  flex-direction: column;
}
/* Breezer/Components/Forms/DisplayFor/DisplayForDocument.razor.rz.scp.css */
a[breezer-display-for-document]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f019";
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/Forms/DisplayFor/DisplayForImage.razor.rz.scp.css */
a[breezer-display-for-image] {
  display: block;
}
img[breezer-display-for-image] {
  max-width: 50%;
  max-height: 400px;
}
/* Breezer/Components/Forms/DisplayFor/DisplayForTag.razor.rz.scp.css */
display-for[breezer-display-for-tag] {
  background-color: orange;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: min-content;
}
display-for span[breezer-display-for-tag] {
  white-space: nowrap;
  font-size: 12px;
}
/* Breezer/Components/Forms/EditorFor/EditorForAddress.razor.rz.scp.css */
editor-for-address[breezer-editor-for-address] {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
editor-for-address[breezer-editor-for-address]  form-field {
  margin: 7px 0;
}
editor-for-address[breezer-editor-for-address]  form-field label {
  font-size: 12px;
  font-weight: 600;
}
/* Breezer/Components/Forms/EditorFor/EditorForApplicationRoleSelect.razor.rz.scp.css */
editor-for[breezer-editor-for-application-role-select] {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
  border-radius: 3px;
}
.options[breezer-editor-for-application-role-select],
.selected[breezer-editor-for-application-role-select] {
  display: flex;
  flex-direction: column;
}
.options label[breezer-editor-for-application-role-select],
.selected label[breezer-editor-for-application-role-select] {
  margin: 5px 0;
}
.selected > .roles > .role[breezer-editor-for-application-role-select] {
  border-color: var(--primary-colour, #5799CC);
}
.roles[breezer-editor-for-application-role-select] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}
.roles span.none[breezer-editor-for-application-role-select] {
  padding: 10px 0;
  font-size: 12px;
  color: var(--secondary-text-colour, #433D3C);
}
.roles .role[breezer-editor-for-application-role-select] {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.roles .role icon[breezer-editor-for-application-role-select] {
  margin-left: 10px;
  transition: 0.2s;
  opacity: 0.5;
}
.roles .role icon.selected-icon[breezer-editor-for-application-role-select] {
  color: var(--primary-colour, #5799CC);
}
.roles .role icon.selected-icon[breezer-editor-for-application-role-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f058";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
.roles .role icon.available-icon[breezer-editor-for-application-role-select] {
  color: var(--secondary-colour, #21394C);
}
.roles .role icon.available-icon[breezer-editor-for-application-role-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f055";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
.roles .role:hover[breezer-editor-for-application-role-select] {
  background-color: var(--background-highlight-colour, #D2E2EF);
  border-color: var(--primary-colour, #5799CC);
}
.roles .role:hover icon[breezer-editor-for-application-role-select] {
  opacity: 1;
}
.roles .role:hover icon.selected-icon[breezer-editor-for-application-role-select]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f056";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 0;
}
/* Breezer/Components/Forms/EditorFor/EditorForBool.razor.rz.scp.css */
editor-for[display="checkbox"][breezer-editor-for-bool] {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid var(--border-colour, #CDCBCB);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 6 Pro';
  transition: 0.2s;
}
editor-for[display="checkbox"][checked][breezer-editor-for-bool] {
  border: 1px solid var(--primary-colour, #5799CC);
  color: var(--primary-colour, #5799CC);
  background-color: var(--background-highlight-colour, #D2E2EF);
}
editor-for[display="checkbox"][checked][breezer-editor-for-bool]::before {
  content: "\f00c";
  font-weight: 400;
}
editor-for[display="checkbox"] > input[type="checkbox"][breezer-editor-for-bool] {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
editor-for[display="checkbox"]:focus-within[breezer-editor-for-bool] {
  border: 1px solid var(--primary-colour, #5799CC);
}
editor-for[display="toggle"][breezer-editor-for-bool] {
  position: relative;
  width: 40px;
  height: 20px;
  display: flex;
  transition: 0.2s;
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: calc(20px / 2);
}
editor-for[display="toggle"][breezer-editor-for-bool]::after {
  z-index: 1;
  transition: 0.2s;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: ' ';
  background-color: var(--border-colour, #CDCBCB);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
editor-for[display="toggle"][checked][breezer-editor-for-bool] {
  border: 1px solid var(--primary-colour, #5799CC);
  background-color: var(--background-highlight-colour, #D2E2EF);
}
editor-for[display="toggle"][checked][breezer-editor-for-bool]::after {
  background-color: var(--primary-colour, #5799CC);
  left: calc(100% - 20px + 1px);
}
editor-for[display="toggle"] > input[type="checkbox"][breezer-editor-for-bool] {
  width: 40px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* Breezer/Components/Forms/EditorFor/EditorForDocument.razor.rz.scp.css */
button.remove[breezer-editor-for-document]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f00d";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/Forms/EditorFor/EditorForEnum.razor.rz.scp.css */
editor-for[breezer-editor-for-enum] {
  margin: 15px 0;
  display: flex;
}
editor-for[breezer-editor-for-enum]  > * {
  margin-right: 15px;
}
/* Breezer/Components/Forms/EditorFor/EditorForHtmlFragment.razor.rz.scp.css */
editor-for[breezer-editor-for-html-fragment] {
  display: flex;
  flex-direction: column;
}
/* Breezer/Components/Forms/EditorFor/EditorForImage.razor.rz.scp.css */
button.remove[breezer-editor-for-image]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f00d";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/Forms/EditorFor/EditorForNullableBool.razor.rz.scp.css */
span.default[breezer-editor-for-nullable-bool] {
  color: var(--secondary-text-colour, #433D3C);
}
/* Breezer/Components/Forms/EditorFor/EditorForNumber.razor.rz.scp.css */
editor-for > input[breezer-editor-for-number] {
  max-width: 90px;
  min-width: unset;
}
/* Breezer/Components/Forms/EditorFor/EditorForRadioOption.razor.rz.scp.css */
editor-for[breezer-editor-for-radio-option] {
  display: flex;
  align-items: center;
}
label[breezer-editor-for-radio-option] {
  margin-left: 5px;
  cursor: pointer;
}
radio[breezer-editor-for-radio-option] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-colour, #CDCBCB);
  transition: 0.2s;
}
radio:focus-within[breezer-editor-for-radio-option],
radio:hover[breezer-editor-for-radio-option],
radio[checked][breezer-editor-for-radio-option] {
  border-color: var(--primary-colour, #5799CC);
}
radio[checked][breezer-editor-for-radio-option] {
  border-width: 8px;
}
radio > input[type="radio"][breezer-editor-for-radio-option] {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* Breezer/Components/Forms/EditorFor/EditorForRange.razor.rz.scp.css */
editor-for[breezer-editor-for-range] {
  align-items: center;
  display: grid;
}
editor-for[breezer-editor-for-range]  * {
  grid-row: 1;
}
editor-for[breezer-editor-for-range]  form-field {
  grid-row: 2;
  grid-column: 0.25;
  flex-direction: row;
  align-items: center;
  margin: 5px 0;
}
editor-for[breezer-editor-for-range]  form-field label {
  margin-right: 5px;
}
button.set-from[breezer-editor-for-range] {
  margin-right: 5px;
}
button.clear-from[breezer-editor-for-range]::before,
button.clear-to[breezer-editor-for-range]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f056";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/Forms/EditorFor/EditorForStringExpandable.razor.rz.scp.css */
editor-for[breezer-editor-for-string-expandable] {
  display: contents;
  padding: 8px 10px;
  background-color: var(--white, #FFFFFF);
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  color: var(--text-colour, #282120);
  font-family: 'Roboto', sans-serif;
}
editor-for:focus[breezer-editor-for-string-expandable],
editor-for:hover[breezer-editor-for-string-expandable] {
  outline: none;
  border: 1px solid var(--primary-colour, #5799CC);
}
.mirror[breezer-editor-for-string-expandable] {
  white-space: pre-wrap;
  position: absolute;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
textarea[breezer-editor-for-string-expandable] {
  z-index: 1;
  resize: none;
}
textarea[breezer-editor-for-string-expandable],
.mirror[breezer-editor-for-string-expandable] {
  width: inherit;
  min-width: inherit;
  min-height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  font-style: inherit;
  background-color: inherit;
  color: inherit;
  border: inherit;
  border-radius: inherit;
  font-family: inherit;
}
/* Breezer/Components/Forms/FormField.razor.rz.scp.css */
form-field[breezer-form-field] {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
form-field > label[breezer-form-field] {
  font-size: 14px;
  margin: 5px 0;
}
form-field > p[breezer-form-field] {
  margin: 0;
  margin-bottom: 4px;
  font-size: 12px;
  color: grey;
  white-space: pre-wrap;
}
/* Breezer/Components/Forms/SummaryFor/SummaryForDateTime.razor.rz.scp.css */
summary-for[with-time] > span.date[breezer-summary-for-date-time] {
  margin-right: 5px;
}
/* Breezer/Components/Forms/SummaryFor/SummaryForDefault.razor.rz.scp.css */
.list-item-container[breezer-summary-for-default] {
  margin: 2px 3px 2px 0px;
}
/* Breezer/Components/Forms/SummaryFor/SummaryForTag.razor.rz.scp.css */
summary-for[breezer-summary-for-tag] {
  background-color: orange;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: min-content;
}
summary-for span[breezer-summary-for-tag] {
  white-space: nowrap;
  font-size: 12px;
}
/* Breezer/Components/HelpWidget.razor.rz.scp.css */
help-options[breezer-help-widget] {
  width: 200px;
  display: flex;
  flex-direction: column;
}
help-options a[breezer-help-widget] {
  padding: 7px;
  width: 100%;
}
button.help[breezer-help-widget]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f05a";
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
/* Breezer/Components/ItemTag.razor.rz.scp.css */
item-tag[breezer-item-tag] {
  display: block;
  padding: 7px 10px;
  border: 1px solid var(--secondary-text-colour, #433D3C);
  position: relative;
}
button.delete[breezer-item-tag] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px;
  font-size: 11px;
  color: var(--secondary-text-colour, #433D3C);
}
button.delete[breezer-item-tag]::before {
  content: "\f00d";
}
button.delete:hover[breezer-item-tag] {
  color: var(--text-colour, #282120);
}
/* Breezer/Components/Loaders/PageLoader.razor.rz.scp.css */
page-loader[breezer-page-loader] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Breezer/Components/LoadingSpinner.razor.rz.scp.css */
loading-spinner[breezer-loading-spinner] {
  display: flex;
}
loading-spinner spinner[breezer-loading-spinner] {
  height: 20px;
  width: 20px;
  border: solid var(--primary-colour, #5799CC);
  border-width: 5px;
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: spin 1s linear infinite;
}
/* Breezer/Components/Menus/MainMenu.razor.rz.scp.css */
main-menu[breezer-main-menu] {
  display: flex;
  flex-direction: column;
  width: max-content;
  background: white;
  border-right: 1px solid var(--border-colour, #CDCBCB);
}
@media only screen and (min-width : 601px) and (max-width : 1400px) {
  main-menu[breezer-main-menu] {
    width: 45px;
  }
}
@media only screen and (min-width : 1401px) {
  main-menu[breezer-main-menu] {
    width: 250px;
  }
}
/* Breezer/Components/Menus/MenuItem.razor.rz.scp.css */
menu-item[breezer-menu-item] {
  --highlight-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
}
menu-item > a.item-content[breezer-menu-item] {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
}
menu-item:hover > a[breezer-menu-item] {
  background-color: var(--highlight-color);
}
menu-item > a > *[breezer-menu-item] {
  padding: 10px;
}
menu-item[expanded="True"][breezer-menu-item] {
  background-color: var(--highlight-color);
}
menu-item[expanded="True"] > a[breezer-menu-item] {
  font-weight: 600;
}
i.menu-item-number[breezer-menu-item] {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  background-color: var(--primary-colour, #5799CC);
  color: var(--white, #FFFFFF);
  width: 11px;
  height: 11px;
  font-size: 10px;
  border-radius: 50%;
}
@media only screen and (min-width : 601px) and (max-width : 1400px) {
  menu-item[root="True"] > a > span.menu-item-name[breezer-menu-item] {
    display: none;
  }
  .expanded-items[breezer-menu-item] {
    display: none;
  }
  menu-item:hover > .hover-items[breezer-menu-item] {
    display: flex;
  }
}
@media only screen and (min-width : 1401px) {
  menu-item[expanded="False"]:hover > .hover-items[breezer-menu-item] {
    display: flex;
  }
}
.hover-items[breezer-menu-item] {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: var(--white, #FFFFFF);
  left: 100%;
  width: 250px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.hover-items label[breezer-menu-item] {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}
/* Breezer/Components/Notifications/NotificationItem.razor.rz.scp.css */
notification-item[breezer-notification-item] {
  display: grid;
  grid-template-rows: max-content auto auto;
  grid-template-columns: auto 1rem;
  padding: 0.7rem;
  border-top: 1px solid rgba(var(--border-colour, #CDCBCB), 0.5);
  border-bottom: 1px solid rgba(var(--border-colour, #CDCBCB), 0.5);
}
notification-item[grouped][breezer-notification-item] {
  border-top: none;
  border-bottom: none;
  padding: 0.4rem 0.7rem;
}
notification-item .notification-source[breezer-notification-item] {
  height: 0.8rem;
  display: flex;
  font-size: 0.6rem;
  color: var(--secondary-text-colour, #433D3C);
}
notification-item .notification-source span[breezer-notification-item] {
  margin-right: 0.4rem;
}
notification-item .notification-summary[breezer-notification-item] {
  font-size: 0.9rem;
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 0.4rem;
}
notification-item .notification-age[breezer-notification-item] {
  color: var(--secondary-text-colour, #433D3C);
  font-size: 0.7rem;
  grid-row: 3;
  grid-column: 1;
}
notification-item .indicator[breezer-notification-item] {
  grid-row-start: 1;
  grid-row-end: span 3;
  grid-column: 2;
  align-self: center;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
notification-item .indicator.active[breezer-notification-item] {
  background-color: var(--warning-colour, #C92C10);
}
notification-item:hover[breezer-notification-item] {
  background-color: var(--background-highlight-colour, #D2E2EF);
}
/* Breezer/Components/Notifications/NotificationItemGroup.razor.rz.scp.css */
notification-group[breezer-notification-item-group] {
  display: block;
}
notification-group[collapse][breezer-notification-item-group] {
  border-top: 1px solid rgba(var(--border-colour, #CDCBCB), 0.5);
  border-bottom: 1px solid rgba(var(--border-colour, #CDCBCB), 0.5);
}
notification-group .group-header[breezer-notification-item-group] {
  padding: 15px 15px 12px 15px;
  display: flex;
  color: var(--secondary-text-colour, #433D3C);
  height: 0.8rem;
  font-size: 0.6rem;
}
notification-group .group-header span[breezer-notification-item-group] {
  margin-right: 0.4rem;
}
notification-group .group-header span.count[breezer-notification-item-group] {
  font-weight: bold;
  color: rgba(var(--secondary-text-colour, #433D3C), 0.6);
}
notification-group .group-header .expanded-indicator[breezer-notification-item-group] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
notification-group .group-header .expanded-indicator:hover[breezer-notification-item-group] {
  cursor: pointer;
}
notification-group .group-header .expanded-indicator:hover span[breezer-notification-item-group] {
  color: var(--secondary-colour, #21394C);
}
notification-group .group-header .expanded-indicator span[breezer-notification-item-group] {
  color: rgba(var(--secondary-colour, #21394C), 0.6);
}
notification-group .group-header .expanded-indicator span.collapsed[breezer-notification-item-group] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
notification-group .group-header .expanded-indicator span.collapsed[breezer-notification-item-group]::before {
  content: "\f0d7";
}
notification-group .group-header .expanded-indicator span.expanded[breezer-notification-item-group] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
notification-group .group-header .expanded-indicator span.expanded[breezer-notification-item-group]::before {
  content: "\f0d8";
}
notification-group .group-header .attention-indicator[breezer-notification-item-group] {
  background-color: var(--warning-colour, #C92C10);
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
notification-group .notification-toggle[breezer-notification-item-group] {
  display: flex;
  justify-content: center;
  align-items: center;
}
notification-group .notification-toggle.show-more span[breezer-notification-item-group] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
notification-group .notification-toggle.show-more span[breezer-notification-item-group]::before {
  content: "\f141";
}
notification-group .notification-toggle.show-less span[breezer-notification-item-group] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
notification-group .notification-toggle.show-less span[breezer-notification-item-group]::before {
  content: "\f0d8";
}
notification-group .notification-toggle span[breezer-notification-item-group] {
  color: var(--secondary-colour, #21394C);
  font-size: 1rem;
}
notification-group .notification-toggle:hover[breezer-notification-item-group] {
  cursor: pointer;
}
notification-group .notification-toggle:hover span[breezer-notification-item-group] {
  color: var(--secondary-colour, #21394C);
}
notification-group .group-items[breezer-notification-item-group] {
  display: none;
  visibility: hidden;
}
notification-group .group-items.show[breezer-notification-item-group] {
  display: block;
  visibility: visible;
}
/* Breezer/Components/Notifications/NotificationWidget.razor.rz.scp.css */
button.notification[breezer-notification-widget]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0f3";
  font-weight: 800;
  font-family: 'Font Awesome 6 Pro';
  margin: 10px;
}
notifications-card[breezer-notification-widget] {
  right: 0;
  width: 300px;
  max-height: 325px;
  overflow-y: scroll;
}
/* Breezer/Components/Paginator.razor.rz.scp.css */
paginator[breezer-paginator] {
  display: flex;
  align-items: center;
}
button.previous[breezer-paginator],
button.next[breezer-paginator] {
  padding: 10px;
  color: var(--primary-colour, #5799CC);
  font-size: 14px;
}
button.previous:hover[breezer-paginator],
button.next:hover[breezer-paginator] {
  color: var(--text-colour, #282120);
}
button.previous[breezer-paginator] {
  margin-right: 5px;
}
button.next[breezer-paginator] {
  margin-left: 5px;
}
button.page[breezer-paginator] {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: width 0.15s, height 0.15s, color 0.15s;
}
button.page:not(.current)[breezer-paginator] {
  background-color: transparent;
  color: var(--primary-colour, #5799CC);
  border-color: transparent;
}
button.page.current[breezer-paginator] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
i[breezer-paginator] {
  color: var(--primary-colour, #5799CC);
}
/* Breezer/Components/SearchBar.razor.rz.scp.css */
search-bar[breezer-search-bar] {
  padding: 8px 10px;
  background-color: var(--white, #FFFFFF);
  border: 1px solid var(--border-colour, #CDCBCB);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  color: var(--text-colour, #282120);
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  margin: 10px 0;
  padding: 0 15px;
}
search-bar:focus[breezer-search-bar],
search-bar:hover[breezer-search-bar] {
  outline: none;
  border: 1px solid var(--primary-colour, #5799CC);
}
input[breezer-search-bar] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
input:hover[breezer-search-bar],
input:focus[breezer-search-bar] {
  border: none;
  outline: none;
}
button[breezer-search-bar] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: var(--secondary-text-colour, #433D3C);
}
button[breezer-search-bar]::before {
  content: "\f002";
}
button:hover[breezer-search-bar] {
  color: var(--text-colour, #282120);
}
/* Breezer/Components/Select/DropdownMultiSelect.razor.rz.scp.css */
/* Breezer/Components/Select/DropdownSelect.razor.rz.scp.css */
options[breezer-dropdown-select] {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: scroll;
}
span[breezer-dropdown-select] {
  color: grey;
}
/* Breezer/Components/Select/DropdownSelectChosenOptions.razor.rz.scp.css */
dropdown-select-chosen-options[breezer-dropdown-select-chosen-options] {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
}
chosen-option[breezer-dropdown-select-chosen-options] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  background-color: rgba(var(--primary-colour, #5799CC), 0.1);
  border: 1px solid var(--primary-colour, #5799CC);
  margin: 3px;
  min-width: 150px;
}
button.remove-option[breezer-dropdown-select-chosen-options]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f00d";
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  margin: 2px 5px;
}
/* Breezer/Components/Select/SelectOption.razor.rz.scp.css */
select-option[breezer-select-option] {
  padding: 7px;
  cursor: pointer;
  transition: all 0.1s;
}
select-option:hover[breezer-select-option],
select-option[selected][breezer-select-option] {
  background-color: var(--background-highlight-colour, #D2E2EF);
}
/* Breezer/Components/WithToolTip.razor.rz.scp.css */
tooltip[breezer-with-tool-tip] {
  padding: 5px 12px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  width: max-content;
  max-width: 200px;
}
/* Breezer/Layouts/BreezerLayout.razor.rz.scp.css */
/* Layout styled with breezer. */
.page[breezer-breezer-layout] {
  height: inherit;
}
header[breezer-breezer-layout] {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--white, #FFFFFF);
  border-bottom: 1px solid var(--border-colour, #CDCBCB);
  z-index: 3;
}
header > *:nth-child(2)[breezer-breezer-layout] {
  margin-right: auto;
}
img.logo[breezer-breezer-layout] {
  max-height: 100%;
  max-width: 250px;
}
button.menu-toggle[breezer-breezer-layout] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  margin: 0 15px;
  font-size: 25px;
  width: 26px;
}
button.menu-toggle[breezer-breezer-layout]::before {
  content: "\f0c9";
}
main-menu-container[breezer-breezer-layout] {
  display: flex;
  z-index: 2;
}
main[breezer-breezer-layout] {
  z-index: 1;
}
@media only screen and (max-width : 600px) {
  .page[breezer-breezer-layout] {
    display: flex;
    flex-direction: column;
  }
  header[breezer-breezer-layout] {
    position: fixed;
    height: 56px;
  }
  main[breezer-breezer-layout] {
    position: relative;
    left: 0;
    top: 56px;
  }
  main-menu-container[breezer-breezer-layout] {
    position: fixed;
    display: block;
    background-color: rgba(var(--text-colour, #282120), 0.2);
    width: 100%;
    height: 100%;
    right: 0;
  }
  main-menu-container[breezer-breezer-layout]  > main-menu {
    width: 70%;
    height: 100%;
    background-color: var(--white, #FFFFFF);
    overflow-y: auto;
  }
  main-menu-container[mobile-hidden="True"][breezer-breezer-layout] {
    display: none;
  }
}
@media only screen and (min-width : 601px) {
  .page[breezer-breezer-layout] {
    display: grid;
    grid-template-areas: "head head" "main-menu main";
    grid-template-columns: min-content auto;
    grid-template-rows: 65px auto;
  }
  header[breezer-breezer-layout] {
    grid-area: head;
    height: 65px;
  }
  main[breezer-breezer-layout] {
    grid-area: main;
    overflow-y: scroll;
  }
  main-menu-container[breezer-breezer-layout] {
    grid-area: main-menu;
  }
  button.menu-toggle[breezer-breezer-layout] {
    display: none;
  }
}
/* Breezer/Pages/Seeding/SeedListPage.razor.rz.scp.css */
seed-list-page[breezer-seed-list-page] {
  width: 100%;
}
