@charset "UTF-8";

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

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

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

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.gg-abstract {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  transform: scale(var(--ggs, 1));
  border-right: 3px solid;
  border-top: 3px solid;
}

.gg-abstract::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 0;
  border: 3px solid;
  border-radius: 12px;
}

.gg-add-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-add-r::after,
.gg-add-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-add-r::after {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px;
}

.gg-add {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 22px;
}

.gg-add::after,
.gg-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-add::after {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px;
}

.gg-adidas {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 23px;
  height: 15px;
  transform: scale(var(--ggs, 1));
  overflow: hidden;
}

.gg-adidas::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 5px;
  height: 18px;
  background: currentColor;
  transform: rotate(-30deg);
  left: 4px;
  bottom: -14px;
  box-shadow: 7px -2px, 14px -4px;
}

.gg-airplane {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat center/16px 2px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat right center/2px 2px;
}

.gg-airplane::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 8px;
  border-right: 4px solid;
}

.gg-airplane::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 8px;
  border-right: 4px solid;
  border-top-right-radius: 2px;
  top: 0;
  transform: perspective(10px) rotateX(10deg) skewX(30deg);
  box-shadow: -4px 3px 0 -2px;
}

.gg-airplane::after {
  border-bottom-right-radius: 2px;
  bottom: 0;
  transform: perspective(10px) rotateX(-10deg) skewX(-30deg);
  box-shadow: -4px -3px 0 -2px;
}

.gg-alarm {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4.5px 6px/5px 2px, linear-gradient(to left, currentColor 7px, transparent 0) no-repeat 4.5px 2px/2px 6px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  transform: scale(var(--ggs, 1));
  box-shadow: 0 0 0 2px;
}

.gg-alarm::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 2px;
  background: currentColor;
  top: -4px;
}

.gg-alarm::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 2px;
  background: currentColor;
  top: -4px;
  left: -5px;
  transform: rotate(-42deg);
}

.gg-alarm::after {
  transform: rotate(42deg);
  right: -5px;
}

.gg-album {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  border-left: 7px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 8px solid transparent;
  box-shadow: 0 0 0 2px, inset 6px 4px 0 -4px, inset -6px 4px 0 -4px;
  border-radius: 3px;
}

.gg-album::after,
.gg-album::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 5px;
  background: currentColor;
  transform: rotate(46deg);
  top: 5px;
  right: 4px;
}

.gg-album::after {
  transform: rotate(-46deg);
  right: 2px;
}

.gg-align-bottom {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  border-bottom: 2px solid;
  transform: scale(var(--ggs, 1));
  margin-top: 4px;
}

.gg-align-bottom::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  bottom: 2px;
}

.gg-align-bottom::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  bottom: 2px;
  left: 1px;
  height: 12px;
}

.gg-align-bottom::after {
  height: 6px;
  right: 1px;
  opacity: 0.5;
}

.gg-align-center {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  border-top: 2px solid transparent;
  transform: scale(var(--ggs, 1));
  margin-left: -4px;
}

.gg-align-center::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  background: currentColor;
}

.gg-align-center::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  background: currentColor;
  left: 2px;
  width: 12px;
  top: -2px;
}

.gg-align-center::after {
  width: 6px;
  right: 1px;
  top: 4px;
  opacity: 0.5;
}

.gg-align-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  border-left: 2px solid;
  transform: scale(var(--ggs, 1));
  margin-left: -4px;
}

.gg-align-left::after,
.gg-align-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 12px;
  background: currentColor;
  left: 2px;
  top: 1px;
}

.gg-align-left::after {
  width: 6px;
  top: 7px;
  opacity: 0.5;
}

.gg-align-middle {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  margin-top: -8px;
}

.gg-align-middle::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
}

.gg-align-middle::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  left: 1px;
  height: 12px;
  top: 2px;
}

.gg-align-middle::after {
  height: 6px;
  right: 1px;
  top: 5px;
  opacity: 0.5;
}

.gg-align-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  border-right: 2px solid;
  transform: scale(var(--ggs, 1));
  margin-right: -4px;
}

.gg-align-right::after,
.gg-align-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 12px;
  background: currentColor;
  right: 2px;
  top: 1px;
}

.gg-align-right::after {
  width: 6px;
  top: 7px;
  opacity: 0.5;
}

.gg-align-top {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  border-top: 2px solid;
  transform: scale(var(--ggs, 1));
  margin-top: -4px;
}

.gg-align-top::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  top: 2px;
}

.gg-align-top::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  top: 2px;
  left: 1px;
  height: 12px;
}

.gg-align-top::after {
  height: 6px;
  right: 1px;
  opacity: 0.5;
}

.gg-anchor {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
  border-radius: 8px;
}

.gg-anchor::after,
.gg-anchor::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  border: 2px solid;
}

.gg-anchor::after {
  width: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-color: transparent;
  left: -5px;
  bottom: 2px;
}

.gg-anchor::before {
  width: 6px;
  border-radius: 8px;
  top: -4px;
  left: -2px;
}

.gg-apple-watch {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 13px 4px/2px 4px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 5px solid transparent;
  transform: scale(var(--ggs, 1));
  border-radius: 9px;
  box-shadow: inset 0 0 0 2px;
}

.gg-apple-watch::after,
.gg-apple-watch::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 5px;
  border: 2px solid;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: 2px;
}

.gg-apple-watch::after {
  top: -3px;
}

.gg-apple-watch::before {
  transform: scaleY(-1);
  top: 12px;
}

.gg-arrange-back {
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  display: block;
  width: 18px;
  height: 18px;
}

.gg-arrange-back::after,
.gg-arrange-back::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrange-back::after {
  width: 10px;
  height: 10px;
  border: 2px solid;
  left: 4px;
  top: 4px;
}

.gg-arrange-back::before {
  width: 8px;
  height: 8px;
  background: currentColor;
  box-shadow: 10px 10px 0;
}

.gg-arrange-front {
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  display: block;
  width: 18px;
  height: 18px;
}

.gg-arrange-front::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  left: 4px;
  top: 4px;
  box-shadow: -5px -5px 0 -1px, 5px 5px 0 -1px;
}

.gg-arrow-align-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 10px;
  background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 2px 4px/6px 2px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 12px 4px/6px 2px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat center/2px 10px;
}

.gg-arrow-align-h::after,
.gg-arrow-align-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 2px;
}

.gg-arrow-align-h::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 1px;
}

.gg-arrow-align-h::before {
  border-top: 2px solid;
  border-right: 2px solid;
  right: 1px;
}

.gg-arrow-align-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
  background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 2px/2px 6px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 12px/2px 6px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat center/10px 2px;
}

.gg-arrow-align-v::after,
.gg-arrow-align-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  left: 2px;
}

.gg-arrow-align-v::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 1px;
}

.gg-arrow-align-v::before {
  border-top: 2px solid;
  border-right: 2px solid;
  top: 1px;
}

.gg-arrow-bottom-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-bottom-left-o::after,
.gg-arrow-bottom-left-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-arrow-bottom-left-o::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 8px;
}

.gg-arrow-bottom-left-o::before {
  width: 6px;
  height: 6px;
  bottom: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-arrow-bottom-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-bottom-left-r::after,
.gg-arrow-bottom-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-arrow-bottom-left-r::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 8px;
}

.gg-arrow-bottom-left-r::before {
  width: 6px;
  height: 6px;
  bottom: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-arrow-bottom-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  transform: scale(var(--ggs, 1));
  border-left: 2px solid;
}

.gg-arrow-bottom-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 3px;
  left: -3px;
}

.gg-arrow-bottom-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-bottom-right-o::after,
.gg-arrow-bottom-right-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-bottom-right-o::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  bottom: 8px;
}

.gg-arrow-bottom-right-o::before {
  width: 6px;
  height: 6px;
  bottom: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.gg-arrow-bottom-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-bottom-right-r::after,
.gg-arrow-bottom-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-bottom-right-r::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  bottom: 8px;
}

.gg-arrow-bottom-right-r::before {
  width: 6px;
  height: 6px;
  bottom: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.gg-arrow-bottom-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid;
}

.gg-arrow-bottom-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  bottom: 3px;
  right: -3px;
}

.gg-arrow-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-down-o::after,
.gg-arrow-down-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}

.gg-arrow-down-o::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
}

.gg-arrow-down-o::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}

.gg-arrow-down-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-down-r::after,
.gg-arrow-down-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}

.gg-arrow-down-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
}

.gg-arrow-down-r::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}

.gg-arrow-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-down::after,
.gg-arrow-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
}

.gg-arrow-down::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 7px;
}

.gg-arrow-down::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: currentColor;
}

.gg-arrow-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 22px;
}

.gg-arrow-left-o::after,
.gg-arrow-left-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-arrow-left-o::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 6px;
}

.gg-arrow-left-o::before {
  width: 10px;
  height: 2px;
  bottom: 8px;
  background: currentColor;
}

.gg-arrow-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-left-r::after,
.gg-arrow-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-arrow-left-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 6px;
}

.gg-arrow-left-r::before {
  width: 10px;
  height: 2px;
  bottom: 8px;
  background: currentColor;
}

.gg-arrow-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-left::after,
.gg-arrow-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
}

.gg-arrow-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 7px;
}

.gg-arrow-left::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.gg-arrow-long-down-c {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-down-c::after,
.gg-arrow-long-down-c::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-down-c::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}

.gg-arrow-long-down-c::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 8px;
  top: -4px;
  left: -2px;
}

.gg-arrow-long-down-e {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-down-e::after,
.gg-arrow-long-down-e::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-down-e::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}

.gg-arrow-long-down-e::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  top: -5px;
  left: -2px;
}

.gg-arrow-long-down-l {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-down-l::after,
.gg-arrow-long-down-l::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-down-l::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}

.gg-arrow-long-down-l::before {
  width: 6px;
  height: 2px;
  background: currentColor;
  top: -1px;
  left: -2px;
}

.gg-arrow-long-down-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-down-r::after,
.gg-arrow-long-down-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-down-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}

.gg-arrow-long-down-r::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  transform: rotate(45deg);
  top: -5px;
  left: -2px;
}

.gg-arrow-long-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}

.gg-arrow-long-left-c {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-left-c::after,
.gg-arrow-long-left-c::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-left-c::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: -2px;
}

.gg-arrow-long-left-c::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 8px;
  right: -4px;
  bottom: -2px;
}

.gg-arrow-long-left-e {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-left-e::after,
.gg-arrow-long-left-e::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-left-e::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: -2px;
}

.gg-arrow-long-left-e::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  right: -4px;
  bottom: -2px;
}

.gg-arrow-long-left-l {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-left-l::after,
.gg-arrow-long-left-l::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-left-l::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: -2px;
}

.gg-arrow-long-left-l::before {
  width: 2px;
  height: 6px;
  background: currentColor;
  right: -1px;
  bottom: -2px;
}

.gg-arrow-long-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-left-r::after,
.gg-arrow-long-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-left-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: -2px;
}

.gg-arrow-long-left-r::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  transform: rotate(45deg);
  right: -5px;
  bottom: -2px;
}

.gg-arrow-long-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 0;
  bottom: -2px;
}

.gg-arrow-long-right-c {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right-c::after,
.gg-arrow-long-right-c::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-right-c::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -2px;
}

.gg-arrow-long-right-c::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 8px;
  left: -4px;
  bottom: -2px;
}

.gg-arrow-long-right-e {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right-e::after,
.gg-arrow-long-right-e::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-right-e::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -2px;
}

.gg-arrow-long-right-e::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  left: -4px;
  bottom: -2px;
}

.gg-arrow-long-right-l {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right-l::after,
.gg-arrow-long-right-l::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-right-l::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -2px;
}

.gg-arrow-long-right-l::before {
  width: 2px;
  height: 6px;
  background: currentColor;
  left: -1px;
  bottom: -2px;
}

.gg-arrow-long-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right-r::after,
.gg-arrow-long-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-right-r::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -2px;
}

.gg-arrow-long-right-r::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  transform: rotate(45deg);
  left: -5px;
  bottom: -2px;
}

.gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 24px;
  height: 6px;
}

.gg-arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0;
  bottom: -2px;
}

.gg-arrow-long-up-c {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-up-c::after,
.gg-arrow-long-up-c::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-up-c::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 0;
  left: -2px;
}

.gg-arrow-long-up-c::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 8px;
  bottom: -4px;
  left: -2px;
}

.gg-arrow-long-up-e {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-up-e::after,
.gg-arrow-long-up-e::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-up-e::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 0;
  left: -2px;
}

.gg-arrow-long-up-e::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  bottom: -5px;
  left: -2px;
}

.gg-arrow-long-up-l {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-up-l::after,
.gg-arrow-long-up-l::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-up-l::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 0;
  left: -2px;
}

.gg-arrow-long-up-l::before {
  width: 6px;
  height: 2px;
  background: currentColor;
  bottom: -1px;
  left: -2px;
}

.gg-arrow-long-up-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
  width: 6px;
}

.gg-arrow-long-up-r::after,
.gg-arrow-long-up-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-long-up-r::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 0;
  left: -2px;
}

.gg-arrow-long-up-r::before {
  width: 6px;
  height: 6px;
  border: 2px solid;
  transform: rotate(45deg);
  bottom: -5px;
  left: -2px;
}

.gg-arrow-long-up {
  display: block;
  box-sizing: border-box;
  width: 6px;
  position: relative;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 24px;
}

.gg-arrow-long-up::after {
  display: block;
  box-sizing: border-box;
  width: 6px;
  content: "";
  position: absolute;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 0;
  left: -2px;
}

.gg-arrow-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-right-o::after,
.gg-arrow-right-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-right-o::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 6px;
}

.gg-arrow-right-o::before {
  width: 10px;
  height: 2px;
  bottom: 8px;
  background: currentColor;
}

.gg-arrow-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-right-r::after,
.gg-arrow-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-right-r::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 6px;
}

.gg-arrow-right-r::before {
  width: 10px;
  height: 2px;
  bottom: 8px;
  background: currentColor;
}

.gg-arrow-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}

.gg-arrow-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 7px;
}

.gg-arrow-right::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.gg-arrow-top-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-top-left-o::after,
.gg-arrow-top-left-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-arrow-top-left-o::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  bottom: 8px;
  right: 4px;
}

.gg-arrow-top-left-o::before {
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.gg-arrow-top-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-top-left-r::after,
.gg-arrow-top-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-arrow-top-left-r::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  bottom: 8px;
}

.gg-arrow-top-left-r::before {
  width: 6px;
  height: 6px;
  top: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.gg-arrow-top-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid;
  border-left: 2px solid;
}

.gg-arrow-top-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  top: 3px;
  left: -3px;
}

.gg-arrow-top-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-top-right-o::after,
.gg-arrow-top-right-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-top-right-o::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 8px;
}

.gg-arrow-top-right-o::before {
  width: 6px;
  height: 6px;
  top: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.gg-arrow-top-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-top-right-r::after,
.gg-arrow-top-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-arrow-top-right-r::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 8px;
}

.gg-arrow-top-right-r::before {
  width: 6px;
  height: 6px;
  top: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.gg-arrow-top-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid;
}

.gg-arrow-top-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 3px;
  right: -3px;
}

.gg-arrow-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}

.gg-arrow-up-o::after,
.gg-arrow-up-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}

.gg-arrow-up-o::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
}

.gg-arrow-up-o::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}

.gg-arrow-up-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-arrow-up-r::after,
.gg-arrow-up-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}

.gg-arrow-up-r::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
}

.gg-arrow-up-r::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}

.gg-arrow-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-arrow-up::after,
.gg-arrow-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}

.gg-arrow-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
}

.gg-arrow-up::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: currentColor;
}

.gg-arrows-breake-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 10px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center left/8px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center right/8px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 7px center/2px 10px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 11px center/2px 10px;
}

.gg-arrows-breake-h::after,
.gg-arrows-breake-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 2px;
}

.gg-arrows-breake-h::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
}

.gg-arrows-breake-h::before {
  border-right: 2px solid;
  border-top: 2px solid;
  right: 0;
}

.gg-arrows-breake-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center top/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center bottom/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 7px/10px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 11px/10px 2px;
}

.gg-arrows-breake-v::after,
.gg-arrows-breake-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: 2px;
}

.gg-arrows-breake-v::after {
  border-left: 2px solid;
  border-top: 2px solid;
}

.gg-arrows-breake-v::before {
  border-right: 2px solid;
  border-bottom: 2px solid;
  bottom: 0;
}

.gg-arrows-exchange-alt-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
}

.gg-arrows-exchange-alt-v::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-arrows-exchange-alt-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  background: currentColor;
  border-radius: 4px;
  height: 6px;
  transform: rotate(-45deg);
  box-shadow: 13px -2px 0;
  top: 10px;
  left: 2px;
}

.gg-arrows-exchange-alt-v::after {
  height: 12px;
  box-shadow: -4px 4px 0;
  right: 4px;
}

.gg-arrows-exchange-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 14px;
}

.gg-arrows-exchange-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-arrows-exchange-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  width: 6px;
  transform: rotate(-45deg);
  box-shadow: -2px -13px 0;
  right: 0;
  top: 10px;
}

.gg-arrows-exchange-alt::after {
  width: 12px;
  box-shadow: 4px 4px 0;
  top: 4px;
}

.gg-arrows-exchange-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
}

.gg-arrows-exchange-v::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-arrows-exchange-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  background: currentColor;
  border-radius: 4px;
  height: 6px;
  transform: rotate(45deg);
  box-shadow: 7px -4px 0;
  top: 4px;
  left: 2px;
}

.gg-arrows-exchange-v::after {
  height: 12px;
  box-shadow: -4px 4px 0;
  right: 4px;
  bottom: 4px;
}

.gg-arrows-exchange {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 14px;
}

.gg-arrows-exchange::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-arrows-exchange::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  width: 6px;
  transform: rotate(45deg);
  box-shadow: 2px -13px 0;
  top: 10px;
}

.gg-arrows-exchange::after {
  width: 12px;
  box-shadow: -4px 4px 0;
  left: 4px;
  top: 4px;
}

.gg-arrows-expand-down-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  box-shadow: -6px 6px 0 -4px;
}

.gg-arrows-expand-down-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 1px;
  right: 0;
}

.gg-arrows-expand-down-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
  top: 8px;
  left: 2px;
  border-radius: 4px;
}

.gg-arrows-expand-down-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  box-shadow: 6px 6px 0 -4px;
}

.gg-arrows-expand-down-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 1px;
  left: 0;
}

.gg-arrows-expand-down-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 10px;
  transform: rotate(-45deg);
  top: 8px;
  right: 2px;
  border-radius: 4px;
}

.gg-arrows-expand-left-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  margin: 2px;
  box-shadow: 6px 6px 0 -4px, -6px -6px 0 -4px;
}

.gg-arrows-expand-left-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
}

.gg-arrows-expand-left-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 2px;
  height: 22px;
  top: -4px;
  left: 6px;
  border-top: 9px solid;
  border-bottom: 9px solid;
}

.gg-arrows-expand-left-alt::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  top: 6px;
  left: 3px;
}

.gg-arrows-expand-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  box-shadow: 6px 6px 0 -4px, -6px -6px 0 -4px;
}

.gg-arrows-expand-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 22px;
  top: -4px;
  left: 6px;
  transform: rotate(-45deg);
  border-top: 9px solid;
  border-bottom: 9px solid;
}

.gg-arrows-expand-right-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  margin: 2px;
  box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
}

.gg-arrows-expand-right-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}

.gg-arrows-expand-right-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
  width: 2px;
  height: 22px;
  top: -4px;
  left: 6px;
  border-top: 9px solid;
  border-bottom: 9px solid;
}

.gg-arrows-expand-right-alt::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  top: 6px;
  left: 3px;
}

.gg-arrows-expand-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  margin: 2px;
  box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
}

.gg-arrows-expand-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 22px;
  top: -4px;
  left: 6px;
  transform: rotate(45deg);
  border-top: 9px solid;
  border-bottom: 9px solid;
}

.gg-arrows-expand-up-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  box-shadow: -6px -6px 0 -4px;
}

.gg-arrows-expand-up-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 1px;
  right: 0;
  bottom: 0;
}

.gg-arrows-expand-up-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 10px;
  transform: rotate(-45deg);
  bottom: 8px;
  left: 2px;
  border-radius: 4px;
}

.gg-arrows-expand-up-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  box-shadow: 6px -6px 0 -4px;
}

.gg-arrows-expand-up-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 1px;
  left: 0;
  bottom: 0;
}

.gg-arrows-expand-up-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
  bottom: 8px;
  right: 2px;
  border-radius: 4px;
}

.gg-arrows-h-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 10px;
  background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat 2px 4px/16px 2px;
}

.gg-arrows-h-alt::after,
.gg-arrows-h-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 2px;
}

.gg-arrows-h-alt::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 1px;
}

.gg-arrows-h-alt::before {
  border-top: 2px solid;
  border-right: 2px solid;
  right: 1px;
}

.gg-arrows-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 10px;
  background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 2px 4px/6px 2px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 12px 4px/6px 2px;
}

.gg-arrows-h::after,
.gg-arrows-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 2px;
}

.gg-arrows-h::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 1px;
}

.gg-arrows-h::before {
  border-top: 2px solid;
  border-right: 2px solid;
  right: 1px;
}

.gg-arrows-merge-alt-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 12px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center left/8px 2px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center right/8px 2px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 20px center/2px 12px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0 center/2px 12px;
}

.gg-arrows-merge-alt-h::after,
.gg-arrows-merge-alt-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 3px;
}

.gg-arrows-merge-alt-h::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: 3px;
}

.gg-arrows-merge-alt-h::before {
  border-right: 2px solid;
  border-top: 2px solid;
  left: 3px;
}

.gg-arrows-merge-alt-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 22px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center top/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center bottom/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 20px/10px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 0/10px 2px;
}

.gg-arrows-merge-alt-v::after,
.gg-arrows-merge-alt-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: 3px;
}

.gg-arrows-merge-alt-v::after {
  border-left: 2px solid;
  border-top: 2px solid;
  bottom: 3px;
}

.gg-arrows-merge-alt-v::before {
  border-right: 2px solid;
  border-bottom: 2px solid;
  top: 3px;
}

.gg-arrows-scroll-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 6px;
}

.gg-arrows-scroll-h::after,
.gg-arrows-scroll-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.gg-arrows-scroll-h::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  right: 0;
}

.gg-arrows-scroll-h::before {
  border-top: 2px solid;
  border-right: 2px solid;
  left: 0;
}

.gg-arrows-scroll-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 16px;
}

.gg-arrows-scroll-v::after,
.gg-arrows-scroll-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.gg-arrows-scroll-v::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-arrows-scroll-v::before {
  border-top: 2px solid;
  border-right: 2px solid;
  bottom: 0;
}

.gg-arrows-shrink-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 10px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center center/10px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 18px center/2px 10px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 0px center/2px 10px;
}

.gg-arrows-shrink-h::after,
.gg-arrows-shrink-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 2px;
}

.gg-arrows-shrink-h::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  left: 4px;
}

.gg-arrows-shrink-h::before {
  border-right: 2px solid;
  border-top: 2px solid;
  right: 4px;
}

.gg-arrows-shrink-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center center/2px 10px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 18px/10px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 0/10px 2px;
}

.gg-arrows-shrink-v::after,
.gg-arrows-shrink-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: 2px;
}

.gg-arrows-shrink-v::after {
  border-left: 2px solid;
  border-top: 2px solid;
  top: 4px;
}

.gg-arrows-shrink-v::before {
  border-right: 2px solid;
  border-bottom: 2px solid;
  bottom: 4px;
}

.gg-arrows-v-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
  background: linear-gradient(to left, currentColor 16px, transparent 0) no-repeat 4px 2px/2px 16px;
}

.gg-arrows-v-alt::after,
.gg-arrows-v-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  left: 2px;
}

.gg-arrows-v-alt::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 1px;
}

.gg-arrows-v-alt::before {
  border-top: 2px solid;
  border-right: 2px solid;
  top: 1px;
}

.gg-arrows-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
  background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 2px/2px 6px, linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 12px/2px 6px;
}

.gg-arrows-v::after,
.gg-arrows-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  left: 2px;
}

.gg-arrows-v::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 1px;
}

.gg-arrows-v::before {
  border-top: 2px solid;
  border-right: 2px solid;
  top: 1px;
}

.gg-assign {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background: currentColor;
  transform: scale(var(--ggs, 1));
  border-radius: 100px;
}

.gg-assign::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  box-shadow: -5px -5px 0 -3px, 5px 5px 0 -3px, 5px -5px 0 -3px, -5px 5px 0 -3px;
  left: -3px;
  top: -3px;
}

.gg-asterisk {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-asterisk::after,
.gg-asterisk::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 2px;
  height: 12px;
  background: currentColor;
  transform: rotate(55deg);
}

.gg-asterisk::after {
  transform: rotate(-55deg);
}

.gg-atlasian {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  overflow: hidden;
}

.gg-atlasian::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  background: currentColor;
  border-radius: 4px;
}

.gg-atlasian::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  background: currentColor;
  border-radius: 4px;
  height: 12px;
  border-top-right-radius: 10px;
  bottom: -4px;
  left: 3px;
  transform: rotate(30deg) skewY(35deg);
  opacity: 0.8;
}

.gg-atlasian::after {
  height: 24px;
  border-top-left-radius: 10px;
  bottom: -8px;
  right: 3px;
  transform: rotate(-30deg) skewY(-35deg);
}

.gg-attachment {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transform: scale(var(--ggs, 1));
  margin-top: 11px;
}

.gg-attachment::after,
.gg-attachment::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  border: 2px solid;
}

.gg-attachment::after {
  border-bottom: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  right: -2px;
  width: 10px;
  height: 14px;
  bottom: 8px;
}

.gg-attachment::before {
  width: 6px;
  height: 12px;
  border-top: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: 2px;
  bottom: 4px;
}

.gg-attribution {
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 18px;
  background: linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 1px 2px/8px 2px, linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 6px 14px/6px 2px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 10px 12px/6px 6px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 0 0/6px 6px;
}

.gg-attribution::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
}

.gg-attribution::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 8px;
  left: 2px;
}

.gg-attribution::after {
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  right: 2px;
  top: 2px;
}

.gg-awards {
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  border: 4px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 0;
  box-shadow: inset 4px 0 0 -2px, inset -4px 0 0 -2px;
}

.gg-awards::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border: 2px solid;
}

.gg-awards::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border: 2px solid;
  width: 14px;
  height: 14px;
  border-radius: 22px;
  top: -12px;
  left: -3px;
}

.gg-awards::after {
  width: 6px;
  height: 6px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  transform: rotate(45deg);
  bottom: -3px;
  left: 1px;
}

.gg-backspace {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.gg-backspace::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-backspace::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center center/10px 2px;
  border-right: 3px solid transparent;
  box-shadow: inset 0 0 0 2px;
  right: 2px;
  bottom: 1px;
  width: 8px;
  height: 8px;
  border-left: 3px solid transparent;
  transform: rotate(45deg);
}

.gg-backspace::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 1px;
  transform: rotate(-45deg);
  top: 0;
  left: -5px;
}

.gg-band-aid {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-25deg) scale(var(--ggs, 1));
  width: 24px;
  height: 12px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-band-aid::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-band-aid::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 10px;
  top: -2px;
  left: 4px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-band-aid::after {
  width: 2px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0, 4px 0 0, 4px 4px 0;
  border-radius: 22px;
  left: 7px;
  top: 1px;
}

.gg-battery-empty {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  margin-left: -3px;
}

.gg-battery-empty::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 4px;
  height: 6px;
  right: -4px;
  top: 1px;
  background: currentColor;
}

.gg-battery-full {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  margin-left: -3px;
}

.gg-battery-full::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  top: 1px;
}

.gg-battery-full::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  top: 1px;
  right: -4px;
  border-radius: 3px;
  width: 4px;
}

.gg-battery-full::after {
  width: 14px;
  left: 1px;
}

.gg-battery {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  margin-left: -3px;
}

.gg-battery::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  top: 1px;
}

.gg-battery::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  top: 1px;
  right: -4px;
  border-radius: 3px;
  width: 4px;
}

.gg-battery::after {
  width: 8px;
  left: 1px;
}

.gg-bee {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  position: relative;
  width: 12px;
  height: 20px;
  transform: scale(var(--ggs, 1));
  border-radius: 22px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center 6px/12px 2px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center 10px/12px 2px;
  box-shadow: 0 4px 0 -2px, 0 7px 0 -4px;
}

.gg-bee::after,
.gg-bee::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
}

.gg-bee::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-top: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  top: 4px;
}

.gg-bee::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-top: 0;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  top: 4px;
  left: -6px;
  transform: rotate(40deg);
}

.gg-bee::after {
  right: -6px;
  transform: rotate(-40deg);
}

.gg-bell {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-bottom: 0;
  width: 14px;
  height: 14px;
}

.gg-bell::before {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.gg-bell::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-bell::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 4px;
  height: 4px;
  top: -4px;
  left: 3px;
}

.gg-bell::after {
  border-radius: 3px;
  width: 16px;
  height: 10px;
  border: 6px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: inset 0 0 0 4px, 0 -2px 0 0;
  top: 14px;
  left: -3px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.gg-bitbucket {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 15px;
  height: 15px;
  transform: scale(var(--ggs, 1));
  border-top: 5px solid;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center bottom/10px 5px;
}

.gg-bitbucket::after,
.gg-bitbucket::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 5px;
  height: 15px;
  top: -5px;
  transform: skew(10deg);
  border-radius: 1px;
}

.gg-bitbucket::after {
  right: 0;
  transform: skew(-10deg);
}

.gg-block {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-block::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  transform: rotate(-45deg);
  top: 5px;
  left: 1px;
}

.gg-bmw {
  position: relative;
  box-sizing: border-box;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 18px;
}

.gg-bmw::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  border: 9px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 18px;
  transform: rotate(45deg);
  left: -2px;
  top: -2px;
}

.gg-board {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: 0 0 0 2px, inset 2px 0 0, inset -2px 0 0;
  border-radius: 2px;
}

.gg-bolt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 21px;
}

.gg-bolt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: rotate(30deg);
}

.gg-bolt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: rotate(30deg);
  border-bottom: 12px solid;
  left: 0;
  top: 0;
}

.gg-bolt::after {
  border-top: 12px solid;
  right: 0;
  bottom: 0;
}

.gg-bookmark {
  display: block;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 3px;
  overflow: hidden;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
}

.gg-bookmark::after {
  display: block;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  top: 9px;
  left: -1px;
}

.gg-border-all {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.gg-border-all::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  border: 3px solid;
  bottom: 0;
  left: 0;
}

.gg-border-bottom {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid;
}

.gg-border-bottom::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid;
  content: "";
  position: absolute;
  height: 10px;
  border: 3px solid;
  border-bottom: 0;
  bottom: 2px;
  left: 0;
  opacity: 0.3;
}

.gg-border-left {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid;
}

.gg-border-left::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid;
  content: "";
  position: absolute;
  width: 10px;
  border: 3px solid;
  border-left: 0;
  bottom: 0;
  left: 2px;
  opacity: 0.3;
}

.gg-border-right {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid;
}

.gg-border-right::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid;
  content: "";
  position: absolute;
  width: 10px;
  border: 3px solid;
  border-right: 0;
  bottom: 0;
  right: 2px;
  opacity: 0.3;
}

.gg-border-style-dashed {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
}

.gg-border-style-dashed::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
  content: "";
  position: absolute;
  height: 2px;
  top: 7px;
  border-top: 2px dashed;
}

.gg-border-style-dotted {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
}

.gg-border-style-dotted::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
  content: "";
  position: absolute;
  height: 2px;
  top: 7px;
  border-top: 2px dotted;
}

.gg-border-style-solid {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
}

.gg-border-style-solid::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 26px;
  height: 17px;
  content: "";
  position: absolute;
  height: 2px;
  top: 7px;
  border-top: 2px solid;
}

.gg-border-top {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid;
}

.gg-border-top::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid;
  content: "";
  position: absolute;
  height: 10px;
  border: 3px solid;
  border-top: 0;
  top: 2px;
  left: 0;
  opacity: 0.3;
}

.gg-bot {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 10px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 0 0 2px, -4px 0 0 -1px, 4px 0 0 -1px, inset 0 -4px 0 -2px;
}

.gg-bot::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  box-shadow: 0 0 0 2px;
  top: 3px;
}

.gg-bot::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  box-shadow: 0 0 0 2px;
  top: 3px;
  left: -4px;
  border-radius: 3px;
}

.gg-bot::after {
  border-radius: 100px;
  right: -4px;
}

.gg-bowl {
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 20px;
  height: 18px;
}

.gg-bowl::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-bowl::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 12px;
  border: 2px solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 0;
}

.gg-bowl::after {
  background: currentColor;
  width: 2px;
  height: 10px;
  border-radius: 4px;
  transform: rotate(45deg);
  right: 4px;
  top: -1px;
}

.gg-box {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-box::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
}

.gg-box::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  left: 6px;
  width: 6px;
  top: 8px;
}

.gg-box::after {
  width: 22px;
  left: -2px;
  top: 4px;
}

.gg-boy {
  display: block;
  box-sizing: border-box;
  border-radius: 42px;
  position: relative;
  width: 20px;
  height: 20px;
  transform: scale(var(--ggs, 1));
  overflow: hidden;
  box-shadow: inset 0 0 0 2px;
}

.gg-boy::after,
.gg-boy::before {
  display: block;
  box-sizing: border-box;
  border-radius: 42px;
}

.gg-boy::after,
.gg-boy::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  box-shadow: 6px 0 0;
  left: 6px;
  top: 10px;
}

.gg-boy::after {
  width: 20px;
  height: 20px;
  top: -13px;
  right: -12px;
}

.gg-brackets {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-brackets::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 4px;
  height: 10px;
  top: 2px;
}

.gg-brackets::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 4px;
  height: 10px;
  top: 2px;
  border-right: 0;
  left: 2px;
}

.gg-brackets::after {
  border-left: 0;
  right: 2px;
}

.gg-briefcase {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 2px;
  margin-top: 1px;
}

.gg-briefcase::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-briefcase::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 4px;
  width: 10px;
  height: 4px;
  border-bottom: 0;
  top: -5px;
}

.gg-briefcase::after {
  width: 18px;
  height: 3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 2px 0, inset 16px 74px 0;
  top: 4px;
}

.gg-browse {
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 16px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
  background: linear-gradient(to left, currentcolor 10px, transparent 0) no-repeat center 2px/8px 2px, linear-gradient(to left, currentcolor 10px, transparent 0) no-repeat center 6px/8px 2px;
}

.gg-browse::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
}

.gg-browse::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  left: 3px;
  top: 9px;
}

.gg-browse::after {
  width: 2px;
  height: 4px;
  background: currentColor;
  bottom: 1px;
  right: 2px;
  transform: rotate(-45deg);
}

.gg-browser {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-browser::after,
.gg-browser::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 22px;
  height: 2px;
  background: currentColor;
  top: 4px;
}

.gg-browser::after {
  border-radius: 3px;
  width: 2px;
  box-shadow: 3px 0 0, 6px 0 0;
  top: 1px;
  left: 1px;
}

.gg-brush {
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 14px;
  height: 18px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 4px bottom/2px 5px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px bottom/2px 5px;
}

.gg-brush::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-brush::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 8px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
  left: 4px;
  top: 0;
}

.gg-brush::after {
  width: 14px;
  height: 10px;
  border-top: 0;
  border-radius: 3px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat left top/4px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right top/4px 2px;
  bottom: 0;
}

.gg-bulb {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 100px;
}

.gg-bulb::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-bulb::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  top: 10px;
  border-bottom: 2px solid transparent;
  box-shadow: 0 5px 0 -2px, inset 2px 0 0 0, inset -2px 0 0 0, inset 0 -4px 0 -2px;
  width: 8px;
  height: 8px;
  left: 2px;
}

.gg-bulb::after {
  width: 12px;
  height: 2px;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.gg-c-plus-plus {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  border: 3px solid currentColor;
  box-sizing: border-box;
  border-radius: 100px;
  border-right-color: transparent;
}

.gg-c-plus-plus::after,
.gg-c-plus-plus::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 9px;
  height: 6px;
  border-left: 2px solid;
  border-right: 2px solid;
  right: -9px;
  top: 2px;
}

.gg-c-plus-plus::after {
  width: 13px;
  height: 2px;
  border-left: 6px solid;
  border-right: 6px solid;
  right: -11px;
  top: 4px;
}

.gg-calculator {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-calculator::after,
.gg-calculator::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 2px;
  left: 2px;
}

.gg-calculator::after {
  width: 2px;
  box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0, 0 8px 0, 4px 8px 0, 8px 8px 0, 8px 6px 0;
  top: 6px;
}

.gg-calendar-dates {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-calendar-dates::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  left: 2px;
}

.gg-calendar-dates::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  left: 2px;
  background: currentColor;
  width: 2px;
  box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0;
  top: 6px;
}

.gg-calendar-dates::after {
  width: 10px;
  top: -4px;
  box-shadow: 0 6px 0 0;
}

.gg-calendar-due {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-calendar-due::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 6px;
  background: currentColor;
}

.gg-calendar-due::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 6px;
  background: currentColor;
  top: 2px;
  width: 10px;
  height: 2px;
  left: 2px;
}

.gg-calendar-due::after {
  width: 4px;
  height: 4px;
  bottom: 3px;
  left: 5px;
}

.gg-calendar-next {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 3px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 -2px 0;
  border-radius: 1px;
}

.gg-calendar-next::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-calendar-next::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  top: 0;
  left: -1px;
  width: 10px;
  height: 2px;
}

.gg-calendar-next::after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  bottom: -2px;
  right: -2px;
}

.gg-calendar-today {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-top: 4px solid;
  border-radius: 3px;
}

.gg-calendar-today::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  right: 2px;
  bottom: 2px;
}

.gg-calendar-two {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-calendar-two::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  top: 2px;
  left: 2px;
}

.gg-calendar {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-top: 4px solid;
  border-radius: 3px;
}

.gg-calendar::before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 10px;
  border-radius: 3px;
  left: 2px;
  background: currentColor;
  height: 2px;
  top: 2px;
}

.gg-calibrate {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.gg-calibrate::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
}

.gg-calibrate::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: 10px;
  left: 6px;
}

.gg-calibrate::after {
  width: 22px;
  height: 22px;
  border: 6px solid transparent;
  border-top: 6px solid;
  left: -2px;
  top: 1px;
}

.gg-camera {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 18px;
  height: 12px;
  perspective: 24px;
}

.gg-camera::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-camera::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-left-color: transparent;
  transform: rotateY(-70deg);
  width: 8px;
  height: 8px;
  right: -7px;
  top: 0;
}

.gg-camera::after {
  width: 10px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: -5px;
  right: 2px;
  border-top-right-radius: 2px;
}

.gg-cap {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.gg-cap::after,
.gg-cap::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-cap::after {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: 0 0 0 2px, inset 12px 0 0 0;
  bottom: -8px;
  width: 18px;
  height: 6px;
  border-radius: 1px;
  left: -2px;
}

.gg-cap::before {
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
  left: 5px;
  top: -4px;
}

.gg-captions {
  border-radius: 1px;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  border: 2px solid;
}

.gg-captions::after,
.gg-captions::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  border: 2px solid;
}

.gg-captions::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  border-right: transparent;
  top: 2px;
  left: 2px;
}

.gg-captions::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  border-right: transparent;
  top: 2px;
  left: 2px;
  left: 9px;
}

.gg-card-clubs {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-card-clubs::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 4px;
  box-shadow: -2.5px 4px 0, 2.5px 4px 0;
}

.gg-card-diamonds {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-card-diamonds::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  transform: rotate(45deg);
  top: 6px;
  left: 4px;
}

.gg-card-hearts {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-card-hearts::after,
.gg-card-hearts::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 6px;
  background: currentColor;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transform: rotate(45deg);
  left: 6px;
  top: 6px;
}

.gg-card-hearts::after {
  transform: rotate(-45deg);
  left: 4px;
}

.gg-card-spades {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-card-spades::after,
.gg-card-spades::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 6px;
  background: currentColor;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
}

.gg-card-spades::after {
  transform: rotate(45deg);
  left: 4px;
}

.gg-carousel {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
}

.gg-carousel::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
}

.gg-carousel::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 22px;
  height: 10px;
  border: 2px solid;
}

.gg-carousel::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 16px;
  left: 6px;
  box-shadow: -3px -4px 0, 3px -4px 0;
}

.gg-cast {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat bottom right/6px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat top left/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 2px;
  border-left: 0;
}

.gg-cast::after,
.gg-cast::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: -10px;
  left: -10px;
}

.gg-cast::after {
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: -2px;
  left: -2px;
}

.gg-chanel {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 18px;
}

.gg-chanel::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 3px solid;
  width: 18px;
  height: 18px;
  border-radius: 22px;
}

.gg-chanel::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 3px solid;
  width: 18px;
  height: 18px;
  border-radius: 22px;
  border-left-color: transparent;
  left: -3px;
}

.gg-chanel::after {
  border-right-color: transparent;
  right: -3px;
}

.gg-chart {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-chart::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
}

.gg-chart::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
  border-top-right-radius: 100px;
  right: -2px;
  top: -2px;
  width: 8px;
  height: 8px;
}

.gg-chart::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border-right-color: transparent;
  left: -10px;
  transform: rotate(-45deg);
}

.gg-check-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-check-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-color: currentColor;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.gg-check-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
}

.gg-check-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.gg-chevron-double-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-down-o::after,
.gg-chevron-double-down-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}

.gg-chevron-double-down-o::after {
  top: 7px;
}

.gg-chevron-double-down-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-down-r::after,
.gg-chevron-double-down-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}

.gg-chevron-double-down-r::after {
  top: 7px;
}

.gg-chevron-double-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-chevron-double-down::after,
.gg-chevron-double-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
}

.gg-chevron-double-down::after {
  top: 8px;
}

.gg-chevron-double-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-left-o::after,
.gg-chevron-double-left-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 5px;
}

.gg-chevron-double-left-o::after {
  left: 9px;
}

.gg-chevron-double-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-left-r::after,
.gg-chevron-double-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 5px;
}

.gg-chevron-double-left-r::after {
  left: 9px;
}

.gg-chevron-double-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-chevron-double-left::after,
.gg-chevron-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 7px;
  left: 6px;
}

.gg-chevron-double-left::after {
  left: 11px;
}

.gg-chevron-double-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-right-o::after,
.gg-chevron-double-right-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 5px;
}

.gg-chevron-double-right-o::after {
  right: 9px;
}

.gg-chevron-double-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-right-r::after,
.gg-chevron-double-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 5px;
}

.gg-chevron-double-right-r::after {
  right: 9px;
}

.gg-chevron-double-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-chevron-double-right::after,
.gg-chevron-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  top: 7px;
  right: 6px;
}

.gg-chevron-double-right::after {
  right: 11px;
}

.gg-chevron-double-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-up-o::after,
.gg-chevron-double-up-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  bottom: 3px;
}

.gg-chevron-double-up-o::after {
  bottom: 7px;
}

.gg-chevron-double-up-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}

.gg-chevron-double-up-r::after,
.gg-chevron-double-up-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  bottom: 3px;
}

.gg-chevron-double-up-r::after {
  bottom: 7px;
}

.gg-chevron-double-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-chevron-double-up::after,
.gg-chevron-double-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  bottom: 3px;
}

.gg-chevron-double-up::after {
  bottom: 8px;
}

.gg-chevron-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-chevron-down-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 5px;
}

.gg-chevron-down-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-chevron-down-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 5px;
}

.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}

.gg-chevron-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-chevron-left-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  top: 6px;
}

.gg-chevron-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-chevron-left-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  top: 6px;
}

.gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 4px;
}

.gg-chevron-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-chevron-right-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}

.gg-chevron-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-chevron-right-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}

.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.gg-chevron-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-chevron-up-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  bottom: 5px;
}

.gg-chevron-up-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-chevron-up-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  bottom: 5px;
}

.gg-chevron-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-up::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  bottom: 2px;
}

.gg-circleci {
  display: block;
  box-sizing: border-box;
  border-radius: 18px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 24px;
  border: 4px solid;
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat -2px center/8px 3px;
}

.gg-circleci::before {
  display: block;
  box-sizing: border-box;
  border-radius: 18px;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid;
  top: 3px;
  right: 3px;
}

.gg-clapper-board {
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 22px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-clapper-board::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-clapper-board::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 8px;
  border-left: 2px solid;
  border-right: 2px solid;
  left: 4px;
  top: -2px;
  transform: skewX(-40deg);
}

.gg-clapper-board::after {
  width: 22px;
  height: 2px;
  background: currentColor;
  top: 4px;
  left: -2px;
}

.gg-clipboard {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-clipboard::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 2px;
  width: 10px;
  left: 2px;
}

.gg-clipboard::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 2px;
  width: 10px;
  left: 2px;
  border: 2px solid;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -2px;
  height: 6px;
}

.gg-clipboard::after {
  height: 2px;
  background: currentColor;
  box-shadow: 0 -4px 0 0;
  bottom: 2px;
}

.gg-close-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-close-o::after,
.gg-close-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}

.gg-close-o::after {
  transform: rotate(-45deg);
}

.gg-close-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-close-r::after,
.gg-close-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}

.gg-close-r::after {
  transform: rotate(-45deg);
}

.gg-close {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px;
}

.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}

.gg-close::after {
  transform: rotate(-45deg);
}

.gg-cloud {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 2px;
  background: currentColor;
  margin-bottom: -20px;
}

.gg-cloud::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
  bottom: 0;
}

.gg-cloud::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
  bottom: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  left: -6px;
  width: 7px;
  height: 12px;
}

.gg-cloud::after {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border-left-color: transparent;
  right: -8px;
  transform: rotate(-45deg);
}

.gg-code-climate {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 16px;
}

.gg-code-climate::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 12px;
  border-left: 4px solid;
  border-top: 4px solid;
  transform: rotate(45deg);
}

.gg-code-climate::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 12px;
  border-left: 4px solid;
  border-top: 4px solid;
  transform: rotate(45deg);
  height: 12px;
  left: 2px;
  bottom: -2px;
}

.gg-code-climate::after {
  height: 6px;
  right: 0;
  bottom: 6px;
}

.gg-code-slash {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: rotate(15deg) scale(var(--ggs, 1));
  width: 2px;
  height: 16px;
  background: currentColor;
}

.gg-code-slash::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(-60deg);
}

.gg-code-slash::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(-60deg);
  border-left: 2px solid;
  border-top: 2px solid;
  left: -8px;
  top: 5px;
}

.gg-code-slash::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: -8px;
  top: 3px;
}

.gg-code {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 20px;
}

.gg-code::after,
.gg-code::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 20px;
}

.gg-code::after,
.gg-code::before {
  content: "";
  position: absolute;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) scaleY(1);
  left: -4px;
  top: 6px;
}

.gg-code::after {
  transform: rotate(-45deg) scaleX(-1);
  left: 4px;
}

.gg-coffee {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: -4px;
  margin-top: 3px;
}

.gg-coffee::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-coffee::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  background: currentColor;
  box-shadow: 4px 0 0, 8px 0 0;
  border-radius: 3px;
  width: 2px;
  height: 4px;
  top: -7px;
}

.gg-coffee::after {
  width: 6px;
  height: 8px;
  border: 2px solid;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: -6px;
  top: -1px;
}

.gg-collage {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-collage::after,
.gg-collage::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 20px;
  background: currentColor;
  left: 5px;
  top: -2px;
}

.gg-collage::after {
  width: 9px;
  height: 2px;
  left: -2px;
  top: 4px;
  box-shadow: 7px 5px 0 0;
}

.gg-color-bucket {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 10px;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: -18px;
}

.gg-color-bucket::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}

.gg-color-bucket::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
  border: 2px solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 4px;
  left: -4px;
  width: 14px;
  height: 16px;
}

.gg-color-bucket::after {
  width: 6px;
  height: 6px;
  border-radius: 0 100% 100% 100%;
  background: currentColor;
  right: -15px;
  bottom: -12px;
}

.gg-color-picker {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 18px;
  height: 10px;
  border-left: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-color-picker::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
}

.gg-color-picker::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  top: -2px;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  right: -3px;
}

.gg-color-picker::after {
  width: 8px;
  height: 6px;
  right: -9px;
  box-shadow: -21px 0 0 -2px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.gg-comedy-central {
  box-sizing: border-box;
  display: block;
  border: 3px solid;
  border-radius: 100px;
  position: relative;
  border-left-color: transparent;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-comedy-central::before {
  box-sizing: border-box;
  display: block;
  border: 3px solid;
  border-radius: 100px;
  content: "";
  position: absolute;
  border-right-color: transparent;
  width: 10px;
  height: 10px;
  bottom: 2px;
  right: 2px;
}

.gg-comment {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-bottom: 0;
  box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
}

.gg-comment::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
}

.gg-comment::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-left-radius: 20px;
  right: 4px;
  bottom: -6px;
  height: 6px;
}

.gg-comment::after {
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0 0;
  left: 4px;
  top: 4px;
}

.gg-community {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 14px;
}

.gg-community::after,
.gg-community::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  width: 10px;
  height: 10px;
  border-radius: 22px;
}

.gg-community::after {
  right: 0;
}

.gg-components {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 0 0/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 4px 0/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px 0/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 12px 0/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 0 8px/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 4px 8px/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 8px 8px/2px 6px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 12px 8px/2px 6px;
}

.gg-components::after,
.gg-components::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 2px;
  border-top: 6px double;
  border-bottom: 6px double;
}

.gg-components::after {
  right: 0;
}

.gg-compress-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 2px;
  height: 26px;
  border-top: 10px solid;
  border-bottom: 10px solid;
}

.gg-compress-left::after,
.gg-compress-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: -2px;
}

.gg-compress-left::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  top: -5px;
}

.gg-compress-left::before {
  border-top: 2px solid;
  border-left: 2px solid;
  bottom: -5px;
}

.gg-compress-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 2px;
  height: 26px;
  border-top: 10px solid;
  border-bottom: 10px solid;
}

.gg-compress-right::after,
.gg-compress-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: -2px;
}

.gg-compress-right::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  top: -5px;
}

.gg-compress-right::before {
  border-top: 2px solid;
  border-left: 2px solid;
  bottom: -5px;
}

.gg-compress-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 26px;
  border-top: 10px solid;
  border-bottom: 10px solid;
}

.gg-compress-v::after,
.gg-compress-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: -2px;
}

.gg-compress-v::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  top: -5px;
}

.gg-compress-v::before {
  border-top: 2px solid;
  border-left: 2px solid;
  bottom: -5px;
}

.gg-compress {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 26px;
  height: 2px;
  border-left: 10px solid;
  border-right: 10px solid;
}

.gg-compress::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  top: -2px;
}

.gg-compress::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  top: -2px;
  border-right: 2px solid;
  left: -5px;
  transform: rotate(45deg);
}

.gg-compress::after {
  border-left: 2px solid;
  right: -5px;
  transform: rotate(-45deg);
}

.gg-controller {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-controller::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
  left: -5px;
  top: -5px;
  transform: rotate(45deg);
}

.gg-copy {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 18px;
  border: 2px solid;
  margin-left: -5px;
  margin-top: -4px;
}

.gg-copy::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-copy::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right top/5px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat left bottom/2px 5px;
  box-shadow: inset -4px -4px 0 -2px;
  bottom: -6px;
  right: -6px;
  width: 14px;
  height: 18px;
}

.gg-copy::after {
  width: 6px;
  height: 2px;
  background: currentColor;
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
}

.gg-copyright {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-copyright::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 40px;
  content: "";
  position: absolute;
  border-right-color: transparent;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  transform: none;
}

.gg-corner-double-down-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.gg-corner-double-down-left::after,
.gg-corner-double-down-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  transform: rotate(45deg);
}

.gg-corner-double-down-left::after {
  border-bottom: 2px solid;
  bottom: -4px;
}

.gg-corner-double-down-left::before {
  border-top: 2px solid;
  right: -4px;
}

.gg-corner-double-down-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-corner-double-down-right::after,
.gg-corner-double-down-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  transform: rotate(45deg);
}

.gg-corner-double-down-right::after {
  border-right: 2px solid;
  bottom: -4px;
  right: 0;
}

.gg-corner-double-down-right::before {
  border-left: 2px solid;
  left: -4px;
}

.gg-corner-double-left-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-top-left-radius: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.gg-corner-double-left-down::after,
.gg-corner-double-left-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.gg-corner-double-left-down::after {
  border-top: 2px solid;
  top: -4px;
  right: 0;
}

.gg-corner-double-left-down::before {
  border-bottom: 2px solid;
  left: -4px;
  bottom: 0;
}

.gg-corner-double-left-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-bottom-left-radius: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-corner-double-left-up::after,
.gg-corner-double-left-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  left: -4px;
  transform: rotate(45deg);
}

.gg-corner-double-left-up::after {
  border-left: 2px solid;
  top: -4px;
}

.gg-corner-double-left-up::before {
  border-left: 2px solid;
  top: 0;
}

.gg-corner-double-right-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-top-right-radius: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.gg-corner-double-right-down::after,
.gg-corner-double-right-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.gg-corner-double-right-down::after {
  border-left: 2px solid;
  top: -4px;
  left: 0;
}

.gg-corner-double-right-down::before {
  border-right: 2px solid;
  right: -4px;
  bottom: 0;
}

.gg-corner-double-right-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.gg-corner-double-right-up::after,
.gg-corner-double-right-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  right: -4px;
  transform: rotate(45deg);
}

.gg-corner-double-right-up::after {
  border-top: 2px solid;
  top: -4px;
}

.gg-corner-double-right-up::before {
  border-top: 2px solid;
  top: 0;
}

.gg-corner-double-up-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-top-right-radius: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.gg-corner-double-up-left::after,
.gg-corner-double-up-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  top: -4px;
  transform: rotate(45deg);
}

.gg-corner-double-up-left::after {
  border-left: 2px solid;
}

.gg-corner-double-up-left::before {
  border-left: 2px solid;
  left: -4px;
}

.gg-corner-double-up-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-top-left-radius: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.gg-corner-double-up-right::after,
.gg-corner-double-up-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  top: -4px;
  transform: rotate(45deg);
}

.gg-corner-double-up-right::after {
  border-top: 2px solid;
  right: 0;
}

.gg-corner-double-up-right::before {
  border-top: 2px solid;
  right: -4px;
}

.gg-corner-down-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-down-left::after,
.gg-corner-down-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
}

.gg-corner-down-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 3px;
}

.gg-corner-down-left::before {
  width: 16px;
  height: 12px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 6px;
}

.gg-corner-down-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-down-right::after,
.gg-corner-down-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}

.gg-corner-down-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 3px;
}

.gg-corner-down-right::before {
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 6px;
}

.gg-corner-left-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-left-down::after,
.gg-corner-left-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3px;
}

.gg-corner-left-down::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 3px;
}

.gg-corner-left-down::before {
  width: 12px;
  height: 16px;
  border-top-left-radius: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
  left: 6px;
}

.gg-corner-left-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-left-up::after,
.gg-corner-left-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
}

.gg-corner-left-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 3px;
}

.gg-corner-left-up::before {
  width: 12px;
  height: 16px;
  border-bottom-left-radius: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 6px;
}

.gg-corner-right-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-right-down::after,
.gg-corner-right-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3px;
}

.gg-corner-right-down::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 3px;
}

.gg-corner-right-down::before {
  width: 12px;
  height: 16px;
  border-top-right-radius: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  right: 6px;
}

.gg-corner-right-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-right-up::after,
.gg-corner-right-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
}

.gg-corner-right-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  right: 3px;
}

.gg-corner-right-up::before {
  width: 12px;
  height: 16px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  right: 6px;
}

.gg-corner-up-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-up-left::after,
.gg-corner-up-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
}

.gg-corner-up-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  top: 3px;
}

.gg-corner-up-left::before {
  width: 16px;
  height: 12px;
  border-top-right-radius: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 6px;
}

.gg-corner-up-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-up-right::after,
.gg-corner-up-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}

.gg-corner-up-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 3px;
}

.gg-corner-up-right::before {
  width: 16px;
  height: 12px;
  border-top-left-radius: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
  top: 6px;
}

.gg-credit-card {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 18px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-credit-card::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 24px;
  left: -2px;
  height: 2px;
  background: currentColor;
  top: 9px;
}

.gg-credit-card::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 24px;
  left: -2px;
  height: 2px;
  background: currentColor;
  top: 9px;
  width: 6px;
  left: 2px;
  top: 3px;
}

.gg-crop {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-crop::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
}

.gg-crop::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 2px solid;
  border-top: 2px solid;
  left: 1px;
  top: 5px;
}

.gg-crop::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  top: 1px;
  right: 1px;
}

.gg-cross {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-cross::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: -4px;
  left: 4px;
}

.gg-crowdfire {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-crowdfire::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-crowdfire::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-radius: 100px;
  border-right-color: transparent;
  transform: rotate(-45deg);
}

.gg-crowdfire::after {
  width: 8px;
  height: 8px;
  border-top: 4px solid;
  border-right: 4px solid;
  right: 2px;
  top: 2px;
}

.gg-crown {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 19px;
  height: 12px;
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 4px;
}

.gg-crown::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  top: -4px;
}

.gg-crown::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  top: -4px;
  border-top-left-radius: 2px;
  left: -1px;
}

.gg-crown::after {
  border-bottom-right-radius: 2px;
  right: -1px;
}

.gg-danger {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-danger::after,
.gg-danger::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: currentColor;
  left: 7px;
}

.gg-danger::after {
  top: 2px;
  height: 8px;
}

.gg-danger::before {
  height: 2px;
  bottom: 2px;
}

.gg-dark-mode {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.gg-dark-mode::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
}

.gg-dark-mode::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border: 5px solid;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  width: 9px;
  height: 18px;
  top: -1px;
  left: -1px;
}

.gg-dark-mode::after {
  border: 4px solid;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  width: 4px;
  height: 8px;
  right: 4px;
  top: 4px;
}

.gg-data {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.gg-data::after,
.gg-data::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.gg-data::after,
.gg-data::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
}

.gg-data::after {
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat bottom center/2px 8px;
  width: 22px;
  height: 22px;
  top: -6px;
  left: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.gg-database {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 6px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 2px 0 0, inset 0 -2px 0 0;
  border-radius: 1px;
}

.gg-database::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-database::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 20px;
  height: 2px;
  top: 4px;
  left: -8px;
}

.gg-database::after {
  width: 2px;
  height: 10px;
  border-bottom: 2px solid;
  border-top: 2px solid;
  top: 0;
  left: -4px;
}

.gg-debug {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 18px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-debug::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-debug::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 4px;
  border: 2px solid;
  top: -4px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
}

.gg-debug::after {
  background: currentColor;
  width: 4px;
  height: 2px;
  border-radius: 5px;
  top: 4px;
  left: 2px;
  box-shadow: 0 4px 0, -6px -2px 0, -6px 2px 0, -6px 6px 0, 6px -2px 0, 6px 2px 0, 6px 6px 0;
}

.gg-designmodo {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right 3px/8px 3px;
}

.gg-designmodo::after,
.gg-designmodo::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-radius: 10px;
}

.gg-designmodo::after {
  width: 14px;
  height: 14px;
  border: 3px solid transparent;
  border-bottom: 3px solid;
  left: 3px;
  bottom: 0;
}

.gg-desktop {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
  overflow: hidden;
}

.gg-desktop::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 22px;
  height: 2px;
  background: currentColor;
  top: 2px;
  left: -2px;
}

.gg-desktop::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: currentColor;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  bottom: 2px;
  left: 4px;
  box-shadow: 4px 0 0, 8px 0 0;
}

.gg-details-less {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 14px;
  border: 2px solid transparent;
}

.gg-details-less::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-details-less::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  top: 2px;
  width: 16px;
}

.gg-details-less::after {
  width: 10px;
  bottom: 2px;
}

.gg-details-more {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 14px;
  border: 2px solid transparent;
}

.gg-details-more::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-details-more::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 4px 0 0;
  top: 0;
  width: 16px;
}

.gg-details-more::after {
  width: 10px;
  bottom: 0;
}

.gg-dialpad {
  transform: scale(var(--ggs, 1));
  box-shadow: -5px 0 0, 5px 0 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  background: currentColor;
}

.gg-dialpad::before {
  box-shadow: -5px 0 0, 5px 0 0;
}

.gg-dialpad::after,
.gg-dialpad::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  background: currentColor;
}

.gg-dialpad::after {
  content: "";
  position: absolute;
  left: 0;
}

.gg-dialpad::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
}

.gg-dialpad::after {
  box-shadow: -5px 0 0, 5px 0 0, 0 5px 0;
  top: 5px;
}

.gg-dice-1 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-1::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 7px;
  top: 7px;
}

.gg-dice-2 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-2::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 2px;
  box-shadow: 10px 10px 0;
}

.gg-dice-3 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-3::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 2px;
  box-shadow: 5px 5px 0, 10px 10px 0;
}

.gg-dice-4 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-4::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 2px;
  box-shadow: 0 10px 0, 10px 0 0, 10px 10px 0;
}

.gg-dice-5 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-5::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 2px;
  box-shadow: 0 10px 0, 10px 0 0, 10px 10px 0, 5px 5px 0;
}

.gg-dice-6 {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-dice-6::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: currentColor;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 2px;
  box-shadow: 0 5px 0, 0 10px 0, 10px 0 0, 10px 5px 0, 10px 10px 0;
}

.gg-digitalocean {
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat 1px 14px/2px 2px, linear-gradient(to left, currentColor 4px, transparent 0) no-repeat 3px 16px/3px 3px;
}

.gg-digitalocean::after,
.gg-digitalocean::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-digitalocean::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  bottom: 4px;
  left: 6px;
}

.gg-digitalocean::before {
  width: 20px;
  height: 20px;
  border: 4px solid;
  transform: rotate(-45deg);
  border-radius: 100px;
  border-left-color: transparent;
}

.gg-disc {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 50%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg) scale(var(--ggs, 1));
  position: relative;
  width: 14px;
  height: 14px;
}

.gg-disc::after,
.gg-disc::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 50%;
}

.gg-disc::after,
.gg-disc::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
}

.gg-disc::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: -6px;
  left: -6px;
}

.gg-display-flex {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset -2px 0 0 0, inset 2px 0 0 0;
}

.gg-display-fullwidth {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 16px;
  box-shadow: inset 0 0 0 2px, 0 2px 0 0, 0 -2px 0 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.gg-display-grid {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 14px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
}

.gg-display-grid::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 4px;
  border-right: 4px solid;
  border-left: 4px solid;
  top: 0;
  left: 0;
}

.gg-display-grid::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 4px;
  border-right: 4px solid;
  border-left: 4px solid;
  top: 0;
  left: 0;
  top: 6px;
}

.gg-display-spacing {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 14px;
  box-shadow: inset 0 0 0 2px, 2px 0 0 0, -2px 0 0 0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.gg-distribute-horizontal {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 14px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-distribute-horizontal::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  width: 4px;
  background: currentColor;
  right: 3px;
  top: 3px;
  opacity: 0.5;
}

.gg-distribute-vertical {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  height: 14px;
  width: 14px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-distribute-vertical::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 8px;
  background: currentColor;
  right: 3px;
  top: 3px;
  opacity: 0.5;
}

.gg-dock-bottom {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-bottom-width: 6px;
}

.gg-dock-left {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-left-width: 6px;
}

.gg-dock-right {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-right-width: 6px;
}

.gg-dock-window {
  display: block;
  transform: scale(var(--ggs, 1));
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-left-width: 4px;
  border-bottom-width: 4px;
}

.gg-dolby {
  display: block;
  box-sizing: border-box;
  height: 16px;
  border: 4px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
}

.gg-dolby::after,
.gg-dolby::before {
  display: block;
  box-sizing: border-box;
  height: 16px;
  border: 4px solid;
}

.gg-dolby::after {
  content: "";
  position: absolute;
  width: 14px;
  top: -4px;
}

.gg-dolby::before {
  content: "";
  position: absolute;
  width: 14px;
  top: -4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: -4px;
}

.gg-dolby::after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: -4px;
}

.gg-dollar {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 20px;
  background: currentColor;
}

.gg-dollar::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 2px solid;
}

.gg-dollar::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 2px solid;
  border-right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  top: 3px;
  left: -6px;
  box-shadow: 4px -2px 0 -2px;
}

.gg-dollar::after {
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  bottom: 3px;
  right: -6px;
  box-shadow: -4px 2px 0 -2px;
}

.gg-dribbble {
  background: radial-gradient(circle at 50%, transparent 0, transparent 9px, currentColor 9.2px, currentColor 11px, transparent 11.2px) no-repeat -8px center;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-25deg) scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 2px;
  border-radius: 50%;
  overflow: hidden;
}

.gg-dribbble::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  height: 26px;
}

.gg-dribbble::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  height: 26px;
  width: 36px;
  left: -6px;
  top: -15px;
}

.gg-dribbble::after {
  top: 13px;
  left: -7px;
  width: 31px;
}

.gg-drive {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 26px;
  height: 10px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-drive::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  top: 2px;
  right: 2px;
}

.gg-drive::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  top: 2px;
  right: 2px;
  right: 6px;
}

.gg-drop-invert {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border-radius: 0 100% 100% 100%;
  box-shadow: inset 0 0 0 2px;
  overflow: hidden;
}

.gg-drop-invert::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: currentColor;
  transform: rotate(-45deg);
  right: -15px;
  top: -10px;
}

.gg-drop-opacity {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border-radius: 0 100% 100% 100%;
  box-shadow: inset 0 0 0 2px;
  overflow: hidden;
}

.gg-drop-opacity::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: currentColor;
  transform: rotate(-45deg);
  right: -10px;
  bottom: -16px;
}

.gg-drop {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border-radius: 0 100% 100% 100%;
  box-shadow: inset 0 0 0 2px;
}

.gg-duplicate {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 -2px 0 0;
  margin-left: -4px;
  margin-top: 4px;
}

.gg-duplicate::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-duplicate::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 2px;
  bottom: -2px;
  width: 2px;
  height: 6px;
}

.gg-duplicate::after {
  width: 14px;
  height: 14px;
  border-right: 2px solid;
  border-top: 2px solid;
  right: -8px;
  top: -8px;
}

.gg-edit-black-point {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-black-point::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 3px solid;
  border-radius: 6px;
  left: 2px;
  top: 2px;
}

.gg-edit-contrast {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-contrast::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 12px;
  background: currentColor;
}

.gg-edit-exposure {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-exposure::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  left: 3px;
  top: 3px;
}

.gg-edit-exposure::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 6px;
  background: currentColor;
  left: 5px;
  top: 1px;
}

.gg-edit-fade {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-fade::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 20px;
  left: -2px;
  background: currentColor;
  opacity: 0.6;
}

.gg-edit-fade::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 20px;
  left: -2px;
  background: currentColor;
  opacity: 0.6;
  left: 6px;
  opacity: 0.1;
}

.gg-edit-flip-h {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat center/2px 22px;
}

.gg-edit-flip-h::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  border: 2px solid;
  top: 2px;
}

.gg-edit-flip-h::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  border: 2px solid;
  top: 2px;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gg-edit-flip-h::after {
  opacity: 0.5;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  right: 0;
}

.gg-edit-flip-v {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat center/22px 2px;
}

.gg-edit-flip-v::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 6px;
  border: 2px solid;
  left: 2px;
}

.gg-edit-flip-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 6px;
  border: 2px solid;
  left: 2px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.gg-edit-flip-v::after {
  opacity: 0.5;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
}

.gg-edit-highlight {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-highlight::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  top: -1px;
  background: repeating-linear-gradient(to bottom, currentColor, currentColor 2px, transparent 0px, transparent 3px);
}

.gg-edit-highlight::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  right: 0;
  background: currentColor;
}

.gg-edit-markup {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 22px;
  overflow: hidden;
  perspective: 20px;
}

.gg-edit-markup::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-edit-markup::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 6px;
  border-bottom: 6px solid;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: 9px;
  left: 6px;
}

.gg-edit-markup::after {
  width: 10px;
  height: 12px;
  border: 2px solid;
  border-top: 4px solid;
  border-bottom: 0;
  bottom: 0;
  left: 4px;
  transform: rotateX(60deg);
}

.gg-edit-mask {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  overflow: hidden;
}

.gg-edit-mask::after {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  top: 6px;
  left: 6px;
  box-shadow: 0 7px 0 1px, 0 -7px 0 1px, -7px 0 0 1px, 7px 0 0 1px;
}

.gg-edit-noise {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-noise::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: radial-gradient(circle, currentColor 25%, transparent 25%), radial-gradient(circle, currentColor 25%, transparent 25%);
  background-position: 4px 4px, 2px 2px;
  background-size: 4px 4px;
}

.gg-edit-shadows {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 100px;
  overflow: hidden;
}

.gg-edit-shadows::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  right: 0;
  top: -1px;
  background: repeating-linear-gradient(to bottom, currentColor, currentColor 2px, transparent 0px, transparent 3px);
}

.gg-edit-shadows::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  left: 0;
  background: currentColor;
}

.gg-edit-straight {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat left center/4px 2px, linear-gradient(to left, currentColor 22px, transparent 0) no-repeat right center/4px 2px;
}

.gg-edit-straight::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 7px;
  background: currentColor;
  left: 4px;
}

.gg-edit-straight::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 7px;
  background: currentColor;
  left: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gg-edit-straight::after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 0;
}

.gg-edit-unmask {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}

.gg-edit-unmask::after {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  top: 6px;
  left: 6px;
  box-shadow: 0 7px 0 1px, 0 -7px 0 1px, -7px 0 0 1px, 7px 0 0 1px;
}

.gg-eject {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-eject::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-eject::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  width: 12px;
  height: 2px;
  bottom: 0;
  left: 3px;
}

.gg-eject::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 5px;
  bottom: 1px;
}

.gg-enter {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 18px;
  border: 2px solid;
  border-left: 0;
  box-shadow: -8px -6px 0 -6px, -8px 6px 0 -6px;
}

.gg-enter::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}

.gg-enter::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
  background: currentColor;
  width: 16px;
  height: 2px;
  top: 6px;
}

.gg-enter::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-top: 2px solid;
  top: 4px;
  transform: rotate(45deg);
}

.gg-erase {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
}

.gg-erase::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-erase::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  border-bottom: 4px solid transparent;
  border-radius: 1px;
  box-shadow: 0 0 0 2px, inset 0 -2px 0 0;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
}

.gg-erase::after {
  background: currentColor;
  width: 22px;
  height: 2px;
  bottom: 0;
  border-radius: 20px;
}

.gg-ereader {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-ereader::after,
.gg-ereader::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 18px;
  right: 9px;
  top: -2px;
  background: currentColor;
}

.gg-ereader::after {
  width: 5px;
  height: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
  top: 2px;
  right: 2px;
}

.gg-ericsson {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
}

.gg-ericsson::before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  background: currentColor;
  transform: rotate(-25deg);
  width: 16px;
  height: 4px;
  border-radius: 4px;
  box-shadow: 3px -6px 0, -3px 6px 0;
  top: 7px;
  left: 2px;
}

.gg-ethernet {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border: 2px solid;
  box-shadow: 0 10px 0 -7px;
}

.gg-ethernet::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
}

.gg-ethernet::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-top: 0;
  left: 2px;
}

.gg-ethernet::after {
  width: 16px;
  height: 2px;
  border-left: 6px solid;
  border-right: 6px solid;
  left: -2px;
}

.gg-euro {
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 100px;
  border-right-color: transparent;
}

.gg-euro::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 9px;
  height: 5px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  transform: skewX(-20deg);
  left: -4px;
  top: 3px;
}

.gg-eventbrite {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: rotate(-25deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-eventbrite::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 11px;
  border: 4px solid;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.gg-eventbrite::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 20px;
}

.gg-expand {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-expand::after,
.gg-expand::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-expand::after {
  background: currentColor;
  bottom: 4px;
  transform: rotate(-44deg);
  width: 14px;
  height: 2px;
  left: -2px;
}

.gg-expand::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  left: 5px;
  top: -7px;
}

.gg-export {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px;
}

.gg-export::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-export::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 14px;
  right: 6px;
  bottom: 5px;
}

.gg-export::after {
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  right: 4px;
  bottom: 14px;
  transform: rotate(45deg);
}

.gg-extension-add {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 2px/6px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 12px 0/2px 6px;
  width: 16px;
  height: 16px;
}

.gg-extension-add::after,
.gg-extension-add::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 14px;
  border: 2px solid;
  bottom: 0;
}

.gg-extension-add::after {
  width: 14px;
  height: 8px;
}

.gg-extension-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-extension-alt::after,
.gg-extension-alt::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 14px;
  border: 2px solid;
}

.gg-extension-alt::after {
  width: 14px;
  height: 8px;
}

.gg-extension-remove {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 4px/6px 2px;
  width: 16px;
  height: 16px;
}

.gg-extension-remove::after,
.gg-extension-remove::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 14px;
  border: 2px solid;
  bottom: 0;
}

.gg-extension-remove::after {
  width: 14px;
  height: 8px;
}

.gg-extension {
  box-sizing: border-box;
  display: block;
  border: 2px solid;
  position: relative;
  transform: translateX(-10px) scale(var(--ggs, 1));
  width: 8px;
  height: 14px;
}

.gg-extension::after,
.gg-extension::before {
  box-sizing: border-box;
  display: block;
  border: 2px solid;
}

.gg-extension::after {
  content: "";
  position: absolute;
  height: 8px;
}

.gg-extension::before {
  content: "";
  position: absolute;
  height: 8px;
  bottom: -2px;
  left: -2px;
  width: 14px;
}

.gg-extension::after {
  top: -6px;
  right: -12px;
  width: 8px;
}

.gg-external {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px;
  margin-left: -2px;
  margin-top: 1px;
}

.gg-external::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -4px;
}

.gg-external::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -4px;
  background: currentColor;
  transform: rotate(-45deg);
  width: 12px;
  height: 2px;
  top: 1px;
}

.gg-external::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-top: 2px solid;
  top: -4px;
}

.gg-eye-alt {
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 18px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
}

.gg-eye-alt::after,
.gg-eye-alt::before {
  content: "";
  display: block;
  border-radius: 100px;
  position: absolute;
  box-sizing: border-box;
}

.gg-eye-alt::after {
  top: 2px;
  box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
  width: 24px;
  height: 24px;
}

.gg-eye-alt::before {
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 6px, 0 0 0 4px, 6px 0 0 0, -6px 0 0 0;
  bottom: 4px;
  left: 8px;
}

.gg-eye {
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 18px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
}

.gg-eye::after,
.gg-eye::before {
  content: "";
  display: block;
  border-radius: 100px;
  position: absolute;
  box-sizing: border-box;
}

.gg-eye::after {
  top: 2px;
  box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
  width: 24px;
  height: 24px;
}

.gg-eye::before {
  width: 8px;
  height: 8px;
  border: 2px solid;
  bottom: 4px;
  left: 8px;
}

.gg-facebook {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-facebook::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-facebook::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 20px;
  border-left: 4px solid;
  border-top: 4px solid;
  border-top-left-radius: 5px;
  left: 6px;
}

.gg-facebook::after {
  width: 10px;
  height: 4px;
  background: currentColor;
  top: 7px;
  left: 4px;
  transform: skew(-5deg);
}

.gg-feed {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  box-shadow: 0 10px 0 0;
  margin-left: -8px;
  margin-top: -8px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 7px;
  height: 7px;
  border-radius: 1px;
}

.gg-feed::after,
.gg-feed::before {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  box-shadow: 0 10px 0 0;
}

.gg-feed::after,
.gg-feed::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 12px;
  height: 2px;
  top: 1px;
  left: 9px;
  opacity: 0.8;
}

.gg-feed::after {
  width: 8px;
  top: 4px;
  opacity: 0.5;
}

.gg-figma {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 20px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 3px, transparent 0) no-repeat 3px 7px/3px 6px, linear-gradient(to left, currentColor 3px, transparent 0) no-repeat 3px 14px/3px 3px;
}

.gg-figma::after,
.gg-figma::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13px;
  height: 6px;
  background: currentColor;
  border-radius: 22px;
}

.gg-figma::after {
  width: 6px;
  top: 7px;
  box-shadow: 7px 0 0, 0 7px 0;
}

.gg-file-add {
  background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat 2px 9px/6px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.gg-file-add::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
}

.gg-file-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  left: 4px;
  width: 2px;
  top: 7px;
}

.gg-file-add::after {
  width: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}

.gg-file-document {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.gg-file-document::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-file-document::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  box-shadow: 0 4px 0, -6px -4px 0;
  left: 0;
  width: 10px;
  height: 2px;
  top: 8px;
}

.gg-file-document::after {
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}

.gg-file-remove {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.gg-file-remove::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
}

.gg-file-remove::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  background: currentColor;
  left: 2px;
  height: 2px;
  top: 9px;
}

.gg-file-remove::after {
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}

.gg-file {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.gg-file::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}

.gg-film {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
}

.gg-film::after {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 0, 0 8px 0, 12px 0 0, 12px 4px 0, 12px 8px 0;
}

.gg-filters {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 19px;
  height: 19px;
  background: radial-gradient(circle, currentColor 26%, transparent 26%);
}

.gg-filters::after,
.gg-filters::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.gg-filters::after {
  bottom: 0;
  right: 0;
}

.gg-flag-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 20px;
  border-left: 2px solid;
}

.gg-flag-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
}

.gg-flag-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  width: 12px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid transparent;
}

.gg-flag-alt::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transform: rotate(45deg);
  top: 1px;
  left: 6px;
}

.gg-flag {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
  border-left: 2px solid;
}

.gg-flag::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
}

.gg-flag::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-flag::after {
  border: 2px solid;
  border-left: 0;
  top: 2px;
  left: 7px;
}

.gg-folder-add {
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center center/2px 6px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-folder-add::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-folder-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 6px;
  width: 6px;
  height: 2px;
  top: 5px;
}

.gg-folder-add::after {
  width: 10px;
  height: 4px;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: -5px;
}

.gg-folder-remove {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-folder-remove::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
}

.gg-folder-remove::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  background: currentColor;
  left: 5px;
  width: 8px;
  height: 2px;
  top: 5px;
}

.gg-folder-remove::after {
  width: 10px;
  height: 4px;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: -5px;
}

.gg-folder {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-folder::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 4px;
  border-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: -5px;
}

.gg-font-height {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  border-top: 2px solid;
  border-bottom: 2px solid;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 8px/6px 2px;
}

.gg-font-height::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: 2px;
}

.gg-font-height::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: 2px;
  transform: rotate(25deg);
  left: 6px;
}

.gg-font-height::after {
  transform: rotate(-25deg);
  right: 6px;
}

.gg-font-spacing {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  border-left: 2px solid;
  border-right: 2px solid;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 8px/6px 2px;
}

.gg-font-spacing::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: 2px;
}

.gg-font-spacing::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: 2px;
  transform: rotate(25deg);
  left: 4px;
}

.gg-font-spacing::after {
  transform: rotate(-25deg);
  right: 4px;
}

.gg-format-bold {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.gg-format-bold::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  content: "";
  position: absolute;
  width: 10px;
  left: -2px;
  top: 4px;
}

.gg-format-center {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  margin-top: -12px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
}

.gg-format-center::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  content: "";
  position: absolute;
  width: 10px;
  top: 4px;
  left: 3px;
}

.gg-format-color {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 9px;
  height: 2px;
  background: currentColor;
  transform: scale(var(--ggs, 1));
  border-radius: 3px;
  box-shadow: -2px 8px 0 0, 2px 8px 0 0;
}

.gg-format-color::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 14px;
  background: currentColor;
  top: -8px;
}

.gg-format-color::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 14px;
  background: currentColor;
  top: -8px;
  transform: rotate(25deg);
  left: 1px;
}

.gg-format-color::after {
  transform: rotate(-25deg);
  right: 1px;
}

.gg-format-heading {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 14px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-format-heading::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  top: 6px;
  left: -2px;
}

.gg-format-indent-decrease {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 14px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-format-indent-decrease::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
}

.gg-format-indent-decrease::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  border-right: 4px solid;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-format-indent-decrease::after {
  width: 8px;
  height: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  right: 0;
}

.gg-format-indent-increase {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 14px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-format-indent-increase::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
}

.gg-format-indent-increase::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  border-left: 4px solid;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-format-indent-increase::after {
  width: 8px;
  height: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  right: 0;
}

.gg-format-italic {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: skewX(-20deg) scale(var(--ggs, 1));
  width: 6px;
  height: 12px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-format-italic::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 10px;
  width: 2px;
  background: currentColor;
  left: 2px;
  top: -2px;
}

.gg-format-justify {
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 8px 0;
  margin-top: -11px;
  transform: scale(var(--ggs, 1));
  position: relative;
}

.gg-format-justify::before {
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 8px 0;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.gg-format-left {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  margin-top: -11px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
}

.gg-format-left::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  content: "";
  position: absolute;
  width: 10px;
  top: 4px;
  left: 0;
}

.gg-format-line-height {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid transparent;
  box-shadow: -2px 0 0 0, 2px -4px 0 -2px, 2px 4px 0 -2px, inset 0 2px 0 0, inset 0 -2px 0 0;
}

.gg-format-line-height::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  left: -8px;
}

.gg-format-line-height::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  left: -8px;
  border-top: 4px solid;
  bottom: -5px;
}

.gg-format-line-height::after {
  border-bottom: 4px solid;
  top: -5px;
}

.gg-format-right {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  margin-top: -11px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
}

.gg-format-right::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 8px 0;
  content: "";
  position: absolute;
  width: 10px;
  top: 4px;
  left: 6px;
}

.gg-format-separator {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-format-separator::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  content: "";
  position: absolute;
  top: -12px;
  left: 3px;
  opacity: 0.5;
  width: 12px;
  box-shadow: 0 4px 0 0, 0 8px 0 0, 0 16px 0 0;
}

.gg-format-slash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(25deg) scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
  border-radius: 3px;
}

.gg-format-strike {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-strike::after,
.gg-format-strike::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  left: -6px;
  top: 4px;
}

.gg-format-strike::after {
  width: 2px;
  height: 4px;
  left: 0;
  top: 7px;
}

.gg-format-text {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-text::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px dashed;
  top: -6px;
  left: -8px;
}

.gg-format-underline {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.gg-format-underline::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 12px;
  height: 2px;
  background: currentColor;
  left: -2px;
  bottom: -6px;
}

.gg-format-uppercase {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
}

.gg-format-uppercase::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  box-shadow: 0 -2px 0 0, inset 0 0 0 2px;
  content: "";
  position: absolute;
  width: 6px;
  height: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  bottom: 0;
  right: -8px;
}

.gg-framer {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 20px;
  overflow: hidden;
}

.gg-framer::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
}

.gg-framer::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 20px;
  height: 6px;
  transform: skewX(45deg);
  top: 6px;
  left: -11px;
  box-shadow: 20px -6px 0;
}

.gg-framer::after {
  width: 6px;
  height: 8px;
  transform: skewY(45deg);
  bottom: 4px;
  border-top-left-radius: 4px;
  opacity: 0.5;
}

.gg-games {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 12px;
  border: 3px solid transparent;
  border-left: 6px solid transparent;
  box-shadow: 0 0 0 2px, inset 2px 0 0;
  border-radius: 40px;
}

.gg-games::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
}

.gg-games::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: -2px;
  width: 6px;
  top: 2px;
}

.gg-games::after {
  border-radius: 3px;
  width: 2px;
  box-shadow: 0 4px 0, -2px 2px 0, 2px 2px 0;
  top: 0;
  right: 2px;
}

.gg-gender-female {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 100%;
  margin-top: -4px;
}

.gg-gender-female::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  bottom: -6px;
  left: -1px;
}

.gg-gender-female::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  bottom: -6px;
  left: -1px;
  width: 2px;
  height: 9px;
  bottom: -9px;
  left: 2px;
}

.gg-gender-male {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: 4px;
}

.gg-gender-male::after,
.gg-gender-male::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: -6px;
}

.gg-gender-male::after {
  border-right: 2px solid;
  border-top: 2px solid;
  width: 7px;
  height: 7px;
  left: 5px;
}

.gg-gender-male::before {
  width: 2px;
  background: currentColor;
  left: 7px;
  transform: rotate(45deg);
}

.gg-ghost-character {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 18px;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 2px 4px/2px 2px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px 4px/2px 2px;
}

.gg-ghost-character::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  bottom: -3px;
  transform: rotate(-45deg);
}

.gg-ghost-character::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  bottom: -3px;
  transform: rotate(-45deg);
  left: -1px;
}

.gg-ghost-character::after {
  right: -1px;
}

.gg-ghost {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 16px;
  background: linear-gradient(to left, currentColor 40px, transparent 0) no-repeat -6px center/40px 4px;
  overflow: hidden;
}

.gg-ghost::after,
.gg-ghost::before {
  content: "";
  background: currentColor;
  box-sizing: border-box;
  position: absolute;
  display: block;
  height: 4px;
  width: 12px;
  box-shadow: 14px 0 0;
}

.gg-ghost::after {
  width: 20px;
  left: -12px;
  box-shadow: 22px 0 0;
  bottom: 0;
}

.gg-gift {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 14px;
  margin-top: 8px;
  border: 2px solid transparent;
  box-shadow: inset 2px 0 0, inset -2px 0 0, 0 -2px 0, inset 0 2px 0, inset 0 -2px 0;
  background: linear-gradient(to left, currentColor 10px, transparent 0), linear-gradient(to left, currentColor 10px, transparent 0), linear-gradient(to left, currentColor 10px, transparent 0);
  background-repeat: no-repeat;
  background-size: 2px 10px, 2px 10px, 2px 10px;
  background-position: 8px 0, 18px -8px, -2px -8px;
}

.gg-gift::after,
.gg-gift::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 6px;
  height: 8px;
  border: 2px solid;
  top: -10px;
}

.gg-gift::after {
  left: 3px;
  transform: rotate(-45deg);
}

.gg-gift::before {
  right: 3px;
  transform: rotate(45deg);
}

.gg-girl {
  display: block;
  box-sizing: border-box;
  border-radius: 42px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px;
}

.gg-girl::after,
.gg-girl::before {
  display: block;
  box-sizing: border-box;
  border-radius: 42px;
}

.gg-girl::after,
.gg-girl::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  box-shadow: 6px 0 0;
  left: 6px;
  top: 10px;
}

.gg-girl::after {
  width: 20px;
  height: 20px;
  top: -11px;
  left: -12px;
  box-shadow: 17px -4px 0 3px;
}

.gg-git-branch {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
}

.gg-git-branch::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-git-branch::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 4px;
  bottom: 0;
  width: 8px;
  height: 6px;
  left: 0;
}

.gg-git-branch::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 12px 0 0, 6px 6px 0 0;
  border-radius: 100%;
  left: -1px;
  top: -1px;
}

.gg-git-commit {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 16px;
  border-radius: 3px;
  border-top: 6px solid;
  border-bottom: 6px solid;
}

.gg-git-commit::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  box-shadow: 0 0 0 2px;
  border-radius: 100%;
  left: 0;
  top: 1px;
}

.gg-git-fork {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
}

.gg-git-fork::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-git-fork::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 4px;
  bottom: 4px;
  width: 8px;
  height: 6px;
  left: 0;
}

.gg-git-fork::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 12px 0 0, 6px 2px 0 0;
  border-radius: 100%;
  left: -1px;
  top: -1px;
}

.gg-git-pull {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
}

.gg-git-pull::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-git-pull::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-right: 2px solid;
  border-top: 2px solid;
  border-top-right-radius: 4px;
  width: 8px;
  height: 6px;
  left: 0;
  top: 2px;
}

.gg-git-pull::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 12px 0 0, 6px 8px 0 0;
  border-radius: 100%;
  left: -1px;
  top: -1px;
}

.gg-gitter {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 18px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: inset 2px 0 0, inset -2px 0 0;
}

.gg-gitter::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 2px;
  background: currentColor;
}

.gg-gitter::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 2px;
  background: currentColor;
  height: 13px;
  top: -3px;
  left: -4px;
}

.gg-gitter::after {
  height: 10px;
  left: 8px;
}

.gg-glass-alt {
  display: block;
  box-sizing: border-box;
  height: 20px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 14px;
}

.gg-glass-alt::before {
  display: block;
  box-sizing: border-box;
  height: 20px;
  content: "";
  position: absolute;
  width: 10px;
  border: 2px solid;
  border-bottom: 3px solid;
  transform: perspective(20px) rotateX(-20deg);
  top: 2px;
  left: 2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center 2px/6px 2px;
}

.gg-glass {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 13px;
  border-top: 8px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  box-shadow: inset 0 0 0 2px, 0 2px 0 0;
}

.gg-glass::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -4px;
  bottom: 3px;
}

.gg-globe-alt {
  display: block;
  box-sizing: border-box;
  height: 18px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  border-radius: 22px;
}

.gg-globe-alt::after,
.gg-globe-alt::before {
  display: block;
  box-sizing: border-box;
  height: 18px;
  border: 2px solid;
}

.gg-globe-alt::after,
.gg-globe-alt::before {
  content: "";
  position: absolute;
  width: 8px;
  border-radius: 100%;
  top: -2px;
  left: 3px;
}

.gg-globe-alt::after {
  width: 24px;
  height: 20px;
  border: 2px solid transparent;
  border-bottom: 2px solid;
  top: -11px;
  left: -5px;
}

.gg-globe {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 100px;
  margin-left: -3px;
  margin-top: -7px;
}

.gg-globe::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-globe::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 11px;
  border-right: 2px solid transparent;
  box-shadow: 0 2px 0, inset -2px 0 0;
  left: 1px;
  width: 6px;
  height: 2px;
}

.gg-globe::after {
  width: 16px;
  height: 10px;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid;
  border-top-color: transparent;
  right: -7px;
  bottom: -5px;
  transform: rotate(-35deg);
}

.gg-google-tasks {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
}

.gg-google-tasks::after {
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
}

.gg-google-tasks::before {
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  bottom: 6px;
  left: 2px;
}

.gg-google-tasks::after {
  height: 18px;
  width: 4px;
  border-radius: 20px;
  transform: rotate(40deg);
  right: 2px;
  bottom: 0;
}

.gg-google {
  box-sizing: border-box;
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-right-color: transparent;
  border-radius: 22px;
}

.gg-google::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  border-top: 4px solid;
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-radius: 0 0 10px 0;
  width: 10px;
  height: 12px;
  right: -4px;
  bottom: -4px;
}

.gg-gym {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-35deg) scale(var(--ggs, 1));
  width: 8px;
  height: 20px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-gym::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-gym::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  box-shadow: -3px 0 0 -1px, 3px 0 0 -1px, inset 2px 0 0 0, inset -2px 0 0 0;
  width: 14px;
  height: 8px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  top: -3px;
  left: -3px;
}

.gg-gym::after {
  width: 22px;
  height: 2px;
  border-left: 2px solid;
  border-right: 2px solid;
  top: 0;
  left: -7px;
}

.gg-hashtag {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 16px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-hashtag::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  left: -6px;
  top: 4px;
}

.gg-headset {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border: 2px solid;
  border-bottom: 0;
}

.gg-headset::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 8px;
  top: 8px;
}

.gg-headset::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 8px;
  top: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  left: -2px;
}

.gg-headset::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 10px;
}

.gg-heart {
  border: 2px solid;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 10px;
  height: 8px;
  border-bottom: 0;
  box-sizing: border-box;
  position: relative;
  transform: translate(calc(-10px / 2 * var(--ggs,1)), calc(-6px / 2 * var(--ggs,1))) rotate(-45deg) scale(var(--ggs, 1));
  display: block;
}

.gg-heart::after {
  border: 2px solid;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 10px;
  height: 8px;
  border-bottom: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-heart::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-heart::after {
  right: -9px;
  transform: rotate(90deg);
  top: 5px;
}

.gg-heart::before {
  width: 11px;
  height: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  left: -2px;
  top: 3px;
}

.gg-hello {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
}

.gg-hello::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-hello::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 8px solid;
  left: -5px;
  top: -5px;
  border-radius: 30px;
}

.gg-hello::after {
  width: 10px;
  height: 5px;
  background: currentColor;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  bottom: 5px;
  left: 5px;
}

.gg-home-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-radius: 2px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: -2px;
}

.gg-home-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-home-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}

.gg-home-alt::after {
  width: 6px;
  height: 10px;
  background: currentColor;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  left: 4px;
  bottom: -2px;
}

.gg-home-screen {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 22px;
  border-radius: 3px;
  border: 2px solid;
}

.gg-home-screen::after,
.gg-home-screen::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
  width: 2px;
  height: 2px;
  left: 1px;
  background: currentColor;
}

.gg-home-screen::after {
  top: 1px;
  box-shadow: 3px 0, 6px 0, 0 3px, 3px 3px, 6px 3px, 0 6px;
}

.gg-home-screen::before {
  bottom: 1px;
  box-shadow: 3px 0 0, 6px 0 0;
}

.gg-home {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0 bottom/4px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right bottom/4px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
}

.gg-home::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-home::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}

.gg-home::after {
  width: 8px;
  height: 10px;
  border: 2px solid;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  left: 3px;
  bottom: 0;
}

.gg-icecream {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: -8px;
  border-bottom: 0;
}

.gg-icecream::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-icecream::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-left: 4px solid;
  border-right: 4px solid;
  width: 12px;
  height: 2px;
  bottom: 0;
  left: -2px;
}

.gg-icecream::after {
  width: 6px;
  height: 8px;
  border: 2px solid;
  bottom: -6px;
  left: 2px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
}

.gg-if-design {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center center/4px 18px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px top/4px 4px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px 5px/4px 4px, linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 0 5px/4px 14px;
}

.gg-if-design::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: currentColor;
}

.gg-image {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 2px;
  border-radius: 2px;
}

.gg-image::after,
.gg-image::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-image::after {
  transform: rotate(45deg);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: 9px;
  left: 6px;
}

.gg-image::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 2px;
  left: 2px;
}

.gg-import {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px;
}

.gg-import::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-import::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 14px;
  right: 6px;
  bottom: 5px;
}

.gg-import::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: 4px;
  bottom: 4px;
  transform: rotate(45deg);
}

.gg-inbox {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  box-shadow: inset 0 -2px 0 0;
  border-radius: 3px;
}

.gg-inbox::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  height: 7px;
  width: 7px;
  border-radius: 2px;
  bottom: -2px;
}

.gg-inbox::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  height: 7px;
  width: 7px;
  border-radius: 2px;
  bottom: -2px;
  left: -2px;
}

.gg-inbox::after {
  right: -2px;
}

.gg-indie-hackers {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 12px;
}

.gg-indie-hackers::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 12px;
}

.gg-indie-hackers::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 12px;
  width: 3px;
  background: currentColor;
}

.gg-indie-hackers::after {
  width: 10px;
  right: 0;
  border-left: 3px solid;
  border-right: 3px solid;
  background: linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 0 center/14px 3px;
}

.gg-infinity {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat -4px 4px/2px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 4px/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 18px;
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-infinity::after,
.gg-infinity::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 200px;
  transform: rotate(45deg);
}

.gg-infinity::after {
  border-right-color: transparent;
  left: -8px;
  top: -4px;
}

.gg-infinity::before {
  border-left-color: transparent;
  right: -8px;
  top: 4px;
}

.gg-info {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-info::after,
.gg-info::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: currentColor;
  left: 7px;
}

.gg-info::after {
  bottom: 2px;
  height: 8px;
}

.gg-info::before {
  height: 2px;
  top: 2px;
}

.gg-inpicture {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-inpicture::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 5px;
  background: currentColor;
  right: 2px;
  bottom: 2px;
}

.gg-insert-after-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-insert-after-o::before {
  box-shadow: -2px 12px 0, 2px 12px 0;
}

.gg-insert-after-o::after,
.gg-insert-after-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 5px;
  left: 2px;
}

.gg-insert-after-o::after {
  width: 2px;
  height: 8px;
  top: 2px;
  left: 5px;
}

.gg-insert-after-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-insert-after-r::before {
  box-shadow: -2px 12px 0, 2px 12px 0;
}

.gg-insert-after-r::after,
.gg-insert-after-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 5px;
  left: 2px;
}

.gg-insert-after-r::after {
  width: 2px;
  height: 8px;
  top: 2px;
  left: 5px;
}

.gg-insert-after {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
}

.gg-insert-after::before {
  box-shadow: -2px 10px 0, 2px 10px 0;
}

.gg-insert-after::after,
.gg-insert-after::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-insert-after::after {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px;
}

.gg-insert-before-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-insert-before-o::before {
  box-shadow: -2px -12px 0, 2px -12px 0;
}

.gg-insert-before-o::after,
.gg-insert-before-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 5px;
  left: 2px;
}

.gg-insert-before-o::after {
  width: 2px;
  height: 8px;
  top: 2px;
  left: 5px;
}

.gg-insert-before-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-insert-before-r::before {
  box-shadow: -2px -12px 0, 2px -12px 0;
}

.gg-insert-before-r::after,
.gg-insert-before-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 5px;
  left: 2px;
}

.gg-insert-before-r::after {
  width: 2px;
  height: 8px;
  top: 2px;
  left: 5px;
}

.gg-insert-before {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
}

.gg-insert-before::before {
  box-shadow: -2px -10px 0, 2px -10px 0;
}

.gg-insert-before::after,
.gg-insert-before::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-insert-before::after {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px;
}

.gg-insights {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  border-left: 8px solid transparent;
  border-top: 4px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-insights::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 16px;
  border: 2px solid;
  right: 4px;
  bottom: 0;
}

.gg-insights::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 16px;
  border: 2px solid;
  right: 4px;
  bottom: 0;
  height: 8px;
  right: 8px;
}

.gg-instagram {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.gg-instagram::after,
.gg-instagram::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-instagram::after {
  border: 2px solid;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
}

.gg-instagram::before {
  border-radius: 3px;
  width: 2px;
  height: 2px;
  background: currentColor;
  right: 1px;
  top: 1px;
}

.gg-internal {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px;
  margin-left: -2px;
  margin-top: 1px;
}

.gg-internal::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
}

.gg-internal::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  width: 14px;
  height: 2px;
  bottom: 8px;
}

.gg-internal::after {
  width: 7px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  bottom: 2px;
}

.gg-key {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 8px;
  border: 2px solid;
  border-radius: 100px;
  margin-left: -12px;
}

.gg-key::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -12px;
}

.gg-key::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -12px;
  background: currentColor;
  width: 12px;
  height: 2px;
  top: 1px;
}

.gg-key::after {
  width: 5px;
  height: 3px;
  top: 2px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-keyboard {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-keyboard::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-keyboard::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  top: 2px;
  box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0;
  width: 2px;
  left: 2px;
}

.gg-keyboard::after {
  width: 8px;
  bottom: 2px;
  left: 3px;
}

.gg-keyhole {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
}

.gg-keyhole::after,
.gg-keyhole::before {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
}

.gg-keyhole::after {
  content: "";
  position: absolute;
}

.gg-keyhole::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  left: 5px;
  top: 3px;
}

.gg-keyhole::after {
  background: currentColor;
  width: 2px;
  height: 5px;
  left: 7px;
  bottom: 3px;
}

.gg-laptop {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-laptop::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 22px;
  height: 2px;
  background: currentColor;
  left: -4px;
  bottom: -5px;
  border-radius: 100px;
}

.gg-lastpass {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 12px;
}

.gg-lastpass::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  border-radius: 22px;
}

.gg-lastpass::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  border-radius: 22px;
  width: 4px;
  height: 4px;
  box-shadow: 6px 0 0, 12px 0 0;
  top: 4px;
}

.gg-lastpass::after {
  width: 2px;
  height: 12px;
  right: 0;
}

.gg-layout-grid-small {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-left: 6px double;
  border-right: 2px solid;
}

.gg-layout-grid-small::after,
.gg-layout-grid-small::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-left: 6px double;
  border-right: 2px solid;
}

.gg-layout-grid-small::after,
.gg-layout-grid-small::before {
  content: "";
  position: absolute;
  left: -6px;
}

.gg-layout-grid-small::after {
  bottom: 4px;
}

.gg-layout-grid-small::before {
  top: 4px;
}

.gg-layout-grid {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}

.gg-layout-grid::after,
.gg-layout-grid::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}

.gg-layout-grid::after {
  content: "";
  position: absolute;
  height: 4px;
  border-left: 4px solid;
  border-right: 4px solid;
}

.gg-layout-grid::before {
  content: "";
  position: absolute;
  height: 4px;
  border-left: 4px solid;
  border-right: 4px solid;
  top: 0;
}

.gg-layout-grid::after {
  bottom: 0;
}

.gg-layout-list {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-left: 6px double;
  border-right: 4px solid;
}

.gg-layout-list::after,
.gg-layout-list::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  border-left: 6px double;
  border-right: 4px solid;
}

.gg-layout-list::after,
.gg-layout-list::before {
  content: "";
  position: absolute;
  left: -6px;
}

.gg-layout-list::after {
  bottom: 4px;
}

.gg-layout-list::before {
  top: 4px;
}

.gg-layout-pin {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-layout-pin::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  top: 3px;
  left: 3px;
  box-shadow: -7px 0 0, 7px 0 0, 0 -7px 0, 0 7px 0;
}

.gg-linear {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 100px;
}

.gg-linear::after,
.gg-linear::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  background: currentColor;
  top: -14px;
  left: 4px;
}

.gg-linear::after {
  width: 2px;
  box-shadow: -3px 4px 0 0, -6px -2px 0 0;
  top: -3px;
  left: 6px;
}

.gg-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-link::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 10px;
  border: 2px solid;
  top: -4px;
}

.gg-link::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 10px;
  border: 2px solid;
  top: -4px;
  border-right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  left: -6px;
}

.gg-link::after {
  border-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  right: -6px;
}

.gg-list-tree {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat left top/8px 8px, linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat center 3px/8px 2px, linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat 10px 17px/6px 2px, linear-gradient(to left, currentcolor 8px, transparent 0) no-repeat 10px 3px/2px 16px;
}

.gg-list-tree::after,
.gg-list-tree::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  right: 0;
}

.gg-list-tree::after {
  bottom: 0;
}

.gg-list {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-list::after,
.gg-list::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  top: 3px;
  left: 3px;
  box-shadow: 0 4px 0, 0 8px 0;
}

.gg-list::after {
  border-radius: 3px;
  width: 8px;
  left: 7px;
}

.gg-live-photo {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px dotted currentColor;
}

.gg-live-photo::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px dotted currentColor;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  top: 4px;
  left: 4px;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px currentColor;
}

@-webkit-keyframes loadbaralt {
  0%, to {
    left: 0;
    right: 80%;
  }

  25%, 75% {
    left: 0;
    right: 0;
  }

  50% {
    left: 80%;
    right: 0;
  }
}

@keyframes loadbaralt {
  0%, to {
    left: 0;
    right: 80%;
  }

  25%, 75% {
    left: 0;
    right: 0;
  }

  50% {
    left: 80%;
    right: 0;
  }
}

.gg-loadbar-alt {
  display: block;
  box-sizing: border-box;
  height: 4px;
  border-radius: 4px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
}

.gg-loadbar-alt::before {
  display: block;
  box-sizing: border-box;
  height: 4px;
  border-radius: 4px;
}

.gg-loadbar-alt::after {
  display: block;
  box-sizing: border-box;
  height: 4px;
  border-radius: 4px;
  background: currentColor;
  content: "";
  position: absolute;
}

.gg-loadbar-alt::before {
  background: currentColor;
  content: "";
  position: absolute;
  -webkit-animation: loadbaralt 2s cubic-bezier(0, 0, 0.58, 1) infinite;
          animation: loadbaralt 2s cubic-bezier(0, 0, 0.58, 1) infinite;
}

.gg-loadbar-alt::after {
  width: 18px;
  opacity: 0.3;
}

@-webkit-keyframes gg-doc {
  0% {
    left: -16px;
  }

  60%, to {
    left: 0;
  }
}

@keyframes gg-doc {
  0% {
    left: -16px;
  }

  60%, to {
    left: 0;
  }
}

.gg-loadbar-doc {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  width: 12px;
  height: 14px;
  overflow: hidden;
}

.gg-loadbar-doc::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  -webkit-animation: gg-doc 1s linear infinite alternate;
          animation: gg-doc 1s linear infinite alternate;
}

.gg-loadbar-doc::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 2px;
  background: currentColor;
  -webkit-animation: gg-doc 1s linear infinite alternate;
          animation: gg-doc 1s linear infinite alternate;
  width: 14px;
  box-shadow: -4px 4px 0;
}

.gg-loadbar-doc::after {
  width: 5px;
  top: 8px;
}

@-webkit-keyframes gg-bar {
  10% {
    box-shadow: inset 0 -4px 0;
  }

  30% {
    box-shadow: inset 0 -10px 0;
  }

  60% {
    box-shadow: inset 0 -6px 0;
  }

  80% {
    box-shadow: inset 0 -8px 0;
  }

  to {
    box-shadow: inset 0 -2px 0;
  }
}

@keyframes gg-bar {
  10% {
    box-shadow: inset 0 -4px 0;
  }

  30% {
    box-shadow: inset 0 -10px 0;
  }

  60% {
    box-shadow: inset 0 -6px 0;
  }

  80% {
    box-shadow: inset 0 -8px 0;
  }

  to {
    box-shadow: inset 0 -2px 0;
  }
}

.gg-loadbar-sound {
  display: block;
  box-sizing: border-box;
  width: 2px;
  height: 12px;
  box-shadow: inset 0 -12px 0;
  -webkit-animation: gg-bar 1.3s ease infinite alternate;
          animation: gg-bar 1.3s ease infinite alternate;
  position: relative;
  transform: scale(var(--ggs, 1));
}

.gg-loadbar-sound::after,
.gg-loadbar-sound::before {
  display: block;
  box-sizing: border-box;
  width: 2px;
  height: 12px;
  box-shadow: inset 0 -12px 0;
  -webkit-animation: gg-bar 1.3s ease infinite alternate;
          animation: gg-bar 1.3s ease infinite alternate;
}

.gg-loadbar-sound::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.gg-loadbar-sound::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}

.gg-loadbar-sound::after {
  right: -4px;
  -webkit-animation-delay: -3.7s;
          animation-delay: -3.7s;
}

@-webkit-keyframes loadbar {
  0%, to {
    left: 0;
    right: 80%;
  }

  25%, 75% {
    left: 0;
    right: 0;
  }

  50% {
    left: 80%;
    right: 0;
  }
}

@keyframes loadbar {
  0%, to {
    left: 0;
    right: 80%;
  }

  25%, 75% {
    left: 0;
    right: 0;
  }

  50% {
    left: 80%;
    right: 0;
  }
}

.gg-loadbar {
  display: block;
  box-sizing: border-box;
  height: 4px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
}

.gg-loadbar::before {
  display: block;
  box-sizing: border-box;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 4px;
  background: currentColor;
  -webkit-animation: loadbar 2s cubic-bezier(0, 0, 0.58, 1) infinite;
          animation: loadbar 2s cubic-bezier(0, 0, 0.58, 1) infinite;
}

.gg-lock-unlock {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border: 2px solid;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom: transparent;
  margin-top: -18px;
  margin-left: -2px;
}

.gg-lock-unlock::after,
.gg-lock-unlock::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-lock-unlock::after {
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  width: 16px;
  height: 10px;
  border-radius: 2px;
  left: -4px;
  top: 10px;
}

.gg-lock-unlock::before {
  width: 2px;
  height: 6px;
  background: currentColor;
  left: -2px;
  top: 4px;
}

.gg-lock {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 11px;
  border: 2px solid;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: transparent;
  margin-top: -12px;
}

.gg-lock::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 10px;
  border-radius: 2px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  left: -4px;
  top: 9px;
}

.gg-log-in {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 16px;
  border: 2px solid;
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: -10px;
}

.gg-log-in::after,
.gg-log-in::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-log-in::after {
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: -8px;
  bottom: 2px;
}

.gg-log-in::before {
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: -11px;
  bottom: 5px;
}

.gg-log-off {
  box-sizing: border-box;
  position: relative;
  display: block;
  border-radius: 16px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border-top: 2px solid transparent;
}

.gg-log-off::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 8px;
  width: 2px;
  background: currentColor;
  left: 5px;
  bottom: 6px;
}

.gg-log-out {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 16px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: -10px;
}

.gg-log-out::after,
.gg-log-out::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-log-out::after {
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  left: 4px;
  bottom: 2px;
}

.gg-log-out::before {
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: 5px;
  bottom: 5px;
}

.gg-loupe {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 22px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat center/8px 2px, linear-gradient(to left, currentColor 8px, transparent 0) no-repeat center/2px 8px;
}

.gg-loupe::after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  box-shadow: 0 0 0 6px;
}

.gg-magnet {
  display: block;
  box-sizing: border-box;
  width: 14px;
  border: 4px solid;
  transform: scale(var(--ggs, 1));
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: relative;
  height: 12px;
}

.gg-magnet::before {
  display: block;
  box-sizing: border-box;
  width: 14px;
  content: "";
  position: absolute;
  height: 3px;
  border-left: 4px solid;
  border-right: 4px solid;
  top: -5px;
  left: -4px;
  opacity: 0.5;
}

.gg-mail-forward {
  display: block;
  box-sizing: border-box;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: scale(var(--ggs, 1));
  border-top-left-radius: 4px;
  position: relative;
  width: 14px;
}

.gg-mail-forward::before {
  display: block;
  box-sizing: border-box;
  height: 6px;
  border-top: 2px solid;
  content: "";
  position: absolute;
  width: 6px;
  border-right: 2px solid;
  top: -4px;
  right: -1px;
  transform: rotate(45deg);
}

.gg-mail-open {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 18px;
  border-radius: 2px;
}

.gg-mail-open::after {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 14px;
  transform: rotate(-45deg);
  bottom: 3px;
  left: 0;
}

.gg-mail-reply {
  display: block;
  box-sizing: border-box;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: scale(var(--ggs, 1));
  border-top-right-radius: 4px;
  position: relative;
  width: 14px;
}

.gg-mail-reply::before {
  display: block;
  box-sizing: border-box;
  height: 6px;
  border-top: 2px solid;
  content: "";
  position: absolute;
  width: 6px;
  border-left: 2px solid;
  top: -4px;
  left: -1px;
  transform: rotate(-45deg);
}

.gg-mail {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
  overflow: hidden;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 18px;
  border-radius: 2px;
}

.gg-mail::after {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 14px;
  transform: rotate(-45deg);
  bottom: 3px;
  left: 0;
}

.gg-math-divide {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}

.gg-math-divide::after,
.gg-math-divide::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}

.gg-math-divide::after,
.gg-math-divide::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: -6px;
  left: 6px;
}

.gg-math-divide::after {
  top: 4px;
}

.gg-math-equal {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 10px;
  margin-top: -6px;
  box-shadow: 0 6px 0;
}

.gg-math-minus {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 10px;
}

.gg-math-percent {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}

.gg-math-percent::after,
.gg-math-percent::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 20px;
  top: -7px;
  left: 6px;
}

.gg-math-percent::after {
  top: 5px;
}

.gg-math-plus {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 10px;
  margin-top: -2px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
}

.gg-math-plus::after {
  display: block;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 10px;
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: -7px;
  left: 7px;
}

.gg-maximize-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
}

.gg-maximize-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 22px;
  height: 2px;
  border-left: 8px solid;
  border-right: 8px solid;
  transform: rotate(-45deg);
  bottom: 6px;
  left: -4px;
}

.gg-maximize-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 22px;
  height: 2px;
  border-left: 8px solid;
  border-right: 8px solid;
  transform: rotate(-45deg);
  bottom: 6px;
  left: -4px;
  transform: rotate(45deg);
}

.gg-maximize {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
}

.gg-maze {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
}

.gg-maze::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 12px;
  transform: rotate(45deg);
}

.gg-maze::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
  right: 2px;
  bottom: -2px;
  border-left: 4px solid;
  border-top: 4px solid;
}

.gg-maze::after {
  width: 4px;
  background: currentColor;
  left: 3px;
  bottom: 1px;
}

.gg-media-live {
  transform: scale(var(--ggs, 1));
  border-top-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.gg-media-live::after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.gg-media-live::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.gg-media-live::after,
.gg-media-live::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
}

.gg-media-live::after {
  width: 22px;
  height: 22px;
  top: -6px;
  left: -6px;
}

.gg-media-podcast {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.gg-media-podcast::after,
.gg-media-podcast::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.gg-media-podcast::after,
.gg-media-podcast::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
}

.gg-media-podcast::after {
  width: 22px;
  height: 22px;
  top: -6px;
  left: -6px;
}

.gg-menu-boxed {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid;
}

.gg-menu-boxed::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  top: 2px;
  left: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
}

.gg-menu-cake {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 18px;
}

.gg-menu-cake::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 22px;
}

.gg-menu-cake::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  border-radius: 22px;
  width: 18px;
  box-shadow: 0 -4px 0, 0 -8px 0;
  left: 1px;
  bottom: 2px;
}

.gg-menu-cake::after {
  width: 4px;
  height: 4px;
  left: 8px;
}

.gg-menu-cheese {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 10px;
}

.gg-menu-cheese::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
}

.gg-menu-cheese::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 18px;
  background: currentColor;
  border-radius: 22px;
  box-shadow: 0 -6px 0, 0 -12px 0;
  bottom: 0;
}

.gg-menu-cheese::after {
  width: 2px;
  left: 2px;
  bottom: 3px;
  border-top: 3px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.gg-menu-grid-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
}

.gg-menu-grid-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 6px 0, 6px 6px 0, 12px 6px 0, 6px 12px 0, 12px 12px 0, 6px 0 0, 12px 0 0, 0 12px 0;
  border-radius: 22px;
}

.gg-menu-grid-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
}

.gg-menu-grid-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 6px 0, 6px 6px 0, 12px 6px 0, 6px 12px 0, 12px 12px 0, 6px 0 0, 12px 0 0, 0 12px 0;
}

.gg-menu-hotdog {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 12px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-radius: 3px;
}

.gg-menu-hotdog::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  top: 2px;
  left: -2px;
}

.gg-menu-left-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
  transform: scale(var(--ggs, 1));
}

.gg-menu-left-alt::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-menu-left-alt::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  width: 16px;
  box-shadow: 0 12px 0;
}

.gg-menu-left-alt::after {
  width: 10px;
  top: 6px;
}

.gg-menu-left {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu-left::after,
.gg-menu-left::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu-left::after,
.gg-menu-left::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 10px;
}

.gg-menu-left::after {
  top: 6px;
  width: 14px;
}

.gg-menu-motion {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 14px;
  transform: scale(var(--ggs, 1));
}

.gg-menu-motion::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 2px;
  bottom: 0;
  box-shadow: 4px -6px 0, 8px -12px 0;
  border-radius: 4px;
  background: currentColor;
}

.gg-menu-oreos {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 18px;
  transform: scale(var(--ggs, 1));
}

.gg-menu-oreos::after,
.gg-menu-oreos::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 8px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-radius: 3px;
}

.gg-menu-oreos::after {
  bottom: 0;
}

.gg-menu-right-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
  transform: scale(var(--ggs, 1));
}

.gg-menu-right-alt::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-menu-right-alt::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  width: 16px;
  box-shadow: 0 12px 0;
}

.gg-menu-right-alt::after {
  width: 10px;
  right: 0;
  top: 6px;
}

.gg-menu-right {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu-right::after,
.gg-menu-right::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu-right::after,
.gg-menu-right::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 10px;
}

.gg-menu-right::after {
  top: 6px;
  width: 14px;
}

.gg-menu-round {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border-radius: 24px;
  border: 2px solid;
}

.gg-menu-round::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  top: 4px;
  left: 4px;
  box-shadow: 0 4px 0, 0 8px 0;
}

.gg-menu {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu::after,
.gg-menu::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu::after,
.gg-menu::before {
  content: "";
  position: absolute;
  top: -6px;
}

.gg-menu::after {
  top: 6px;
}

.gg-merge-horizontal {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-merge-horizontal::after,
.gg-merge-horizontal::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.gg-merge-horizontal::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 4px;
  bottom: 5px;
}

.gg-merge-horizontal::before {
  border-top: 2px solid;
  border-right: 2px solid;
  right: 4px;
  top: 5px;
}

.gg-merge-vertical {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  border-radius: 3px;
  background: currentColor;
}

.gg-merge-vertical::after,
.gg-merge-vertical::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  top: 4px;
}

.gg-merge-vertical::after {
  border-left: 2px solid;
  left: 5px;
  transform: rotate(45deg);
}

.gg-merge-vertical::before {
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 5px;
}

.gg-mic {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border: 2px solid;
  border-top: 0;
  margin-top: 3px;
}

.gg-mic::after,
.gg-mic::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-mic::after {
  border: 2px solid;
  width: 8px;
  height: 18px;
  left: 2px;
  top: -10px;
  border-radius: 4px;
}

.gg-mic::before {
  width: 10px;
  height: 4px;
  top: 12px;
  left: 1px;
  border-right: 4px solid transparent;
  box-shadow: 0 2px 0, inset -2px 0 0;
}

.gg-microbit {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
  border: 3px solid;
}

.gg-microbit::before {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  top: 2px;
  left: 2px;
  box-shadow: 10px 0 0 0;
}

.gg-microsoft {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.gg-microsoft::after,
.gg-microsoft::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.gg-microsoft::after,
.gg-microsoft::before {
  content: "";
  position: absolute;
  width: 8px;
  border-top: 8px solid;
  border-bottom: 8px solid;
}

.gg-microsoft::after {
  right: 0;
}

.gg-mini-player {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-mini-player::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: -1px;
  right: -1px;
}

.gg-minimize-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 26px;
  height: 2px;
  border-left: 10px solid;
  border-right: 10px solid;
}

.gg-minimize-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  top: -2px;
}

.gg-minimize-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  top: -2px;
  border-right: 2px solid;
  left: -5px;
  transform: rotate(45deg);
}

.gg-minimize-alt::after {
  border-left: 2px solid;
  right: -5px;
  transform: rotate(-45deg);
}

.gg-minimize {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 4px;
  height: 4px;
  box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px, 6px 4px 0 -1px, 8px -4px 0 -1px, 6px -4px 0 -1px, -8px 4px 0 -1px, -6px 4px 0 -1px;
}

.gg-minimize::after,
.gg-minimize::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 18px;
  border-top: 6px solid;
  border-bottom: 6px solid;
  box-shadow: 18px 0 0 -2px;
  top: -7px;
}

.gg-minimize::after {
  left: -3px;
}

.gg-minimize::before {
  right: -3px;
}

.gg-modem {
  position: relative;
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border-top: 12px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-modem::after,
.gg-modem::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  right: 4px;
  bottom: 3px;
  width: 2px;
  height: 2px;
  border-radius: 22px;
}

.gg-modem::after {
  right: -1px;
  bottom: 11px;
  width: 20px;
  transform: rotate(30deg);
}

.gg-monday {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 16px;
}

.gg-monday::after {
  background: currentColor;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  border-radius: 22px;
}

.gg-monday::before {
  background: currentColor;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  border-radius: 22px;
  height: 16px;
  transform: rotate(35deg);
  box-shadow: 7px -5px 0 0;
}

.gg-monday::after {
  height: 6px;
  bottom: 1px;
  right: 0;
}

.gg-moon {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom-color: transparent;
}

.gg-moon::after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}

.gg-more-alt {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
}

.gg-more-alt::after,
.gg-more-alt::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
}

.gg-more-alt::after,
.gg-more-alt::before {
  content: "";
  position: absolute;
  top: 0;
}

.gg-more-alt::after {
  left: -6px;
}

.gg-more-alt::before {
  right: -6px;
}

.gg-more-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 24px;
}

.gg-more-o::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 20px;
  top: 8px;
  left: 8px;
  box-shadow: -5px 0 0, 5px 0 0;
}

.gg-more-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-more-r::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 20px;
  top: 6px;
  left: 8px;
  box-shadow: -5px 0 0, 5px 0 0;
}

.gg-more-vertical-alt {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
}

.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 100%;
}

.gg-more-vertical-alt::after,
.gg-more-vertical-alt::before {
  content: "";
  position: absolute;
}

.gg-more-vertical-alt::after {
  left: 0;
  top: 6px;
}

.gg-more-vertical-alt::before {
  top: -6px;
  right: 0;
}

.gg-more-vertical-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 24px;
}

.gg-more-vertical-o::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 20px;
  top: 8px;
  left: 8px;
  box-shadow: 0 -5px 0, 0 5px 0;
}

.gg-more-vertical-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 24px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-more-vertical-r::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 20px;
  top: 8px;
  left: 6px;
  box-shadow: 0 -5px 0, 0 5px 0;
}

.gg-more-vertical {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-more-vertical::after,
.gg-more-vertical::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-more-vertical::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
}

.gg-more-vertical::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  top: -10px;
}

.gg-more {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-more::after,
.gg-more::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-more::after,
.gg-more::before {
  content: "";
  position: absolute;
  top: -2px;
}

.gg-more::after {
  left: -9px;
}

.gg-more::before {
  right: -9px;
}

.gg-mouse {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 24px;
  border: 2px solid;
  border-radius: 10px;
}

.gg-mouse::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 6px;
  background: currentColor;
  top: 3px;
  left: 5px;
}

.gg-move-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-move-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-move-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 2px;
  top: 0;
  width: 2px;
  height: 12px;
}

.gg-move-down::after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid;
  bottom: -7px;
}

.gg-move-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-move-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-move-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  right: 0;
  top: 2px;
  width: 12px;
  height: 2px;
}

.gg-move-left::after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid;
  left: -7px;
}

.gg-move-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-move-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-move-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 0;
  top: 2px;
  width: 12px;
  height: 2px;
}

.gg-move-right::after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  right: -7px;
}

.gg-move-task {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-move-task::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-move-task::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  top: 2px;
  width: 8px;
  height: 2px;
  left: 0;
}

.gg-move-task::after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  left: -6px;
}

.gg-move-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-move-up::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-move-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 2px;
  bottom: 0;
  width: 2px;
  height: 12px;
}

.gg-move-up::after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid;
  top: -7px;
}

.gg-music-note {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 14px;
  background: currentColor;
}

.gg-music-note::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-music-note::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  bottom: -4px;
  width: 8px;
  height: 8px;
  left: -6px;
  border-radius: 10px;
}

.gg-music-note::after {
  width: 10px;
  height: 6px;
  top: -4px;
  left: 0;
  border-radius: 2px;
  transform: skewY(-15deg);
}

.gg-music-speaker {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-music-speaker::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-radius: 100px;
}

.gg-music-speaker::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-radius: 100px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  left: 2px;
}

.gg-music-speaker::after {
  width: 4px;
  height: 4px;
  left: 4px;
  top: 2px;
}

.gg-music {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  margin-top: -4px;
  position: relative;
  transform: skewY(-15deg) scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
}

.gg-music::after,
.gg-music::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
}

.gg-music::after,
.gg-music::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 9px;
  left: -7px;
  transform: skewY(15deg);
  border-radius: 10px;
}

.gg-music::after {
  left: 5px;
}

.gg-nametag {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
}

.gg-nametag::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  box-shadow: -5px -5px 0 -3px, 5px 5px 0 -3px, 5px -5px 0 -3px, -5px 5px 0 -3px;
  left: -5px;
  top: -5px;
}

.gg-notes {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-notes::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  left: 2px;
}

.gg-notes::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  left: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
  width: 12px;
  top: 2px;
}

.gg-notes::after {
  width: 6px;
  top: 14px;
}

.gg-notifications {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right bottom/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat left top/8px 2px;
}

.gg-notifications::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.gg-notifications::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-left: 2px solid;
  border-bottom: 2px solid;
}

.gg-notifications::after {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: currentColor;
  top: -2px;
  right: -2px;
}

.gg-npm {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  border: 3px solid;
  border-radius: 2px;
}

.gg-npm::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background: currentColor;
  bottom: -3px;
  right: 3px;
}

.gg-oculus {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 12px;
  border: 4px solid;
  border-radius: 22px;
}

.gg-open-collective {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 3px solid;
  border-right-color: transparent;
}

.gg-open-collective::before {
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid transparent;
  border-right: 3px solid;
  top: -1px;
  right: -3px;
  opacity: 0.5;
}

.gg-options {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 2px;
  box-shadow: -3px 4px 0 0, 3px -4px 0 0;
}

.gg-options::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-options::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 100%;
  top: -7px;
  left: -4px;
}

.gg-options::after {
  bottom: -7px;
  right: -4px;
}

.gg-organisation {
  background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 2px/12px 2px, linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 6px/12px 2px, linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 10px/12px 2px, linear-gradient(to bottom, currentColor 18px, transparent 0) no-repeat center/2px 18px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 18px;
  border: 2px solid;
}

.gg-organisation::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-organisation::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  right: -8px;
  top: 6px;
  box-shadow: 0 4px 0, -4px 4px 0, -4px 0 0;
  width: 2px;
  height: 2px;
}

.gg-organisation::after {
  width: 12px;
  height: 14px;
  border: 2px solid;
  left: 8px;
  bottom: -2px;
}

.gg-overflow {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border-radius: 20px;
  border-bottom: 8px solid;
}

.gg-overflow::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border-radius: 20px;
}

.gg-overflow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid;
  opacity: 0.6;
  left: -2px;
  top: -2px;
}

.gg-overflow::after {
  width: 16px;
  height: 16px;
  border-top: 8px solid;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.gg-pacman {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.gg-pacman::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.gg-pacman::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: currentColor;
  top: 5px;
  border-radius: 3px;
  width: 2px;
  height: 2px;
  left: -5px;
}

.gg-pacman::after {
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 100px;
  border-right-color: transparent;
  left: -10px;
  transform: rotate(-45deg);
}

.gg-password {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 30px;
  height: 12px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-password::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
}

.gg-password::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  background: currentColor;
  left: 2px;
  top: 2px;
  box-shadow: 6px 0 0, 12px 0 0;
  height: 4px;
  border-radius: 100%;
}

.gg-password::after {
  height: 2px;
  right: 2px;
  bottom: 2px;
}

.gg-path-back {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-back::after,
.gg-path-back::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

.gg-path-back::after {
  border: 2px solid;
}

.gg-path-back::before {
  border-right: 5px solid;
  border-bottom: 5px solid;
  bottom: 0;
  right: 0;
}

.gg-path-crop {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-crop::after,
.gg-path-crop::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 10px;
  height: 10px;
}

.gg-path-crop::after {
  opacity: 0.5;
}

.gg-path-crop::before {
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat top left/4px 4px;
  bottom: 0;
  right: 0;
}

.gg-path-divide {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-divide::after,
.gg-path-divide::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

.gg-path-divide::after {
  border-top: 4px solid;
  border-left: 4px solid;
}

.gg-path-divide::before {
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat 1px 1px/4px 4px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  bottom: 0;
  right: 0;
}

.gg-path-exclude {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-exclude::after,
.gg-path-exclude::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

.gg-path-exclude::after {
  border-top: 4px solid;
  border-left: 4px solid;
}

.gg-path-exclude::before {
  border-right: 4px solid;
  border-bottom: 4px solid;
  bottom: 0;
  right: 0;
}

.gg-path-front {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-front::after,
.gg-path-front::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

.gg-path-front::after {
  border-left: 5px solid;
  border-top: 5px solid;
}

.gg-path-front::before {
  border: 2px solid;
  bottom: 0;
  right: 0;
}

.gg-path-intersect {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-intersect::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 10px;
  height: 10px;
}

.gg-path-intersect::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 10px;
  height: 10px;
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat top left/4px 4px;
  bottom: 0;
  right: 0;
}

.gg-path-outline {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-outline::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 10px;
  height: 10px;
}

.gg-path-outline::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
}

.gg-path-trim {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-trim::after,
.gg-path-trim::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

.gg-path-trim::after {
  border-left: 3px solid;
  border-top: 3px solid;
}

.gg-path-trim::before {
  background: currentColor;
  bottom: 0;
  right: 0;
}

.gg-path-unite {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
}

.gg-path-unite::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
  width: 10px;
  height: 10px;
}

.gg-path-unite::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
}

.gg-patreon {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 16px;
  background: currentColor;
  left: -6px;
}

.gg-patreon::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 4px;
  height: 16px;
  background: currentColor;
  left: -6px;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border-radius: 100px;
  left: 6px;
}

.gg-paypal {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 18px;
  transform: skew(-10deg) scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 20px, transparent 0) no-repeat 3px bottom/4px 2px, linear-gradient(to left, currentColor 20px, transparent 0) no-repeat 5px bottom/3px 10px;
}

.gg-paypal::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid;
}

.gg-paypal::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid;
  width: 8px;
  height: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0;
  left: 5px;
  box-shadow: 2px 2px 0;
}

.gg-paypal::after {
  width: 6px;
  height: 16px;
  border-right: 0;
}

.gg-pen {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 14px;
  height: 4px;
  border-right: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset -2px 0 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  margin-right: -2px;
}

.gg-pen::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-pen::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  border-left: 0;
  right: -6px;
  width: 3px;
  height: 4px;
  border-radius: 1px;
  top: 0;
}

.gg-pen::after {
  width: 8px;
  height: 7px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid;
  left: -11px;
  top: -2px;
}

.gg-pentagon-bottom-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
}

.gg-pentagon-bottom-left:before {
  width: 51%;
}

.gg-pentagon-bottom-left:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
}

.gg-pentagon-bottom-left:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: skew(0deg, 30deg);
}

.gg-pentagon-bottom-left:after {
  right: -2px;
  width: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  transform: skew(0deg, -30deg);
}

.gg-pentagon-bottom-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
}

.gg-pentagon-bottom-right:before {
  width: 51%;
}

.gg-pentagon-bottom-right:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
}

.gg-pentagon-bottom-right:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: skew(0deg, 30deg);
}

.gg-pentagon-bottom-right:after {
  right: -2px;
  width: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  transform: skew(0deg, -30deg);
}

.gg-pentagon-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
}

.gg-pentagon-down:before {
  width: 51%;
}

.gg-pentagon-down:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
}

.gg-pentagon-down:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: skew(0deg, 30deg);
}

.gg-pentagon-down:after {
  right: -2px;
  width: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  transform: skew(0deg, -30deg);
}

.gg-pentagon-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
}

.gg-pentagon-left:before {
  height: 51%;
}

.gg-pentagon-left:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
}

.gg-pentagon-left:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  transform: skewX(-30deg);
}

.gg-pentagon-left:after {
  bottom: -2px;
  height: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: skewX(30deg);
}

.gg-pentagon-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
}

.gg-pentagon-right:before {
  height: 51%;
}

.gg-pentagon-right:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
}

.gg-pentagon-right:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  transform: skewX(30deg);
}

.gg-pentagon-right:after {
  bottom: -2px;
  height: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: skewX(-30deg);
}

.gg-pentagon-top-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
}

.gg-pentagon-top-left:before {
  height: 51%;
}

.gg-pentagon-top-left:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
}

.gg-pentagon-top-left:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  transform: skewX(-30deg);
}

.gg-pentagon-top-left:after {
  bottom: -2px;
  height: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: skewX(30deg);
}

.gg-pentagon-top-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
}

.gg-pentagon-top-right:before {
  height: 51%;
}

.gg-pentagon-top-right:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
}

.gg-pentagon-top-right:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  transform: skewX(30deg);
}

.gg-pentagon-top-right:after {
  bottom: -2px;
  height: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: skewX(-30deg);
}

.gg-pentagon-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
}

.gg-pentagon-up:before {
  width: 51%;
}

.gg-pentagon-up:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
}

.gg-pentagon-up:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: skew(0deg, -30deg);
}

.gg-pentagon-up:after {
  right: -2px;
  width: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  transform: skew(0deg, 30deg);
}

.gg-performance {
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat center/2px 6px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-performance::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
}

.gg-performance::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  bottom: 2px;
  width: 2px;
  height: 2px;
  box-sizing: content-box;
  border-radius: 100px;
  left: 6px;
}

.gg-performance::after {
  box-sizing: border-box;
  border-radius: 3px;
  width: 14px;
  height: 8px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom: 0;
  top: 2px;
  left: 2px;
}

.gg-pexels {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 14px;
  border: 2px solid;
  border-right: 0;
}

.gg-pexels::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-pexels::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  right: -5px;
  top: -2px;
}

.gg-pexels::after {
  background: currentColor;
  width: 2px;
  height: 6px;
  bottom: -2px;
  right: -1px;
}

.gg-phone {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs, 1));
}

.gg-phone::after,
.gg-phone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-phone::after {
  width: 18px;
  height: 18px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right 11px/6px 4px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px 6px;
}

.gg-phone::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: 2px;
  left: 2px;
}

.gg-photoscan {
  box-sizing: border-box;
  display: block;
  position: relative;
  transform: scale(var(--ggs, 1));
  border-radius: 2px;
  width: 14px;
  height: 18px;
  border: 2px solid;
  border-bottom: 4px solid;
}

.gg-photoscan::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  border: 1px solid transparent;
}

.gg-piano {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 23px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-piano::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 10px;
  background: currentColor;
  box-shadow: 5px 0 0, 10px 0 0;
}

.gg-piano::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 10px;
  background: currentColor;
  box-shadow: 5px 0 0, 10px 0 0;
  top: -2px;
  width: 3px;
  left: 3px;
}

.gg-piano::after {
  width: 1px;
  bottom: -2px;
  left: 4px;
}

.gg-pill {
  display: block;
  box-sizing: border-box;
  width: 12px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border: 2px solid;
  transform: rotate(45deg) scale(var(--ggs, 1));
  position: relative;
  height: 14px;
}

.gg-pill::after {
  display: block;
  box-sizing: border-box;
  width: 12px;
  content: "";
  position: absolute;
  height: 12px;
  background: currentColor;
  left: -2px;
  bottom: -12px;
  border-bottom-left-radius: 140px;
  border-bottom-right-radius: 140px;
}

.gg-pin-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 3px;
  transform: scale(var(--ggs, 1));
  background: currentColor;
}

.gg-pin-alt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 6px double;
  border-radius: 100px;
  top: -10px;
  left: -5px;
}

.gg-pin-bottom {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 8px;
  background: currentColor;
}

.gg-pin-bottom::after,
.gg-pin-bottom::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-pin-bottom::after {
  background: currentColor;
  bottom: -2px;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  left: -4px;
}

.gg-pin-bottom::before {
  width: 8px;
  height: 8px;
  border: 6px double;
  border-radius: 100px;
  top: -10px;
  left: -5px;
}

.gg-pin-top {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 8px;
  background: currentColor;
  margin-top: -8px;
}

.gg-pin-top::after,
.gg-pin-top::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-pin-top::after {
  background: currentColor;
  top: -2px;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  left: -4px;
}

.gg-pin-top::before {
  width: 8px;
  height: 8px;
  border: 6px double;
  border-radius: 100px;
  bottom: -10px;
  left: -5px;
}

.gg-pin {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 100% 100% 0 100%;
  border: 2px solid;
  margin-top: -4px;
}

.gg-pin::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  top: 3px;
  left: 3px;
  border-radius: 40px;
}

.gg-play-backwards {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 3px;
  height: 10px;
  background: currentColor;
}

.gg-play-backwards::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid;
  right: -7px;
}

.gg-play-backwards::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid;
  right: -7px;
  right: -14px;
}

.gg-play-button-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-play-button-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 4px;
  left: 7px;
}

.gg-play-button-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-play-button-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 4px;
  left: 7px;
}

.gg-play-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-play-button::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 6px;
  left: 9px;
}

.gg-play-forwards {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 3px;
  height: 10px;
  background: currentColor;
}

.gg-play-forwards::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  left: -7px;
}

.gg-play-forwards::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  left: -7px;
  left: -14px;
}

.gg-play-list-add {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-add::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 6px;
  right: -8px;
}

.gg-play-list-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 6px;
  right: -8px;
  width: 2px;
  height: 10px;
  top: 2px;
  right: -4px;
}

.gg-play-list-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: 2px;
  right: -4px;
}

.gg-play-list-remove {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-remove::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 8px;
  right: -4px;
}

.gg-play-list-remove::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 8px;
  right: -4px;
  width: 2px;
  height: 8px;
  top: 5px;
  right: -1px;
}

.gg-play-list-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list-search::after,
.gg-play-list-search::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: -7px;
}

.gg-play-list-search::after {
  width: 3px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  right: -4px;
}

.gg-play-list-search::before {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  border: 2px solid;
  right: -3px;
}

.gg-play-list {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 6px;
  border-top: 0 solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0;
}

.gg-play-list::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  top: 6px;
  right: -3px;
}

.gg-play-pause-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-play-pause-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  top: 6px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-play-pause-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-play-pause-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  top: 6px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.gg-play-pause {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 10px;
  border-left: 3px solid;
  border-right: 3px solid;
}

.gg-play-stop-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-play-stop-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 6px;
  background: currentColor;
}

.gg-play-stop-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-play-stop-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 6px;
  background: currentColor;
}

.gg-play-stop {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  background: currentColor;
}

.gg-play-track-next-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-play-track-next-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
}

.gg-play-track-next-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
  width: 2px;
  border-radius: 2px;
  left: 11px;
  background: currentColor;
}

.gg-play-track-next-o::after {
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid;
  left: 5px;
}

.gg-play-track-next-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-play-track-next-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
}

.gg-play-track-next-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
  width: 2px;
  border-radius: 2px;
  left: 11px;
  background: currentColor;
}

.gg-play-track-next-r::after {
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid;
  left: 5px;
}

.gg-play-track-next {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 3px;
  height: 10px;
  background: currentColor;
}

.gg-play-track-next::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  left: -7px;
}

.gg-play-track-prev-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-play-track-prev-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
}

.gg-play-track-prev-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
  width: 2px;
  border-radius: 2px;
  right: 11px;
  background: currentColor;
}

.gg-play-track-prev-o::after {
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid;
  right: 5px;
}

.gg-play-track-prev-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-play-track-prev-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
}

.gg-play-track-prev-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 8px;
  top: 5px;
  width: 2px;
  border-radius: 2px;
  right: 11px;
  background: currentColor;
}

.gg-play-track-prev-r::after {
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid;
  right: 5px;
}

.gg-play-track-prev {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 3px;
  height: 10px;
  background: currentColor;
}

.gg-play-track-prev::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid;
  right: -7px;
}

.gg-plug {
  position: relative;
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 20px;
}

.gg-plug::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-plug::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 10px;
  border: 2px solid;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 5px;
}

.gg-plug::after {
  width: 2px;
  height: 4px;
  background: currentColor;
  left: 2px;
  border-radius: 22px;
  box-shadow: 6px 0 0, 3px 14px 0, 3px 16px 0;
}

.gg-pocket {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 6px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.gg-pocket::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
  width: 8px;
  height: 2px;
  background: currentColor;
  bottom: 7px;
}

.gg-pocket::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
  width: 8px;
  height: 2px;
  background: currentColor;
  bottom: 7px;
  transform: rotate(-48deg);
  right: 3px;
}

.gg-pocket::after {
  transform: rotate(48deg);
  left: 3px;
}

.gg-pokemon {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 5px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  border-radius: 100%;
}

.gg-pokemon::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  border-left: 8px solid;
  border-right: 8px solid;
  left: -6px;
  top: 3px;
}

.gg-polaroid {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  box-shadow: inset 0 -5px 0;
}

.gg-poll {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 3px solid transparent;
  border-top: 6px solid transparent;
  box-shadow: 0 0 0 2px, inset 2px 0 0;
  border-radius: 1px;
}

.gg-poll::after,
.gg-poll::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: -3px;
  left: 4px;
}

.gg-poll::after {
  height: 4px;
  top: 3px;
  left: 8px;
}

.gg-presentation {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-presentation::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-presentation::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 6px;
  border: 2px solid;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  top: 2px;
  left: 2px;
  border-bottom: 0;
}

.gg-presentation::after {
  width: 18px;
  height: 2px;
  background: currentColor;
  left: -1px;
  top: 8px;
}

.gg-printer {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0 10px/6px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 14px 10px/6px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 4px/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
  border: 2px solid transparent;
  border-bottom: 0;
  box-shadow: inset 0 2px 0, inset 2px 2px 0, inset -2px 2px 0, inset -2px 2px 0;
}

.gg-printer::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  border: 2px solid;
  left: 4px;
}

.gg-printer::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  border: 2px solid;
  left: 4px;
  height: 6px;
  top: -4px;
}

.gg-printer::after {
  height: 8px;
  top: 8px;
}

.gg-product-hunt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-product-hunt::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
}

.gg-product-hunt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  border: 2px solid;
  border-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 6px;
  height: 6px;
  left: 5px;
}

.gg-product-hunt::after {
  width: 2px;
  height: 8px;
  background: currentColor;
  left: 4px;
}

.gg-profile {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100px;
  overflow: hidden;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  position: relative;
}

.gg-profile::after,
.gg-profile::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100px;
}

.gg-profile::after,
.gg-profile::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 8px;
  height: 8px;
}

.gg-profile::after {
  border-radius: 200px;
  top: 11px;
  left: 0px;
  width: 18px;
  height: 18px;
}

.gg-pull-clear {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.gg-pull-clear::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  bottom: 2px;
  left: 2px;
  background: currentColor;
  box-shadow: 0 -4px 0 0;
}

.gg-push-chevron-down-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-push-chevron-down-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
}

.gg-push-chevron-down-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  bottom: 5px;
  width: 8px;
  height: 2px;
  left: 5px;
}

.gg-push-chevron-down-o::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}

.gg-push-chevron-down-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-push-chevron-down-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
}

.gg-push-chevron-down-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  bottom: 5px;
  width: 8px;
  height: 2px;
  left: 5px;
}

.gg-push-chevron-down-r::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}

.gg-push-chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-push-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
}

.gg-push-chevron-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  bottom: 0;
  width: 14px;
  height: 2px;
  left: 2px;
}

.gg-push-chevron-down::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}

.gg-push-chevron-left-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-push-chevron-left-o::after,
.gg-push-chevron-left-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 8px;
  border-left: 2px solid;
  top: 5px;
  left: 5px;
}

.gg-push-chevron-left-o::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  left: 9px;
  top: 6px;
}

.gg-push-chevron-left-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-push-chevron-left-r::after,
.gg-push-chevron-left-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 8px;
  border-left: 2px solid;
  top: 5px;
  left: 5px;
}

.gg-push-chevron-left-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  left: 9px;
  top: 6px;
}

.gg-push-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-push-chevron-left::after,
.gg-push-chevron-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  border-left: 2px solid;
  top: 2px;
  left: 0;
}

.gg-push-chevron-left::after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 4px;
}

.gg-push-chevron-right-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-push-chevron-right-o::after,
.gg-push-chevron-right-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 8px;
  border-right: 2px solid;
  top: 5px;
  right: 5px;
}

.gg-push-chevron-right-o::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  right: 9px;
  top: 6px;
}

.gg-push-chevron-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-push-chevron-right-r::after,
.gg-push-chevron-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 8px;
  border-right: 2px solid;
  top: 5px;
  right: 5px;
}

.gg-push-chevron-right-r::after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  right: 9px;
  top: 6px;
}

.gg-push-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-push-chevron-right::after,
.gg-push-chevron-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  border-right: 2px solid;
  top: 2px;
  right: 0;
}

.gg-push-chevron-right::after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}

.gg-push-chevron-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-push-chevron-up-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
}

.gg-push-chevron-up-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
  top: 5px;
  width: 8px;
  height: 2px;
  left: 5px;
}

.gg-push-chevron-up-o::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  bottom: 3px;
}

.gg-push-chevron-up-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-push-chevron-up-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
}

.gg-push-chevron-up-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
  top: 5px;
  width: 8px;
  height: 2px;
  left: 5px;
}

.gg-push-chevron-up-r::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  bottom: 3px;
}

.gg-push-chevron-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-push-chevron-up::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
}

.gg-push-chevron-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top: 2px solid;
  top: 0;
  width: 14px;
  height: 2px;
  left: 2px;
}

.gg-push-chevron-up::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  bottom: 2px;
}

.gg-push-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 16px;
  background: currentColor;
}

.gg-push-down::after,
.gg-push-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  border-bottom: 2px solid;
  bottom: -5px;
  left: -5px;
}

.gg-push-down::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: -3px;
  bottom: 0;
}

.gg-push-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
  background: currentColor;
}

.gg-push-left::after,
.gg-push-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  border-left: 2px solid;
  left: -5px;
  top: -5px;
}

.gg-push-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: -3px;
  left: 0;
}

.gg-push-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
  background: currentColor;
}

.gg-push-right::after,
.gg-push-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  border-right: 2px solid;
  right: -5px;
  top: -5px;
}

.gg-push-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  transform: rotate(45deg);
  top: -3px;
  right: 0;
}

.gg-push-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 16px;
  background: currentColor;
}

.gg-push-up::after,
.gg-push-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  border-top: 2px solid;
  top: -5px;
  left: -5px;
}

.gg-push-up::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: -3px;
  top: 0;
}

.gg-qr {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
}

.gg-qr::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 6px 0, 6px 6px 0, 6px 0 0;
  top: 2px;
  left: 2px;
}

.gg-quote-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-quote-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 6px;
  border-left: 3px solid;
  border-right: 3px solid;
  left: 4px;
  top: 4px;
  transform: skewX(-20deg);
}

.gg-quote {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 18px;
  border: 2px solid transparent;
  border-radius: 2px;
}

.gg-quote::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 6px;
  border-left: 3px solid;
  border-right: 3px solid;
  left: 4px;
  top: 4px;
  transform: skewX(-20deg);
}

.gg-radio-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-radio-checked {
  display: block;
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-radio-checked::after {
  display: block;
  box-sizing: border-box;
  border-radius: 100px;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: currentColor;
  top: 4px;
  left: 4px;
}

.gg-ratio {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 20px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-ratio::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
}

.gg-ratio::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  top: 8px;
  left: 12px;
}

.gg-ratio::after {
  border-top: 2px solid;
  border-left: 2px solid;
  top: 2px;
  left: 2px;
}

.gg-read {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
  margin-left: -1px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 5px;
  border-radius: 50px;
}

.gg-read::after,
.gg-read::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
}

.gg-read::after,
.gg-read::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: -10px;
  top: -5px;
  box-shadow: -6px 0 0 -4px currentColor;
}

.gg-read::after {
  left: 2px;
  box-shadow: 6px 0 0 -4px currentColor;
}

.gg-readme {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 2px;
  height: 17px;
  border-bottom: 4px solid;
  border-radius: 4px;
}

.gg-readme::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  bottom: -1px;
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 5px/4px 2px, linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 2px/4px 2px, linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 8px/4px 2px;
}

.gg-readme::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  bottom: -1px;
  background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 5px/4px 2px, linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 2px/4px 2px, linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 8px/4px 2px;
  border-top-right-radius: 3px;
  left: -8px;
}

.gg-readme::after {
  border-top-left-radius: 3px;
  right: -8px;
}

.gg-record {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 6px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 10px;
  border-radius: 100px;
}

.gg-redo {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-right-color: transparent;
  border-radius: 100px;
}

.gg-redo::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: -3px;
  right: -1px;
  transform: rotate(68deg);
}

.gg-remote {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}

.gg-remote::after,
.gg-remote::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
}

.gg-remote::after {
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) scaleY(1);
}

.gg-remote::before {
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) scaleY(1);
  left: 5px;
  top: -2px;
}

.gg-remote::after {
  transform: rotate(-45deg) scaleX(-1);
  left: -5px;
  top: 2px;
}

.gg-remove-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-remove-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-remove {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-remove::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 8px;
  left: 4px;
}

.gg-rename {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat 6px center/2px 22px;
}

.gg-rename::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 12px;
  border: 2px solid;
  top: 2px;
}

.gg-rename::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 12px;
  border: 2px solid;
  top: 2px;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gg-rename::after {
  width: 10px;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  right: 0;
}

.gg-reorder {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-reorder::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
}

.gg-reorder::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  border: 2px solid;
  width: 6px;
  height: 6px;
  left: 12px;
  top: -2px;
}

.gg-reorder::after {
  top: -4px;
  left: 0;
  width: 10px;
  height: 2px;
  opacity: 0.5;
  background: currentColor;
  box-shadow: 0 8px 0 0, 0 12px 0 0, 0 16px 0 0;
}

.gg-repeat {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  box-shadow: -2px -2px 0 0, 2px 2px 0 0;
  width: 14px;
  height: 6px;
}

.gg-repeat::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-repeat::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid;
  top: -4px;
  right: 0;
}

.gg-repeat::after {
  border-right: 5px solid;
  bottom: -4px;
  left: 0;
}

.gg-ring {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-ring::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
}

.gg-ring::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  box-sizing: border-box;
  border-top-right-radius: 100px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  left: 6px;
  top: -1px;
}

.gg-ring::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border-top-color: transparent;
  left: 1px;
  top: 2px;
}

.gg-row-first {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 10px;
}

.gg-row-first::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
}

.gg-row-first::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  width: 10px;
  top: 4px;
  opacity: 0.5;
  box-shadow: 0 4px 0;
}

.gg-row-first::after {
  width: 14px;
}

.gg-row-last {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 10px;
}

.gg-row-last::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
}

.gg-row-last::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  height: 2px;
  background: currentColor;
  width: 10px;
  opacity: 0.5;
  box-shadow: 0 4px 0;
}

.gg-row-last::after {
  width: 14px;
  bottom: 0;
}

.gg-ruler {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 13px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-ruler::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 5px;
  background: currentColor;
  left: 7px;
  top: -1px;
  box-shadow: 8px 0 0;
}

.gg-ruler::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 5px;
  background: currentColor;
  left: 7px;
  top: -1px;
  box-shadow: 8px 0 0;
  height: 7px;
  left: 3px;
}

.gg-sand-clock {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-sand-clock::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-sand-clock::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  bottom: -2px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  left: 1px;
}

.gg-sand-clock::after {
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  top: 0;
  left: 3px;
  box-shadow: 0 0 0 2px, inset 2px 0 0;
}

.gg-scan {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  background: linear-gradient(to left, currentColor 22px, transparent 0) no-repeat center/2px 22px;
}

.gg-scan::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  border: 2px solid;
  top: 2px;
}

.gg-scan::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 14px;
  border: 2px solid;
  top: 2px;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gg-scan::after {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  right: 0;
}

.gg-screen-mirror {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 10px;
  border: 2px solid;
  border-bottom: 0;
}

.gg-screen-mirror::after,
.gg-screen-mirror::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-screen-mirror::after {
  border-bottom: 5px solid;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -2px;
  left: 3px;
}

.gg-screen-mirror::before {
  width: 18px;
  height: 2px;
  left: -2px;
  bottom: 0;
  border-left: 5px solid;
  border-right: 5px solid;
}

.gg-screen-shot {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border: 2px solid;
  border-radius: 1px;
}

.gg-screen-shot::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
}

.gg-screen-shot::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 2px;
  right: 2px;
}

.gg-screen-shot::after {
  border-top: 2px solid;
  border-left: 2px solid;
  top: 2px;
  left: 2px;
}

.gg-screen-wide {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 11px;
  border: 2px solid;
  border-radius: 3px;
  margin-top: -4px;
}

.gg-screen-wide::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 2px;
  background: currentColor;
  top: 10px;
  left: 6px;
}

.gg-screen-wide::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 2px;
  background: currentColor;
  top: 10px;
  left: 6px;
  width: 2px;
  height: 4px;
  top: 8px;
  left: 9px;
}

.gg-screen {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 14px;
  border: 2px solid;
  border-radius: 3px;
  margin-top: -4px;
}

.gg-screen::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 14px;
  left: 4px;
}

.gg-screen::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  top: 14px;
  left: 4px;
  width: 2px;
  height: 6px;
  top: 10px;
  left: 8px;
}

.gg-scroll-h {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  position: relative;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 10px;
}

.gg-scroll-h::after,
.gg-scroll-h::before {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
}

.gg-scroll-h::after,
.gg-scroll-h::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: -2px;
}

.gg-scroll-h::after {
  border-top: 2px solid;
  border-right: 2px solid;
  right: -8px;
}

.gg-scroll-h::before {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: -8px;
}

.gg-scroll-v {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  position: relative;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 10px;
}

.gg-scroll-v::after,
.gg-scroll-v::before {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
}

.gg-scroll-v::after,
.gg-scroll-v::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  left: -2px;
}

.gg-scroll-v::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: -8px;
}

.gg-scroll-v::before {
  border-top: 2px solid;
  border-right: 2px solid;
  top: -8px;
}

.gg-search-found {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}

.gg-search-found::after,
.gg-search-found::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-search-found::after {
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.gg-search-found::before {
  width: 6px;
  height: 4px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-40deg);
  top: 3px;
  left: 3px;
}

.gg-search-loading {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}

.gg-search-loading::after,
.gg-search-loading::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  background: currentColor;
}

.gg-search-loading::after {
  border-radius: 3px;
  height: 8px;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.gg-search-loading::before {
  height: 2px;
  border-radius: 100%;
  top: 5px;
  left: 5px;
  box-shadow: -3px 0 0, 3px 0 0;
}

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}

.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.gg-select-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 20px;
}

.gg-select-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  transform: rotate(-45deg);
}

.gg-select-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  bottom: 4px;
}

.gg-select-o::after {
  border-right: 2px solid;
  border-top: 2px solid;
  top: 4px;
}

.gg-select-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 4px;
}

.gg-select-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  transform: rotate(-45deg);
}

.gg-select-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  bottom: 4px;
}

.gg-select-r::after {
  border-right: 2px solid;
  border-top: 2px solid;
  top: 4px;
}

.gg-select {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-select::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 7px;
  transform: rotate(-45deg);
}

.gg-select::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 7px;
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  bottom: 4px;
}

.gg-select::after {
  border-right: 2px solid;
  border-top: 2px solid;
  top: 4px;
}

.gg-server {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-server::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
}

.gg-server::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  top: 2px;
  box-shadow: 0 4px 0;
  border-radius: 3px;
  width: 8px;
  left: 2px;
}

.gg-server::after {
  width: 2px;
  border-radius: 10px;
  left: 5px;
  bottom: 2px;
}

.gg-serverless {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 15px;
  height: 13px;
  overflow: hidden;
}

.gg-serverless::after {
  background: currentColor;
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  height: 3px;
  box-shadow: 0 5px 0, 0 10px 0;
  transform: skew(-20deg);
}

.gg-serverless::before {
  background: currentColor;
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  height: 3px;
  box-shadow: 0 5px 0, 0 10px 0;
  transform: skew(-20deg);
  width: 8px;
  left: -2px;
}

.gg-serverless::after {
  width: 12px;
  right: -5px;
}

.gg-shape-circle {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-radius: 100px;
}

.gg-shape-half-circle {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 16px;
  border: 3px solid;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
}

.gg-shape-hexagon {
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 10px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  position: relative;
  transform: scale(var(--ggs, 1));
}

.gg-shape-hexagon::after,
.gg-shape-hexagon::before {
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 10px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.gg-shape-hexagon::after {
  content: "";
  position: absolute;
  left: -3px;
}

.gg-shape-hexagon::before {
  content: "";
  position: absolute;
  left: -3px;
  transform: rotate(60deg);
}

.gg-shape-hexagon::after {
  transform: rotate(-60deg);
}

.gg-shape-rhombus {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 3px solid;
}

.gg-shape-square {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 3px solid;
}

.gg-shape-triangle {
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 17px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid;
  display: block;
  box-sizing: border-box;
  border-right: 3px solid transparent;
}

.gg-shape-triangle::before {
  display: block;
  box-sizing: border-box;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px solid;
  border-top: 3px solid;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg) skew(10deg, 10deg);
  left: -2px;
  bottom: -13px;
}

.gg-shape-zigzag {
  display: block;
  box-sizing: border-box;
  width: 5px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  margin-left: -18px;
  transform: rotate(-49deg) scale(var(--ggs, 1));
  position: relative;
}

.gg-shape-zigzag::after,
.gg-shape-zigzag::before {
  display: block;
  box-sizing: border-box;
  width: 5px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
}

.gg-shape-zigzag::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
}

.gg-shape-zigzag::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  left: 7px;
  top: 10px;
}

.gg-share {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 100px;
  box-shadow: 10px -6px 0, 10px 6px 0;
}

.gg-share::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: 2px;
}

.gg-share::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: 2px;
  top: 0;
  transform: rotate(-35deg);
}

.gg-share::after {
  bottom: 0;
  transform: rotate(35deg);
}

.gg-shield {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 4px;
  background: currentColor;
  border-radius: 100px;
  margin-top: -6px;
}

.gg-shield::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 16px;
  border: 2px solid;
}

.gg-shield::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 16px;
  border: 2px solid;
  border-bottom-left-radius: 40px;
  border-right: 0;
  left: 0;
}

.gg-shield::after {
  border-bottom-right-radius: 40px;
  border-left: 0;
  right: 0;
}

.gg-shopping-bag {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-shopping-bag::after {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-top: 0;
  top: 2px;
  left: 3px;
}

.gg-shopping-cart {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 21px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat -1px 6px/18px 2px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 6px 14px/11px 2px, linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0 2px/4px 2px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 12px 17px/4px 4px, radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px 17px/4px 4px;
}

.gg-shopping-cart::after,
.gg-shopping-cart::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 2px;
  height: 14px;
  background: currentColor;
  top: 2px;
  left: 4px;
  transform: skew(12deg);
}

.gg-shopping-cart::after {
  height: 10px;
  top: 6px;
  left: 16px;
  transform: skew(-12deg);
}

.gg-shortcut {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
}

.gg-shortcut::after {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: currentColor;
  left: 6px;
  top: 1px;
  transform: rotate(45deg);
}

.gg-shutterstock {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-shutterstock::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1px;
}

.gg-shutterstock::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 2px;
  right: 2px;
}

.gg-shutterstock::after {
  border-top: 2px solid;
  border-left: 2px solid;
  top: 2px;
  left: 2px;
}

.gg-sidebar-open {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 16px;
  border: 2px solid;
}

.gg-sidebar-open::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 12px;
  background: currentColor;
  top: 0;
  left: 0;
}

.gg-sidebar-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 16px;
  border-right: 2px solid;
}

.gg-sidebar-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 16px;
  border: 2px solid;
  top: 0;
  right: 2px;
}

.gg-sidebar {
  display: block;
  box-sizing: border-box;
  height: 16px;
  border-left: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
}

.gg-sidebar::before {
  display: block;
  box-sizing: border-box;
  height: 16px;
  content: "";
  position: absolute;
  width: 14px;
  border: 2px solid;
  top: 0;
  left: 2px;
}

.gg-signal {
  display: block;
  box-sizing: border-box;
  width: 2px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 8px;
}

.gg-signal::after,
.gg-signal::before {
  display: block;
  box-sizing: border-box;
  width: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-signal::after {
  content: "";
  position: absolute;
}

.gg-signal::before {
  content: "";
  position: absolute;
  height: 12px;
  left: 4px;
  bottom: 0;
}

.gg-signal::after {
  height: 4px;
  left: -4px;
  bottom: 0;
}

.gg-size {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transform: scale(var(--ggs, 1));
  border-left: 8px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-size::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-right: 0;
  right: 6px;
  top: 2px;
}

.gg-size::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-right: 0;
  right: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  right: 12px;
  top: 4px;
}

.gg-sketch {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
  background: linear-gradient(to left, currentColor 16px, transparent 0) no-repeat center 6px/6px 2px;
}

.gg-sketch::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  border: 2px solid;
  left: 4px;
}

.gg-sketch::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  border: 2px solid;
  left: 4px;
  height: 14px;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg) skew(-8deg, -8deg);
  bottom: 4px;
}

.gg-sketch::after {
  height: 7px;
  border-bottom: 0;
  transform: perspective(12px) rotateX(35deg);
}

.gg-slack {
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 7px 2px/2px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 15px 7px/2px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 2px 10px/2px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px 15px/2px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px 2px/4px 5px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 5px 12px/4px 5px;
}

.gg-slack::after {
  background: currentColor;
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 4px;
  border-radius: 22px;
}

.gg-slack::before {
  background: currentColor;
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 4px;
  border-radius: 22px;
  width: 9px;
  top: 5px;
  box-shadow: 10px 5px 0;
}

.gg-slack::after {
  width: 4px;
  left: 5px;
  box-shadow: -5px 10px 0, 0 10px 0, 0 15px 0, 5px 15px 0, 5px 5px 0, 5px 0 0, 10px 5px 0;
}

.gg-sleep {
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-sleep::after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  bottom: 2px;
}

.gg-smart-home-boiler {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(to left, currentColor 14px, transparent 0) no-repeat center 4px/14px 2px;
}

.gg-smart-home-boiler::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 3px;
  border-left: 2px solid;
  border-right: 2px solid;
  transform: skewX(20deg);
  bottom: -4px;
  left: 2px;
}

.gg-smart-home-cooker {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 4px;
  background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center 2px/18px 2px;
}

.gg-smart-home-cooker::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  left: 4px;
}

.gg-smart-home-cooker::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  left: 4px;
  height: 6px;
  border: 2px solid;
  border-radius: 4px;
  bottom: 2px;
}

.gg-smart-home-cooker::after {
  height: 3px;
  box-shadow: 0 -2px 0, inset 0 0 0 2px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  top: -4px;
}

.gg-smart-home-heat {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
  border: 2px solid;
  border-radius: 22px;
  background: linear-gradient(to left, currentColor 24px, transparent 0) no-repeat center 2px/10px 2px;
}

.gg-smart-home-heat::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 2px solid;
  top: 2px;
}

.gg-smart-home-heat::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 2px solid;
  top: 2px;
  border-right: 0;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  left: 2px;
}

.gg-smart-home-heat::after {
  border-left: 0;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  right: 2px;
}

.gg-smart-home-light {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 14px;
  border: 2px solid;
  border-radius: 14px;
  box-shadow: 0 11px 0 -4px;
}

.gg-smart-home-light::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
  width: 2px;
  height: 6px;
  border-radius: 6px;
  bottom: -8px;
}

.gg-smart-home-light::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
  width: 2px;
  height: 6px;
  border-radius: 6px;
  bottom: -8px;
  transform: rotate(20deg);
  left: -2px;
}

.gg-smart-home-light::after {
  transform: rotate(-20deg);
  right: -2px;
}

.gg-smart-home-refrigerator {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-smart-home-refrigerator::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
}

.gg-smart-home-refrigerator::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  background: currentColor;
  width: 2px;
  height: 4px;
  border-radius: 2px;
  top: 2px;
  left: 2px;
  box-shadow: 0 8px 0;
}

.gg-smart-home-refrigerator::after {
  width: 14px;
  height: 2px;
  top: 7px;
  left: -2px;
}

.gg-smart-home-wash-machine {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 20px;
  border: 2px solid;
  background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center 4px/18px 2px;
  border-radius: 3px;
}

.gg-smart-home-wash-machine::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
}

.gg-smart-home-wash-machine::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-radius: 22px;
  bottom: 1px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  box-shadow: 5px -9px 0 -3px, 2px -9px 0 -3px;
}

.gg-smart-home-wash-machine::after {
  top: 1px;
  left: 1px;
  width: 4px;
  height: 2px;
  background: currentColor;
}

.gg-smartphone-chip {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 6px double;
  border-radius: 3px;
}

.gg-smartphone-chip::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 2px;
  left: -3px;
  top: -9px;
  background: currentColor;
  box-shadow: 4px 0 0, 8px 0 0, 0 20px 0, 4px 20px 0, -6px 6px 0, 14px 6px 0, 14px 10px 0, 14px 14px 0, -6px 10px 0, -6px 14px 0, 8px 20px 0;
}

.gg-smartphone-ram {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 26px;
  height: 14px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-smartphone-ram::after,
.gg-smartphone-ram::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 2px;
  background: currentColor;
  box-shadow: 16px 4px 0;
  top: 2px;
  left: 2px;
}

.gg-smartphone-ram::after {
  box-shadow: 4px 0 0, 8px 0 0, 12px 0 0, 16px 0 0, 0 18px 0, 4px 18px 0, 8px 18px 0, 12px 18px 0, 16px 18px 0;
  top: -5px;
}

.gg-smartphone-shake {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 12px/2px 2px;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  display: block;
  width: 14px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-smartphone-shake::after,
.gg-smartphone-shake::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 10px;
  width: 6px;
  border: 2px solid transparent;
  overflow: hidden;
  box-shadow: 2px 0 0, inset -2px 0 0;
  top: 3px;
  left: -12px;
}

.gg-smartphone-shake::after {
  transform: scaleX(-1);
  left: 16px;
}

.gg-smartphone {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 12px/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-smile-mouth-open {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-mouth-open::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-smile-mouth-open::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 5px;
}

.gg-smile-mouth-open::after {
  width: 8px;
  height: 4px;
  border-radius: 150px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid;
  top: 9px;
}

.gg-smile-neutral {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-neutral::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: 4px;
}

.gg-smile-neutral::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: 4px;
  box-shadow: 6px 0 0;
  width: 2px;
  border-radius: 10px;
  top: 5px;
}

.gg-smile-neutral::after {
  border-radius: 3px;
  width: 8px;
  top: 10px;
}

.gg-smile-no-mouth {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-no-mouth::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: 4px;
  box-shadow: 6px 0 0;
  width: 2px;
  border-radius: 10px;
  top: 5px;
}

.gg-smile-none {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-none::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: 4px;
}

.gg-smile-none::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
  left: 4px;
  box-shadow: 5px 0 0;
  width: 3px;
  border-radius: 10px;
  top: 5px;
}

.gg-smile-none::after {
  border-radius: 3px;
  width: 8px;
  top: 10px;
}

.gg-smile-sad {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-sad::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-smile-sad::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 5px;
}

.gg-smile-sad::after {
  width: 8px;
  height: 4px;
  border-radius: 150px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid;
  border-top-color: transparent;
  top: 9px;
  transform: scaleY(-1);
}

.gg-smile-upside {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile-upside::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-smile-upside::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  bottom: 5px;
}

.gg-smile-upside::after {
  width: 8px;
  height: 4px;
  border-radius: 150px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid;
  border-bottom-color: transparent;
  bottom: 9px;
}

.gg-smile {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-smile::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}

.gg-smile::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 5px;
}

.gg-smile::after {
  width: 8px;
  height: 4px;
  border-radius: 150px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid;
  border-top-color: transparent;
  top: 9px;
}

.gg-software-download {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 6px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 8px;
}

.gg-software-download::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  bottom: 4px;
}

.gg-software-download::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  left: 5px;
  bottom: 5px;
}

.gg-software-upload {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 6px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 8px;
}

.gg-software-upload::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  left: 2px;
  bottom: 4px;
}

.gg-software-upload::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  left: 5px;
  bottom: 3px;
}

.gg-sort-az {
  display: block;
  box-sizing: border-box;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 8px;
}

.gg-sort-az::after,
.gg-sort-az::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-sort-az::after {
  content: "";
  position: absolute;
}

.gg-sort-az::before {
  content: "";
  position: absolute;
  width: 12px;
  top: -4px;
  left: -2px;
}

.gg-sort-az::after {
  width: 4px;
  top: 4px;
  left: 2px;
}

.gg-sort-za {
  display: block;
  box-sizing: border-box;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 8px;
}

.gg-sort-za::after,
.gg-sort-za::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-sort-za::after {
  content: "";
  position: absolute;
}

.gg-sort-za::before {
  content: "";
  position: absolute;
  width: 12px;
  top: 4px;
  left: -2px;
}

.gg-sort-za::after {
  width: 4px;
  top: -4px;
  left: 2px;
}

.gg-space-between-v {
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 14px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-space-between-v::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 4px;
  border: 2px solid;
  left: -2px;
}

.gg-space-between-v::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 4px;
  border: 2px solid;
  left: -2px;
  top: -6px;
  border-top: 0;
}

.gg-space-between-v::after {
  bottom: -6px;
  border-bottom: 0;
}

.gg-space-between {
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  box-shadow: inset 0 0 0 2px;
}

.gg-space-between::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 12px;
  width: 4px;
  border: 2px solid;
  top: -2px;
}

.gg-space-between::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 12px;
  width: 4px;
  border: 2px solid;
  top: -2px;
  left: -6px;
  border-left: 0;
}

.gg-space-between::after {
  right: -6px;
  border-right: 0;
}

.gg-spectrum {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.gg-spectrum::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -15px;
  bottom: -15px;
  border: 8px solid;
  border-radius: 18px;
}

@-webkit-keyframes spinneralt {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinneralt {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.gg-spinner-alt {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.gg-spinner-alt::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-radius: 100px;
  -webkit-animation: spinneralt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: spinneralt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  border: 3px solid transparent;
  border-top-color: currentColor;
}

@-webkit-keyframes spinner-two-alt {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinner-two-alt {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.gg-spinner-two-alt {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  transform: scale(var(--ggs, 1));
  position: relative;
}

.gg-spinner-two-alt::before {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-radius: 100px;
  -webkit-animation: spinner-two-alt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: spinner-two-alt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  border: 3px solid transparent;
  border-bottom-color: currentColor;
  border-top-color: currentColor;
}

@-webkit-keyframes spinner-two {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinner-two {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.gg-spinner-two {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.gg-spinner-two::after {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-radius: 100px;
}

.gg-spinner-two::before {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-radius: 100px;
  -webkit-animation: spinner-two 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: spinner-two 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  border: 3px solid transparent;
  border-bottom-color: currentColor;
  border-top-color: currentColor;
}

.gg-spinner-two::after {
  border: 3px solid;
  opacity: 0.2;
}

.gg-spinner {
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.gg-spinner::after,
.gg-spinner::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.gg-spinner::after {
  content: "";
  position: absolute;
  border-radius: 100px;
}

.gg-spinner::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  -webkit-animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  border: 3px solid transparent;
  border-top-color: currentColor;
}

.gg-spinner::after {
  border: 3px solid;
  opacity: 0.2;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.gg-square {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 12px;
  border-radius: 1px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 3px, inset 0 0 0 3px;
}

.gg-stack {
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid;
  margin-right: 8px;
  margin-top: 8px;
  transform: scale(var(--ggs, 1));
  position: relative;
}

.gg-stack::after,
.gg-stack::before {
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid;
}

.gg-stack::after {
  content: "";
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  right: -5px;
  top: -5px;
}

.gg-stack::before {
  content: "";
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  right: -5px;
  top: -5px;
  right: -8px;
  top: -8px;
}

.gg-stark {
  background: currentColor;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 3px;
  height: 16px;
}

.gg-stark::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 16px;
  border: 3px solid;
}

.gg-stark::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 16px;
  border: 3px solid;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  border-top-color: transparent;
  left: -7px;
  bottom: 0;
}

.gg-stark::after {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  border-bottom-color: transparent;
  right: -7px;
  top: 0;
}

.gg-stopwatch {
  background: linear-gradient(to left, currentColor 7px, transparent 0) no-repeat 6px 2px/2px 6px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
}

.gg-stopwatch::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  right: -4px;
  top: -3px;
}

.gg-stories {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 16px;
  border: 2px solid;
}

.gg-stories::after,
.gg-stories::before {
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
}

.gg-stories::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 14px;
  top: -1px;
}

.gg-stories::before {
  content: "";
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 14px;
  top: -1px;
  left: -6px;
}

.gg-stories::after {
  right: -6px;
}

.gg-studio {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
}

.gg-studio::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 4px;
  height: 4px;
  background: currentColor;
  right: 2px;
  bottom: 2px;
}

.gg-style {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-shadow: -3px 3px 0 -1px, 3px -3px 0 -1px;
}

.gg-style::after,
.gg-style::before {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
}

.gg-style::after {
  content: "";
  position: absolute;
  border: 2px solid;
}

.gg-style::before {
  content: "";
  position: absolute;
  border: 2px solid;
  top: -5px;
  left: -5px;
}

.gg-style::after {
  bottom: -5px;
  right: -5px;
}

.gg-sun {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 24px;
  background: linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}

.gg-sun::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}

.gg-sun::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
  transform: rotate(-45deg);
}

.gg-sun::after {
  transform: rotate(45deg);
}

.gg-support {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) scale(var(--ggs, 1));
  border: 5px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  border-radius: 40px;
}

.gg-support::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-support::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-left: 9px solid;
  border-right: 9px solid;
  width: 24px;
  height: 2px;
  left: -7px;
  top: 4px;
}

.gg-support::after {
  width: 2px;
  height: 24px;
  border-top: 9px solid;
  border-bottom: 9px solid;
  left: 4px;
  top: -7px;
}

.gg-swap-vertical {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(90deg) scale(var(--ggs, 1));
  box-shadow: -2px 2px 0, 2px -2px 0;
  width: 6px;
  height: 2px;
}

.gg-swap-vertical::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-swap-vertical::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid;
  top: -4px;
  right: -4px;
}

.gg-swap-vertical::after {
  border-right: 3px solid;
  bottom: -4px;
  left: -4px;
}

.gg-swap {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  box-shadow: -2px 2px 0, 2px -2px 0;
  width: 6px;
  height: 2px;
}

.gg-swap::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-swap::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid;
  top: -4px;
  right: -4px;
}

.gg-swap::after {
  border-right: 3px solid;
  bottom: -4px;
  left: -4px;
}

.gg-sweden {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 16px;
}

.gg-sweden::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  box-shadow: 0 8px 0;
  top: 0;
}

.gg-sweden::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 6px;
  background: currentColor;
  box-shadow: 0 8px 0;
  top: 0;
  left: 0;
  width: 7px;
}

.gg-sweden::after {
  width: 12px;
  right: 0;
}

.gg-swiss {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 4px solid;
}

.gg-swiss::after,
.gg-swiss::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 5px;
  background: currentColor;
  box-shadow: 0 9px 0;
  top: -2px;
}

.gg-swiss::after {
  left: -2px;
}

.gg-swiss::before {
  right: -2px;
}

.gg-sync {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-radius: 40px;
  border: 2px solid;
  margin: 1px;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 18px;
  height: 18px;
}

.gg-sync::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(-45deg);
}

.gg-sync::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(-45deg);
  border-left: 6px solid;
  bottom: -1px;
  right: -3px;
}

.gg-sync::after {
  border-right: 6px solid;
  top: -1px;
  left: -3px;
}

.gg-tab {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-tab::before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: currentColor;
  border-radius: 1px;
  transform: skewX(20deg);
  top: -2px;
  right: -1px;
}

.gg-tag {
  display: block;
  border: 2px solid;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 19px;
  height: 14px;
}

.gg-tag::before {
  display: block;
  border: 2px solid;
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  box-sizing: content-box;
  border-radius: 100px;
  right: 0;
  top: 2px;
}

.gg-tag::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 4px;
  transform: rotate(-45deg);
  top: 0;
  right: -5px;
}

.gg-tally {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: skew(-10deg) scale(var(--ggs, 1));
  width: 18px;
  height: 20px;
}

.gg-tally::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 3px;
  background: currentColor;
  border-radius: 0.5px;
}

.gg-tally::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 3px;
  background: currentColor;
  border-radius: 0.5px;
  height: 20px;
  box-shadow: 5px 0 0;
  left: 5px;
}

.gg-tally::after {
  height: 8px;
  box-shadow: 15px 0 0;
}

.gg-tap-double {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 22px;
}

.gg-tap-double::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
}

.gg-tap-double::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 22px;
  width: 20px;
  height: 20px;
  border: 6px double transparent;
  border-top: 6px double;
}

.gg-tap-double::after {
  width: 6px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom-width: 5px;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  left: 7px;
  bottom: 2px;
}

.gg-tap-single {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 22px;
}

.gg-tap-single::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid transparent;
  border-radius: 22px;
}

.gg-tap-single::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid transparent;
  border-radius: 22px;
  width: 16px;
  height: 16px;
  border-top: 2px solid;
  top: 2px;
}

.gg-tap-single::after {
  width: 6px;
  height: 10px;
  border-bottom-width: 5px;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  left: 5px;
  top: 8px;
}

.gg-template {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 6px;
  border: 2px solid;
  margin-top: -14px;
}

.gg-template::after,
.gg-template::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 10px;
  top: 6px;
}

.gg-template::after {
  border: 2px solid;
  left: -2px;
}

.gg-template::before {
  border-top: 6px double;
  border-bottom: 2px solid;
  right: -2px;
}

.gg-tennis {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: relative;
  transform: scale(var(--ggs, 1));
  overflow: hidden;
}

.gg-tennis::after,
.gg-tennis::before {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.gg-tennis::after {
  content: "";
  position: absolute;
}

.gg-tennis::before {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
}

.gg-tennis::after {
  right: -11px;
  bottom: -11px;
}

.gg-terminal {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-terminal::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-terminal::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  top: 5px;
  left: 3px;
}

.gg-terminal::after {
  width: 4px;
  height: 2px;
  background: currentColor;
  top: 10px;
  left: 11px;
}

.gg-terrain {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 14px;
  overflow: hidden;
}

.gg-terrain::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-terrain::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid;
  top: 4px;
}

.gg-terrain::after {
  width: 6px;
  height: 22px;
  background: currentColor;
  transform: rotate(-32deg) skewY(-35deg);
  left: 14px;
  top: 3px;
}

.gg-thermometer {
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-thermometer::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  border-radius: 22px;
  transform: rotate(45deg);
}

.gg-thermometer::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  border-radius: 22px;
  transform: rotate(45deg);
  height: 12px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 6px;
  right: 6px;
  top: 1px;
}

.gg-thermometer::after {
  height: 8px;
  background: currentColor;
  bottom: 0;
  left: 3px;
}

.gg-thermostat {
  position: relative;
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 24px;
}

.gg-thermostat::after,
.gg-thermostat::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-thermostat::after {
  width: 12px;
  height: 12px;
  border-top-color: transparent;
  bottom: 0;
  border-radius: 100px;
  background: radial-gradient(circle, currentColor 20%, transparent 20%) no-repeat center;
}

.gg-thermostat::before {
  width: 8px;
  height: 16px;
  border-bottom-color: transparent;
  left: 2px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.gg-tikcode {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 0/8px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 6px/8px 2px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 10px/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 13px 10px/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 16px 10px/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 16px 0/2px 8px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 0/2px 8px;
}

.gg-tikcode::after,
.gg-tikcode::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 2px solid;
}

.gg-tikcode::after {
  bottom: 0;
}

.gg-time {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px currentColor;
}

.gg-time::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  top: 1px;
  left: 5px;
}

.gg-timelapse {
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-timelapse::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 4px;
  border: 7px solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 22px;
  top: 2px;
  right: 2px;
}

.gg-timelapse::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 4px;
  border: 7px solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 22px;
  top: 2px;
  right: 2px;
  transform: rotate(45deg);
}

.gg-timelapse::after {
  border-top-color: transparent;
  transform: rotate(85deg);
}

.gg-timer {
  border: 2px solid;
  width: 18px;
  height: 18px;
  border-radius: 40px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 6px -2px/2px 6px;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  position: relative;
  display: block;
  border-top-color: transparent;
}

.gg-timer::before {
  border: 2px solid;
  width: 18px;
  height: 18px;
  border-radius: 40px;
}

.gg-timer::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-timer::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  right: -2px;
  top: -2px;
  transform: rotate(45deg);
}

.gg-timer::after {
  width: 2px;
  height: 6px;
  background: currentColor;
  transform: rotate(-50deg);
  left: 4px;
  bottom: 5px;
  border-radius: 100px;
}

.gg-today {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.gg-today::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  background: currentColor;
  border-radius: 1px;
}

.gg-today::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  background: currentColor;
  border-radius: 1px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.gg-today::after {
  top: 2px;
  width: 6px;
  height: 2px;
}

.gg-toggle-off {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
}

.gg-toggle-off::before {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: 2px;
  left: 12px;
}

.gg-toggle-on {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
}

.gg-toggle-on::before {
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: 2px;
  left: 2px;
}

.gg-toggle-square-off {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-toggle-square-off::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: 2px;
  left: 12px;
  border-radius: 1px;
}

.gg-toggle-square {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 14px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-toggle-square::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: 2px;
  left: 2px;
  border-radius: 1px;
}

.gg-toolbar-bottom {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  box-shadow: 0 0 0 2px, inset 0 -2px 0;
  border: 2px solid transparent;
  border-radius: 1px;
}

.gg-toolbar-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  box-shadow: 0 0 0 2px, inset 2px 0 0;
  border: 2px solid transparent;
  border-radius: 1px;
}

.gg-toolbar-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  box-shadow: 0 0 0 2px, inset -2px 0 0;
  border: 2px solid transparent;
  border-radius: 1px;
}

.gg-toolbar-top {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 12px;
  box-shadow: 0 0 0 2px, inset 0 2px 0;
  border: 2px solid transparent;
  border-radius: 1px;
}

.gg-toolbox {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-toolbox::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-toolbox::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  left: 4px;
  width: 10px;
  height: 4px;
  top: -5px;
}

.gg-toolbox::after {
  width: 18px;
  height: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  box-shadow: 0 -2px 0, inset 4px 0 0, inset -4px 0 0;
  top: 4px;
}

.gg-touchpad {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 22px;
  height: 18px;
}

.gg-touchpad::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 6px;
  bottom: -2px;
  left: 8px;
  background: currentColor;
}

.gg-touchpad::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  left: -2px;
  bottom: 3px;
  background: currentColor;
}

.gg-track {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 10px;
  border-radius: 100px;
}

.gg-track::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
}

.gg-track::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  border-left: 4px solid;
  border-right: 4px solid;
  width: 18px;
  height: 2px;
  left: -6px;
  top: 2px;
}

.gg-track::after {
  width: 2px;
  height: 18px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  top: -6px;
}

.gg-transcript {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 22px;
  height: 18px;
}

.gg-transcript::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  bottom: 2px;
}

.gg-transcript::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  bottom: 2px;
  width: 10px;
  left: 2px;
  box-shadow: 4px -4px 0;
}

.gg-transcript::after {
  width: 3px;
  right: 2px;
  box-shadow: -11px -4px 0;
}

.gg-trash-empty {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 12px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  margin-top: 4px;
}

.gg-trash-empty::after,
.gg-trash-empty::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-trash-empty::after {
  background: currentColor;
  border-radius: 3px;
  width: 16px;
  height: 2px;
  top: -4px;
  left: -5px;
}

.gg-trash-empty::before {
  width: 10px;
  height: 4px;
  border: 2px solid;
  border-bottom: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  top: -7px;
  left: -2px;
}

.gg-trash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 12px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset -2px 0 0, inset 2px 0 0;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  margin-top: 4px;
}

.gg-trash::after,
.gg-trash::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-trash::after {
  background: currentColor;
  border-radius: 3px;
  width: 16px;
  height: 2px;
  top: -4px;
  left: -5px;
}

.gg-trash::before {
  width: 10px;
  height: 4px;
  border: 2px solid;
  border-bottom: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  top: -7px;
  left: -2px;
}

.gg-tree {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 20px;
}

.gg-tree::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 8px;
}

.gg-tree::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 8px;
  width: 10px;
  height: 16px;
  border: 2px solid;
}

.gg-tree::after {
  width: 2px;
  height: 12px;
  background: currentColor;
  left: 4px;
  bottom: 0;
}

.gg-trees {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border-left: 4px solid transparent;
  border-right: 3px solid transparent;
  border-top: 10px solid transparent;
  box-shadow: inset 2px 0 0, inset -2px 0 0;
}

.gg-trees::after,
.gg-trees::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 16px;
  border: 2px solid;
  border-radius: 8px;
  left: -4px;
  top: -10px;
}

.gg-trees::after {
  width: 8px;
  height: 12px;
  top: -6px;
  left: 4px;
}

.gg-trello {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-trello::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  background: currentColor;
  border-radius: 1px;
  top: 2px;
}

.gg-trello::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  background: currentColor;
  border-radius: 1px;
  top: 2px;
  left: 2px;
  height: 12px;
}

.gg-trello::after {
  height: 8px;
  right: 2px;
}

.gg-trending-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.gg-trending-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-trending-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 8px;
  width: 10px;
  height: 2px;
  top: 0;
}

.gg-trending-down::after {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  top: -3px;
  right: -14px;
}

.gg-trending {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 10px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.gg-trending::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-trending::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  left: 8px;
  width: 10px;
  height: 2px;
  bottom: 0;
}

.gg-trending::after {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  bottom: -3px;
  right: -14px;
}

.gg-trophy {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 12px;
  border: 2px solid;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.gg-trophy::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-trophy::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  box-shadow: inset 0 0 0 2px, 0 2px 0 0;
  bottom: -4px;
  width: 6px;
  height: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: 0;
}

.gg-trophy::after {
  width: 16px;
  height: 6px;
  border-left: 2px solid;
  border-right: 2px solid;
  left: -5px;
  top: 0;
}

.gg-tv {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 11px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-tv::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-tv::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-bottom-left-radius: 2px;
  top: -6px;
  left: 3px;
  transform: rotate(-45deg);
  width: 6px;
  height: 5px;
}

.gg-tv::after {
  width: 8px;
  height: 1px;
  background: currentColor;
  border-radius: 10px;
  bottom: -4px;
  right: 2px;
}

.gg-twilio {
  display: block;
  position: relative;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 24px;
  height: 24px;
  border-radius: 22px;
  box-shadow: inset 0 0 0 3px;
}

.gg-twilio::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 6px;
  width: 4px;
  height: 4px;
  top: 7px;
  box-shadow: 0 6px 0;
}

.gg-twilio::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 6px;
  width: 4px;
  height: 4px;
  top: 7px;
  box-shadow: 0 6px 0;
  left: 7px;
}

.gg-twilio::after {
  right: 7px;
}

.gg-twitter {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-twitter::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 4px;
}

.gg-twitter::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 4px;
  width: 9px;
  height: 14px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-bottom-left-radius: 6px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center 2px/10px 4px;
  top: 4px;
}

.gg-twitter::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 20px;
  top: 2px;
  box-shadow: 7px 4px 0, 7px 12px 0;
}

.gg-ui-kit {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid;
}

.gg-ui-kit::after,
.gg-ui-kit::before {
  display: block;
  box-sizing: border-box;
}

.gg-ui-kit::after {
  content: "";
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 12px;
}

.gg-ui-kit::before {
  content: "";
  position: absolute;
  border: 2px solid;
  width: 6px;
  height: 12px;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transform: perspective(10px) rotateY(30deg);
  left: -8px;
}

.gg-ui-kit::after {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transform: perspective(10px) rotateY(-30deg);
  border-left: 0;
  right: -8px;
}

.gg-umbrella {
  display: block;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 22px;
  height: 22px;
  background: linear-gradient(to bottom, currentColor 20px, transparent 0) no-repeat center 10px/2px 8px;
}

.gg-umbrella::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-umbrella::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 16px;
  height: 10px;
  left: 3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.gg-umbrella::after {
  width: 6px;
  height: 5px;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  bottom: 0;
  left: 6px;
}

.gg-unavailable {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 100px;
}

.gg-unavailable::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 18px;
  background: currentColor;
  top: -2px;
  left: 6px;
}

.gg-unblock {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 100%;
}

.gg-unblock::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 7px;
  background: currentColor;
  border-radius: 5px;
  left: 6px;
}

.gg-unblock::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 7px;
  background: currentColor;
  border-radius: 5px;
  left: 6px;
  top: -2px;
}

.gg-unblock::after {
  bottom: -2px;
}

.gg-undo {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 100px;
}

.gg-undo::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  top: -3px;
  left: -1px;
  transform: rotate(-68deg);
}

.gg-unfold {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-bottom: 10px solid;
}

.gg-unsplash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 15px;
}

.gg-unsplash::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-unsplash::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 9px;
  border: 5px solid;
  border-top: 0;
  bottom: 0;
}

.gg-unsplash::after {
  width: 6px;
  height: 4px;
  background: currentColor;
  top: 0;
  left: 5px;
}

.gg-usb-c {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 6px;
  border: 2px solid transparent;
  border-radius: 100px;
  box-shadow: 0 0 0 2px, inset 0 0 0 10px;
}

.gg-usb {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  margin-bottom: -6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.gg-usb::before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset 5px 4px 0 -4px, inset -5px 4px 0 -4px;
  top: -7px;
  left: 2px;
}

.gg-user-add {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 20px;
  height: 18px;
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px 6px/6px 2px, linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 16px 4px/2px 6px;
}

.gg-user-add::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user-add::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user-add::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}

.gg-user-list {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 20px;
  height: 18px;
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px 4px/6px 2px, linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px 8px/6px 2px, linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px 12px/6px 2px;
}

.gg-user-list::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user-list::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user-list::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}

.gg-user-remove {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 20px;
  height: 18px;
  background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat 14px 6px/6px 2px;
}

.gg-user-remove::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user-remove::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user-remove::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}

.gg-user {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 12px;
  height: 18px;
}

.gg-user::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}

.gg-userlane {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 8px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 4px solid;
  border-top-color: transparent;
}

.gg-userlane::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: -12px;
}

.gg-userlane::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  top: -12px;
  border-radius: 20px;
  left: -4px;
}

.gg-userlane::after {
  right: -4px;
}

.gg-view-cols {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-cols::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  top: -2px;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
}

.gg-view-comfortable {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-comfortable::after,
.gg-view-comfortable::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
}

.gg-view-comfortable::after {
  width: 2px;
  height: 8px;
  bottom: -2px;
  left: 4px;
}

.gg-view-comfortable::before {
  width: 20px;
  height: 2px;
  left: -2px;
  top: 4px;
}

.gg-view-day {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-day::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  top: -2px;
  left: 7px;
  background: currentColor;
}

.gg-view-day::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  top: -2px;
  left: 7px;
  background: currentColor;
  width: 20px;
  height: 2px;
  left: -2px;
  top: 4px;
}

.gg-view-grid {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-grid::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
}

.gg-view-grid::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
  width: 20px;
  height: 2px;
  left: -2px;
  top: 2px;
  box-shadow: 0 4px 0;
}

.gg-view-list {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-list::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 3px;
  background: currentColor;
}

.gg-view-list::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 3px;
  background: currentColor;
  width: 20px;
  height: 2px;
  left: -2px;
  top: 2px;
  box-shadow: 0 4px 0;
}

.gg-view-month {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-month::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 3px;
  background: currentColor;
  box-shadow: 4px 0 0, 8px 0 0;
}

.gg-view-month::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 3px;
  background: currentColor;
  box-shadow: 4px 0 0, 8px 0 0;
  width: 20px;
  height: 2px;
  left: -2px;
  top: 2px;
  box-shadow: 0 4px 0;
}

.gg-view-split {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}

.gg-view-split::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 12px;
  top: -2px;
  left: 7px;
  background: currentColor;
}

.gg-vinyl {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 8px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 6px, inset 0 0 0 2px;
  border-radius: 22px;
}

.gg-voicemail-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 5px 10px/8px 2px;
  border-radius: 30px;
  border: 2px solid;
}

.gg-voicemail-o::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 10px;
  top: 6px;
}

.gg-voicemail-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 10px;
  top: 6px;
  left: 2px;
}

.gg-voicemail-o::after {
  right: 2px;
}

.gg-voicemail-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 21px;
  height: 14px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 5px 6px/7px 2px;
  border-radius: 3px;
  border: 2px solid;
}

.gg-voicemail-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 10px;
  top: 2px;
}

.gg-voicemail-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 10px;
  top: 2px;
  left: 2px;
}

.gg-voicemail-r::after {
  right: 2px;
}

.gg-voicemail {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 10px;
  border-bottom: 2px solid;
}

.gg-voicemail::after,
.gg-voicemail::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 10px;
  top: 0;
  left: -5px;
}

.gg-voicemail::after {
  left: 7px;
}

.gg-volume {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-right: 0;
  perspective: 12px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.gg-volume::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-volume::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  transform: rotateY(-90deg);
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-left: 0;
  top: -3px;
}

.gg-volume::after {
  width: 8px;
  height: 16px;
  border: 6px double;
  border-left: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  right: -14px;
  top: -6px;
}

.gg-webcam {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset 0 0 0 2px;
  border-radius: 100px;
  margin-top: -4px;
}

.gg-webcam::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 4px;
  border-right: 4px solid transparent;
  box-shadow: 0 2px 0, inset -2px 0 0;
  bottom: -6px;
  left: -3px;
}

.gg-website {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 -1px 0;
}

.gg-website::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  top: 2px;
}

.gg-website::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  top: 2px;
  background: currentColor;
  left: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
  border-radius: 3px;
  height: 2px;
}

.gg-website::after {
  height: 10px;
  border: 2px solid;
  right: 2px;
  border-radius: 1px;
}

.gg-windows {
  transform: scale(var(--ggs, 1));
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 17px;
  height: 15px;
}

.gg-windows::before {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 17px;
  height: 15px;
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  background: currentColor;
  box-shadow: 8px 0 0, 8px 7px 0, 0 7px 0;
  transform: perspective(30px) rotateY(-30deg);
}

.gg-work-alt {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 10px;
  border-radius: 1px;
}

.gg-work-alt::after {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 4px;
  top: -3px;
}

.gg-yinyang {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(95deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 22px;
}

.gg-yinyang::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 4px;
}

.gg-yinyang::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 4px;
  border: 2px solid;
  left: 0;
}

.gg-yinyang::after {
  border: 2px solid transparent;
  right: 0;
  box-shadow: inset 0 0 0 4px, 0 -3px 0 1px, -2px -4px 0 1px, -8px -5px 0 -1px, -11px -3px 0 -2px, -12px -1px 0 -3px, -6px -6px 0 -1px;
}

.gg-youtube {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 10px;
  box-shadow: 0 0 0 2px;
  border-radius: 15px 15px 15px 15px/45px 45px 45px 45px;
}

.gg-youtube::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  top: 2px;
  border-left: 4px solid currentColor;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gg-zeit {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 0px;
  height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid currentColor;
}

.gg-zoom-in {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat 2px 5px/8px 2px;
  margin-top: -4px;
}

.gg-zoom-in::after,
.gg-zoom-in::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 8px;
  background: currentColor;
}

.gg-zoom-in::after {
  transform: rotate(-45deg);
  border-radius: 3px;
  top: 10px;
  left: 12px;
}

.gg-zoom-in::before {
  top: 2px;
  left: 5px;
}

.gg-zoom-out {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-top: -4px;
}

.gg-zoom-out::after,
.gg-zoom-out::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
}

.gg-zoom-out::after {
  transform: rotate(-45deg);
  border-radius: 3px;
  width: 2px;
  height: 8px;
  top: 10px;
  left: 12px;
}

.gg-zoom-out::before {
  width: 8px;
  height: 2px;
  top: 5px;
  left: 2px;
}

.f-2 {
  font-size: 2px !important;
}

.f-4 {
  font-size: 4px !important;
}

.f-6 {
  font-size: 6px !important;
}

.f-8 {
  font-size: 8px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-82 {
  font-size: 82px !important;
}

.f-84 {
  font-size: 84px !important;
}

.f-86 {
  font-size: 86px !important;
}

.f-88 {
  font-size: 88px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-92 {
  font-size: 92px !important;
}

.f-94 {
  font-size: 94px !important;
}

.f-96 {
  font-size: 96px !important;
}

.f-98 {
  font-size: 98px !important;
}

.f-100 {
  font-size: 100px !important;
}

/* config.css */

:root {
  --baseColor: #606468;
}

/* helpers/align.css */

li:last-child {
  list-style-type: none;
}

.align {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* helpers/grid.css */

:root {
  --gridMaxWidth: 50rem;
  --gridWidth: 400px;
}

/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

:root {
  --iconFill: var(--baseColor);
}

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: var(--iconFill);
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

/* layout/base.css */

:root {
  --htmlFontSize: 100%;
  --bodyBackgroundColor: #2c3338;
  --bodyColor: var(--baseColor);
  --bodyFontFamily: "Open Sans";
  --bodyFontFamilyFallback: sans-serif;
  --bodyFontSize: 0.875rem;
  --bodyFontWeight: 400;
  --bodyLineHeight: 1.5;
}

* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: var(--htmlFontSize);
  height: 100%;
}

body {
  background-color: var(--bodyBackgroundColor);
  color: var(--bodyColor);
  font-family: var(--bodyFontFamily), var(--bodyFontFamilyFallback);
  font-size: var(--bodyFontSize);
  font-weight: var(--bodyFontWeight);
  height: 100%;
  line-height: var(--bodyLineHeight);
  margin: 0;
  min-height: 100vh;
}

/* modules/anchor.css */

:root {
  --anchorColor: #eee;
}

a {
  color: #2c3338;
  outline: 0;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

/* modules/form.css */

input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  transition: background-color 0.3s;
}

input[type=submit] {
  cursor: pointer;
}

.form__field {
  display: flex;
}

.form__input {
  flex: 1;
}

label {
  margin-bottom: 0;
}

/* modules/login.css */

:root {
  --loginBorderRadus: 0.25rem;
  --loginColor: #eee;
  --loginInputBackgroundColor: #3b4148;
  --loginInputHoverBackgroundColor: #434a52;
  --loginLabelBackgroundColor: #363b41;
  --loginSubmitBackgroundColor: #87CEEB;
  --loginSubmitColor: #eee;
  --loginSubmitHoverBackgroundColor: #87CEFA;
}

.login {
  color: var(--loginColor);
}

.login label,
.login input[type=text],
.login input[type=password],
.login button[type=submit] {
  border-radius: var(--loginBorderRadus);
  padding: 1rem;
}

.login label {
  background-color: var(--loginLabelBackgroundColor);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.login input[type=password],
.login input[type=text] {
  background-color: var(--loginInputBackgroundColor);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.login input[type=password]:focus,
.login input[type=password]:hover,
.login input[type=text]:focus,
.login input[type=text]:hover {
  background-color: var(--loginInputHoverBackgroundColor);
}

.login button[type=submit] {
  background-color: var(--loginSubmitBackgroundColor);
  color: var(--loginSubmitColor);
  font-weight: 700;
  text-transform: uppercase;
}

.login button[type=submit]:focus,
.login button[type=submit]:hover {
  background-color: var(--loginSubmitHoverBackgroundColor);
}

/* modules/text.css */

:root {
  --paragraphMarginBottom: 1.5rem;
  --paragraphMarginTop: 1.5rem;
}

table td {
  vertical-align: middle !important;
}

button,
button:hover,
button:focus {
  border: none;
  background: none;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.bg-success {
  background-color: #28a74559 !important;
}

.bg-warning {
  background-color: #ffc1075e !important;
}

.border-driver {
  border: 2px dashed #6b6e78;
  border-radius: 7px;
}

.f-82 {
  font-size: 82px !important;
}

.gg-spinner {
  transform: scale(var(--ggs, 1));
}

.gg-spinner,
.gg-spinner::after,
.gg-spinner::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.gg-spinner::after,
.gg-spinner::before {
  content: "";
  position: absolute;
  border-radius: 100px;
}

.gg-spinner::before {
  -webkit-animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
          animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  border: 5px solid transparent;
  border-top-color: #ffc107;
}

.gg-spinner::after {
  border: 5px solid #f44336;
  opacity: 0.6;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#loading .modal-dialog {
  width: 100%;
  margin: 15rem auto;
}

#loading .modal-content {
  background: transparent;
  border: none;
}

.gg-toolbox {
  top: 5px;
}

.back-position {
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-client {
  cursor: pointer;
}

.card-client .active {
  border: 2px solid #1e7e34 !important;
}

